@charset "UTF-8";
html{
margin: 0!important;
}
body{
	text-align:center;
	font-size:85%;
	width: 100%;
	min-width: 1024px;
}
.markers {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* ClearFix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }
/*\*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/**/

@media screen and (max-width: 767px) {
body{
	width: 100%;
	min-width: inherit;
}
}

a:focus, *:focus { outline:none; }

/*bootstrap余白調整*/
.row {
    margin-right: -10px;
    margin-left: -10px;
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
	padding:0 10px;
}

/*bootstrapリスト高さ調整(autoHeight代用)
.row-eq-height {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}*/

.fixed {
    position: fixed;
    top: 0;
    left: 0;
	z-index:9999;
    width: 100%;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}

#loading {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading img {
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

/*******************************
 
animation設定
 
*******************************/
.animeLR{
display: inline-block;
opacity: 0;
margin-left: -30px;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
transition: 1s;
}

.animeLR.is-show{
opacity: 1;
margin-left: 0;
}

.animeRL,.animeRL2{
display: inline-block;
opacity: 0;
margin-right: -30px;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
transition: 1s;
}

.animeRL.is-show,.animeRL2.is-show{
opacity: 1;
margin-right: 0;
}

/*******************************
 
CommandCss
 
*******************************/
.red      { color: #e00 !important; }
.blue     { color: #00F !important; }
.green    { color: #0F0 !important; }
.yellow   { color: #FF0 !important; }
.orange   { color: #F90 !important; }
.white    { color: #FFF !important; }
.black    { color: #000 !important; }
.gray     { color: #888 !important; }

.m0  { margin: 0    !important; }
.m5  { margin: 5px  !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.m50 { margin: 50px !important; }
.m60 { margin: 60px !important; }
.m70 { margin: 70px !important; }
.m80 { margin: 80px !important; }
.m90 { margin: 90px !important; }
.m100 { margin: 100px !important; }

.mt0  { margin-top: 0    !important; }
.mt5  { margin-top: 5px  !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.mr0  { margin-right: 0    !important; }
.mr5  { margin-right: 5px  !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }
.mr90 { margin-right: 90px !important; }
.mr100 { margin-right: 100px !important; }

.mb0  { margin-bottom: 0    !important; }
.mb5  { margin-bottom: 5px  !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.ml0  { margin-left: 0    !important; }
.ml5  { margin-left: 5px  !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }
.ml90 { margin-left: 90px !important; }
.ml100 { margin-left: 100px !important; }

.p0  { padding: 0    !important; }
.p5  { padding: 5px  !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p35 { padding: 35px !important; }
.p40 { padding: 40px !important; }
.p45 { padding: 45px !important; }
.p50 { padding: 50px !important; }
.p60 { padding: 60px !important; }
.p70 { padding: 70px !important; }
.p80 { padding: 80px !important; }
.p90 { padding: 90px !important; }
.p100 { padding: 100px !important; }

.pt0  { padding-top: 0    !important; }
.pt5  { padding-top: 5px  !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }

.pr0  { padding-right: 0    !important; }
.pr5  { padding-right: 5px  !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pr70 { padding-right: 70px !important; }
.pr80 { padding-right: 80px !important; }
.pr90 { padding-right: 90px !important; }
.pr100 { padding-right: 100px !important; }

.pb0  { padding-bottom: 0    !important; }
.pb5  { padding-bottom: 5px  !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }

.pl0  { padding-left: 0    !important; }
.pl5  { padding-left: 5px  !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }


.clearb{clear:both;}
.bnone{ border:none!important;}

.txtright{text-align:right; width:100%;}
.txtleft{text-align:left; width:100%;}
.txtcenter{text-align:center; width:100%;}
.float_r{float:right; display:inline;}
.float_l{float:left; display:inline;}
.vtop{ vertical-align:top;}

.imgover{}

#topback{
	bottom: 20px;
	right:20px;
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	display:none;
}

#topback span{
	font-size:60px;
	display:block;
	color:#666;
}
@media screen and (max-width: 767px) {
#topback{
	bottom: 70px;
	right:10px;
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	display:none;
}

#topback span{
	font-size:40px;
	display:block;
	color:#666;
}
}

/*******************************
 
baseCss
 
*******************************/
.builder{
	width:988px;
	margin:0 auto;
	text-align:left;
	position: relative;
}

#spBtn{
	display:none;
}

.pc{
	display:block;
}

.smh{
	display:none;
}


@media screen and (max-width: 767px) {
.builder{
	width:94%;
	margin: 0 3%;
	text-align:left;
}

img.smhImg{
	width:100%;
	height:auto;
}

.pc{
	display:none;
}
.smh{
	display:block;
}


}



/*******************************
 
HeadderCss
 
*******************************/
header{
	width:100%;
	padding-top: 30px;
}

header h1{
display: block;
width: 270px;
margin: 0;
margin-left: 30px;
float: left;
}

header h1 img{
width: 100%;
height: auto;
}

header .sub{
float:right;
color: #6eb450;
text-align: right;
margin-right: 30px;

}

header .sub .tel{
display: block;
}

header .sub .tel a{
color: #6eb450;
text-decoration: none;
font-size: 1.6em;
font-weight: bold;
margin-left: 3px;
}

header .sub .rest{
display: block;
}

header .sub #gnav {
padding-top: 30px;
}

header .sub #gnav a{
color: #715e50;
text-decoration: none;
font-size: 14px;
font-weight: bold;
padding: 5px 10px;
border-left:1px solid #715e50;
}

header .sub #gnav a:last-child{
border-right:1px solid #715e50;
}




@media screen and (max-width: 767px) {
header{
	width:100%;
	padding-top: 0;
}

header h1{
display: block;
width: 60%;
margin: 0 auto;
padding-top: 20px;
padding-right: 30px;
float: none;
}

header h1 img{
width: 100%;
height: auto;
}

header .sub{
float:none;
color: #6eb450;
text-align: right;
margin-right: 0;

}

header .sub .tel{
display: none;
}

header .sub .rest{
display: none;
}

header .sub #gnav {
display: none;
margin-top: 30px;
padding-top: 10px;
padding-bottom: 20px;
background: #eee;
}

header .sub #gnav a{
display: block;
text-align: center;
color: #715e50;
text-decoration: none;
font-size: 14px;
font-weight: bold;
padding: 15px 0;
border-left:0;
}

header .sub #gnav a:last-child{
border-right:0;
}


#spBtn{
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	margin-right:0;
	padding-top:0;
	z-index: 101;
	width: 40px;
}

#spBtn .sub{
	display:block; 
	white-space: nowrap;
	color: #6bab50;
	font-size:10px;
	line-height: 1em;
	margin-top: 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  display: block;
  width: 40px;
  height: 24px;
  margin-bottom: 5px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6bab50;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(24px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-24px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

}


/*******************************
 
FooterCss
 
*******************************/
#sp-btns{
display: none;
}
@media screen and (max-width: 767px) {
#sp-btns{
display: block;
position: fixed;
z-index: 50;
bottom: 0;
left: 0;
width: 100%;
background: #fff;
}
#sp-btns ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#sp-btns ul li{
flex-basis: 49.5%;
}

