/*共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
} 
.title{
	font-weight: bold;
	font-size: 170%;
	position: relative;
	letter-spacing: .3rem;
	margin-bottom: 20px;
	line-height: 1.5;
}

.cp-txt{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
.list-img{
	margin-bottom: 15px;
}

.col2-ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col2-ul > li{
	width: 47%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 30px;
	margin-left: 1.5%;
}
/*.col2-ul > li{
    width: 47.5%;
	margin-right: 5%;
	float: left;
	margin-bottom: 30px;
}*/
/*.col2-ul > li:nth-child(2n) {
    margin-right: 0%;
}*/
.col3-ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col3-ul > li{
    margin-bottom: 40px;
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.col3-ul > li .cp-txt{
	/*font-size: 1rem;*/
}
.col3-ul > li:nth-child(3n) {
    margin-right: 0%;
}
.col4-ul {
	
}
.col4-ul > li{
    margin-bottom: 20px;
    width: calc(94% / 4);
    float: left;
    margin-right: 2%;
    
}
.col4-ul > li:nth-child(4n) {
    margin-right: 0%;
}

.l-left{
	margin: 0 2%;
	width: 46%;
	float: left;
}
.l-right{
	margin: 0 2%;
	width: 46%;
	float: right;
}
.full-width img {
	width: 100%;
}

.flex-center{
	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;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	justify-content: center;
	
	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;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	justify-content: center;
}
/*ボタン共通*/
.btn{
	display: block;
	text-align: center;
	padding: 20px;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px auto;
	line-height: 1;
	-webkit-transition: all .5s;
	transition: all .3s;
	color: #FFFFFF;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	max-width: 500px;
	min-width: 300px;
	background-color: #FE8529;
	width: 70%;
	font-size: 110%;
}
.btn-s{
    width: 75%;
	min-width: 100px;
	padding: 10px;
	border-radius: 20px;
}
.btn span{
 	/*position: relative;
	padding-left: 25px;*/
}
/*.btn span:before {
	padding: 2px 2px;
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 20%;
	left: -0px;
}*/

.btn img{
	margin-right: 8px;
	width: 20px;
	position: absolute;
	left: -23px;
	bottom: -3px;
}
.btn-in{
	position: relative;
	display: inline-block;
	padding-left: 5%;
}


.font-black{
	color: #000;
} 
.font-white{
	color: #fff;		
} 
.font-red{
	color: #D73A31;
}
.font-blue{
	color: #41b4df;		
} 
.font-gray{
	color: #a5a7a6;		
}
.font-lgray{
	color: #ededed;		
}
.font-orange{
	color: #FE8529;
}
.bg-white{
	background-color: #fff;		
} 
.bg-brown{
	background-color: #4d362e;		
}
.bg-orange{
	background-color: #FE8529;
} 
.bg-green{
	background-color: #92b74c;		
}
.bg-gray{
	background-color: #a5a7a6;		
}
.bg-lgray{
	background-color: #e7e3e6;		
}
.bg-lblue{
	background-color: #e4f1ff;
}

.roundimg img {
    border-radius: 10px;
}
.lh0{
	line-height: 0;  	
} 
.contents{
	padding: 60px 0%;
	margin: 50px 0px;
} 
.lh-wide{
	line-height: 2;
}

.relative{
	position: relative;
} 
.tate{
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block; 
}
.padding-box{
  padding: 80px 5%;  
}
.padding-block{
	padding-top: 80px;
	padding-bottom: 80px;
}
.block{
	margin-top: 60px;
	margin-bottom: 100px;
}
.nallow-block{
	margin: 60px auto;
	width: 90%;
	max-width: 600px;
}
.block-mtwide{
	margin-top: 100px;
	margin-bottom: 100px;	
}
.block-mbwide{
	margin-bottom: 150px;
}

.last-article{
  margin-bottom: 150px;  
}
.first-article{
padding-top: 80px;

}
.scale11 img {
		transition: all .3s;
}
.scale11:hover img {
		-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
    transform: scale(1.1);
	transition: all .3s;
	
}
.op1:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
}
/*.op1:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}*/
.l-txt{
	margin-right: 3%;
	width: 60%;
	
	float: left;
}
.r-img{
	float: right;
	width: 35%;
}
.r-txt{
	margin-left: 3%;
	width: 45%;
		float: right;
}
.l-img{
	float: left;
	width: 50%;
}
/*サブページ＿＿＿＿＿＿＿＿＿共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/


.indent{
padding-left:1em;
text-indent:-1em;
}

.bold{
	font-weight: bold;
}

.ls-wide{
    letter-spacing: 0.4rem;
	text-indent: 0.4rem;
}



.ofhidden{
	overflow: hidden;		
} 

.center-txt{
	width: 90%;
	max-width: 600px;
	/*text-align: center;*/
	margin-left: auto;
	margin-right: auto;
}
.sentence{
	margin-bottom: 30px;
}


.hover1{
    transition: all .3s;
}
.hover1:hover{
	transition: all .3s;
	background-color: #41b4df;
	color: #fff;
} 


/*header＿＿＿＿＿＿＿＿＿*/

