@charset "UTF-8";
.lounge img {
  max-width: 100%;
  width: 100%;
  height: auto;
  align-self: center;
  justify-content: center;
}
.lounge .c-title1 {
  margin-bottom: 67px;
}
.lounge iframe {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .lounge iframe {
    width: 100%;
  }
  .lounge_greeting_text {
    text-align: center;
  }
}

.lounge .lounge_cafe .protein_frame1 .cafe_pic {
  width: 50%;
  margin-top: auto ;
  margin-bottom: auto ;

}

.lounge .lounge_cafe .protein_frame1 .cafe_content {
  width: 40%;
}

.menu-box-caption{
font-size: 14px;
letter-spacing: 0;
color: #000;
}

@media only screen and (max-width: 767px) {
  .lounge .lounge_cafe .protein_frame1 .slick-track {
    padding-bottom: 0;
  }
  .lounge .lounge_cafe .protein_frame1 .cafe_pic {
    width: 100%;
  }
  
.lounge .lounge_cafe .protein_frame1 .cafe_content {
  width: 100%;
 }
 
 .menu-box-caption{
   padding-bottom: 15px;
 }
}

.lounge .detail_cafe {
   margin-bottom: 86px;
}

@media only screen and (max-width: 767px) {
.lounge .lounge_cafe {
  padding-right: 2%;
  padding-left: 2%;
  }
}

.lounge .wifi-btn {
  align-items: center;
  justify-content: center;
  width: 128px;
  margin: 20px auto 30px;
  padding: 6px 0;
  color: #b8b8b8;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #b8b8b8;
}
.lounge .wifi-btn img {
  display: inline-block;
  width: 22px;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  .lounge .wifi-btn {

  }
}

.lounge .lounge_slide {
  padding: 0 0 80px;
}
.lounge .lounge_cafe {
  text-align: center;
}
.lounge .lounge_cafe .cafe_title {
  font-size: 32px;
  padding: 0 0 40px;
  color: #9f7f4f;
}

.inner_seasonal{
  margin-bottom: 90px;
}

.inner_deirection{
  margin-bottom: 260px;
}

.inner_tea{
margin-bottom: 91px;
}

