@charset "UTF-8";
/****************************************************************************

	body設定

*****************************************************************************/
body {
  color: #42210b;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 29px;
  text-align: center;
  background-color: #bfb5a9;
  background-image: url(../img/common/body_back.png);
  background-repeat: repeat-y;
  background-position: center;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
h2, h3, h4 {
  text-align: left;
}
a {
  color: #42210b;
  text-decoration: none;
}
a:hover {
  color: #42210b;
  text-decoration: none;
}
img {
  margin: 0;
  padding: 0;
}
#container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/****************************************************************************

	コンテンツ設定

*****************************************************************************/
/*	ヘッダー

----------------------------------------------------------------------------*/
#header {
  margin: 0 auto;
  padding: 0;
  background-image: url(../img/common/head_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #250d10;
}
#head_logo {
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
}
h1 {
  paddning: 0;
  font-size: 12px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
}
.pc {
  display: inline;
}
.sm {
  display: none;
}
/*	グローバルナビ

----------------------------------------------------------------------------*/
.navi:before, .navi:after {
  content: "";
  display: table;
}
.navi:after {
  clear: both;
}
.navi {
  width: 1050px;
  margin: 0 auto;
}
.navi li {
  width: 175px;
  height: 68px;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .navi li a:hover {
    background-color: #736357;
    text-decoration: none;
    display: block;
  }
}
.navi li > ul {
  background-color: #250d10;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 68px;
  left: 0;
  margin: 0;
  padding: 0;
  display: none;
}
@media screen and (min-width: 769px) {
  .navi li:hover > ul {
    background-image: url(../img/common/navi_bar.png);
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
  }
}
.navi li > ul > li {
  width: auto;
  margin: 0;
  padding: 0;
  height: 60px;
}
.navi li > ul > li a {
  padding: 0;
  text-align: center;
  color: #fff;
  display: block;
  background-image: url(../img/common/navi_bar.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.navi li > ul > li a:hover {
  background-color: #736357;
  text-decoration: none;
}
.navi li.shop > ul {
  background-size: 100% 1px;
  left: -106px;
}
.navi li.shop > ul > li {
  width: auto;
  margin: 0;
  padding: 0;
  height: auto;
}
.navi li.shop > ul > li a {
  width: 230px;
  padding: 18px 79px;
  text-align: center;
  color: #fff;
  display: block;
  background-image: url(../img/common/navi_bar.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.navi li.shop > ul > li:nth-last-child(1) a {
  background-image: none;
}
.navi li.shop > ul > li a:hover {
  background-color: #736357;
  text-decoration: none;
}
/*	フッター

----------------------------------------------------------------------------*/
#footer {
  background-image: url(../img/common/foot_back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #534741;
  padding: 80px 0 50px 0;
  text-align: center;
  margin: 100px 0 0 0;
}
#footer_logo {
  font-size: 22px;
  font-weight: bold;	
  /*font-size: 20px;*/
  line-height: 50px;
  padding: 0;
  text-align: center;
  margin: 0 auto 10px;
  color: #fff;
}
#footer_logo span {
  font-size: 27px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.footer_logo {
  font-size: 20px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  margin: auto;
  color: #fff;
}
.footer_logo span {
  font-size: 27px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
#footer_add {
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  text-align: 40px center;
  margin: auto;
  color: #fff;
}
.footer_add {
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  text-align: 40px center;
  margin: auto;
  color: #fff;
}
#footer_map {
  width: 1050px;
  height: 400px;
  margin: 30px auto;
}
.footer_map {
  width: 1050px;
  height: 400px;
  margin: 30px auto;
}
.footer_map .map {
  width: 1050px;
  position: relative;
}
.maplink {
  position: absolute;
  top: 0;
  left: 0;
}
.strong {
  font-weight: bold;
}
#footer_bt {
  width: 935px;
  margin: 30px auto;
}
.footer_bt {
  width: 935px;
  margin: 30px auto;
}
#footer_copy {
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.page_top {
  width: 90px;
  position: fixed;
  right: 20px;
  bottom: 100px;
}
/*	共通

----------------------------------------------------------------------------*/
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.clear {
  clear: both;
  overflow: hidden;
  margin: auto;
}
.int10 {
  text-indent: -1em;
  padding-left: 1em;
}
.cont:before, .cont:after {
  content: "";
  display: table;
}
.cont:after {
  clear: both;
}
.cont {
  width: 1050px;
  margin: 0 auto 50px auto;
  text-align: left;
}
.page_title {
  width: 1050px;
  margin: auto;
  text-align: left;
}
.box_l {
  width: 505px;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  float: left;
  margin: 0 40px 30px 0;
}
.box_l span {
  font-weight: bold;
}
.box_r {
  width: 505px;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  float: left;
  margin: 0 0 30px 0;
}
.box_r02 {
  width: 505px;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  float: left;
  margin: 0 0 30px 0;
}
.box_r03 {
  width: 505px;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  float: left;
  margin: 30px 0 30px 0;
}
.box_r span {
  font-weight: bold;
}
.box_r02 p {
  font-weight: bold;
}
.box_r02 span {
  font-size: 18px;
}
.box_l02 {
  width: 505px;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  float: left;
  margin: 0 40px 30px 0;
}
.box_l02 p {
  font-weight: bold;
  padding-bottom: 20px;
}
.box_l02 span {
  color: #FF0000;
}
.sibo_text.t {
  text-indent: -1.6em;
  padding-left: 1.6em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sibo_text {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.sibo_text.b {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 30px;
}
.table1 {
  width: 1050px;
  margin: 0 auto 30px auto;
}
.table1 th {
  width: 320px;
  font-size: 20px;
  text-align: left;
  color: #fff;
  background-color: #8d7e71;
  padding: 10px 20px;
}
.table1 td {
  font-size: 20px;
  /*font-weight: bold;*/
  text-align: left;
  /*color: #e91c24;*/
  background-image: url(../img/common/table_td.png);
  padding: 10px 20px;
}
/*	共通

----------------------------------------------------------------------------*/
#contents {
  width: 100%;
  margin: 0 auto 40px auto;
  position: relative;
}
.title {
  width: 1050px;
  margin: 60px auto 40px auto;
}
.sub_title {
  width: 1050px;
  margin: 20px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 20px;
}
.sub_title.bo01 {
  width: 1050px;
  margin: 10px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 20px;
}
.sub_title2 {
  width: 1050px;
  margin: 20px auto 20px auto;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 20px;
}
.sub_title2 span {
  font-weight: normal;
  padding: 0 0 0 30px;
}
/*　TOP

----------------------------------------------------------*/
.top_menu {
  width: 1050px;
  margin: 80px auto 30px auto;
  position: relative;
}
.top_menu .text {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  padding: 7px;
}
.top_menu .spa {
  width: 361px;
  background-color: #42210b;
  -webkit-box-shadow: #aa736a 7px 5px 7px;
  -moz-box-shadow: #aa736a 7px 5px 7px;
  box-shadow: #aa736a 7px 5px 7px;
  position: absolute;
  left: 130px;
  top: 10px;
}
.top_menu .facial {
  width: 317px;
  background-color: #42210b;
  -webkit-box-shadow: #aa736a 7px 5px 7px;
  -moz-box-shadow: #aa736a 7px 5px 7px;
  box-shadow: #aa736a 7px 5px 7px;
  position: absolute;
  left: 564px;
  top: 10px;
}
.top_menu .body_care {
  width: 317px;
  background-color: #42210b;
  -webkit-box-shadow: #aa736a 7px 5px 7px;
  -moz-box-shadow: #aa736a 7px 5px 7px;
  box-shadow: #aa736a 7px 5px 7px;
  position: absolute;
  left: 0px;
  top: 375px;
}
.top_menu .depilat {
  width: 317px;
  background-color: #42210b;
  -webkit-box-shadow: #aa736a 7px 5px 7px;
  -moz-box-shadow: #aa736a 7px 5px 7px;
  box-shadow: #aa736a 7px 5px 7px;
  position: absolute;
  left: 732px;
  top: 375px;
}
.top_menu .detox {
  width: 317px;
  background-color: #42210b;
  -webkit-box-shadow: #aa736a 7px 5px 7px;
  -moz-box-shadow: #aa736a 7px 5px 7px;
  box-shadow: #aa736a 7px 5px 7px;
  position: absolute;
  left: 170px;
  top: 720px;
}
.top_menu .health {
  width: 317px;
  background-color: #42210b;
  -webkit-box-shadow: #aa736a 7px 5px 7px;
  -moz-box-shadow: #aa736a 7px 5px 7px;
  box-shadow: #aa736a 7px 5px 7px;
  position: absolute;
  left: 565px;
  top: 720px;
}
.top_tel {
  width: 696px;
  margin: 20px auto;
  background-image: url(../img/top/tel_back.png);
  background-repeat: no-repeat;
  padding: 30px 34px 60px 320px;
}
.top_tel .contact {
  width: 201px;
  float: right;
}
.top_tel .tels {
  width: 475px;
  float: left;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
.top_tel2 {
  width: 696px;
  margin: 0 auto 60px auto;
  background-image: url(../img/top/tel_back02-new.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 30px 34px 20px 320px;
}
.top_tel2.shop1 {
  background-image: url(../img/top/tel_back01-new.png);
}
.top_tel2.shop3 {
  background-image: url(../img/top/tel_back03-new.png);
}
.top_tel2 .contact {
  width: 201px;
  float: right;
}
.top_tel2 .tels {
  width: 475px;
  float: left;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
.top_shop_bnr {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
.top_shop_bnr a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.top_shop_bnr .bt a {
  width: 220px;
  background-image: url(../img/top/bnr_arrow.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  text-align: left;
  position: absolute;
  left: 160px;
  top: 240px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.top_shop_bnr .bt a:hover {
  background-position: 95% center;
  text-decoration: none;
}
.top_news {
  width: 930px;
  height: 180px;
  margin: auto;
  overflow: hidden;
  padding: 20px 60px;
  background-image: url(../img/top/news_back.png);
  overflow: hidden;
}
.top_news_box_title {
  width: 1050px;
  margin: 0 auto;
  text-align: left;
  background-color: #534741;
}
.top_news li {
  width: 860px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding: 10px 0;
}
.top_bt {
  width: 935px;
  margin: 55px auto 60px auto;
}
.top_link {
  width: 945px;
  padding: 0;
  margin: 0 auto;
}
.top_link img {
  width: 305px;
  margin: 0 5px;
  float: left;
}
.top_link02 {
  width: 945px;
  padding: 0;
  margin: 10px auto 0;
}
.top_link02 img {
  width: 454px;
  margin: 0 5px;
  float: left;
}
.top_link02 .img_r {
  margin-left: 21px;
}
.top_insta {
  width: 932px;
  margin: 84px auto 10px auto;
}


.top_insta06 {
  width: 932px;
  margin: 0 auto 50px auto;
}

.top_insta_02 {
	margin: 84px auto;
	text-align: center;
}
.top_insta_02 .title_b {
	margin-bottom: 68px;
	text-align: center;
}
.top_insta_02 .img01 {
	margin-bottom: 34px;
	text-align: center;
}

.click {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	position: absolute;
	width: 1050px;
	z-index: 1;
	margin-top: -110px;

}
.click img {
	width: 150px;
}

.click_bt50 {
	height: 80px;
}
@media screen and (max-width: 1080px) {
	.click {
		width: 100%;
	}	
}
@media screen and (max-width: 768px) {
	.click {
		width: 100%;
		max-width: 630px;
		margin-top: -100px;
	}	
	.click img {
		width: 100px;
	}	
	.click_bt50 {
		height: 30px;
	}	
	
}

.click_s {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	position: absolute;
	width: 372px;
	z-index: 999;
	margin-top: -40px;

}
.click_s img {
	width: 50px;
}
.click_ss {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	position: absolute;
	width: 328px;
	z-index: 999;
	margin-top: -41px;

}
.click_ss img {
	width: 50px;
}

@media screen and (max-width: 1080px) {
	.click_s {
		width: 100%;
	}	
}
@media screen and (max-width: 768px) {
	.click_s {
		width: 100%;
		max-width: 328px;
		margin-top: -41px;
	}	
	.click_s img {
		width: 50px;
	}	
	.click_mb {
		margin-bottom: 15px!important;
	}
	
}



.reflection{
/*display:inline-block;*/
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.top_link.inbtom {
  margin-bottom: 60px;
}
.top_seo {
  width: 1050px;
  margin: 30px auto;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}
/* ▼TOP　新着情報  **********/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* for macIE \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.title {
  font-size: 16px;
  font-weight: bold;
}
ul#newsList {
  margin: 0 0 15px;
  padding: 0;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li {
  color: #42210b;
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  margin-bottom: 3px;
  border-bottom: 1px dotted #ccc;
  line-height: 120%;
  list-style-type: none;
}
a {
  color: #42210b;
  text-decoration: none;
}
a:hover {
  color: #42210b;
  text-decoration: underline;
}
.catName {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px;
}
.newMark {
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
}
.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 860px; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}
/*　コンセプト

----------------------------------------------------------*/
.concept .head_img {
  width: 100%;
  background-image: url(../img/concept/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
  text-align: left;
}
.concept .about_text {
  width: 505px;
  font-size: 23px;
  line-height: 37px;
  font-weight: bold;
  text-align: left;
  margin: 44px 40px 0 0;
  padding: 60px 0;
  float: left;
  background-image: url(../img/concept/text_back.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.concept .concept_comm {
  width: 1050px;
  font-size: 23px;
  line-height: 37px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 30px auto;
}
.concept .concept_comm2 {
  width: 1050px;
  font-size: 23px;
  line-height: 35px;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  text-align: center;
  margin: 0 auto 40px auto;
}
.concept_img {
  width: 1050px;
  margin: 0 0 25px 0;
  position: relative;
}
.concept_img .text_alpha {
  width: 255px;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  position: absolute;
  left: 22px;
  top: 198px;
}
.concept_img .text_detox {
  width: 295px;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  position: absolute;
  left: 22px;
  top: 513px;
}
.concept_img .text_spa {
  width: 225px;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  position: absolute;
  left: 800px;
  top: 406px;
}
.concept_img .text_drrecella {
  width: 220px;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  position: absolute;
  left: 25px;
  top: 110px;
}
.concept_img .text_care {
  width: 220px;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  position: absolute;
  left: 560px;
  top: 110px;
}
/*　デトックス

----------------------------------------------------------*/
.detox .head_img {
  width: 100%;
  background-image: url(../img/detox/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
}
.detox .check {
  width: 1050px;
  margin: 0 auto 60px auto;
}
.detox .check ul {
  width: 330px;
  margin: 0 0 0 15px;
  float: left;
}
.detox .check ul li {
  background-image: url(../img/detox/list_icon.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 18px;
  line-height: 1.2em;
  text-align: left;
  padding: 5px 0 5px 30px;
}
.detox .check_comm {
  width: 1050px;
  margin: 20px auto 80px auto;
  background-image: url(../img/detox/comm_back.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}
.detox .check_comm_red {
  width: 1050px;
  margin: 20px auto 80px auto;
  background-image: url(../img/detox/comm_back.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  color: #FF0000;
}
.detox .check_comm_red span {
  font-size: 26px;
}
.detox .colorchart {
  width: 1050px;
  margin: 0 auto 60px auto;
  background-image: url(../img/detox/detox_back.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.detox .colorchart_l {
  width: 490px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 66px;
  float: left;
}
.detox .colorchart_l span {
  color: #959595;
}
.detox .colorchart_m {
  width: 70px;
  text-align: center;
  letter-spacing: -0.25em;
  color: #fff;
  font-size: 20px;
  line-height: 66px;
  float: left;
}
.detox .colorchart_m span {
  color: #959595;
}
.detox .colorchart_red {
  width: 300px;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  padding: 5px 0;
  background-color: #af3a38;
  float: left;
}
.detox .colorchart_black {
  width: 300px;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  padding: 5px 0;
  background-color: #3a3a3a;
  margin: 0 75px;
  float: left;
}
.detox .colorchart_white {
  width: 300px;
  color: #42210b;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  padding: 5px 0;
  background-color: #fff;
  float: left;
}
.detox .detoxbox {
  width: 480px;
  margin: 90px 45px 30px 0;
  float: left;
}
.detox .detoxbox img {
  float: left;
}
.detox .detoxbox_title {
  width: 226px;
  float: left;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #42210b;
  margin: 80px 0 0 0;
}
.detox .tablecheck {
  width: 800px;
  margin: 50px auto 80px auto;
  background-color: #dfdad4;
}
.detox .tablecheck .line1 {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #42210b;
  padding: 10px 30px;
}
.detox .tablecheck .line2 {
  border-bottom: 1px solid #000000;
  padding: 10px 30px;
}
.detox .tablecheck .line3 {
  border-right: 1px solid #42210b;
  padding: 5px 0;
  font-size: 18px;
}
.detox .tablecheck .line4 {
  padding: 5px 0;
  font-size: 18px;
}
.det_ye {
  font-weight: bold;
  font-size: 20px;
  color: #e78900;
}
.det_re {
  font-weight: bold;
  font-size: 20px;
  color: #FF0000;
}
.det_res {
  font-weight: bold;
  color: #FF0000;
}
.detsub_title {
  width: 1050px;
  margin: 20px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 20px;
}
.detsub_title_re {
  width: 1050px;
  margin: 50px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 20px;
  color: #bd272d;
}
.detox .sub_title {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin: 20px auto 0 auto;
  padding: 10px 0 10px 0;
}
.detox .sub_title span {
  font-weight: normal;
  padding: 0 0 0 30px;
}
.detox .table1 .line1b {
  border-bottom: 1px solid #42210b;
  font-weight: normal;
}
/*　フェイシャル

----------------------------------------------------------*/
.facial .head_img {
  width: 100%;
  background-image: url(../img/facial/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
}
.facial .img_r {
  width: 524px;
  float: left;
  margin: 0 0 40px 0;
}
.facial .text_l {
  width: 482px;
  float: left;
  margin: 0 44px 40px 0;
  text-align: left;
  font-size: 20px;
  line-height: 29px;
}
.facial .text_l span {
  font-weight: bold;
}
.facial .bnr {
  width: 974px;
  margin: 30px auto;
}
.facial .bnr2 {
  width: 1050px;
  margin: 30px auto;
}
.bnr3 {
  width: 320px;
  margin: 30px 30px 30px 0;
  float: left;
}
.facial .flow_img {
  width: 960px;
  margin: 30px auto;
}
.facial .flow_img img {
  width: 254px;
  margin: 5px 33px;
  float: left;
}
.facial .table1 {
  width: 1050px;
  margin: 0 auto 30px auto;
}
.facial .table1 table {
  margin: 0 0 20px 0;
}
.facial .table1 th {
  width: 260px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background-color: #6c5342;
  padding: 10px 20px;
  vertical-align: top;
}
.facial .table1 th span {
  color: #f00;
}
.facial .table1 td {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  color: #42210b;
  background-image: url(../img/common/table_td.png);
  padding: 10px 20px;
}
/*　ボディケア

----------------------------------------------------------*/
.body .head_img {
  width: 100%;
  background-image: url(../img/body/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
}
.body .text {
  width: 1050px;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  margin: 20px auto 40px auto;
}
.body .text2 {
  width: 1050px;
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  text-align: left;
  margin: 10px auto 10px auto;
}
.body .box_l p {
  font-weight: bold;
  padding-bottom: 20px;
}
.body .box_r p {
  font-weight: bold;
  padding-bottom: 20px;
}
.body .sub_title {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin: 20px auto 0 auto;
  padding: 10px 0 10px 0;
}
.body .sub_title span {
  font-weight: normal;
  padding: 0 0 0 30px;
}
.body .table3 {
  width: 1050px;
  margin: 0 auto 80px auto;
}
.body .table3.aa {
  width: 1050px;
  margin: 0 auto 20px auto;
}
.body .table3 table {
  margin: 0 0 10px 0;
}
.body .table3 th {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #6c5342;
  padding: 10px 20px;
}
.body .table3 th p {
  text-align: left;
}
.body .table3 td {
  font-size: 20px;
  text-align: left;
  color: #42210b;
  background-image: url(../img/common/table_td.png);
  padding: 10px 20px;
}
.body .table3 .line1r {
  border-right: 1px solid #42210b;
}
.body .table3 .line1b {
  border-bottom: 1px solid #42210b;
}
.body .table3 .line2 {
  border-bottom: 1px solid #42210b;
  border-right: 1px solid #42210b;
}
.body .table3 .line2a {
  border-bottom: 1px solid #42210b;
}
.body .table3 td span {
  color: #e91c24;
}
.body .table4 {
  width: 1050px;
  margin: 0 auto 60px auto;
}
.body .table4 th {
  width: 606px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background-color: #6c5342;
  padding: 10px 20px;
}
.body .table4 th span {
  font-size: 35px;
  padding: 0 0 0 5em;
}
.body .table4 td {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #42210b;
  background-image: url(../img/common/table_td.png);
  padding: 10px 20px;
}
.body .table4 td p {
  font-size: 30px;
  font-weight: bold;
  color: #e91c24;
}
.body .table4 td p span {
  font-size: 18px;
  color: #e91c24;
}
.body .table4 .l_red {
  text-align: left;
  color: #e91c24;
}
.body_cyo {
  background-image: url(../img/body/back_cyo01.png);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #c6a3b2;
  text-align: center;
  padding: 30px;
}
.body_cyo01 {
  margin: 20px;
}
.body_cyo02 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.body_cyo03 {
  margin-bottom: 15px;
}


.body_order{
	width: 100%;
	max-width: 950px;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.body_order .item{
	width: 430px;
	margin-bottom: 40px;
}
.body_order .item p{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 6px;
}



/*　酵素風呂

----------------------------------------------------------*/
.spa .head_img {
  width: 100%;
  background-image: url(../img/spa/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
}
.spa .function_l {
  width: 512px;
  float: left;
  position: relative;
  margin: 13px 26px 13px 0;
}
.spa .function_r {
  width: 512px;
  float: left;
  position: relative;
  margin: 13px 0 13px 0;
}
.spa .function_text {
  width: 430px;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.05em;
  position: absolute;
  left: 41px;
  top: 70px;
}
.spa .box_r .list {
  float: left;
  padding: 0 20px 0 0;
}
.spa .flow_img {
  width: 960px;
  margin: 30px auto;
}
.spa .flow_img div {
  width: 254px;
  margin: 5px 33px 15px 33px;
  font-size: 17px;
  letter-spacing: -0.05em;
  text-align: center;
  float: left;
}
.spa .flow_img div img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.spa .sub_title {
  width: 1050px;
  margin: 40px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 0;
}
.spa .sub_title span {
  font-weight: normal;
  padding: 0 0 0 30px;
}

.spa .line1b {
  border-bottom: 1px solid #42210b;
}
.spa .table1 {
  width: 1050px;
  margin: 0 auto 25px auto;
}
.spa .table1 table {
  margin: 0 0 0 0;
}
.spa .table1 th {
  width: 350px;
  font-size: 20px;
  text-align: left;
  color: #fff;
  background-color: #8d7e71;
  padding: 10px 20px;
}
.spa .table1 td {
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  color: #42210b;
  background-image: url(../img/common/table_td.png);
  padding: 10px 20px;
}
.spa .table2 {
  width: 535px;
  margin: 0 10px 25px 0;
  float: left;
}
.spa .table2 table {
  margin: 0 0 10px 0;
}
.spa .table2 th {
  width: 250px;
  /*width: 260px;*/
  font-size: 20px;
  text-align: left;
  color: #fff;
  background-color: #8d7e71;
  padding: 10px 15px;
}
.spa .table2 td {
  font-size: 20px;
  text-align: left;
  color: #42210b;
  background-image: url(../img/common/table_td.png);
  padding: 10px 15px;
}
.spa .table3 {
  width: 1050px;
  margin: 0 auto 25px auto;
}
.spa .table3 table {
  margin: 0 0 0 0;
}
.spa .table3 th {
  width: 350px;
  font-size: 20px;
  text-align: left;
  color: #fff;
  background-color: #d5b18a;
  padding: 10px 20px;
}
.spa .table3 td {
  font-size: 20px;
  text-align: left;
  color: #42210b;
  background-image: url(../img/common/table_td.png);
  padding: 10px 20px;
}
.spa .text_red {
  width: 1050px;
  text-align: left;
  color: #bd272d;
  margin: 30px auto;
}
.spa .text_red.bold {
	font-weight: bold;
}

.spa .table4 {
  width: 1050px;
  margin: 0 auto 25px auto;
  background-image: url(../img/spa/td_back.png);
  background-repeat: no-repeat;
  background-position: right;
}
.spa .table4 td {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #42210b;
  background-image: url(../img/common/table_td.png);
  padding: 10px 20px;
}
.spa .table4 td span {
  color: #bd272d;
}
.spa .fo16 {
  font-size: 16px;
  margin-left: 10px;
}
.spa_txts {
  text-indent:-1.6em;
  padding-left:1.6em;	
}
.spa04-right {
	margin-top: 30px;
}
.spa04-right .txt {
	text-align: center;
	margin: 20px auto;
}

.sub_title_zei {
    display: flex;
    justify-content: space-between;
}
.sub_title_zei .txt_s {
	font-weight: normal;
}



@media screen and (max-width: 768px) {
.spa04-right {
	margin-top: 0px;
}	
	
.sub_title_zei {
    flex-wrap: wrap;	
}	
.sub_title_zei .txt {
	width: 100%;
}
.sub_title_zei .txt_s {
	width: 100%;
	text-align: right;
	font-size: 16px;
}	
	
	.spa .sub_title span {
		font-size: 16px;
		padding-left: 5px;
		letter-spacing: -0.05em;
	}	
	.reflection {
		width: 400px;
		margin: auto;
	}	
	
	.top_insta_02 {
		margin: 30px auto;
	}
	.top_insta_02 .title_b {
		margin: 0 auto 60px;
		text-align: center;
		width: 60%;
	}	
	
	
	
}



/*　脱毛

----------------------------------------------------------*/
.depilation .head_img {
  width: 100%;
  background-image: url(../img/depilation/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
}
.depilation .services {
  width: 910px;
  margin: 30px auto;
  text-align: center;
  background-image: url(../img/depilation/service_back.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 70px 100px 70px;
}
.depilation .services_01 {
  width: 910px;
  margin: 30px auto;
  text-align: center;
  background-image: url(../img/depilation/service_back_b.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 30px 0;
}
.services_01_in {
  width: 550px;
  margin: 30px auto;
  text-align: left;
  font-weight: bold;
}
.setext_no {
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 30px;
}
.services_01_in02 {
  width: 824px;
  background-image: url(../img/depilation/service_back_c.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px auto;
  text-align: left;
}
.table_1 {
  width: 774px;
  margin: 30px auto;
}
.line_bo {
  border-bottom: solid 1px #B9B2B2;
  padding: 15px;
}
.line_bo.img {
  border-bottom: solid 1px #B9B2B2;
  padding: 15px;
  text-align: center;
}
.line_bo.img_t {
  border-bottom: solid 1px #B9B2B2;
  padding: 15px;
  text-align: center;
  vertical-align: top;
}
.line_bo_img_tn {
  padding: 15px;
  text-align: center;
  vertical-align: top;
}
.line_bo.r {
  border-bottom: solid 1px #B9B2B2;
  color: #ff4545;
}
.line_bo.rr {
  color: #ff4545;
}
.line_bo.aa {
  border-bottom: solid 1px #B9B2B2;
  color: #ff4545;
  vertical-align: top;
}
.line_bo_aaa {
  color: #ff4545;
  vertical-align: top;
  padding: 15px;
}
.img_088 {
  margin-bottom: 50px;
  margin-top: 40px;
  padding-bottom: 50px;
}
.depilation .services img {
  margin: 0 0 54px 0;
}
.depilation .services .lead {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 10px 0 10px 30px;
  background-image: url(../img/depilation/lisy_icon.png);
  background-repeat: no-repeat;
  background-position: left;
}
.depilation .services p {
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  margin: 0 0 55px 0;
}
.depilation .coupon {
  margin: 40px auto;
  background-color: #d46866;
  text-align: center;
}
.depilation .line1r {
  border-right: 1px solid #42210b;
}
.depilation .line1b {
  border-bottom: 1px solid #42210b;
}
.depilation .line2 {
  border-bottom: 1px solid #42210b;
  border-right: 1px solid #42210b;
}
.depilation .table1 {
  width: 1050px;
  margin: 0 auto 25px auto;
}
.depilation .table1 table {
  margin: 10px 0 0 0;
}
.depilation .table1 th {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #8d7e71;
  padding: 10px 20px;
  width: auto;
}
.depilation .table1 td {
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  color: #42210b;
  background-image: url(../img/common/table_td.png);
  padding: 10px 20px;
}
.depilation .table1 .parts_s {
  width: 280px;
  background-color: #e87777;
  color: #42210b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 0;
  border-right: 1px solid #42210b;
}
.depilation .table1 .parts_m {
  width: 280px;
  background-color: #5dc18f;
  color: #42210b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 0;
  border-right: 1px solid #42210b;
}
.depilation .table1 .parts_l {
  width: 280px;
  background-color: #66aedd;
  color: #42210b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 0;
  border-right: 1px solid #42210b;
}
.depilation .table1 .parts_f {
  width: 280px;
  background-color: #e9af76;
  color: #42210b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 0;
  border-right: 1px solid #42210b;
}
.depilation .table1 .w_part {
  width: 180px;
}
.depilation .table2 {
  width: 1050px;
  margin: 0 auto 45px auto;
}
.depilation .table2 table {
  margin: 0 0 0 0;
}
.depilation .table2 th {
  width: 490px;
  font-size: 20px;
  text-align: left;
  color: #fff;
  background-color: #8d7e71;
  padding: 10px 20px;
}
.depilation .table2 td {
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  color: #e91c24;
  background-image: url(../img/common/table_td.png);
  padding: 10px 20px;
}
.depilation .table2 .h65 {
  height: 65px;
  vertical-align: middle;
}
.depilation .sub_title {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin: 20px auto 0 auto;
  padding: 10px 0 10px 0;
}
.depilation .text {
  width: 1050px;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  margin: 0 auto 20px auto;
}
.depisub_title {
  width: 1050px;
  margin: 10px auto 20px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 20px;
}
.text_1200 {
  font-size: 25px;
  color: #FF0004;
  margin: 20px auto;
  padding-top: 30px;
  font-weight: bold;
}
/*　美と健康

----------------------------------------------------------*/
.beauty .head_img {
  width: 100%;
  background-image: url(../img/h-and-b/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
}
.beauty .alpha_text {
  width: 670px;
  text-align: left;
  font-size: 20px;
  line-height: 29px;
  margin: 0 66px 60px 0;
  float: left;
}
.beauty .alpha_img {
  width: 262px;
  float: left;
  margin: 0 0 60px 0;
}
.beauty .sub_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin: 60px auto 40px auto;
  border-bottom: 1px solid #42210b;
}
.beauty .text {
  text-align: left;
  font-size: 20px;
  line-height: 29px;
  margin: 20px auto 20px auto;
}
.beauty .bnr {
  margin: 20px auto 120px auto;
}
.beauty .bnr_l {
  width: 298px;
  margin: 0 33px 60px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  float: left;
}
.beauty .bnr_l img {
  margin: 0 0 10px 0;
}
.beauty .bnr_r {
  width: 388px;
  margin: 0 0 60px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  float: left;
}
.beauty .bnr_r img {
  margin: 0 0 10px 0;
}
.beauty .bnr_tab {
  width: 288px;
  display: inline-block;
  border: 1px solid #42210b;
  padding: 1px 4px;
  font-size: 15px;
  line-height: 100%;
  color: #42210b;
  text-align: center;
  margin: 10px 0;
}
.beauty .product {
  width: 220px;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  float: left;
  margin: 0 29px 0 0;
}
.beauty .product .name {
  font-weight: bold;
}
.mark {
  width: 133px;
  display: inline-block;
  padding: 1px 0;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  background: #F00;
  color: #fff;
  border-radius: 10px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  margin: 10px 0;
}
.beauty .product_img {
  width: 256px;
  margin: 0 0 20px 0;
  float: left;
}
.beauty .license {
  width: 1050px;
  margin: 30px auto 90px auto;
  border-top: 1px solid #42210b;
  border-bottom: 1px solid #42210b;
  padding: 20px 0;
}
.beauty .license .box_l {
  width: 505px;
  margin: 0 40px 0 0;
  float: left;
}
.beauty .license .box_r {
  width: 505px;
  margin: 0 0 0 0;
  float: left;
}
.beauty .license th {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  padding: 0 0 0 0;
}
.beauty .license td {
  font-size: 20px;
  text-align: left;
  padding: 0 10px 0 20px;
  vertical-align: top;
}
.beauty .box_l p {
  font-weight: bold;
  padding-bottom: 20px;
}
.beauty .bnr2 {
  width: 774px;
  margin: 40px auto 90px auto;
}
.beauty .img_r {
  width: 524px;
  float: left;
  margin: 0 0 40px 0;
}
.beauty .text_l {
  width: 482px;
  float: left;
  margin: 0 44px 40px 0;
  text-align: left;
  font-size: 20px;
  line-height: 29px;
}
.beauty .text_l span {
  font-weight: bold;
}

/*　店舗概要

----------------------------------------------------------*/
.shop .head_img {
  width: 100%;
  background-image: url(../img/shop/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
}
.shop .head_img.menu {
  background-image: url(../img/shop/head_menu_img.jpg);
}
.shop .gallery {
  width: 1050px;
  margin: 40px auto;
}
.shop .gallery .img_l {
  width: 344px;
  margin: 0 9px 20px 0;
  float: left;
}
.shop .gallery .img_r {
  width: 344px;
  margin: 0 0 20px 0;
  float: left;
}
.shop .bnr {
  width: 828px;
  margin: 30px auto 60px auto;
}
.shop .table th {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #42210b;
  padding: 10px 0 10px 20px
}
.shop .table td {
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  border-bottom: 1px solid #42210b;
  padding: 10px 10px 10px 0;
}
.btn_shop_menu {
  text-align: center;
  margin: 10px 0;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*　店舗概要2

----------------------------------------------------------*/
.shop .head_img2 {
  width: 100%;
  background-image: url(../img/shop2/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
}
.shop2_ad {
  width: 1050px;
}
.shop2_ad img {
  width: 100%;
}
.shop .menu table {
  margin: 0 auto 30px auto;
  background-color: #fff;
  border-top: 1px solid #42210b;
  border-left: 1px solid #42210b;
  border-right: 1px solid #42210b;
}
.shop .menu table th {
  padding: 15px;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px solid #42210b;
}
.shop .menu table th span {
  font-size: 15px;
}
.shop .menu table td {
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  vertical-align: top;
  border-bottom: 1px solid #42210b;
}
/* クーポンメニュー **************/
.coupon {
  width: 100%;
  background-color: #fff;
  border: solid 1px #42210B;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.5em;
}
.coupon th {
  width: 55px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.coupon th.bg01 {
  background-color: #B34E87;
}
.coupon th.bg02 {
  background-color: #C9844F;
}
.coupon th.bg03 {
  background-color: #6C60CC;
}
.coupon th.bg04 {
  background-color: #e691d6;
}
.coupon th.bg05 {
  background-color: #85dfe6;
}
.coupon td.sub1 {
  width: 835px;
  text-align: left;
  padding: 20px;
  vertical-align: top;
}
.coupon td.sub2 {
  width: 160px;
  height: 210px;
  text-align: center;
  color: #B32626;
  font-weight: bold;
  background: url(../img/shop/kei_tate.png) left center no-repeat;
  vertical-align: middle;
}
.coupon td.sub1 .icon {
  display: inline-block;
  background-color: #64CFD1;
  color: #fff;
  font-size: 90%;
  line-height: 1.3em;
  padding: 3px 1em;
  margin-right: 15px;
  margin-bottom: 10px;
}
.coupon td.sub1 .icon.bg_ao {
  background-color: #BAB4F0;
}
.coupon td.sub1 .icon.bg_gray {
  background-color: #B7B7B7;
}
.coupon td.sub1 .icon.bg_gray02 {
  background-color: #b9c8d0;
}
.coupon td.sub1 .icon.bg_ao02 {
  background-color: #6ca2e3;
}
.coupon td.sub1 .icon.bg_purple {
  background-color: #ac81e3;
}
.coupon td.sub1 .icon.bg_pink {
  background-color: #ff99bd;
}
.coupon td.sub1 .icon.bg_green {
  background-color: #6ce3a0;
}
.coupon td.sub1 .icon.bg_yellow {
  background-color: #e3d96c;
}
.coupon td.sub1 .icon.bg_brown {
  background-color: #958275;
}
.coupon td.sub1 .ttl {
  font-weight: bold;
  margin-bottom: 20px;
}
.f_red {
  color: #B32626;
}
.coupon_title {
  padding-left: 45px;
  padding-bottom: 22px;
  padding-top: 22px;
  background-color: #FFFFFF;
  margin: 60px auto 40px auto;
}
.coupon_title::before {
  width: 100%;
  max-width: 1050px;
  height: auto;
  left: 0;
  bottom: 0;
}
.coupon_title_zei {
  padding-left: 45px;
  padding-bottom: 22px;
  padding-right: 20px;
  padding-top: 22px;
  background-color: #FFFFFF;
  margin: 60px auto 40px auto;
  display: flex;
  justify-content: space-between;
}
.coupon_title_zei .left, .right {
  display: inline-block;
}
/*　店舗概要3  ------------------------------*/
.slim01 {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.slim01 .video {
  width: 505px;
}
.slim01 .txt {
  width: 508px;
  font-size: 20px;
  line-height: 1.8em;
}
.slim02 img {
  max-width: 100%;
  height: auto;
}
.menu_img01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.menu_img01 .item {
  width: 48%;
}
.menu_img01 .item img {
  max-width: 100%;
  height: auto;
}
.menu_img02 {
  margin-top: 120px;
}
.menu_img02 .item {
  margin-bottom: 30px;
}
.menu_img02 .item img {
  max-width: 100%;
  height: auto;
}
/* クーポン以外のメニュー **/
.coupon.days tr {
  border-bottom: solid 1px #42210B;
}
.coupon.days tr:last-child {
  border-bottom: none;
}
.coupon.days td.sub2 {
  height: auto;
  color: inherit;
  background-size: auto 80%;
}
.coupon.days td.sub1 .ttl {
  margin-bottom: 0;
}
/*　お問い合わせ

----------------------------------------------------------*/
.contact .head_img {
  width: 100%;
  background-image: url(../img/contact/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  overflow: hidden;
  margin: 0 auto 70px auto;
  padding: 130px 0 103px 0;
}
.contact_comm1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin: 50px auto 20px auto;
}
.contact_comm2 {
  text-align: center;
  font-size: 20px;
  line-height: 29px;
  margin: 60px auto 40px auto;
}
.contact_table {
  width: 1050px;
  padding: 0;
  margin: 30px auto;
}
.contact_table table {
  width: 100%;
  border-top: 1px solid #ccc;
}
.contact_table th {
  width: 180px;
  padding: 20px 20px 20px 20px;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.contact_table td {
  padding: 20px 20px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.submit_btn {
  width: 1050px;
  height: 66px;
  margin: 40px auto;
  background-image: url(../img/contact/send.png);
  background-repeat: no-repeat;
  border: none;
  display: block;
  cursor: pointer;
}
.submit_btn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.form_style {
  width: 96%;
  height: auto;
  padding: 1% 2%;
  vertical-align: middle;
  font-size: 16px;
  background-color: #fff;
}
.form_style_s {
  width: 50%;
  height: auto;
  padding: 1% 2%;
  vertical-align: middle;
  font-size: 14px;
  background-color: #fff;
}
.form_style_tarea {
  width: 96%;
  height: 400px;
  padding: 1% 2%;
  font-size: 14px;
  background-color: #fff;
}
.contact_red {
  color: #ec1c24;
  font-weight: normal;
}
/*　新着情報　ブログ

----------------------------------------------------------*/
/*マップ*/
/*修正追加 20240308*/
.serabi_close {
  width: 100%;
  margin: 0 auto 60px auto;
}
.serabi_close .txtbox {
  max-width: 1052px;
  border: solid #008580 2px;
  background-color: #FFFFFF;
  padding: 14px 34px;
  font-size: 16px;
}
.serabi_no {
  text-align: center;
  vertical-align: middle;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .serabi_close .txtbox {
    padding: 10px 20px;
  }
  .serabi_no {
    margin: -4em 20px auto;
  }
}

.bnr_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 30px auto 0;
	justify-content: space-evenly;
}
.bnr_box .item {
	width: 30%;
	margin-right: 5%;
	
}

.bnr_box .item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	
.bnr_box .item {
	width: 100%;
	margin-right: 0;
	text-align: center;
	margin-top: 20px;
}	
	
	
}



/*PCの場合*/
.pc_show	{ display:inline!important; }
.sp_show	{ display:none!important; }
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.pc_show	{ display:none!important; }
.sp_show { display:inline!important; }
}


