@charset "utf-8";
/* CSS Document */
/* design1 css */

@font-face { /* IE用 */
    font-family: 'Sawarabi Mincho';
    src: url('../img/SawarabiMincho-Regular.woff');
}
body,.font_serif{font-family: 'Sawarabi Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;}

/* design1 css */
html{font-size:100%;}
body{
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	font-style: normal;
}
.linkStyle{color: #E7CD32;transition: 0.3s}
.linkStyle:hover{opacity: 0.7}

/* --all page-- */
.logo{
	text-align: center;
	width: 250px;
}
.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: 14px;
}
.cate_list li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.cate_list li a{
	display: block;
	padding: 10px;
	background-color: #f1f1f1;
	color: #229778;
}
.cate_list li a:hover{
	background-color: #E7CD32;
	color: #fff;
	transform: translateY(-5px)
}
.cms_box{
	width: 95%!important;
}
#page_title{
	z-index: -99;
	position: relative;
	margin-bottom: 75px;

}
#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{
	padding-top: 20px;
	padding-bottom: 20px;
}
/* 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;
	padding-bottom: 20px;
	background: rgba(255,255,255,0.5);
}

header.transform{
    background: rgba(255,255,255,0.8);
	transition: 0.5s!important;
}
header #header #header_menu{
	width: 70%;
}
header #header #header_menu li{
	padding-left: 15px;
	padding-right: 15px;
}
header #header #header_menu li:not(.border_so3-t){
	border-top: solid 3px transparent
}
header #header #header_menu li a span{
	padding-top: 9px;
	font-size: 12px
}
header #header #header_menu li:last-child a span{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
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_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%;
}

#bottom_menu ul li a:hover{
	border-bottom-width: 1px;
	border-bottom-style:solid;
}
footer .bg-mask{
	height: 100%;
 	background: rgba(255,255,255,0.8);
}
/* -- index.html -- */
#main_img{
	height: auto;
	max-height: 100vh;
	z-index: -99;
	position: relative;
}
#main_img .svg_box{
	z-index: 99999;
	transform:translate3d(0,0,0);
	bottom:0;
	position: absolute;
	width: 100%;
	height: auto;
	display: inline-block;
}
#main_img .svg_box svg{
	display: block;
	vertical-align:bottom;
}
svg {
  fill: currentColor;
}
.svg_box2 svg{
	display: block;
}
#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;
}

#top_cms .top_cms_box{
	width: 95%;
	margin: auto;
	margin-bottom: 100px;
}
.more{
	width: 200px;
}

#contents .box > .d_flex{position: relative;z-index: 1}
#contents .box > .d_flex::before{
	position: absolute;
	content: "";
	width: 50%;
	height: 70%;
	bottom: 20px;
	right: 20px;
	background-image: url("../img/contents1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1
}
#contents .box:nth-child(2) > .d_flex::before{
	right: auto;
	left: 20px;
	background-image: url("../img/contents2.png");
	background-position: bottom left;
}
#contents .box:nth-child(3) > .d_flex::before{
	background-image: url("../img/contents3.png");
	width: 20%;
}

/* -- index.html -- */

.cate_title::before{
	display: block;
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	background-color: #E7CD32;
	width: 20px;
	height: 2px;
}

/* -- page7.html -- */
#page7 #map iframe{
	width: 100%;
	height: 500px;
}
/* -- 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.8;
}
#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.8;
}
#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.8;
}
#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.8;
}
#page8 #form_box #form_bt div{
	display: inline-block;
	height: 50px;
	position: relative;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#page8 #form_box #form_bt div input{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	padding: 15px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
}
#page8 #form_box #form_bt div{opacity: 0.5;}
#page8 #form_box #form_bt div.nodisabled{opacity: 1;cursor: pointer}
#page8 #form_box #form_bt div.nodisabled input{cursor: pointer}
#page8 #form_box #form_bt div.nodisabled:hover{
	opacity: 1;
	transform: translate(0,-5px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#page8 #form_box #form_bt div::after{
	display: block;
	position: absolute;
	width: auto;
	height: 18px;
	letter-spacing: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	z-index: 98
}
#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;
}
@media all and (-ms-high-contrast: none){
/* header */
/* -- index.html -- */
 .svg_box{
	height: 23px!important;
	 width: 1822px;
background: linear-gradient(rgba(255,255,255,0) 80%, #fff 80%);
}
.svg_box svg{
	display: inline!important;
	vertical-align: bottom!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;
}
/* footer */
 .svg_box2{
	height: 78px;
}
#page8 #form_box .box input::-webkit-input-placeholder,#page8 #form_box .box textarea::-webkit-input-placeholder{font-family: "メイリオ", Meiryo;}
#page8 #form_box .box input:-moz-placeholder,#page8 #form_box .box textarea:-moz-placeholder{font-family: "メイリオ", Meiryo;}
#page8 #form_box .box input::-moz-placeholder,#page8 #form_box .box textarea::-moz-placeholder{font-family: "メイリオ", Meiryo;}
#page8 #form_box .box input:-ms-input-placeholder,#page8 #form_box .box textarea:-ms-input-placeholder {font-family: "メイリオ", Meiryo;}
}
/* ---------- 1000px ---------- */
@media screen and (max-width: 1000px){
header{
	padding-right: 10px!important;
	padding-left: 10px!important;
}
#logo{
	width: 15%!important;
}
.logo{
	width: 150px;
}
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){
/* header */
header{
	padding-bottom: 10px;
	padding-right: 5px!important;
	padding-left: 5px!important;
}
#logo{
	width: 100%!important;
}
header #header #header_menu{
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0
}
header #header #header_menu li{
	width: 14.2857%;
	padding: 0
}
header #header #header_menu li:last-child a span{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 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;
}
#contents .box > .d_flex::before{
	width: 50%;
	height: 80%;
	bottom: -20px;
}
#contents .box:nth-child(3) > .d_flex::before{
	width: 30%;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/* header */
#logo{
	width: 41.66667%!important;
}
.logo{
	width: 150px;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-bottom: 0
}
/* 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;
	background-color: #229778;
	color: #fff
}
.cate_list li a:hover{
	background-color: #229778;
	transform: translateY(0px)
}
.cms_box{
	width: 90%!important;
}
.svg_box2{
	width: 170%;
}
/* -- index.html -- */
.svg_box{
	width: 170%!important;
}
#info .info_txt{
	width: 90%;
}
#main_img .svg_box svg{
	margin-bottom: -1px;
}
#contents .box > .d_flex::before{
	width: 60%;
	height: 50%;
	bottom: auto;
	top: -40px;
	right: 10px;
	background-position: top right
}
#contents .box:nth-child(1) > .d_flex::before{
	top: -60px;
}
#contents .box:nth-child(2) > .d_flex::before{
	background-position: top left;
	left: 10px;
}
#contents .box:nth-child(3) > .d_flex::before{
	width: 40%;
}
/* 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;
}


.g-recaptcha > div{
	margin:0 auto;
}


}
@media screen and (max-width: 667px) and (-ms-high-contrast: none){

}