@charset "utf-8";
/* CSS Document */
/* design1 css */
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
.Montserrat{font-family: "Montserrat", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body{color: #fff; line-height:1.8;}
html{font-size:100%;}
/* --all page-- */
.logo{
	text-align: center;
	width: 140px;
	padding-top: 12px;
}
.sns_links li a{width: 50px; height: 50px; display: block;}

.img_shadow{	   box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23); transition: all .2s ease-in-out; }
.img_shadow:hover{box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);}
.drawer-hamburger-icon::after, .drawer-hamburger-icon::before{background-color: #036b59!important;}
.drawer-toggle .bg_color1{background-color: #036b59;}
.cate img,.cate_box img{
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.cate_list{
	margin-bottom: 50px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
	font-size: 18px;
	margin-bottom: 100px; 
}
.cate_list li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.cate_list li a{
	font-weight: 700;
	background: #fff;
    border: 2px solid #036b59;
    padding: 5px 18px;
	display: block;
	font-size: 16px;
	color: #333;
	border-radius: 2px;
}
.cate_list li a:hover{
}
.cms_box{
	width: 95%!important;
}
#page_title{
	z-index: -99;
	position: relative;
	margin-bottom: 100px;

}
#page_title #filter_white{
	padding-top: 180px!important;
}
#page_title .svg_box{
	z-index: 99999;
	transform:translate3d(0,0,0);
	bottom:0;
	position: absolute;
	width: 100%;
	height: auto;
	display: inline-block;
}
#page_title .svg_box svg{
	display: block;
	vertical-align:bottom;
	margin-bottom: -1px;
}
.pager li a{
}

#page4 .cate_box{background-color: #f4f2ed;}
/* page-top */
#page-top{
	position: fixed;
	right: 10px;
	z-index: 99; 
}
#page-top a{
	display: block;
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 50%;
}
#page-top a div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 45px;
	height: 45px;
	line-height: 1.2!important;
}
#page-top a div p{
	font-size: 9px;
}
/* header */
header{
	z-index: 9;
	transition: 0.5s!important;
	background: #ffffff;
	border-bottom: 4px solid #036b59;
}

header.transform{
	transition: 0.5s!important;
}
header #header #header_menu{
	width: 60%;
}
header #header #header_menu ul{

}
header #header #header_menu li{
	width: auto;
}
header #header #header_menu li a span{
	color: #333;
	padding: 30px 0px;
}
header #header #header_menu li a:hover{
	border-top: 3px solid medium;
}
header #header #header_menu li.active span{border-top: 3px solid #f7b029;	padding-top: 27px;}
header #header #header_menu li:last-child{padding-top: 21px;}
header #header #header_menu li:last-child a span{
	padding: 7px 20px;
	border-color: #036b59;
	color: #036b59;	
	border-radius: 30px;
}
#header{	}
header #header #header_menu li:last-child a span.active{
	background-color: #036b59;
	color: #fff;	}
header #header #header_menu li:last-child a span:hover{
	background-color: #036b59;
	color: #fff;	
}
header #header #header_menu li a .en{
	transition: all 0.3s;
	opacity: 0.5;
}
header #header #header_menu li a:hover .en{
	opacity: 1;
}
/* drawer menu */
.drawer-nav{box-sizing: border-box;}
.drawer-menu li{
	margin-bottom: 10px;
}
/* footer */
#info{border-top: 2px solid #036b59;}
#page1 #info{border-top: none;}
#info_title_box{
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	z-index: -2;
	background-size: cover!important;
	background-repeat: repeat-y;
}
#info_title_box .info_title{
	position: relative;
}
#info_title_box .info_title::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#info{
	padding-top: 60px;
}
#info #map{
	width: 50%;
}
#info #map iframe{
	height: 40vh;
}
#info .info_txt{
	width: 40%;
}

/* -- index.html -- */
#intro{
	position: relative;
	z-index: -2;
	background-size: cover!important;
	background-repeat: repeat-y;
	padding-bottom: 350px;
}
#intro #intro_txt{
	position: relative;
}
#intro #intro_txt::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#bottom_menu{background-color:#f4f2ed;padding: 20px 0px;margin-bottom: 0px;}
#bottom_menu nav ul li a{color: #333;}
#top_cms .top_cms_box{
	width: 95%;
	margin: auto;
	margin-bottom: 100px;
}
.more{
	width: 200px;
}

/* -- index.html -- */
#main_img{background-color: #036b59;}
#video{	width: 100%;}

/*pager----------------------------*/
#cms_1-e .pager a {
    height: 50px;
    width: 50px;
    border: solid 2px;
    font-weight: bold;
    line-height: 60px;
	border-radius: 300px;
	border-color: #036b59;
    color: #333;
}
.pager {
	font-size: 0;
}
.pager li {
	height: 50px;
	line-height: 50px;
}
.prev a{font-size: 10px;}
#cms_1-e .pager a:hover{background: #f7b029;    border: solid 2px #036b59;}

/* -- page7.html -- */
.cate_box .open_bt .box_title1::before{display: none!important;}
.cate_box .open_bt .box_title1{margin-left: 70px!important;}