#head-wrap{
	width: 100%;
	position: relative;
	margin: 5px auto 10px;
	text-align: left;
	padding: 5px 0%;
	max-width: 1100px;	
	
}
.header-logo{
	float: left;
	width: 25%;
	padding-left: 1%;
	margin-right: 2%;
}
.header-r{
	float: right;
	width: 73%;
}
.header-shoplist {
	margin-top: 5px;
}
.header-shoplist li{
	display: inline-block;
	margin-right: 15px;
	line-height: 1;
	margin-bottom: 2px;
	letter-spacing: -0.5px;
}
.header-shopname{
	font-weight: bold;
	padding: 5px;
	margin-right: 5px;
}
.header-shoptel{
	display: inline-block;
	font-size: 90%;
	letter-spacing: 1px;
}
.header-shoptel a{
	font-size: 140%;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
}



#gloval-nav{
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}
.gloval-navlist{
	width: 100%;
	/*max-width: 1200px;*/
	margin: 12px auto auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	line-height: 1.3;
	
	display: table;
	table-layout: fixed;
	/*margin-bottom: 8px;*/
	
}
.gloval-navlist li {
	/*display: inline-block;*/
	margin: 0;
	font-weight: bolder;
	width: calc(100% / 5);
	letter-spacing: -0.5px;
	display: table-cell;
	vertical-align: middle;
	font-size: 105%;	
	}
.gloval-navlist .sp {
	display: none;
}
.gloval-navlist li a {
	display: block;
	padding: 13px 5px;
	transition: all .3s;
}

/*.gloval-navlist  .now{
	color: #fff;
	background-color: #41B4DF;
}*/
.gloval-navlist li a span {
	position: relative;
}
.gloval-navlist li a span:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: -15px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #FE8529;
	position: absolute;
	display: block;
}
.gloval-navlist li a:hover span:before {
	width: 50%;
	border-bottom: 3px solid #fe8529;
}
.gloval-navlist li a span:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: -15px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #FE8529;
	position: absolute;
	display: block;
}
.gloval-navlist li a:hover span:after {
	width: 50%;
	border-bottom: 3px solid #FE8529;
}


/*footer＿＿＿＿＿＿＿＿＿＿＿*/
.footer{
	padding-top: 50px;
	margin-top: 0px;
	padding-bottom: 100px;
	text-align: center;
	background-color: #2B3537;
	color: #FFFFFF;
} 

.footer-company{
	margin: auto auto 10px;
	line-height: 1;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}
.footer-company li{
	
}

.footer a{
    color:#fff;
}
.footer-logo{
	width: 20%;
    margin-top: 10px;
	margin-left: 2%;
	margin-right: 4%;
}
.footer-shop{
	width: 33%;
	text-align: left;
	margin-left: 2%;
	margin-right: 2%;
}
.footer-shop p{
	margin-bottom: 10px;	
}
.footer-shopname{
    font-weight: bold;
	padding: 5px;
	background-color: #FE8529;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 120%;
}
.footer-address{

	margin: auto auto 10px;
}
.footer-tel{
	font-size: 180%;
	white-space: nowrap;
}
.footer-y{
	color: #FE8529;
	padding: 5px;
	display: inline-block;
	border: 1px solid #FE8529;
	margin-left: 10px;
	font-size: 90%;
}
.footer-resevebtn{
	/*background-color: #47cb93;*/
	background-color: #FE8529;
	padding: 10px;
	min-width: 180px!important;
	margin-top: 15px;
	margin-left: 25px;
	max-width: 250px!important;
	width: 60%;
	line-height: 1;
}
.footer-copyright {
	font-size: 80%;
	margin-top: 20px;
	text-align: center;
}
.footnav{
	margin-top: 20px;
	display: table;
	table-layout: fixed;
	width: 92%;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
}
.footnav li{
	display: table-cell;
	vertical-align: middle;
	width: 20%;
}
.footnav li a{
	padding: 10px 5px;
	display: block;	
}



/*トップページ＿＿＿＿＿＿＿＿＿＿*/
#slider {
    width: 100%;
	overflow: hidden;
	
}
.slider1{
    /*background-color: black;*/
}
.slider1 li img {
    width: 100%;
	/*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
	
	/*opacity: 0.4;*/
}
.top-copy{
	font-size: 220%;
	line-height: 1.4
}
.top-copy p{
	padding: 15px;
	line-height: 1;
}
.top-slide{
	position: relative;
}
.top-slide-p{
	color: #FFFFFF;
	position: absolute;
	bottom: 50%;
	left: 0%;
	right: 0px;
	font-size: 200%;
	line-height: 1;
	text-align: center;
	opacity: 0.7;
}
.top-slide-p span{
	font-size: 120%;
}
#top-ba{
	background-image: url(../img/top-ba-bg.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    margin-bottom:3%;
}
.top-ba-l{
	float: left;
	width: 50%;
	padding-left: 5%;
	padding-right: 0;
}
.top-ba-l img{
	/*margin-right: 10%;
	margin-left: auto;
	*/
    width: 85%;
	
}
.top-ba-r{
	float: right;
	width: 50%;
	padding-left: 0;
	padding-right: 5%;
}
.top-ba img{
	margin-top: 10px;
    width: 85%;
}
/*.top-copy1-title{
	font-size: 160%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	position: relative;
}
.top-copy1-title::before{
	content: "";
	display: inline-block;
	width: 68px;
	height: 68px;
	background-image: url(../img/top-copy1-b.png);
	background-repeat: no-repeat;
	margin-right: 12px;
	background-position: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	left: -80px;
	bottom: -20px;
}
.top-copy1-title span{
	font-size: 130%;
}*/
.top-copy1-txt{
	font-size: 3.4rem;
	font-weight: bold;
	}
	
