@charset "utf-8";
/*
Theme Name: sawaki-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
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;max-width:1920px;width:100%;font-size:20px;color:#382d16;font-weight:300;background:url(img/bg.jpg)no-repeat;line-height:1.8;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,"sans-serif";
}
@media screen and (max-width:1520px){
	body{font-size:18px;}
}
@media screen and (max-width:1080px){
	body{font-size:16px;}
}
@media screen and (max-width:780px){
	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;}

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

ul{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 */

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

/*mobile-btn*/
.mobile-btn{display:none;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;background:none;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 -20px;width:30px;height:2px;background:#000;   
    -webkit-transform-origin:center;
    -moz-transform-origin:center;
    -ms-transform-origin:center;
    -o-transform-origin:center;    
    transform-origin:center;
    
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){    
    -webkit-transform:translateY(-9px);
    -moz-transform:translateY(-9px);
    -ms-transform:translateY(-9px);
    -o-transform:translateY(-9px);    
    transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){    
    -webkit-transform:translateY(9px);
    -moz-transform:translateY(9px);
    -ms-transform:translateY(9px);
    -o-transform:translateY(9px);    
    transform:translateY(9px);
}
.mobile-btn .active{
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
  	transform-origin:0.71429px center !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
    transform:rotate3d(0,0,1,40deg) !important;
    transform-origin:0.71429px center !important;    
}
@media screen and (max-width:1080px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{display:none;position:fixed;top:0;right:0;z-index:60;display:block;padding:3em 10px 0 10px;width:200px;text-align:center;height:100vh;background:#333;
	-webkit-transform:translateX(200px);
    transform:translateX(200px);
    -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{
	transform:translateX(0px) !important;
}
.sp-wrapper h2{width:100%;text-align:center;font-size:24px;text-transform:uppercase;color:#fff;letter-spacing:1px;font-weight:normal;}
.sp-wrapperul{margin-top:1.5em;width:100%;}
.sp-wrapperul>li{text-align:center;border-top:1px solid #5d5d5d;}
.sp-wrapperul>li>a{display:block;padding:10px 0;font-size:14px;color:#fff;letter-spacing:1px;text-transform:uppercase;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.sp-wrapperul>li>a:hover{background:#fff;color:#002e63;}


/*.main-navigation .sub-menu */
.sub-menu{display:none;}
.main-navigation>ul>li>.sub-menu{flex-direction:column;position:absolute;z-index:6;left:50%;top:100%;display:none;width:100%;transform:translateX(-50%);}
.main-navigation>ul>li>.sub-menu>li{display:flex;align-items:center;justify-content:center;float:left;width:100%;background:#392e16;text-align:center;border-top:1px solid #5d5d5d;
	-webkit-transition:0.3s;
    transition:0.3s;
}
.main-navigation>ul>li>.sub-menu>li a{display:block;padding:10px 0;width:100%;color:#fff;font-size:14px;}
.main-navigation>ul>li>.sub-menu>li a:hover{background:#000;}

.menu-item-has-children>a:hover:after{border-color:#333 transparent transparent transparent;}
.menu-item-has-children>.choose:after{content:'';display:inline-block;width:0;height:0;border-width:7px;border-style:solid;border-color:transparent transparent #fff transparent;margin:0 0 2px 5px;}


.sp-wrapper>ul>li>a.navcurrentA{background:#fff;color:#333;}
.sp-wrapper>ul>li>a.navcurrentA:after{
	border-width:7px 7px 0;
    border-style:solid;
    border-color:#333 transparent transparent transparent;
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);margin-bottom: 1px;
}
.sp-wrapper ul li a{display:block;padding:8px 0;text-align:center;color:#fff;text-transform:uppercase;text-decoration:none;
    -webkit-transition:0.3s;
    transition:0.3s;
}
.sp-wrapper ul li a:hover{background:#f2f2f2;color:#000;}
.sp-wrapper ul li a span{display:none;}
@media screen and (max-width:1280px){
	.menu-item-has-children{padding-bottom:0px;}
	.menu-item-has-children>a:after{content:'';display:inline-block;width:0;height:0;border-width:7px;border-style:solid;border-color:#fff transparent transparent transparent;margin:0 0 -5px 5px;}
	.menu-item-has-children>a:hover:after{border-color:#333 transparent transparent transparent;}
}


/*bkt*/
.bkt{position:absolute;right:40px;bottom:40px;z-index:999;width:45px;height:45px;display:flex;justify-content:center;align-items:center;z-index:99;background:#191309;border-radius:50%;cursor:pointer;transition:.3s;}
.bkt:hover{opacity:0.8;}
.bkt svg{width:15px;height:15px;fill:#ffffff;}
@media screen and (max-width:1080px){
	.bkt{right:10px;bottom:30px;}
}




.common_tit>h2{position:relative;padding:25px 20px;font-size:40px;text-align:center;color:#fff;line-height:1;letter-spacing:4px;font-weight:600;background:#382d16;font-family:"Noto Serif JP",serif;}
.common_tit>h2>span{position:absolute;right:20px;font-size:18px;letter-spacing:0;font-weight:500;font-family:'Noto Sans JP',"sans-serif";}
.common_tit2>h2{background:#242424;}
.common_tit3{line-height:1.4;text-align:center;}
.common_tit3>h2{font-size:34px;color:#444;font-weight:500;letter-spacing:3px;font-family:"Noto Serif JP",serif;}
.common_tit3>hr{margin:15px auto 0;width:230px;height:5px;background:#836b41;border:none;}
@media screen and (max-width:1800px){
	.common_tit>h2{padding:20px;font-size:32px;letter-spacing:3px;}
	.common_tit>h2>span{font-size:16px;}
	.common_tit3>h2{font-size:30px;letter-spacing:2px;}
	.common_tit3>hr{margin:12px auto 0;width:180px;}
}
@media screen and (max-width:1080px){
	.common_tit>h2{padding:15px;font-size:28px;letter-spacing:2px;}
	.common_tit>h2>span{font-size:14px;}
	.common_tit3>h2{font-size:24px;letter-spacing:1px;}
	.common_tit3>hr{margin:10px auto 0;width:140px;height:4px;}
}
@media screen and (max-width:780px){
	.common_tit>h2{font-size:18px;letter-spacing:1px;}
	.common_tit>h2>span{position:relative;top:auto;right:auto;margin-top:10px;display:block;}
	.common_tit3>h2{font-size:18px;letter-spacing:0px;}
	.common_tit3>hr{width:100px;height:3px;}
}


.more>a{display:flex;align-items:center;justify-content:center;padding:10px;width:100%;font-size:30px;color:#fff;text-align:center;font-weight:500;letter-spacing:3px;border-top:1px solid #382d16;background:#4770a8;transition:.3s;font-family:"Noto Serif JP",system-ui;}
.more>a>img{margin-right:20px;}
.more a:after{display:inline-block;content:"";position:relative;z-index:5;margin-left:20px;width:14px;height:14px;
	border:solid #fff;
	border-width:2px 2px 0 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:0.3s;
    transition:0.3s;
}
.more>a{border-top:1px solid #242424;}
.more>a:hover{background:#000;}
.more2>a{background:#896b37;}
.more3{margin-top:40px;}
.more3>a{display:flex;align-items:center;justify-content:center;padding:6px;width:280px;font-size:20px;color:#896b37;letter-spacing:3px;font-weight:500;border:1px solid #896b37;border-radius:30px;background:#fff;transition:.3s;}
.more3 a:after{display:inline-block;content:"";position:relative;z-index:5;margin-left:20px;width:10px;height:10px;
	border:solid #896b37;
	border-width:2px 2px 0 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:0.3s;
    transition:0.3s;
}
.more3 a:hover{color:#fff;background:#896b37;}
.more3 a:hover:after{border:solid #fff;border-width:2px 2px 0 0;}
@media screen and (max-width:1520px){
	.more>a{font-size:26px;letter-spacing:2px;}
	.more>a>img{margin-right:15px;width:32px;}
	.more a:after{margin-left:15px;width:12px;height:12px;}
	.more3{margin-top:30px;}
	.more3>a{width:240px;font-size:18px;letter-spacing:2px;}
	.more3 a:after{margin-left:15px;width:8px;height:8px;}
}
@media screen and (max-width:1080px){
	.more>a{font-size:22px;letter-spacing:1px;}
	.more>a>img{margin-right:10px;width:28px;}
	.more a:after{margin-left:10px;width:10px;height:10px;}
	.more3{margin-top:20px;}
	.more3>a{width:200px;font-size:16px;letter-spacing:1px;}
	.more3 a:after{margin-left:10px;}
}
@media screen and (max-width:780px){
	.more>a{font-size:18px;letter-spacing:0px;}
	.more>a>img{margin-right:5px;width:24px;}
	.more a:after{margin-left:5px;width:8px;height:8px;}
	.more3{display:flex;justify-content:center;}
	.more3>a{width:160px;font-size:14px;letter-spacing:0px;}
}


/* header */
/*@-webkit-keyframes headermove{
	0%{
	    top:-30px;
	}
	100%{
	    top:0px;
	}
}*/
.header.header_fixed{position:fixed;top:0;left:0;z-index:99;background:url(img/headerbg.jpg)no-repeat;box-shadow:0 0 5px rgba(0,0,0,0.5);
	/*-webkit-animation:headermove .5s linear 1 0s;
  	-moz-animation:headermove .5s linear 1 0s;
  	-ms-animation:headermove .5s linear 1 0s;
  	-o-animation:headermove .5s linear 1 0s;
  	animation:headermove .5s linear 1 0s;*/
}
.header{width:100%;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);}
.headercon{position:relative;display:flex;align-items:center;justify-content:space-between;padding:15px 0px;width:100%;transition:all 0.8s;}
.headercon>a.logo{display:block;width:363px;}
.headercon .header_right{display:flex;align-items:center;justify-content:flex-end;width:calc(100% - 700px);}
.headercon .header_right>div.pcbtn,
.headercon .header_right>div.linebtn{padding:2px;width:300px;background:#ffc600;border-radius:30px;}
.headercon .header_right>div>a{display:flex;align-items:center;justify-content:center;padding:10px;color:#382e16;font-weight:bold;letter-spacing:1px;border:2px solid #fff;border-radius:30px;}
.headercon .header_right>div>a>img{margin-right:10px;}
.headercon .header_right>div.linebtn{margin-left:15px;background:#58b80a;}
.headercon .header_right>div.linebtn>a{color:#fff;}
.header .main-navigation{padding:20px 0;width:100%;background:#392e16;}
.header .main-navigation>ul{max-width:1380px;display:flex;align-items:center;justify-content:space-between;}
.header .main-navigation>ul>li{position:relative;text-align:center;width:calc(100% / 7);border-right:1px solid #221c0d;border-left:1px solid #5d4c24;}
.header .main-navigation>ul>li:last-child{border-right:none;}
.header .main-navigation>ul>li:first-child{border-left:none;}
.header .main-navigation>ul>li>a{position:relative;font-size:18px;color:#fff;font-weight:bold;letter-spacing:2px;}
.header .main-navigation>ul>li>a:after{content:"";display:block;width:100%;height:2px;background:#fff;opacity:0;visibility:hidden;transform:scaleX(0);transition:.4s ease-in-out;position:absolute;left:0;bottom:-6px;}
.header .main-navigation>ul>li>a:hover:after{opacity: 0.8;visibility:visible;transform:scaleX(1);}
@media screen and (max-width:1800px){
	.headercon{max-width:100% !important;padding:15px 200px;}
	.headercon .header_right{width:calc(100% - 400px);}
	.header .main-navigation{padding:20px 200px;}
	.header .main-navigation>ul>li>a{position:relative;font-size:16px;color:#fff;font-weight:bold;letter-spacing:1px;}
}
@media screen and (max-width:1300px){
	.headercon{padding:12px 0px;}
	.headercon>a.logo{width:320px;}
	.headercon .header_right{width:calc(100% - 500px);}
	.headercon .header_right>div.pcbtn,
	.headercon .header_right>div.linebtn{width:250px;}
	.headercon .header_right>div>a{padding:8px;letter-spacing:0px;}
	.headercon .header_right>div>a>img{margin-right:8px;width:26px;}
	.headercon .header_right>div.linebtn{margin-left:10px;}
	.header .main-navigation{padding:15px 0;}
	.header .main-navigation>ul>li>a{font-size:16px;letter-spacing:1px;}
}
@media screen and (max-width:1080px){
	.headercon{padding:10px 20px;}
	.headercon>a.logo{width:250px;}
	.headercon .header_right{width:calc(100% - 300px);}
	.headercon .header_right>div.pcbtn,
	.headercon .header_right>div.linebtn{width:200px;}
	.headercon .header_right>div>a{padding:6px;}
	.headercon .header_right>div>a>img{margin-right:6px;width:22px;}
	.headercon .header_right>div.linebtn{margin-left:5px;}
	.header .main-navigation{display:none;}
	.headercon .header_right>div.linebtn{margin-right:20px;}
}
@media screen and (max-width:780px){
	.headercon>a.logo{width:200px;}
	.headercon .header_right{width:calc(100% - 230px);}
	.headercon .header_right>div.pcbtn,
	.headercon .header_right>div.linebtn{width:auto;}
	.headercon .header_right>div>a{padding:5px;}
	.headercon .header_right>div>a>span{display:none;}
	.headercon .header_right>div>a>img{margin-right:0px;width:20px;}
}


/*banner*/
.banner{position:relative;overflow:hidden;height:728px;}
.banner .bannercon{position:absolute;top:50%;left:50%;z-index:3;padding:0 20px;max-width:1420px;width:100%;color:#fff;line-height:1;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner figure{height:728px;}
.slideban{position:fixed;top:60%;left:0;z-index:70;width:15%;transform:translateY(-50%);}
.slideban>li{margin:6px 0;}
.slideban>li>a{display:block;cursor:pointer;transition:3s;}
.slideban>li>a:hover{opacity:.7;transform:translateX(3px);}
@media screen and (max-width:1800px){
	.banner{height:650px;}
	.banner figure{height:650px;}
	.slideban{width:200px;}
}
@media screen and (max-width:1520px){
	.banner{height:600px;}
	.banner figure{height:600px;}
}
@media screen and (max-width:1300px){
	.slideban{display:none;}
}
@media screen and (max-width:1080px){
	.banner{height:450px;}
	.banner figure{height:450px;}
	.slideban{display:none;}
}
@media screen and (max-width:780px){
	.banner{height:260px;}
	.banner figure{height:260px;}
}


.boxwidth{margin:0 auto;max-width:1320px;width:100%;}
.boxwidth1{margin:0 auto;max-width:1280px;width:100%;}
.boxwidth2{margin:0 auto;max-width:1520px;width:100%;}
.boxwidth3{margin:0 auto;max-width:1000px;width:100%;}



.spbtn{display:none;position:fixed;bottom:0;left:0;z-index:100;background:rgba(0,0,0,.8);}
.spbtn>h3{color:#fff;text-align:center;}
.spbtn>ul{display:flex;justify-content:space-between;max-width:1320px;width:100%;}
.spbtn>ul>li{width:calc(33.33% - 30px);}
.closebtn{position:absolute;right:20px;top:20px;width:26px;cursor:pointer;}
@media screen and (max-width:1300px){
	.spbtn{display:block;padding:20px 40px;width:100%;}
	.spbtn>ul{margin:5px auto 0;max-width:600px;}
	.spbtn>ul>li{width:calc(33.33% - 20px);}
	.closebtn{right:10px;top:10px;width:22px;}
	.spbtn2{display:none;}
}
@media screen and (max-width:780px){
	.spbtn{display:block;padding:10px 20px;}
	.spbtn>ul{max-width:360px;}
	.spbtn>ul>li{width:calc(33.33% - 10px);}
	.closebtn{right:5px;top:5px;width:16px;}
	.spbtn2{display:none;}
}
                  
.indexone{padding:100px 40px;}
.indexonecon{border:1px solid #382d16;}
#tabs{padding:50px 100px;background:#fff;}
#tabs>ul{display:flex;justify-content:space-between;}
#tabs>ul>li{width:calc(33.33% - 30px);}
#tabs ul>li>a{display:block;padding:5px;text-align:center;color:#000;border:1px solid #000;letter-spacing:2px;font-weight:500;border-radius:30px;transition:.3s;}
#tabs>ul>li>a:hover{color:#fff;background-color:#4770a8;border:1px solid #4770a8;}
#tabs>ul>li>a.active{color:#fff;font-weight:700;background-color:#4770a8;border:1px solid #4770a8;}
#tabs>div{clear:both;padding:10px;display:none;}
#tabs>div.active{display:block;}
#tabs>div>ul{margin-top:40px;display:flex;flex-flow:wrap;justify-content:space-between;}
#tabs>div>ul>li{display:flex;justify-content:space-between;padding:30px 0;width:calc(50% - 70px);border-bottom:1px dashed #382d16;}
#tabs>div>ul>li>figure{width:86px;border-radius:50%;}
#tabs>div>ul>li>div{padding-right:40px;width:calc(100% - 110px);}
#tabs>div>ul>li>div>h3{font-weight:400;text-align:right;}
#tabs>div>ul>li>div>h6{display:flex;align-items:center;justify-content:flex-end;font-size:30px;font-weight:500;font-family:"Noto Serif JP",serif;}
#tabs>div>ul>li>div>h6>img{margin-left:10px;}
@media screen and (max-width:1800px){
	.indexone{padding:80px 200px;}
	#tabs{padding:40px 50px;}
	#tabs>ul>li{width:calc(33.33% - 20px);}
	#tabs>div>ul{margin-top:30px;}
	#tabs>div>ul>li{padding:25px 0;width:calc(50% - 30px);}
	#tabs>div>ul>li>figure{width:80px;}
	#tabs>div>ul>li>div{padding-right:20px;width:calc(100% - 90px);}
	#tabs>div>ul>li>div>h3{font-size:14px;}
	#tabs>div>ul>li>div>h6{font-size:22px;}
	#tabs>div>ul>li>div>h6>img{width:20px;}
}
@media screen and (max-width:1300px){
	.indexone{padding:60px 20px;}
	.indexonecon>h2{padding:15px 20px;font-size:28px;letter-spacing:2px;}
	.indexonecon>h2>span{font-size:14px;}
	#tabs{padding:30px 40px;}
	#tabs ul>li>a{letter-spacing:1px;}
	#tabs>div>ul>li{padding:20px 0;width:calc(50% - 20px);}
	#tabs>ul>li{width:calc(33.33% - 15px);}
	#tabs>div>ul{margin-top:20px;}
	#tabs>div>ul>li>figure{width:70px;}
	#tabs>div>ul>li>div{padding-right:0px;width:calc(100% - 80px);}
	#tabs>div>ul>li>div>h6{font-size:22px;}
	#tabs>div>ul>li>div>h6>img{width:18px;}
}
@media screen and (max-width:780px){
	#tabs{padding:20px;}
	#tabs ul>li>a{letter-spacing:0px;}
	#tabs>div>ul>li{padding:15px 0;width:100%;}
	#tabs>ul{flex-flow:wrap;}
	#tabs>ul>li{margin-top:10px;width:calc(50% - 5px);}
	#tabs>ul>li:first-child{width:100%;}
	#tabs>div{padding:10px 0;}
	#tabs>div>ul>li>figure{width:50px;}
	#tabs>div>ul>li>div{width:calc(100% - 55px);font-size:13px;}
	#tabs>div>ul>li>div>h6{font-size:18px;}
	#tabs>div>ul>li>div>h6>img{width:15px;}
}


.indextwo{padding:0px 40px;}
.indextwo2{padding:100px 40px;}
.indextwocon{border:1px solid #382d16;}
.indextwocon>hgroup{padding:50px;background:#fff;}
.indextwocon>hgroup>ul{display:flex;flex-flow:wrap;justify-content:space-between;margin:-30px 0 0 -20px;}
.indextwocon>hgroup>ul>li{margin-left:20px;margin-top:30px;padding:10px;width:calc(25% - 20px);border:1px solid #bebebe;}
.indextwocon>hgroup>ul>li>a{display:block;transition:.3s;}
.indextwocon>hgroup>ul>li>a>figure:after{padding-top:100%;}
.indextwocon>hgroup>ul>li>a>div{margin-top:10px;padding-top:10px;font-size:18px;color:#382d16;border-top:1px solid #bebebe;}
.indextwocon>hgroup>ul>li>a>div>h3{font-size:20px;color:#a3813a;line-height:1.4;transition:.3s;}
.indextwocon>hgroup>ul>li>a>div>p{margin-top:10px;font-weight:500;line-height:1.4;}
.indextwocon>hgroup>ul>li>a:hover>div>h3{color:#382d16;}
.indextwo2 .indextwocon>hgroup>figure{margin:40px auto 0;max-width:500px;width:100%;}
.indextwo2 .indextwocon>hgroup>time{margin-top:40px;display:block;}
.indextwo2 .indextwocon>hgroup>h3{font-size:24px;color:#a3813a;line-height:1.4;}
.indextwo2 .indextwocon>hgroup>p{margin-top:20px;}
@media screen and (max-width:1800px){
	.indextwo{padding:0px 200px;}
	.indextwo2{padding:80px 200px;}
	.indextwocon>hgroup{padding:40px;}
	.indextwocon>hgroup>ul{margin:-20px 0 0 -15px;}
	.indextwocon>hgroup>ul>li{margin-left:15px;margin-top:20px;padding:8px;width:calc(25% - 15px);}
	.indextwocon>hgroup>ul>li>a>div{font-size:16px;}
	.indextwocon>hgroup>ul>li>a>div>h3{font-size:17px;}
	.indextwo2 .indextwocon>hgroup>figure{margin:30px auto 0;}
	.indextwo2 .indextwocon>hgroup>time{margin-top:30px;}
	.indextwo2 .indextwocon>hgroup>h3{font-size:22px;}
}
@media screen and (max-width:1300px){
	.indextwo{padding:0px 20px;}
	.indextwo2{padding:60px 20px;}
	.indextwocon>hgroup{padding:30px;}
	.indextwocon>hgroup>ul{margin:-20px 0 0 -10px;}
	.indextwocon>hgroup>ul>li{margin-left:10px;padding:6px;width:calc(50% - 10px);}
	.indextwocon>hgroup>ul>li>a>div{font-size:14px;}
	.indextwocon>hgroup>ul>li>a>div>h3{font-size:14px;}
	.indextwo2 .indextwocon>hgroup>figure{margin:20px auto 0;}
	.indextwo2 .indextwocon>hgroup>time{margin-top:20px;}
	.indextwo2 .indextwocon>hgroup>h3{font-size:20px;}
}
@media screen and (max-width:780px){
	.indextwocon>hgroup{padding:20px;}
	.indextwocon>hgroup>ul>li{padding:4px;width:100%;}
	.indextwo2 .indextwocon>hgroup>h3{font-size:18px;}
}


.indexthree{padding:100px 40px;}
.indexthreecon>dl{display:flex;align-items:center;justify-content:space-between;}
.indexthreecon>dl>dt{width:400px;}
.indexthreecon>dl>dd{width:calc(100% - 400px);}
.indexthreecon>dl>dd>ul>li{margin:40px 0;}
.indexthreecon>dl>dd>ul>li:first-child{margin-top:0;}
.indexthreecon>dl>dd>ul>li:last-child{margin-bottom:0;}
.indexthreecon>dl>dd>ul>li>a{display:flex;justify-content:space-between;}
.indexthreecon>dl>dd>ul>li>a>time{width:50px;font-size:18px;color:#836b41;font-weight:400;text-align:center;line-height:1;}
.indexthreecon>dl>dd>ul>li>a>time>span{display:block;font-size:32px;color:#444;font-weight:bold;}
.indexthreecon>dl>dd>ul>li>a>p{width:calc(100% - 110px);color:#333;font-weight:500;line-height:1.4;}
.indexthreecon>dl>dd>ul>li>a>div{position:relative;width:20px;background:#836b41;transition:.3s;}
.indexthreecon>dl>dd>ul>li>a>div:after{position:absolute;top:calc(50% - 5px);left:calc(50% - 7px);content:"";width:10px;height:10px;
	border:solid #fff;
	border-width:2px 2px 0 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:0.3s;
    transition:0.3s;
}
.indexthreecon>dl>dd>ul>li>a:hover>div{background:#000;}
.newsone .indexthreecon{padding:50px;background:#fff;}
.newsone .indexthreecon>dl>dt{display:none;}
.newsone .indexthreecon>dl>dd{width:100%;}
@media screen and (max-width:1800px){
	.indexthree{padding:80px 200px;}
	.indexthreecon>dl>dt{width:300px;}
	.indexthreecon>dl>dd{width:calc(100% - 340px);}
	.indexthreecon>dl>dd>ul>li{margin:30px 0;}
	.indexthreecon>dl>dd>ul>li>a>time{width:40px;font-size:16px;}
	.indexthreecon>dl>dd>ul>li>a>time>span{font-size:28px;}
	.indexthreecon>dl>dd>ul>li>a>p{width:calc(100% - 90px);}
	.indexthreecon>dl>dd>ul>li>a>div{width:18px;}
	.indexthreecon>dl>dd>ul>li>a>div:after{top:calc(50% - 5px);left:calc(50% - 6px);width:8px;height:8px;}
	.newsone .indexthreecon{padding:40px;}
}
@media screen and (max-width:1300px){
	.indexthree{padding:60px 20px;}
	.indexthreecon>dl>dt{width:250px;}
	.indexthreecon>dl>dd{width:calc(100% - 280px);}
	.indexthreecon>dl>dd>ul>li{margin:20px 0;}
	.indexthreecon>dl>dd>ul>li>a>time{width:36px;font-size:14px;}
	.indexthreecon>dl>dd>ul>li>a>time>span{font-size:24px;}
	.indexthreecon>dl>dd>ul>li>a>p{width:calc(100% - 80px);}
	.indexthreecon>dl>dd>ul>li>a>div{width:16px;}
	.indexthreecon>dl>dd>ul>li>a>div:after{top:calc(50% - 3px);left:calc(50% - 4px);width:6px;height:6px;}
	.newsone .indexthreecon{padding:30px;}
}
@media screen and (max-width:780px){
	.indexthreecon>dl{display:block;}
	.indexthreecon>dl>dt{margin:0 auto;width:220px;}
	.indexthreecon>dl>dd{margin-top:30px;width:100%;}
	.indexthreecon>dl>dd>ul>li>a>time{width:32px;font-size:12px;}
	.indexthreecon>dl>dd>ul>li>a>time>span{font-size:20px;}
	.indexthreecon>dl>dd>ul>li>a>p{width:calc(100% - 70px);}
	.newsone .indexthreecon{padding:20px;}
}


.indexfour{padding:100px 40px;}
.indexfourcon{padding:60px 50px;background:rgba(255,255,255,.5);border-radius:30px;box-shadow:0 0 15px #ccc;}
.indexfourcon>h3{margin-bottom:40px;display:flex;justify-content:center;}
.indexfourcon>dl{margin-top:80px;display:flex;justify-content:space-between;}
.indexfourcon>dl>dt{width:50%;font-weight:500;line-height:1.6;}
.indexfourcon>dl>dd{width:calc(50% - 50px);}
.indexfourcon>dl>dd>figure:after{padding-top:64%;}
.indexfourcon>dl.dl02{flex-direction:row-reverse;}
@media screen and (max-width:1800px){
	.indexfour{padding:80px 200px;}
	.indexfourcon{padding:40px 30px;}
	.indexfourcon>h3{margin-bottom:30px;}
	.indexfourcon>dl{margin-top:60px;}
	.indexfourcon>dl>dd{width:calc(50% - 30px);}
}
@media screen and (max-width:1300px){
	.indexfour{padding:60px 20px;}
	.indexfourcon{padding:40px 20px;}
	.indexfourcon>h3{margin-bottom:20px;}
	.indexfourcon>dl{margin-top:40px;}
	.indexfourcon>dl>dd{width:calc(50% - 20px);}
}
@media screen and (max-width:780px){
	.indexfourcon>dl{margin-top:30px;display:block;}
	.indexfourcon>dl>dt{width:100%;}
	.indexfourcon>dl>dd{margin-top:20px;width:100%;}
}

.indexfive{padding:50px 40px 0;}
.indexfivecon>h3{display:flex;justify-content:center;}
.indexfivecon>ul{margin-top:80px;display:flex;justify-content:space-between;}
.indexfivecon>ul>li{width:calc(33.33% - 20px);}
.indexfivecon>ul>li>a{display:block;transition:.3s;}
.indexfivecon>ul>li>a:hover{transform:translateY(-5px);}
@media screen and (max-width:1800px){
	.indexfive{padding:40px 200px 0;}
	.indexfivecon>h3>img{max-width:650px;width:100%;}
	.indexfivecon>ul{margin-top:60px;}
	.indexfivecon>ul>li{width:calc(33.33% - 15px);}
}
@media screen and (max-width:1300px){
	.indexfive{padding:40px 2px 0;}
	.indexfivecon>h3>img{max-width:550px;}
	.indexfivecon>ul{margin-top:40px;}
	.indexfivecon>ul>li{width:calc(33.33% - 10px);}
}
@media screen and (max-width:780px){
	.indexfive{padding:0px 20px;}
	.indexfivecon>h3>img{max-width:300px;}
	.indexfivecon>ul{margin-top:20px;margin-left:-10px;flex-flow:wrap;justify-content:center;}
	.indexfivecon>ul>li{margin:10px 0 0 10px;width:calc(50% - 10px);}
}

.indexsix{padding:100px 40px;}
.indexsixcon{padding:50px;background:rgba(182,170,113,.5);border-radius:30px;}
.indexsixcon>h2{display:flex;justify-content:center;}
.indexsixcon>dl{margin-top:-60px;display:flex;justify-content:space-between;}
.indexsixcon>dl>dt{width:calc(25% - 30px);text-align:center;}
.indexsixcon>dl>dt>p{margin-top:20px;font-size:24px;color:#444;font-weight:500;line-height:1.4;}
.indexsixcon>dl>dd{width:60px;}
.indexsixcon>dl>dd>img{margin:100px auto 0;}
.indexsixcon>.common_tit>h2{margin-top:40px;padding:20px;letter-spacing:8px;background:linear-gradient(to bottom,#876e36,#9a844a);}
.indexsixcon>hgroup{padding:40px 30px;background:rgba(255,255,255,.5);}
.indexsixcon>hgroup>ul{display:flex;justify-content:space-between;}
.indexsixcon>hgroup>ul>li{width:calc(33.33% - 20px);}
.indexsixcon>hgroup>ul>li>a{display:block;transition:.3s;}
.indexsixcon>hgroup>ul>li>a:hover{transform:translateY(-5px);}
.indexsixcon>hgroup>p{margin-top:20px;text-align:center;font-weight:500;letter-spacing:2px;}
@media screen and (max-width:1800px){
	.indexsix{padding:80px 200px;}
	.indexsixcon{padding:40px;}
	.indexsixcon>h2>img{max-width:420px;}
	.indexsixcon>dl{margin-top:-50px;}
	.indexsixcon>dl>dt{width:calc(25% - 25px);}
	.indexsixcon>dl>dt>p{margin-top:15px;font-size:20px;}
	.indexsixcon>dl>dd{width:50px;}
	.indexsixcon>dl>dd>img{margin:100px auto 0;width:26px;}
	.indexsixcon>.common_tit>h2{padding:16px;letter-spacing:6px;}
	.indexsixcon>hgroup{padding:30px 20px;}
	.indexsixcon>hgroup>ul>li{width:calc(33.33% - 15px);}
	.indexsixcon>hgroup>p{letter-spacing:1px;}
}
@media screen and (max-width:1300px){
	.indexsix{padding:60px 20px;}
	.indexsixcon{padding:30px;}
	.indexsixcon>h2>img{max-width:350px;}
	.indexsixcon>dl{margin-top:-40px;}
	.indexsixcon>dl>dt{width:calc(25% - 20px);}
	.indexsixcon>dl>dt>p{margin-top:10px;font-size:16px;}
	.indexsixcon>dl>dd{width:40px;}
	.indexsixcon>dl>dd>img{margin:80px auto 0;width:22px;}
	.indexsixcon>.common_tit>h2{padding:14px;letter-spacing:4px;}
	.indexsixcon>hgroup{padding:20px;}
	.indexsixcon>hgroup>ul>li{width:calc(33.33% - 10px);}
	.indexsixcon>hgroup>p{letter-spacing:0px;}
}
@media screen and (max-width:780px){
	.indexsixcon{padding:20px;}
	.indexsixcon>h2>img{max-width:280px;}
	.indexsixcon>dl{margin-top:-50px;flex-flow:wrap;}
	.indexsixcon>dl>dt{margin-top:20px;width:calc(50% - 5px);}
	.indexsixcon>dl>dt>img{margin:0 auto;}
	.indexsixcon>dl>dt>p{margin-top:10px;font-size:14px;}
	.indexsixcon>dl>dd{display:none;}
	.indexsixcon>.common_tit>h2{padding:12px;letter-spacing:2px;}
	.indexsixcon>hgroup>ul{flex-flow:wrap;justify-content:center;margin:-10px 0 0 -10px;}
	.indexsixcon>hgroup>ul>li{margin:10px 0 0 10px;width:calc(50% - 10px);}
}

.indexseven{padding:0px 40px;}
.indexsevencon>dl{display:flex;justify-content:space-between;}
.indexsevencon>dl>dt{width:58%;}
.indexsevencon>dl>dd{padding-top:30px;width:calc(42% - 50px);color:#333;}
.indexsevencon>dl>dd>h3{margin-top:50px;padding:8px;font-size:30px;color:#fff;text-align:center;background:#d6b24b;font-family:"Noto Serif JP",serif;}
.indexsevencon>dl>dd>h3.h302{background:#a9a9a9;}
.indexsevencon>dl>dd>h6{margin-top:30px;font-size:24px;letter-spacing:3px;font-weight:500;}
.indexsevencon>dl>dd>p{margin-top:10px;font-weight:400;}
.indexsevencon>dl>dd>p.p02{display:flex;justify-content:space-between;}
.indexsevencon>dl>dd>p.p02>span{width:24px;}
.indexsevencon>dl>dd>p.p02>em{width:calc(100% - 24px);}
@media screen and (max-width:1800px){
	.indexseven{padding:0px 200px;}
	.indexsevencon>dl>dd{padding-top:20px;width:calc(42% - 30px);}
	.indexsevencon>dl>dd>h3{margin-top:40px;padding:6px;font-size:26px;}
	.indexsevencon>dl>dd>h6{margin-top:20px;font-size:20px;letter-spacing:2px;}
	.indexsevencon>dl>dd>p.p02>span{width:22px;}
	.indexsevencon>dl>dd>p.p02>em{width:calc(100% - 22px);}
}
@media screen and (max-width:1300px){
	.indexseven{padding:0px 20px;}
	.indexsevencon>dl>dd{padding-top:10px;width:calc(42% - 20px);}
	.indexsevencon>dl>dd>h3{margin-top:30px;padding:4px;font-size:22px;}
	.indexsevencon>dl>dd>h6{font-size:16px;letter-spacing:1px;}
	.indexsevencon>dl>dd>p.p02>span{width:20px;}
	.indexsevencon>dl>dd>p.p02>em{width:calc(100% - 20px);}
}
@media screen and (max-width:780px){
	.indexsevencon>dl{display:block;}
	.indexsevencon>dl>dt{width:100%;}
	.indexsevencon>dl>dd{padding-top:0px;width:100%;}
	.indexsevencon>dl>dd>h3{margin-top:20px;font-size:18px;}
	.indexsevencon>dl>dd>h6{font-size:14px;letter-spacing:0px;}
	.indexsevencon>dl>dd>p.p02>span{width:18px;}
	.indexsevencon>dl>dd>p.p02>em{width:calc(100% - 18px);}
}

.indexeight{padding:100px 40px;}
.indexeightcon{padding:50px;background:url(img/index34.jpg)no-repeat top right;border-radius:30px 30px 0 0;}
.indexeightcon>p{margin-top:40px;padding:50px;max-width:760px;font-weight:400;border-radius:30px;background:#fff;font-family:"Noto Serif JP",serif;}
@media screen and (max-width:1800px){
	.indexeight{padding:80px 200px;}
	.indexeightcon{padding:40px;}
	.indexeightcon>h2{max-width:460px;}
	.indexeightcon>p{margin-top:30px;padding:40px;max-width:700px;}
}
@media screen and (max-width:1300px){
	.indexeight{padding:60px 20px;}
	.indexeightcon{padding:30px;}
	.indexeightcon>h2{max-width:350px;}
	.indexeightcon>p{margin-top:20px;padding:30px;max-width:550px;}
}
@media screen and (max-width:780px){
	.indexeightcon{padding:20px;background-position:80%;}
	.indexeightcon>h2{max-width:260px;}
	.indexeightcon>p{padding:20px;max-width:400px;}
}

.indexnine{padding:0 40px 100px;}
.indexninecon>h3{margin-bottom:60px;display:flex;justify-content:center;}
.indexninecon>.common_tit3>hr{background:#5579a0;}
.indexninecon>dl{margin-top:80px;display:flex;justify-content:space-between;}
.indexninecon>dl>dt{width:calc(33.33% - 25px);}
.indexninecon>hgroup{margin-top:40px;padding:60px 50px;background:rgba(197,190,182,.5);}
.indexninecon>hgroup>ul{display:flex;justify-content:space-between;}
.indexninecon>hgroup>ul>li{width:calc(33.33% - 25px);}
.indexninecon>hgroup>ul>li>a{display:block;transition:.3s;}
.indexninecon>hgroup>ul>li>a:hover{transform:translateY(-5px);}
@media screen and (max-width:1800px){
	.indexnine{padding:0 200px 80px;}
	.indexninecon>h3{margin-bottom:50px;}
	.indexninecon>dl{margin-top:70px;}
	.indexninecon>dl>dt{width:calc(33.33% - 20px);}
	.indexninecon>hgroup{margin-top:30px;padding:50px 40px;}
	.indexninecon>hgroup>ul>li{width:calc(33.33% - 20px);}
}
@media screen and (max-width:1300px){
	.indexnine{padding:0 20px 60px;}
	.indexninecon>h3{margin-bottom:40px;}
	.indexninecon>dl{margin-top:60px;}
	.indexninecon>dl>dt{width:calc(33.33% - 15px);}
	.indexninecon>hgroup{margin-top:20px;padding:40px 30px;}
	.indexninecon>hgroup>ul>li{width:calc(33.33% - 15px);}
}
@media screen and (max-width:780px){
	.indexninecon>h3{margin-bottom:30px;}
	.indexninecon>dl{margin-top:40px;display:block;}
	.indexninecon>dl>dt{margin-top:15px;width:100%;}
	.indexninecon>dl>dt>img{margin:0 auto;}
	.indexninecon>hgroup{margin-top:20px;padding:20px;}
	.indexninecon>hgroup>ul{flex-flow:wrap;justify-content:center;margin:-10px 0 0 -10px;}
	.indexninecon>hgroup>ul>li{margin:10px 0 0 10px;width:calc(50% - 10px);}
}


/* footer */
.footer{padding-top:60px;background:url(img/footerbg.jpg);}
.footercon{padding:0 20px;}
.footercon>dl{display:flex;justify-content:space-between;}
.footercon>dl>dt{width:230px;}
.footercon>dl>dt>a{display:block;margin:0 auto;width:166px;transition:.3s;}
.footercon>dl>dt>div{margin-top:20px;padding:3px;background:#ffc600;border-radius:30px;}
.footercon>dl>dt>div>a{display:flex;align-items:center;padding:10px 20px;font-size:14px;color:#382e16;font-weight:600;border:2px solid #fff;border-radius:30px;}
.footercon>dl>dt>div>a>img{margin-right:15px;width:25px;}
.footercon>dl>dt>div.linebtn{background:#58b80a;}
.footercon>dl>dt>div.linebtn>a{font-size:16px;color:#fff;}
.footercon>dl>dd{display:flex;justify-content:space-between;width:calc(100% - 400px);}
.footercon>dl>dd>hgroup>h3{font-size:22px;color:#bba57e;font-weight:400;}
.footercon>dl>dd>hgroup>ul{margin-top:10px;}
.footercon>dl>dd>hgroup>ul>li>a{position:relative;font-size:18px;color:#fff;font-weight:400;}
.footercon>dl>dd>hgroup>ul>li>a:after{content:"";display:block;width:100%;height:1px;background:#fff;opacity:0;visibility:hidden;transform:scaleX(0);transition:.4s ease-in-out;position:absolute;left:0;bottom:-3px;}
.footercon>dl>dd>hgroup>ul>li>a:hover:after{opacity: 0.8;visibility:visible;transform:scaleX(1);}
.footer>p{margin-top:40px;padding:3px;font-size:16px;color:#fff;text-align:center;background:#191309;}
@media screen and (max-width:1800px){
	.footer{padding-top:50px;}
	.footercon{padding:0 200px;}
	.footercon>dl>dt{width:220px;}
	.footercon>dl>dt>a{width:140px;}
	.footercon>dl>dt>div>a>img{margin-right:10px;width:22px;}
	.footercon>dl>dd>hgroup>h3{font-size:20px;}
	.footercon>dl>dd>hgroup>ul>li>a{font-size:16px;}
	.footer>p{margin-top:30px;font-size:14px;}
}
@media screen and (max-width:1300px){
	.footer{padding-top:40px;}
	.footercon{padding:0 20px;}
	.footercon>dl>dt{width:190px;}
	.footercon>dl>dt>a{width:120px;}
	.footercon>dl>dt>div>a{padding:7px 10px;}
	.footercon>dl>dt>div>a>img{margin-right:5px;width:20px;}
	.footercon>dl>dd{width:calc(100% - 260px);}
	.footercon>dl>dd>hgroup>h3{font-size:18px;}
	.footercon>dl>dd>hgroup>ul>li>a{font-size:14px;}
	.footer>p{margin-top:30px;font-size:14px;}
}
@media screen and (max-width:780px){
	.footercon>dl{display:block;}
	.footercon>dl>dt{margin:0 auto;width:190px;}
	.footercon>dl>dt>div{margin-top:10px;}
	.footercon>dl>dt>div>a{padding:5px 10px;}
	.footercon>dl>dd{display:block;width:100%;}
	.footercon>dl>dd>hgroup{margin-top:20px;}
	.footercon>dl>dd>hgroup>h3{font-size:16px;text-align:center;}
	.footercon>dl>dd>hgroup>ul{margin-top:0;display:flex;flex-flow:wrap;justify-content:center;}
	.footercon>dl>dd>hgroup>ul>li{margin:5px 8px 0 8px;}
}



.map{width:100%;height:450px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
@media screen and (max-width:1520px){
	.map{height:400px;}
}
@media screen and (max-width:1080px){
	.map{height:350px;}
}
@media screen and (max-width:780px){
	.map{height:300px;}
}

/* pageban */
.pageban{position:relative;height:480px;overflow:hidden;}
.pageban *{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.pageban .pagebanbg{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;}
.pageban .pagebanbg:after{padding-top:0;width:100%;height:100%;}
.pageban .pagebancon{position:absolute;top:50%;left:50%;z-index:5;padding:0px 20px;display:flex;justify-content:center;width:100%;color:#362c15;line-height:1;transform:translate(-50%,-50%);}
.pageban .pagebancon h1{display:inline-block;padding:30px 60px;font-size:60px;letter-spacing:5px;text-align:center;background:rgba(255,255,255,.6);font-family:"Noto Serif JP",serif;}
@media screen and (max-width:1520px){
	.pageban{height:400px;}
	.pageban .pagebancon h1{padding:25px 50px;font-size:50px;letter-spacing:3px;}
}
@media screen and (max-width:1080px){
	.pageban{height:330px;}
	.pageban .pagebancon h1{padding:20px 40px;font-size:38px;letter-spacing:2px;}
}
@media screen and (max-width:780px){
	.pageban{height:250px;}
	.pageban .pagebancon h1{font-size:26px;letter-spacing:1px;}
}

.pagebanner{padding:50px;width:100%;position:relative;}
.pagebanner .pagebanbg{width:100%;max-width:1280px;margin:0 auto;border:1px solid #6f6f6f;}
.pagebanner .pagebanbg img{width:100%;}
.pagebanner .pagebancon{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.pagebanner .pagebancon h1{color: #68431b;font-size: 70px;line-height: 1.2;margin:0 auto;text-transform: uppercase; text-align:center;font-family: "Kozuka Gothic Pr6N";font-weight:normal;text-shadow:0 1px 1px #FFF,0 -1px 1px #FFF,-1px 0 1px #FFF,1px 0 1px #FFF,0 2px 2px #FFF,0 -2px 2px #FFF,-2px 0 2px #FFF,2px 0 2px #FFF,0 3px 3px #FFF,0 -3px 3px #FFF,-3px 0 3px #FFF,3px 0 3px #FFF,0 5px 5px #FFF,0 -5px 5px #FFF,-5px 0 5px #FFF,5px 0 5px #FFF,0 5px 5px #FFF,0 -5px 5px #FFF,-5px 0 5px #FFF,5px 0 5px #FFF,0 5px 5px #FFF,0 -5px 5px #FFF,-5px 0 5px #FFF,5px 0 5px #FFF,0 5px 5px #FFF,0 -6px 6px #FFF,-6px 0 6px #FFF,6px 0 6px #FFF;}
@media screen and (max-width:1800px){
	.pagebanner{padding:40px 200px;}
}
@media screen and (max-width:1520px){
/* 	.pagebanner{padding:40px;} */
	.pagebanner .pagebancon h1{font-size:50px;}
}
@media screen and (max-width:1080px){
	.pagebanner{padding:30px 20px;}
	.pagebanner .pagebancon h1{font-size:30px;}
}
@media screen and (max-width:780px){
	.pagebanner{padding:20px;}
	.pagebanner .pagebancon h1{font-size:20px;}	
}



.part{padding:80px 40px;}
@media screen and (max-width:1800px){
.part{padding:80px 200px;}
}
@media screen and (max-width:1080px){
	.part{padding:50px 20px;}	
}

.reverse{flex-direction:row-reverse;}

.title2{font-size:38px;color:#3f2d1e;}
.arrowtitle{font-size:38px;letter-spacing:0.2em;padding:15px 20px;text-align:center;position:relative;}
.arrowtitle:after{content:"";position:absolute;left:50%;bottom:-30px;transform:translate(-50%,0%);width:0;height:0;}
.browntitle{background:#3f2d1e;color:#FFF;}
.browntitle:after{border-width:30px 25px 0 25px;border-style:solid;border-color:#3f2d1e transparent transparent transparent;}
.greentitle{background:#647b33;color:#FFF;}
.greentitle:after{border-width:30px 25px 0 25px;border-style:solid;border-color:#647b33 transparent transparent transparent;}
.diagonaltitle{display:flex;align-items:center;justify-content:center;color:#b53b52;text-align:center;font-size:38px;}
.diagonaltitle:before{content:"";margin-right:30px;height:3.8em;border-left:1px solid #b53b52;display:block;transform:rotate(-20deg);}
.diagonaltitle:after{content:"";margin-left:30px;height:3.8em;border-right:1px solid #b53b52;display:block;transform:rotate(20deg);}
.ftminchao{font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;}
@media screen and (max-width:1520px){
	.title2{font-size:32px;}
	.arrowtitle{font-size:32px;padding:10px 20px;}
	.diagonaltitle{font-size:32px;}
	.diagonaltitle:before,.diagonaltitle:after{height:3.5em;}
	.diagonaltitle:before{margin-right:20px;}
	.diagonaltitle:after{margin-left:20px;}
}
@media screen and (max-width:1080px){
	.title2{font-size:26px;}
	.arrowtitle{font-size:26px;padding:10px;}
	.arrowtitle:after{bottom:-25px;}
	.browntitle:after{border-width:25px 20px 0 20px;}
	.diagonaltitle{font-size:26px;}
	.diagonaltitle:before,.diagonaltitle:after{height:3em;}
	.diagonaltitle:before{margin-right:15px;}
	.diagonaltitle:after{margin-left:15px;}
}
@media screen and (max-width:780px){
	.arrowtitle{font-size:20px;padding:5px;}
	.arrowtitle:after{bottom:-15px;}
	.browntitle:after{border-width:15px 10px 0 10px;}
	.diagonaltitle{font-size:26px;}
	.diagonaltitle:before{margin-right:10px;}
	.diagonaltitle:after{margin-left:10px;}
}
@media screen and (max-width:580px){
	.diagonaltitle{font-size:22px;}
	.diagonaltitle:before,.diagonaltitle:after{display:none;}
}




.tableone{}
.tableone dl{display:flex;flex-wrap:wrap;justify-content:space-between;}
.tableone dl dt{width:300px;padding:30px;color:#68431b;font-weight:bold;display:flex;align-items:center;border-bottom:10px solid #bba57e;}
.tableone dl dd{width:calc(100% - 300px);padding:30px;border-bottom:1px solid #68431b;color:#000;}
@media screen and (max-width:1520px){
	.tableone dl dt{width:240px;}
	.tableone dl dd{width:calc(100% - 240px);}
}
@media screen and (max-width:1080px){
	.tableone dl dt{width:180px;padding:20px;border-bottom:5px solid #bba57e;}
	.tableone dl dd{width:calc(100% - 180px);padding:20px;}
}
@media screen and (max-width:780px){
	.tableone dl dt{width:100%;padding:10px;border-bottom:3px solid #bba57e;}
	.tableone dl dd{width:100%;padding:10px;}
}

.googlemap{width:100%;overflow:hidden;line-height:1;}
.googlemap iframe{width:100%;background:url(img/googlemap.jpg) no-repeat;background-position:center;}

/*identity*/
.identity{}
.identity .arrowtitle{margin-bottom:60px;}
.identity strong{text-align:center;letter-spacing:0.2em;display:block;margin:30px auto 50px;}

.identitylist{margin-bottom:30px;}
.identitylist ul{display:flex;flex-wrap:wrap;margin-right:-50px;}
.identitylist ul li{width:25%;padding-right:50px;margin-bottom:30px;}

.idcard{display:flex;flex-direction:column;align-items:center;}
.idcard figcaption{margin-top:20px;}

.linklist{padding:50px;background:url(img/linklistbg.png) repeat;}
.linklist ul{display:flex;flex-wrap:wrap;margin-right:-36px;}
.linklist ul li{width:33.333333%;padding-right:36px;}
.linklist ul li a{display:block;width:100%;}
@media screen and (max-width:1520px){
	.identitylist ul{margin-right:-30px;}
	.identitylist ul li{padding-right:30px;}
	.linklist{padding:30px;}
	.linklist ul{margin-right:-25px;}
	.linklist ul li{padding-right:25px;}
}
@media screen and (max-width:1080px){
	.identity .arrowtitle{margin-bottom:30px;}
	.identity strong{margin:20px auto 30px;}
	.identitylist{margin-bottom:20px;}
	.identitylist ul{margin-right:-20px;}
	.identitylist ul li{padding-right:20px;margin-bottom:15px;}
	.idcard figcaption{margin-top:10px;}
	.linklist{padding:20px;}
	.linklist ul{margin-right:-20px;}
	.linklist ul li{padding-right:20px;}
}
@media screen and (max-width:780px){
	.identitylist{margin-bottom:10px;}
	.identitylist ul li{width:50%;}
	.linklist{padding:10px;}
	.linklist ul{margin-bottom:-20px;}
	.linklist ul li{width:50%;margin-bottom:20px;}
}

.qa{padding:10px;background:rgba(255,255,255,0.8);}
.qa:not(:last-child){margin-bottom:50px;}
.qa dt{display:flex;justify-content:space-between;align-items:flex-start;font-size:36px;padding:20px 15px;border-bottom:1px solid #3f2d1e;position:relative;cursor:pointer;}
.qa dt:before{content:attr(data-title);width:60px;min-height:60px;font-size:36px;line-height:1;padding:5px;display:flex;justify-content:center;align-items:center;background:#3f2d1e;color:#FFF;}
.qa dt div{width:calc(100% - 80px);}
.qa dd{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 15px;}
.qa dd:before{content:attr(data-title);width:60px;min-height:60px;font-size:36px;line-height:1;padding:5px;display:flex;justify-content:center;align-items:center;background:#bba57e;color:#FFF;}
.qa dd div{width:calc(100% - 80px);}
.arrow{position:absolute;top:50%;right:30px;display:block;width:15px;height:15px;border:solid #333;border-width:3px 3px 0 0;transform:translateY(-50%) rotate(135deg);transition:.3s;}
.arrow.current{transform:translateY(-50%) rotate(-45deg);}
@media screen and (max-width:1520px){
	.qa:not(:last-child){margin-bottom:30px;}
	.qa dt{font-size:30px;padding:15px;}
	.qa dt:before{font-size:30px;width:50px;min-height:50px;}
	.qa dt div{width:calc(100% - 70px);}
	.qa dd{padding:15px;}
	.qa dd:before{font-size:30px;width:50px;min-height:50px;}
	.qa dd div{width:calc(100% - 70px);}
}
@media screen and (max-width:1080px){
	.qa:not(:last-child){margin-bottom:20px;}
	.qa dt{font-size:24px;padding:10px;}
	.qa dt:before{font-size:24px;width:38px;min-height:38px;}
	.qa dt div{width:calc(100% - 50px);}
	.qa dd{padding:10px;}
	.qa dd:before{font-size:24px;width:38px;min-height:38px;}
	.qa dd div{width:calc(100% - 50px);}
	.arrow{right:15px;width:10px;height:10px;border:solid #333;border-width:2px 2px 0 0; }
}
@media screen and (max-width:780px){
	.qa dt{font-size:20px;}
	.qa dt:before{font-size:20px;}
	.qa dd:before{font-size:20px;}
	.arrow{right:5px;}
}

.twocolumn{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;}
.text{width:calc(100% - 640px);color:#000;font-weight:500;}
.pic{width:560px;}
.pic figure{width:100%;border:10px solid #FFF;box-shadow: 7.431px 6.691px 10px 0px rgba(0, 0, 0, 0.21),inset 0px 0px 0px 10px rgba(255, 255, 255, 0.004);}
.pic figure:after{padding-top:60%;}
@media screen and (max-width:1520px){
	.text{width:calc(100% - 500px);}
	.pic{width:450px;}
}
@media screen and (max-width:1080px){
	.text{width:calc(100% - 360px);}
	.pic{width:340px;}
	.pic figure{border-width:5px;}
}
@media screen and (max-width:780px){
	.text{width:calc(100% - 260px);}
	.pic{width:240px;}
	.pic figure{border-width:3px;}
}
@media screen and (max-width:540px){
	.text{width:100%;}
	.pic{width:100%;max-width:500px;margin:20px auto;}
}


.wide{text-align: center;}
.wide strong{display: block;letter-spacing:0.1em;}
.textcenter{text-align:center;}

.stepanchor{display: flex;}
.stepanchoritem{width:100%;}
.stepanchoritem a{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;background:#FFF;color:#555;padding:20px;border: 1px solid #b18e68;
    border-image: linear-gradient(#b18e68, #b18e68 12%, #fef2da 30%, #f4e7ca 50%, #d1bc91 70%, #b79b71 80%, #6f4d0c 100%) 1 1;} 
.stepanchornum{width:100%;display: flex;flex-direction:column;align-items:center;justify-content:center;border-bottom-width: 1px;border-bottom-style: solid;border-image: linear-gradient(to right, #b08d68 0%,#d7bea1 20%, #fff3db 35%,#c3ab7c 55%, #b99e71 72%, #b79771 100%) 1 stretch;border-image-outset: 1px;border-image-slice: 1;margin-bottom:20px;padding-bottom:20px;color:#9b8453;}
.stepanchornum dt{font-size:16px;line-height:1.6;text-transform:uppercase;margin-bottom:5px;}
.stepanchornum dd{font-size:50px;line-height:1;font-weight:bold;}
.stepanchortitle{font-size:30px;letter-spacing:1px;display:flex;align-items:center;height:3.2em;}
@media screen and (max-width:1520px){
	.stepanchoritem a{padding:15px;}
	.stepanchornum{margin-bottom:15px;padding-bottom:15px;}
	.stepanchornum dt{font-size:14px;}
	.stepanchornum dd{font-size:38px;}
	.stepanchortitle{font-size:24px;}
}
@media screen and (max-width:1080px){
	.stepanchoritem a{padding:10px;}
	.stepanchornum{margin-bottom:10px;padding-bottom:10px;}
	.stepanchornum dt{font-size:12px;}
	.stepanchornum dd{font-size:30px;}
	.stepanchortitle{font-size:18px;}
}
@media screen and (max-width:780px){
	.stepanchoritem a{padding:5px;}
	.stepanchornum{margin-bottom:5px;padding-bottom:5px;}
	.stepanchornum dt{font-size:10px;}
	.stepanchornum dd{font-size:24px;}
	.stepanchortitle{font-size:16px;}
}




.step{position:relative;}
.step:not(:last-child){margin-bottom:130px;}
.step:not(:last-child):after{content:""; position:absolute;left:50%;bottom:-130px;width:150px;height:80px;transform:translate(-50%,-50%);background:url(img/steparrow.png) no-repeat;background-size:contain;background-position:center center; /* rotate(45deg)border:solid #FFF;border-width:0 3px 3px 0;box-shadow:0 2px 10px rgba(0,0,0,0.3);*/}

.stepitem{position:relative;padding:70px 90px;background:rgba(255,255,255,0.8);overflow:hidden;}
.stepnum{position:absolute;left:0;top:0;display:flex;flex-direction:column;justify-content:flex-end;transform:translate(-50%,-50%) rotate(-45deg); align-items:center;width:240px;height:240px;padding:10px;}
.stepnum dt{font-size:50px;line-height:1;font-weight:bold;}
.stepnum dd{font-size:16px;line-height:1.6;text-transform:uppercase;}
.steptitle{font-size:36px;display:flex;justify-content:center;font-weight:500;letter-spacing:0.2em;margin-bottom:30px;}
.hasline{align-items:center;}
.hasline:before{content:"";width:120px;margin-right:20px;}
.hasline:after{content:"";width:120px;margin-left:20px;}
.steptext{font-weight:500;}
.steptext div:not(:last-child){margin-bottom:20px;}
.steptext a{text-decoration:underline;}
.steptext h5{font-size:24px;margin-bottom:5px;}
.themestep .steptext .stepbtnlist a{text-decoration:none;}


.themestep{}
.themestep .stepnum{background:#9b8453;color:#FFF;}
.themestep .steptitle{color:#9b8453;}
.themestep .hasline:before{border-top:1px solid #9b8453;}
.themestep .hasline:after{border-top:1px solid #9b8453;}
.themestep .steptext a{color:#9b8453;}
.themestep .steptext h5{color:#9b8453;}
.brownstep{}
.brownstep .stepnum{background:#3f2d1e;color:#FFF;}
.brownstep .steptitle{color:#3f2d1e;}
.brownstep .hasline:before{border-top:1px solid #3f2d1e;}
.brownstep .hasline:after{border-top:1px solid #3f2d1e;}
.brownstep .steptext a{color:#3f2d1e;}
.brownstep .steptext h5{color:#3f2d1e;}


.steppcbtn,
.steplinebtn{padding:2px;width:300px;background:#ffc600;border-radius:30px;}
.steppcbtn a,
.steplinebtn a{display:flex;align-items:center;justify-content:center;padding:10px;font-weight:bold;letter-spacing:1px;border:2px solid #fff;border-radius:30px;}
.steppcbtn a>img,
.steplinebtn a>img{margin-right:10px;}
.steplinebtn{margin-left:15px;background:#58b80a;}
.stepbrownbtn a{padding:10px 50px;border-radius:5px;display:flex;justify-content:center;align-items:center;}
.stepbrownbtn a img{margin-right:10px;}
.stepbtnlist{display:flex;}
.stepbtnlist .steppcbtn a{color:#382e16;}
.stepbtnlist .steplinebtn a{color:#fff;}
.stepbtnlist .stepbrownbtn a{background:#3f2d1e;color:#FFF;}

.steptwocolumn{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;}
.steptwocolumn .text{width:calc(100% - 450px);}
.steptwocolumn .text div:not(:last-child){margin-bottom:20px;}
.steptwocolumn .steppic{width:390px;}
.steptwocolumn .steppic figure{}

.roundpic{overflow:hidden;border-radius:10px;display:block;}
.roundpic img{width:100%;}

.careful{display:flex;align-items:center;color:#ee0000;margin-top:15px;}
.careful:before{content:"";display:block;width:0;height:0;border-left:18px solid #9b8453;border-top:10px solid transparent;border-bottom:10px solid transparent;border-radius:7px;margin-right:10px;}

.stepbutton{font-size:16px;min-width:280px;background:#4b1a24;border:1px solid #4b1a24;color:#FFF;text-align:center;display:flex;justify-content:center;align-items:center;padding:10px 10px;border-radius:50px;margin-right:10px;white-space:nowrap;transition:.3s;}
.stepbutton .steparrow{display:inline-block;width:7px;height:7px;border:solid #FFF;border-width:2px 2px 0 0;transform:rotate(45deg);margin-left:20px;transition:.3s;}
.stepbutton:hover{color:#4b1a24;background:#FFF;}
.stepbutton:hover .steparrow{border:solid #4b1a24;border-width:2px 2px 0 0;}

@media screen and (max-width:1520px){
	.step:not(:last-child){margin-bottom:100px;}
	.step:not(:last-child):after{bottom:-100px;width:120px;height:70px;}
	.stepitem{padding:50px 30px;}
	.stepnum{width:200px;height:200px;}
	.stepnum dt{font-size:38px;}
	.stepnum dd{font-size:14px;}
	.steptitle{font-size:30px;}
	.hasline:before{width:100px;margin-right:15px;}
	.hasline:after{width:100px;margin-left:15px;}
	.steptext h5{font-size:20px;}

	.stepbrownbtn a{padding:10px 30px;}

	.steptwocolumn .text{width:calc(100% - 340px);}
	.steptwocolumn .text div:not(:last-child){margin-bottom:15px;}
	.steptwocolumn .steppic{width:300px;}

}
@media screen and (max-width:1080px){
	.step:not(:last-child){margin-bottom:70px;}
	.step:not(:last-child):after{bottom:-70px;width:80px;height:50px;}
	.stepitem{padding:30px;}
	.stepnum{width:150px;height:150px;padding:5px;}
	.stepnum dt{font-size:30px;}
	.stepnum dd{font-size:12px;}
	.steptitle{font-size:24px;}
	.hasline:before{width:60px;margin-right:10px;}
	.hasline:after{width:60px;margin-left:10px;}
	.steptext h5{font-size:18px;margin-bottom:3px;}

	.delivery .step .stepbtnlist{margin-top:20px;}
	.steppcbtn a, .steplinebtn a{padding:10px;}
	.steppcbtn a>img, .steplinebtn a>img{width:20px;}

	.stepbrownbtn a{padding:5px 10px;}
	.stepbrownbtn a>img{width:14px;}

	.steptwocolumn .text{width:calc(100% - 260px);}
	.steptwocolumn .text div:not(:last-child){margin-bottom:10px;}
	.steptwocolumn .steppic{width:240px;}
}
@media screen and (max-width:780px){
	.step:not(:last-child){margin-bottom:50px;}
	.step:not(:last-child):after{bottom:-50px;width:50px;height:30px;}
	.stepitem{padding:20px;}
	.stepnum{width:100px;height:100px;}
	.stepnum dt{font-size:24px;}
	.stepnum dd{font-size:10px;}
	.steptitle{font-size:20px;margin-bottom:20px;letter-spacing:1px;padding:0 30px;}
	.hasline:before{display:none;}
	.hasline:after{display:none;}
	.steptext h5{font-size:16px;}
	.stepbtnlist{flex-wrap:wrap;}
	.stepbtnlist .stepbutton{margin:10px auto 0;}
	.steppcbtn{width:100%;}
	.steplinebtn{width:100%;margin-left:0;margin-top:10px;}

	.steptwocolumn .text{width:100%;}
	.steptwocolumn .steppic{width:100%;max-width:380px;margin:20px auto 0;}
}



.ol{list-style-type:none;}
.ol li{font-size:24px;font-weight:500;padding:15px 0;border-bottom:1px dotted #000000;}
.ol li:before{content:attr(data-title);font-size:38px;font-style:italic;font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;font-weight:bold;}
@media screen and (max-width:1520px){
	.ol li{font-size:18px;}
	.ol li:before{font-size:32px;}
}
@media screen and (max-width:1080px){
	.ol li{font-size:16px;padding:10px 0;}
	.ol li:before{font-size:26px;}
}
@media screen and (max-width:780px){
	.ol li{display:flex;align-items:baseline;padding:5px 0;}
	.ol li:before{font-size:20px;}
}
@media screen and (max-width:580px){
	.ol li:before{font-size:18px;}
}

/*page company*/
.companyone{}
.companyone .tableone{margin-bottom:50px;}
.companyone .title2{text-align:center;margin-bottom:30px;}

.access{display:flex;flex-wrap:wrap;justify-content:space-between;}
.access .accessitem{width:calc(50% - 38px);text-align:center;}
.access .accessitem .googlemap{height:320px;margin-bottom:10px;}
.access .accessitem .googlemap iframe{height:320px;}
.access .accessitem h6{font-weight:normal;}
@media screen and (max-width:1520px){
	.access .accessitem{width:calc(50% - 30px);}
}
@media screen and (max-width:1080px){
	.companyone .tableone{margin-bottom:30px;}
	.companyone .title2{margin-bottom:20px;}
	.access .accessitem{width:calc(50% - 20px);}
	.access .accessitem .googlemap{height:240px;}
}
@media screen and (max-width:780px){
	.access .accessitem{width:100%;margin-top:20px;}
}

/*page faq*/

/*page reason*/
.reason .arrowtitle{margin-bottom:60px;}
.reason .twocolumn{padding:50px;}
.reason .twocolumn:not(:last-child){margin-bottom:90px;}
@media screen and (max-width:1520px){
	.reason .arrowtitle{margin-bottom:50px;}
	.reason .twocolumn{padding:30px;}
	.reason .twocolumn:not(:last-child){margin-bottom:80px;}
}
@media screen and (max-width:1080px){
	.reason .arrowtitle{margin-bottom:30px;}
	.reason .twocolumn{padding:20px;}
	.reason .twocolumn:not(:last-child){margin-bottom:50px;}
}
@media screen and (max-width:780px){
	.reason .arrowtitle{margin-bottom:20px;}
	.reason .twocolumn{padding:0;}
	.reason .twocolumn:not(:last-child){margin-bottom:30px;}
}

/*page secret*/
.secret .arrowtitle{margin-bottom:60px;}
.secret .wide{margin-bottom:30px;}
@media screen and (max-width:1080px){
	.secret .arrowtitle{margin-bottom:50px;}
	.secret .wide{margin-bottom:20px;}
}

/*page store*/
.store .twocolumn .pic figure:after{padding-top:70%;}
.store .stepanchor{margin:60px auto;justify-content:center;}
.store .stepanchor .stepanchoritem{margin:0 10px;max-width:300px;}
@media screen and (max-width:1520px){
	.store .stepanchor{margin:50px auto;}
	.store .stepanchor .stepanchoritem{max-width:240px;}
}
@media screen and (max-width:1080px){
	.store .stepanchor{margin:30px auto;}
	.store .stepanchor .stepanchoritem{max-width:180px;}
}
@media screen and (max-width:780px){
	.store .stepanchor .stepanchoritem{max-width:150px;margin:0 5px;}
}
@media screen and (max-width:580px){
	.store .stepanchor{flex-wrap:wrap;}
	.store .stepanchor .stepanchoritem{width:100%;max-width:100%;margin:10px auto;}
}

/*page delivery*/
.delivery .twocolumn .pic figure:after{padding-top:70%;}
.delivery .stepanchor{margin:60px auto;flex-wrap:wrap; justify-content:space-between;}
.delivery .stepanchor .stepanchoritem{width:calc(20% - 10px);}
.delivery .stepanchor .stepanchoritem .stepanchortitle{font-size:24px;height:5em;text-align:center;}
.delivery .step .stepbtnlist{margin-top:30px;}
@media screen and (max-width:1520px){
	.delivery .stepanchor .stepanchoritem .stepanchortitle{font-size:20px;}
}
@media screen and (max-width:1080px){
	.delivery .stepanchor .stepanchoritem{width:calc(20% - 5px);}
	.delivery .stepanchor .stepanchoritem .stepanchortitle{font-size:16px;}
}
@media screen and (max-width:780px){
	.delivery .stepanchor{justify-content:center;}
	.delivery .stepanchor .stepanchoritem{width:calc(33.333333% - 10px);margin:10px 5px;}
}
@media screen and (max-width:580px){
	.delivery .stepanchor .stepanchoritem{width:100%;max-width:200px;margin:5px auto;}
}

/*page guide*/
.guide .twocolumn .pic figure:after{padding-top:70%;}
.guide .arrowtitle{margin-bottom:60px;}
.guide .step .linklist{background:none;padding:0;margin-top:30px;}
@media screen and (max-width:1520px){
	.guide .arrowtitle{margin-bottom:50px;}
}
@media screen and (max-width:1080px){
	.guide .arrowtitle{margin-bottom:30px;}
	.guide .step .linklist{margin-top:20px;}
}
@media screen and (max-width:768px){
	.guide .twocolumn .text p br{display:none;}
}

/*page shop and trip*/
.shop .title2{text-align:center;margin-bottom:60px;color:#533a1e;letter-spacing:0.2em;}
.shop .arrowtitle{margin-bottom:60px;}
@media screen and (max-width:1520px){
	.shop .title2{margin-bottom:50px;}
	.shop .arrowtitle{margin-bottom:50px;}
}
@media screen and (max-width:1080px){
	.shop .title2{margin-bottom:30px;}
	.shop .arrowtitle{margin-bottom:30px;}
}

.trip .title2{text-align:center;margin-bottom:60px;color:#533a1e;letter-spacing:0.2em;}
.trip .arrowtitle{margin-bottom:60px;}
@media screen and (max-width:1520px){
	.trip .title2{margin-bottom:50px;}
	.trip .arrowtitle{margin-bottom:50px;}
}
@media screen and (max-width:1080px){
	.trip .title2{margin-bottom:30px;}
	.trip .arrowtitle{margin-bottom:30px;}
}

/*page line*/
.line .twocolumn .text div{margin-bottom:30px;}
.line .twocolumn .pic figure:after{padding-top:70%;}
.line .arrowtitle{margin-bottom:60px;}
.line .stepanchor{margin-bottom:60px;justify-content:space-between;}
.line .stepanchor .stepanchoritem{width:calc(25% - 38px);}
.line .stepanchor .stepanchoritem .stepanchortitle{text-align:center;}
.line .stepanchor .stepanchoritem:nth-of-type(3) {position:relative;}
.line .stepanchor .stepanchoritem:nth-of-type(3) .step24hours{position:absolute;left: 20px;bottom: 70px;width: 80px;height: 75px;}
.line .step .stepitem{padding: 70px 50px;}
.line .step1{display:flex;justify-content:space-between;flex-wrap:wrap;}
.line .step1 li{width:calc(50% - 20px);height:100%;}
.line .step1 li:first-child{position:relative;}
.line .step1 li:first-child:after{content:"";position:absolute;top:50%;right:-50px;width:100px;height:100px;background:url(img/oricon.png) no-repeat;background-size:contain;background-position:center;transform:translate(20px,-50%);}
.line .step1 li .stepcard{width:100%;height:100%;}
.line .step1 li .stepcard dt{background:#9b8453;color:#FFF;text-align:center;padding:10px;font-size:28px;font-weight:normal;letter-spacing:2px;}
.line .step1 li .stepcard dd{display:flex;flex-direction:column;align-items:center;background:#FFF;padding:50px 20px 20px;}
.line .step1 li .stepcard dd figure{margin-bottom:20px;height:230px;display:flex;align-items:center;}
.line .step2{padding:60px;background:#9b8453;}
.line .step2 ul{display:flex;justify-content:space-between;flex-wrap:wrap;margin-right:-15px;margin-bottom:-15px;}
.line .step2 ul li{width:33.333333%;padding-right:15px;margin-bottom:15px;}
.line .step3{margin-top:30px;}
.line .step3 ul{width:100%;max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;}
.line .step3 ul li{width:calc(50% - 30px);}
.line .step4 ul li{padding:30px 0;}
.line .step4 ul li:not(:last-child){border-bottom:1px dotted #000;}
@media screen and (max-width:1520px){
	.line .twocolumn .text div{margin-bottom:25px;}
	.line .arrowtitle{margin-bottom:50px;}
	.line .stepanchor{margin-bottom:50px;}
	.line .stepanchor .stepanchoritem{width:calc(25% - 30px);}
	.line .stepanchor .stepanchoritem:nth-of-type(3) .step24hours{position:absolute;bottom: 38px;width: 60px;height: 55px;}
	.line .step .stepitem{padding:50px 30px;}
	.line .step1 li:first-child:after{width:70px;height:70px;transform:translate(0px,-50%);}
	.line .step1 li .stepcard dt{font-size:24px;}
	.line .step1 li .stepcard dd{padding:30px 15px 15px;}
	.line .step1 li .stepcard dd figure{height:200px;}
	.line .step2{padding:30px;}
	.line .step3 ul li{width:calc(50% - 20px);}
	.line .step4 ul li{padding:20px 0;}
}
@media screen and (max-width:1080px){
	.line .twocolumn .text div{margin-bottom:20px;}
	.line .arrowtitle{margin-bottom:30px;}
	.line .stepanchor{margin-bottom:30px;}
	.line .stepanchor .stepanchoritem{width:calc(25% - 20px);}
	.line .stepanchor .stepanchoritem:nth-of-type(3) .step24hours{position:absolute;left: 10%;bottom: 50px;width: 38px;height: 32px;}
	.line .step .stepitem{padding:30px 20px;}
	.line .step1 li{width:calc(50% - 10px);}
	.line .step1 li:first-child:after{width:50px;height:50px;transform:translate(-20px,-50%);}
	.line .step2{padding:15px;}
	.line .step3 ul li{width:calc(50% - 10px);}
	.line .step4 ul li{padding:10px 0;}
}
@media screen and (max-width:780px){
	.line .twocolumn .text div{margin-bottom:10px;}
	.line .stepanchor{flex-wrap:wrap;}
	.line .stepanchor .stepanchoritem{width:calc(50% - 10px);margin-bottom:20px;}
	.line .stepanchor .stepanchoritem:nth-of-type(3) .step24hours{left:30%;}
	.line .step1 li{width:100%;}
	.line .step1 li:first-child:after{display:none;}
	.line .step1 li div{width:100%;}
	.line .step1 li .stepcard dt{font-size:20px;}
	.line .step1 li .stepcard dd{padding:15px 10px;}
	.line .step2 ul li{width:50%;}
}
@media screen and (max-width:500px){
	.line .stepanchor .stepanchoritem{width:100%;}
	.line .step1 li .stepcard dd figure{height:100%;}
	.line .step2 ul li{width:100%;}
	.line .step3 ul li{width:100%;margin-top:15px;}
}
.form{background:#FFF;padding:50px;border-radius:20px;}
.form p{margin-bottom:20px;}
@media screen and (max-width:1080px){
	.form{padding:30px 20px;}
}
.table2 {
    border: 2px solid #a3a3a3;
    font-size: 90%;
}


.table2 th {
    vertical-align: middle;
    text-align: center;
}


th {
    border: 1px solid #a3a3a3;
    padding: 10px;
    background: #eff9fb;
    font-weight: bold;
}

.table2 .tdstyle2 {
    vertical-align: top;
}
.table2 td {
    vertical-align: middle;
}

@media screen and (max-width:768px){
	.table2 tr{
		display:flex;
		flex-wrap:wrap;
	}
	.table2 th {
		width:100%;
		display: block;
	}
	.table2 td {
		width:100%;
		display: block;
	}
}
.tdstyle2 {
    border: 1px solid #a3a3a3;
    padding: 8px 10px;
    text-align: left;
}

.tk1 {
    color: #f15e2b;
}
input.wpcf7-form-control {
    height: 30px;
    line-height: 2;
    margin: 10px auto;
    border: 1px solid #d8d8d8;
    width: auto;
    padding: 10px;
}
select {
    width: auto;
    height: auto;
    line-height: 2;
    margin: 10px auto;
    border: 1px solid #d8d8d8;
    width: auto;
    padding: 10px;
}

textarea.wpcf7-form-control {
    border: 1px solid #d8d8d8;
    width: 80%;
    padding: 10px;
    margin: 10px 0;
}
.sq1 {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}
h5.mt0 {
    font-weight: bold;
    margin: 20px 0 5px 0;
    font-size: 16px;
    color: #1da7bb;
}
.ac {
    text-align: center;
}
.mt0 {
    margin-top: 0 !important;
	margin-bottom:30px;
}
.hosoku {
    color: #5a5a5a;
    font-size: 90%;
    line-height: 1.7;
}
div.wpcf7 input.wpcf7-form-control[type="file"] {
    border: none;
    border-bottom: 1px solid #ccc;
    height: auto;
    margin: 0;
}
.sbtn_5 input[type="submit"] {
    cursor: pointer;
    border: none;
    font-weight: bold;
    border: none;
    background: #1da7bb;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    margin-top: 10px;
    width: auto;
    height: 50px;
}

.shopitem{display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px 0;border-bottom:2px solid #392e16;}
.shopitem figure{width:380px;}
.shopitem figure img{width:100%;}
.shopitem .text{width:calc(100% - 740px);}
.shopitem .text h3{}
.shopitem .text p{}
.shopitem .text a{background:#392e16;display:inline-flex;justify-content:center;align-items:center;color:#FFF;padding:8px 20px;border-radius:10px;transition:.3s;margin-top:10px;}
.shopitem .text a:hover{background:#876e36;}
.shopitem .googlemap,.shopitem .info .googlemap iframe{width:320px;height:100%;max-height:260px;}
@media screen and (max-width:1520px){
	.shopitem figure{width:220px;}
	.shopitem .text{width:calc(100% - 500px);}
	.shopitem .text h3{font-size:16px;}
	.shopitem .text p{font-size:16px;}
	.shopitem .text a{font-size:16px;}
	.shopitem .googlemap,.shopitem .googlemap iframe{width:240px;max-height:200px;}
}
@media screen and (max-width:1080px){
	.shopitem figure{width:180px;}
	.shopitem .text{width:calc(100% - 390px);}
	.shopitem .text h3{font-size:14px;}
	.shopitem .text p{font-size:14px;}
	.shopitem .text a{font-size:14px;padding:5px 10px;}
	.shopitem .googlemap,.shopitem .googlemap iframe{width:180px;max-height:160px;}
}
@media screen and (max-width:768px){
	.shopitem figure{margin-bottom:10px;}
	.shopitem .text{width:calc(100% - 200px);margin-bottom:10px;}
	.shopitem .googlemap,.shopitem .googlemap iframe{width:100%;max-height:150px;}
}
@media screen and (max-width:568px){
	.shopitem figure{width:110px;}
	.shopitem .text{width:calc(100% - 120px);}	
}

.shopinfo{}
.shopdetialtit{font-size:30px;margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #392e16;}
.shoppiclist{margin-top:50px;}
.shoppiclist ul{margin-top:-30px;margin-right:-30px;display:flex;flex-wrap:wrap;}
.shoppiclist ul li{margin-top:30px;padding-right:30px;width:33.333333%;}
.shoppiclist ul li figure{width:100%;}
.shoppiclist ul li figure:after{padding-top:56.25%;}
/* .shoppiclist ul li figure img{width:100%;} */
.shoptablebox{margin-top:50px;}
.shoptablebox dl{width:100%;display:flex;justify-content:space-between;border:solid #bba57e;border-width:1px 1px 0 1px;}
.shoptablebox dl:last-child{border-bottom:1px solid #bba57e;}
.shoptablebox dl dt{width:280px;padding:20px;background:#392e16;color:#FFF;font-weight:bold;}
.shoptablebox dl dd{width:calc(100% - 280px);padding:20px;background:#FFF;color:#392e16;}
.shopdetial .googlemap{margin-top:50px;}
.shopdetial .googlemap,.shopdetial .googlemap iframe{width:100%;height:380px;overflow:hidden;}
@media screen and (max-width:1520px){
	.shopdetialtit{font-size:26px;}
	.shoppiclist{margin-top:30px;}
	.shoppiclist ul{margin-top:-20px;margin-right:-20px;}
	.shoppiclist ul li{margin-top:20px;padding-right:20px;}
	.shoptablebox{margin-top:30px;}
	.shoptablebox dl{font-size:16px;}
	.shoptablebox dl dt{width:200px;padding:15px 10px;}
	.shoptablebox dl dd{width:calc(100% - 200px);padding:15px 10px;}
	.shopdetial .googlemap{margin-top:30px;}
	.shopdetial .googlemap,.shopdetial .googlemap iframe{height:300px;}
}
@media screen and (max-width:1080px){
	.shopdetialtit{font-size:22px;}
	.shoppiclist ul{margin-top:-10px;margin-right:-10px;}
	.shoppiclist ul li{margin-top:10px;padding-right:10px;}
	.shoptablebox dl{font-size:14px;}
	.shoptablebox dl dt{width:160px;padding:10px;}
	.shoptablebox dl dd{width:calc(100% - 160px);padding:10px;}
	.shopdetial .googlemap,.shopdetial .googlemap iframe{height:240px;}
}
@media screen and (max-width:768px){
	.shopdetialtit{font-size:18px;}
	.shoptablebox dl dt{width:100px;}
	.shoptablebox dl dd{width:calc(100% - 100px);}
}
@media screen and (max-width:568px){
	.shoppiclist ul li{width:50%;}	
}

/*pageNav*/
.pageNav{margin-top:50px;display:flex;justify-content: center;align-items:center;}
.pageNav .page-numbers{line-height:1.1;border:1px solid #392e16;margin:5px;padding: 10px 16px;text-align: center;color:#392e16;background:#FFF;text-decoration:none; }
.pageNav .page-numbers:hover{background:#392e16;color:#FFF;border:1px solid #392e16;}
.pageNav .page-numbers.current{border:1px solid transparent; color:#FFF;background:#392e16;}
.pageNav .page-numbers.current:hover{background:#392e16;color:#FFF;border:1px solid #392e16;}
@media screen and (max-width: 1080px) {
	.paging .page-numbers{margin:3px;padding: 5px 8px;}
}


