@charset "utf-8";

body img{width:100%;}
.pcOnly{display:none;}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// header
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
header{
	width: 100%;
	height: 50px;
	padding: 15px 0 0 10px;
	box-sizing: border-box;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	background: rgba(255,255,255,1);
	border-bottom:solid 1px #cacaca;
	display: flex;
	flex-wrap: wrap;
}

header h1,
header #logo{
	width: 70px;
	height: 20px;
}

header h1 img,
header #logo img{
	height: 100%;
}

header #gnav{
	display: none;
	position: absolute;
	top:50px;
	left: 0;
	z-index: 400;
	width: 100%;
	padding:10px 20px;
	box-sizing: border-box;
	background: #28b3b3;
}

header #gnav li{
	border-bottom: solid 1px #fff;
}

header #gnav li a{
	color: #fff;
	padding: 10px 0;
	display: block;
	text-align: center;
}

#spMenu{
	position: absolute;
	width: 60px;
	height: 60px;
	right:0;
	top:0;
	z-index:200;
	padding: 13px 18px;
	box-sizing: border-box;
}

#spMenu .menu-trigger,
#spMenu .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#spMenu .menu-trigger {
	position: relative;
	width: 25px;
	height: 24px;
}

#spMenu .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #28b3b3;
	border-radius: 2px;
}

#spMenu .menu-trigger span:nth-of-type(1) {
	top: 4px;
}

#spMenu .menu-trigger span:nth-of-type(2) {
	top: 12px;
}

#spMenu .menu-trigger span:nth-of-type(3) {
	bottom: 1px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// contant
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#contect .btn{
	width: 60%;
	margin: 0 auto;
	border: solid 5px #464646;
	margin-bottom: 50px;
}

#contect .btn a{
	font-size:1.8rem;
	font-weight: bold;
	display: block;
	padding:10px 10px 10px 60px;
	text-decoration: none;
	background: url(../images/icon_mail.png) 10px center no-repeat;
	background-size:30px auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// content
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content{
	padding-top: 50px;
}

#content .wrap{
	margin: 0 15px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

footer{
	background: #e6e5e5;
	text-align: center;
	padding: 40px 15px 20px;
}

footer h2{
	font-size:1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

footer h3{
	font-size:1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

footer .info{
	font-size:1.3rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

footer ul{
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

footer ul li{
	width: 48%;
	border-radius:10px;
	background: #fff;
	padding: 7px 10px 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

footer ul li a{
	font-size:1.2rem;
	line-height: 0.8 !important;
	text-decoration: none !important;
}

footer ul img{
	display: block;
}

footer small{
	font-size:1.4rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// TOP
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.main_img_slide_item {
	vertical-align: bottom;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// con01
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----*/

#top_con01{
	background: #78dbdb;
}

#top_con01 .wrap h2{
	width: 50%;
	margin:0 auto 20px;
}

#top_con01 .wrap{
	padding: 20px 0;
}

#top_con01 .txt{
	margin-bottom: 20px;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// con02
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----*/

#top_con02{
	padding: 50px 0;
	position: relative;
}

#top_con02 .wrap{
	padding: 20px 0;
	align-items: center;
}

#top_con02 h2{
	font-size:2.5rem;
	display: inline;
	background: url(../../images/index/bg_ttl01.png) left bottom repeat-x;
}

#top_con02 p{
	padding-top: 15px;
	margin-bottom: 15px;
}

#top_con02 .line01:before{
	content:"";
	width: 85%;
	height: 4px;
	display: block;
	position: relative;
	top:0;
	left: 0;
	background: url(../../images/index/bg_dot.png) left top repeat-x;
}

#top_con02 .line02:before{
	content:"";
	width: 85%;
	margin-left: 15%;
	height: 4px;
	display: block;
	position: relative;
	top:0;
	left:0;
	background: url(../../images/index/bg_dot.png) left top repeat-x;
}

#top_con02 .line01 .txt{
	margin-right: auto;
}

#top_con02 .line02 .txt{
	margin-top: 15px;
}

#top_con02 .line01 .flex img{
	margin-bottom: 15px;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// con03
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----*/