.top-copy2-title {
	font-size: 3.4rem;
	letter-spacing: 4px;
	margin-bottom: 5%;
    font-weight: bold;
}

#top-copy2 .ta{
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 4%;
}

.top-miss-list{
	margin: 40px auto;
	font-weight: bold;
	text-align: left;
	width: 90%;
	max-width: 600px;
}
.top-miss-list li{
	font-size: 110%;
	position: relative;
	margin-bottom: 10px;
}
.top-miss-list li::before{
	content: "";
	display: inline-block;
	width: 23px;
	height: 21px;
	background-image: url(../img/top-list-icon.gif);
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 12px;
	background-position: 100% 50%;
	background-size: 100% 100%;
}

.top-copy2-misstxt{
	font-size: 130%;
	font-weight: bold;
}
.top-copy-more {
	line-height: 1;
}
.top-copy-more span{
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1;
	font-size: 130%;
}
.top-copy-more span::before{
	content: "";
	position: absolute;
	bottom: 40%;
	right: -35px;
	width: 13px;
	height: 13px;
	border: 1px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-color:   transparent #fff #fff transparent;
}
.top-copy-openarea{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	margin-top: 100px;
	margin-bottom: 160px;
}
/*アコーディオン＿＿＿＿＿＿＿＿＿＿＿＿*/
.accordion dl {
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 4%;
	padding-right: 4%;
	
} 
.accordion dt{
	background: #fff;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	padding: 15px 50px;
	background-color: #FE8529;
	line-height: 1;
	height: 50px;
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .1s;
	box-sizing: border-box;
}
.accordion_icon {
	position: absolute;
	width: 15px;
	height: 15px;
	top:-20px;
	right:15px;
	float: right;
	position: relative;
}
.accordion_icon span {
	position: absolute;
	width: 100%;
	height: 10px;
	
}
.accordion_icon.active span{
   
}

 .accordion dd {
	display: none;
	padding-top: 040px;
	line-height: 2;
	text-align: left;
	padding-bottom: 50px;
}









.top-points{
	border: 2px solid #D73A31;
	padding: 60px 4%;
	text-align: center;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;	
}
.top-points h2{
	font-size: 150%;
	font-weight: bold;
 }
.top-points h2 span{
	font-size: 130%;
}
.top-points-box{
	margin-top: 60px;
	
	position: relative;
	text-align: left;
}
.top-points-num{
	position: absolute;
	left: -65px;
	line-height: 1;
	padding: 5px 10px 5px 25px;
	background-color: #D73A31;
}
.top-points-box h3{
	margin-bottom: 15px;	
	font-size: 120%;
	line-height: 1.3;
	font-weight: bold;
    position: relative;
}
.top-points-box h3:before{
    content:"●";
}
.top-points-box p{
	line-height: 2;
}	
.top-points-boxl{
	float: left;
	width: 70%;
}
.top-points-boxr{
	float: right;
	width: 27%;
	margin-left: 3%;	
}
#top-blog{
	background-image: url(../img/top-blog-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
#top-blog h2{
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: 3px;
}
.top-blog{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	text-align: left;
}
.top-blog-box{
	background-color: #FFFFFF;
	padding: 12px 3%;
	
}
.top-blog-date{
	margin-top: 15px;
}
.top-blog-more{
	font-size: 20px;
	letter-spacing: 3px;
	padding: 20px 30px;
	position: relative;
    display: block;
    max-width: 500px;
    width: 85%;
    color:#fff;
    background: #FE8529;
    margin: 10px auto 0;
    font-weight: 600;
}
.top-blog-more::before{
    content: "";
        position: absolute;
        right: 15px;
        top: calc( 50% - 7px );
        width: 14px;
        height: 14px;
        border: 2px solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-color: #fff #fff transparent transparent;
}
.top-blog-favor {
	
	height: 20px;
	margin-bottom: 20px;
}
.top-blog-favor span{
	border-left: 2px solid #FE8529;
	padding-left: 10px;	
}

.top-blog-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 200px;   /*padding-top: 65%;*/
   
}
.top-blog-img img {

    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    /*max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
object-fit: cover;
}




.top-trial{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.top-trial img{
	display: inline-block;
	
}
.top-trial img:first-child{
	float: left;	
	width: 43%;
}
.top-trial img:last-child{
	float: right;
	width: 57%;
}
#top-contact{
	background-color: #47cb93;
	padding-top: 60px;
	padding-bottom: 30px;
}
.top-contact h2{
	font-size: 130%;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5;
}
.top-contact-box{
	padding: 30px 3%;
	text-align: left;
	line-height: 1;
}
.top-contact-shopname{
	font-weight: bold;
	font-size: 160%;

}
.top-contact-y{
	font-size: 100%;
	color: #FE8529;
	border: 1px solid #FE8529;
	padding: 2px 7px;
	margin-left: 15px;
	font-weight: bold;
}
.top-contact-shop{
	margin-bottom: 15px;
}
.top-contact-tel{
	font-size: 140%;
	margin-bottom: 15px;
}
.top-contact-tel2 {
	font-size: 150%;
	margin-left: 10px;
	white-space: nowrap;
}
.top-contact-time{
	margin-bottom: 20px;
	font-weight: bold;
}

.top-sns{
	margin-bottom: 50px;
	
	-webkit-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.line-btn{
	margin-top: 20px;
	background-color: #00B900;
}
.p-link{
	text-decoration: underline;
	font-weight: bolder;
	color: #D73A31;	
}

.top-bnrs{
	-webkit-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/*お客様の声＿＿＿＿＿＿＿*/
#voice{
	background-color: #F4F2F4;
	padding-top: 80px;
	padding-bottom: 160px;
}
.voice{
	background-color: #FFFFFF;
	padding: 40px 5%;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.23);
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.voice h2{
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 30px;
}

