@charset "UTF-8";
/*               frame > HEADER　>　LOGO
======================================================= */
@media only screen and (max-width: 768px) {
  #hd_logo {
    display: flex;
  }
}
@media only screen and (max-width: 400px) {
  #hd_logo h1, #hd_logo p {
    width: 160px;
    height: 23px !important;
  }
  #hd_logo h1 a, #hd_logo p a {
    /*padding-top: 3px;*/
  }
  #hd_logo h1 a img, #hd_logo p a img {
    width: 100% !important;
    height: 23px !important;
  }
}
@media only screen and (min-width: 769px) {
  #hd_logo span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #hd_logo span {
    display: block;
  }
  #hd_logo span img {
    margin: 7px 0 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  #hd_logo span {
    width: 80px;
  }
  #hd_logo span img {
    margin: 7px 0 0 8px;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  #header #header_area #hd_info #hd_top #hd_navi ul li + li {
    padding-left: 0.4em;
    margin-left: 0.4em;
  }
}

#header #header_area #hd_info #hd_top #hd_navi ul li.tel {
  margin-right: -10px;
}

@media only screen and (max-width: 850px) {
  #header #header_area #hd_info #hd_top #hd_navi ul li.tel span {
    font-size: 115%;
    font-weight: bold;
  }
}

@media only screen and (max-width: 850px) {
  #header #header_area #hd_info #hd_top #hd_navi ul li.tel .tel_info {
    font-size: 70%;
    padding-top: 0.4em;
  }
}

/*                frame > HEADER　>　SNS
======================================================= */
#hd_sns ul {
  display: flex;
  padding-top: 8px;
  margin: 0 18px 0 0;
}
@media only screen and (max-width: 850px) {
  #hd_sns ul {
    padding-top: 5px;
    margin: 0 6px 0 0px;
  }
}
#hd_sns ul li {
  margin: 0 0px 0 10px;
  align-self: center;
}
@media only screen and (max-width: 850px) {
  #hd_sns ul li {
    margin: 0 0px 0 6px;
  }
}
#hd_sns ul li:nth-child(1) {
  margin: 0 0px 0 0px;
}
#hd_sns ul li a {
  display: block;
  width: 21px;
}
@media only screen and (max-width: 850px) {
  #hd_sns ul li a {
    width: 17px;
  }
}
#hd_sns ul li a img {
  width: 100%;
}

/*                frame　>　フッター
======================================================= */
#ft_group_logo {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #ft_group_logo {
    display: none;
  }
}

#ft_info_area {
  color: #35231C;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  #ft_info_area {
    padding-left: 290px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_info_area {
    display: none;
  }
}
#ft_info_area #ft_info_inner .ft_tel_word {
  margin-top: 8px;
}
#ft_info_area #ft_info_inner .ft_tel_word p {
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
#ft_info_area #ft_info_inner .ft_tel_word p:after {
  content: "";
  position: absolute;
  height: 1px;
  display: block;
  bottom: 10px;
  opacity: 0.3;
  background-color: #000;
}
#ft_info_area #ft_info_inner .ft_tel_word p.ft_tel_contact:after {
  width: 55px;
  left: 114px;
}
#ft_info_area #ft_info_inner .ft_tel_word p.ft_tel_booking:after {
  width: 70px;
  left: 100px;
}
#ft_info_area #ft_info_inner .ft_tel_info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#ft_info_area #ft_info_inner .ft_tel_info .ft_tel_num {
  display: flex;
  font-size: 18px;
}
#ft_info_area #ft_info_inner .ft_tel_info .ft_tel_num:before {
  content: "\f098";
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  margin-right: .3em;
  color: #38251d;
}
#ft_info_area #ft_info_inner .ft_tel_info .ft_tel_num p {
  font-weight: 900;
}
#ft_info_area #ft_info_inner .ft_tel_info .ft_tel_hours {
  margin-left: 6px;
}
#ft_info_area #ft_info_inner .ft_tel_caution {
  margin-top: 8px;
}
#ft_info_area #ft_info_inner .ft_tel_caution p {
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  #ft_info_area #ft_info_inner .ft_tel_caution p {
    font-weight: bold;
    font-size: 12px;
  }
}