#top_con03 h2{
	height: 70px;
	line-height: 70px;
	color: #28b3b3;
	font-size:2.4rem;
	font-weight: bold;
	margin: 0 auto 45px;
	text-align: center;
	background: url(../../images/index/bg_ttl02.png) left top repeat-x,url(../../images/index/bg_ttl02.png) left bottom repeat-x;
}

/*-----+-----+-----+-----+-----+
+-----+// box01
+-----+-----+-----+-----+-----+*/

#top_con03 .box01{
	margin-bottom: 50px;
}

#top_con03 .box01 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
}

#top_con03 .box01 li{
	margin-bottom: 15px;
	margin-right: 15px;
}

#top_con03 .box01 .txt{
	padding: 10px;
	margin: 0 15px;
	border: solid 1px  #565656;
	border-radius:10px;
}

/*-----+-----+-----+-----+-----+
+-----+// box02
+-----+-----+-----+-----+-----+*/

#top_con03 .box02{
	margin:0 15px 50px;
}

#top_con03 .box02 h3{
	font-size:3.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#top_con03 .box02 .ec{
	padding: 30px 30px 20px;
	background: #64dbff;
	border-radius:10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#top_con03 .box02 .event{
	padding: 30px 30px 20px;
	background: #ffdb6e;
	border-radius:10px;
	box-sizing: border-box;
	margin-left: auto;
}

#top_con03 .box02 .txt{
	margin-bottom: 20px;
}

#top_con03 .box02 .btn a{
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align:center;
	padding: 15px 10px;
	box-sizing: border-box;
	border: solid 2px #565656;
	text-decoration: none;
}

/*-----+-----+-----+-----+-----+
+-----+// box03
+-----+-----+-----+-----+-----+*/

#top_con03 .box03{
	margin:25px 15px 50px;
}

#top_con03 h3 img{
	width: 130px;
}

#top_con03 .box03 .info{
	margin-bottom: 20px;
}

#top_con03 .box03 .info img{
	width: 100%;
	margin-bottom: 15px;
}

#top_con03 .box03 dl{
	display: flex;
	margin-bottom: 10px;
}

#top_con03 .box03 dt{
	width: 25%;
	font-weight: bold;
}

#top_con03 .box03 dd{
	width: 73%;
}

#top_con03 .box03 .link{
	padding-top: 20px;
}

#top_con03 .box03 a{
	color: #28b3b3;
	font-weight: bold;
}

#top_con03 .box03 .map{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

#top_con03 .box03 .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-----+-----+-----+-----+-----+
+-----+// box04
+-----+-----+-----+-----+-----+*/

#top_con03 .box04{
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 15px 50px;
}

#top_con03 .box04 .column{
	background: #e6e5e5;
	border-radius:10px;
	margin-bottom: 15px;
}

#top_con03 .box04 .column a{
	display: block;
	padding: 15px 10px;
}

#top_con03 .box04 .column figure{
	width: 100%;
	margin-bottom: 15px;
}

#top_con03 .box04 .column dt{
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 10px;
}

#top_con03 .box04 .column dd{
	color: #000;
	font-size: 1.5rem;
}

/*-----+-----+-----+-----+-----+
+-----+// box05
+-----+-----+-----+-----+-----+*/

#top_con03 .box05{
	margin: 0 15px 50px;
	border-bottom:solid 1px #959595;
}

#top_con03 .box05 h3{
	font-size:1.6rem;
	padding: 15px 40px 15px 0;
	border-top:solid 1px #959595;
	background: url(../../images/index/ac_off.png) right 10px top 18px no-repeat;
	background-size:20px auto;
}

#top_con03 .box05 h3.clickBtn_on0{
	background: url(../../images/index/ac_on.png) right 10px top 18px no-repeat;
	background-size:20px auto;
}

#top_con03 .box05 h3 span{
	color:#28b3b3;
	font-size:1.6rem;
	margin-right: 10px;
	vertical-align: 2px;
}

#top_con03 .box05 .ac_detail{
	padding-bottom: 30px;
	display: flex;
}

#top_con03 .box05 .ac_detail span{
	color: #b32828;
	margin-right:10px;

}