.voice-titlearea .btn{
	max-width: 400px;
	padding: 12px;
	margin-bottom: 20px;
}
.voice-titlearea{
	padding: 20px 0% 40px;
	border-bottom: 1px solid #e7e3e6;
	margin-bottom: 80px;
}
.voice-box{
	margin-bottom: 80px;
	text-align: left;
}
.voice-box-l{
	float: left;
	width: 5%;
	margin-right: 2%;	
}
.voice-box-r{
	float: right;
	width: 93%;
	
	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;
	
}
.voice-icon{
	max-width: 50px;	
}
.voice-user{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
.voice-txt{
	padding-left: 7%;
}

.voice-star{
	line-height: 1;
}
.star-rating {
	position: relative;
	display: inline-block;
	font-size: 25px;
	margin-bottom: 15px;
}
.star-rating .star-rating-item{
  position:absolute;
  overflow: hidden;
}
.star-rating .star-rating-item:before{
	content: "★★★★★";
	color: #FE8529;
}
.star-rating:after {
  content:"★★★★★";
  color: #ccc;
}

.star-rating-0 {
  width:0%;
}
.star-rating-10 {
  width:10%;
}
.star-rating-20 {
  width:20%;
}
.star-rating-30 {
  width:30%;
}
.star-rating-40 {
  width:40%;
}
.star-rating-50 {
  width:50%;
}
.star-rating-60 {
  width:60%;
}
.star-rating-70 {
  width:70%;
}
.star-rating-80 {
  width:80%;
}
.star-rating-90 {
  width:90%;
}

.star-rating-100 {
  width:100%;
}










/*ブログ＿＿＿＿＿＿＿＿＿*/
.diet{
	margin-bottom: 60px;
}
.blog-list{
	width: 100%;
	padding: 20px 3%;
	
}
.blog-type{
	font-size: 140%;
	border-bottom: 1px solid #D73A31;
	margin-bottom: 30px;
}
.blog-sec{
	margin-bottom: 20px;
	line-height: 1.3;
	width: 90%;
	font-size: 110%;
	margin-left: auto;
	margin-right: auto;
}
.blog-sec a{
	padding: 3px ;
	overflow: hidden;
	/*display: block;*/
}
.blog-sec a:hover .blog-date{
	background-color: #D73A31;
	opacity: 1;
}
.blog-sec a:hover .blog-title{
	color: #D73A31;	
	opacity: 1;
}
.blog-date{
	/*width: 160px;*/
	float: left;
	/*min-width: 140px;*/
	margin-right: 20px;
	color: #FFFFFF;
	background-color: #6e6e6e;
	text-align: center;
	padding: 3px 15px;
	display: inline-block;
}
.blog-title{
	
	display: inline-block;
}
.blog-new{
	color: #FDFF00;
	font-size: 80%;
	padding: 3px 5px;
	background-color: #D73A31;
	border-radius: 5px;
	margin-left: 10px;
}
.diet .wp-pagenavi {
	margin-top: 60px;
}
.blog-box{
	padding: 40px 5%;
	border: 1px solid #ccc;
	margin-bottom: 60px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	font-size: 105%;
}
.blog-box .edit a {
    padding: 0 20px;
    border: 1px dashed #000;
    border-radius: 10px;
    display: inline-block; 
}
.blog-box-title {
	font-size: 2.4rem;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #FE8529;
	padding-bottom: 10px;
}
.blog-box-date {
	font-size: 110%;
	margin-bottom: 15px;	
}
.blog .btn{
	margin-bottom: 100px;
}
.blog-box iframe{
	width: 100%;
height: 600px;
}
.pageokuri{
	margin-top: 60px;
}
.blog-past{
	font-size: 140%;
	/*border-bottom: 1px solid #D73A31;*/
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 50px;
	background-color: #D73A31;
	color: #FFFFFF;
}

.li-link{
    max-width: 600px;
    margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.li-link li{
    width: 48%;
    margin: 0 1%;
}

.li-link .btn{
    width: 100%;
    padding: 15px 1%;
    min-width: inherit;
    font-size: 16px;
}
.li-link .line{
    background: #00B900;
}



.youtube {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.reviewBox {
  margin: 30px 50px;
  text-align:left;
}

@media all and (max-width:640px) {

.reviewBox {
  margin:15px;
}
	
}





@media all and (max-width:640px) {


/*共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.flex{
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
} 
.title{
	font-size: 125%;
	letter-spacing: .1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}


.cp-txt{
	margin-top: 10px;
	
}

.list-img{
	margin-bottom: 10px;
}

.col2-ul {
	width: 88%;
	margin-right: auto;
    margin-left: auto;
}
.col2-ul > li{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 25px;
	margin-left: 0%;	
}
.col2-ul > li:nth-child(2n) {
    margin-right: 0;
}
.col2-ul > li:last-child {
    margin-bottom: 0;
}
.col3-ul {
	width: 85%;
	margin-right: auto;
    margin-left: auto;
}
.col3-ul > li{
	margin-bottom: 15px;
	width: 100%;
	float: none;
	margin-right: auto;
}
.col3-ul > li:nth-child(3n) {
   margin-right: auto;
}
.col3-ul > li:last-child {
   margin-bottom: 0;
}
.col4-ul {
	width: 92%;
	margin-right: auto;
    margin-left: auto;
}
.col4-ul > li{
    margin-bottom: 10px;
    width: 48%;
    margin-right: 4%;
}
.col4-ul > li:nth-child(4n) {
    margin-right: 4%;
}
.col4-ul > li:nth-child(2n) {
    margin-right: 0;
}
.l-left{
	margin: 0px auto 15px;
	width: 90%;
	float: none;
}
.l-right{
	margin: 0px auto 15px;
	width: 90%;
	float: none;
	}
.full-width img {
	/*width: 100%;*/
}
.contents-title{
	margin: 0px auto 20px;
	max-width: 95%;
}
/*<!--ボタン共通-->*/
.btn{
	padding: 13px;
	width: 70%;
	max-width: 300px;
	min-width: 160px;
	
}
.btn-s{
    width: 70%;
	min-width: 100px;
	padding: 10px;
	border-radius: 20px;
}
/*.btn span{
 	position: relative;
	padding-left: 25px;
}
.btn span:before {
	padding: 2px 2px;
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 20%;
	left: -0px;
}*/
.btn img{
	/*margin-right: 8px;
	position: absolute;*/
	width: 18px;
	left: -20px;
	/*bottom: -3px;*/
}

.contents{
	padding: 20px 0%;
	margin: 10px 0px;
} 
.lh-wide{
	line-height: 1.8;
}
.padding-box{
  padding: 20px 1%;  
}
.padding-block{
  padding: 20px 0;  
}
.nallow-block{
	margin: 20px auto;
	width: 90%;
	
}
.block{
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 2%;
	padding-right: 2%;
}

.block-mtwide{
	margin: 30px auto 30px;
	padding-left: 1%;
	padding-right: 1%;
}
.block-mbwide{
	margin-bottom: 40px;
}
.last-article{
  margin-bottom: 30px;  
}
.first-article{
padding-top: 0px;

}

.l-txt{
	margin-right: auto;
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.r-img{
	float: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.r-txt{
	margin-right: auto;
	width: 100%;
	
	float: none;
}
.l-img{
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-bottom: 15px;
}


.sentence{
	margin-bottom: 10px;
}


/*header＿＿＿＿＿＿＿＿＿*/

#head-wrap{
	text-align: center;
	margin-bottom: 0px;
}
.header-logo{
	width: 60%;
    padding-left: 3%;
	margin-left: 0;
	margin-right: auto;
}
.header-logo a,.header-logo h1{
	width: 100%;
}

/*<!--SPでは下に固定-->*/
.header-sp-bottom{
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	padding: 8px 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
}
.header-sp-bottom ul {
overflow: hidden;
	width: 98%;	
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.header-sp-bottom li{
	display: inline-block;
	margin: 0px 1%;
	line-height: 1;
	letter-spacing: -0.5px;
	background-color: #FE8529;
	color: #FFFFFF;
	border-radius: 7px;
	text-align: center;
	width: 48%;
}
.header-sp-shopname{

}
.header-sp-shoptel{
font-size: 90%;
}
.header-sp-shoptel span{
	font-size: 120%;
	margin-left: 3px;
}
.header-sp-bottom a{
	display: block;	
    font-weight: bold;
	padding: 14px 1%;
    font-size: 1.9rem;
    color:#fff;
}

/*ハンバーガーメニュー＿＿＿＿*/
#gloval-nav{
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: #fff;
	text-align: center;
	transform: translateX(100%); /*縦横はここを変更*/
	transition: all 0.4s;
	width: 100%;
	height: 100vh;
	display: block;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#gloval-nav.active{
	transform: translateY(0%); /* Xにすると横から Yは縦 */
	transform: translate(0);
	-ms-transform: translate(0);
	-webkit-transform: translate(0); 
	}
.toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 7px;
	top:5px;
	width: 66px;
	height:66px;
	cursor: pointer;
	z-index: 9999;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}
 
.toggle span {
	display: block;
	position: absolute;    /* .toggleに対して */
	width: 45px;
	border-bottom: 6px solid #FE8529;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 10px;
}
 
.toggle span:nth-child(1) {
    top: 9px;
}
 
.toggle span:nth-child(2) {
    top: 23px;
} 
.toggle span:nth-child(3) {
    top: 37px;
}
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 23px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
} 
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sp-head{
	margin-top: 25px;
	text-align: center;
}
#sp-head .header-logo{
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/*メニューリスト*/
#gloval-nav{
	min-width: auto;
	text-align: center;
}
.gloval-navlist{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
	margin-top: 20px;
	color: #393939;
	
	font-size: 140%;
}
.gloval-navlist li {
	display: inline-block;
	margin-bottom: 15px;
	float: none;
	width: 90%;
	border-right: 0px;
	border-bottom: 0px solid #EDEDED;
	min-width: 200px;
	letter-spacing: 0px;
	font-weight: normal;
}
.gloval-navlist li a {
	display: block;
	padding: 15px;
	/*border: 1px solid #FE8529;*/
	transition: all .3s;	/*background-color: #fff;*/
	background-color: #EA6500;
	color: #FFFFFF;
}
.gloval-navlist .sp {
	display: inline-block;
}
.gloval-navlist li a:hover{
	opacity: 1;	
	/*background-color: #fff;*/
}
.now{
	color: #393939;
	background-color: transparent;
}
.gloval-navlist li a span:before {
	border-bottom: 0px solid #FE8529;
	
}
.gloval-navlist li a:hover span:before {

	border-bottom: 0px solid #fe8529;
}
.gloval-navlist li a span:after {
		border-bottom: 0px solid #FE8529;
	
}
.gloval-navlist li a:hover span:after {
		border-bottom: 0px solid #FE8529;
}

#sp-navlist{
    margin-top: 20px;
}
#sp-navlist li {
	display: inline-block;
	width: 60%;
	/*border-bottom: 1px solid #EDEDED;*/
	min-width: 200px;
	font-weight: bolder;
	font-size: 100%;
	color: #393939;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