#sp-btns ul li a{
display: block;
background: #6bab50;
text-align: center;
padding: 15px 0;
}

#sp-btns ul li a img{
width: 65%;
height: auto;
}
}

/*******************************
 
topCss
トップページで利用するCSS
 
*******************************/

.svg-wrap1 {
  position: relative;
  width: 100%;
  height: 0%;
  padding-top: 9.1376%;
}

.svg-wrap2 {
  position: relative;
  width: 100%;
  height: 0%;
  padding-top: 4.368%;
}

.svg img{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -3px;
  left: 0;
  object-fit: cover;
}



#main-img{
clear: both;
width: 100%;
overflow-x: hidden;
background: #ffffff;
padding-top: 20px;
padding-bottom: 20px;
}

.main-cover{
position: relative;
width: 100%;
}

.main-cover .cover{
position: absolute;
top: 0;
left: 0;
}

.main-cover .cover img{
width: 100%;
height: auto;
}

/*.slickslider:after{
content: '';
display: inline-block;
background-image: url(../../images/main_cover.png);
background-repeat: no-repeat;
background-size: cover;
width: 988px;
height: 592px;
position: absolute;
top: 0;
left: 0;
}*/

.slickslider img{
width: 100%;
height: auto;
}

.central-txt{
width: 630px;
margin: 0 auto 30px;
}