#ft_right {
  padding-top: 26px !important;
}
@media only screen and (max-width: 900px) {
  #ft_right {
    padding: 0 !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  #footer {
    height: 60px;
  }
}

#ft_area {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #ft_area {
    padding-bottom: 45px;
  }
}
#ft_area #ft_right {
  padding: 20px 0 0 0px !important;
}
#ft_area #ft_info {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  color: #35231C;
  width: 56%;
}
@media only screen and (max-width: 1024px) {
  #ft_area #ft_info {
    width: 60% !important;
  }
}
@media only screen and (max-width: 900px) {
  #ft_area #ft_info {
    width: 100% !important;
    bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_area #ft_info {
    width: 100%;
    text-align: center;
    bottom: 5px;
  }
}
@media only screen and (max-width: 640px) {
  #ft_area #ft_info {
    bottom: -5px;
  }
}
#ft_area #ft_info p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #ft_area #ft_info p {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #ft_area #ft_info #copy {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0 10px 0;
    margin: 0 0 0px;
  }
}

/*                スマホ　>　SNS
======================================================= */
#ft_sns {
  margin-top: 10px;
  background-color: white;
  margin-bottom: 10px;
}
#ft_sns ul {
  display: flex;
  justify-content: center;
  padding: 16px 0 14px 0;
}
#ft_sns ul li {
  align-self: center;
  margin: 0 10px;
}
#ft_sns ul li a {
  display: block;
  width: 30px;
}
#ft_sns ul li a img {
  width: 100%;
}

/*                sidebar > banner
======================================================= */
/*                HOME　>　キービジュアルしたバナーのレイアウト調整
======================================================= */
#home_bnr {
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  #home_bnr {
    margin: 0 30px;
    max-width: 100%;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  #home_bnr {
    margin: 0 20px -15px;
  }
}

#home_bnr_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 1300px) {
  #home_bnr_inner {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 600px) {
  #home_bnr_inner {
    flex-direction: column;
    margin: 0 -10px;
  }
}
#home_bnr_inner .home_bnr_block {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 50%;
}
@media only screen and (max-width: 1300px) {
  #home_bnr_inner .home_bnr_block {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #home_bnr_inner .home_bnr_block {
    width: 100%;
    margin-bottom: 15px;
  }
}
#home_bnr_inner .home_bnr_block:nth-child(5) {
  order: 6;
}
#home_bnr_inner .home_bnr_block:nth-child(6) {
  order: 5;
}
@media only screen and (max-width: 600px) {
  #home_bnr_inner .home_bnr_block:nth-child(5) {
    order: 5;
  }
  #home_bnr_inner .home_bnr_block:nth-child(6) {
    order: 6;
  }
}
#home_bnr_inner .home_bnr_block .home_bnr_half {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#home_bnr_inner .home_bnr_block .home_bnr_half a {
  display: block;
  width: 50%;
}
#home_bnr_inner .home_bnr_block .home_bnr_half a:nth-child(1) {
  margin-right: 30px;
}
@media only screen and (max-width: 1300px) {
  #home_bnr_inner .home_bnr_block .home_bnr_half a:nth-child(1) {
    margin-right: 20px;
  }
}
#home_bnr_inner .home_bnr_block img {
  width: 100%;
}

/*                HOME　>　岩盤浴
======================================================= */
@media only screen and (max-width: 640px) {
  #home_bedrock {
    margin-bottom: 2.5em;
  }
}

