﻿@charset "utf-8";
/* CSS Document */
/* design1 css */
html{font-size:100%;}
/* --all page-- */
.logo{
	text-align: center;
	width: 200px;
}
.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;
}
.cate_list li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.cate_list li a{
	display: block;
	padding: 10px;
}
.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: 30px;
	background: rgba(255,255,255,0.4);
}

header.transform{
    background: rgba(255,255,255,0.75);
	transition: 0.5s!important;
}
header #header #header_menu{
	width: 60%;
}
header #header #header_menu ul{

}
header #header #header_menu li{
	/*width: 13%;*/
	padding-left: 10px;
	padding-right: 10px;
}
header #header #header_menu li a span{
	padding-top: 9px;
}
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;
	margin-bottom: -1px;
}
main {
    position: relative;
    z-index: 0;
}
#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;
}

/* -- index.html -- */


/* -- 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 .bt_on input{
	cursor: pointer;
}
#page8 #form_box #form_bt .bt_on:hover{
	transform: translate(0,-5px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.g-recaptcha > div {
	margin-bottom: 30px;
	overflow: hidden;
}
#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 */
header #header #header_menu li a span{
	padding-top: 12px;
}
header #header #header_menu li:last-child a span{
	padding-top: 10px;
	padding-bottom: 5px;
}
/* -- 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;
}
.more a{
	padding-top: 8px;
}
#info_title{
	padding-top: 20px;
}
/* --全体-- */
#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;
}
#page_title h2 span{
	padding-top: 23px;
}
.pager li a span{
	padding-top: 5px!important;
}
#tel_contact p a{
	padding-top: 25px;
}
/* footer */
 .svg_box2{
	height: 78px;
}
#info_title_box .info_title span{padding: 18px 40px 12px;}
#page8 #tel_contact p a{padding: 26px 20px 17px;}
#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;}
#page8 #form_box #form_bt div::after{top: 56%;}
#page9 .box_wrap .box p a{padding: 7px 10px 3px;}
}
/* ---------- 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 li{
	width: 13%;
	padding-left: 2px;
    padding-right: 2px;
}
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;
}
#intro {
    padding-bottom: 0;
}
#intro_sp {
    height: 200px;
    background-size: 100% auto;
    background-attachment: scroll;
    background-position: center center;
}
#info_title_box {
    background-size: 100% auto;
    background-attachment: scroll;
    background-position: center center;
}
}

/* ---------- スマートフォン ---------- */
@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;
}
/* 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%;
}
#main_img .svg_box svg{
	margin-bottom: -1px;
}
/* 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 30px;
	overflow: hidden;
}
}

#map iframe{width: 100%;}

@media screen and (max-width: 667px) and (-ms-high-contrast: none){

}
@media all and (-ms-high-contrast:none){
#main_img .swiper-wrapper,#main_img .swiper-container{
	height: auto;
	max-height: 110vh;
	overflow-y: hidden;
}
}