#top_con03 .box05 .ac_detail {
	padding-left: 30px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// ec
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#main_area_ec{
	padding: 100px 0 100px;
	background: url(../../images/ec/ec_bg.png) center bottom no-repeat #64dbff;
	background-size: 100% 60px;
}

#main_area_ec h2{
	width: 70%;
	margin:0 auto 25px;
}

#main_area_ec .txt{
	margin: 0 30px;
	font-size:1.4rem;
}

#content_ec{
	background: #fff9f4;
	padding:30px 0 10px;
}

#content_ec .wrap{
	padding: 0 15px;
}

#content_ec .content_ec{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 130px;
}

#content_ec .box{
	padding: 25px 0;
	box-sizing: border-box;
	position: relative;
	background: url(../../images/ec/dot01.png) left bottom repeat-x;
}

#content_ec .box h3{
	font-size:2.2rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

#content_ec .box .txt{
	margin-bottom: 15px;

}

#content_ec .box figure{
	text-align: center;
	position:  relative;
	bottom:0;
}

#content_ec h2.ttl{
	line-height: 70px;
	color: #32a9ff;
	font-size:2.4rem;
	font-weight: bold;
	margin: 0 auto 45px;
	text-align: center;
	background: url(../../images/index/bg_ttl02.png) left top repeat-x, url(../../images/index/bg_ttl02.png) left bottom repeat-x;
}

#contect.ec{
	background: #fff9f4;
	padding-bottom: 10px;
}

.price_table{
	width: 100%;
	margin-bottom: 100px;
}

.price_table th,
.price_table td{
	padding: 10px;
	width: 33.3%;
	text-align: center;
	border: solid 1px #9a9a99;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// event
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#main_area_event{
	padding: 100px 0 100px;
	background: url(../../images/event/event_bg.png) center bottom no-repeat #ffdb6e;
	background-size: 100% 60px;
}

#main_area_event h2{
	width: 70%;
	margin:0 auto 25px;
}

#main_area_event .txt{
	margin: 0 30px;
	font-size:1.4rem;
}

#content_event{
	background: #fff9f4;
	padding:30px 0 10px;
}

#content_event .wrap{
	padding: 0 15px;
}

#content_event .content_event{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 130px;
}

#content_event .box{
	padding: 25px 0;
	box-sizing: border-box;
	position: relative;
	background: url(../../images/event/dot01.png) left bottom repeat-x;
}

#content_event .box h3{
	font-size:2.2rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

#content_event .box .txt{
	margin-bottom: 15px;
}

#content_event .box figure{
	text-align: center;
	position:  relative;
	bottom:0;
}

#content_event h2.ttl{
	line-height: 70px;
	color: #ff9532;
	font-size:2.4rem;
	font-weight: bold;
	margin: 0 auto 45px;
	text-align: center;
	background: url(../../images/index/bg_ttl02.png) left top repeat-x, url(../../images/index/bg_ttl02.png) left bottom repeat-x;
}

#contect.event{
	background: #fff9f4;
	padding-bottom: 10px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// event
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

h2#h2_ttl{
	font-size:4.0rem;
	text-align: center;
}

#main_area_option{
	padding: 100px 0 100px;
	background: url(../../images/option/option_bg.png) center bottom no-repeat #28b3b3;
	background-size: 100% 60px;
}

#main_area_option h2{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size:2.6rem;
	margin-bottom:40px;
}

#main_area_option h2 span{
	display: block;
	font-size:1.4rem;
}

#main_area_option .txt{
	margin: 0 30px;
	color: #fff;
	font-size:1.4rem;
}

#content_option{
	background: #fff9f4;
	padding:30px 0 10px;
}

#content_option .wrap{
	padding: 0 15px;
}

#content_option .content_option{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 130px;
}

#content_option .box{
	padding: 25px 0;
	box-sizing: border-box;
	position: relative;
	background: url(../../images/option/dot01.png) left bottom repeat-x;
}

#content_option .box h3{
	font-size:2.2rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

#content_option .box .txt{
	margin-bottom: 15px;
}

#content_option .box figure{
	text-align: center;
	position:  relative;
	bottom:0;
}

#content_option h2.ttl{
	line-height: 70px;
	color: #28b3b3;
	font-size:2.4rem;
	font-weight: bold;
	margin: 0 auto 45px;
	text-align: center;
	background: url(../../images/index/bg_ttl02.png) left top repeat-x, url(../../images/index/bg_ttl02.png) left bottom repeat-x;
}

