@charset "utf-8";
/* CSS Document */

/* common */
html,body{}
body{font-size:100%;font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","verdana",sans-serif;color:#333;margin:0;padding:0;text-align:center;font-feature-settings:"palt";overflow-x:hidden;}
body{-webkit-text-size-adjust:none;}

@media screen and (max-width:768px){
body{font-size:88%;}
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dt,dd{font-size:100%;padding:0;}

h1,h2,h3,h4,h5,h6{line-height:1.5em;margin:0 0 1em;font-weight:normal;}
p{line-height:1.8em;margin:0 0 1.5em;}
ol,ul,dt,dd{line-height:1.7em;margin:0 0 1.5em;}
table{line-height:1.5em;margin:0 0 1.5em;}

strong{font-weight:bold;}

img{border:none;max-width:100%;height:auto;}


/* リスト通常使用 */
ul.normal{padding-left:10px;margin-left:10px;list-style:disc;}
ul.normal li{}
ul.none{list-style:none;}

ol.normal{padding-left:10px;margin-left:10px;list-style:decimal;}
ol.normal li{}

dl{margin:0;padding:0;}
dt{margin:0;padding:0;}
dd{margin:0;padding:0;}


a:link{text-decoration:underline;color:#333;}
a:visited{text-decoration:underline;color:#333;}
a:hover{text-decoration:none;color:#333;}

a{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a:hover img{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

img{max-width:100%;}


/*
table{border-collapse:collapse;border-spacing:1px;font-feature-settings:"palt";}
th,td{padding:10px;vertical-align:middle;border:solid 1px #666;text-align:center;}
th{background:#eb0012;font-weight:bold;color:#fff;}
td{background:#fff;}
td{text-align:left;}

@media screen and (max-width:640px){
th,td{padding:10px;font-size:90%;letter-spacing:0;}
}
@media screen and (max-width:480px){
th,td{padding:5px;}
}
*/


.pc{}
.sp{display:none !important;}
.sp480{display:none !important;}
.sp380_none{}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}
@media screen and (max-width:480px){
	.sp480{display:block !important;}
	img.sp480{display:inline !important;}
}
@media screen and (max-width:380px){
	.sp380_none{display:none !important;}
}


/* inview */
.inviewfadeIn{opacity:0;position:relative;top:30px;
-webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;}
.inviewfadeIn.fadeIn{opacity:1;top:0;}


/* header */
header{}
#header{display:table;width:100%;height:150px;position:fixed;left:0;top:0;z-index:99;border:solid #C90000;border-width:10px 0;background:#fff;padding:0;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;}
#header #logo,
#header #h_nav{display:table-cell;vertical-align:middle;}

#header #logo{text-align:left;margin:0;line-height:0;padding:0 0 0 25px;}
#header #logo img{width:auto;height:115px;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;}

#header #h_nav ul{margin:0;float:right;}
#header #h_nav li{float:left;margin:0 7px 0 0;line-height:0;width:100px;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;}
#header #h_nav #sp_close{display:none;}

#header.active{height:auto;padding:5px 0;}
#header.active #logo img{width:auto;height:90px;}
#header.active #h_nav li{width:90px;}


#header #sp_resv{display:none;}

@media screen and (max-width:1180px){
	#header{height:120px;padding:5px 0;}
	#header #logo{padding:0 0 0 15px;}
	#header #logo img{width:auto;height:90px;}
	#header #h_nav li{width:90px;}
}
@media screen and (max-width:1080px){
	#header{height:110px;}
	#header #logo img{height:80px;}
	#header #h_nav li{width:80px;}
	#header.active #logo img{height:80px;}
	#header.active #h_nav li{width:80px;}
}
@media screen and (max-width:940px){
	#header #logo img{height:70px;}
	#header #h_nav li{width:70px;}
	#header.active #logo img{height:70px;}
	#header.active #h_nav li{width:70px;}
}
@media screen and (max-width:900px){
	#header{height:75px;border:solid #C90000;border-width:5px 0;}
	#header #logo{padding:0 0 0 5px;}
	#header #logo img{max-height:60px;}
	
	#header #h_nav{display:none;position:absolute;top:75px;left:0;width:100vw;}
	#header #h_nav ul{margin:0;float:none;text-align:center;line-height:0;padding:25px 5vw;background:rgba(255,255,255,0.8);}
	#header #h_nav ul li{display:inline-block;float:none;width:100px !important;}
	#header #h_nav #sp_close{display:block;margin:0;}
	#header #h_nav #sp_close a{display:block;background:#c90000;color:#fff;font-weight:500;padding:10px 2.5%;text-decoration:none;}
	
	#header #sp_resv{margin:0;float:right;display:block;padding:2px 50px 0 0;line-height:0;}
	#header #sp_resv li{float:left;margin:0 6px 0 0;line-height:0;width:60px;}
}
@media screen and (max-width:768px){
	#header #h_nav ul{padding:25px 10vw;}
	#header #h_nav ul li{display:block;float:left;width:24vw !important;margin:0 4vw 0 0;}
	#header #h_nav ul li:nth-of-type(3n){float:right;margin:0;}
	#header #h_nav ul li:nth-of-type(n+4){margin-top:4vw;}
	#header #h_nav ul li:nth-of-type(3n+1){clear:both;}
}
@media screen and (max-width:420px){
	#header #logo img{width:44vw !important;height:auto !important;}
}
@media screen and (max-width:360px){
	#header #sp_resv{padding:5px 50px 0 0;}
	#header #sp_resv li{width:50px;margin:0 5px 0 0;}
}

/* spmenu */
#sp_menu{position:fixed;z-index:999;top:10px;right:10px;display:none;}
#sp_menu a{display:block;}
#sp_menu.active .menu-trigger{background-color:rgba(0,0,0,0.7) !important;}

@media screen and (max-width:900px){
	#sp_menu{display:block;}
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 41px;
	height: 41px;
}
.menu-trigger span{
	position: absolute;
	left: 5px;
	width: 31px;
	height: 3px;
	background-color:#c90000;
	border-radius:2px;
}

#sp_menu.active .menu-trigger span{
  background-color:#fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 9px;
}
.menu-trigger span:nth-of-type(2) {
  top: 18.5px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 9px;
}

.menu-trigger.active{
	background-color:transparent !important;
	border-color:transparent;
}
.menu-trigger.active span {
	background-color:#c90000;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9.8px) rotate(-45deg);
  transform: translateY(9.8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9.8px) rotate(45deg);
  transform: translateY(-9.8px) rotate(45deg);
}


.menu-trigger:after{content:"MENU";position:absolute;bottom:-10px;left:0;width:100%;text-align:center;line-height:1em;font-size:62%;font-weight:bold;letter-spacing:0.05em;color:#c90000;}
.menu-trigger.active:after{content:"CLOSE";position:absolute;bottom:-10px;left:0;width:100%;text-align:center;line-height:1em;font-size:62%;font-weight:bold;letter-spacing:0.05em;color:#c90000;}


/* reserve */
#reserve_btn{position:fixed;right:-230px;top:140px;z-index:10;
	-webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;}
#reserve_btn.active{right:0;}

#reserve_btn li{margin:0 0 10px;line-height:0;text-align:right;}
#reserve_btn li:last-of-type{margin:0;}

#reserve_btn li:nth-of-type(1) img{width:200px;}
#reserve_btn li:nth-of-type(2) img{width:100px;}

#reserve_btn:after{content:" ";width:108px;height:105px;background:url("../images/kotengu01.png") no-repeat;background-size:108px;
	position:absolute;right:115px;bottom:-20px;
	animation:kotengu_anim 1.5s 0.0s ease-out forwards infinite;}

#reserve_btn a.rsv_tel{position:relative;display:block;}
#reserve_btn a.rsv_tel span{position:absolute;width:100%;line-height:1em;text-align:center;color:#fff;}
#reserve_btn a.rsv_tel span.telno{top:93px;left:0;font-size:24px;font-weight:700;}
#reserve_btn a.rsv_tel span.time{bottom:22px;left:0;font-size:12px;font-weight:400;}

#sp_resv a.rsv_tel{position:relative;display:block;}
#sp_resv a.rsv_tel span{position:absolute;width:100%;line-height:1em;text-align:center;color:#fff;}
#sp_resv a.rsv_tel span.time_sp{width:120px;bottom:6px;left:-30px;font-size:14px;font-weight:500;transform:scale(0.5);transform-origin:center bottom;letter-spacing:0.05em;}


@keyframes kotengu_anim{
0%{bottom:-20px;}
50%{bottom:-30px;}
100%{bottom:-20px;}
}

@media screen and (max-width:1180px){
	#reserve_btn{transform:scale(0.8);transform-origin:right top;}
}
@media screen and (max-width:900px){
	#reserve_btn{display:none;}
}



/* main */
#main{position:relative;padding:150px 0 0;}
#main .main_bdr{position:absolute;left:0;bottom:-1px;margin:0;line-height:0;width:100%;height:367px;background:url("../images/main_bg_pc.png") no-repeat 50% 100%;z-index:10;}

#main .txt{display:table;width:100%;height:100%;position:absolute;left:0;top:0;z-index:3;color:#fff;font-weight:bold;margin:0;text-shadow:3px 3px 12px #000;}
#main .txt .in{display:table-cell;vertical-align:top;padding:80px 30px 10px;line-height:1.5em;}
#main .txt h2{font-size:337%;color:#FFFF00;margin:0 0 0.5em;font-weight:700;}
#main .txt p{font-size:250%;line-height:1.5em;}
#main .txt p:last-of-type{margin:0;}

#main .nyaga{position:absolute;bottom:-55px;left:50%;margin:0;margin-left:452px;line-height:0;z-index:11;text-align:center;}
#main .nyaga span.img{display:block;width:200px;}
#main .nyaga span.comment{position:absolute;bottom:115px;right:205px;background:#ffff00;color:#000;padding:30px 30px 40px;line-height:1.4em;font-size:200%;font-weight:700;width:415px;border-radius:50%;}
#main .nyaga span.comment:before{
	content:"";
	position:absolute;
    top:-2px;left:-2px;
	width:calc(100% + 4px);height:calc(100% + 4px);
	box-sizing:border-box;
	background:transparent;
    border:dashed #fff 6px;
	border-radius:50%;
	z-index:1;
}
#main .nyaga span.comment:after{
	content:"";position:absolute;
    bottom: 12px;
    right: -12px;
    border: 8px solid transparent;
    border-left: 50px solid #ffff00;
    z-index: 2;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
#main .koteng{position:absolute;bottom:-35px;left:50%;margin:0;margin-left:-605px;line-height:0;width:194px;z-index:11;}

#main_slide01{margin:0;/*height:755px;*/height:calc(100vh - 150px - 55px);text-align:center;}

#main_slide01 .swiper-slide{position:relative;background:#fff;}
#main_slide01 .swiper-slide .img{position:relative;z-index:1;line-height:0;background-position:50% 50% !important;background-size:cover !important;height:100%;}
#main_slide01 .swiper-slide:after{content:" ";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.2);z-index:2;}


#main_slide01 .swiper-wrapper{height:100%;overflow:hidden;}

.swiper-pagination{bottom:0 !important;display:none;}
.swiper-pagination-bullet{opacity:1;width:40px;height:8px;background:#FBD82A;border-radius:0;}
.swiper-pagination-bullet-active{background:#1D4141;}

@keyframes zoomUp {
	0% {
		transform: scale(1);
		transform-origin:center;
	}
	100% {
		transform: scale(1.15);
	}
}

.swiper-slide-active .img,
.swiper-slide-duplicate-active .img,
.swiper-slide-prev .img{animation: zoomUp 10s linear 0s 1 normal both;}	


@media screen and (max-width:1280px){
	#main .nyaga{margin-left:0;left:auto;right:2.5%;}
	#main .koteng{margin-left:0;left:2.5%;}
}
@media screen and (max-width:1180px){
	#main{padding:120px 0 0;}
}
@media screen and (max-width:1040px){
	#main .txt h2{font-size:4.8vw;}
}
@media screen and (max-width:1024px){
	#main{padding:110px 0 0;}
}
@media screen and (max-width:900px){
	#main{padding:80px 0 0;}
	#main .main_bdr{position:absolute;left:0;bottom:-1px;margin:0;line-height:0;width:100%;height:15.33vw;background:url("../images/main_bg_sp.png") no-repeat 50% 100%;z-index:10;}
	
	#main_slide01{height:88vw;}
	#main .txt .in{padding:6.7vw 5vw 10px;line-height:1.5em;}
	#main .txt h2{font-size:4.8vw;}
	#main .txt p{font-size:3.7vw;line-height:1.5em;}
	
	#main .nyaga{bottom:-25px;}
	#main .nyaga span.img{width:17.7vw;}
	#main .nyaga span.comment{position:absolute;bottom:10.67vw;right:15.7vw;padding:2.67vw 2.67vw 4vw;font-size:3.7vw;width:42.67vw;}
	#main .nyaga span.comment:before{
		content:"";
		position:absolute;
		top:-2px;left:-2px;
		width:calc(100% + 3px);height:calc(100% + 3px);
		box-sizing:border-box;
		background:transparent;
		border:dashed #fff 4px;
		border-radius:50%;
		z-index:1;
	}
	#main .nyaga span.comment:after{
		-webkit-transform:scale(0.7) rotate(35deg);
		transform:scale(0.7) rotate(35deg);
		transform-origin:left top;
	}
	
	#main .koteng{width:16.9vw;bottom:-15px;}
}
@media screen and (max-width:540px){
	#main .nyaga span.comment:after{
		bottom: 4px;
		right: -16px;
	}
}
@media screen and (max-width:480px){
	#main .nyaga span.comment:after{
		-webkit-transform:scale(0.5) rotate(35deg);
		transform:scale(0.5) rotate(35deg);
		bottom: 0px;
		right: -20px;
	}
}
@media screen and (max-width:420px){
	#main{padding:75px 0 0;}
	#main .nyaga span.comment:after{
		bottom: 0px;
		right: -30px;
	}
}


@media screen and (min-width:901px) and (max-height:920px){
	#main .nyaga span.comment{transform:scale(0.75);transform-origin:right bottom;}
	#main .txt p{font-size:200%;line-height:1.4em;}
}
@media screen and (min-width:901px) and (max-height:850px){
	#main .nyaga span.comment{transform:scale(0.7);transform-origin:right bottom;}
	#main .txt p{font-size:188%;line-height:1.4em;}
}



#slider{position:relative;z-index:1;}



/* コンテンツ */
#wrap{text-align:left;width:100%;}
.inner{width:940px;margin:0 auto;}

@media screen and (max-width:1280px){
	.inner{width:92vw;}
}
@media screen and (max-width:900px){
	.inner{width:90vw;}
}
@media screen and (max-width:768px){

}

.anc{position:relative;top:-120px;}
@media screen and (max-width:1024px){
	.anc{top:-110px;}
}
@media screen and (max-width:900px){
	.anc{top:-75px;}
}


.h{display:table;width:100%;min-height:92px;border:solid #C90000;border-width:0 0 5px;color:#C90000;margin:0 0 30px;position:relative;}
.h span.ex{display:table-cell;vertical-align:bottom;padding:0 0 15px 100px;font-size:200%;font-weight:500;line-height:1.1em;}
.h_link{text-decoration:none !important;font-weight:400;position:absolute;right:5px;bottom:10px;font-size:88%;}
.h_link:hover{text-decoration:underline !important;}
.h:after{content:"";width:90px;height:93px;background:url("../images/nyaga02.png") no-repeat 0 0;position:absolute;bottom:0;left:0;background-size:90px;}

.page_h{width:100%;height:150px;margin:0;display:table;font-size:300%;font-weight:700;}
.page_h .in{display:table-cell;vertical-align:middle;text-align:center;}
.page_h .in .ex{display:inline-block;position:relative;}
.page_h .in .ex i{position:absolute;left:-1.4em;top:0;font-size:150%;}

#about_sec .page_h{background:#C90000;color:#fff;border:solid #FF6600;border-width:5px 0;}
#course_sec .page_h{background:#265CC9;color:#fff;border:solid #5B91FE;border-width:5px 0;}
#schedule_sec .page_h{background:#009893;color:#fff;border:solid #59D1CD;border-width:5px 0;}
#tourism_sec .page_h{background:#009814;color:#fff;border:solid #3FBE00;border-width:5px 0;}
#faq_sec .page_h{background:#FF9900;color:#fff;border:solid #FFC265;border-width:5px 0;}


.h_dash{border:dashed;border-width:0 0 1px;padding:0 0 10px;font-size:188%;font-weight:700;margin:0 0 40px;}
.h_dash span{display:block;padding:0 0 0 20px;border:solid;border-width:0 0 0 10px;}

.h_dash.course{border-color:#265CC9;}
.h_dash.course span{border-color:#5B91FE;}

.h_dash.schedule{border-color:#009893;}
.h_dash.schedule span{border-color:#59D1CD;}

.h_dash.yuran{border-color:#265CC9;}
.h_dash.yuran span{border-color:#5B91FE;}



.note{font-size:93%;margin:0;}

@media screen and (max-width:900px){
	.page_h{height:13.33vw;font-size:4.8vw;}
}
@media screen and (max-width:768px){
	.h{min-height:58px;border:solid #C90000;border-width:0 0 3px;margin:0 0 20px;text-align:center;padding:0 70px;}
	.h:after{content:"";width:55px;height:57px;background:url("../images/nyaga02.png") no-repeat 0 0;position:absolute;bottom:1px;left:0;background-size:55px;}
	.h span.ex{padding:0 0 10px;font-size:4.8vw;line-height:1.3em;}
	.h_link{display:none;}
	
	.h.detail{padding:0 10px 0 70px;text-align:left;}
	
	.h_dash{font-size:4.8vw;margin:0 0 30px;}
	.h_dash span{padding:0 0 0 10px;}
}


/* yuran */

#yuran_sec{padding:80px 0 80px;background:url("../images/bg01.png") no-repeat 50% 100%;background-size:100%;}
#yuran_sec .in{width:1000px;margin:0 auto;}
#yuran_sec #course_cont01{background:transparent;padding:40px 0 0;;}
#yuran_sec #schedule_cont01{background:transparent;padding:0 0 0;}
#yuran_sec #schedule_cont01 .clm .time_list dd{width:auto;text-align:left;}

#yuran_sec .yuran_lead{width:1000px;margin:0 auto;text-align:center;font-size:129%;font-weight:500;}
#yuran_sec .yuran_lead p{}

@media screen and (max-width:1080px){
	#yuran_sec .in{width:92vw;}
	#yuran_sec .yuran_lead{width:92vw;}
}
@media screen and (max-width:900px){
	#yuran_sec{padding:40px 0;background:url("../images/bg01.png") no-repeat 50% 100%;background-size:200vw;}
}
@media screen and (max-width:768px){
	#yuran_sec .yuran_lead{font-size:115%;}
}
@media screen and (max-width:480px){
	#yuran_sec .yuran_lead{font-size:100%;}
}


/* news */

#news_sec{padding:80px 0 80px;background:url("../images/bg01.png") no-repeat 50% 100%;background-size:100%;}

#news_sec .news_list01{margin:0 0 70px;}
#news_sec .news_list01 li{width:300px;float:left;margin:0 20px 0 0;}
#news_sec .news_list01 li:nth-of-type(3n){margin:0;}
#news_sec .news_list01 li:nth-of-type(3n+1){clear:both;}
#news_sec .news_list01 li:nth-of-type(n+4){margin-top:40px;}

#news_sec .news_list01 li a{text-decoration:none;}
#news_sec .news_list01 li a:hover{text-decoration:underline;}

#news_sec .news_list01 li .pic{width:300px;margin:0 0 20px;line-height:0;}
#news_sec .news_list01 li .pic img{width:300px;height:200px;object-fit:cover;object-position:center;border:solid #C90000 2px;border-radius:10px;}
#news_sec .news_list01 li .ttl{margin:0 0 10px;font-weight:700;}
#news_sec .news_list01 li .ex{margin:0;font-size:88%;}

#news_sec .news_list01 li .pic.none{width:300px;height:200px;border:solid #c90000 2px;border-radius:10px;position:relative;background:#fff;}
#news_sec .news_list01 li .pic.none i{display:table;width:100%;height:100%;text-decoration:none;}
#news_sec .news_list01 li .pic.none span{display:table-cell;vertical-align:middle;text-align:center;font-size:113%;color:#c90000;font-weight:700;}
#news_sec .news_list01 li .pic.none span img{position:absolute;right:2px;bottom:10px;width:75px;height:auto;border:none;}


#news_sec .news_list02{margin:0;}
#news_sec .news_list02 dl{display:table;width:100%;margin:0;padding:15px 20px;border:#999999 dashed;border-width:0 0 1px;}
#news_sec .news_list02 dl:first-of-type{border:#999999 dashed;border-width:1px 0 1px;}

#news_sec .news_list02 dt,
#news_sec .news_list02 dd{display:table-cell;vertical-align:middle;font-size:88%;}
#news_sec .news_list02 dt{width:100px;}
#news_sec .news_list02 dt.important{font-size:115%;color:#C90000;font-weight:700;}
#news_sec .news_list02 dt.important i{margin-right:5px;font-size:24px;}

.sp_more_news{display:none;}


.flayer_link{margin-top:40px;font-size:100%;text-align:center;}
.flayer_link a{display:inline-block;border:solid 2px #c90000;background:#fff;border-radius:10px;padding:10px 20px;text-decoration:none;margin:0 5px 10px;}
.flayer_link a:hover{opacity:0.7;}
.flayer_link i{margin-right:10px;font-size:129%;color:#c90000;vertical-align:middle;position:relative;top:-2px;}



@media screen and (max-width:1440px){
	#news_sec{background:url("../images/bg01.png") no-repeat 50% 100%;background-size:1440px;}
}
@media screen and (max-width:1280px){
	#news_sec .news_list01 li{width:29vw;margin:0 2.5vw 0 0;}
	#news_sec .news_list01 li .pic{width:100%;}
	#news_sec .news_list01 li .pic img{width:29vw;height:19.33vw;}
	#news_sec .news_list01 li .pic.none{width:29vw;height:19.33vw;}
}
@media screen and (max-width:900px){
	#news_sec{padding:40px 0;background:url("../images/bg01.png") no-repeat 50% 100%;background-size:200vw;}
	#news_sec .news_list01{margin:0;}
	#news_sec .news_list01 li{width:100%;float:none;margin:0 0 15px;padding:0 0 15px;border:#999999 dashed;border-width:0 0 1px;}
	
	#news_sec .news_list01 li .pic{width:30.7vw;float:left;margin-right:0;margin-bottom:0;}
	#news_sec .news_list01 li .pic img{width:30vw;height:20vw;}
	#news_sec .news_list01 li .ttl,
	#news_sec .news_list01 li .ex{width:calc(100% - 30vw - 4%);float:right;}
	#news_sec .news_list01 li .ttl{margin:0 0 5px;}
	#news_sec .news_list01 li .ex{font-size:86%;}
	
	#news_sec .news_list02 dl{padding:15px;}
	#news_sec .news_list02 dl:first-of-type{border:#999999 dashed;border-width:0 0 1px;}
	
	.sp_more_news{display:block;text-align:right;margin:10px 0 0;font-size:86%;}
	
	#news_sec .news_list01 li .pic.none{width:30.7vw;height:auto;border:none;}
	#news_sec .news_list01 li .pic.none i{width:30vw;height:20vw;border:solid #c90000 2px;border-radius:10px;position:relative;}
	#news_sec .news_list01 li .pic.none span{font-size:100%;}
	#news_sec .news_list01 li .pic.none span img{right:0.5vw;bottom:1vw;width:5.5vw;}
}
@media screen and (max-width:540px){
	#news_sec .news_list02 dt,
	#news_sec .news_list02 dd{display:block;font-size:86%;}
	#news_sec .news_list02 dt{width:100%;}
}

/* about */

#about_sec{}
#about_sec .in{width:1000px;margin:0 auto;}

#about_cont01{background:#fffff2;padding:60px 0;position:relative;overflow:hidden;border:solid #FF6600;border-width:0 0 10px;}
#about_cont01 .in{position:relative;z-index:2;}

#about_cont01 .cont01{display:table;width:100%;margin:0 0 50px;}
#about_cont01 .cont01 .txt,
#about_cont01 .cont01 .pic{display:table-cell;vertical-align:top;}

#about_cont01 .cont01 .pic{width:480px;margin:0;line-height:0;}
#about_cont01 .cont01 .pic img{border:solid #C90000 2px;border-radius:10px;}

#about_cont01 .cont01 .txt{padding:0 20px 0 0;}
#about_cont01 .cont01 .txt .ttl{margin:0 0 30px;font-weight:700;}
#about_cont01 .cont01 .txt .ttl span,
#about_cont01 .cont01 .txt .ttl strong{display:block;line-height:1.5em;}
#about_cont01 .cont01 .txt .ttl span{color:#000;font-size:150%;}
#about_cont01 .cont01 .txt .ttl strong{color:#c90000;font-size:250%;}

#about_cont01 .cont01 .txt .lead{margin:0 0 15px;font-size:113%;color:#000;font-weight:700;line-height:1.5em;}
#about_cont01 .cont01 .txt .ex{margin:0;font-size:94%;}
#about_cont01 .cont01 .txt .ex p:last-of-type{margin:0;}
#about_cont01 .cont01 .txt .sp_pic{display:none;}


#about_cont01 .bg{position:absolute;z-index:1;margin:0;line-height:0;}
#about_cont01 .bg01{top:40px;right:50%;margin-right:412px;}
#about_cont01 .bg02{top:305px;left:50%;margin-left:415px;}


#about_cont01 .cont02{width:700px;}
#about_cont01 .cont02 .spec{display:table;width:100%;border:solid 1px #FF9900;margin:0 0 20px;background:#fff;}
#about_cont01 .cont02 .spec .ttl,
#about_cont01 .cont02 .spec .ex{display:table-cell;vertical-align:middle;margin:0;}
#about_cont01 .cont02 .spec .ttl{width:170px;text-align:center;font-size:225%;color:#FF9900;font-weight:700;}
#about_cont01 .cont02 .spec .ex{font-size:88%;padding:20px;}
#about_cont01 .cont02 .spec .ex li{margin:0 0 5px;text-indent:-1.5em;padding-left:1.5em;}
#about_cont01 .cont02 .spec .ex li:last-of-type{margin:0}
#about_cont01 .cont02 .spec .ex li:before{content:"●";margin-right:0.5em;}

#about_cont01 .cont02 .pic{margin:0;line-height:0;border:solid 1px #FF9900;}



#about_cont02{
	padding:60px 0;
	background: -moz-linear-gradient(to bottom,#FFF7D2,#FFF7D2 50%,#FFF7D2); 
	background: -webkit-linear-gradient(to bottom,#FFF7D2,#FFF7D2 50%,#FFF7D2); 
	background: linear-gradient(to bottom,#FFF7D2,#FFF7D2 50%,#FFF7D2); 
	position:relative;
}
#about_cont02 .in{position:relative;z-index:2;}

#about_cont02 .ttl{display:table;width:100%;}
#about_cont02 .ttl .ill,
#about_cont02 .ttl .ex{display:table-cell;vertical-align:bottom;}
#about_cont02 .ttl .ill{width:144px;line-height:0;}
#about_cont02 .ttl .ex{padding:0 0 0 30px;font-size:225%;line-height:1.7em;font-weight:700;}
#about_cont02 .ttl .ex strong{display:inline-block;color:#c90000;font-size:150%;margin:0 5px;}

#about_cont02 .set{border:dashed #707070;border-width:2px 0 0;padding:35px 0;}
#about_cont02 .set:last-of-type{padding-bottom:0;}

#about_cont02 .set .set_ttl{font-size:188%;font-weight:700;}
#about_cont02 .set .set_ttl span{display:table-cell;vertical-align:top;}
#about_cont02 .set .set_ttl span.num{color:#c90000;font-size:180%;}
#about_cont02 .set .set_ttl span.ex{padding:0.25em 0 0 0.5em;}

#about_cont02 .img_set{display:table;width:100%;}
#about_cont02 .img_set .pic,
#about_cont02 .img_set .ex{display:table-cell;vertical-align:top;}
#about_cont02 .img_set .pic{width:480px;margin:0;line-height:0;}
#about_cont02 .img_set .pic img{border:solid 5px #fff;}
#about_cont02 .img_set .ex{padding:0 0 0 20px;}
#about_cont02 .img_set .ex p:last-of-type{margin:0;}

#about_cont02 .txt_set{padding:0 0 0 4em;}
#about_cont02 .txt_set p:last-of-type{margin:0;}
#about_cont02 .txt_set strong{color:#c90000;}


#about_cont02 .bg{position:absolute;width:100%;height:100%;top:0;left:0;background:url("../images/bg02.png") no-repeat 50% 0;background-size:100%;z-index:1;}

@media screen and (max-width:1440px){
	#about_cont02 .bg{background:url("../images/bg02.png") no-repeat 50% 0;background-size:1440px;}
}
@media screen and (max-width:1080px){
	#about_sec .in{width:92vw;}
	#about_cont01 .cont01 .pic{width:48%;}
	#about_cont02 .img_set .pic{width:48%;}
}

@media screen and (max-width:900px){
	#about_cont01{padding:40px 0;}
	
	#about_cont01 .cont01{margin:0 0 40px;}
	#about_cont01 .cont01 .txt{display:block;}
	#about_cont01 .cont01 .pic{display:none;}

	#about_cont01 .cont01 .txt{padding:0;}
	#about_cont01 .cont01 .txt .ttl{margin:0 0 20px;}
	#about_cont01 .cont01 .txt .sp_pic{display:block;margin:0 0 20px;line-height:0;}
	#about_cont01 .cont01 .txt .sp_pic img{border:solid #C90000 2px;border-radius:10px;}
	
	#about_cont01 .cont02{width:100%;}
	#about_cont01 .cont02 .spec .ttl{width:140px;}
	
	#about_cont02{padding:40px 0;}
	
	#about_cont02 .bg{background:url("../images/bg02.png") no-repeat 50% 0;background-size:200vw;}
}
@media screen and (max-width:768px){
	#about_cont01 .cont01 .txt .ttl{margin:0 0 15px;}
	#about_cont01 .cont01 .txt .ttl span{font-size:115%;}
	#about_cont01 .cont01 .txt .ttl strong{color:#c90000;font-size:150%;}
	#about_cont01 .cont01 .txt .lead{font-size:115%;}
	
	#about_cont02 .ttl .ill{width:19.2vw;}
	#about_cont02 .ttl .ex{font-size:4.8vw;}
	
	#about_cont02 .set .set_ttl{font-size:4.27vw;}
	
	#about_cont02 .img_set .pic,
	#about_cont02 .img_set .ex{display:block;}
	#about_cont02 .img_set .pic{width:100%;margin:0 0 20px;text-align:center;}
	#about_cont02 .img_set .ex{padding:0;}
	#about_cont02 .txt_set{padding:0;}
}
@media screen and (max-width:540px){
	#about_cont01 .cont02 .spec .ttl,
	#about_cont01 .cont02 .spec .ex{display:block;}
	#about_cont01 .cont02 .spec .ttl{width:100%;font-size:200%;padding:10px 0 0;}
	#about_cont01 .cont02 .spec .ex{font-size:86%;padding:0 20px 20px;}
}



/* course */

#course_sec{}
#course_sec .in{width:1000px;margin:0 auto;}

#course_cont01{background:#f4fdff;padding:90px 0 80px;position:relative;}
#course_cont01 .in{position:relative;z-index:2;}

#course_cont01 .lead_block{text-align:center;margin:0 0 60px;}
#course_cont01 .lead{display:inline-block;text-align:left;font-size:150%;font-weight:700;}
#course_cont01 .lead p{margin:0 0 5px;}
#course_cont01 .lead ul{margin:0;}
#course_cont01 .lead ul li{margin:0 0 10px;color:#c90000;text-indent:-1em;padding-left:1em;line-height:1.2em;}
#course_cont01 .lead ul li:last-of-type{margin:0;}
#course_cont01 .lead ul li strong{margin-right:5px;}
#course_cont01 .lead ul li span{display:inline-block;font-size:67%;font-weight:500;color:#333;padding-left:1.5em;line-height:1em;}
#course_cont01 .lead ul li:before{content:"●";font-size:67%;margin-right:0.5em;position:relative;top:-2px;}

#course_cont01 .place_set{margin:0 0 40px;}
#course_cont01 .place_set:last-of-type{margin:0 0 60px;}

#course_cont01 .place_set .pic,
#course_cont01 .place_set .map{width:480px;margin:0;line-height:1em;}

#course_cont01 .place_set .pic{float:left;}
#course_cont01 .place_set .pic img{width:100%;height:320px;object-fit:cover;object-position:center;border:solid #c90000 2px;border-radius:10px;}
#course_cont01 .place_set .pic .cap{display:block;text-align:center;line-height:1em;margin-top:15px;font-size:93%;}

#course_cont01 .place_set .map{float:right;}
#course_cont01 .place_set .map .gmap{width:100%;height:320px;margin:0 0 15px;border:solid #5B91FE 2px;border-radius:10px;overflow:hidden;}
#course_cont01 .place_set .map .gmap iframe{width:100%;height:100%;border-radius:10px;}
#course_cont01 .place_set .map .maplink{text-align:right;line-height:1em;margin:0;font-size:75%;}

#course_cont01 .course_list{text-align:center;margin:0;}
#course_cont01 .course_list li{display:inline-block;margin:0 7px 20px 7px;}
#course_cont01 .course_list li span{display:inline-block;border:solid 1px #707070;padding:15px;font-size:125%;border-radius:10px;background:#fff;}
#course_cont01 .course_list li:nth-of-type(n+2):before{content:"➡";font-size:150%;margin-right:15px;}
#course_cont01 .course_list li i{font-size:70%;display:inline-block;margin-left:0.3em;}

#course_cont01 .bg{position:absolute;width:100%;height:100%;top:0;left:0;background:url("../images/bg03.png") no-repeat 0 0;background-size:56%;z-index:1;}


@media screen and (max-width:1080px){
	#course_sec .in{width:92vw;}
	#course_cont01 .place_set .pic,
	#course_cont01 .place_set .map{width:48.5%;}
}
@media screen and (max-width:900px){
	#course_cont01{padding:40px 0;}
	
	#course_cont01 .lead_block{margin:0 0 40px;}
	#course_cont01 .lead{display:inline-block;text-align:center;font-size:129%;}
	#course_cont01 .lead p{margin:0 0 15px;}
	#course_cont01 .lead ul{display:inline-block;text-align:left;}
	
	#course_cont01 .bg{background:url("../images/bg03.png") no-repeat 0 0;background-size:61%;}
}
@media screen and (max-width:768px){
	#course_cont01 .place_set{margin:0 0 10px;}
	#course_cont01 .place_set:last-of-type{margin:0 0 20px;}

	#course_cont01 .place_set .pic,
	#course_cont01 .place_set .map{width:100%;margin:0 0 20px;float:none;}

	#course_cont01 .place_set .pic img{height:60vw;object-fit:cover;object-position:center;}
	#course_cont01 .place_set .pic .cap{margin-top:10px;font-size:86%;}

	#course_cont01 .place_set .map .gmap{height:60vw;margin:0 0 10px;}
	
	#course_cont01 .course_list li{display:block;margin:0 0 10px;}
	#course_cont01 .course_list li span{display:block;border:solid 1px #707070;padding:10px 15px;font-size:115%;font-weight:700;}
	#course_cont01 .course_list li:nth-of-type(n+2):before{display:inline-block;content:"➡";font-size:150%;margin-right:0;margin-bottom:10px;transform:rotate(90deg);}
}


/* schedule */

#schedule_sec{}
#schedule_sec .in{width:1000px;margin:0 auto;}

#schedule_cont01{background:#f4fdff;padding:70px 0 80px;position:relative;}
#schedule_cont01 .in{position:relative;z-index:2;}

#schedule_cont01 .clm{width:480px;float:left;}
#schedule_cont01 .clm:nth-of-type(2n){float:right;}
#schedule_cont01 .clm:nth-of-type(2n+1){clear:both;} 

#schedule_cont01 .clm .ex_box{padding:0 0 0 30px;}

#schedule_cont01 .clm .time_list{margin:0 0 30px;font-weight:700;font-size:113%;} 
#schedule_cont01 .clm .time_list dl{display:table;margin:0 0 5px;}
#schedule_cont01 .clm .time_list dl:last-of-type{margin:0;}
#schedule_cont01 .clm .time_list dt,
#schedule_cont01 .clm .time_list dd{display:table-cell;vertical-align:top;}
#schedule_cont01 .clm .time_list dt{width:3.5em;}
#schedule_cont01 .clm .time_list dd{width:7em;text-align:center;}

#schedule_cont01 .clm .price_list{margin:0 0 30px;font-weight:700;font-size:113%;} 
#schedule_cont01 .clm .price_list li{display:table;margin:0 0 5px;}
#schedule_cont01 .clm .price_list li:last-of-type{margin:0;}
#schedule_cont01 .clm .price_list span{font-size:78%;margin-left:5px;}


#schedule_cont01 .note_txt{margin-top:80px;clear:both;padding:0 0 0 30px;}

#schedule_cont01 .bg{position:absolute;width:100%;height:100%;top:0;left:0;background:url("../images/bg04.png") no-repeat 50% 100%;background-size:100%;z-index:1;}

@media screen and (max-width:1440px){
	#schedule_cont01 .bg{background:url("../images/bg04.png") no-repeat 50% 100%;background-size:1440px;}
}

@media screen and (max-width:1080px){
	#schedule_sec .in{width:92vw;}
	#schedule_cont01 .clm{width:48.5%;}
}
@media screen and (max-width:900px){
	#schedule_cont01{padding:40px 0;}
	#schedule_cont01 .bg{background:url("../images/bg04.png") no-repeat 50% 100%;background-size:200vw;}
}
@media screen and (max-width:768px){
	#schedule_cont01 .clm{width:100%;float:none !important;margin:0 0 40px;}
	#schedule_cont01 .clm:last-of-type{margin:0;}
	
	#schedule_cont01 .clm .ex_box{padding:0 0 0 20px;}

	#schedule_cont01 .clm .time_list{margin:0 0 20px;font-size:115%;} 
	#schedule_cont01 .clm .time_list dl{margin:0;}
	#schedule_cont01 .clm .price_list{margin:0 0 20px;font-size:115%;} 
	#schedule_cont01 .clm .price_list li{margin:0;}
	
	#schedule_cont01 .note_txt{margin-top:40px;padding:0 0 0 20px;}
}



/* tourism */
#tourism_sec{}
#tourism_sec .in{width:1000px;margin:0 auto;}

#tourism_cont01{padding:80px 0 100px;position:relative;}
#tourism_cont01 .in{position:relative;z-index:2;}

#tourism_cont01 .lead{text-align:center;font-size:150%;font-weight:700;margin:0 0 45px;}

#tourism_cont01 .pic_list{margin:0 0 60px;}
#tourism_cont01 .pic_list li{float:left;width:480px;margin:0;line-height:0;}
#tourism_cont01 .pic_list li:nth-of-type(2n){float:right;}
#tourism_cont01 .pic_list li:nth-of-type(2n+1){clear:both;}
#tourism_cont01 .pic_list li:nth-of-type(n+3){margin-top:20px;}
#tourism_cont01 .pic_list img{width:100%;height:320px;object-fit:cover;object-position:center;border:solid #c90000 2px;border-radius:10px;}

#tourism_cont01 .link_list{margin:0 0 100px;display:table;width:100%;}
#tourism_cont01 .link_list .ill,
#tourism_cont01 .link_list .link{display:table-cell;vertical-align:middle;}

#tourism_cont01 .link_list .ill{margin:0;line-height:0;width:250px;}
#tourism_cont01 .link_list .link{padding:0 0 0 50px;}
#tourism_cont01 .link_list .link ul{margin:0;}
#tourism_cont01 .link_list .link li{margin:0 0 10px;font-size:113%;font-weight:700;text-indent:-1.4em;padding-left:1.4em;}
#tourism_cont01 .link_list .link li:last-of-type{margin:0;}

#tourism_cont01 .link_list .link li i{font-size:133%;vertical-align:middle;display:inline;margin-right:0.5em;position:relative;top:-2px;}
#tourism_cont01 .link_list .link li a{text-decoration:none;}
#tourism_cont01 .link_list .link li a:hover{text-decoration:underline;}


#tourism_cont01 .mapbox{}
#tourism_cont01 .mapbox .ttl{margin:0 0 40px;font-size:200%;font-weight:700;color:#009814;text-align:center;}
#tourism_cont01 .mapbox .ttl span{display:inline-block;padding:0 100px 15px;border:dashed #3FBE00;border-width:0 0 1px;}

#tourism_cont01 .mapbox .map{margin:0;line-height:0;}
#tourism_cont01 .mapbox .map img{border:solid 1px #707070;}
#tourism_cont01 .mapbox .map span{display:block;margin-top:15px;font-size:86%;text-align:center;line-height:1em;}
#tourism_cont01 .mapbox .map a{text-decoration:none;}
#tourism_cont01 .mapbox .map a:hover{text-decoration:underline;}


#tourism_cont01 .bg{position:absolute;width:100%;height:100%;top:0;left:0;background:url("../images/bg05.png") no-repeat 50% 0;background-size:100%;z-index:1;}

@media screen and (max-width:1440px){
	#tourism_cont01 .bg{background:url("../images/bg05.png") no-repeat 50% 0;background-size:1440px;}
}

@media screen and (max-width:1080px){
	#tourism_sec .in{width:92vw;}
	#tourism_cont01 .pic_list li{width:48.5%;}
}
@media screen and (max-width:900px){
	#tourism_cont01{padding:40px 0;}
	#tourism_cont01 .bg{background:url("../images/bg05.png") no-repeat 50% 0;background-size:100vw;}
}
@media screen and (max-width:768px){
	#tourism_cont01 .lead{font-size:115%;margin:0 0 30px;}
	
	#tourism_cont01 .pic_list{margin:0 0 40px;}
	#tourism_cont01 .pic_list li{float:none !important;width:100%;}
	#tourism_cont01 .pic_list li:nth-of-type(n+2){margin-top:20px;}
	#tourism_cont01 .pic_list img{height:60vw;}
	
	#tourism_cont01 .link_list{margin:0 0 50px;display:flex;flex-direction:column;text-align:center;}
	#tourism_cont01 .link_list .ill{display:block;order:2;text-align:center;width:100%;}
	#tourism_cont01 .link_list .ill img{width:33vw;}
	#tourism_cont01 .link_list .link{display:block;text-align:center;order:1;margin:0 0 30px;}
	#tourism_cont01 .link_list .link ul{display:inline-block;text-align:left;}
	
	#tourism_cont01 .mapbox .ttl{margin:0 0 20px;font-size:4.8vw;}
	#tourism_cont01 .mapbox .ttl span{display:block;padding:0 20px 15px;}
}
@media screen and (max-width:480px){
	#tourism_cont01 .lead{font-size:100%;}
}



/* faq */
#faq_sec{}
#faq_sec .in{width:1000px;margin:0 auto;}

#faq_cont01{padding:40px 0 170px;position:relative;}
#faq_cont01 .in{position:relative;z-index:2;}

#faq_cont01 .lead_ill{text-align:center;margin:0 auto 20px;line-height:0;width:160px;}
#faq_cont01 .lead{text-align:center;font-size:150%;font-weight:700;margin:0 0 60px;}

#faq_cont01 .faq_set{padding:18px 30px;margin:0 0 25px;border:solid #FF9900 3px;border-radius:10px;position:relative;background:#fff;}
#faq_cont01 .faq_set dl{}
#faq_cont01 .faq_set dt,
#faq_cont01 .faq_set dd{padding:0 0 0 60px;position:relative;}
#faq_cont01 .faq_set dt{font-size:125%;font-weight:700;padding-right:70px;}
#faq_cont01 .faq_set dt:before{content:"Q";position:absolute;top:-8px;left:0;width:60px;text-align:center;color:#265CC9;font-weight:700;font-size:36px;}
#faq_cont01 .faq_set dd{font-size:113%;padding-top:25px;padding-bottom:5px;margin-top:20px;border:dashed #FF9900;border-width:1px 0 0;display:none;}
#faq_cont01 .faq_set dd:before{content:"A";position:absolute;top:20px;left:0;width:60px;text-align:center;color:#C90000;font-weight:700;font-size:36px;}
#faq_cont01 .faq_set:first-of-type dd{display:block;}

#faq_cont01 .faq_set a{position:absolute;width:100px;height:100%;top:0;right:0;text-decoration:none;z-index:2;}
#faq_cont01 .faq_set a i{color:#ff9900;font-size:30px;position:absolute;right:40px;top:20px;}
#faq_cont01 .faq_set a i.plus{display:block;}
#faq_cont01 .faq_set a i.minus{display:none;}
#faq_cont01 .faq_set a.active i.plus{display:none;}
#faq_cont01 .faq_set a.active i.minus{display:block;}


#faq_cont01 .bg_bubble{position:absolute;z-index:1;margin:0;line-height:0;}
#faq_cont01 .bg01{top:65px;right:50%;margin-right:395px;}
#faq_cont01 .bg02{top:335px;left:50%;margin-left:435px;}


#faq_cont01 .bg{position:absolute;width:100%;height:100%;top:0;left:0;background:url("../images/bg01.png") no-repeat 50% 100%;background-size:100%;z-index:1;}

@media screen and (max-width:1440px){
	#faq_cont01 .bg{background:url("../images/bg01.png") no-repeat 50% 100%;background-size:1440px;}
}

@media screen and (max-width:1080px){
	#faq_sec .in{width:92vw;}
}
@media screen and (max-width:900px){
	#faq_cont01{padding:40px 0 80px;}
	#faq_cont01 .lead_ill{width:24vw;}
	#faq_cont01 .lead{font-size:115%;margin:0 0 30px;}
	
	#faq_cont01 .faq_set{padding:15px;margin:0 0 20px;}
	#faq_cont01 .faq_set dt,
	#faq_cont01 .faq_set dd{padding:0 0 0 40px;}
	#faq_cont01 .faq_set dt{font-size:115%;padding-right:40px;}
	#faq_cont01 .faq_set dt:before{content:"Q";position:absolute;top:-3px;left:0;width:35px;font-size:30px;}
	#faq_cont01 .faq_set dd{font-size:108%;padding-top:15px;padding-bottom:5px;margin-top:15px;}
	#faq_cont01 .faq_set dd:before{content:"A";position:absolute;top:12px;left:0;width:35px;font-size:30px;}
	
	#faq_cont01 .faq_set a{width:60px;height:100%;}
	#faq_cont01 .faq_set a i{font-size:24px;right:20px;top:18px;}
	
	#faq_cont01 .bg{background:url("../images/bg01.png") no-repeat 50% 100%;background-size:200vw;}
}
@media screen and (max-width:480px){
	#faq_cont01 .lead{font-size:100%;}
	
	#faq_cont01 .faq_set{padding:10px;margin:0 0 15px;}
	#faq_cont01 .faq_set dt,
	#faq_cont01 .faq_set dd{padding:0 0 0 25px;}
	#faq_cont01 .faq_set dt{font-size:100%;padding-right:40px;}
	#faq_cont01 .faq_set dt:before{content:"Q";position:absolute;top:-3px;left:0;width:25px;font-size:20px;}
	#faq_cont01 .faq_set dd{font-size:100%;padding-top:10px;padding-bottom:5px;margin-top:10px;}
	#faq_cont01 .faq_set dd:before{content:"A";position:absolute;top:8px;left:0;width:25px;font-size:20px;}
	
	#faq_cont01 .faq_set a{width:40px;height:100%;}
	#faq_cont01 .faq_set a i{font-size:20px;right:15px;top:13px;}
}




/* second_main */

#second_main{display:table;width:100%;height:310px;border:solid #c90000;border-width:0 0 10px;margin:0;
	color:#FFFF00;font-weight:bold;font-size:300%;text-shadow:3px 3px 12px #000;}
#second_main span{display:table-cell;vertical-align:middle;text-align:center;}

#second_main.news{background:url("../images/main_img03.jpg") no-repeat 50% 55%;background-size:cover;}
#second_main.contact{background:url("../images/contact_main.jpg") no-repeat 50% 50%;background-size:cover;}


@media screen and (max-width:900px){
	#second_main{width:100%;height:49vw;font-size:4.8vw;}
}

/* pan */

#pan{border:dashed #999;border-width:0 0 1px;padding:10px 20px;font-size:88%;}
#pan ul{margin:0;}
#pan ul li{display:inline-block;margin-right:5px;}
#pan ul li:last-of-type{margin-right:0;}
#pan ul li:after{content:">";margin-left:10px;}
#pan ul li:last-of-type:after{content:none;}

@media screen and (max-width:900px){
	#pan{display:none;}
}

/* second_cont */

#second_sec{padding:30px 0 60px;background:url("../images/bg01.png") no-repeat 50% 100%;background-size:100%;}

.home_btn{margin:0;text-align:center;font-size:113%;font-weight:700;}
.home_btn li{display:inline-block;margin:0 30px;}
.home_btn i{margin-right:8px;font-size:30px;}

.home_btn a{color:#c90000;text-decoration:none;}
.home_btn a:hover{text-decoration:underline;}

@media screen and (max-width:1440px){
	#second_sec .bg{background:url("../images/bg01.png") no-repeat 50% 100%;background-size:1440px;}
}
@media screen and (max-width:900px){
	#second_sec .bg{background:url("../images/bg01.png") no-repeat 50% 100%;background-size:200vw;}
}
@media screen and (max-width:768px){
	.home_btn{font-size:100%;}
	.home_btn li{margin:0 20px;}
	.home_btn i{margin-right:5px;font-size:20px;}
}

/* news topics */

.news_list{}
.news_list .news_set{display:table;width:100%;border:dashed #999;border-width:0 0 1px;margin:0 0 25px;padding:0 0 25px;}
.news_list .news_set .pic,
.news_list .news_set .ex{display:table-cell;vertical-align:top;}

.news_list .news_set .pic{width:300px;margin:0;line-height:0;}
.news_list .news_set .pic img{width:100%;height:200px;object-fit:cover;object-position:center;border:solid #c90000 2px;border-radius:10px;}

.news_list .news_set .pic.none{width:300px;height:200px;border:solid #c90000 2px;border-radius:10px;position:relative;background:#fff;}
.news_list .news_set .pic.none a{display:table;width:100%;height:100%;text-decoration:none;}
.news_list .news_set .pic.none span{display:table-cell;vertical-align:middle;text-align:center;font-size:113%;color:#c90000;font-weight:700;}
.news_list .news_set .pic.none span img{position:absolute;right:2px;bottom:10px;width:75px;height:auto;border:none;}

.news_list .news_set .ex{padding:0 0 0 30px;}

.news_list .news_set .ex .date{font-size:88%;margin:0 0 3px;}
.news_list .news_set .ex .ttl{color:#c90000;font-weight:700;margin:0 0 20px;}
.news_list .news_set .ex .ttl a{color:#c90000;text-decoration:none;}
.news_list .news_set .ex .ttl a:hover{text-decoration:underline;}
.news_list .news_set .ex .excerpt{font-size:88%;margin:0 0 20px;}
.news_list .news_set .ex .more_detail{font-size:75%;margin:0;}


@media screen and (max-width:768px){
	.news_list .news_set .pic{width:30.67vw;}
	.news_list .news_set .pic img{width:100%;height:20.4vw;}
	
	.news_list .news_set .pic.none{width:30.67vw;height:auto;border:none;}
	.news_list .news_set .pic.none a{width:30.67vw;height:20.4vw;border:solid #c90000 2px;border-radius:10px;position:relative;}
	.news_list .news_set .pic.none span{font-size:100%;}
	.news_list .news_set .pic.none span img{right:0.5vw;bottom:1vw;width:5.5vw;}
	
	.news_list .news_set .ex{padding:0 0 0 3%;}
	
	.news_list .news_set .ex .ttl{margin:0 0 10px;}
	.news_list .news_set .ex .excerpt{margin:0 0 10px;}
	.news_list .news_set .ex .more_detail{text-align:right;}
}



/* news_detail */

.news_date{font-size:88%;text-align:right;margin:0 0 40px;}

.news_detail{border:dashed #999;border-width:0 0 1px;margin:0 0 25px;padding:0 0 60px;}
.news_detail .cont{width:800px;margin:0 auto;font-size:93%;}


.news_detail .cont ul{padding-left:10px;margin-left:10px;list-style:disc;}
.news_detail .cont ul li{}

.news_detail .cont ol{padding-left:10px;margin-left:10px;list-style:decimal;}
.news_detail .cont ol li{}

.news_detail .cont h1,
.news_detail .cont h2,
.news_detail .cont h3,
.news_detail .cont h4,
.news_detail .cont h5,
.news_detail .cont h6{font-weight:700;margin-bottom:1.5em;}

.news_detail .cont h1{font-size:187%;}
.news_detail .cont h2{font-size:160%;}
.news_detail .cont h3{font-size:133%;}
.news_detail .cont h4{font-size:120%;}
.news_detail .cont h5{font-size:107%;}
.news_detail .cont h6{font-size:100%;}


@media screen and (max-width:900px){
	.news_detail .cont{width:100%;}
}

/* contact */

.contact_in{width:800px;margin:0 auto;}
.contact_in .lead{margin:0 0 40px;text-align:center;}
.contact_in .lead .ill{margin:0 0 20px;line-height:0;}
.contact_in .lead .ill img{width:160px;}
.contact_in .lead .ex{margin:0;}


.require{color:#ff0000;}
sup{vertical-align:super;}


.contact_tbl{width:100%;}
.contact_tbl th,
.contact_tbl td{padding:0 0 30px;vertical-align:top;}

.contact_tbl th{width:200px;padding-top:10px;}
.mw_wp_form_confirm .contact_tbl th{padding-top:0;}

input[type="text"],
input[type="email"]{width:100%;height:50px;border:solid 1px #707070;padding:10px;box-sizing:border-box;font-size:100%;
	font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","verdana",sans-serif;color:#333;}
textarea{width:100%;height:280px;border:solid 1px #707070;padding:10px;box-sizing:border-box;font-size:100%;resize:vertical;
	font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","verdana",sans-serif;color:#333;}

input[type="submit"]{width:400px;height:80px;color:#fff;background:#009814;border:solid 4px #3FBE00;border-radius:10px;font-size:150%;font-weight:500;cursor:pointer;
	font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","verdana",sans-serif;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;}
input[type="submit"]:hover{opacity:0.7;}

input[type="submit"].back{background:#999;border:solid 4px #bbb;margin-bottom:15px;}


@media screen and (max-width:900px){
	.contact_in{width:100%;}
}
@media screen and (max-width:768px){
	.contact_in .lead{margin:0 0 30px;}
	.contact_in .lead .ill{margin:0 0 15px;}
	.contact_in .lead .ill img{width:24vw;}
	
	.contact_tbl th,
	.contact_tbl td{display:block;}

	.contact_tbl th{width:100%;padding-top:0;padding-bottom:10px;}
	
	.submit_col th{display:none;}
	.submit_col td{text-align:center;}
	input[type="submit"]{width:70vw;height:16vw;font-size:4.8vw;}
}


/* pagetop */

#topcontrol{position:fixed;right:0;line-height:0;margin:0;display:none;background:#C90000;width:80px;height:80px;z-index:998;border:solid #ff6600;border-width:4px;border-radius:10px 0 0 10px;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;}
#topcontrol:hover{background:rgba(201,0,0,0.7);}
#topcontrol a{display:table;width:100%;height:100%;color:#fff;text-decoration:none;}
#topcontrol a span{display:table-cell;text-align:center;vertical-align:middle;}
#topcontrol a span i{display:block;line-height:1em;}
#topcontrol a span i.ico{font-size:36px;margin:0 0 5px;}
#topcontrol a span i.txt{font-size:12px;}

#topcontrol{bottom:0;}
#topcontrol.btm{bottom:65px;}

@media screen and (max-width:768px){
	#topcontrol{transform:scale(0.75);transform-origin:right bottom;}
	#topcontrol.btm{bottom:60px;}
}


/* footer */
#footer{background:#C90000;border:solid #1154C6;border-width:5px 0 0;}
#copy{color:#fff;margin:0;padding:15px 4%;font-size:75%;}


@media screen and (max-width:768px){

}




/*------------------------------------------------
   汎用
------------------------------------------------*/

.tx_l{text-align:left !important;}
.tx_c{text-align:center !important;}
.tx_r{text-align:right !important;}

.vm{vertical-align:middle !important;}
.vt{vertical-align:top !important;}
.vb{vertical-align:bottom !important;}

.tx_slarge{font-size:114% !important;}
.tx_large{font-size:128% !important;}
.tx_xlarge{font-size:150% !important;}
.tx_xxlarge{font-size:200% !important;}
.tx_small{font-size:85% !important;}
.tx_midium{font-size:100% !important;}
.tx_xsmall{font-size:71% !important;}

.f_bold{font-weight:bold !important;}
.f_normal{font-weight:normal !important;}

.txt_under{text-decoration:underline !important;}
.txt_strike{text-decoration:line-through !important;}

.inblock{display:inline-block !important;}
.ls_w{letter-spacing:0.2em;}
.ls_m{letter-spacing:0.1em;}

.relative{position:relative !important;}

.lh0{line-height:0em !important;}
.lh1{line-height:1em !important;}
.lh13{line-height:1.3em !important;}
.lh15{line-height:1.5em !important;}
.lh2{line-height:2em !important;}

ul.note{list-style:none !important;}
ul.note li{text-indent:-1em !important;padding-left:1em !important;}
ul.note li:before{content:"※";}

.note01{padding-left:1em !important;text-indent:-1em !important;}
.note02{padding-left:2em !important;text-indent:-2em !important;}
.note025{padding-left:2.5em !important;text-indent:-2.5em !important;}
.note03{padding-left:3em !important;text-indent:-3em !important;}
.note04{padding-left:4em !important;text-indent:-4em !important;}
.note05{padding-left:5em !important;text-indent:-5em !important;}
.note06{padding-left:6em !important;text-indent:-6em !important;}
.note07{padding-left:7em !important;text-indent:-7em !important;}
.note08{padding-left:8em !important;text-indent:-8em !important;}
.note09{padding-left:9em !important;text-indent:-9em !important;}
.note10{padding-left:10em !important;text-indent:-10em !important;}
.note11{padding-left:11em !important;text-indent:-11em !important;}
.note12{padding-left:12em !important;text-indent:-12em !important;}

.red{color:#ff0000 !important;}
.white{color:#ffffff !important;}
.black{color:#333333 !important;}

.w_full{width:100% !important;}
.wauto{width:auto !important;}

.w100{width:100px !important;}
.w200{width:200px !important;}
.w300{width:300px !important;}
.w400{width:400px !important;}
.w500{width:500px !important;}
.w600{width:600px !important;}

.w03em{width:3em !important;}
.w04em{width:4em !important;}
.w05em{width:5em !important;}
.w06em{width:6em !important;}
.w07em{width:7em !important;}
.w08em{width:8em !important;}
.w09em{width:9em !important;}
.w10em{width:10em !important;}
.w11em{width:11em !important;}
.w12em{width:12em !important;}
.w13em{width:13em !important;}
.w14em{width:14em !important;}
.w15em{width:15em !important;}
.w16em{width:16em !important;}
.w17em{width:17em !important;}
.w18em{width:18em !important;}
.w19em{width:19em !important;}
.w20em{width:20em !important;}
.w21em{width:21em !important;}
.w22em{width:22em !important;}
.w23em{width:23em !important;}
.w24em{width:24em !important;}
.w25em{width:25em !important;}
.w26em{width:26em !important;}
.w27em{width:27em !important;}
.w28em{width:28em !important;}
.w29em{width:29em !important;}
.w30em{width:30em !important;}

.bdr{border:solid 1px #dddddd !important;}
.bdr_none{border:none !important;}

.radius05{-webkit-border-radius:5px !important;-moz-border-radius:5px !important;border-radius:5px !important;}
.radius10{-webkit-border-radius:10px !important;-moz-border-radius:10px !important;border-radius:10px !important;}

.radius_top05{-webkit-border-top-left-radius:5px !important;-webkit-border-top-right-radius:5px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:5px 5px 0 0 !important;border-radius:5px 5px 0 0 !important;}
.radius_top10{-webkit-border-top-left-radius:10px !important;-webkit-border-top-right-radius:10px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:10px 10px 0 0 !important;border-radius:10px 10px 0 0 !important;}

.radius_bottom05{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:5px !important;-webkit-border-bottom-right-radius:5px !important;-moz-border-radius:0 0 5px 5px !important;border-radius:0 0 5px 5px !important;}
.radius_bottom10{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:10px !important;-webkit-border-bottom-right-radius:10px !important;-moz-border-radius:0 0 10px 10px !important;border-radius:0 0 10px 10px !important;}

.mauto{margin:auto !important;}

.mt0{margin-top:0px !important;}
.mt01{margin-top:1px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.ml0{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.mr0{margin-right:0px !important;}
.mr01{margin-right:1px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.pt0{padding-top:0 !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb0{padding-bottom:0 !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}

.pl0{padding-left:0 !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}

.pl01em{padding-left:1em !important;}
.pl02em{padding-left:2em !important;}


.pr0{padding-right:0 !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}

.pad0{padding:0 !important;}
.pad05{padding:5px !important;}
.pad10{padding:10px !important;}
.pad15{padding:15px !important;}
.pad20{padding:20px !important;}
.pad30{padding:30px !important;}
.pad40{padding:40px !important;}

.plr05{padding-left:5px !important;padding-right:5px !important;}
.plr10{padding-left:10px !important;padding-right:10px !important;}
.plr15{padding-left:15px !important;padding-right:15px !important;}
.plr20{padding-left:20px !important;padding-right:20px !important;}
.plr30{padding-left:30px !important;padding-right:30px !important;}
.plr40{padding-left:40px !important;padding-right:40px !important;}

.fl{float:left !important;}
.fr{float:right !important;}

.visi{display:block !important;}
.hide{display:none !important;}


/* clearfix */
.cls{clear:both;}
/* For modern browsers */
.cf:before,
.cf:after{content:"";display:table;} 
.cf:after{clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf{zoom:1;}/* clearfixここまで */
/* 汎用ここまで */
