@charset "utf-8";
/*
Theme Name: dog-cure-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{width:100%;font-size:18px;color:#444;font-weight:400;background:#fff;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:16px;}
}
@media screen and (max-width:1080px){
	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 -15px;width:30px;height:2px;background:#98d6f7;   
    -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;}

/*bkt*/
.bkt{position:fixed;right:40px;bottom:40px;width:45px;height:45px;display:flex;justify-content:center;align-items:center;z-index:999;background:#0176b4;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:20px;}
}



.common_tit{line-height:1;text-align:center;}
.common_tit>h2{font-size:50px;color:#444;font-weight:400;font-family:"Junge",cursive;}
.common_tit>hr{margin-top:30px;width:100%;height:1px;border:none;background:#c8c1b7;}
.common_tit2{text-align:left;}
@media screen and (max-width:1520px){
	.common_tit>h2{font-size:42px;}
	.common_tit>hr{margin-top:25px;}
}
@media screen and (max-width:1080px){
	.common_tit>h2{font-size:34px;}
	.common_tit>hr{margin-top:20px;}
}
@media screen and (max-width:780px){
	.common_tit>h2{font-size:30px;}
	.common_tit>hr{margin-top:15px;}
}



/*more*/
.more{margin-top:20px;display:flex;justify-content:flex-end;line-height:1;}
.more a{position:relative;display:block;padding:50px 10px;width:140px;color:#444;text-align:center;font-weight:bold;text-transform:uppercase;border:1px solid #181818;font-family:"Junge",cursive;
	-webkit-transition:0.3s;
    transition:0.3s;
}
.more a:before{position:absolute;left:-60px;top:calc(50% - 30px);content:"";width:81px;height:61px;background:url(img/bor.jpg)no-repeat;}
.more a:hover{transform:translateY(-5px);}
@media screen and (max-width:1520px){
	.more a{padding:40px 20px;width:130px;}
	.more a:before{left:-50px;top:calc(50% - 25px);width:70px;height:50px;background-size:70px 50px;}
}
@media screen and (max-width:1080px){
	.more a{padding:30px 20px;width:120px;}
	.more a:before{left:-40px;top:calc(50% - 20px);width:60px;height:40px;background-size:60px 40px;}
}
@media screen and (max-width:780px){
	.more{margin-top:20px;justify-content:center;}
	.more a{padding:15px 30px;width:130px;}
	.more a:before{left:-30px;top:calc(50% - 15px);width:50px;height:30px;background-size:50px 30px;}
}

.more2{margin-top:80px;}
.more2>a{position:relative;padding:20px 180px 20px 60px;font-size:24px;color:#181818;letter-spacing:2px;text-transform:uppercase;border:1px solid #000;background:#fff;font-family:"Cabin",serif;}
.more2>a:after{position:absolute;right:-40px;top:calc(50% - 21px);content:"";width:81px;height:42px;background:url(img/index/more2.jpg)no-repeat;transition:.3s;}
.more2>a:hover:after{transform:translateX(10px);}
@media screen and (max-width:1520px){

	.more2>a{padding:18px 140px 18px 40px;font-size:20px;letter-spacing:1px;}
	.more2>a:after{right:-30px;top:calc(50% - 16px);width:60px;height:31px;background-size:60px 31px;}
}
@media screen and (max-width:1080px){
	.more2{margin-top:40px;}
	.more2>a{padding:15px 100px 15px 30px;font-size:16px;letter-spacing:0px;}
	.more2>a:after{right:-20px;top:calc(50% - 10px);width:40px;height:21px;background-size:40px 21px;}
}
@media screen and (max-width:780px){
	.more2{margin-top:30px;}
	.more2>a{padding:12px 70px 12px 20px;font-size:14px;}
}

.more3{margin-top:80px;display:flex;justify-content:flex-end;line-height:1;}
.more3>a{font-size:24px;color:#181818;letter-spacing:3px;text-transform:uppercase;font-family:"Cabin",serif;transition:.3s;}
.more3>a:hover{transform:translateY(-5px);}
@media screen and (max-width:1520px){
	.more3{margin-top:60px;}
	.more3>a{font-size:20px;letter-spacing:2px;}
	.more3>a>img{width:60px;}
}
@media screen and (max-width:1080px){
	.more3{margin-top:40px;}
	.more3>a{font-size:16px;letter-spacing:1px;}
	.more3>a>img{width:46px;}
}
@media screen and (max-width:780px){
	.more3{margin-top:20px;}
	.more3>a{font-size:14px;letter-spacing:0px;}
	.more3>a>img{width:40px;}
}


@font-face {
  font-family:'iconfont';
  src: url('icon/iconfont.eot');
  src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('icon/iconfont.woff2') format('woff2'),
      url('icon/iconfont.woff') format('woff'),
      url('icon/iconfont.ttf') format('truetype'),
      url('icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size:26px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* header */
/*@-webkit-keyframes headermove{
	0%{
	    top:-30px;
	}
	100%{
	    top:0px;
	}
}*/
.header.header_fixed{position:fixed;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{position:relative;top:0;left:0;z-index:99;width:100%;background:#fff;
	-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:10px 100px;width:100%;transition:all 0.8s;}
.headercon>a.logo{display:block;width:100px;}
.headercon .header_right{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 350px);}
.headercon .header_right .main-navigation{max-width:1080px;width:100%;}
.headercon .header_right .main-navigation>ul{display:flex;align-items:center;justify-content:space-between;}
.headercon .header_right .main-navigation>ul>li{position:relative;line-height:1;text-align:center;}
.headercon .header_right .main-navigation>ul>li>a{font-size:16px;color:#76634c;font-weight:400;}
.headercon .header_right .main-navigation>ul>li>a>span{display:block;margin-bottom:10px;font-size:20px;color:#000;font-family:"Junge",cursive;}
.headercon .header_right .main-navigation>ul>li>a:after{content:"";display:block;width:100%;height:2px;background:#76634c;opacity:0;visibility:hidden;transform:scaleX(0);transition:.4s ease-in-out;position:absolute;left:0;bottom:-8px;}
.headercon .header_right .main-navigation>ul>li>a:hover:after{opacity: 0.8;visibility:visible;transform:scaleX(1);}
.contactbtn{margin-left:100px;}
.contactbtn>a{transition:.3s;}
.contactbtn>a:hover{opacity:.7;}
@media screen and (max-width:1520px){
	.headercon{padding:10px 20px;}
	.headercon>a.logo{width:85px;}
	.headercon .header_right{width:calc(100% - 280px);}
	.headercon .header_right .main-navigation>ul>li>a{font-size:14px;}
	.headercon .header_right .main-navigation>ul>li>a>span{margin-bottom:8px;font-size:18px;}
	.contactbtn{margin-left:60px;}
	.contactbtn>a>img{width:80px;}
}
@media screen and (max-width:1080px){
	.headercon>a.logo{width:60px;}
	.headercon .header_right{width:110px;}
	.headercon .header_right .main-navigation{display:none;}
	.contactbtn{margin-left:0px;}
	.contactbtn>a>img{width:60px;}
}
@media screen and (max-width:780px){
	.headercon>a.logo{width:50px;}
	.headercon .header_right{width:90px;}
	.contactbtn>a>img{width:44px;}
}

/*banner*/
.banner{position:relative;margin:20px auto 0;padding:0 40px;max-width:1760px;width:100%;height:750px;border-radius:20px;overflow:hidden;}
.banner .swiper-wrapper{border-radius:20px;height:750px;}
.banner .bannercon{position:absolute;right:60px;bottom:100px;z-index:3;padding:0 20px;width:818px;height:373px;}
.banner .swiper-slide{border-radius:20px;}
.banner .swiper-slide:after{padding-top:750px;border-radius:20px;}
.swiper-pagination-bullet{margin:0 20px !important;width:15px !important;height:15px !important;background:#98d6f7 !important;opacity:1 !important;}
.swiper-pagination-bullet-active{background:#76634c !important;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:0;}
@media screen and (max-width:1520px){
	.banner{padding:0 20px;height:700px;}
	.banner .swiper-wrapper{height:650px;}
	.banner .bannercon{right:40px;bottom:80px;width:650px;height:313px;}
	.banner .swiper-slide:after{padding-top:650px;}
	.swiper-pagination-bullet{margin:0 15px !important;width:12px !important;height:12px !important;}
}
@media screen and (max-width:1080px){
	.banner{margin:10px auto 0;height:600px;}
	.banner .swiper-wrapper{height:600px;}
	.banner .bannercon{right:20px;bottom:60px;width:600px;height:274px;}
	.banner .swiper-slide:after{padding-top:600px;}
	.swiper-pagination-bullet{margin:0 10px !important;width:10px !important;height:10px !important;}
}
@media screen and (max-width:780px){
	.banner{margin:0px auto;height:320px;}
	.banner .swiper-wrapper{height:320px;}
	.banner .bannercon{right:20px;bottom:20px;width:300px;height:137px;}
	.banner .swiper-slide:after{padding-top:320px;}
	.swiper-pagination-bullet{margin:0 6px !important;width:8px !important;height:8px !important;}
}


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


                  
.indexone{padding:100px 40px;}
.indexonecon>dl{margin-top:40px;display:flex;align-items:center;justify-content:space-between;}
.indexonecon>dl>dt{width:calc(100% - 220px);}
.indexonecon>dl>dt>ul>li{margin-top:20px;display:flex;align-items:center;justify-content:space-between;}
.indexonecon>dl>dt>ul>li>time{width:100px;font-size:20px;text-align:center;line-height:1.2;font-family:"Junge",cursive;}
.indexonecon>dl>dt>ul>li>time>span{display:block;letter-spacing:1px;}
.indexonecon>dl>dt>ul>li>a{width:calc(100% - 120px);color:#444;}
.indexonecon>dl>dt>ul>li>a>h3{font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.indexonecon>dl>dt>ul>li>a>p{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.indexonecon>dl>dd{width:220px;}
@media screen and (max-width:1520px){
	.indexone{padding:80px 20px;}
	.indexonecon>dl{margin-top:30px;}
	.indexonecon>dl>dt{width:calc(100% - 200px);}
	.indexonecon>dl>dt>ul>li>time{width:90px;font-size:18px;}
	.indexonecon>dl>dt>ul>li>a{width:calc(100% - 110px);}
	.indexonecon>dl>dt>ul>li>a>h3{font-size:18px;}
	.indexonecon>dl>dt>ul>li>a>p{font-size:14px;}
	.indexonecon>dl>dd{width:200px;}
}
@media screen and (max-width:1080px){
	.indexone{padding:60px 20px;}
	.indexonecon>dl{margin-top:20px;}
	.indexonecon>dl>dt{width:calc(100% - 180px);}
	.indexonecon>dl>dt>ul>li>time{width:80px;font-size:16px;}
	.indexonecon>dl>dt>ul>li>a{width:calc(100% - 90px);}
	.indexonecon>dl>dt>ul>li>a>h3{font-size:16px;}
	.indexonecon>dl>dd{width:180px;}
}
@media screen and (max-width:780px){
	.indexonecon>dl{display:block;}
	.indexonecon>dl>dt{width:100%;}
	.indexonecon>dl>dt>ul>li>time{width:60px;font-size:14px;}
	.indexonecon>dl>dt>ul>li>a{width:calc(100% - 60px);}
	.indexonecon>dl>dt>ul>li>a>h3{font-size:14px;}
	.indexonecon>dl>dd{width:100%;}
}


.indextwo{position:relative;padding:100px 40px 0;}
.indextwo:after{position:absolute;top:0;left:0;content:"";width:100%;height:30%;background:#d1c3b3;}
.indextwocon{position:relative;z-index:2;padding:100px;background:#fff;border-radius:20px;}
.indextwocon>dl{display:flex;justify-content:space-between;}
.indextwocon>dl>dt{width:calc(50% - 100px);}
.indextwocon>dl>dt .common_tit2>h2>span{margin-left:30px;font-size:20px;font-weight:500;}
.indextwocon>dl>dt>p{margin-top:40px;}
.indextwocon>dl>dd{width:50%;border-radius:20px;overflow:hidden;}
.indextwocon>dl>dd>figure{height:100%;}
.indextwocon>dl>dd>figure:after{padding-top:90%;}
.indextwocon>dl.dl02{margin-top:120px;flex-direction:row-reverse;}
.indextwocon>dl.dl02>dt>h3{margin-top:40px;font-size:20px;font-family:"Noto Serif JP",serif;}
.indextwocon>dl.dl02>dt>dl{margin-top:40px;display:flex;flex-flow:wrap;justify-content:space-between;}
.indextwocon>dl.dl02>dt>dl>dt{padding:10px 0;width:200px;}
.indextwocon>dl.dl02>dt>dl>dd{padding:10px 0;width:calc(100% - 200px);}
.indextwocon>dl.dl02>dt>dl>dd>a{color:#444;}
.indextwocon>dl.dl02>dt>dl>dd>a:hover{text-transform:uppercase;}
.indextwocon>dl.dl02>dd>figure:after{padding-top:75%;}
@media screen and (max-width:1520px){
	.indextwo{padding:80px 20px 0;}
	.indextwocon{padding:50px;}
	.indextwocon>dl>dt{width:calc(50% - 60px);}
	.indextwocon>dl>dt>p{margin-top:30px;}
	.indextwocon>dl>dt .common_tit2>h2>span{margin-left:20px;font-size:18px;}
	.indextwocon>dl.dl02{margin-top:100px;}
	.indextwocon>dl.dl02>dt>h3{margin-top:30px;font-size:18px;}
	.indextwocon>dl.dl02>dt>dl{margin-top:30px;}
	.indextwocon>dl.dl02>dt>dl>dt{padding:8px 0;width:160px;}
	.indextwocon>dl.dl02>dt>dl>dd{padding:8px 0;width:calc(100% - 160px);}
}
@media screen and (max-width:1080px){
	.indextwo{padding:60px 20px 0;}
	.indextwocon{padding:40px 20px;}
	.indextwocon>dl>dt{width:calc(50% - 30px);}
	.indextwocon>dl>dt>p{margin-top:20px;}
	.indextwocon>dl>dt .common_tit2>h2>span{margin-left:15px;font-size:16px;}
	.indextwocon>dl.dl02{margin-top:80px;}
	.indextwocon>dl.dl02>dt>h3{margin-top:20px;font-size:16px;}
	.indextwocon>dl.dl02>dt>dl{margin-top:20px;}
	.indextwocon>dl.dl02>dt>dl>dt{padding:6px 0;width:140px;}
	.indextwocon>dl.dl02>dt>dl>dd{padding:6px 0;width:calc(100% - 140px);}
}
@media screen and (max-width:780px){
	.indextwocon>dl{display:block;}
	.indextwocon>dl>dt{width:100%;}
	.indextwocon>dl>dd{margin-top:20px;width:100%;}
	.indextwocon>dl.dl02{margin-top:60px;}
	.indextwocon>dl.dl02>dt>h3{font-size:14px;}
	.indextwocon>dl.dl02>dt>dl>dt{padding:5px 0;width:120px;}
	.indextwocon>dl.dl02>dt>dl>dd{padding:5px 0;width:calc(100% - 120px);}
}

.indexthree{position:relative;padding:0px 40px 100px;overflow:hidden;}
.indexthreecon>ul{display:flex;flex-flow:wrap;margin:-80px 0 0 -80px;}
.indexthreecon>ul>li{position:relative;margin:80px 0 0 80px;width:calc(33.33% - 80px);overflow:hidden;border-radius:10px;}
.indexthreecon>ul>li>figure:after{padding-top:66%;}
.indexthreecon>ul>li>hgroup{position:absolute;bottom:0;left:0;padding:20px;width:100%;background-image:linear-gradient(to right,rgba(255,255,255,.3),rgba(255,255,255,0.01));}
.indexthreecon>ul>li>hgroup>p{width:200px;text-align:center;line-height:1.4;}
.indexthreecon>ul>li>hgroup>p>span{display:block;font-size:36px;font-family:"Junge",cursive;}
.indexthreecon>ul>li>a{display:block;position:absolute;right:0;bottom:-1px;transition:.3s;}
.indexthreecon>ul>li>a:hover{transform:translate(8px);}
@media screen and (max-width:1520px){
	.indexthree{padding:0px 20px 80px;}
	.indexthreecon>ul{margin:-50px 0 0 -50px;}
	.indexthreecon>ul>li{margin:50px 0 0 50px;width:calc(33.33% - 50px);}
	.indexthreecon>ul>li>hgroup{padding:15px;}
	.indexthreecon>ul>li>hgroup>p{width:170px;}
	.indexthreecon>ul>li>hgroup>p>span{font-size:30px;}
	.indexthreecon>ul>li>a>img{width:100px;}
}
@media screen and (max-width:1080px){
	.indexthreecon>ul{margin:-30px 0 0 -30px;}
	.indexthreecon>ul>li{margin:30px 0 0 30px;width:calc(33.33% - 30px);}
	.indexthreecon>ul>li>hgroup{padding:10px;}
	.indexthreecon>ul>li>hgroup>p{width:140px;}
	.indexthreecon>ul>li>hgroup>p>span{font-size:24px;}
	.indexthreecon>ul>li>a>img{width:80px;}
}
@media screen and (max-width:780px){
	.indexthreecon>ul{margin:-10px 0 0 -10px;}
	.indexthreecon>ul>li{margin:10px 0 0 10px;width:calc(50% - 10px);}
	.indexthreecon>ul>li>hgroup{padding:10px 0;}
	.indexthreecon>ul>li>hgroup>p{width:100px;}
	.indexthreecon>ul>li>hgroup>p>span{font-size:18px;}
	.indexthreecon>ul>li>a>img{width:60px;}
}


.indexfour{padding:100px 40px;background:#98d6f7;}
.indexfourcon>dl{display:flex;align-items:center;justify-content:space-between;}
.indexfourcon>dl>dt{width:calc(50% - 20px);}
.indexfourcon>dl>dt>a{display:block;border-radius:20px;transition:.3s;}
.indexfourcon>dl>dt>a:hover{transform:translateY(-5px);box-shadow:2px 2px 5px #98d6f7;}
@media screen and (max-width:1520px){
	.indexfour{padding:80px 20px;}
	.indexfourcon>dl>dt{width:calc(50% - 15px);}
}
@media screen and (max-width:1080px){
	.indexfour{padding:60px 20px;}
	.indexfourcon>dl>dt{width:calc(50% - 10px);}
}
@media screen and (max-width:780px){
	.indexfourcon>dl{display:block;}
	.indexfourcon>dl>dt{width:100%;}
	.indexfourcon>dl>dt:last-child{margin-top:20px;}
}

.map{position:relative;z-index:8;margin-top:130px;max-width:1440px;width:100%;height:420px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
.map2{margin-top:0px;max-width:100%;}
@media screen and (max-width:1520px){
	.map{margin-top:80px;max-width:1000px;height:350px;}
	.map2{margin-top:0px;max-width:100%;}
}
@media screen and (max-width:1080px){
	.map{margin-top:50px;max-width:800px;height:300px;}
	.map2{margin-top:0px;max-width:100%;}
}
@media screen and (max-width:780px){
	.map{margin-top:0;height:200px;}
	.map2{margin-top:0px;max-width:100%;}
}

/* footer */
.footer{position:relative;z-index:6;padding:60px 0px 0;background:#c8c1b7;}
.footercon{padding:0 40px;}
.footercon>dl{display:flex;justify-content:space-between;}
.footercon>dl>dt{display:flex;align-items:center;justify-content:space-between;width:calc(50% - 20px);}
.footercon>dl>dt>a{width:100px;transition:.3s;}
.footercon>dl>dt>a:hover{opacity:.7;}
.footercon>dl>dt>p{width:calc(100% - 140px);}
.footercon>dl>dt>p>a{color:#444;}
.footercon>dl>dt>p>a:hover{text-decoration:underline;}
.footercon>dl>dd{width:calc(50% - 20px);}
.footercon>dl>dd>ul{display:flex;flex-flow:wrap;}
.footercon>dl>dd>ul>li{margin:10px 0;padding:0 30px;width:calc(25% - 10px);text-align:center;line-height:1;}
.footercon>dl>dd>ul>li>a{display:block;position:relative;font-size:16px;color:#76634c;}
.footercon>dl>dd>ul>li>a>span{display:block;margin-bottom:5px;font-size:18px;color:#000;letter-spacing:2px;font-family:"Junge",cursive;}
.footercon>dl>dd>ul>li>a:after{content:"";display:block;width:100%;height:1px;background:#76634c;opacity:0;visibility:hidden;transform:scaleX(0);transition:.4s ease-in-out;position:absolute;left:0;bottom:-5px;}
.footercon>dl>dd>ul>li>a:hover:after{opacity:0.8;visibility:visible;transform:scaleX(1);}
.footer>p{margin-top:60px;padding:4px 20px 85px;font-size:16px;color:#fff;text-align:center;background:#76634c;}
@media screen and (max-width:1520px){
	.footer{padding:50px 0px 0;}
	.footercon{padding:0 20px;}
	.footercon>dl>dt>a{width:85px;}
	.footercon>dl>dt>p{width:calc(100% - 110px);}
	.footercon>dl>dd>ul>li{padding:0 20px;width:calc(25% - 5px);}
	.footercon>dl>dd>ul>li>a{font-size:13px;}
	.footercon>dl>dd>ul>li>a>span{font-size:15px;letter-spacing:1px;}
	.footer>p{margin-top:50px;padding:4px 20px 78px;font-size:14px;}
}
@media screen and (max-width:1080px){
	.footer{padding:40px 0px 0;}
	.footercon>dl>dt>a{width:70px;}
	.footercon>dl>dt>p{width:calc(100% - 90px);}
	.footercon>dl>dd>ul>li{padding:0 10px;width:calc(33.33% - 5px);}
	.footercon>dl>dd>ul>li>a{font-size:12px;}
	.footercon>dl>dd>ul>li>a>span{font-size:14px;letter-spacing:0px;}
	.footer>p{margin-top:40px;padding:4px 20px 78px;}
}
@media screen and (max-width:780px){
	.footercon>dl{display:block;}
	.footercon>dl>dt{display:block;width:100%;}
	.footercon>dl>dt>a{display:block;margin:0 auto;width:60px;}
	.footercon>dl>dt>p{margin-top:20px;width:100%;text-align:center;}
	.footercon>dl>dd{margin-top:20px;width:100%;}
	.footercon>dl>dd>ul{justify-content:center;}
	.footercon>dl>dd>ul>li{padding:0 10px;width:auto;}
}

.footerfix{position:fixed;z-index:99;bottom:0;left:50%;display:flex;justify-content:center;padding:20px 0px;background:#fff;border-radius:10px 10px 0 0;transform:translateX(-50%);}
.footerfix>a{display:block;padding:0 40px;width:257px;transition:.3s;}
.footerfix>a:first-child{border-right:none;}
.footerfix>a:hover{opacity:.7;}
@media screen and (max-width:1520px){
	.footerfix>a{padding:0 30px;width:200px;}
}


/* pageban */
.pageban{position:relative;padding:0 40px;height:500px;border-radius:20px;overflow:hidden;}
.pageban figure{margin:20px auto 0;max-width:1720px;border-radius:20px;}
.pageban figure:after{padding-top:500px;}
.pageban .pagebancon{position:absolute;top:50%;left:50%;z-index:11;padding:0px 20px;max-width:1360px;width:100%;color:#fff;text-align:center;line-height:1;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h1{font-size:50px;font-weight:normal;text-transform:uppercase;font-family:"Junge",cursive;}
.pageban .pagebancon p{margin-top:20px;font-size:26px;font-weight:bold;letter-spacing:1px;}
@media screen and (max-width:1520px){
	.pageban{padding:0 20px;height:420px;}
	.pageban figure:after{padding-top:420px;}
	.pageban .pagebancon h1{font-size:40px;}
	.pageban .pagebancon p{margin-top:15px;font-size:20px;}
}
@media screen and (max-width:1080px){
	.pageban{height:360px;}
	.pageban figure:after{padding-top:360px;}
	.pageban .pagebancon h1{font-size:30px;}
	.pageban .pagebancon p{margin-top:10px;font-size:16px;}
}
@media screen and (max-width:780px){
	.pageban{height:300px;}
	.pageban figure{background-position:calc(10%);}
	.pageban figure:after{padding-top:300px;}
	.pageban .pagebancon h1{font-size:30px;}
	.pageban .pagebancon p{font-size:14px;}
}


/* flow */
.flowone{padding:100px 40px;}
.flowonecon>dl{display:flex;justify-content:space-between;}
.flowonecon>dl>dt{display:flex;justify-content:space-between;padding-left:60px;width:calc(65% - 80px);}
.flowonecon>dl>dt>div{width:25px;}
.flowonecon>dl>dt>div>img{margin:0 auto;}
.flowonecon>dl>dt>div>hr{margin:30px auto 0;width:2px;height:calc(100% - 30px);border:none;background:#76634c;}
.flowonecon>dl>dt>hgroup{width:calc(100% - 80px);}
.flowonecon>dl>dt>hgroup>h3{font-size:24px;color:#503b19;line-height:1;font-family:"Noto Serif JP",serif;}
.flowonecon>dl>dt>hgroup>h3>span{margin-left:20px;}
.flowonecon>dl>dt>hgroup>p{margin-top:40px;font-size:20px;}
.flowonecon>dl>dd{width:35%;}
.flowonecon>dl>dd>figure{height:100%;border-radius:40px;}
.flowonecon>dl>dd>figure:after{padding-top:71%;}
.flowonecon>dl.dltop{margin-top:60px;}
@media screen and (max-width:1520px){
	.flowone{padding:80px 20px;}
	.flowonecon>dl>dt{padding-left:40px;width:calc(65% - 50px);}
	.flowonecon>dl>dt>hgroup{width:calc(100% - 65px);}
	.flowonecon>dl>dt>hgroup>h3{font-size:22px;}
	.flowonecon>dl>dt>hgroup>h3>span{margin-left:15px;}
	.flowonecon>dl>dt>hgroup>p{margin-top:30px;font-size:18px;}
	.flowonecon>dl.dltop{margin-top:50px;}
}
@media screen and (max-width:1080px){
	.flowone{padding:60px 20px;}
	.flowonecon>dl>dt{padding-left:20px;width:calc(65% - 30px);}
	.flowonecon>dl>dt>div>hr{margin:25px auto 0;height:calc(100% - 25px);}
	.flowonecon>dl>dt>hgroup{width:calc(100% - 45px);}
	.flowonecon>dl>dt>hgroup>h3{font-size:20px;}
	.flowonecon>dl>dt>hgroup>h3>span{margin-left:10px;}
	.flowonecon>dl>dt>hgroup>p{margin-top:20px;font-size:16px;}
	.flowonecon>dl.dltop{margin-top:40px;}
}
@media screen and (max-width:780px){
	.flowonecon>dl{display:block;}
	.flowonecon>dl>dt{padding-left:0;width:100%;}
	.flowonecon>dl>dt>div{display:none;}
	.flowonecon>dl>dt>hgroup{width:100%;}
	.flowonecon>dl>dt>hgroup>h3{font-size:18px;}
	.flowonecon>dl>dt>hgroup>p{font-size:14px;}
	.flowonecon>dl>dd{margin-top:20px;width:100%;}
}

.flowtwo{padding:20px 40px 100px;}
.flowtwocon .common_tit2>h2>span{margin-left:30px;font-size:20px;font-weight:500;}
.flowtwocon .common_tit2>hr{max-width:650px;background:#76634c;}
.flowtwocon>hgroup{margin-top:60px;padding:100px;background:#fef8f0;border-radius:40px;}
.flowtwocon>hgroup>.faq-content{margin:40px auto 0;max-width:1200px;width:100%;}
.flowtwocon>hgroup>.faq-content .head{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:15px 20px;background:#fff;}
.flowtwocon>hgroup>.faq-content .head>div{font-size:36px;line-height:1;font-family:"Outfit",sans-serif;}
.faq-content .head h3{display:flex;justify-content:space-between;width:calc(100% - 50px);font-size:20px;}
.faq-content .head h3 i{transition:0.3s;}
.faq-content .head h3 i:after{font-style:normal;content:"＋";}
.faq-content .head.rotate h3 i:after{content:"－";transition:0.3s;}
.faq-content .content{display:none;padding:20px;}
.faq-content .content>hgroup{display:flex;justify-content:space-between;}
.faq-content .content>hgroup>div{font-size:36px;line-height:1;font-family:"Outfit",sans-serif;}
.faq-content .content>hgroup>p{width:calc(100% - 50px);}
@media screen and (max-width:1520px){
	.flowtwo{padding:20px 20px 80px;}
	.flowtwocon .common_tit2>h2>span{margin-left:20px;font-size:18px;}
	.flowtwocon>hgroup{margin-top:50px;padding:70px 50px;}
	.flowtwocon>hgroup>.faq-content{margin:30px auto 0;}
	.flowtwocon>hgroup>.faq-content .head{padding:13px 20px;}
	.flowtwocon>hgroup>.faq-content .head>div{font-size:32px;}
	.faq-content .head h3{width:calc(100% - 40px);font-size:18px;}
	.faq-content .content>hgroup>div{font-size:32px;}
	.faq-content .content>hgroup>p{width:calc(100% - 40px);}
}
@media screen and (max-width:1080px){
	.flowtwo{padding:20px 20px 60px;}
	.flowtwocon .common_tit2>h2>span{margin-left:15px;font-size:16px;}
	.flowtwocon>hgroup{margin-top:40px;padding:40px 20px;}
	.flowtwocon>hgroup>.faq-content{margin:20px auto 0;}
	.flowtwocon>hgroup>.faq-content .head{padding:12px 20px;}
	.flowtwocon>hgroup>.faq-content .head>div{font-size:28px;}
	.faq-content .head h3{width:calc(100% - 30px);font-size:16px;}
	.faq-content .content>hgroup>div{font-size:28px;}
	.faq-content .content>hgroup>p{width:calc(100% - 30px);}
}
@media screen and (max-width:780px){
	.flowtwocon .common_tit2>h2>span{font-size:14px;}
	.flowtwocon>hgroup{margin-top:30px;padding:1px 20px 20px;}
	.flowtwocon>hgroup>.faq-content .head{padding:10px 15px;}
	.flowtwocon>hgroup>.faq-content .head>div{font-size:22px;}
	.faq-content .head h3{width:calc(100% - 25px);font-size:14px;}
	.faq-content .content>hgroup>div{font-size:22px;}
	.faq-content .content>hgroup>p{width:calc(100% - 25px);}
}


/* price */
.priceone{padding:100px 40px;}
.priceonecon>.common_tit2{position:relative;}
.priceonecon>.common_tit2>hr{background:#76634c;}
.priceonecon>.common_tit2 img{position:absolute;bottom:-20px;left:54px;}
.priceonecon>hgroup{margin:60px auto 0;max-width:1200px;width:100%;}
.priceonecon>hgroup>table{width:100%;}
.priceonecon>hgroup>table .tr01{background:none;}
.priceonecon>hgroup>table .tr01>td{padding:20px 10px;font-size:24px;color:#e16e50;font-weight:bold;}
.priceonecon>hgroup>table tr{background:url(img/bg01.jpg)repeat-x center;}
.priceonecon>hgroup>table tr>td{padding:20px 10px;}
.priceonecon>hgroup>table tr>td:first-child{padding-left:0;}
.priceonecon>hgroup>table tr>td>span{padding:10px 20px 10px 0px;background:#fff;}
.priceonecon>hgroup>table tr>td:nth-child(2)>span{padding:10px 20px 10px 10px;font-weight:bold;}
.priceonecon>hgroup>table tr>td:nth-child(3)>span{padding:10px 20px 10px 10px;font-weight:bold;}
.priceonecon>hgroup>table tr>td:nth-child(4)>span{padding:10px 20px 10px 10px;font-weight:bold;}
.priceonecon>hgroup>table tr>td.bg01{background:#fff;}
.pricetwo{padding:0 40px 100px;}
.priceonecon2>hgroup>h3{margin-top:40px;font-size:24px;}
.priceonecon2>hgroup>p{margin:20px 0 40px 0;}
.priceonecon2>hgroup>.more{margin-top:60px;justify-content:center;}
.priceonecon2>hgroup>.more>a{padding:30px 20px;width:300px;}
@media screen and (max-width:1520px){
	.priceone{padding:80px 20px;}
	.priceonecon>.common_tit2 img{bottom:-17px;left:50px;width:35px;}
	.priceonecon>hgroup{margin:50px auto 0;}
	.priceonecon>hgroup>table .tr01>td{padding:15px 10px;font-size:22px;}
	.priceonecon>hgroup>table tr>td{padding:15px 10px;}
	.pricetwo{padding:0 20px 80px;}
	.priceonecon2>hgroup>h3{margin-top:30px;font-size:22px;}
	.priceonecon2>hgroup>p{margin:20px 0 30px 0;}
	.priceonecon2>hgroup>.more{margin-top:50px;}
	.priceonecon2>hgroup>.more>a{padding:25px 20px;width:270px;}
}
@media screen and (max-width:1080px){
	.priceone{padding:60px 20px;}
	.priceonecon>.common_tit2 img{bottom:-15px;left:40px;width:30px;}
	.priceonecon>hgroup{margin:40px auto 0;}
	.priceonecon>hgroup>table .tr01>td{padding:10px;font-size:20px;}
	.priceonecon>hgroup>table tr>td{padding:10px;}
	.pricetwo{padding:0 20px 60px;}
	.priceonecon2>hgroup>h3{margin-top:20px;font-size:20px;}
	.priceonecon2>hgroup>p{margin:20px 0 20px 0;}
	.priceonecon2>hgroup>.more{margin-top:40px;}
	.priceonecon2>hgroup>.more>a{padding:20px 15px;width:240px;}
}
@media screen and (max-width:780px){
	.priceonecon>.common_tit2 img{bottom:-12px;left:30px;width:24px;}
	.priceonecon>hgroup{margin:30px auto 0;}
	.priceonecon>hgroup>table .tr01>td{padding:10px;font-size:11px;}
	.priceonecon>hgroup>table tr>td{padding:10px 5px;font-size:11px;}
	.priceonecon>hgroup>table tr>td.td02>span{display:block;width:120px;}
	.priceonecon2>hgroup>.more{margin-top:30px;}
	.priceonecon2>hgroup>.more>a{padding:16px 10px;width:230px;}
}

.staffone{padding:40px 40px 100px}
.staffonecon>hgroup{margin-top:60px;padding:50px;background:#fef8f0;border-radius:50px;}
.staffonecon>hgroup>dl{display:flex;align-items:center;justify-content:space-between;margin:0 auto;max-width:1200px;width:100%;}
.staffonecon>hgroup>dl>dt{width:360px;}
.staffonecon>hgroup>dl>dd>h3{margin-bottom:20px;font-size:36px;color:#894318;line-height:1.2;}
.staffonecon>hgroup>dl>dd>h3>span{display:block;font-size:24px;}
.staffonecon>hgroup>dl>dd{width:calc(100% - 430px);color:#654f37;}
.staffonecon>hgroup>dl>dd>a>p>span{display:inline-block;padding-left:5px;text-indent:4em;}
.staffonecon>hgroup>dl>dd>a{color:#654f37;transition:.3s;}
.staffonecon>hgroup>dl>dd>a:hover{opacity:.7;}
.staffonecon>hgroup>h3{margin:60px auto 0;max-width:1200px;width:100%;font-size:30px;color:#894318;}
.staffonecon>hgroup>p{margin:20px auto 0;max-width:1200px;width:100%;}
@media screen and (max-width:1520px){
	.staffone{padding:40px 20px 80px}
	.staffonecon>hgroup{margin-top:50px;padding:40px;}
	.staffonecon>hgroup>dl>dt{width:300px;}
	.staffonecon>hgroup>dl>dd>h3{font-size:30px;;letter-spacing:3px;}
	.staffonecon>hgroup>dl>dd>h3>span{font-size:20px;}
	.staffonecon>hgroup>dl>dd{width:calc(100% - 340px);}
	.staffonecon>hgroup>h3{margin:50px auto 0;font-size:26px;}
}
@media screen and (max-width:1080px){
	.staffone{padding:20px 20px 60px}
	.staffonecon>hgroup{margin-top:40px;padding:30px;}
	.staffonecon>hgroup>dl>dt{width:250px;}
	.staffonecon>hgroup>dl>dd>h3{font-size:24px;letter-spacing:2px;}
	.staffonecon>hgroup>dl>dd>h3>span{font-size:16px;}
	.staffonecon>hgroup>dl>dd{width:calc(100% - 280px);}
	.staffonecon>hgroup>h3{margin:40px auto 0;font-size:22px;}
}
@media screen and (max-width:780px){
	.staffonecon>hgroup{margin-top:30px;padding:20px;}
	.staffonecon>hgroup>dl{display:block;}
	.staffonecon>hgroup>dl>dt{margin:0 auto;width:250px;}
	.staffonecon>hgroup>dl>dd>h3{margin-bottom:10px;font-size:20px;;letter-spacing:0px;}
	.staffonecon>hgroup>dl>dd>h3>span{font-size:14px;}
	.staffonecon>hgroup>dl>dd{margin-top:20px;width:100%;}
	.staffonecon>hgroup>h3{margin:30px auto 0;font-size:18px;}
	.staffonecon>hgroup>p{margin:10px auto 0;}
}

.stafftwo{padding:100px 40px;}
.stafftwocon{margin:0 auto;max-width:1200px;width:100%;}
.stafftwocon>dl{display:flex;align-items:center;justify-content:space-between;}
.stafftwocon>dl>dt{width:360px;}
.stafftwocon>dl>dt>figure{border-radius:50%;}
.stafftwocon>dl>dd{width:calc(100% - 400px);}
.stafftwocon>dl>dd>h3{font-size:24px;}
.stafftwocon>dl>dd>p{margin-top:20px;}
.stafftwocon>h3{margin-top:60px;font-size:24px;}
.stafftwocon>p{margin-top:20px;}
@media screen and (max-width:1520px){
	.stafftwo{padding:80px 20px;}
	.stafftwocon>dl>dt{width:300px;}
	.stafftwocon>dl>dd{width:calc(100% - 340px);}
	.stafftwocon>dl>dd>h3{font-size:22px;}
	.stafftwocon>h3{margin-top:50px;font-size:22px;}
}
@media screen and (max-width:1080px){
	.stafftwo{padding:60px 20px;}
	.stafftwocon>dl>dt{width:250px;}
	.stafftwocon>dl>dd{width:calc(100% - 280px);}
	.stafftwocon>dl>dd>h3{font-size:20px;}
	.stafftwocon>h3{margin-top:40px;font-size:20px;}
}
@media screen and (max-width:780px){
	.stafftwocon>dl{display:block;}
	.stafftwocon>dl>dt{width:100%;}
	.stafftwocon>dl>dd{margin-top:20px;width:100%;}
	.stafftwocon>dl>dd>h3{font-size:18px;}
	.stafftwocon>h3{margin-top:30px;font-size:18px;}
	.stafftwocon>p{margin-top:10px;}
}

.storeone{padding:100px 40px;}
.storeonecon .common_tit2>h2>span{margin-left:30px;font-size:20px;font-weight:500;}
.storeonecon .common_tit2>hr{max-width:650px;background:#76634c;}
.storeonecon>dl{margin-top:20px;display:flex;align-items:center;justify-content:space-between;}
.storeonecon>dl>dt{width:calc(50% - 60px);}
.storeonecon>dl>dt>h3{font-size:20px;}
.storeonecon>dl>dt>p{margin-top:40px;}
.storeonecon>dl>dd{width:50%;}
.storeonecon>dl>dd>figure{border-radius:40px;}
.storeonecon>dl>dd>figure:after{padding-top:55%;}
.storeonecon>dl.dl02{margin:60px 0;flex-direction:row-reverse;}
@media screen and (max-width:1520px){
	.storeone{padding:80px 20px;}
	.storeonecon .common_tit2>h2>span{margin-left:20px;font-size:18px;}
	.storeonecon>dl>dt{width:calc(50% - 40px);}
	.storeonecon>dl>dt>h3{font-size:18px;}
	.storeonecon>dl>dt>p{margin-top:30px;}
	.storeonecon>dl.dl02{margin:40px 0;}
}
@media screen and (max-width:1080px){
	.storeone{padding:60px 20px;}
	.storeonecon .common_tit2>h2>span{margin-left:15px;font-size:16px;}
	.storeonecon>dl>dt{width:calc(50% - 30px);}
	.storeonecon>dl>dt>h3{font-size:16px;}
	.storeonecon>dl>dt>p{margin-top:20px;}
	.storeonecon>dl.dl02{margin:30px 0;}
}
@media screen and (max-width:780px){
	.storeonecon .common_tit2>h2>span{font-size:14px;}
	.storeonecon>dl{display:block;}
	.storeonecon>dl>dt{width:100%;}
	.storeonecon>dl>dd{margin-top:20px;width:100%;}
	.storeonecon>dl>dt>p{margin-top:10px;}
}

.storetwo{padding:0px 40px 100px}
.storetwocon .common_tit2>h2>span{margin-left:30px;font-size:20px;font-weight:500;}
.storetwocon .common_tit2>hr{max-width:650px;background:#76634c;}
.storetwocon{padding:100px;background:#fef8f0;border-radius:40px;}
.storetwocon>dl{margin-top:60px;display:flex;justify-content:space-between;}
.storetwocon>dl>dt{width:calc(50% - 60px);}
.storetwocon>dl>dt>dl{display:flex;flex-flow:wrap;justify-content:space-between;}
.storetwocon>dl>dt>dl>dt{padding:10px 0;width:140px;}
.storetwocon>dl>dt>dl>dd{padding:10px 0;width:calc(100% - 140px);}
.storetwocon>dl>dt>dl>dd>a{color:#444;}
.storetwocon>dl>dt>dl>dd>a:hover{text-decoration:underline;}
.storetwocon>dl>dd{width:50%;}
.storetwocon2{padding:0 100px;background:none;}
.storetwocon2>dl>dt{width:100%;}
@media screen and (max-width:1520px){
	.storetwo{padding:0px 20px 80px}
	.storetwocon .common_tit2>h2>span{margin-left:20px;font-size:18px;}
	.storetwocon{padding:80px 50px;}
	.storetwocon>dl{margin-top:50px;}
	.storetwocon>dl>dt{width:calc(50% - 40px);}
	.storetwocon>dl>dt>dl>dt{width:130px;}
	.storetwocon>dl>dt>dl>dd{width:calc(100% - 130px);}
	.storetwocon2{padding:0 50px;}
}
@media screen and (max-width:1080px){
	.storetwo{padding:0px 20px 60px}
	.storetwocon .common_tit2>h2>span{margin-left:15px;font-size:16px;}
	.storetwocon{padding:60px 20px;}
	.storetwocon>dl{margin-top:40px;}
	.storetwocon>dl>dt{width:calc(50% - 30px);}
	.storetwocon>dl>dt>dl>dt{width:120px;}
	.storetwocon>dl>dt>dl>dd{width:calc(100% - 120px);}
	.storetwocon2{padding:0 20px;}
}
@media screen and (max-width:780px){
	.storetwocon .common_tit2>h2>span{font-size:14px;}
	.storetwocon{padding:40px 20px;}
	.storetwocon>dl{margin-top:30px;display:block;}
	.storetwocon>dl>dt{width:100%;}
	.storetwocon>dl>dt>dl{display:block;}
	.storetwocon>dl>dt>dl>dt{padding:10px 0 0;width:100%;font-weight:bold;}
	.storetwocon>dl>dt>dl>dd{padding:4px 0 10px;width:100%;}
	.storetwocon>dl>dd{margin-top:20px;width:100%;}
}




.map{position:relative;z-index:8;width:100%;height:100%;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
@media screen and (max-width:1520px){
	.map{max-width:1000px;}
}
@media screen and (max-width:1080px){
	.map{max-width:800px;}
}
@media screen and (max-width:780px){
	.map{height:300px;}
}

.groomingone{padding:100px 40px;}
.groomingonecon>dl{display:flex;justify-content:space-between;}
.groomingonecon>dl>dt{padding:40px 100px;width:60%;background:#fcfaf5;border-radius:40px;}
.groomingonecon>dl>dt>h2{font-size:30px;}
.groomingonecon>dl>dt>h3{margin-top:40px;font-size:20px;color:#7f6000;font-family:"Noto Serif JP",serif;}
.groomingonecon>dl>dt>p{margin-top:20px;}
.groomingonecon>dl>dd{width:40%;}
.groomingonecon>dl>dd>figure{margin-top:25px;margin-left:-25px;width:calc(100% + 25px);border-radius:100px;}
.groomingonecon>dl>dd>figure:after{padding-top:74%;}
.groomingonecon>dl.dl02{margin-top:100px;flex-direction:row-reverse;}
.groomingonecon>dl.dl02>dd>figure{position:relative;z-index:3;margin-top:25px;margin-left:auto;margin-right:-25px;}
.groomingonecon>dl.dltop2{margin-top:100px;}
@media screen and (max-width:1520px){
	.groomingone{padding:80px 20px;}
	.groomingonecon>dl>dt{padding:30px 50px;}
	.groomingonecon>dl>dt>h2{font-size:26px;}
	.groomingonecon>dl>dt>h3{margin-top:30px;font-size:18px;}
	.groomingonecon>dl>dd>figure{margin-top:20px;margin-left:-20px;width:calc(100% + 20px);border-radius:80px;}
	.groomingonecon>dl.dl02{margin-top:80px;}
	.groomingonecon>dl.dl02>dd>figure{margin-top:20px;margin-left:auto;margin-right:-20px;}
	.groomingonecon>dl.dltop2{margin-top:80px;}
}
@media screen and (max-width:1080px){
	.groomingone{padding:60px 20px;}
	.groomingonecon>dl>dt{padding:20px 40px 20px 20px;}
	.groomingonecon>dl>dt>h2{font-size:22px;}
	.groomingonecon>dl>dt>h3{margin-top:20px;font-size:16px;}
	.groomingonecon>dl>dt>p{margin-top:10px;}
	.groomingonecon>dl>dd>figure{border-radius:60px;}
	.groomingonecon>dl.dl02{margin-top:60px;}
	.groomingonecon>dl.dl02>dt{padding:20px 20px 20px 40px;}
	.groomingonecon>dl.dltop2{margin-top:60px;}
	.groomingonecon>dl.dltop2>dt{padding:20px 20px 20px 40px;}
}
@media screen and (max-width:780px){
	.groomingonecon>dl{display:block;}
	.groomingonecon>dl>dt{padding:20px;width:100%;}
	.groomingonecon>dl>dt>h2{font-size:20px;}
	.groomingonecon>dl>dt>h3{font-size:14px;}
	.groomingonecon>dl>dd{margin-top:20px;width:100%;}
	.groomingonecon>dl>dd>figure{margin-top:0px;margin-left:0;width:100%;border-radius:40px;}
	.groomingonecon>dl.dl02>dt{padding:20px;}
	.groomingonecon>dl.dltop2>dt{padding:20px;}
}

.newsone{padding:100px 40px;}
.newsonecon>ul>li>a{padding: 20px 0;display:flex;align-items:center;justify-content:space-between;border-bottom: 1px solid #e0e0e0;color: #333;transition:.3s;}
.newsonecon>ul>li>a:hover{background:#e0e0e0e0;}
.newsonecon>ul>li:last-child>a {border-bottom: none;}
.newsonecon>ul>li>a>time{width:100px;font-size:20px;text-align:center;line-height:1.2;font-family:"Junge",cursive;}
.newsonecon>ul>li>a>time>span{display:block;letter-spacing:1px;}
.newsonecon>ul>li>a>div{width:calc(100% - 120px);color:#444;}
.newsonecon>ul>li>a>div>h3{font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.newsonecon>ul>li>a>div>p{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
@media screen and (max-width:1520px){
	.newsone{padding:80px 20px;}
	.newsonecon>ul>li>a>time{width:90px;font-size:18px;}
	.newsonecon>ul>li>a>div{width:calc(100% - 110px);}
	.newsonecon>ul>li>a>div>h3{font-size:18px;}
	.newsonecon>ul>li>a>div>p{font-size:14px;}
}
@media screen and (max-width:1080px){
	.newsone{padding:60px 20px;}
	.newsonecon>ul>li>a>time{width:80px;font-size:16px;}
	.newsonecon>ul>li>a>div{width:calc(100% - 90px);}
	.newsonecon>ul>li>a>div>h3{font-size:16px;}
}
@media screen and (max-width:780px){
	.newsonecon>ul>li>a>time{width:60px;font-size:14px;}
	.newsonecon>ul>li>a>div{width:calc(100% - 60px);}
	.newsonecon>ul>li>a>div>h3{font-size:14px;}
}


.newsingle{padding:100px 40px;}
.article-title{font-size: clamp(20px, 28px, 38px);font-weight: 800; line-height: 1.2;margin-bottom:10px;}
.article-time{display: flex;justify-content:flex-end;flex-wrap: wrap;align-items: baseline; padding: 20px 0;border-bottom: 1px solid #e0e0e0;font-family:"Junge",cursive;font-size:18px;}
.article-time>span{font-size:150%;}
.article-content {font-size: 1.125rem;line-height: 1.8; color: #1f2937;margin-top:50px;}
.article-content p {margin-bottom: 20px; text-align: justify; }
@media screen and (max-width:1520px){
	.newsingle{padding:80px 20px;}
	.article-title{margin-bottom:5px;}
	.article-time{font-size:16px;padding: 15px 0;}
	.article-content{font-size:1rem;margin-top:30px;}
}
@media screen and (max-width:1080px){
	.newsingle{padding:60px 20px;}
	.article-time{font-size:14px;padding: 10px 0;}
	.article-time>span{margin-right:5px;}
	.article-content{font-size:14px;margin-top:20px;}
	.article-content p {margin-bottom: 10px; }
}
@media screen and (max-width:780px){
	.article-title {font-size: 1.5rem; }
	.article-time{padding: 10px 0 0;line-height:1.6;}
}

.pageNav{display:flex;justify-content:center;margin-top:3em;}
.page-numbers{color:#333;margin-right:15px;}
.page-numbers:after{content:".";margin-bottom:5px;}
.page-numbers.next:after{content:"";}