#sp-navlist li a {
	display: block;
	padding: 10px;
	font-weight: bolder;
    font-size: 110%;
}
.gloval-navlist li a span:before,.gloval-navlist li a span:after {
	content: none;
	
}
/*SPナビ＿＿＿＿＿＿＿＿＿＿＿＿*/

.hanmenu {
	color: #FE8529;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	bottom: 2px;
    font-weight: bold;
	border-bottom: 0px!important;
}






/*<!--footer＿＿＿＿＿＿＿＿＿＿＿-->*/
.footer{
	padding-top: 35px;
	margin-top: 0px;
	padding-bottom: 80px;
	/*text-align: center;
	background-color: #2B3537;
	color: #FFFFFF;*/
} 

.footer-company{
	margin: auto auto 10px;
	line-height: 1;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}
.footer-company li{
	
}
.footer-logo{
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 30px;
}
.footer-logo img{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.footer-shop{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer-shop p{
	margin-bottom: 10px;	
}
.footer-shopname{
    /*font-weight: bold;
	padding: 5px;
	background-color: #FE8529;
	display: inline-block;
	margin-bottom: 5px;*/
	font-size: 100%;
}
.footer-address{
	margin: auto auto 10px;
}
.footer-tel{
	font-size: 140%;
	/*white-space: nowrap;*/
}
.footer-y{
	/*color: #FE8529;
	padding: 5px;
	display: inline-block;
	border: 1px solid #FE8529;
	margin-left: 10px;
	font-size: 90%;*/
}
.footer-resevebtn{
	/*background-color: #47cb93;*/
	padding: 5px;
	min-width: 180px!important;
	margin-top: 10px;
	margin-left: auto;
	max-width: 250px!important;
	width: 60%;
	margin-right: auto;
}
.footer-copyright {
margin-top: 10px;
	/*font-size: 80%;
	
	text-align: center;*/
}
.footnav{
	margin-top: 15px;
	display: table;
	table-layout: fixed;
	width: 92%;
	/*line-height: 1;
	margin-left: auto;
	margin-right: auto;*/
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 10px;	
}
.footnav li{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	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;
	-webkit-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 10px;	
}
.footnav li a{
	padding: 7px 5px;
	display: block;	
}




/*サブページ＿＿＿＿＿＿＿＿＿共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/



.ls-wide{
    letter-spacing: 0.3rem;
	text-indent:0.2rem;
}



.center-txt{
	width: 95%;
	text-align: left;
}

/*<!--トップページ＿＿＿＿＿＿＿＿＿＿-->*/
#slider {
   /* width: 100%;
	overflow: hidden;*/
}
/*.slider1 li img {
    width: 100%;
}*/
.top-copy{
	font-size: 100%;
	line-height: 1.4;
}
.top-copy p{
	padding: 10px;
    font-size: 2rem;
    font-weight: bold;
}
.top-slide{
	/*position: relative;*/
}
.top-slide-p{
	/*color: #FFFFFF;
	position: absolute;
	text-align: center;
	*/
	bottom: 5%;
	left: auto;
	right: 3%;
	font-size: 160%;
	line-height: 1.5;
	opacity: 0.8;
	display: inline-block;
}
.top-slide-p span{
	/*font-size: 120%;*/
}
#top-ba{
    padding: 10px 0!important;
    overflow: hidden;
    margin-bottom: 5%;
	/*background-image: url(../../wp-content/themes/nf/img/top-ba-bg.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
}
.top-ba-l{
    padding: 0;
    margin-left: -5%;
	/*float: left;
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;*/
}
.top-ba-l img{
	/*margin-right: 10%;
	margin-left: auto;
	*/
    width: auto;
	
}
.top-ba-r{
    padding: 0;
    margin-right: 3%;
	/*float: right;
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;*/
}
.top-ba img{
	margin-top: 5px;
	width: 120%;
    max-width: inherit;
}
/*.top-copy1-title{
	font-size: 130%;
	padding-left: 30px;	
}
.top-copy1-title::before{
	width: 50px;
	height: 50px;
	left: -30px;
	bottom: -10px;
}
.top-copy1-title span{
	}*/