#contect.option{
	background: #fff9f4;
	padding-bottom: 10px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// contact
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.h2_ttl{
	padding-top: 25px;
	font-size:2.6rem;
	font-weight:bold;
	text-align: center;
	margin-bottom: 25px;
}

#content_contact h3{
	font-size:2.2rem;
	margin-bottom: 20px;
}

#content_contact .label span{
	font-size:2.0rem;
	color: #28b3b3;
	display: inline-block;
	margin-bottom:10px;
}

#content_contact .txt{
	font-size:1.6rem;
	text-align: center;
	margin-bottom: 30px;
}

#content_contact dl{
	display: flex;
	margin-bottom: 20px;
}

#content_contact dt{
	width: 30%;
	font-size:1.6rem;
}

#content_contact dd{
	width: 65%;
}

#content_contact dd input,
#content_contact dd select,
#content_contact dd textarea{
	width: 100%;
	padding: 5px;
	border: solid 1px #707070;
}

#content_contact dd label{
	display: block;
}

#content_contact dd label input{
	width: auto;
	margin-right: 10px;
}

#content_contact label input{
	margin-right: 10px;
}

#content_contact dd input.input02{
	width: 30%;
}

.mw_wp_form_complete{
	text-align: center;
	margin-bottom: 50px;
}

.form_btn{
	text-align: center;
	margin: 25px auto 50px;
}

.form_btn input{
	width: 60%;
	border: solid 5px #464646;
	padding: 10px;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	font-size:1.8rem;
	font-weight: bold;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// column_list
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content_column .wrap{
	display: block;
	padding-bottom: 60px;
	width: 95%;
	margin: auto;
	box-sizing: border-box;
}

#content_column .column_list{
	width: 100%;
	order:2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#content_column .box{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

#content_column .box a {
	display: block;
	height: 100%;
}

#content_column .box:nth-child(even){
	margin-right: 0;
}

#content_column .box figure {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 28vw;
}
#content_column .box figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

#content_column .box h2{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0 5px;
	line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}

#content_column #paging{
	width: 100%;
	padding-top: 50px;
	text-align: center;
	font-size:2.2rem;
}

#content_column #paging span,
#content_column #paging a{
	font-size:2.0rem;
	font-weight: bold;
	margin: 0 5px;
}

#content_column #paging a{
	color: #c2c2c6;
}

#content_column #paging a.previouspostslink,
#content_column #paging a.nextpostslink{
	color: #565656;
}

#content_column #lnav{
	border: solid 1px #707070;
}

#content_column nav{
	width: 100%;
	order:1;
	margin-bottom: 40px;
}

#content_column nav h2{
	font-size:2.2rem;
	text-align: center;
	padding: 5px 0 10px;
	border-bottom: solid 1px #707070;
}

#content_column nav h2:after{
	content:"▼";
	margin-left: 10px;
	font-size:1.8rem;
}

#content_column nav h2.clickBtn_on1:after{
	content:"▲";
}

#content_column nav ul{

	padding: 10px 0;
}

#content_column nav ul li{
	font-size:1.8rem;
	margin:0 10px;
	text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// column_detail
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#content_column{
	width: 100% !important;
	overflow-x: hidden;
}
.h2_ttl_column{
	margin: 0 15px;
	padding-top: 20px;
	font-size:2.6rem;
	font-weight:bold;
	margin-bottom: 25px;
}

#content_column .column_detail{
	margin-bottom: 50px;
	width: 100%;
}

#content_column .column_detail p{
	margin-bottom: 20px;
}

#content_column .column_detail figure img{
	margin-bottom: 30px;
	width: 100% !important;
	height: auto !important;
}
#content_column .txt h2{
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	margin: 30px 0 10px 0;
}
#content_column .txt a{
	color: blue;
	text-decoration: underline;
}
#content_column .txt img{
	width: 100% !important;
	height: auto !important;
}
#content_column .txt a:hover{
	opacity: 0.5;
	text-decoration: none;
}
video {
	width: 100% !important;
	margin: 0 auto;
}