@media only screen and (min-width: 768px) {
  .con_lower_title {
    background-image: url(../../relaxation/images/img_main-pc.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .con_lower_title {
    background-image: url(../../relaxation/images/img_main-sp.jpg);
  }
}

@media only screen and (max-width: 767px) {
  .txt_indent {
    text-align: left;
  }
}

.wrp_intro {
  background: #070a04;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .wrp_intro {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_intro {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_intro {
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
    padding-bottom: 4em;
  }
}
.wrp_intro .tmp_lowerlnk {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wrp_intro .tmp_lowerlnk {
    display: none;
  }
}
.wrp_intro .con_intro_top {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .wrp_intro .con_intro_top {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_intro .con_intro_top {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top {
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_intro .con_intro_top .tmp_block_text_pat3 .box_text {
    text-align: center;
  }
}
.wrp_intro .con_intro_top .tmp_block_text_pat3 {
  max-width: 1700px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .tmp_block_text_pat3 {
    width: 88%;
  }
}
.wrp_intro .con_intro_top .box_img {
  max-width: 1700px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_img {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_intro .con_intro_top .box_img {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_img {
    margin-top: 1.5em;
  }
}
.wrp_intro .con_intro_top .inn_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .wrp_intro .con_intro_top .inn_img {
    width: calc(1518 / 1700 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .inn_img {
    width: 100%;
  }
}
.wrp_intro .con_intro_top .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.wrp_intro .con_intro_top .bg span {
  display: block;
  padding-top: calc(795 / 1920 * 100%);
  position: relative;
  overflow: hidden;
}
.wrp_intro .con_intro_top .bg span img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .bg span {
    width: 180%;
    padding: calc(1431 / 3456 * 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.wrp_intro .con_intro_bottom {
  position: relative;
}
.wrp_intro .con_intro_bottom .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_bottom .bg {
    top: 2.5%;
  }
}
.wrp_intro .con_intro_bottom .bg span {
  display: block;
  padding-top: calc(952 / 1920 * 100%);
  position: relative;
  overflow: hidden;
}
.wrp_intro .con_intro_bottom .bg span img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_bottom .bg span {
    width: 150%;
    padding: calc(1428 / 2880 * 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.wrp_intro .con_intro_bottom .box_btn {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_bottom .box_btn {
    text-align: center;
    margin-bottom: 3em;
  }
}

.con_fuka {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .con_fuka {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fuka {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka .box_flex_img_text5 {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka .box_flex_img_text5 .box_l {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka .box_flex_img_text5 .box_r {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka .box_flex_img_text5 .box_r .box_text {
    margin-top: 3em;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fuka .box_flex_img_text5 .box_r .box_text a {
    color: #e9e9e9;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fuka .tmp_flex_img_text4_pat2 {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka .tmp_flex_img_text4_pat2 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fuka .tmp_flex_img_text4_pat2 {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka .tmp_flex_img_text4_pat2 {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka .tmp_flex_img_text4_pat2 .box_l {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka .tmp_flex_img_text4_pat2 .box_r {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fuka .tmp_flex_img_text4_pat2 .box_r .box_text {
    margin-top: 3em;
    max-width: 100%;
  }
}
.con_fuka .box_text {
  color: #e9e9e9;
}

@media only screen and (min-width: 1025px) {
  .con_aroma, .con_reflexology {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aroma, .con_reflexology {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_aroma, .con_reflexology {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_aroma .tmp_h3_line, .con_reflexology .tmp_h3_line {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aroma .tmp_h3_line, .con_reflexology .tmp_h3_line {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_aroma .tmp_h3_line, .con_reflexology .tmp_h3_line {
    margin-bottom: 1.5em;
  }
}
.con_aroma .box_txt, .con_reflexology .box_txt {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_aroma .box_txt, .con_reflexology .box_txt {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aroma .box_txt, .con_reflexology .box_txt {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_aroma .box_txt, .con_reflexology .box_txt {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_aroma .box_txt, .con_reflexology .box_txt {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .con_aroma .tmp_wrp_tbl, .con_reflexology .tmp_wrp_tbl {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aroma .tmp_wrp_tbl, .con_reflexology .tmp_wrp_tbl {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_aroma .tmp_wrp_tbl, .con_reflexology .tmp_wrp_tbl {
    margin-bottom: 1.5em;
  }
}
.con_aroma .tmp_wrp_tbl .tmp_tbl tr th, .con_reflexology .tmp_wrp_tbl .tmp_tbl tr th {
  color: #81722b;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aroma .tmp_wrp_tbl .tmp_tbl tr th, .con_reflexology .tmp_wrp_tbl .tmp_tbl tr th {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aroma .tmp_wrp_tbl .tmp_tbl tr td, .con_reflexology .tmp_wrp_tbl .tmp_tbl tr td {
    display: block;
    width: 100% !important;
  }
}
.con_aroma .box_benefits, .con_reflexology .box_benefits {
  padding: 10px 20px;
  border: solid 1px #000;
  outline: solid 3px #000;
  outline-offset: 1px;
  text-align: center;
}
.con_aroma .box_benefits .txt_l, .con_reflexology .box_benefits .txt_l {
  color: #81722b;
}
@media only screen and (min-width: 1025px) {
  .con_aroma .con_choice_aroma .tmp_flex_img_text5, .con_reflexology .con_choice_aroma .tmp_flex_img_text5 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aroma .con_choice_aroma .tmp_flex_img_text5, .con_reflexology .con_choice_aroma .tmp_flex_img_text5 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_aroma .con_choice_aroma .tmp_flex_img_text5, .con_reflexology .con_choice_aroma .tmp_flex_img_text5 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_aroma .con_choice_aroma .tmp_block_pat5, .con_reflexology .con_choice_aroma .tmp_block_pat5 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_aroma .con_choice_aroma .tmp_block_pat5, .con_reflexology .con_choice_aroma .tmp_block_pat5 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_aroma .con_choice_aroma .tmp_block_pat5, .con_reflexology .con_choice_aroma .tmp_block_pat5 {
    margin-bottom: 1.5em;
  }
}

.wrp_menu {
  background: url(../../relaxation/images/bg_relax.jpg) repeat;
}
@media only screen and (min-width: 1025px) {
  .wrp_menu {
    padding: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_menu {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_menu {
    padding: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_menu {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_menu {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_menu {
    margin-bottom: 2em;
  }
}
.wrp_menu .con_menu {
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .wrp_menu .con_menu {
    padding: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_menu .con_menu {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_menu .con_menu {
    padding: 1em;
  }
}
.wrp_menu .con_menu .wrp_tit {
  background: url(../../relaxation/images/titl_1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .wrp_menu .con_menu .wrp_tit {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_menu .con_menu .wrp_tit {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_menu .con_menu .wrp_tit {
    height: 20vh;
  }
}
.wrp_menu .con_menu .wrp_tit.tit2 {
  background: url(../../relaxation/images/titl_2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.wrp_menu .con_menu .wrp_tit::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
}
.wrp_menu .con_menu .wrp_tit .tmp_h5 {
  color: #e9e9e9;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.wrp_menu .con_menu .wrp_tit .tmp_h5 span {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .wrp_menu .con_menu .box_menu {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_menu .con_menu .box_menu {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_menu .con_menu .box_menu {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_menu .con_menu .box_menu {
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_menu .con_menu .box_menu .tmp_h4.s span {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_menu .con_menu .box_menu .tmp_h4.s span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_menu .con_menu .box_menu .tmp_h4.s span {
    font-size: 18px;
  }
}
.wrp_menu .con_menu .box_menu .tmp_wrp_tbl {
  width: 100%;
}