.lounge .lounge_cafe .cafe_title2 {
  font-size: 24px;
  padding: 0 0 40px;
  color: #000;
}
.lounge .lounge_cafe .box_menu {
  overflow: hidden;
}
.lounge .lounge_cafe .menu-box {
  width: 33.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 0px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_cafe .menu-box {
    width: 100%;
  }
  .inner_seasonal{
    margin-bottom: 50px;
  }
  
  .inner_tea{
  margin-bottom: 30px;
  }
  
  .inner_seasonal .protein_frame1{
    display: flex;
    flex-flow: column-reverse;
  }
  .lounge .lounge_cafe .cafe_title2{
    padding: 0 0 20px;
  }
  
  .inner_deirection{
  margin-bottom: 60px;
  }
}
.lounge .lounge_cafe .menu-box h3 {
  font-size: 16px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C9C9C9;
  line-height: 1.0;
  margin: 10px 0px;
  font-weight: 500;
}
.lounge .lounge_cafe .menu-box h3 small {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  color: #A27E39;
  font-family: 'Playfair Display','Noto Serif Japanese',"Noto Serif CJK JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.lounge .lounge_cafe .menu-box .menu-box-caption {
  font-size: 13px;
  min-height: 110px;
}
.lounge .lounge_cafe .protein_frame1 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_cafe .protein_frame1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* flex-direction: column-reverse; */
    padding: 0 2%;
  }
}
.lounge .lounge_cafe .protein_frame1 .big_box h3 {
  font-size: 16px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #C9C9C9;
  line-height: 1.4;
  margin: 10px 0px;
  font-weight: 500;
}
.lounge .lounge_cafe .protein_frame1 .big_box h3 small {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  color: #A27E39;
  font-family: 'Playfair Display','Noto Serif Japanese',"Noto Serif CJK JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.lounge .lounge_cafe .protein_frame1 .protein_list {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_cafe .protein_frame1 .protein_list {
    width: 100%;
    margin-bottom: 40px;
  }
}
.lounge .lounge_cafe .protein_frame1 .protein_list .line {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.lounge .lounge_cafe .protein_frame1 .protein_list .line:first-child {
  padding-top: 0;
}
.lounge .lounge_cafe .protein_frame1 .protein_list h3 {
  font-size: 16px;
}
.lounge .lounge_cafe .protein_frame1 .protein_list h3 small {
  display: block;
  font-size: 13px;
  color: #A27E39;
  margin-top: 10px;
}
.lounge .lounge_cafe .protein_frame2 {
  padding: 40px 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_cafe .protein_frame2 {
    display: block;
    width: 100%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.lounge .lounge_cafe .protein_frame2 .small_box {
  width: 31.8%;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_cafe .protein_frame2 .small_box {
    width: 100%;
    margin-top: 40px;
  }
}
.lounge .lounge_cafe .protein_frame2 .small_box h3 {
  font-size: 16px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
  padding-bottom: 10px;
  line-height: 1.0;
  margin: 10px 0px;
  font-weight: 500;
}
.lounge .lounge_cafe .protein_frame2 .small_box h3 small {
  margin-top: 10px;
  font-size: 13px;
  color: #A27E39;
  font-family: 'Playfair Display','Noto Serif Japanese',"Noto Serif CJK JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.lounge .lounge_cafe .tea_frame {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_cafe .tea_frame {
    display: block;
    padding: 0 2% 60px;
  }
}
.lounge .lounge_cafe .tea_frame .frame_img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_cafe .tea_frame .frame_img {
    width: 100%;
  }
}
.lounge .lounge_cafe .tea_frame .frame_list {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_cafe .tea_frame .frame_list {
    width: 100%;
    padding-top: 30px;
  }
}
.lounge .lounge_cafe .tea_frame .frame_list .line {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.lounge .lounge_cafe .tea_frame .frame_list .line:first-child {
  padding-top: 0;
}
.lounge .lounge_cafe .tea_frame .frame_list h3 {
  font-size: 16px;
}
.lounge .lounge_cafe .tea_frame .frame_list h3 small {
  display: block;
  font-size: 13px;
  color: #A27E39;
  margin-top: 10px;
}
.lounge .lounge_info {
  padding-bottom: 80px;
}
.lounge .lounge_info .info_content {
  max-width: 60%;
  margin: 0 auto;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_info .info_content {
    max-width: 100%;
    padding: 0 4%;
  }
}
.lounge .lounge_info .info_txt2 {
  position: relative;
  margin: 40px 0;
}
.lounge .lounge_info .info_txt2:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -40px;
}
@media only screen and (max-width: 767px) {
  .lounge .lounge_info .info_txt2:before {
    left: -2%;
  }
}


/* Start / add_Whitening */
.whitening_frame {
  padding-bottom: 60px;
}
.whitening_frame .line {
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  line-height: 1;
  text-align: left;
}

.whitening_frame .line h3 .sml {
  font-size: 19px;
}

.whitening_frame .line2 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}
.whitening_frame .line small {
  display: block;
  font-size: 75%;
  color: #A27E39;
  margin-top: 10px;
}
.whitening_frame .text {
  letter-spacing: 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
.whitening_frame .frame_img {
  width: 50%;
}
.whitening_frame  .frame_list {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .whitening_frame {
    flex-wrap: wrap;
    padding: 0 2% 60px;
  }
  .whitening_frame .line {
    width: 100%;
    padding-top: 30px;
    font-size: 16px;
  }
  
  .whitening_frame .line h3 .sml {
  font-size: 14px;
  }
  .whitening_frame .frame_img {
    width: 100%;
  }
  .whitening_frame  .frame_list {
    width: 100%;
  }
}
/* End / add_Whitening */


/* ▼ 20210316 css Additional editing ▼ */
.lounge .lounge_cafe .protein_frame1 .big_box .protein_nameItem {
  font-size: 16px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #C9C9C9; */
  line-height: 1.4;
  margin: 10px 0px;
  font-weight: 500;
}
.lounge .lounge_cafe .protein_frame1 .big_box .protein_nameItem_small,
.lounge .lounge_cafe .protein_frame1 .protein_list .protein_nameItem_small,
.lounge .lounge_cafe .protein_frame2 .protein_nameItem_small,
.lounge .lounge_cafe .tea_frame .protein_nameItem_small {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  color: #A27E39;
  font-family: 'Playfair Display','Noto Serif Japanese',"Noto Serif CJK JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/*トレーナー画像レスポンシブ*/
.training_support_trainer_sp {
    display: none;
}

.training_support_trainer_pc {
    display: block; 
}

@media (max-width: 767px) {
    .training_support_trainer_pc {
        display: none;
    }

    .training_support_trainer_sp {
        display: block; 
    }
}

  @media only screen and (max-width: 767px) {
    .ts_sec_btn {
      margin: 10px auto;
      color: #000;
      border-bottom: #9f7f4f;
    }
}