@charset "utf-8";
/*
Theme Name: meg-solution
Theme URI: http://www.solution-sy.com/
Author: Fyy
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{margin:0 auto;width:100%;max-width:1920px;background:#fff;line-height:1.8;font-size:16px;color:#5e371c;font-weight:bold;letter-spacing:1px;
	font-family:"Noto Serif JP",serif;
}
@media (max-width:1380px){
	body{font-size:15px;}
}
@media (max-width:1180px){
	body{font-size:14px;}
}

address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul,ol{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*megM*/
.megM{position:relative;left:0;z-index:50;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.megM .megMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.megM-move{left:-240px;overflow:hidden;}

/*megLink*/
.megLink{position:fixed;top:0;right:0;z-index:9999;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.megLink>li:nth-of-type(2)>a{background:#21b44d;}
.megLink>li:nth-of-type(3)>a{background:#f7ead9;}

.mobile-btn{display:flex;justify-content:center;align-items:center;width:100px;height:100px;background:#fff;cursor:pointer;}
.mobile-btn>div{
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn>div>span{display:block;height:3px;background:#5e371c;
	-webkit-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn>div>span:nth-of-type(1){width:20px;}
.mobile-btn>div>span:nth-of-type(2){margin-top:6px;width:25px;}
.mobile-btn>div>span:nth-of-type(3){margin-top:6px;width:30px;}
.mobile-btn>div:hover>span{width:30px;}
.mobile-btn>div.active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn>div.active>span:nth-child(1){width:20px !important;
	-webkit-transform:translateY(9px) rotate3d(0,0,1,-40deg) !important;
    transform:translateY(9px) rotate3d(0,0,1,-40deg) !important;
    
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important;
}
.mobile-btn>div.active>span:nth-child(2){width:30px !important;}
.mobile-btn>div.active>span:nth-child(3){width:20px !important;
	-webkit-transform:translateY(-9px) rotate3d(0,0,1,40deg) !important;
    transform:translateY(-9px) rotate3d(0,0,1,40deg) !important;
    
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}

.megLinkBtn{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;}
.megLinkBtn>i{display:block;width:100%;max-width:36px;}
.megLinkBtn>h6{margin-top:10px;line-height:1;font-size:12px;color:#5e371c;text-transform:capitalize;}
@media (max-width:430px){
	.mobile-btn{height:87.64px;}
	.megLink>li:nth-of-type(2){display:none;}
	.megLink>li:nth-of-type(3){display:none;}
}

/*megLinkSp*/
.megLinkSp{position:fixed;bottom:0;left:0;z-index:9999;display:none;width:100%;}
.megLinkSp>li{width:50%;}
.megLinkSp>li>a{display:flex;flex-direction:column;justify-content:center;align-items:center;height:80px;}
.megLinkSp>li>a>h6{margin-top:10px;line-height:1;font-size:12px;color:#5e371c;text-transform:capitalize;}
.megLinkSp>li:nth-of-type(1)>a{background:#21b44d;}
.megLinkSp>li:nth-of-type(2)>a{background:#f7ead9;}
@media (max-width:430px){
	.megLinkSp{display:flex;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:99999;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;text-transform:uppercase;	
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.sp-wrapper>h2{font-size:20px;color:#fff;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{display:block;padding:10px;font-size:14px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#5e371c;}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#333;border-radius:50%;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>i{margin-top:-4px;line-height:1;font-size:18px;color:#fff;}
.bkt:hover{opacity:0.6;}
@media (max-width:430px){
	.bkt{bottom:100px;}
}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1520px;}

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;}
.common_tit>h3{font-size:90px;text-transform:capitalize;}
@media (max-width:1380px){
	.common_tit>h3{font-size:80px;}
}
@media (max-width:1180px){
	.common_tit>h3{font-size:70px;}
}
@media (max-width:980px){
	.common_tit>h3{font-size:60px;}
}
@media (max-width:780px){
	.common_tit>h3{font-size:50px;}
}

/*googlemap*/
.googlemap{position:relative;width:100%;overflow:hidden;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
.googlemap iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

/*header*/
.header{position:fixed;top:0;left:0;z-index:9999;display:flex;justify-content:space-between;align-items:center;padding:0 140px 0 40px;
	width:100%;line-height:1;text-transform:capitalize;
}
.header .logo{display:block;width:100%;max-width:209px;}
.header .logo:hover{opacity:0.6;}
.header .headerNav{display:flex;margin-left:60px;}
.header .headerNav>li:not(:first-child){margin-left:60px;}
.header .headerNav>li>a{font-size:18px;color:#5e371c;
	text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
.header .headerNav>li>a:after{display:block;content:"";width:100%;height:2px;background:#5e371c;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
@media (max-width:1380px){
	.header{padding:0 130px 0 30px;}
	.header .logo{max-width:169px;}
	.header .headerNav{margin-left:40px;}
	.header .headerNav>li:not(:first-child){margin-left:40px;}
	.header .headerNav>li>a{font-size:16px;}
}
@media (max-width:1180px){
	.header{padding:0 120px 0 20px;}
	.header .logo{max-width:129px;}
	.header .headerNav{margin-left:20px;}
	.header .headerNav>li:not(:first-child){margin-left:20px;}
	.header .headerNav>li>a{font-size:14px;}
}
@media (max-width:920px){
	.header{background:#fff;}
}
@media (max-width:590px){
	.header .headerNav{display:none;}
}

.header.header_fixed{background:#fff;}

/*banner*/
.banner{position:relative;width:calc(100% - 100px);height:800px;
	border-top:2px solid #fff17c;
	border-left:2px solid #fff17c;
}
.banner:after{position:absolute;bottom:-2px;left:-2px;display:block;content:"";width:762px;height:62px;background:#fff;
	border-top:2px solid #fff17c;
}
.banner .gallery-top{width:100%;height:100%;}
.banner .gallery-top .swiper-slide{display:flex;}
.banner .gallery-top .swiper-slide>fieldset{display:flex;flex-direction:column;justify-content:center;align-items:center;
	padding:40px;width:40%;height:calc(100% - 220px);line-height:1;
	background-image:url(img/bannerBg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.banner .gallery-top .swiper-slide>fieldset>h3{font-size:54px;text-transform:capitalize;}
.banner .gallery-top .swiper-slide>fieldset>h3>span{display:block;margin-top:30px;}
.banner .gallery-top .swiper-slide>fieldset>h6{margin-top:60px;font-size:20px;}
.banner .gallery-top .swiper-slide>figure{position:relative;width:60%;height:100%;
	border-right:2px solid #fff17c;
	border-bottom:2px solid #fff17c;
}
.banner .gallery-top .swiper-slide>figure:before{position:absolute;bottom:0;left:0;display:block;content:"";width:2px;height:60px;background:#fff17c;}
.banner .gallery-top .swiper-slide>figure:after{padding-top:0;width:100%;height:100%;}
.banner .gallery-thumbs{position:absolute;bottom:60px;left:0;width:100%;max-width:760px;}
.banner .gallery-thumbs .swiper-slide{cursor:pointer;}
.banner .gallery-thumbs .swiper-slide:after{padding-top:0;height:160px;}
.banner .swiper-button-prev{left:-40px;}
.banner .swiper-button-next{right:-40px;}
.banner .swiper-button{position:absolute;bottom:20px;z-index:10;width:13px;cursor:pointer;}
.banner .swiper-button.button-prev{left:30px;}
.banner .swiper-button.button-next{left:80px;}
@media (max-width:1460px){
	.banner{height:700px;}
	.banner:after{width:662px;}
	.banner .gallery-top .swiper-slide>fieldset{padding:30px;width:42.5%;height:calc(100% - 180px);}
	.banner .gallery-top .swiper-slide>fieldset>h3{font-size:46px;}
	.banner .gallery-top .swiper-slide>fieldset>h3>span{margin-top:25px;}
	.banner .gallery-top .swiper-slide>fieldset>h6{margin-top:50px;font-size:18px;}
	.banner .gallery-top .swiper-slide>figure{width:57.5%;}
	.banner .gallery-thumbs{max-width:660px;}
	.banner .gallery-thumbs .swiper-slide:after{height:120px;}
}
@media (max-width:1180px){
	.banner{height:600px;}
	.banner:after{width:562px;}
	.banner .gallery-top .swiper-slide>fieldset{padding:20px;width:45%;height:calc(100% - 140px);}
	.banner .gallery-top .swiper-slide>fieldset>h3{font-size:38px;}
	.banner .gallery-top .swiper-slide>fieldset>h3>span{margin-top:20px;}
	.banner .gallery-top .swiper-slide>fieldset>h6{margin-top:40px;font-size:16px;}
	.banner .gallery-top .swiper-slide>figure{width:55%;}
	.banner .gallery-thumbs{max-width:560px;}
	.banner .gallery-thumbs .swiper-slide:after{height:80px;}
}
@media (max-width:920px){
	.banner{margin-top:87.64px;height:500px;}
	.banner:after{display:none;}
	.banner .gallery-top .swiper-slide{display:block;}
	.banner .gallery-top .swiper-slide>fieldset{width:100%;height:204px;border-right:2px solid #fff17c;}
	.banner .gallery-top .swiper-slide>fieldset>h3{text-align:center;font-size:30px;}
	.banner .gallery-top .swiper-slide>fieldset>h6{margin-top:30px;font-size:14px;}
	.banner .gallery-top .swiper-slide>figure{width:100%;height:calc(100% - 204px);}
	.banner .gallery-top .swiper-slide>figure:before{display:none;}
	.banner .gallery-thumbs{display:none;}
}
@media (max-width:430px){
	.banner{width:100%;}
	.banner .gallery-top .swiper-slide>fieldset{height:164px;}
	.banner .gallery-top .swiper-slide>fieldset>h3{font-size:22px;}
	.banner .gallery-top .swiper-slide>fieldset>h6{margin-top:20px;}
	.banner .gallery-top .swiper-slide>figure{height:calc(100% - 164px);}
}

/*indexMain*/
/*concept*/
.concept{position:relative;margin-top:80px;padding:80px 40px;}
.concept .conceptBg{position:absolute;top:0;left:0;display:flex;width:100%;height:65%;}
.concept .conceptBg>dd{width:50%;}
.concept .conceptBg>dt{width:50%;height:100%;}
.concept .conceptBg>dt:after{padding-top:0;width:100%;height:100%;}
.concept .conceptVer{position:relative;z-index:5;}
.concept .conceptVer>.common_tit{align-items:flex-start;}
.concept .conceptVer>figcaption{margin-top:50px;font-size:20px;font-weight:bold;}
.concept .conceptVer>figcaption>*:not(:first-child){margin-top:25px;}
.concept .conceptList{position:relative;z-index:5;margin-top:60px;}
.concept .conceptList>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.concept .conceptList>ul>li{margin-top:40px;padding-left:40px;width:33.333333%;}
.concept .conceptList>ul>li>a{display:block;}
.concept .conceptList>ul>li>a>figure{width:100%;}
.concept .conceptList>ul>li>a>figure>img{width:100%;}
.concept .conceptList>ul>li>a>h6{margin-top:25px;font-size:20px;color:#5e371c;}
@media (max-width:1380px){
	.concept{margin-top:70px;padding:70px 30px;}
	.concept .conceptBg{height:60%;}
	.concept .conceptBg>dd{width:45%;}
	.concept .conceptBg>dt{width:55%;}
	.concept .conceptVer>figcaption{margin-top:40px;font-size:18px;}
	.concept .conceptVer>figcaption>*:not(:first-child){margin-top:20px;}
	.concept .conceptList{margin-top:50px;}
	.concept .conceptList>ul{margin-top:-30px;margin-left:-30px;}
	.concept .conceptList>ul>li{margin-top:30px;padding-left:30px;}
	.concept .conceptList>ul>li>a>h6{margin-top:20px;font-size:18px;}
}
@media (max-width:1180px){
	.concept{margin-top:60px;padding:60px 20px;}
	.concept .conceptBg>dd{width:40%;}
	.concept .conceptBg>dt{width:60%;}
	.concept .conceptVer>figcaption{font-size:16px;}
	.concept .conceptVer>figcaption>*:not(:first-child){margin-top:15px;}
	.concept .conceptList{margin-top:40px;}
	.concept .conceptList>ul{margin-top:-20px;margin-left:-20px;}
	.concept .conceptList>ul>li{margin-top:20px;padding-left:20px;}
	.concept .conceptList>ul>li>a>h6{font-size:16px;}
}
@media (max-width:980px){
	.concept{margin-top:50px;padding:50px 20px;}
	.concept .conceptBg>dd{width:35%;}
	.concept .conceptBg>dt{width:65%;}
	.concept .conceptVer>figcaption{font-size:14px;}
	.concept .conceptVer>figcaption>*:not(:first-child){margin-top:10px;}
	.concept .conceptList>ul>li>a>h6{font-size:14px;}
}
@media (max-width:780px){
	.concept .conceptBg{height:40%;}
	.concept .conceptVer>.common_tit{align-items:center;}
	.concept .conceptList>ul>li{width:50%;}
}
@media (max-width:520px){
	.concept .conceptBg{height:30%;}
	.concept .conceptList>ul>li{width:100%;}
	.concept .conceptList>ul>li>a{margin:0 auto;width:100%;max-width:360px;}
}

/*business*/
.business{padding-bottom:80px;}
.business>dl{display:flex;}
.business>dl>dt{position:relative;z-index:5;margin-top:80px;width:60%;border:2px solid #fff17c;}
.business>dl>dt:after{padding-top:0;height:100%;}
.business>dl>dd{display:flex;margin-left:-10%;padding:180px 100px;width:50%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.business>dl>dd>fieldset{display:block;width:100%;max-width:560px;}
.business>dl>dd>fieldset>hgroup{line-height:1;}
.business>dl>dd>fieldset>hgroup>h6{font-size:20px;}
.business>dl>dd>fieldset>hgroup>h3{margin-top:30px;font-size:54px;text-transform:capitalize;}
.business>dl>dd>fieldset>hgroup>h3>span{display:block;margin-top:20px;}
.business>dl>dd>fieldset>figcaption{margin-top:30px;color:#5b5b5b;font-weight:bold;}
.business>dl>dd>fieldset>div{display:flex;justify-content:flex-end;margin-top:40px;line-height:1;}
.business>dl>dd>fieldset>div>a{display:flex;align-items:center;}
.business>dl>dd>fieldset>div>a>i{display:block;width:30px;height:2px;background:#5e371c;}
.business>dl>dd>fieldset>div>a>h6{margin-left:20px;font-size:23px;color:#5e371c;text-transform:capitalize;}
.business>dl>dd>fieldset>div>a:hover{opacity:0.6;}
.business>dl:nth-child(2n){
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.business>dl:nth-child(2n)>dd{margin-left:0;margin-right:-10%;}
.business>dl:nth-of-type(1)>dd{justify-content:flex-end;
	background-image:url(img/businessBg1.jpg);
}
.business>dl:nth-of-type(2)>dd{justify-content:flex-start;
	background-image:url(img/businessBg2.jpg);
}
.business>dl:nth-of-type(3)>dd{justify-content:flex-end;
	background-image:url(img/businessBg3.jpg);
}
@media (max-width:1780px){
	.business{padding-bottom:70px;}
	.business>dl>dt{margin-top:70px;width:57.5%;}
	.business>dl>dd{margin-left:-5%;padding:140px 70px;width:47.5%;}
	.business>dl>dd>fieldset>hgroup>h6{font-size:17px;}
	.business>dl>dd>fieldset>hgroup>h3{margin-top:25px;font-size:46px;}
	.business>dl>dd>fieldset>hgroup>h3>span{margin-top:17px;}
	.business>dl>dd>fieldset>figcaption{margin-top:25px;font-size:15px;}
	.business>dl>dd>fieldset>div{margin-top:35px;}
	.business>dl>dd>fieldset>div>a>i{width:25px;}
	.business>dl>dd>fieldset>div>a>h6{margin-left:15px;font-size:20px;}
	.business>dl:nth-child(2n)>dd{margin-right:-5%;}
}
@media (max-width:1580px){
	.business{padding-bottom:60px;}
	.business>dl{justify-content:space-between;}
	.business>dl:not(:first-child){margin-top:60px;}
	.business>dl>dt{margin-top:0;width:calc(50% - 10px);}
	.business>dl>dd{margin-left:0;padding:100px 40px;width:calc(50% - 10px);}
	.business>dl>dd>fieldset{max-width:100%;}
	.business>dl>dd>fieldset>hgroup>h6{font-size:14px;}
	.business>dl>dd>fieldset>hgroup>h3{margin-top:20px;font-size:38px;}
	.business>dl>dd>fieldset>hgroup>h3>span{margin-top:14px;}
	.business>dl>dd>fieldset>figcaption{margin-top:20px;font-size:14px;}
	.business>dl>dd>fieldset>div{margin-top:30px;}
	.business>dl>dd>fieldset>div>a>i{width:20px;}
	.business>dl>dd>fieldset>div>a>h6{margin-left:10px;font-size:17px;}
	.business>dl:nth-child(2n)>dd{margin-right:0;}
}
@media (max-width:1380px){
	.business{padding-bottom:50px;}
	.business>dl:not(:first-child){margin-top:50px;}
	.business>dl>dd{padding:60px 40px;}
	.business>dl>dd>fieldset>hgroup>h3{font-size:30px;}
}
@media (max-width:760px){
	.business>dl{display:block;}
	.business>dl>dt{width:100%;}
	.business>dl>dt:after{height:280px;}
	.business>dl>dd{padding:40px 20px;width:100%;}
}

/*megSitemap*/
.megSitemap{padding:0 40px 80px;}
.megSitemap .megSitemapMat{display:flex;justify-content:space-between;}
.megSitemap .megSitemapMat>a{display:block;padding:2px;width:calc(50% - 20px);border:2px solid #b79a71;}
.megSitemap .megSitemapMat>a>dl{position:relative;padding:70px 40px;}
.megSitemap .megSitemapMat>a>dl>dt{position:absolute;top:0;left:0;width:100%;height:100%;}
.megSitemap .megSitemapMat>a>dl>dt:after{padding-top:0;width:100%;height:100%;}
.megSitemap .megSitemapMat>a>dl>dd{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;line-height:1;color:#fff;}
.megSitemap .megSitemapMat>a>dl>dd>h6{font-size:40px;letter-spacing:8px;text-transform:uppercase;}
.megSitemap .megSitemapMat>a>dl>dd>i{display:block;margin-top:6px;margin-left:30px;font-size:30px;}
.megSitemap .megSitemapMat>a:hover{box-shadow:0 0 10px rgba(0,0,0,0.5);
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width:1380px){
	.megSitemap{padding:0 30px 70px;}
	.megSitemap .megSitemapMat>a{width:calc(50% - 15px);}
	.megSitemap .megSitemapMat>a>dl{padding:60px 30px;}
	.megSitemap .megSitemapMat>a>dl>dd>h6{font-size:34px;letter-spacing:6px;}
	.megSitemap .megSitemapMat>a>dl>dd>i{margin-top:4px;margin-left:20px;font-size:26px;}
}
@media (max-width:1180px){
	.megSitemap{padding:0 20px 60px;}
	.megSitemap .megSitemapMat>a{width:calc(50% - 10px);}
	.megSitemap .megSitemapMat>a>dl{padding:50px 20px;}
	.megSitemap .megSitemapMat>a>dl>dd>h6{font-size:28px;letter-spacing:4px;}
	.megSitemap .megSitemapMat>a>dl>dd>i{margin-left:10px;font-size:22px;}
}
@media (max-width:980px){
	.megSitemap{padding:0 20px 50px;}
	.megSitemap .megSitemapMat>a>dl{padding:40px 20px;}
	.megSitemap .megSitemapMat>a>dl>dd>h6{font-size:22px;letter-spacing:2px;}
	.megSitemap .megSitemapMat>a>dl>dd>i{font-size:18px;}
}
@media (max-width:780px){
	.megSitemap .megSitemapMat>a>dl{padding:30px 20px;}
}
@media (max-width:580px){
	.megSitemap .megSitemapMat{flex-direction:column;}
	.megSitemap .megSitemapMat>a{width:100%;}
	.megSitemap .megSitemapMat>a:not(:first-child){margin-top:20px;}
}

/*access*/
.access{padding:80px 40px;
	background-image:url(img/accessBg.png);
	background-position:left center;
	background-size:cover;
}
.access .common_tit{align-items:flex-start;}
.access .accessList{display:flex;justify-content:space-between;margin-top:60px;}
.access .accessList>dt{width:calc(50% - 20px);}
.access .accessList>dt>.googlemap{height:350px;}
.access .accessList>dt>figcaption{margin-top:40px;font-weight:bold;}
.access .accessList>dd{width:calc(50% - 20px);}
.access .accessList>dd>ol>li:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.access{padding:70px 30px;}
	.access .accessList{margin-top:50px;}
	.access .accessList>dt{width:calc(50% - 15px);}
	.access .accessList>dt>.googlemap{height:300px;}
	.access .accessList>dt>figcaption{margin-top:30px;}
	.access .accessList>dd{width:calc(50% - 15px);}
	.access .accessList>dd>ol>li:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.access{padding:60px 20px;}
	.access .accessList{margin-top:40px;}
	.access .accessList>dt{width:calc(50% - 10px);}
	.access .accessList>dt>.googlemap{height:250px;}
	.access .accessList>dt>figcaption{margin-top:20px;}
	.access .accessList>dd{width:calc(50% - 10px);}
	.access .accessList>dd>ol>li:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.access{padding:50px 20px;}
}
@media (max-width:780px){
	.access .common_tit{align-items:center;}
	.access .accessList{display:block;}
	.access .accessList>dt{width:100%;}
	.access .accessList>dt>figcaption{margin-top:20px;}
	.access .accessList>dd{margin-top:30px;width:100%;}
}

/*footer*/
.footer .footerNav{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;line-height:1;
	background-image:url(img/footerBg.png);
	background-position:center center;
	background-repeat:repeat-y;
}
.footer .footerNav>a{display:block;width:100%;max-width:166px;}
.footer .footerNav>a:hover{opacity:0.6;}
.footer .footerNav>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px;}
.footer .footerNav>ul>li{margin:0 40px;}
.footer .footerNav>ul>li>a{font-size:18px;color:#5e371c;text-transform:uppercase;}
.footer .footerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#5e371c;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
.footer .footerNav>ol{display:flex;justify-content:center;margin-top:40px;}
.footer .footerNav>ol>li:not(:first-child){margin-left:40px;}
.footer .footerNav>h6{margin-top:30px;}
.footer .footerCopy{padding:20px 40px;text-align:center;background:#d0bcb6;font-size:15px;color:#fff;}
@media (max-width:1380px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNav>a{max-width:146px;}
	.footer .footerNav>ul{margin-top:35px;}
	.footer .footerNav>ul>li{margin:0 30px;}
	.footer .footerNav>ul>li>a{font-size:16px;}
	.footer .footerNav>ol{margin-top:35px;}
	.footer .footerNav>ol>li:not(:first-child){margin-left:30px;}
	.footer .footerNav>h6{margin-top:25px;}
	.footer .footerCopy{padding:17px 30px;font-size:14px;}
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNav>a{max-width:126px;}
	.footer .footerNav>ul{margin-top:30px;}
	.footer .footerNav>ul>li{margin:0 20px;}
	.footer .footerNav>ul>li>a{font-size:14px;}
	.footer .footerNav>ol{margin-top:30px;}
	.footer .footerNav>ol>li:not(:first-child){margin-left:20px;}
	.footer .footerNav>h6{margin-top:20px;}
	.footer .footerCopy{padding:14px 20px;font-size:13px;}
}
@media (max-width:500px){
	.footer .footerNav>ul{margin-top:15px;}
	.footer .footerNav>ul>li{margin:15px 20px 0;}
	.footer .footerNav>ol{display:block;text-align:center;}
	.footer .footerNav>ol>li:not(:first-child){margin-top:20px;margin-left:0;}
	.footer .footerNav>h6{margin-top:15px;text-align:center;line-height:1.8;}
}