/* -- page8.html -- */
#page8 #form_box .box input::-webkit-input-placeholder,#page8 #form_box .box textarea::-webkit-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.4;
}
#page8 #form_box .box input:-moz-placeholder,#page8 #form_box .box textarea:-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.4;
}
#page8 #form_box .box input::-moz-placeholder,#page8 #form_box .box textarea::-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.4;
}
#page8 #form_box .box input:-ms-input-placeholder,#page8 #form_box .box textarea:-ms-input-placeholder {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.4;
}
#page8 #form_box #form_bt div{
	display: inline-block;
	height: 50px;
	position: relative;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#form_box .box p input,#form_box .box p textarea{
	background-color: #f4f2ed;
	border: none;
	transition: all 0.5s;
}
#form_box .box p input:hover,#form_box .box p textarea:hover{
	background-color: #eee4be;
}

#page8 #form_box .box_check a{
	color: #036b59;
	border-bottom: 1px solid #036b59;
}
#submit input{
width: 220px;
height: 100%;
border-radius: 50px;
z-index: 1;
top: 0;
left: 0;
cursor: pointer;
border: solid 2px #036b59;
background: #fff;
transition: all 0.5s;
}
#submit input:hover{
background: #f7b029;
}
#submit input:hover::after{
}
#page8 #form_box #form_bt div::after{
	 pointer-events: none;
	display: block;
	position: absolute;
	width: auto;
	height: 15px;
	letter-spacing: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	z-index: 2;
	color:  #036b59;
	font-weight: bold;
}
#page8 #form_box #form_bt #submit::after{
	content: "送信";
}

/* -- page10.html -- */
#page10 ul li{
	overflow: hidden;
}
#page10 ul li:hover{
	letter-spacing: 5px;
}
#page10 ul li span{
	position: absolute;
	top: 0;
	width: 60%;
	height: 100%;
	transition: all 0.5s;
	z-index: -1;
}
#page10 ul li span:first-of-type{
	left: -60%;
}
#page10 ul li span:last-of-type{
	right: -60%;
}
#page10 ul li:hover span:first-of-type{
	left: 0;
}
#page10 ul li:hover span:last-of-type{
	right: 0;
}


/* ---------- 1000px ---------- */
@media screen and (max-width: 1000px){
header{
	padding-right: 10px!important;
	padding-left: 10px!important;
}
#logo{
	width: 15%!important;
}
.logo{
}
header #header #header_menu{
	width: 80%;
}
}
@media screen and (max-width: 1000px) and (-ms-high-contrast: none){
 .svg_box{
background: linear-gradient(rgba(255,255,255,0) 80%, rgba(255,255,255,0) 80%);
}
 .svg_box{
	height: 15px!important;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#video{padding-top: 100px;}
#video::after{
	content: '';
	background-color: rgba(227, 184, 158, 0.15);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* header */
header{
	padding-bottom: 10px;
	padding-right: 5px!important;
	padding-left: 5px!important;
}
#logo{
	width: 100%!important;
}
header #header #header_menu li{
	width: auto;
	padding-left: 2px;
    padding-right: 2px;
}
	header #header #header_menu li a span{padding: 10px 0px; }
	header #header #header_menu li.active span{padding-top: 7px;}
header #header #header_menu li:last-child {    padding-top: 5px;}

/* all page */
#page_title #filter_white{
	padding-top: 175px!important;
	padding-bottom: 65px!important;
}
/* -- index.html -- */
#intro{
	padding-bottom: 200px;
}
#intro #intro_txt{
	padding-bottom: 80px;
	padding-top: 80px;
}
#info_title_box{
	padding-top: 80px;
	padding-bottom: 80px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#video{padding-top: 68px;}
		video{width:100%;}

/* header */
#logo{
	width: 41.66667%!important;
}
	.logo{width: 100px;}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-bottom: 0px;
}
	.menu_bt{margin-top: 3px;}
/* all page */
#wrap{
	padding-top: 0px!important;
}
#page_title #filter_white{
	padding-top: 130px!important;
	padding-bottom: 65px!important;
}
#page_title .svg_box svg{
	margin-bottom: -1px;
}
.cate_list li{
	width: 100%;
	margin: 0 0 5px;
}
.cate_list li a{
	display: block;
	padding: 5px;
}
.cms_box{
	width: 90%!important;
}
.svg_box2{
	width: 170%;
}
/* -- index.html -- */
.svg_box{
	width: 170%!important;
}
#info .info_txt{
	width: 90%;
}
/* page-top */
#page-top .fas {
   line-height: 0.9;
}
#page-top a{
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
}
#page-top a div p{
	font-size: 10px;
	line-height: 1.2;
}

/* -- page7.html -- */
#page7 #map iframe{
	height: 350px;
}
/* -- page8.html -- */
#submit input{width: 240px;}
}
@media screen and (max-width: 667px) and (-ms-high-contrast: none){

}

/*====================================
  	IE環境の設定
====================================*/
@media all and (-ms-high-contrast:none){
.more a{
	padding-top: 8px;
}
#info_title{
	padding-top: 20px;
}
header #header #header_menu li a span{	padding: 30px 0px 25px}
/* --全体-- */
#page_title h2 span{
	padding-top: 23px;
}
.pager li a span{
	padding-top: 5px!important;
}
#cms_5-b .box_title1{padding-top: 5px;}
#tel_contact p a{
	padding-top: 25px;
}
	.cate_list li a{padding: 5px 18px 0px;}
	#info_title_box p span{padding: 16px 40px 10px;}
	header #header #header_menu li:last-child a span{padding: 10px 20px 5px;}
	#page8 #form_box #form_bt div::after{top: 58%;}
	#page9 .box_wrap .box a{padding: 5px 10px 1px;}


}