/*                HOME　>　楽しみ方
======================================================= */
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner {
    margin: 25px -10px 0;
  }
}
@media only screen and (max-width: 640px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner {
    margin: 25px 0px 0;
  }
}
@media only screen and (max-width: 400px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner {
    margin-bottom: 15px;
  }
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block {
  width: calc(100% / 2);
  padding: 0 15px 30px;
}
@media only screen and (max-width: 1024px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 768px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block {
    padding: 0 10px 20px;
  }
}
@media only screen and (max-width: 640px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block {
    padding: 0 5px 20px;
    width: calc(100% / 1);
  }
}
@media only screen and (max-width: 400px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block {
    padding-bottom: 10px;
  }
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a {
  text-decoration: none;
  display: block;
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner {
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner {
    flex-direction: row;
  }
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_photo {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_photo {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_photo {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_photo {
    padding: 15px 0px 15px 15px;
  }
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_photo:before {
  content: url(../media/images/home/home_more.png);
  position: absolute;
  left: calc((100% / 2) - 47px);
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(67, 36, 14, 0);
  transition: 0.5s;
  z-index: 9;
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_photo img {
  width: 100%;
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_word {
  width: 50%;
  align-self: center;
  padding: 0 15px 0 20px;
}
@media only screen and (max-width: 1024px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_word {
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_word {
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_word {
    padding: 15px;
    width: 50%;
  }
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_word h3 {
  font-weight: bold;
  position: relative;
  margin-bottom: 18px;
}
@media only screen and (max-width: 400px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_word h3 {
    margin-bottom: 0px;
  }
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_word h3:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background-color: #40261f;
  display: block;
  width: 30px;
  bottom: -8px;
  opacity: 0.3;
}
@media only screen and (max-width: 400px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_word h3:after {
    content: none;
  }
}
@media only screen and (max-width: 400px) {
  #enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a .enjoy_block_inner .enjoy_block_word p {
    display: none;
  }
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a:hover .enjoy_block_inner .enjoy_block_photo:before {
  opacity: 1;
}
#enjoy_area #enjoy_area_inner #enjoy_group #enjoy_group_inner .enjoy_block a:hover .enjoy_block_inner .enjoy_block_photo:after {
  background-color: rgba(67, 36, 14, 0.5);
}

/*                リラックス　>　コンセント
======================================================= */
#powersup_area {
  margin-bottom: 20px;
  border: solid 5px #f4f4f4;
}
#powersup_area #powersup_area_inner {
  padding: 15px 15px 15px 5px;
}
@media only screen and (max-width: 500px) {
  #powersup_area #powersup_area_inner {
    padding: 15px 10px 15px 10px;
  }
}
#powersup_area #powersup_area_inner #powersup_wp {
  display: flex;
}
@media only screen and (max-width: 500px) {
  #powersup_area #powersup_area_inner #powersup_wp {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  #powersup_area #powersup_area_inner #powersup_wp #powersup_photo {
    text-align: center;
  }
}
#powersup_area #powersup_area_inner #powersup_wp #powersup_word {
  flex: 1;
  align-self: center;
  margin-left: 10px;
}
@media only screen and (max-width: 500px) {
  #powersup_area #powersup_area_inner #powersup_wp #powersup_word {
    margin: 10px 5px 0;
  }
}
#powersup_area #powersup_area_inner #powersup_wp #powersup_word p {
  font-size: 1.1em;
}

.sidebar_bnr li {
  margin-bottom: 16px;
}

/*                料金　>　注意事項 タトゥー
======================================================= */
#tattoo_area {
  background-color: white;
  margin: 30px 10px 10px 10px;
}
#tattoo_area #tattoo_area_inner {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  #tattoo_area #tattoo_area_inner {
    padding: 20px;
  }
}
#tattoo_area #tattoo_area_inner #tattoo_wp {
  display: flex;
}
@media only screen and (max-width: 950px) {
  #tattoo_area #tattoo_area_inner #tattoo_wp {
    display: block;
  }
}
#tattoo_area #tattoo_area_inner #tattoo_wp #tattoo_word {
  flex: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 950px) {
  #tattoo_area #tattoo_area_inner #tattoo_wp #tattoo_word {
    margin: 0 0 20px;
    width: 100%;
  }
}
#tattoo_area #tattoo_area_inner #tattoo_wp #tattoo_word h4 {
  color: #990000;
  font-weight: 900;
}
#tattoo_area #tattoo_area_inner #tattoo_wp #tattoo_word p {
  margin: 10px 0;
}
#tattoo_area #tattoo_area_inner #tattoo_wp #tattoo_word span {
  font-size: 0.8em;
}
#tattoo_area #tattoo_area_inner #tattoo_wp #tattoo_photo {
  width: 330px;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  #tattoo_area #tattoo_area_inner #tattoo_wp #tattoo_photo {
    width: 100%;
    margin-bottom: 10px;
  }
}
#tattoo_area #tattoo_area_inner #tattoo_np {
  background-color: #f0e2d8;
  padding: 10px;
  margin-top: 20px;
}
#tattoo_area #tattoo_area_inner #tattoo_np #tattoo_np_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  #tattoo_area #tattoo_area_inner #tattoo_np #tattoo_np_inner {
    flex-direction: column;
  }
}
#tattoo_area #tattoo_area_inner #tattoo_np #tattoo_np_inner #tattoo_name {
  align-self: center;
}
#tattoo_area #tattoo_area_inner #tattoo_np #tattoo_np_inner #tattoo_name h5 {
  color: #990000;
  font-weight: 800;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  #tattoo_area #tattoo_area_inner #tattoo_np #tattoo_np_inner #tattoo_name h5 {
    margin-bottom: 5px;
  }
}
#tattoo_area #tattoo_area_inner #tattoo_np #tattoo_np_inner #tattoo_price {
  background-color: #990000;
}
#tattoo_area #tattoo_area_inner #tattoo_np #tattoo_np_inner #tattoo_price p {
  color: white;
  font-weight: 900;
  padding: 5px 5px 5px 10px;
  text-align: center;
}