.top-copy1-txt{
	font-size: 2.3rem;
	/*font-weight: bold;*/
}
	
.top-copy2-title{
	padding-bottom: 5px;
}

.top-copy2-title {
	font-size: 2.3rem;
	margin-bottom: 15px;
}
    
    #top-copy2 .ta{
        margin-bottom: 6%;
        font-size: 1.6rem;
    }

.top-miss-list{
	margin: 15px auto 30px;
	width: 98%;
	/*font-weight: bold;
	text-align: left;
	
	max-width: 600px;*/
}
.top-miss-list li{
	font-size: 100%;
	margin-bottom: 5px;
}
.top-miss-list li::before{
	/*content: "";
	display: inline-block;
	background-image: url(../img/top-list-icon.gif);
	background-repeat: no-repeat;
	vertical-align: middle;*/
	width: 20px;
	height: 20px;
	margin-right: 5px;		
}

.top-copy2-misstxt{
	font-size: 110%;
    text-align: left;
	/*font-weight: bold;*/
}
.top-copy-more {
	/*line-height: 1;*/
}
.top-copy-more span{
	/*position: relative;
	letter-spacing: 4px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1;*/
	font-size: 110%;
}
.top-copy-more span::before{
right: -25px;
	/*content: "";
	position: absolute;
	bottom: 7px;
	
	width: 13px;
	height: 13px;
	border: 1px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-color:   transparent #fff #fff transparent;*/
}
.top-copy-openarea{
	width: 100%;
	/*margin-left: auto;
	margin-right: auto;
	max-width: 1100px;*/
	margin-top: 25px;
	margin-bottom: 50px;
}
/*アコーディオン＿＿＿＿＿＿＿＿＿＿＿＿*/
.accordion dl {
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
} 
.accordion dt{
	background: #fff;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	padding: 10px 40px;
	background-color: #FE8529;
	line-height: 1;
	height: 35px;
}
/*.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .1s;
	box-sizing: border-box;
}
.accordion_icon {
	position: absolute;
	width: 15px;
	height: 15px;
	top:-20px;
	right:15px;
	float: right;
	position: relative;
}
.accordion_icon span {
	position: absolute;
	width: 100%;
	height: 10px;
	
}
.accordion_icon.active span{
   
}*/

 .accordion dd {
	/*display: none;
	line-height: 2;
	text-align: left;*/
	padding-bottom: 20px;
	padding-top: 20px;
}