.central-txt h2.title{
display: block;
text-align: center;
font-size: 28px;
font-weight: bold;
color:#6eb450;
padding: 10px 0;
}

.central-txt p{
font-size: 16px;
line-height: 1.6em;
}

#shops{
background: #f5f0e4;
padding-top: 15px;
padding-bottom: 5px;
}

#shops .builder{
width:  940px;
}

#shops h3{
display: block;
color: #6eb450;
font-size: 22px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}

#shops h3 img{
width: 47px;
height: auto;
margin-right: 10px;
margin-left: -47px;
}

#shops .content{
padding: 15px 20px;
min-height: 130px;
background: #fff;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
}

#shops .content p{
text-align: center;
}

#shops .content .read{
color: #6eb450;
display: block;
text-align:center;
}
#shops .content img{
width: 100%;
height: auto;
}

#shops .content table{
width: 100%;
margin-bottom: 10px;
}

#shops .content table tr{
border-bottom: 1px solid #6eb450;
}

#shops .content table tr th{
padding: 10px 5px;
white-space: nowrap;
max-width: 100px;
}

#shops .content table tr td{
padding: 10px 5px;
color: #6eb450;
}
#shops .options{
padding-top: 20px;
margin-bottom: 20px;
}
#shops .options li{
margin-bottom: 5px;
}
#shops .options li span{
color: #6eb450;
}

.flex-half{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.flex-half .item{
flex-basis: 49%;
}

#space{
position: relative;
background: #edf4e6;
}

#space .builder{
width: 940px;
}

#space .main-col{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items:center;
}

#space .main-col .item{
flex-basis: 55%;
margin-top: -100px;
}
#space .main-col .item:nth-of-type(2){
flex-basis: 45%;
}
#space .main-col .item img{
width: 100%;
height: auto;
}

#space .main-col .item .title{
display: block;
text-align: center;
font-size: 28px;
color: #6eb450;
font-weight: bold;
margin-bottom: 20px; 
}

#space .space-list ul{
padding-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#space .space-list ul li{
flex-basis: 47%;
margin-bottom: 30px;
line-height: 1.8em;
}

#space .space-list ul li .title{
display: block;
text-align: center;
color: #6eb450;
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
}


.link-btn{
text-align: center;
margin-bottom: 50px;
}

.link-btn a{
position: relative;
padding: 20px 100px;
-webkit-border-radius: 50px;
-moz-border-radius:50px;
border-radius:50px;
font-size: 22px;
color: #6eb450;
background: #e6dc28;
border: 3px solid #e6dc28;
text-decoration: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;

}

.link-btn a:after{
position: absolute;
top: 50%;
right: 20px;
content: "";
background-image: url(../../images/arrow.png);
background-repeat: no-repeat;
background-size: contain;
width: 35px;
height: 35px;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
}

.link-btn a:hover{
border: 3px solid #6eb450;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
 

#order{
position: relative;
z-index: 1;
background: #6cad50;
}

#order .main-col{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items:center;
}

#order .main-col .item{
flex-basis: 47%;
margin-top: -70px;
color: #fff;

}
#order .main-col .item:nth-of-type(2){
flex-basis: 45%;
margin-top: 0;
}
#order .main-col .item img{
width: 100%;
height: auto;
}
#order .main-col .item p{
font-size: 18px;
font-weight: bold;}

#order .order-list ul{
padding-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#order .order-list ul li{
flex-basis: 47%;
margin-bottom: 30px;
color: #fff;
line-height: 1.8em;
}


#order .order-list ul li .title{
display: block;
text-align: center;
color: #e6dc28;
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
}