/*                料金　>　ポイントカード
======================================================= */
#pointcard_area.eng {
  padding: 0px;
}
#pointcard_area.eng #pointcard_area_inner #pointcard_gift dl:nth-child(even) {
  background-color: #ebebeb;
}

#pointcard_area {
  background-color: #fff4ed;
  padding: 35px;
  margin-top: 34px;
  /*pointcard_area_inner*/
}
@media only screen and (max-width: 1024px) {
  #pointcard_area {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #pointcard_area {
    padding: 15px;
  }
}
#pointcard_area #pointcard_area_inner {
  background-color: #fff;
  padding: 30px;
  /*pointcard_gift*/
}
@media only screen and (max-width: 1024px) {
  #pointcard_area #pointcard_area_inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #pointcard_area #pointcard_area_inner {
    padding: 15px;
  }
}
#pointcard_area #pointcard_area_inner #pointcard_wp {
  display: flex;
  margin-bottom: 12px;
  /*pointcard_word*/
  /*pointcard_photo*/
}
@media only screen and (max-width: 640px) {
  #pointcard_area #pointcard_area_inner #pointcard_wp {
    flex-direction: column;
  }
}
#pointcard_area #pointcard_area_inner #pointcard_wp #pointcard_word {
  flex: 1;
}
#pointcard_area #pointcard_area_inner #pointcard_wp #pointcard_word h2 {
  font-size: 21px;
  font-weight: 600;
  color: #990000;
  margin-bottom: 6px;
}
#pointcard_area #pointcard_area_inner #pointcard_wp #pointcard_word h3 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 18px;
}
#pointcard_area #pointcard_area_inner #pointcard_wp #pointcard_word p {
  margin-bottom: 0.5em;
  font-size: 16px;
}
#pointcard_area #pointcard_area_inner #pointcard_wp #pointcard_word ul li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 16px;
}
#pointcard_area #pointcard_area_inner #pointcard_wp #pointcard_word ul li:before {
  content: "※";
}
#pointcard_area #pointcard_area_inner #pointcard_wp #pointcard_photo {
  width: 180px;
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  #pointcard_area #pointcard_area_inner #pointcard_wp #pointcard_photo {
    display: none;
  }
}
#pointcard_area #pointcard_area_inner #pointcard_wp #pointcard_photo img {
  width: 100%;
}
#pointcard_area #pointcard_area_inner #pointcard_gift h2 {
  color: #990000;
  font-weight: 600;
  margin-bottom: 14px;
}
#pointcard_area #pointcard_area_inner #pointcard_gift h2 span {
  color: #333;
  font-weight: 400;
}
#pointcard_area #pointcard_area_inner #pointcard_gift h2 span:before {
  content: "※";
}
#pointcard_area #pointcard_area_inner #pointcard_gift dl {
  display: flex;
  padding: 12px;
  font-size: 16px;
}
#pointcard_area #pointcard_area_inner #pointcard_gift dl:nth-child(even) {
  background-color: #fff4ed;
}
#pointcard_area #pointcard_area_inner #pointcard_gift dl dt {
  width: 4.5em;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  #pointcard_area #pointcard_area_inner #pointcard_gift dl dt {
    width: 4em;
  }
}
#pointcard_area #pointcard_area_inner #pointcard_gift dl dd {
  flex: 1;
  padding-left: 16px;
}

