@charset "utf-8";
/*
Theme Name: sumalab-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:#222;font-weight:bold;letter-spacing:1px;
	font-family:"-apple-system",BlinkMacSystemFont,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,sans-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;
}

/*sumalabM*/
.sumalabM{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);
}
.sumalabM .sumalabMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.sumalabM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-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{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:3px;background:#602200;   
	-webkit-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);  
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);  
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important; 	
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;   
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:760px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;
	-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-family:"Reem Kufi Fun",sans-serif;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:nth-of-type(1)>a{font-family:"Reem Kufi Fun",sans-serif;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#602200;}

/*bkt*/
.bkt{position:fixed;bottom:40px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;cursor:pointer;	
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt:hover{opacity:0.6;}

/*sumalabLink*/
.sumalabLink{position:fixed;top:50%;right:20px;z-index:999;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.sumalabLink>li:not(:first-child){margin-top:20px;}
.sumalabLink>li:nth-of-type(1){display:none;}
.sumalabLink>li>a{display:block;}
.sumalabLink>li>a>img{width:70px;}
.sumalabLink>li>a:hover{
	-webkit-transform:translatey(5px);
	transform:translatey(5px);
}
@media (max-width:1380px){
	.sumalabLink>li:not(:first-child){margin-top:15px;}
	.sumalabLink>li>a>img{width:60px;}	
}
@media (max-width:1180px){
	.sumalabLink>li:not(:first-child){margin-top:10px;}
	.sumalabLink>li>a>img{width:50px;}
}
@media (max-width:980px){
	.sumalabLink>li>a>img{width:40px;}
}
@media (max-width:780px){
	.sumalabLink{display:flex;align-items:center;justify-content:center;padding:0 40px;z-index:99;width:100%;top:auto;right:0;bottom:0;background:rgba(255,255,255,.6);transform:translatey(0);}
	.sumalabLink>li{display:flex;align-items:center;justify-content:center;padding:8px;width:33.33%;}
	.sumalabLink>li:not(:first-child){margin-top:0px;}
	.sumalabLink>li:nth-of-type(1){display:block;}
	.sumalabLink>li>a .linesp{display:block;}
	.sumalabLink>li>a .linepc{display:none;}
}

/*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;text-transform:uppercase;}
.common_tit>h6{font-family:"Reem Kufi Fun",sans-serif;font-size:24px;letter-spacing:8px;font-weight:700;}
.common_tit>i{display:block;margin:25px auto;width:50px;}
.common_tit>h3{text-align:center;font-family:"Zen Maru Gothic",serif;font-size:36px;color:#f8b62e;letter-spacing:8px;font-weight:700;}
@media (max-width:1380px){
	.common_tit>h6{font-size:22px;letter-spacing:6px;}
	.common_tit>i{margin:20px auto;width:40px;}
	.common_tit>h3{font-size:32px;letter-spacing:6px;}
}
@media (max-width:1180px){
	.common_tit>h6{font-size:20px;letter-spacing:4px;}
	.common_tit>i{margin:15px auto;width:30px;}
	.common_tit>h3{font-size:28px;letter-spacing:4px;}
}
@media (max-width:980px){
	.common_tit>h6{font-size:18px;letter-spacing:2px;}
	.common_tit>h3{font-size:24px;letter-spacing:2px;}
}
@media (max-width:780px){
	.common_tit>h6{font-size:16px;letter-spacing:0;}
	.common_tit>h3{font-size:20px;letter-spacing:0;}
}

/*more*/
.more{display:flex;justify-content:center;margin-top:40px;line-height:1;}
.more>a{display:flex;align-items:center;padding:25px 75px 23px;background:#f8b62e;border-radius:10px;color:#fff;}
.more>a>h6{margin-right:10px;font-size:20px;letter-spacing:6px;}
.more>a>i{font-size:18px;}
.more>a:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.8);
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width:1380px){
	.more{margin-top:35px;}
	.more>a{padding:23px 60px 21px;border-radius:8px;}
	.more>a>h6{margin-right:7px;font-size:18px;letter-spacing:4px;}
	.more>a>i{font-size:16px;}
}
@media (max-width:1180px){
	.more{margin-top:30px;}
	.more>a{padding:21px 50px 19px;border-radius:6px;}
	.more>a>h6{font-size:16px;letter-spacing:2px;}
	.more>a>i{font-size:14px;}
}
@media (max-width:980px){
	.more>a{padding:19px 40px 17px;border-radius:4px;}
	.more>a>h6{font-size:14px;letter-spacing:0;}
	.more>a>i{font-size:12px;}
}

/*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:30px 60px;width:100%;line-height:1;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .logo{display:block;width:100%;max-width:137px;}
.header .logo:hover{opacity:0.6;}
.header .headerNav{display:flex;align-items:center;margin-left:60px;}
.header .headerNav>ul{display:flex;}
.header .headerNav>ul>li:not(:first-child){margin-left:60px;}
.header .headerNav>ul>li>a{color:#602200;}
.header .headerNav>ul>li:nth-of-type(1)>a{font-family:"Reem Kufi Fun",sans-serif;}
.header .headerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#602200;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
@media (max-width:1380px){
	.header{padding:25px 40px;}
	.header .logo{max-width:117px;}
	.header .headerNav{margin-left:40px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:40px;}
}
@media (max-width:1180px){
	.header{padding:20px;}
	.header .logo{max-width:97px;}
	.header .headerNav{margin-left:20px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:20px;}
}
@media (max-width:760px){
	.header{padding:15px 20px;background:#fff;box-shadow:0 0 5px rgba(0,0,0,0.5);}
	.header .logo{max-width:80px;}
	.header .headerNav>ul{display:none;}
}

.header.header_fixed{background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.5);}

/*banner*/
.banner{position:relative;height:900px;overflow:hidden;}
.banner .swiper-container{width:100%;height:100%;}
.banner .swiper-slide>figure{width:100%;height:100%;}
.banner .swiper-slide>figure:after{padding-top:0;width:100%;height:100%;}
.banner .swiper-slide>figure.bannerMo{display:none;}
.banner .swiper-container-horizontal>.swiper-pagination-progressbar{top:auto;bottom:0 !important;}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#602200;}
@media (max-width:1520px){
	.banner{height:800px;}
}
@media (max-width:1380px){
	.banner{height:700px;}
}
@media (max-width:1180px){
	.banner{height:600px;}
}
@media (max-width:980px){
	.banner{height:500px;}
}
@media (max-width:780px){
	.banner .swiper-slide>figure.bannerPc{display:none;}
	.banner .swiper-slide>figure.bannerMo{display:block;}
}

/*indexMain*/
/*newLife*/
.newLife{padding:80px 40px;}
.newLife .newLifeMat{max-width:500px;}
@media (max-width:1380px){
	.newLife{padding:70px 30px;}
	.newLife .newLifeMat{max-width:450px;}
}
@media (max-width:1180px){
	.newLife{padding:60px 20px;}
	.newLife .newLifeMat{max-width:400px;}
}
@media (max-width:980px){
	.newLife{padding:50px 20px;}
	.newLife .newLifeMat{max-width:350px;}
}

/*aboutUs*/
.aboutUs{padding:0 40px 80px;}
.aboutUs .aboutUsMat{margin-top:50px;}
.aboutUs .aboutUsMat>dl{display:flex;justify-content:space-between;align-items:center;}
.aboutUs .aboutUsMat>dl>dt{display:flex;justify-content:center;width:calc(30% - 20px);}
.aboutUs .aboutUsMat>dl>dt>img{width:100%;max-width:290px;}
.aboutUs .aboutUsMat>dl>dd{width:calc(70% - 20px);}
.aboutUs .aboutUsMat>dl>dd>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.aboutUs{padding:0 30px 70px;}
	.aboutUs .aboutUsMat>dl{margin-top:40px;}
	.aboutUs .aboutUsMat>dl>dt{width:calc(30% - 15px);}
	.aboutUs .aboutUsMat>dl>dt>img{max-width:250px;}
	.aboutUs .aboutUsMat>dl>dd{width:calc(70% - 15px);}
	.aboutUs .aboutUsMat>dl>dd>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.aboutUs{padding:0 20px 60px;}
	.aboutUs .aboutUsMat>dl{margin-top:30px;}
	.aboutUs .aboutUsMat>dl>dt{width:calc(30% - 10px);}
	.aboutUs .aboutUsMat>dl>dt>img{max-width:210px;}
	.aboutUs .aboutUsMat>dl>dd{width:calc(70% - 10px);}
	.aboutUs .aboutUsMat>dl>dd>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.aboutUs{padding:0 20px 50px;}
}
@media (max-width:780px){
	.aboutUs .aboutUsMat>dl{display:block;}
	.aboutUs .aboutUsMat>dl>dt{width:100%;}
	.aboutUs .aboutUsMat>dl>dt>img{max-width:170px;}
	.aboutUs .aboutUsMat>dl>dd{margin-top:30px;width:100%;}
}

/*comments*/
.comments{padding:0 40px 80px;}
.comments .commentsMat{margin-top:60px;padding:40px;max-width:1260px;border:5px solid #e5e5e5;border-radius:20px;}
@media (max-width:1380px){
	.comments{padding:0 30px 70px;}
	.comments .commentsMat{margin-top:50px;padding:35px;border-width:4px;border-radius:15px;}
}
@media (max-width:1180px){
	.comments{padding:0 20px 60px;}
	.comments .commentsMat{margin-top:40px;padding:30px;border-width:3px;border-radius:10px;}
}
@media (max-width:980px){
	.comments{padding:0 20px 50px;}
	.comments .commentsMat{padding:25px;border-width:2px;border-radius:5px;}
}

/*property*/
.property{padding:0 40px 80px;}
.property .propertyBtn{display:block;max-width:1530px;}
.property .propertyBtn:hover{opacity:0.6;}

.property .propertyMat{position:relative;display:none;justify-content:center;padding:80px 40px;}
.property .propertyBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.property .propertyBg:after{padding-top:0;width:100%;height:100%;}
.property .propertyTxt{position:relative;z-index:5;display:block;width:100%;max-width:340px;}
.property .propertyTxt:hover{opacity:0.6;}
@media (max-width:1380px){
	.property{padding:0 30px 70px;}
	.property .propertyMat{padding:70px 30px;}
	.property .propertyTxt{max-width:300px;}
}
@media (max-width:1180px){
	.property{padding:0 20px 60px;}
	.property .propertyMat{padding:60px 20px;}
	.property .propertyTxt{max-width:260px;}
}
@media (max-width:980px){
	.property{padding:0 20px 50px;}
	.property .propertyMat{padding:50px 20px;}
	.property .propertyTxt{max-width:220px;}
}
@media (max-width:780px){
	.property .propertyTxt{max-width:180px;}
}

/*news*/
.news{padding:0 40px 80px;}
.news .newsMat{padding:100px;background:#fffaf1;border-radius:60px;}
.news .newsList{margin:40px auto 0;width:100%;max-width:800px;}
.news .newsList>li{display:flex;padding:20px 40px;border-bottom:2px solid #f7f3ed;}
.news .newsList>li>span{display:block;width:87px;font-family:"Reem Kufi Fun",sans-serif;color:#f8b62e;}
.news .newsList>li>a{display:block;padding-left:30px;width:calc(100% - 87px);color:#222;}
.news .newsList>li>a:hover{color:#518027;}
@media (max-width:1380px){
	.news{padding:0 30px 70px;}
	.news .newsMat{padding:80px;border-radius:50px;}
	.news .newsList{margin:35px auto 0;}
	.news .newsList>li{padding:17px 30px;}
	.news .newsList>li>span{width:82px;}
	.news .newsList>li>a{padding-left:25px;width:calc(100% - 82px);}
}
@media (max-width:1180px){
	.news{padding:0 20px 60px;}
	.news .newsMat{padding:60px;border-radius:40px;}
	.news .newsList{margin:30px auto 0;}
	.news .newsList>li{padding:14px 20px;}
	.news .newsList>li>span{width:77px;}
	.news .newsList>li>a{padding-left:20px;width:calc(100% - 77px);}
}
@media (max-width:980px){
	.news{padding:0 20px 50px;}
	.news .newsMat{padding:40px;border-radius:30px;}
}
@media (max-width:780px){
	.news .newsMat{padding:40px 30px;border-radius:20px;}
	.news .newsList>li{display:block;}
	.news .newsList>li>a{margin-top:5px;padding-left:0;width:100%;}
}

/*tiktok*/
.tiktok{padding:0 40px 80px;}
.tiktok .tiktokMat{margin-top:40px;}
.tiktok .tiktokMat>ul{display:flex;flex-wrap:wrap;margin-top:-30px;margin-left:-30px;}
.tiktok .tiktokMat>ul>li{margin-top:30px;padding-left:30px;width:25%;}
.tiktok .tiktokMat>ul>li>figure:after{padding-top:150%;}
@media (max-width:1380px){
	.tiktok{padding:0 30px 70px;}
	.tiktok .tiktokMat{margin-top:35px;}
	.tiktok .tiktokMat>ul{margin-top:-20px;margin-left:-20px;}
	.tiktok .tiktokMat>ul>li{margin-top:20px;padding-left:20px;}
	.tiktok .tiktokMat>ul>li>figure:after{padding-top:120%;}
}
@media (max-width:1180px){
	.tiktok{padding:0 20px 60px;}
	.tiktok .tiktokMat{margin-top:30px;}
	.tiktok .tiktokMat>ul{margin-top:-10px;margin-left:-10px;}
	.tiktok .tiktokMat>ul>li{margin-top:10px;padding-left:10px;}
}
@media (max-width:980px){
	.tiktok{padding:0 20px 50px;}
}
@media (max-width:780px){
	.tiktok .tiktokMat>ul>li{width:50%;}
}

/*faq*/
.faq{padding:0 40px 80px;}
.faq .faqAccordion{margin-top:50px;}
.faq .faqAccordion>dl{border:2px solid #f8b62e;}
.faq .faqAccordion>dl:not(:first-child){margin-top:25px;}
.faq .faqAccordion>dl>dt{display:flex;background:#f8b62e;cursor:pointer;}
.faq .faqAccordion>dl>dt>hgroup{display:flex;align-items:center;padding:0 20px;width:calc(100% - 46px);color:#fff;}
.faq .faqAccordion>dl>dt>hgroup>span{font-size:26px;}
.faq .faqAccordion>dl>dt>hgroup>h6{padding-left:10px;width:calc(100% - 26px);line-height:1.4;font-size:20px;}
.faq .faqAccordion>dl>dt>i{display:flex;justify-content:center;align-items:center;padding:20px 15px;background:#ffe400;font-size:20px;color:#fff;}
.faq .faqAccordion>dl>dd{padding:40px;border-top:2px solid #f8b62e;}
.faq .faqAccordion>dl.current>dt>i:before{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:0.3s;
	transition:0.3s;
}
@media (max-width:1380px){
	.faq{padding:0 30px 70px;}
	.faq .faqAccordion{margin-top:40px;}
	.faq .faqAccordion>dl:not(:first-child){margin-top:20px;}
	.faq .faqAccordion>dl>dt>hgroup{width:calc(100% - 41px);}
	.faq .faqAccordion>dl>dt>hgroup>span{font-size:24px;}
	.faq .faqAccordion>dl>dt>hgroup>h6{padding-left:8px;width:calc(100% - 24px);font-size:18px;}
	.faq .faqAccordion>dl>dt>i{padding:20px 13px;font-size:18px;}
	.faq .faqAccordion>dl>dd{padding:30px;}
}
@media (max-width:1180px){
	.faq{padding:0 20px 60px;}
	.faq .faqAccordion{margin-top:30px;}
	.faq .faqAccordion>dl:not(:first-child){margin-top:15px;}
	.faq .faqAccordion>dl>dt>hgroup{width:calc(100% - 35px);}
	.faq .faqAccordion>dl>dt>hgroup>span{font-size:22px;}
	.faq .faqAccordion>dl>dt>hgroup>h6{padding-left:6px;width:calc(100% - 22px);font-size:16px;}
	.faq .faqAccordion>dl>dt>i{padding:20px 11px;font-size:16px;}
	.faq .faqAccordion>dl>dd{padding:20px;}
}
@media (max-width:980px){
	.faq{padding:0 20px 50px;}
	.faq .faqAccordion>dl>dt>hgroup{padding:15px 20px;width:calc(100% - 34px);}
	.faq .faqAccordion>dl>dt>hgroup>span{font-size:20px;}
	.faq .faqAccordion>dl>dt>hgroup>h6{padding-left:4px;width:calc(100% - 20px);font-size:14px;}
	.faq .faqAccordion>dl>dt>i{font-size:14px;}
}


/*contactUs*/
.contactUs{padding:0 40px 80px;}
.contactUs .contactUsMat{position:relative;}
.contactUs .contactUsMat>dl{position:absolute;bottom:6%;left:6%;display:flex;}
.contactUs .contactUsMat>dl>dt{display:flex;align-items:center;flex-wrap:wrap;width:276px;}
.contactUs .contactUsMat>dl>dt:not(:first-child){margin-left:20px;}
.contactUs .contactUsMat>dl>dt>h3{width:100%;}
.contactUs .contactUsMat>dl>dt>a{display:block;width:100%;max-width:169px;}
.contactUs .contactUsMat>dl>dt>figure{margin-left:20px;width:100%;max-width:87px;}
@media (max-width:1380px){
	.contactUs{padding:0 30px 70px;}
	.contactUs .contactUsMat>dl{bottom:5%;left:5%;}
	.contactUs .contactUsMat>dl>dt{width:206px;}
	.contactUs .contactUsMat>dl>dt:not(:first-child){margin-left:15px;}
	.contactUs .contactUsMat>dl>dt>a{max-width:129px;}
	.contactUs .contactUsMat>dl>dt>figure{margin-left:10px;max-width:67px;}
}
@media (max-width:1180px){
	.contactUs{padding:0 20px 60px;}
	.contactUs .contactUsMat>dl{bottom:4%;left:4%;}
	.contactUs .contactUsMat>dl>dt{width:146px;}
	.contactUs .contactUsMat>dl>dt:not(:first-child){margin-left:10px;}
	.contactUs .contactUsMat>dl>dt>a{max-width:89px;}
	.contactUs .contactUsMat>dl>dt>figure{max-width:47px;}
}
@media (max-width:980px){
	.contactUs{padding:0 20px 50px;}
}

/*footer*/
.footer .footerNav{padding:60px 40px;background:#F8B62E;}
.footer .footerNavMat{display:flex;justify-content:space-between;}
.footer .footerNavMat>dt>a{display:block;width:100%;max-width:137px;}
.footer .footerNavMat>dt>a:hover{opacity:0.6;}
.footer .footerNavMat>dd{margin-left:60px;}
.footer .footerNavMat>dd>ul{display:flex;}
.footer .footerNavMat>dd>ul>li:not(:first-child){margin-left:60px;}
.footer .footerNavMat>dd>ul>li>a{display:block;line-height:1;color:#fff;}
.footer .footerNavMat>dd>ul>li:nth-of-type(1)>a{font-family:"Reem Kufi Fun",sans-serif;}
.footer .footerNavMat>dd>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerNavMat>dd>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}

.footer .footerCopy{padding:10px 40px;background:#F8B62E;}
.footer .footerCopyMat{text-align:right;font-family:"Reem Kufi Fun",sans-serif;font-size:15px;color:#fff;font-weight:bold;}
@media (max-width:1380px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNavMat>dt>a{max-width:107px;}
	.footer .footerNavMat>dd{margin-left:40px;}
	.footer .footerNavMat>dd>ul>li:not(:first-child){margin-left:40px;}
	
	.footer .footerCopy{padding:8px 30px;}
	.footer .footerCopyMat{font-size:14px;}
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNavMat>dt>a{max-width:77px;}
	.footer .footerNavMat>dd{margin-left:20px;}
	.footer .footerNavMat>dd>ul>li:not(:first-child){margin-left:20px;}
	
	.footer .footerCopy{padding:6px 20px;}
	.footer .footerCopyMat{font-size:13px;text-align:center;}
}
@media (max-width:640px){
	.footer .footerNavMat{flex-direction:column;align-items:center;}
	.footer .footerNavMat>dt>a{margin:0 auto;}
	.footer .footerNavMat>dd{margin-top:30px;margin-left:0;}
	.footer .footerNavMat>dd>ul{flex-wrap:wrap;justify-content:center;margin-top:-15px;}
	.footer .footerNavMat>dd>ul>li{margin:15px 10px 0 !important;}
	.footer .footerNavMat>dd>ul>li:not(:first-child){margin-left:0;}
}

/*pageBan*/
.pageBan{position:relative;height:600px;overflow:hidden;}
.pageBan .pageBanBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.pageBan .pageBanBg:after{padding-top:0;width:100%;height:100%;}
.pageBan .pageBanMat{position:absolute;top:50%;left:50%;z-index:5;padding:0 40px;max-width:1600px;text-align:center;line-height:1;	
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageBan .pageBanMat>h3{font-family:"Zen Maru Gothic",serif;font-size:48px;color:#602200;letter-spacing:6px;font-weight:700;
	text-shadow:0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
}
.pageBan .pageBanMat>h6{margin-top:20px;font-size:18px;color:#fff;
	text-shadow:0 0 2px #602200,0 0 2px #602200,0 0 2px #602200,0 0 2px #602200;
}
@media (max-width:1380px){
	.pageBan{height:500px;}
	.pageBan .pageBanMat{padding:0 30px;}
	.pageBan .pageBanMat>h3{font-size:42px;letter-spacing:4px;}
	.pageBan .pageBanMat>h6{margin-top:17px;font-size:16px;}
}
@media (max-width:1180px){
	.pageBan{height:400px;}
	.pageBan .pageBanMat{padding:0 20px;}
	.pageBan .pageBanMat>h3{font-size:36px;letter-spacing:2px;}
	.pageBan .pageBanMat>h6{margin-top:14px;font-size:14px;}
}
@media (max-width:980px){
	.pageBan{height:300px;}
	.pageBan .pageBanMat>h3{font-size:30px;}
}

/*page_aboutUs*/
.page_aboutUsSto{padding:80px 40px;}
.page_aboutUsSto .aboutUsStoMat{padding:100px;background:#fffaf1;border-radius:60px;}
.page_aboutUsSto .aboutUsStoList{margin:60px auto 0;width:100%;max-width:1220px;}
.page_aboutUsSto .aboutUsStoList>dl{display:flex;padding:20px;background:#fff;box-shadow:0 0 8px #eee4d2;}
.page_aboutUsSto .aboutUsStoList>dl:not(:first-child){margin-top:40px;}
.page_aboutUsSto .aboutUsStoList>dl>dt{padding-left:80px;width:240px;}
.page_aboutUsSto .aboutUsStoList>dl>dd{width:calc(100% - 240px);}
.page_aboutUsSto .aboutUsStoList>dl>dd>a{color:#222;text-decoration:underline;}
.page_aboutUsSto .googlemap{margin-top:60px;height:400px;box-shadow:0 0 8px #eee4d2;}
@media (max-width:1380px){
	.page_aboutUsSto{padding:70px 30px;}
	.page_aboutUsSto .aboutUsStoMat{padding:80px;border-radius:50px;}
	.page_aboutUsSto .aboutUsStoList{margin:50px auto 0;}
	.page_aboutUsSto .aboutUsStoList>dl:not(:first-child){margin-top:30px;}
	.page_aboutUsSto .aboutUsStoList>dl>dt{padding-left:50px;width:200px;}
	.page_aboutUsSto .aboutUsStoList>dl>dd{width:calc(100% - 200px);}
	.page_aboutUsSto .googlemap{margin-top:50px;height:350px;}
}
@media (max-width:1180px){
	.page_aboutUsSto{padding:60px 20px;}
	.page_aboutUsSto .aboutUsStoMat{padding:60px;border-radius:40px;}
	.page_aboutUsSto .aboutUsStoList{margin:40px auto 0;}
	.page_aboutUsSto .aboutUsStoList>dl:not(:first-child){margin-top:20px;}
	.page_aboutUsSto .aboutUsStoList>dl>dt{padding-left:20px;width:160px;}
	.page_aboutUsSto .aboutUsStoList>dl>dd{width:calc(100% - 160px);}
	.page_aboutUsSto .googlemap{margin-top:40px;height:300px;}
}
@media (max-width:980px){
	.page_aboutUsSto{padding:50px 20px;}
	.page_aboutUsSto .aboutUsStoMat{padding:40px;border-radius:30px;}
	.page_aboutUsSto .aboutUsStoList>dl>dt{width:120px;}
	.page_aboutUsSto .aboutUsStoList>dl>dd{width:calc(100% - 120px);}
	.page_aboutUsSto .googlemap{height:250px;}
}
@media (max-width:720px){
	.page_aboutUsSto .aboutUsStoMat{padding:40px 20px;border-radius:20px;}
	.page_aboutUsSto .aboutUsStoList>dl{display:block;}
	.page_aboutUsSto .aboutUsStoList>dl>dt{padding-left:0;width:100%;}
	.page_aboutUsSto .aboutUsStoList>dl>dd{margin-top:10px;width:100%;}
}

.page_aboutUsCom{padding:0 40px 80px;}
.page_aboutUsCom .aboutUsComMat{margin-top:60px;max-width:1220px;}
.page_aboutUsCom .aboutUsComMat>dl{display:flex;padding:20px;background:#fff;box-shadow:0 0 8px #eee4d2;}
.page_aboutUsCom .aboutUsComMat>dl:not(:first-child){margin-top:40px;}
.page_aboutUsCom .aboutUsComMat>dl>dt{padding-left:80px;width:320px;}
.page_aboutUsCom .aboutUsComMat>dl>dd{width:calc(100% - 320px);}
.page_aboutUsCom .aboutUsComMat>dl>dd>*:not(:first-child){margin-top:20px;}
.page_aboutUsCom .aboutUsComMat>dl>dd>*>a{color:#222;text-decoration:underline;}
@media (max-width:1380px){
	.page_aboutUsCom{padding:0 30px 70px;}
	.page_aboutUsCom .aboutUsComMat{margin-top:50px;}
	.page_aboutUsCom .aboutUsComMat>dl:not(:first-child){margin-top:30px;}
	.page_aboutUsCom .aboutUsComMat>dl>dt{padding-left:50px;width:280px;}
	.page_aboutUsCom .aboutUsComMat>dl>dd{width:calc(100% - 280px);}
	.page_aboutUsCom .aboutUsComMat>dl>dd>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_aboutUsCom{padding:0 20px 60px;}
	.page_aboutUsCom .aboutUsComMat{margin-top:40px;}
	.page_aboutUsCom .aboutUsComMat>dl:not(:first-child){margin-top:20px;}
	.page_aboutUsCom .aboutUsComMat>dl>dt{padding-left:20px;width:240px;}
	.page_aboutUsCom .aboutUsComMat>dl>dd{width:calc(100% - 240px);}
	.page_aboutUsCom .aboutUsComMat>dl>dd>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_aboutUsCom{padding:0 20px 50px;}
}
@media (max-width:960px){
	.page_aboutUsCom .aboutUsComMat>dl{display:block;}
	.page_aboutUsCom .aboutUsComMat>dl>dt{padding-left:0;width:100%;}
	.page_aboutUsCom .aboutUsComMat>dl>dd{margin-top:10px;width:100%;}
}

/*page_gift*/
.page_gift{padding:80px 40px;}
.page_gift .giftMat{margin-top:20px;}
.page_gift .giftMat>h6{text-align:center;font-family:"Zen Maru Gothic",serif;font-size:24px;color:#602200;letter-spacing:4px;font-weight:700;}
.page_gift .giftMat>dl{margin-top:60px;}
.page_gift .giftMat>dl>dt{margin:0 auto;width:100%;max-width:640px;}
.page_gift .giftMat>dl>dd{margin:40px auto 0;width:100%;max-width:840px;font-size:20px;}
@media (max-width:1380px){
	.page_gift{padding:70px 30px;}
	.page_gift .giftMat>h6{font-size:20px;letter-spacing:2px;}
	.page_gift .giftMat>dl{margin-top:50px;}
	.page_gift .giftMat>dl>dt{max-width:600px;}
	.page_gift .giftMat>dl>dd{margin:35px auto 0;font-size:18px;}
}
@media (max-width:1180px){
	.page_gift{padding:60px 20px;}
	.page_gift .giftMat>h6{font-size:16px;}
	.page_gift .giftMat>dl{margin-top:40px;}
	.page_gift .giftMat>dl>dt{max-width:560px;}
	.page_gift .giftMat>dl>dd{margin:30px auto 0;font-size:16px;}
}
@media (max-width:980px){
	.page_gift{padding:50px 20px;}
}

/*page_contact*/
input[type="checkbox"]{margin:0 0 3px 0;}

.page_contact{padding:80px 40px;}
.page_contact .contactMat>fieldset{display:flex;justify-content:space-between;align-items:center;padding:100px;background:#fffaf1;border-radius:60px;}
.page_contact .contactMat>fieldset>hgroup>h3{font-family:"Noto Sans JP",sans-serif;font-size:36px;color:#f8b62e;letter-spacing:10px;}
.page_contact .contactMat>fieldset>hgroup>a{display:block;font-family:"Outfit",sans-serif;font-size:48px;color:#333;letter-spacing:20px;}
.page_contact .contactMat>fieldset>h6{text-align:right;font-size:18px;}
.page_contact .contactfrom{margin:60px auto 0;width:100%;max-width:1220px;}
.page_contact .contactfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;font-size:18px;}
.page_contact .contactfrom>dl>dt{margin-top:40px;width:300px;letter-spacing:5px;font-weight:bold;}
.page_contact .contactfrom>dl>dt>span{display:inline-block;margin-left:20px;color:#f8b62e;}
.page_contact .contactfrom>dl>dd{margin-top:40px;padding:15px;width:calc(100% - 300px);box-shadow:0 0 5px #eee4d2;}
.page_contact .contactfrom>dl>dd>input{width:100%;}
.page_contact .contactfrom>dl>dd>textarea{width:100%;height:200px;}
.page_contact .scrollbox{margin-top:60px;padding:20px;max-height:150px;background:#fff;overflow-y:scroll;font-size:18px;
	box-shadow:0 0 5px #eee4d2;
}
.page_contact .scrollbox>figcaption{margin-top:20px;}
.page_contact .scrollbox>figcaption>a{color:#9e2c30;text-decoration:underline;}
.page_contact .agree{display:flex;justify-content:center;margin-top:40px;}
.page_contact .sendPar{display:flex;justify-content:center;margin-top:40px;}
.page_contact .send{padding:25px;width:400px;background:#c10e23;text-align:center;border-radius:10px;font-size:24px;color:#fff;letter-spacing:4px;cursor:no-drop;}
@media (max-width:1380px){
	.page_contact{padding:70px 30px;}
	.page_contact .contactMat>fieldset{padding:80px;border-radius:50px;}
	.page_contact .contactMat>fieldset>hgroup>h3{font-size:32px;letter-spacing:8px;}
	.page_contact .contactMat>fieldset>hgroup>a{font-size:42px;letter-spacing:16px;}
	.page_contact .contactMat>fieldset>h6{font-size:16px;}
	.page_contact .contactfrom{margin:50px auto 0;}
	.page_contact .contactfrom>dl{font-size:16px;}
	.page_contact .contactfrom>dl>dt{margin-top:30px;width:250px;letter-spacing:3px;}
	.page_contact .contactfrom>dl>dt>span{margin-left:15px;}
	.page_contact .contactfrom>dl>dd{margin-top:30px;padding:10px;width:calc(100% - 250px);}
	.page_contact .scrollbox{margin-top:50px;font-size:16px;}
	.page_contact .agree{margin-top:30px;}
	.page_contact .sendPar{margin-top:30px;}
	.page_contact .send{padding:20px;width:350px;font-size:20px;letter-spacing:3px;}
}
@media (max-width:1180px){
	.page_contact{padding:60px 20px;}
	.page_contact .contactMat>fieldset{padding:60px;border-radius:40px;}
	.page_contact .contactMat>fieldset>hgroup>h3{font-size:28px;letter-spacing:6px;}
	.page_contact .contactMat>fieldset>hgroup>a{font-size:34px;letter-spacing:12px;}
	.page_contact .contactMat>fieldset>h6{font-size:14px;}
	.page_contact .contactfrom{margin:40px auto 0;}
	.page_contact .contactfrom>dl{font-size:14px;}
	.page_contact .contactfrom>dl>dt{margin-top:20px;width:200px;letter-spacing:1px;}
	.page_contact .contactfrom>dl>dt>span{margin-left:10px;}
	.page_contact .contactfrom>dl>dd{margin-top:20px;width:calc(100% - 200px);}
	.page_contact .scrollbox{margin-top:40px;font-size:14px;}
	.page_contact .agree{margin-top:20px;}
	.page_contact .sendPar{margin-top:20px;}
	.page_contact .send{padding:15px;width:300px;font-size:16px;letter-spacing:2px;}
}
@media (max-width:980px){
	.page_contact{padding:50px 20px;}
	.page_contact .contactMat>fieldset{padding:40px;border-radius:30px;}
	.page_contact .contactMat>fieldset>hgroup>h3{font-size:22px;letter-spacing:4px;}
	.page_contact .contactMat>fieldset>hgroup>a{font-size:28px;letter-spacing:8px;}
}
@media (max-width:780px){
	.page_contact .contactMat>fieldset{display:block;padding:40px 20px;border-radius:20px;}
	.page_contact .contactMat>fieldset>h6{margin-top:20px;text-align:left;}
	.page_contact .contactfrom>dl{display:block;}
	.page_contact .contactfrom>dl>dt{width:100%;letter-spacing:0px;}
	.page_contact .contactfrom>dl>dd{margin-top:10px;width:100%;}
	.page_contact .send{width:200px;font-size:14px;letter-spacing:1px;}
}

/*page_news*/
.page_news{padding:80px 40px;}
.page_news .newsMat{padding:100px;background:#fffaf1;border-radius:60px;}
.page_news .newsMat>ul{margin:0 auto;width:100%;max-width:1120px;}
.page_news .newsMat>ul>li{display:flex;justify-content:space-between;padding:30px 20px;font-size:18px;border-bottom:1px solid #e6e6e6;}
.page_news .newsMat>ul>li>span{display:block;width:200px;font-family:"Outfit",sans-serif;color:#f8b62e;letter-spacing:6px;font-weight:bold;}
.page_news .newsMat>ul>li>a{display:block;width:calc(100% - 200px);color:#333;}
.page_news .newsMat>ul>li>a:hover{color:#518027;}
@media (max-width:1380px){
	.page_news{padding:70px 30px;}
	.page_news .newsMat{padding:80px;border-radius:50px;}
	.page_news .newsMat>ul>li{padding:25px 15px;font-size:16px;}
	.page_news .newsMat>ul>li>span{width:170px;letter-spacing:4px;}
	.page_news .newsMat>ul>li>a{width:calc(100% - 170px);}
}
@media (max-width:1180px){
	.page_news{padding:60px 20px;}
	.page_news .newsMat{padding:60px;border-radius:40px;}
	.page_news .newsMat>ul>li{padding:20px 10px;font-size:14px;}
	.page_news .newsMat>ul>li>span{width:140px;letter-spacing:2px;}
	.page_news .newsMat>ul>li>a{width:calc(100% - 140px);}
}
@media (max-width:980px){
	.page_news{padding:50px 20px;}
	.page_news .newsMat{padding:40px;border-radius:30px;}
}
@media (max-width:820px){
	.page_news .newsMat{padding:40px 20px;border-radius:20px;}
	.page_news .newsMat>ul>li{display:block;padding:10px 0;}
	.page_news .newsMat>ul>li>span{width:100%;letter-spacing:1px;}
	.page_news .newsMat>ul>li>a{width:100%;}
}

/*page_news-detail*/
.page_newsDet{padding:80px 40px;}
.page_newsDet .newsDetMat{max-width:1120px;}
.page_newsDet .newsDetMat>hgroup{display:flex;justify-content:space-between;font-size:20px;}
.page_newsDet .newsDetMat>hgroup>span{display:block;width:150px;color:#f8b62e;}
.page_newsDet .newsDetMat>hgroup>h6{width:calc(100% - 150px);}
.page_newsDet .newsDetMat>figure{margin-top:40px;}
.page_newsDet .newsDetMat>figure:after{padding-top:60%;}
.page_newsDet .newsDetMat>div{margin-top:40px;}
@media (max-width:1380px){
	.page_newsDet{padding:70px 30px;}
	.page_newsDet .newsDetMat>hgroup{font-size:18px;}
	.page_newsDet .newsDetMat>hgroup>span{width:130px;}
	.page_newsDet .newsDetMat>hgroup>h6{width:calc(100% - 130px);}
	.page_newsDet .newsDetMat>figure{margin-top:30px;}
	.page_newsDet .newsDetMat>div{margin-top:30px;}
}
@media (max-width:1180px){
	.page_newsDet{padding:60px 20px;}
	.page_newsDet .newsDetMat>hgroup{font-size:16px;}
	.page_newsDet .newsDetMat>hgroup>span{width:110px;}
	.page_newsDet .newsDetMat>hgroup>h6{width:calc(100% - 110px);}
	.page_newsDet .newsDetMat>figure{margin-top:20px;}
	.page_newsDet .newsDetMat>div{margin-top:20px;}
}
@media (max-width:980px){
	.page_newsDet{padding:50px 20px;}
}
@media (max-width:780px){
	.page_newsDet .newsDetMat>hgroup{display:block;font-size:14px;}
	.page_newsDet .newsDetMat>hgroup>span{width:100%;}
	.page_newsDet .newsDetMat>hgroup>h6{width:100%;}
}