.top-points{
	border: 2px solid #D73A31;
	padding: 40px 3% 15px;
	width: 100%;	/*text-align: center;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
		*/
}
.top-points h2{
	font-size: 120%;
	/*font-weight: bold;*/
 }
.top-points h2 span{
	font-size: 120%;
}
.top-points-box{
	margin-top: 30px;
	
	/*position: relative;
	text-align: left;*/
}
.top-points-num{
	position: relative;
	left: 0%;
	/*line-height: 1;
	background-color: #D73A31;*/
	padding: 5px 10px 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.top-points-box h3{
	margin-bottom: 10px;	
	font-size: 120%;
	/*line-height: 1.3;
	font-weight: bold;*/
	padding-left: 0px;
}
.top-points-box p{
	line-height: 1.8;
	padding-left: 0px;
}	
.top-points-boxl{
	float: none;
	width: 100%;
}
.top-points-boxr{
	float: none;
	width: 100%;
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#top-blog{
	/*background-image: url(../img/top-blog-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;*/
    padding: 50px 0;
}
#top-blog h2{
	/*font-size: 115%;
	font-weight: bold;*/
	margin-bottom: 5%;
	letter-spacing: 1px;
}
.top-blog{
	/*max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	text-align: left;*/

}
.top-blog-box{
	/*background-color: #FFFFFF;
	padding: 12px 3%;*/
}

.top-blog-date{
	margin-top: 10px;
}
.top-blog-more{
	/*font-size: 125%;
	letter-spacing: 3px;
	position: relative;
	display: inline-block;*/
	padding: 15px 10px;
    font-size: 16px;
    max-width:300px;
    width: 60%;
}
.top-blog-more::before{
        /*content: "";
        position: absolute;
        top: calc( 50% - 3px );
        width: 10px;
        height: 10px;
        border: 2px solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-color: #FE8529 #FE8529 transparent transparent;*/
}
.top-blog-favor {
	height: auto;
	margin-bottom: 2%;
}
.top-blog-favor span{
	/*border-left: 2px solid #FE8529;
	padding-left: 10px;	*/
    font-size: 2rem;
}
.top-blog li:last-child{
	margin-top: 25px;
	margin-bottom: 25px;
}
#top-trial{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.top-trial img{
	display: inline-block;
	
}
.top-trial img:first-child{
	float: none;	
	width: 100%;
}
.top-trial img:last-child{
	float: right;
	width: 100%;
}
#top-contact{
	/*background-color: #47cb93;*/
	padding-top: 15px;
	padding-bottom: 20px;
}
.top-contact h2{
	font-size: 120%;
	margin-bottom: 15px;
	/*font-weight: bold;
	line-height: 1.5;*/
	letter-spacing: 0px;
}
.top-contact-box{
	padding: 15px 3%;
	/*text-align: left;
	line-height: 1;*/
}
.top-contact-shopname{
	/*font-weight: bold;*/
	font-size: 130%;
}
.top-contact-y{
	font-size: 90%;
	/*color: #FE8529;
	border: 1px solid #FE8529;
	padding: 2px 7px;
	margin-left: 15px;
	font-weight: bold;*/
}
.top-contact-shop{
	margin-bottom: 10px;
}
.top-contact-tel{
	font-size: 110%;
	margin-bottom: 10px;
}
.top-contact-tel2 {
	font-size: 140%;
	/*margin-left: 10px;
	white-space: nowrap;*/
}
.top-contact-time{
	margin-bottom: 15px;
	
}

.top-sns{
	margin-bottom: 50px;
}