/*pointcard_area*/
/*                リラックス　>　コンセント（英語）
======================================================= */
.lower_cont #powersup_area {
  margin-bottom: 20px;
  background-color: white;
  border: none;
}
.lower_cont #powersup_area #powersup_area_inner {
  padding: 15px 15px 15px 5px;
}
@media only screen and (max-width: 500px) {
  .lower_cont #powersup_area #powersup_area_inner {
    padding: 15px 10px 15px 10px;
  }
}
.lower_cont #powersup_area #powersup_area_inner #powersup_wp {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .lower_cont #powersup_area #powersup_area_inner #powersup_wp {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .lower_cont #powersup_area #powersup_area_inner #powersup_wp #powersup_photo {
    text-align: center;
  }
}
.lower_cont #powersup_area #powersup_area_inner #powersup_wp #powersup_word {
  flex: 1;
  align-self: center;
  margin-left: 10px;
}
@media only screen and (max-width: 500px) {
  .lower_cont #powersup_area #powersup_area_inner #powersup_wp #powersup_word {
    margin: 10px 5px 0;
  }
}
.lower_cont #powersup_area #powersup_area_inner #powersup_wp #powersup_word p {
  font-size: 0.8em;
}

/*                定義　>　上書き（英語）アクセスのリンク
======================================================= */
.info_txt a {
  text-decoration: underline;
  font-weight: 600;
}

/*                定義　>　上書き（英語）タトゥー注意事項
======================================================= */
.notes #tattoo_area {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.notes #tattoo_area #tattoo_area_inner #tattoo_wp p {
  font-size: 16px;
}
.notes #tattoo_area #tattoo_area_inner #tattoo_np {
  background-color: #ebebeb;
}
.notes #tattoo_area #tattoo_area_inner #tattoo_np #tattoo_np_inner #tattoo_name h5 {
  color: #000;
  font-size: 16px;
}
.notes #tattoo_area #tattoo_area_inner #tattoo_np #tattoo_np_inner #tattoo_price {
  background-color: #000;
  font-size: 16px;
}

/*                定義　>　岩盤浴（英語）ロウリュウ開催
======================================================= */
.layout_1col_set p .stress {
  color: #990000;
  font-weight: 600;
}

/*                header改修分_20191206@ikeno
======================================================= */
#header #header_area #hd_logo h2.hd_note, #header #header_area #hd_logo p.hd_note {
  margin-top: 0.25em;
  text-align: right;
  font-size: 114.2%;
  color: #43240e;
}
@media only screen and (max-width: 900px) {
  #header #header_area #hd_logo h2.hd_note, #header #header_area #hd_logo p.hd_note {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #header #header_area #hd_logo h2.hd_note, #header #header_area #hd_logo p.hd_note {
    display: none;
  }
}

/*               home_bnr改修分_20200226@ikeno
======================================================= */
.home_bnr_wide {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1300px) {
  .home_bnr_wide {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home_bnr_wide {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .home_bnr_wide .display_pc {
    display: none;
  }
}
.home_bnr_wide .display_sp {
  display: none;
}
@media only screen and (max-width: 480px) {
  .home_bnr_wide .display_sp {
    display: block;
  }
}
.home_bnr_wide img {
  width: 100%;
}

/*# sourceMappingURL=add_y.css.map */
