﻿@charset "utf-8";
/* CSS Document */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.spCont{
	display: none;
}
.font {
	font-family: 'Quicksand', sans-serif;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 16x;
	background-image: url(../img/bg.png);
	color: #222;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 1.8;
}
a, a:visited {
	color: #666;
}
a:hover {
	color: #999;
}
.wrap {
	max-width: 950px;
	margin: auto;
	min-width: 600px;
}
main {
	background-image: url(../img/img-kurun.png);
	-webkit-background-size: 80% auto;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	/*display: none;*/
}
#cont {
	text-align: center;
	margin-bottom: 60px;
}
h1 {
	margin-bottom: 35px;
	font-size: 40px;
}
p {
	margin-bottom: 35px;
}
p strong {
	font-weight: bold;
}
p#open {
	background-color: #fff;
	display: inline-block;
	column-rule: #666;
	padding: 0 10px;
	font-size: 110%;
	font-weight: bold;
}
.morebtn, .anchor {
	text-align: center;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 300px;
	margin: auto auto 20px;
	text-decoration: none;
}
.morebtn:after, .anchor:after {
	content: "▼";
	margin-left: 10px;
	font-size: 9px;
}
.morebtn.active:after {
	content: "▲";
}
.content {
	background-color: none;
	clear: both;
	padding: 50px 0;
}
.content1 {
	background-color: rgba(256,256,256,0.3);
}
.content2 {
	background-color: rgba(128,128,255,0.2);
}
.content h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.content h2 span {
	border-bottom: 3px solid #333;
}
.content h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#outline {
	background-color: rgba(256,256,256,0.3);
}
#karidetail {
	font-size: 90%;
	text-align: left;
	max-width: 800px;
	margin: 0 auto 30px;
	background-color: rgba(256,256,256,0.3);
	padding: 20px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	padding: 5px;
	font-size: 18px;
}
.buttons {
	text-align: center;
}
button {
	font-size: 24px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table th, table td {
	padding: 10px 0;
}
table th {
	width: 30%;
	font-weight: bold;
}
table td {
	width: 70%;
}
.required {
	display: inline-block;
	background-color: #4442A2;
	color: #FFF;
	font-size: 12px;
	padding: 0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	font-weight: normal;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header{
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #DBBDA8;
	background-image: url(../img/bg-header.jpg);
	backgrond-size:cover;
	padding-bottom: 50px;
}
header img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
header p{
	padding: 0 20px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■#lead
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lead {
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■#outline
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#outline {
}
#outline ol li {
	width: 25%;
}
#outline .anchor {
	display: inline-block;
}
#outline ol li strong {
	display: block;
	font-size: 20px;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 10px auto 20px;
	font-family: 'Quicksand', sans-serif;
	color: #fff;
}
#outline ol {
	overflow: hidden;
	margin: 0 5% 35px;
	text-align: center;
}
#outline ol li {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	padding: 0 1%;
	float: left;
}
#outline ol li:last-child {
	border-right: 0px none;
}
#outline p{
	margin-bottom: 15px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■event
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#event {
	text-align: center;
}
#event .text {
	display: inline-block;
	-ms-text-align-last: auto;
	text-align-last: auto;
}
#event a.banner {
	margin: 10px 20px 20px 0;
	display: inline-block;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■format
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#format .required {
	display: block;
	background-color: #4442A2;
	color: #FFF;
	font-size: 12px;
	padding: 0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 3px;
}
#format ol{
	margin-bottom: 30px;
}
#format ol li {
	border-bottom: 1px solid #fff;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}