#access{
position: relative;
background: #f5f0e4;
}

#access .builder{
width: 900px;
}

#access .access-col{
padding-top: 30px;
padding-bottom: 30px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items:center;
flex-direction: row-reverse;
}

#access .access-col .item{
flex-basis: 47%;
text-align: center;
}

#access .access-col .item iframe{
width: 100%;
}
#access .access-col .item img{
width: 100%;
height: auto;
}

#access .access-col .item .txt{
display: block;
font-size: 20px;
color: #6eb450;
padding-top: 20px;
}
#access .access-col .item .tel{
display: block;
color: #6eb450;
}
#access .access-col .item .tel a{
font-size: 1.8em;
font-weight: bold;
color: #6eb450;
text-decoration: none;
}

#access .access-col .item .address{
color: #6eb450;
}

address{
padding: 20px 0;
display: block;
background: #f5f0e4;
color: #000;
}


@media screen and (max-width: 767px) {
.main-cover{
position: relative;
width: 100%;
margin: 5% 0;
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

.main-cover .cover img{
width: 100%;
height: auto;
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

.central-txt{
width: 100%;
margin: 0 auto 30px;
}

.central-txt h2.title{
display: block;
text-align: center;
font-size: 18px;
line-height: 1.6em;
font-weight: bold;
color:#6eb450;
padding: 10px 0;
}

.central-txt p{
font-size: 13px;
line-height: 1.6em;
}

#shops{
background: #f5f0e4;
padding-top: 15px;
}

#shops .builder{
	width:94%;
	margin: 0 3%;
	text-align:left;
}

#shops .content{
padding: 15px 20px;
min-height: inherit;
background: #fff;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
}

#shops .content p{
text-align: center;
}

#shops .content .read{
color: #6eb450;
display: block;
text-align:center;
margin-bottom: 15px;
}

#shops .content img{
width: 100%;
height: auto;
}

#shops .content table{
width: 100%;
margin-bottom: 10px;
}

#shops .content table tr{
border-bottom: 1px solid #6eb450;
}

#shops .content table tr th{
padding: 5px;
white-space: nowrap;
max-width: 100px;
}

#shops .content table tr td{
padding: 3px;
color: #6eb450;
}
#shops .options{
padding-top: 20px;
margin-bottom: 20px;
}
#shops .options li{
margin-bottom: 5px;
line-height: 1.6em;
}
#shops .options li span{
color: #6eb450;
}

.flex-half{
display:block;
}

.flex-half .item{
flex-basis: 49%;
margin-bottom: 20px;
}



#space{
position: relative;
background: #edf4e6;
}

#space .builder{
	width:94%;
	margin: 0 3%;
	text-align:left;
}

#space .main-col{
position: relative;
display: block;
}

#space .main-col .item{
flex-basis: 55%;
margin-top: -10px;
line-height: 1.6em;
}
#space .main-col .item:nth-of-type(2){
flex-basis: 45%;
margin-top: 0;
}
#space .main-col .item img{
width: 100%;
height: auto;
}

#space .main-col .item .title{
display: block;
text-align: center;
font-size: 18px;
line-height: 1.6em;
color: #6eb450;
font-weight: bold;
padding-top: 10px;
margin-bottom: 10px; 
}

#space .space-list ul{
padding-top: 30px;
display:block;
}

#space .space-list ul li{
flex-basis: 47%;
margin-bottom: 30px;
line-height: 1.8em;
}

#space .space-list ul li .title{
display: block;
text-align: center;
color: #6eb450;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}


.link-btn{
text-align: center;
margin-bottom: 50px;
}

.link-btn a{
display: block;
position: relative;
padding: 20px 20px;
-webkit-border-radius: 50px;
-moz-border-radius:50px;
border-radius:50px;
font-size: 16px;
text-decoration: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.link-btn a:after{
position: absolute;
top: 50%;
right: 20px;
content: "";
background-image: url(../../images/arrow.png);
background-repeat: no-repeat;
background-size: contain;
width: 20px;
height: 20px;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
}

.link-btn a:hover{
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
 

#order{
position: relative;
z-index: 1;
background: #6cad50;
}

#order .main-col{
position: relative;
display: block;
}

