@charset "utf-8";
/* CSS Document */
/* clearfix
-----------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.container {
  width: 930px;
  margin: 20px auto 0;
}
.banner_01 {
  background: #000;
  display: table;
  box-shadow: 0 0 10px #000;
  box-shadow: 7px 7px 7px #666;
  margin-top: 10px;
}
.banner_01 > div {
  display: table-cell;
}
.banner_01_l img {
  margin-bottom: 2px;
}
.banner_01_r {
  position: relative;
}
.banner_01_r .head_rsrv {
  position: absolute;
  top: 10px;
  right: 10px;
}
.banner_01_r .head_rsrv a {
  display: block;
  padding: 10px 30px;
  background: linear-gradient(180deg, rgba(90,43,1,1), rgba(0,0,0,1));
  color: #fff;
  border-radius: 12px;
}
.banner_01_r .head_rsrv a span {
  font-size: 9px;
}
.banner_01_r .eyecatch_ttl {
  position: absolute;
  top: 20%;
  width: 100%;
  padding: 20px;
  background: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,0.1), rgba(0,0,0,0));
  color: #fff;
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
}
.banner_01_r .eyecatch_ttl span {
  color: #fff;
  font-size: 18px;
}
#breadcrumbs {
  margin-top: 20px;
}
#contents {
  display: table;
}
#article {
  width: 680px;
  display: table-cell;
  vertical-align: top;
}
#aside {
  background: #77472a;
  width: 245px;
  display: table-cell;
  vertical-align: top;
  border-left: 5px solid #e8e8dc;
}
.tit_01 {
  padding: 0 0 0 15px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", serif;
  color: #fff;
  background-color: #663d25;
}
.txt_01 {
  margin-top: 20px;
  padding: 0 0 0 15px;
}
.txt_03 {
  margin: 20px 0;
  padding: 0;
}

h2 {
  padding: 0;
}
.box_01 > div {
  width: 320px;
  float: left;
  margin-left: 9px;
  margin-bottom: 18px;
}
.box_01 > div:nth-child(1 + 4) {
  margin-left: 0;
}
.box_01 > div > a:first-of-type {
  display: block;
  height: 185px;
  overflow: hidden;
}
.box_01 > div > div:first-of-type {
  padding-bottom: 15px;
}

.box_01.list_it > div {
  width: 100%;
  float: none;
  margin: 0 0 18px 0;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.box_01.list_it > div img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.box_01 a {
  color: #fff;
}
.box_01 a:hover {
  color: #ffcc00;
}
.box_01 >.topics_2col{
 width: 640px;
}

.box_01 > .topics_2col > a:first-of-type {
	display: inline-block;
}

.topics_izu{
	background: #669999;;
}

.topics_shinjuku{
	background: #cc9966;
}

.topics_ito{
	background: #6699cc;
}

.whitelink{
	width: 315px;
    display: inline-block;
	height: 170px;
}

.box_01 > .topics_izu >  a:first-of-type{
	height: 182px;
}

a.rlov{
	width: 100%;
    text-align: center;
    display: inline-block;
}

.topics_izu a.rlov{
	background: #025954;
}

.topics_shinjuku a.rlov{
    background: #be4b0c;
}

.topics_ito a.rlov{
    background: #0863aa;
}

.section_01 {
  margin-bottom: 30px;
}
.box_02 {
  display:flex;
  flex-wrap: wrap;
  justify-content:left;
  margin-bottom: 40px;
  max-width: 660px;
}
.box_02 div {
  margin-right:10px;
  width:calc((100% - 20px) / 3);
}
.box_02 div:last-child{
  margin-right:0;
}
.box_02 h3 img {
  margin-bottom: 5px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.list_01 {
  margin-top: 30px;
}
.footer {
  border-top: 1px solid #999;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: table;
  width: 660px;
}
.footer > div {
  display: table-cell;
}
.footer > div.copyright {
  text-align: right;
}
.aside_box_01 {
  padding: 5px;
  margin-bottom: 30px;
}
.aside_box_01 dl{
  display:flex;
  flex-wrap: wrap;
  justify-content:left;
  margin-bottom:10px;
}
.aside_box_01 dt{
  padding:5px;
  width:50px;
}
.aside_box_01 dt img{
  width:100%;
  height:50px;
  object-fit: cover;
}
.aside_box_01 dd{
  padding:5px;
  color:#fff;
  width:calc(100% - 70px);
}
.aside_under .aside_box_01 {
  padding: 5px 17px 10px;
  border-bottom: 1px solid #663d25;
  margin-bottom: 20px;
}
#aside .aside_box_01:nth-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#aside .aside_box_01:last-child {
  border-bottom: none;
}
.aside_box_01 a {
  color: #fff;
}
.aside_box_01 a:hover {
  color: #ffcc00;
}
.aside_box_01 p {
  color: #fff;
  margin-bottom: 10px;
}
.aside_link_01 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.aside_link_01 > a {
  display: table-cell;
  padding: 5px;
  color: #fff;
  vertical-align: top;
}
.aside_link_01 > a:nth-child(1) {
  width: 50px;
}
.aside_link_01 a:hover {
  opacity: 0.7;
  color: #ffcc00;
}
#nav ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 661px;
  margin-bottom: 20px;
}
#nav ul li {
  display: table-cell;
  text-align: center;
  background: #ccc;
}
#nav a {
  display: block;
  padding: 10px 20px;
  color: #000;
  background: rgb(217, 217, 194);
  background: -moz-linear-gradient(
    90deg,
    rgb(217, 217, 194) 0%,
    rgb(173, 167, 143) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(217, 217, 194) 0%,
    rgb(173, 167, 143) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgb(217, 217, 194) 0%,
    rgb(173, 167, 143) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgb(217, 217, 194) 0%,
    rgb(173, 167, 143) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(217, 217, 194) 0%,
    rgb(173, 167, 143) 100%
  );
  position: relative;
}
#nav a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #87847b;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
#nav li:first-child a::before {
  content: none;
}
#nav a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #e0ded1;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
#nav li:last-child a::after {
  content: none;
}
#nav a:hover,
#nav a.current {
  background: rgb(210, 210, 186);
  background: -moz-linear-gradient(
    90deg,
    rgb(210, 210, 186) 0%,
    rgb(162, 157, 137) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(210, 210, 186) 0%,
    rgb(162, 157, 137) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgb(210, 210, 186) 0%,
    rgb(162, 157, 137) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgb(210, 210, 186) 0%,
    rgb(162, 157, 137) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(210, 210, 186) 0%,
    rgb(162, 157, 137) 100%
  );
}
#nav a.current {
  pointer-events: none;
}
.box_03 {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  width: 440px;
  margin: 10px auto 20px;
}
.box_03 img {
  float: left;
  margin-right: 30px;
}
.box_04 {
  background: #fff;
  padding: 20px;
  width: 500px;
  margin: 0 auto;
  border: 1px solid #77472a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.box_04 div {
	display: flex;
	justify-content: center;
  text-align: center;
}
.box_04 p {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.tit_02 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.box_05 {
  border: 1px solid #000;
  padding: 20px 20px 10px;
  width: 607px;
  margin-top: 20px;
}
.box_05 p {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.box_05 a {
  font-size: 18px;
}
.tit_03 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.box_06 {
  display: table;
  margin-top: 30px;
  width: 649px;
}
.box_06 > div {
  display: table-cell;
  vertical-align: top;
}
.box_06 > div:nth-child(1) {
  width: 154px;
}
.box_06 > div:nth-child(1) img {
  border: 1px solid #333;
  vertical-align: top;
  background: #333;
  display: block;
}
.box_06 > div:nth-child(2) {
  padding-left: 8px;
}
.box_06 .intro {
  background: #b198cf url(../izu/images/bg_ttl_body.jpg) top left no-repeat;
  border: 1px solid #333;
  border-bottom: none;
  padding: 10px;
  padding-top: 40px;
}
.box_06.box_06a .intro {
  background: #e59395 url(../izu/images/bg_ttl_cream.jpg) top left no-repeat;
}
.box_06.box_06b .intro {
  background: #95b93b url(../izu/images/bg_ttl_facial.jpg) top left no-repeat;
}
.box_06.box_06c .intro {
  background: #dd9cbe url(../izu/images/bg_ttl_special.jpg) top left no-repeat;
}
.box_06.box_06d .intro {
  background: #e3c941 url(../izu/images/bg_ttl_stone.jpg) top left no-repeat;
}
.box_06.box_06d .intro.foot {
  background: #e3c941 url(../images/shinjuku/bg_ttl_stone.png) top left
    no-repeat;
}
.box_06.box_06e .intro {
  background: #83c5b7 url(../izu/images/bg_ttl_petit.jpg) top left no-repeat;
}
.box_06.box_06e .refresh.intro {
  background: #83c5b7 url(../images/shinjuku/bg_ttl_petit.png) top left
    no-repeat;
}
.box_06.box_06f .intro {
  background: #c85250 url(../shinjuku/images/bg_ttl_original.jpg) top left
    no-repeat;
}
.box_06.box_06g .intro {
  background: #025291 url(../shinjuku/images/bg_ttl_thalasso.jpg) top left
    no-repeat;
}
.box_06 .intro p {
  color: #fff;
}
.tbl_01 {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  margin-bottom: 10px;
}
.tbl_01 th,
.tbl_01 td {
  border-bottom: 1px solid #333;
  text-align: center;
  border-right: 1px solid #333;
}
.tbl_01 th {
  background: #b198cf;
}
.tbl_01.tbl_01a th {
  background: #e59395;
}
.tbl_01.tbl_01b th {
  background: #95b93b;
}
.tbl_01.tbl_01c th {
  background: #dd9cbe;
}
.tbl_01.tbl_01d th {
  background: #e3c941;
}
.tbl_01.tbl_01e th {
  background: #83c5b7;
}
.tbl_01.tbl_01f th {
  background: #f3ae67;
}
.tbl_01.tbl_01g th {
  background: #025291;
}
.tbl_01 td {
  padding: 10px;
}
.tbl_01 td span {
  font-size: 80%;
}
.tbl_01 td:nth-child(1) {
  text-align: left;
}
.txt_02 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.box_07 {
  display: table;
  width: 655px;
}
.box_07 > div {
  display: table-cell;
  vertical-align: top;
  line-height: 1.3;
  padding: 5px;
}
.txt_right {
  text-align: right;
}
.list_02 ul {
  margin: 0;
  padding: 0;
}
.list_02 li {
  margin-bottom: 20px;
}
.box_08 {
  display: table;
  width: 610px;
}
.box_08 > div {
  display: table-cell;
  vertical-align: top;
}
.box_08 > div:nth-child(2) {
  padding-left: 10px;
}
.list_03 {
  margin: 14px 0 0 30px;
}
.box_09 {
  width: 640px;
}
.list_04 {
  margin-bottom: 40px;
}
.list_04 ul {
  margin: 0;
  padding: 0;
}
.list_04 ul li {
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
}
.box_10 {
  margin-top: 40px;
  margin-bottom: 30px;
  display: table;
}
.box_10 > div {
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
  min-width: 180px;
}
.box_10 th,
.box_10 td {
  vertical-align: top;
  letter-spacing: -0.5px;
}
.box_11 {
  background: #fff;
  padding: 15px;
  width: 500px;
  margin: 0 auto;
  border: 1px solid #77472a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.box_11 p {
  text-align: center;
}
.box_11 > div {
  margin: 0 auto 5px;
  text-align: center;
}
.number_tel {
  font-size: 20px;
}
.new_shop {
  text-align: center;
}
.new_shop .sub {
  color: #fc465a;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}
.new_shop > div {
  margin: 0px auto 0;
  width: 500px;
  border: 2px solid #fc465a;
  padding: 10px;
}
.new_shop .ttl {
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  color: #fc465a;
}
.new_shop .tel {
  background-color: #6f6363;
  width: 70%;
  margin: 5px auto;
  color: white;
  border-radius: 8px;
  padding: 5px;
}
.new_shop .tel .tel_number {
  font-size: 25px;
}

.box_shinsaibashi {
  position: relative;
}
.float_pre {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 4em;
  color: #fff;
  background-color: #000000b8;
  padding: 0;
  bottom: 0;
  height: 66%;
  vertical-align: middle;
}

.float_pre p {
  display: inline-block;
  height: 100%;
  top: 30px;
  width: 100%;
  padding-top: 100px;
  font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho",
    "Hiragino Mincho Pro", serif;
}

/* 点滅 */
.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
.price_point02 {
  margin-right: 10px;
  color: #b198cf;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
}
.ttl_cap_small{
  font-size: 10px;
}
.sp {
  display: none !important;
}
.pc {
  display: block !important;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section_01.izu_mb {
  padding-top: 30px;
}
.box_10 .box_10_thumb02_ct {
  display: table;
}
.box_10 .box_10_thumb02_txt {
  display: table-cell;
  min-width: 180px;
}
.footer.pc {
  display: table;
}
.aside_btn {
  border: #fff solid 1px;
  font-size: 9px;
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(8deg, #1e0d00, #5f310f, #ac5810);
}
.aside_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.aside_video {
  width: 200px;
  cursor: pointer;
}

.aside_btn a:hover {
  color: #fff;
}
.section_01.izu_mb {
  padding-top: 30px;
}
.box_10 .box_10_thumb02_ct {
  display: table;
}
.box_10 .box_10_thumb02_txt {
  display: table-cell;
  min-width: 180px;
}
.footer.pc {
  display: table;
}

/* WEB_03-11305 */
h3.ganbanyoku_ttl01 {
  width: 95%;
  padding-bottom: 5px;
  color: #000;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #000;
}
h2.ganbanyoku_ttl_h2 {
  width: 92%;
  margin-bottom: 40px;
  padding: 10px 20px;
  background: linear-gradient(180deg, rgba(123,80,61,1), rgba(89,70,66,1));
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  box-shadow: 3px 3px 7px 2px #B9BAB4;
}
ul.box_10_txt li {
  margin-bottom: 20px;
}
ul.recommended_ways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  column-gap: 30px;
}
ul.recommended_ways li {
  text-align: center;
}
ul.recommended_ways li p {
  min-height: 72px;
  margin-bottom: 20px;
  text-align: left;
}
ul.recommended_ways li img {
  width: 50%;
}
ul.oils_used {
  display: grid;
  grid-template: repeat(2,50%) / repeat(2,1fr);
  column-gap: 10px;
}
ul.oils_used li {
  display: grid;
  grid-template-columns: 30% auto;
  column-gap: 10px;
}
ul.oils_used li img {
  width: 100%;
}
ul.oils_used li span {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.box_10_thumb02_txt dl {
  margin-bottom: 1em;
}
.objectfit_cover {
  object-fit: cover;
}