#format ol li .icon{
	float: left;
	display: block;
	width: 80px;
	text-align: center;
	margin-right: 50px;
	font-weight: bold;
}
#format ol li .icon img{
	width:auto;
	height: auto;
	display: block;
	margin: 0 auto 15px;
	max-width:100%;
	max-height:100px;
}
#format ol li .icon strong {
	font-weight: bold;
	font-size: 18px;
}
#format ol li .text {
	float: left;
}
#format .required {
	display: inline-block;
}
#format #materialdl dl {
	margin-bottom: 15px;
}
#format #materialdl dl dt{
	font-weight: bold;
	padding: 0 35px 0 0;
	display: inline-block;
	
}
#format #materialdl dl dd{
	display: inline-block;
	padding: 0 15px;
	border-right:1px solid #999;
}
#format #materialdl ul dd:last-child{
	border-right:0px none
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■flyer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#flyer .date {
	text-align: center;
	width: 20%;
}
#flyer .date span {
	display: block;
	width: 100%;
	background-color: rgba(256,256,256,0.7);
}
#flyer table {
	width: 100%;
}
#flyer table {
	margin-bottom: 30px;
}
#flyer td {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	vertical-align: top;
}
#flyer th {
	padding: 10px;
	vertical-align: top;
}
#flyer .img{overflow: hidden; margin-bottom: 30px;}

#flyer .img img{
	display: block;
	width: 30%;
	height: auto;
	float: left;
}
#flyer .img p{
	float: right;
	width: 60%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■inquiry
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#inquiry button {
	font-size: 16px;
	background: #D5BC5B;
	padding: 10px 20px
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#list table th,
#list table td{
	width: 25%;
}
#list{
	padding-bottom: 0;
}
#haichi img{
	display:block;
	width:500px;
	max-width:100%;
	display:block;
	margin:auto;
}
#list article{
	text-align: center;
}
#itemlist{
	margin-top: 30px;
}
#itemlist .detail{
	float: left;
	width: 50%;
	z-index:2;
	padding-top: 150px;
	margin-bottom: 20px;
}
#itemlist .book{
	float: right;
	width: 50%;
	z-index:2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
margin-bottom: 20px;
}

#itemlist > li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-repeat: repeat;
	background-position: center center;
	background-size:cover;
	text-align: center;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}
#itemlist >li:nth-of-type(1){
	background-color: #03C;
	background-image: url(../img/book-bg1.png);
}
#itemlist >li:nth-of-type(2){
	background-color: #000;
	background-image: url(../img/book-bg2.png);
}
#itemlist >li:nth-of-type(3){
	background-color: #409500;
	background-image: url(../img/book-bg3.png);
}
#itemlist .num{
	position: absolute;
	left: -10px;
	top: -10px;
	z-index:1;
	font-size: 200px;
	color: #fff;
	filter: alpha(opacity=30);
-moz-opacity:0.3;
opacity:0.3;
	line-height: 1;
	margin: 0;
}
#itemlist .space{
	background-color: #fff;
	display: inline-block;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#itemlist h3{
	color:#fff;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 35px;
}
#itemlist .name{
	color: #fff;
	margin-bottom: 15px;
}#itemlist .sns{
	margin-bottom: 20px;
}
#itemlist .sns i{
	color: #70D3E9;
	margin-right: 5px;
}
#itemlist .sns a{
	color:#fff;
}
#itemlist .sns li{
	display: inline-block;
	padding: 0 10px;
}
#itemlist .cover img{
	max-width:100%;
	height:auto;
}
#itemlist .book{
	padding: 25px;
	background-color: rgba(255,255,255,0.6);
	
}
#itemlist .book h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#itemlist .book p{
	text-align: left;
	margin-bottom: 20px;
}
#itemlist iframe{
	width: 100%;
	border: 0px none;
	height: 100px;
	overflow: hidden;
	background-color: transparent!important;
}
#itemlist .book h5{
	font-weight: bold;
	margin-bottom: 10px;
}

#itemlist dl{
	margin-bottom: 20px;
}
#itemlist dd,
#itemlist dt
{
	display: inline-block;
	
}
#itemlist dt
{
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 3px;
	margin-right: 3px;
	font-size: 11px;
	line-height: 20px;
}
#itemlist dd{
	line-height: 20px;
	margin-right: 20px;
}
#itemlist li dl dd:last-child{
	margin-right: 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer{
	color: #fff;
	text-align: center;
	background-color: #6d629d;
	padding: 30px 20px;
}
