@charset "UTF-8";

/*-------------------------------------
*
*base
*
*------------------------------------*/

html{
	font-size: 62.5%;  /*	16px×62.5%=10px */
}

body{
  font-family:'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  color: #473625;
	font-size: 1.6rem;
  line-height: 1.85;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.SP{
  display: none;
}

.SP_title{
  display: none;
}

img{
  max-width: 100%;
  height: auto;
}
a{
  text-decoration: none;
}

.container{
  max-width: 960px;
  margin: 0 auto;
}

.center{
  text-align: center;
}

.white{
  color: #fff;
}

.f12{
  font-size: 1.2rem;
}

.f14{
  font-size: 1.4rem;
}

.f24{
  font-size: 2.4rem;
}

img {
  vertical-align: bottom;
}
.mt16{
  margin-top: 16px;
}

.pt32{
  padding-top: 32px;
}

.pt24{
  padding-top: 24px;
}

.pt80{
  padding-top: 80px;
}

.pt144{
  padding-top: 144px;
}

/*-------------------------------------
*
*header 
*
*------------------------------------*/

.header_top{
  background-image: url(../image/top/pattern.png);
  background-color: rgba(255, 255, 255, 0.26);
  width: 100%;
  height: 64px;

}

/* background-color: rgba(82, 61, 61, 0.26); 茶色バージョン */

.position_fixed{
  font-family: dnp-shuei-mgothic-std, sans-serif;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 12;
} 

/*-------------------------------------
*
*header_お問い合わせ・ご予約_btn 
*
*------------------------------------*/

.h_contact_center{
  padding-top: 8px;
  padding-bottom: 8px;
}

.h_contact_btn{
  display: block;
  margin-left: auto;
}

.h_contact_btn {
  display: block;
  width: 264px;
  height: 48px;
  line-height: 48px;
  background: #AB132F;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  border-radius: 3px;
  font-size: 1.6rem;
}

/*-------------------------------------
*
* nav
*
*------------------------------------*/

#g_nav{
  position: static;
}

#g_nav ul{
  display: flex;
  background-color: #2b1e07;
  width: 100%;
  line-height: 40px;
  height: 40px;
}

#g_nav li{
  width: 16%;
}

#g_nav a{
  display: block;
  text-align: center;
  color: #fff;
  background-color: #2b1e07;
}
.hero1{
	background-size: cover;
}

#g_nav a:hover{
  background-color: #524225;
}

a{
  transition: background-color 0.3s;
}

/*-------------------------------------
*
*hero
*
*------------------------------------*/

.slide_hero{
  position: relative;
}

.main_title{
  position: absolute;
  color: #fff;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  z-index: 11;
  line-height: 2;
  font-family: dnp-shuei-mgothic-std;
  font-size: 1.8rem;
}

.main_logo{
  padding: 24px;
}

.title_text{
  letter-spacing: 50;
}

/*-------------------------------------
*
*slide
*
*------------------------------------*/

.main_imgBox {
  height: 800px;
  overflow: hidden;
  position: relative;
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  34% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }

  100% {
    opacity: 0
  }
}

/*-------------------------------------
*
* main
*
*------------------------------------*/

.main_area{
  background-image: url(../image/common/lotus_PC_bg2.png);
  -webkit-background-image: url(../image/common/lotus_PC_bg2.png);
  background-repeat: repeat-y;
  background-position: 50% 50%;
  background-attachment: fixed;
}

.message{
  font-size: 1.4rem;
  line-height: 2.2;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  padding-top: 144px;
}

.message_text{
  margin-top: 30px;
}

.info{
  display: flex;
  justify-content: center;
  margin-top: 144px;
}
/*-------------------------------------
*
* btn
*
*------------------------------------*/

.contact_btn {
  display: block;
  width: 312px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  color: #BA8A5D;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  border-style: solid;
  border-width: 1.6px;
  border-radius: 3px;
  font-size: 1.6rem;
  margin-left: 8px;
  margin-right: 8px;
  box-sizing: border-box;
}

.auto{
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}

/*-------------------------------------
*
* menu_btn
*
*------------------------------------*/

.container .menu_list1{
  max-width: 940px;
}

.container .menu_list2{
  max-width: 940px;
}