#order .main-col .item{
flex-basis: 47%;
margin-top: 0px;
color: #fff;
}

#order .main-col .item:nth-of-type(2){
flex-basis: 45%;
margin-top: 15px;
line-height: 1.6em;
}

#order .main-col .item img{
width: 100%;
height: auto;
margin-top: -35px;
}

#order .order-list ul{
padding-top: 30px;
display: block;
}

#order .order-list ul li{
flex-basis: 47%;
margin-bottom: 30px;
color: #fff;
line-height: 1.8em;
}


#order .order-list ul li .title{
display: block;
text-align: center;
color: #e6dc28;
font-size: 18px;
line-height: 1.6em;
font-weight: bold;
margin-bottom: 10px;
}

#access{
position: relative;
background: #f5f0e4;
}

#access .builder{
	width:100%;
	margin: 0;
	text-align:left;
}

#access .access-col{
padding-top: 30px;
padding-bottom: 0px;
position: relative;
display:block;
}

#access .access-col .item{
flex-basis: 47%;
text-align: center;
}
#access .access-col .item:nth-of-type(1){
padding: 0 40px 30px;
}
#access .access-col .item:nth-of-type(2){
font-size: 18px;
font-weight: bold;
}

#access .access-col .item iframe{
width: 100%;
margin-top: 5px;
}
#access .access-col .item img{
width: 100%;
height: auto;
}
#access .access-col .item:nth-of-type(2) img{
width: 70%;
height: auto;
margin-top: 30px;
}

#access .access-col .item .txt{
display: block;
font-size: 20px;
color: #6eb450;
padding-top: 20px;
}
#access .access-col .item .tel{
display: block;
color: #6eb450;
}
#access .access-col .item .tel a{
font-size: 1.8em;
font-weight: bold;
color: #6eb450;
text-decoration: none;
}

#access .access-col .item .address{
color: #6eb450;
}

address{
padding: 10px 0 80px;
display: block;
background: #f5f0e4;
color: #000;
}

}

/******************************

faqページ

******************************/

#therapy{
}

#therapy .bg{
background: #e9f4e4;
padding-bottom: 5px;

}

#therapy h2.main-tit{
position: relative;
display: block;
font-size: 28px;
font-weight: bold;
color:#6eb450;
text-align: center;
}

#therapy h2.main-tit span{
position: relative;
display: block;
margin-top: -40px;
}

#therapy fig img{
width: 90%;
height: auto;
margin: 0 5%;
}

#therapy ol li{
color: #6eb450;
}

#therapy .ol-wrap{
padding: 30px 0;
font-size: 16px;
line-height: 1.8em;
}
#therapy-main{
width: 850px;
margin: 0 auto;
padding-top: 50px;
background-image: url(../../therapy/images/therapy_man.png);
background-repeat: no-repeat;
background-size: 400px;
text-align: right;
min-height: 670px;
}

#therapy-main img{
width: 400px;
height: auto;
}

#therapy-main .detail{
width: 550px;
margin-top: 50px;
display: inline-block;
}

#therapy-main .detail p.title{
text-align: left;
border-bottom: 2px solid #6eb450;
color: #6eb450;
font-size: 18px;
margin-bottom: 15px;
}
#therapy-main .detail ul {
text-align: left;
}
#therapy-main .detail ul li{
text-align: left;
color: #6eb450;
font-size: 18px;
}

@media screen and (max-width: 767px){

#therapy h2.main-tit{
background: #e9f4e4;
font-size: 21px;
}
#therapy h2.main-tit span{
position: relative;
display: block;
margin-top: 0px;
}

#therapy .ol-wrap{
padding: 30px 0;
font-size: 13px;
line-height: 1.8em;
}
#therapy-main{
width: 100%;
margin: 0;
padding-top: 30px;
background-image: none;
text-align: right;
min-height: auto;
}

#therapy-main img{
width: 100%;
height: auto;
}