.top-sns li{
	max-width: 100%;
	overflow: hidden;
}
.line-btn{
	margin-top: 15px;
	
}
/*お客様の声＿＿＿＿＿＿＿*/
#voice{
	/*background-color: #F4F2F4;*/
	padding-top: 20px;
	padding-bottom: 30px;
}
.voice{
	background-color: #FFFFFF;
	padding: 15px 4%;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.23);
	/*width: 96%;
	margin-left: auto;
	margin-right: auto;*/
}
.voice h2{
	font-size: 110%;
	margin-bottom: 10px;
}

.voice-titlearea .btn{
	/*max-width: 350px;*/
	padding: 8px;
	width: 90%;
	margin-bottom: 13px;	
}
.voice-titlearea{
	padding: 0px 0% 10px;
	/*border-bottom: 1px solid #e7e3e6;*/
	margin-bottom: 20px;
}

.voice-box{
	margin-bottom: 30px;
	/*text-align: left;*/
}
.voice-box-l{
	float: none;
	width: 10%;
	margin-right: 4%;	
}
.voice-box-r{
	float: right;
	width: 80%;
	
	/*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;*/
	
}
.voice-icon{
	margin-bottom: 10px;
}
.voice-user{
	/*font-weight: bold;
	font-size: 110%;*/
}
.voice-txt{
	padding-left: 0%;
}
.voice-star{
	
}
.star-rating {
	/*position: relative;
	display: inline-block;*/
	font-size: 18px;
	margin-bottom: 10px;
}
/*ブログ＿＿＿＿＿＿＿＿＿*/
.diet{
	margin-bottom: 40px;
}
.blog-list{
	width: 100%;
	padding: 10px 0%;
}
.blog-type{
	font-size: 120%;
	/*border-bottom: 1px solid #D73A31;*/
	margin-bottom: 20px;
}
.blog-sec{
	margin-bottom: 20px;
	/*line-height: 1.3;*/
	width: 96%;
	font-size: 100%;
	position: relative;	/*margin-left: auto;
	margin-right: auto;*/
}
.blog-sec a{
	/*padding: 3px ;
	overflow: hidden;*/
	
}
/*.blog-sec a:hover .blog-date{
	background-color: #D73A31;
	opacity: 1;
}*/
/*.blog-sec a:hover .blog-title{
	color: #D73A31;	
	opacity: 1;
}*/
.blog-date{
	/*width: 160px;*/
	float: none;
	margin-right: 10px;
	/*color: #FFFFFF;
	background-color: #6e6e6e;
	text-align: center;*/
	padding: 2px 3px;
	display: inline-block;
	margin-bottom: 5px;
}
.blog-title{
	width: 100%;	/*display: block;*/
	font-size: 110%;
	padding-left: 5%;
}
.blog-new{
	/*color: #FDFF00;
	font-size: 80%;
	padding: 3px 5px;
	background-color: #D73A31;
	border-radius: 5px;*/
	margin-left: 5%;
	position: absolute;
	left: 85px;
	top: 2px;	
}
.diet .wp-pagenavi {
	margin-top: 40px;
}
.blog-box{
	padding: 10px 3%;
	/*border: 1px solid #ccc;*/
	margin-bottom: 30px;
	width: 100%;
	/*margin-left: auto;
	margin-right: auto;*/
	font-size: 100%;
}
.blog-box .edit a {
    padding: 0 8px;
    /*border: 1px dashed #000;
    border-radius: 10px;
    display: inline-block; */
}
.blog-box-title {
	font-size: 1.8rem;
	margin-bottom: 5px;
	/*font-weight: bold;
	border-bottom: 1px dotted #FE8529;*/
	padding-bottom: 5px;
}
.blog-box-date {
	/*font-size: 110%;
	margin-bottom: 5px;	*/
}
.blog .btn{
	margin-bottom: 40px;
}
.blog-box iframe{
	
	height: 300px;
	
}
.blog-past{
	font-size: 120%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding: 10px 5%;
	
}
    .footer a{
        color:#fff;
    }
    
    .li-link{
        flex-wrap: wrap;
    }
    
    .li-link li{
        width: 100%;
        margin-top: 5%;
    }

}




















/*<!--タブレット-->*/
@media all and (min-width:641px) and (max-width: 900px){
.gloval-navlist li {
	font-size: 85%;
	letter-spacing: -0.5px;
}
.gloval-navlist li {
	margin-top: 3px;	
}
.gloval-navlist li a {
	padding: 10px 3px;

}
.top-copy{
	font-size: 140%;
}
.header-shoplist li{
	margin-bottom: 10px;
}
.header-shoplist{
	font-size: 90%;
}
.footer{
	padding-top: 30px;
} 

.footer-logo{
	width: 100%;
	margin-bottom: 20px;
}
.footer-shop{
	width: 48%;
	
	margin-left: 1%;
	margin-right: 1%;
}
.footer-resevebtn{
	min-width: 180px!important;
	margin-top: 15px;
	margin-left: auto;
	max-width: 250px!important;
	width: 60%;
	margin-right: auto;
}
.footer-tel{
	font-size: 140%;
	white-space: nowrap;
}
.footer-y{
	font-size: 80%;
}
.footer-shop{
	font-size: 90%;
}
.footer-shopname{
   	font-size: 110%;
}

.footnav{
	width: 96%;
	
}
.footnav li{
	font-size: 90%;
}
.footnav li a{
	padding: 10px 5px;
	
}
.top-contact-shopname{
	font-size: 130%;
}

.top-contact-tel{
	font-size: 120%;
	
}
.pageokuri{
	margin-top: 40px;
}

.top-copy p{
	padding: 10px;
	line-height: 1.4;
}
    

    
}















	




/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