.title_onder_space{
  margin-top: 20px;
}

.menu_list1,.menu_list2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
  }

.menu_list2{
margin-top: 1px;
  }

#menu_btn{
  padding-top: 1px;
  margin-top: -1px;
}

.menu_list_button{
  position: relative;
}

/*-------------------------------------
*
* menu_deco
*
*------------------------------------*/

.menu_title{
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #BA8A5D;
  padding-top: 160px;
}

.map{
  padding-top: 0;
}

.menu_item{
  display: flex;
}

.menu_item_img{
  flex-shrink: 0;
}

.menu_title_text{
  margin-top: 10px;
  line-height: 1.4;
}

.menu_title_ja{
  font-size: 1.2rem;
}
.menu_title_en{
  font-size: 2.4rem;
  text-transform: uppercase;
}

.menu_img{
  padding: 0 20px 0 0;
  width: 45vw;
  max-width: 455px;
}

.title{
  font-size: 2.5rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.element {
  vertical-align: text-bottom;
  padding-right: 4px;
}

.course{
  margin: 16px 0 0px;
}

.colorBA8A5D{
  color: #BA8A5D;
}

.contents{
  display: flex;
  flex-wrap: wrap;
}

.contents li{
  background-color: #FEF6EB;
  width: 47%;
  height: 24px;
  margin: 4px 0 0 0;
  padding-right: 4px;
  padding-left: 4px;

}

.space10{
  width: 8px;
}

.detail{
  margin: 16px 0 48px 0;
  text-align: justify;
}

.price_table{
  text-align: right;

}

table{
  border-spacing: 5px;
  text-align: right;
  margin-left: auto;
}

tr{
  line-height: 1.2;
}
.time_price{
  text-align: right;
}
.price{
  font-size: 1.8rem;
  margin-left: 24px;
  padding-left: 30px;
}
.time{
  text-align: center;
  background-color:#E6D0A0;
  padding: 0 16px;
}

.recommend{
  background-color: #FEF6EB;
  padding: 2px 5px 2px 10px;
  vertical-align: middle
}

.remarks{
  padding: 2px 5px 2px 10px;
  vertical-align: middle
}

.aroma{
  vertical-align: middle;
}


/*-------------------------------------
*
* menu_deco_thai
*
*------------------------------------*/

.line_title{

  height: 1px;
  background-color: #BA8A5D;
}

.tag{
  margin-top: 10px;
  display: flex;
}

.tag li{
  padding-left: 10px;
  padding-right: 10px;
  background-color: #2b1e07;
  color: #FFF;
  margin-right: 8px;
}

.atention{
  padding-top: 16px;
  
}

/*-------------------------------------
*
* set
*
*------------------------------------*/

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

.set_title{
  margin-bottom: 40px;
}
.set .menu_img{
  padding: 0 0 0 20px;
}

.set .time_price{
  text-align: left;
}

.set_space{
  margin-top: 160px;
}
/*-------------------------------------
*
* option
*
*------------------------------------*/


.option_set{
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

.option{
  max-width: 306px;
  width: 32vw;
}

.option_title{
  display: flex;
  margin: 16px 0;
  align-items: center;
}

.line{
  width: 4px;
  height: 64px;
  background-color: #BA8A5D;
  margin-right: 8px;
}


.option_title_ja{
  font-size: 1.8rem;
}

.option_title_en{
  font-size: 1.2rem;
  color: #BA8A5D;
}


.option .time_price{
  text-align: left;
  margin-top: 24px;
}

.option_text{
  font-size: 1.4rem;
  max-width: 300px;
}

/*-------------------------------------
*
* スタッフ
*
*------------------------------------*/

.staff_Introduction1 ,.staff_Introduction2{
  display: flex;
  justify-content: center;
}

.staff_Introduction{
  width: 200px;
  text-align: center;
  margin: 40px 24px;
}

.staff_Introduction img{
  width: 162px;
}

.name_set{
  margin-top: 24px;
}

.name{
  font-size: 2.rem;
}
.ruby{
  font-size: 1.2rem;
}

.history{
  font-size: 1.0rem;
  height: 40px;
  
}

.staff_message{
  font-size: 1.4rem;
  margin-top: 16px;
  text-align: justify;
  text-align-last : center;
}

.staff_price{
  display: flex;
  justify-content: flex-end;
}
/*
border-bottom: solid 1.5px #BA8A5D
*/

/*-------------------------------------
*
* footer エリア
*
*------------------------------------*/

.footer_area{
  background-image: url("../image/common/PC_footer_b.jpg");
  height: 240px;
  background-attachment:fixed;
  background-size: cover;
  position: relative;
  margin-top: 80px;
}

.sns_icon{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.sns_icon img{
  padding-left: 10px;
  padding-right: 10px;
}

.footer_area p{
  margin-top: 16px;
}

.bgc{
  background-color: #2b1e07;
  height: 140px;
}
/*-------------------------------------
*
* footer
*
*------------------------------------*/

@media (min-width: 640px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color:#fff;
  }
  }

.img_tel{
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel_icon{
  padding-right: 8px;
}

footer {
  clear: both;
  background-color: #2b1e07;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 88px;
  width: 100%;
  z-index: 20;
  text-align: center;
  background-size: 2em, 100% 100%;
  padding-top: 16px;
}

address{
  display: flex;
  font-style:normal;
  align-items: center;
  justify-content: space-between;
}


.tel{
  font-size: 2.7rem;
  line-height: 1.4;
}

.OK_time{
  font-size: 1.1rem;
  line-height: 1.4;
}


/*-------------------------------------
*
* 下層ページ共通　
*
*------------------------------------*/

.pt40{
  padding-top: 40px;
}

.top_img{
  background-image: url(../image/common/page_top_img_b-100.jpg);
  background-color: #2b1e07;
  height: 232px;
  background-attachment:fixed;
  background-size: cover;
  position: relative;
}

.page_title{
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.faq{
  letter-spacing: 0.15em;
}

/*-------------------------------------
*
* リンクボタン　下層ページ共通　
*
*------------------------------------*/

.link_btn{
  display: block;
  max-width: 310px;
  height: 56px;
  line-height: 56px;
  background: #2b1e07;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  border-radius: 3px;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}

.link_bgc{
  background-color: #FCFAED;
  padding-top: 48px;
}

.mb144{
  margin-bottom: 144px;
} 

.ml_auto{
  margin-left: auto;
}

.mr_auto{
  margin-right: auto;
}

/*-------------------------------------
*
* 初めての方へ
*
*------------------------------------*/

.message2{
  display: flex;
  justify-content: center;
}

.message_text2{
  padding-left: 80px;
  line-height: 2.2;
}

.message2 img{
  padding-top: 32px;
  padding-left: 16px;
}


/*-------------------------------------
*
* 店舗案内
*
*------------------------------------*/

.facility{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.facility_title{
  color: #fff;
  vertical-align: middle;
  background-color: #BA8A5D;
  text-align: center; 
  height: 56px;
  line-height: 56px;
}

.facility_text{
  padding-left: 16px;
  font-size: 14px;
  padding-top: 16px;
  margin-bottom: 40px;
}

/*-------------------------------------
*
* アクセス
*
*------------------------------------*/

.acces_text{
  text-align: justify;
}

.salon_info{
  border-collapse:collapse;
}

.salon_info th{
  border:2px solid #EDDAB7;
  min-width: 160px;
  min-height: 80px;
  text-align: left;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
 
.salon_info td{
  border:2px solid #EDDAB7;
  min-height: 80px;
  text-align: left;
  padding: 16px;
  line-height: 1.4;
}

.salon_info a{
  color: #473625;
}


/*-------------------------------------
*
* よくある質問
*
*------------------------------------*/

.q{
  background-color: #EDDAB7;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.a{
  background-color: #FCFAED;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 32px;
  font-size: 1.4rem;
}


/*==================================
*
* SP
*
==================================*/


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

.PC{
  display: none;
}

.SP{
  display: inline;
}

.SP_title{
  display: block;
}

a[href*="tel:"] {
  color:#fff;
  }



/*-------------------------------------
*
* SP_header
*
*------------------------------------*/

.header_top{
  display: inline-flex;
  background-color: #2b1e07;
  width: 100%;
  align-items: center;
  background-image: none
}

.logo{
  padding-left: 8px;
  height: 38px;
  width: 130px;
}

.h_menu{
  height: 38px;
}

.hb_close{
  height: 38px;
}

.btn_trigger{
  -webkit-appearance: none;
  appearance: none;
  position: fixed;
  top: 14px;
  right: 12px;
  z-index: 110;
  width: 40px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

.btn_trigger.active .hb_close{
  display: block;
}
.btn_trigger.active .h_menu{
  display: none;
}
.btn_trigger .hb_close{
  display: none;
}

/*-------------------------------------
*
* SP_header_お問い合わせ・ご予約_btn 
*
*------------------------------------*/

.h_contact_btn {
  width: 161px;
  height: 38px;
  line-height: 38px;
  font-size: 1.4rem;
  margin-right: 38px;
}

/*-------------------------------------
*
* SP_nav
*
*------------------------------------*/

#g_nav{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 64px;
  width: 100%;
  height: 120%;
  z-index: 100;
  background-color: #FEF6EB;
  display: none;
}


#g_nav li{
  width: 100%;
}

#g_nav ul{
  display: block;
}

#g_nav a{
  background-color: #FEF6EB;
  color: #2b1e07;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  text-align: left;
}

.nav_btn a:hover{
  background-color: #f8eedc;
}


/*-------------------------------------
*
* SP_ご予約ボタン　モーダル
*
*------------------------------------*/

#close_btn{
  position: absolute;
  top: -6%;
  right: -4%;
}

#SP_contact_md{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  height: 120%;
  z-index: 101;
  background-color: #0a090980;
  display: none;
}

.SP_contact{
  width: 336px;
  height: 302px;
  background-color: #fff;
  border-radius: 3px;
  margin: 80px auto auto;
  padding-top: 32px;
  position: relative;
}

.web_btn{
  display: block;
  width: 296px;
  height: 64px;
  line-height: 64px;
  background: #2b1e07;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  border-radius: 6px;
  font-size: 1.8rem;
  margin: 12px auto;
}

.tel_btn{
  display: block;
  width: 296px;
  height: 114px;
  line-height: 1;
  background: #2b1e07;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  border-radius: 6px;
  margin: 12px auto;
}

  .tel_text{
    font-size: 1.2rem;
    padding-top: 18px;
  }

  .tel {
    line-height: 1.6;
  }

/*-------------------------------------
*
* SP_hero
*
*------------------------------------*/

.main_title{
  width: 100%;
}

.SP_hero{
  background-size: cover;
}

/* .SP_hero{
  background-image: url(../image/top/hero_SP_stop-100.jpg);
  background-size: cover;
} */

.SP .main_logo{
  margin-left: 16px;
}

.SP_f14{
  font-size: 1.4rem;
}

.SP_f12{
  font-size: 1.2rem;
}

/*-------------------------------------
*
* SP_owner_message
*
*------------------------------------*/

.message{
  font-size: 1.2;
}
.message_space{
  margin-top: 20px;
}

.message_text {
  margin-top: 0px;
}

/*-------------------------------------
*
* SP_info
*
*------------------------------------*/

.info{
  display: block;
}

.contact_btn{
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------------
*
* SP_menu_btn
*
*------------------------------------*/

.SP_menu_btn{
  position: relative;
}

.menu_icon{
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translate(-50%, -50%) rotate(180deg);  
}

.menu_icon.active{
  transform: translate(-50%, -50%) rotate(0deg);  /* 軸を基準点に回転する */
}

/*-------------------------------------
*
* SP_menu_deco
*
*------------------------------------*/

.box{
  display: none;
}

.side_space{
  margin-left: 10px;
  margin-right: 10px;
}

.title{
  font-size: 1.8rem;
}

.menu_title{
  margin-top: 0;
  padding-top: 80px;
  margin-bottom: 16px;
}

.menu_title_ja {
  font-size: 1.0rem;
}

.menu_title_en {
  font-size: 1.6rem;
}

.menu_title_text {
  margin-top: 0;
}

.menu{
  padding-top: 0;
}

.menu_img{
  padding-right: 0;
  width: 100%;
}

.menu_item{
  display: inline;

}

.menu_text{
  margin-top: 0;
  margin-bottom: 32px;
}

/*-------------------------------------
*
* SP_set
*
*------------------------------------*/

.set_space{
  margin-top: 0px;
}

.set .menu_img{
  padding-left: 0;
  width: 100%;
}

.element{
  width: 18px;
}

.title{
  line-height: 40px;
}

.course{
  font-size: 1.2rem;
}

.contents{
  font-size: 1.2rem;
}
.contents li{
  background-color: #FEF6EB;
  width: 48%;
  height: 21px;
  margin: 4px 0 0 0;
  letter-spacing: 0.01em;
  padding-left: 0px;
  padding-right: 0px;
}

.set .menu_text{
  margin-bottom: 48px;
}

.detail{
  margin-bottom: 16px;
}

/*-------------------------------------
*
* SP_オプション
*
*------------------------------------*/

.option_set{
  display: inline;
}

.option{
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.option img{
  width: 100%;
}

/*-------------------------------------
*
* SP_スタッフ
*
*------------------------------------*/

.lotus_right{
  background-image: url(../image/staff/lotus_staff.svg);
  background-repeat: no-repeat;
  background-position: 80px 64px;
}

.lotus_left{
  background-image: url(../image/staff/lotus_staff.svg);
  background-repeat: no-repeat;
  background-position: -80px 64px;
}

.staff_Introduction1 ,.staff_Introduction2{
  display: inline;
}
  
.staff_Introduction{
  width: auto;
  margin: 0;
  padding: 96px 32px 40px;
}

.name_right{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.name_left{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}

.staff_Introduction img{
  width: 160px;
}

.price{
  padding-right: 10px;
}

/*-------------------------------------
*
* SP_footer
*
*------------------------------------*/

.footer_area{
  background-image: url("../image/common/SP_footer_stop_b.jpg");
  height: 100px;
  background-attachment: local;
}

.footer_area div{
  top: 50%;
}

.sns_icon{
  display: flex;
  align-items: center;
}

.f_logo{
  width: 160px;
}
address{
  display: inline;
}

footer{
  position: static;
  background-color: #2b1e07;
  height: auto;
  padding-bottom: 32px;
} 

.f_item{
  margin-top: 40px;
}

.tel{
  font-size: 2.4rem;
}

small{
  font-size: 1rem;
}


/*==================================
*
* SP_下層_共通
*
*==================================*/

.top_img{
  background-image: url(../image/common/page_top_stop_SP.jpg);
  /* background-attachment: scroll; */
}

.top_img {
  height: 200px;
}

.page_title {
  top: 20%;
}

.SP_pt0{
  padding-top: 0;
}

.SP_pt20{
  padding-top: 20px;
}

.SP_pt80{
  padding-top: 80px;
}

.SP_mb0{
  margin-bottom: 0;
}

.SP_mt16{
  margin-top: 16px;
}

.SP_mb16{
  margin-bottom: 16px;
}

.SP_mt80{
  margin-top: 80px;
}

.SP_mb80{
  margin-bottom: 80px;
}

.link_btn{
  width: 240px;
  height: 48px;
  line-height: 48px;
}

.contact_btn{
  width: 240px;
  height: 48px;
  line-height: 48px;
}

.footer_logo{
  width: 50%;
  margin-top: 40px;
}

/* ↓やめるかも */
.add_tel{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 72px;
}


.f23{
  font-size: 2.3rem;
}

/*-------------------------------------
*
* SP_初めての方へ
*
*------------------------------------*/

.message2 img {
  padding-top: 80px;
  padding-left: 0;
  padding-right: 16px;
  width: 60px;
}

.recommend_No{
  font-size: 3rem;
  padding: 0 10px;
}

.SP_recommend_text{
  background-color: #2b1e07;
  color: #FFF;
  display: flex;
  padding: 8px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

/*-------------------------------------
*
* SP_店舗案内
*
*------------------------------------*/

.facility{
  display: inline;
}

.facility_item{
  display: flex;
  flex-direction: column-reverse;
}

.facility_title{
  background-color: #2b1e07;
}

/*-------------------------------------
*
* SP_アクセス
*
*------------------------------------*/

.salon_info th{
  min-width: 104px;
  min-height: 80px; 
}
 
.salon_info td{
  width: auto;
}

/*-------------------------------------
*
* SP_よくある質問
*
*------------------------------------*/



.a{
  padding-bottom: 24px;
  text-align: justify;
}

}