#therapy-main .detail{
width: 100%;
margin-top: 10px;
display: inline-block;
}

#therapy-main .detail p.title{
text-align: left;
border-bottom: 2px solid #6eb450;
color: #6eb450;
font-size: 18px;
margin-bottom: 15px;
}
#therapy-main .detail ul {
text-align: left;
margin-bottom: 40px;
}
#therapy-main .detail ul li{
display: inline-block;
margin-right: 10px;
text-align: left;
color: #6eb450;
font-size: 14px;
}

}
/******************************

faqページ

******************************/


#faq{
background:#edf4e6;
padding-bottom: 30px;
}

#faq .builder h2{
display: block;
text-align: center;
}
#faq .builder h2 img{
margin-top: -50px;
width: 400px;
height: auto;
}

#faq h3{
display: block;
font-size: 28px;
padding-top: 30px;
line-height: 1.6em;
color: #6eb450;
text-align: center;
margin-bottom: 25px;
}

#faq .faq-col{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-bottom: 30px;
height: 100%;
}

#faq .faq-col .item{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-basis: 35%;
background: #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
line-height: 1.8em;
}

#faq .faq-col .item:nth-of-type(2){
flex-basis: 62%;
background: none;
}

#faq .faq-col .item:nth-of-type(1) p{
padding:10px 20px;
color: #6eb450;
font-weight: bold;
line-height: 1.4em;
}


@media screen and (max-width: 767px){

#faq .builder h2 img{
margin-top: -10px;;
width: 75%;
height: auto;
}

#faq h3{
display: block;
font-size: 22px;
padding-top: 30px;
line-height: 1.6em;
color: #6eb450;
text-align: center;
margin-bottom: 25px;
}

#faq .faq-col{
display: block;
margin-bottom: 30px;
}

#faq .faq-col .item{
display: block;
padding: 10px;
background: #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
line-height: 1.8em;
margin-bottom: 5px;
}

#faq .faq-col .item:nth-of-type(2){
flex-basis: 62%;
background: none;
}

#faq .faq-col .item:nth-of-type(1) p{
padding:0 20px;
color: #6eb450;
}


}



.corona{
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 25px;
margin-top: 30px;
margin-left: 150px;
margin-right: 150px;
margin-bottom: 50px;

}

.corona span.title{
display: block;
text-align: center;
color: #6eb450;
font-size: 21px;
font-weight: bold;
margin-bottom: 10px;
}

.corona p{
line-height: 1.6em;
}

@media screen and (max-width: 767px){

.corona{
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 25px;
margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 50px;

}
}

/*voice追加2212*/

#voice{
background: #e9f4e5;
}

#voice.none{
background: none;
}

#voice p.main{
padding-top: 30px;
}

#voice p.main img{
width: 100%;
height: auto;
}

#voice p.title{
padding: 30px 0 50px;
text-align: center;
color:#6eb450;
font-size: 28px;
font-weight: bold;
}

#voice .top_voice_list{
padding-bottom: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#voice .top_voice_list li{
flex-basis: 47%;
margin-right: 6%;
margin-bottom: 40px;
background: #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

#voice .top_voice_list li:nth-child(2n){
margin-right: 0;
}

#voice .top_voice_list li span{
display: block;
padding: 40px 30px;
font-size: 16px;
line-height: 1.8em;
}


#gift{
background: #6cad50;
}

#gift p.title{
padding: 40px 0;
text-align: center;
font-size: 28px;
font-weight: bold;
color:#e6dc28;
}

#gift .giftwrap{
background-image: url(../../images/gift_border.png);
background-repeat: repeat-x;
background-position: left top;
margin-bottom: 30px;
}

#gift .giftwrap .inner{
padding: 60px 100px;
}

#gift .giftwrap .inner img{
width: 100%;
height: auto;
}

#gift .giftwrap .inner p{
padding-top: 40px;
font-size: 16px;
line-height: 1.8em;
color: #fff;
}

#gift .newswrap{
background-image: url(../../images/gift_border.png);
background-repeat: repeat-x;
background-position: left top;
margin-bottom: 60px;
}

#gift .newswrap .inner{
padding: 60px 100px 20px;
background-image: url(../../images/gift_border.png);
background-repeat: repeat-x;
background-position: left bottom;
}

#gift .newswrap .inner p{
font-size: 16px;
line-height: 1.8em;
color: #fff;
margin-bottom: 40px;
}

#gift .newswrap .inner p.caption{
font-size: 13px;
}

@media screen and (max-width: 767px){

#voice p.main{
padding-top: 20px;
}

#voice p.title{
padding: 30px 0;
font-size: 16px;
}

#voice .top_voice_list{
padding-bottom: 40px;
display:block;
}

#voice .top_voice_list li{
margin-right: 0;
margin-bottom: 20px;
}


#voice .top_voice_list li span{
padding: 20px;
font-size: 14px;
}

#gift p.title{
padding: 20px 0;
font-size: 18px;
}

#gift .giftwrap{
background-image: url(../../images/gift_border.png);
background-repeat: repeat-x;
background-position: left top;
margin-bottom: 0;
}

#gift .giftwrap .inner{
padding: 30px 0;
}

#gift .giftwrap .inner p{
padding-top: 20px;
font-size: 14px;
}


#gift .newswrap{
background-image: url(../../images/gift_border.png);
background-repeat: repeat-x;
background-position: left top;
margin-bottom: 60px;
}

#gift .newswrap .inner{
padding: 30px 0 10px;
}

#gift .newswrap .inner p{
font-size: 14px;
line-height: 1.8em;
color: #fff;
margin-bottom: 20px;
}

#gift .newswrap .inner p.caption{
font-size: 12px;
}


}





#voice .bg{
background: #e9f4e4;
padding-bottom: 5px;

}

#voice h2.main-tit{
position: relative;
display: block;
font-size: 28px;
font-weight: bold;
color:#6eb450;
text-align: center;
}

#voice h2.main-tit span{
position: relative;
display: block;
margin-top: -40px;
}

#voice p.read{
padding: 60px 0 60px;
font-size: 16px;
line-height: 1.8em;
max-width: 700px;
margin: 0 auto;
}

#voice .voice_list{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#voice .voice_list li{
position: relative;
flex-basis: 47%;
margin-right: 6%;
margin-bottom: 80px;
}

#voice .voice_list li:nth-child(2n){
margin-right: 0;
}

#voice .voice_list li a img{
width: 60%;
height: auto;
margin: 0 20% 60px;
opacity: 1;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#voice .voice_list li a:hover img{
opacity: 0.7;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

#voice .voice_list li span.comment{
display: block;
position: relative;
background: #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

#voice .voice_list li span.comment:before{
content: "";
position: absolute;
top: -40px;
left: calc(50% - 40px);
z-index: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 40px 60px 40px;
border-color: transparent transparent #ffffff transparent;
}

#voice .voice_list li span.comment span{
display: block;
position: relative;
z-index: 1;
font-size: 16px;
line-height: 1.8em;
padding: 40px 30px;
}

@media screen and (max-width: 767px){
#voice h2.main-tit{
background: #e9f4e4;
font-size: 21px;
}
#voice h2.main-tit span{
position: relative;
display: block;
margin-top: 0px;
}

#voice p.read{
padding: 10px 0 40px;
font-size: 14px;
}

#voice .voice_list{
display: block;
}

#voice .voice_list li{
margin-right: 0;
margin-bottom: 60px;
}


#voice .voice_list li a img{
width: 60%;
height: auto;
margin: 0 20% 30px;
}

#voice .voice_list li span.comment:before{
content: "";
position: absolute;
top: -20px;
left: calc(50% - 20px);
z-index: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 30px 20px;
border-color: transparent transparent #ffffff transparent;
}

#voice .voice_list li span.comment span{
display: block;
position: relative;
z-index: 1;
font-size: 14px;
line-height: 1.8em;
padding: 20px 30px;
}
}

#boxer .boxer-control.next{
right: 3px!important;
}

#boxer .boxer-control.previous{
left: 3px!important;
}