@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms_withonsen.css
 author     : Ability Consultant
 style info : 露天風呂・半露天風呂付き客室
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/*Animate */
/* -----------------------------------------------------------
	mixin
----------------------------------------------------------- */
.view_pc_s {
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .view_pc_s {
    display: block;
  }
}
@media print {
  .view_pc_s {
    display: block;
  }
}
.ie8 .view_pc_s {
  display: block;
}

.view_pc_s-tab {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .view_pc_s-tab {
    display: block;
  }
}
@media print {
  .view_pc_s-tab {
    display: block;
  }
}
.ie8 .view_pc_s-tab {
  display: block;
}

.accordion.all {
  color: #404040;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .accordion.all:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    margin-top: -7px;
    border: 10px solid transparent;
    border-top: solid 15px #3b3b3b;
    border-bottom-width: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .accordion.all.active:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .accordion.all + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
}
@media print {
  .accordion.all:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    margin-top: -7px;
    border: 10px solid transparent;
    border-top: solid 15px #3b3b3b;
    border-bottom-width: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .accordion.all.active:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .accordion.all + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
}
.ie8 .accordion.all:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  margin-top: -7px;
  border: 10px solid transparent;
  border-top: solid 15px #3b3b3b;
  border-bottom-width: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.ie8 .accordion.all.active:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.ie8 .accordion.all + * .inner {
  padding: 1em;
  border: 1px dotted #999;
  border-top: 0;
  display: block;
}
.accordion.all:after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .accordion.all:after {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .accordion.all:after {
    display: none;
  }
}
.accordion.all + * {
  display: block;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .accordion.all + * {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .accordion.all + * {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
@media print {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
.ie8 .accordion.sp_only {
  font-weight: bold;
}
.ie8 .accordion.sp_only + * {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only {
    color: #404040;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .accordion.sp_only:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    margin-top: -7px;
    border: 10px solid transparent;
    border-top: solid 15px #3b3b3b;
    border-bottom-width: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .accordion.sp_only.active:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .accordion.sp_only + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .accordion.sp_only:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    margin-top: -7px;
    border: 10px solid transparent;
    border-top: solid 15px #3b3b3b;
    border-bottom-width: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }
  .ie8 .accordion.sp_only.active:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .ie8 .accordion.sp_only + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
  .accordion.sp_only:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .accordion.sp_only:after {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .accordion.sp_only:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only + * {
    display: none;
  }
}

/* -----------------------------------------------------------
	見出し
----------------------------------------------------------- */
.box_tl {
  /*中央寄せ インラインブロック要素でも可能*/
  /*h3*/
  /*h4*/
}
.box_tl.center {
  text-align: center;
}
.box_tl .st_medium {
  font-size: 188%;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 1.53333;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_tl .st_medium {
    font-size: 169%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .box_tl .st_medium {
    /*全体改修*/
    font-size: calc(27 / 624 * 100vw);
  }
}
.box_tl .st_medium:before, .box_tl .st_medium:after {
  content: "";
  position: absolute;
}
.box_tl .st_medium:before {
  border-right: 1px solid;
  left: -40px;
  top: -70px;
  height: 102px;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .box_tl .st_medium:before {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tl .st_medium:before {
    top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tl .st_medium:before {
    height: 82px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .box_tl .st_medium:before {
    left: calc(-40 / 624 * 100vw);
    top: calc(-70 / 624 * 100vw);
    height: calc(102 / 624 * 100vw);
  }
}
.box_tl .st_medium:after {
  border-top: 1px solid;
  left: -70px;
  top: -35px;
  width: 319px;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .box_tl .st_medium:after {
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tl .st_medium:after {
    top: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tl .st_medium:after {
    width: 269px;
  }
}
.box_tl .st_medium .min {
  font-size: 73%;
  margin-bottom: .25em;
}
.box_tl .st_medium .c_gold {
  color: #cb9d3a;
}
.box_tl .st_small {
  font-size: 150%;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 1.25;
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box_tl .st_small {
    font-size: 132%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .box_tl .st_small {
    /*全体改修*/
    font-size: calc(21 / 624 * 100vw);
  }
}

/* -----------------------------------------------------------
	基本テキスト
----------------------------------------------------------- */
.box_txt .tl {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 3px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .box_txt .tl {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
.box_txt .txt {
  color: #3b3b3b;
  line-height: 1.8;
  letter-spacing: 3px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .box_txt .txt {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}

/* -----------------------------------------------------------
	画像ホバー
----------------------------------------------------------- */
.box_img.over {
  overflow: hidden;
}
.box_img.over img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .7s;
  transition: .7s;
  width: 100%;
}
.box_img.over:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: .7s;
  transition: .7s;
}

/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	共通部分
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) and (max-width: 1920px) {
  #header .con_header {
    width: 8% !important;
  }
}
@media print {
  #header .con_header {
    width: 8% !important;
  }
}
.ie8 #header .con_header {
  width: 8% !important;
}
#header .con_header .txt_logocatch {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .txt_logocatch {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .txt_logocatch {
    display: block;
  }
}
#header .con_header .hotelname {
  display: none;
}
@media only screen and (min-width: 1025px) {
  #header .con_header .logo {
    max-width: 94px;
  }
}
@media print {
  #header .con_header .logo {
    max-width: 94px;
  }
}
.ie8 #header .con_header .logo {
  max-width: 94px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header .con_header .logo {
    /*全体改修*/
    width: 25%;
  }
}
#header .con_pgmain .con_pgtitle .gnav {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .con_pgmain .con_pgtitle .gnav {
    display: block;
  }
}

/* -----------------------------------------------------------
	con_pgmain
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) and (max-width: 1920px) {
  .con_pgmain {
    width: 92% !important;
  }
}
@media print {
  .con_pgmain {
    width: 92% !important;
  }
}
.ie8 .con_pgmain {
  width: 92% !important;
}
.con_pgmain .con_pgtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_pgmain .con_pgtitle .con_hnav h1 {
  margin: 1em 0;
}
.con_pgmain .con_pgtitle .con_mainslide {
  position: relative;
  width: 100%;
}
.con_pgmain .con_pgtitle .con_mainslide .slide_main {
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
}
.con_pgmain .con_pgtitle .con_mainslide .slide_main .slick-slide img {
  width: 100%;
}
.con_pgmain .con_pgtitle .con_mainslide .slide_main .slick-dots {
  position: absolute;
  bottom: 2em;
  right: 3em;
}
@media only screen and (max-width: 767px) {
  .con_pgmain .con_pgtitle .con_mainslide .slide_main .slick-dots {
    bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgmain .con_pgtitle .con_mainslide .slide_main .slick-dots {
    right: 1.5em;
  }
}
.con_pgmain .con_pgtitle .con_mainslide .slide_main .slick-dots li {
  display: inline-block;
  margin-right: 1.6em;
}
.con_pgmain .con_pgtitle .con_mainslide .slide_main .slick-dots li:last-child {
  margin-right: 0;
}
.con_pgmain .con_pgtitle .con_mainslide .slide_main .slick-dots li button {
  background: transparent;
  border: none;
  position: relative;
  text-indent: -9999px;
}
.con_pgmain .con_pgtitle .con_mainslide .slide_main .slick-dots li button::before {
  background-image: url(../rooms/withonsen/images/ic_slide.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 20px;
  z-index: 0;
}
.con_pgmain .con_pgtitle .con_mainslide .slide_main .slick-dots li.slick-active button::before {
  background-image: url(../rooms/withonsen/images/ic_slide_active.png);
  z-index: 1;
}
.con_pgmain .con_pgtitle .con_mainslide .scroll {
  position: absolute;
  bottom: -5.75em;
  -webkit-transition: .3s;
  transition: .3s;
  left: calc(50% - (44px / 2));
  width: calc(44 / 1920 * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll {
    bottom: -4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll {
    bottom: -4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll {
    left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll {
    left: calc(50% - (44px / 2));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll {
    width: calc(25 / 768 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll {
    width: 2em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll {
    bottom: -2.5em;
  }
  .con_pgmain .con_pgtitle .con_mainslide .scroll img {
    height: 4em;
  }
}
.con_pgmain .con_pgtitle .con_mainslide .scroll:hover {
  bottom: -6.75em;
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll:hover {
    bottom: -5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll:hover {
    bottom: -5em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_pgmain .con_pgtitle .con_mainslide .scroll:hover {
    bottom: -3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_pgmain .con_pgtitle h2 {
    top: auto !important;
    bottom: auto !important;
  }
}
@media print {
  .con_pgmain .con_pgtitle h2 {
    top: auto !important;
    bottom: auto !important;
  }
}
.ie8 .con_pgmain .con_pgtitle h2 {
  top: auto !important;
  bottom: auto !important;
}
@media only screen and (max-width: 767px) {
  .con_pgmain .con_pgtitle h2 {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .con_pgmain .con_pgtitle h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media print {
  .con_pgmain .con_pgtitle h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
.ie8 .con_pgmain .con_pgtitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.con_pgmain .con_pgtitle h2 img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

/* -----------------------------------------------------------
	con_topicpath
----------------------------------------------------------- */
html.lower #contents .con_topicpath {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_topicpath {
    margin: 90px auto 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  html.lower #contents .con_topicpath {
    margin: calc(90 / 624 * 100vw) auto 0;
  }
}
html.lower #contents .con_topicpath .topicpath {
  padding-right: 0;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  background-image: url(../rooms/withonsen/images/bg_intro.jpg);
  margin-top: 7em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    background-image: url(../rooms/withonsen/images/bg_intro-sp.jpg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-top: 2em;
  }
}
.con_intro::before, .con_intro::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}
.con_intro::before {
  background-image: url(../rooms/withonsen/images/deco_intro01.png);
  background-position: top right;
  top: 0;
  right: 0;
  height: calc(223 / 1920 * 100vw);
  width: calc(393 / 1920 * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro::before {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro::before {
    right: -3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro::before {
    height: calc(170 / 768 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro::before {
    height: calc(112 / 390 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro::before {
    width: calc(240 / 768 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro::before {
    width: calc(197 / 390 * 100vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .con_intro::before {
    height: calc(223 / 1920 * 100vw);
    width: calc(393 / 1920 * 100vw);
  }
}
@media print {
  .con_intro::before {
    height: calc(223 / 1920 * 100vw);
    width: calc(393 / 1920 * 100vw);
  }
}
.ie8 .con_intro::before {
  height: calc(223 / 1920 * 100vw);
  width: calc(393 / 1920 * 100vw);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_intro::before {
    right: 0;
    height: calc(112 / 624 * 100vw);
    width: calc(197 / 624 * 100vw);
  }
}
.con_intro::after {
  background-image: url(../rooms/withonsen/images/deco_intro02.png);
  bottom: calc(-230 / 1920 * 100vw);
  left: 0;
  height: calc(330 / 1920 * 100vw);
  width: calc(365 / 1920 * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro::after {
    bottom: calc(-160 / 768 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro::after {
    bottom: calc(-140 / 390 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro::after {
    left: -2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro::after {
    height: calc(250 / 768 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro::after {
    height: calc(175 / 390 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro::after {
    width: calc(275 / 768 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro::after {
    width: calc(200 / 390 * 100vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .con_intro::after {
    bottom: calc(-230 / 1920 * 100vw);
    height: calc(330 / 1920 * 100vw);
    width: calc(365 / 1920 * 100vw);
  }
}
@media print {
  .con_intro::after {
    bottom: calc(-230 / 1920 * 100vw);
    height: calc(330 / 1920 * 100vw);
    width: calc(365 / 1920 * 100vw);
  }
}
.ie8 .con_intro::after {
  bottom: calc(-230 / 1920 * 100vw);
  height: calc(330 / 1920 * 100vw);
  width: calc(365 / 1920 * 100vw);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_intro::after {
    bottom: calc(-80 / 390 * 100vw);
    height: calc(175 / 624 * 100vw);
    width: calc(200 / 624 * 100vw);
  }
}
.con_intro .box_intro {
  margin-right: auto;
  margin-left: auto;
  max-width: 1700px;
  width: 95%;
  padding-top: 8.5em;
  padding-bottom: 6.25em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro {
    padding-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
    padding-top: 7em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro {
    padding-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
    padding-bottom: 7em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_intro .box_intro {
    padding: calc(110 / 624 * 100vw) 0;
  }
}
.con_intro .box_intro .box_tl {
  margin-bottom: 5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .box_tl {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_tl {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_intro .box_intro .box_tl {
    margin-bottom: 2.5em;
  }
}
@media print {
  .con_intro .box_intro .box_tl {
    margin-bottom: 2.5em;
  }
}
.ie8 .con_intro .box_intro .box_tl {
  margin-bottom: 2.5em;
}
.con_intro .box_intro .box_tl .st_medium {
  color: #fff;
  position: relative;
  text-align: center;
}
.con_intro .box_intro .box_txt .txt {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_txt .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_concept
----------------------------------------------------------- */
.con_concept {
  background-image: url(../rooms/withonsen/images/bg_concept.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: calc(200 / 1920 * 100vw) 0 2.5em;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_concept {
    background-image: url(../rooms/withonsen/images/bg_concept-sp.png);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    padding: 10em 0 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    padding: 8em 0 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    background-size: 130%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept {
    background-size: cover;
    padding: calc(125 / 624 * 100vw) 0 calc(40 / 624 * 100vw);
  }
}
.con_concept .box_concept {
  margin-right: auto;
  margin-left: auto;
  max-width: 1700px;
  width: 95%;
  margin-bottom: 5.25em;
  max-width: 1320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*＜かわみ＞の由来*/
  /*全国屈指の高熱温泉*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept {
    margin-bottom: 4em;
  }
}
.con_concept .box_concept .wrp_txt {
  width: 55.30303%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .wrp_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept .box_concept .wrp_txt {
    width: 55.30303%;
  }
}
.con_concept .box_concept .wrp_txt .box_txt .tl {
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .wrp_txt .box_txt .tl {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .wrp_txt .box_txt .tl {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept .box_concept .wrp_txt .box_txt .tl {
    display: inline-block;
    text-align: left;
  }
}
.con_concept .box_concept .wrp_img {
  width: 37.87879%;
  margin-bottom: 4.3em;
  -webkit-box-shadow: 5px 5px 20px #60574c;
          box-shadow: 5px 5px 20px #60574c;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .wrp_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .wrp_img {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept .box_concept .wrp_img {
    margin-bottom: calc(85 / 624 * 100vw);
    width: 37.87879%;
  }
}
.con_concept .box_concept .wrp_img::after {
  content: "";
  background-image: url(../rooms/withonsen/images/deco_concept.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -3.75em;
  height: 283px;
  width: 255px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .wrp_img::after {
    bottom: -5em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept .box_concept .wrp_img::after {
    bottom: calc(-60 / 624 * 100vw);
    height: calc(283 / 624 * 100vw);
    width: calc(255 / 624 * 100vw);
  }
}
.con_concept .box_concept .wrp_img .box_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.con_concept .box_concept.origin .wrp_txt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept.origin .wrp_txt {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept .box_concept.origin .wrp_txt {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.con_concept .box_concept.origin .wrp_txt .st_small {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept.origin .wrp_txt .st_small {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept .box_concept.origin .wrp_txt .st_small {
    display: inline-block;
    width: auto;
  }
}
.con_concept .box_concept.origin .wrp_txt .box_txt .tl {
  margin: 2em auto;
}
.con_concept .box_concept.origin .wrp_img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept.origin .wrp_img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept .box_concept.origin .wrp_img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.con_concept .box_concept.origin .wrp_img::after {
  right: -115px;
}
.con_concept .box_concept.hotspring {
  margin-bottom: 0;
}
.con_concept .box_concept.hotspring .wrp_txt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept.hotspring .wrp_txt {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept.hotspring .wrp_txt .box_tl .st_small {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept .box_concept.hotspring .wrp_txt .box_tl .st_small {
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
.con_concept .box_concept.hotspring .wrp_txt .box_tl .st_small span {
  color: #fff;
}
.con_concept .box_concept.hotspring .wrp_txt .box_txt .txt {
  color: #fff;
}
.con_concept .box_concept.hotspring .wrp_txt .box_txt .btn_white {
  max-width: 345px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin: 2em auto 0;
}
.con_concept .box_concept.hotspring .wrp_txt .box_txt .btn_white a {
  cursor: pointer;
  border: 2px solid #cec8bd;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  letter-spacing: .4em;
  padding: 1.24em 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: 345px;
  width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_concept .box_concept.hotspring .wrp_txt .box_txt .btn_white a {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
.con_concept .box_concept.hotspring .wrp_txt .box_txt .btn_white a:hover {
  border: 2px solid transparent;
  background-color: #cec8bd;
  color: #3b3b3b;
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept.hotspring .wrp_txt .box_txt .btn_white {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept.hotspring .wrp_txt .box_txt .btn_white {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept.hotspring .wrp_txt .box_txt .btn_white {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept.hotspring .wrp_txt .box_txt .btn_white {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept.hotspring .wrp_txt .box_txt .btn_white a {
    max-width: 90%;
  }
}
.con_concept .box_concept.hotspring .wrp_img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept.hotspring .wrp_img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.con_concept .box_concept.hotspring .wrp_img::after {
  left: -110px;
}

/* -----------------------------------------------------------
	con_season
----------------------------------------------------------- */
.con_season {
  margin: 16em auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season {
    margin: 10em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_season {
    margin: 10em auto 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_season {
    margin: calc(160 / 624 * 100vw) auto 0;
  }
}
.con_season .box_season {
  margin-right: auto;
  margin-left: auto;
  max-width: 1700px;
  width: 95%;
  max-width: 1330px;
}
.con_season .box_season .box_tl {
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_tl {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_tl {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_season .box_season .box_tl {
    margin-bottom: 2.5em;
  }
}
@media print {
  .con_season .box_season .box_tl {
    margin-bottom: 2.5em;
  }
}
.ie8 .con_season .box_season .box_tl {
  margin-bottom: 2.5em;
}
.con_season .box_season .box_tl .st_medium {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_season .box_season .box_tl .st_medium::before {
    left: calc(-20 / 624 * 100vw);
    top: calc(-40 / 624 * 100vw);
  }
}
.con_season .box_season .box_txt .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_txt .txt {
    text-align: left;
  }
}
.con_season .box_season .box_slide {
  margin: 6.5em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_slide {
    margin: 5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide {
    margin: 4em auto 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_season .box_season .box_slide {
    margin-top: calc(50 / 624 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_slide {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.con_season .box_season .box_slide::after {
  content: "";
  background-image: url(../rooms/withonsen/images/deco_season.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: -140px;
  height: 294px;
  width: 347px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide::after {
    bottom: -100px;
  }
}
.con_season .box_season .box_slide .slide_season {
  -webkit-box-shadow: 5px 5px 20px #9f9f9f;
          box-shadow: 5px 5px 20px #9f9f9f;
  overflow: hidden;
  max-height: 500px;
  max-width: 22.55639%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_slide .slide_season {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide .slide_season {
    max-width: calc(50% - .75em);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .con_season .box_season .box_slide .slide_season {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide .slide_season:nth-child(odd) {
    margin-bottom: 1.5em;
  }
}
.con_season .box_season .box_slide .slide_season:nth-child(even) {
  margin: 6.25em 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_slide .slide_season:nth-child(even) {
    margin: 5.25em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide .slide_season:nth-child(even) {
    margin: 1.5em 0 0;
  }
}
.con_season .box_season .box_slide .slide_season::before {
  content: "";
  font-size: 188%;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: .3em;
  position: absolute;
  -webkit-transition: .7s;
  transition: .7s;
  height: 2em;
  width: 2.2em;
  z-index: 1;
}
.con_season .box_season .box_slide .slide_season.spring::before {
  content: "春";
}
.con_season .box_season .box_slide .slide_season.summer::before {
  content: "夏";
}
.con_season .box_season .box_slide .slide_season.autumn::before {
  content: "秋";
}
.con_season .box_season .box_slide .slide_season.winter::before {
  content: "冬";
}
.con_season .box_season .box_slide .slide_season .slick-slide {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide .slide_season .slick-slide {
    height: 290px;
  }
}
.con_season .box_season .box_slide .slide_season .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .7s;
  transition: .7s;
  height: 100%;
  max-width: 105%;
  width: 105%;
  z-index: 0;
}
.con_season .box_season .box_slide .slide_season:hover::before {
  opacity: .7;
  -webkit-transition: .7s;
  transition: .7s;
}
.con_season .box_season .box_slide .slide_season:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: .7s;
  transition: .7s;
}
.con_season .box_season .box_slide .slick-dots {
  position: absolute;
  bottom: 2em;
  right: 3em;
  right: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide .slick-dots {
    bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide .slick-dots {
    right: 1.5em;
  }
}
.con_season .box_season .box_slide .slick-dots li {
  display: inline-block;
  margin-right: 1.6em;
}
.con_season .box_season .box_slide .slick-dots li:last-child {
  margin-right: 0;
}
.con_season .box_season .box_slide .slick-dots li button {
  background: transparent;
  border: none;
  position: relative;
  text-indent: -9999px;
}
.con_season .box_season .box_slide .slick-dots li button::before {
  background-image: url(../rooms/withonsen/images/ic_slide.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 20px;
  z-index: 0;
}
.con_season .box_season .box_slide .slick-dots li.slick-active button::before {
  background-image: url(../rooms/withonsen/images/ic_slide_active.png);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_slide .slick-dots {
    right: 0;
  }
}
.con_season .box_season .box_slide .slick-dots li {
  margin-right: 2em;
}

/* -----------------------------------------------------------
	con_rooms_nav
----------------------------------------------------------- */
.con_rooms_nav {
  margin: 16em auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms_nav {
    margin: 7em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms_nav {
    margin: 13em auto 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms_nav {
    margin: calc(200 / 624 * 100vw) auto 0;
  }
}
.con_rooms_nav .box_nav {
  margin-right: auto;
  margin-left: auto;
  max-width: 1700px;
  width: 95%;
  width: 95%;
}
.con_rooms_nav .box_nav .box_tl .st_medium::before {
  height: 110px;
}
@media only screen and (max-width: 767px) {
  .con_rooms_nav .box_nav .box_tl .st_medium::before {
    height: 67px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms_nav .box_nav .box_tl .st_medium::before {
    left: calc(-20 / 624 * 100vw);
    top: calc(-35 / 624 * 100vw);
  }
}
.con_rooms_nav .box_nav .box_tl .st_medium::after {
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .con_rooms_nav .box_nav .box_tl .st_medium::after {
    width: 189px;
  }
}
.con_rooms_nav .box_nav .wrp_lnk {
  margin-top: 5.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_rooms_nav .box_nav .wrp_lnk {
    margin-top: 2em;
  }
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk {
  cursor: pointer;
  max-width: 23.52941%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk {
    max-width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk {
    max-width: 49%;
  }
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk::after {
  content: "\f078";
  bottom: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: calc(50% - .5em);
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (max-width: 767px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk::after {
    bottom: 1em;
  }
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk:hover::after {
  bottom: -1.5em;
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (max-width: 767px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk:hover::after {
    bottom: 0.5em;
  }
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk:hover .box_img img {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk .box_img img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small {
  font-weight: 600;
  letter-spacing: .3em;
  margin-bottom: 3em;
  text-align: center;
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .catch {
  font-size: 113%;
  background-color: #1d1b19;
  color: #fff;
  display: block;
  margin: 1.25em auto 1em;
  padding: .25em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .catch {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .catch {
    font-size: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .catch {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
    padding: .25em .5em;
  }
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .catch br {
    display: block;
  }
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .catch.new {
  background-color: #9f9285;
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .min {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .min {
    font-size: 88%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .min {
    /*全体改修*/
    font-size: calc(14 / 624 * 100vw);
  }
}
.con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .type {
  font-size: 138%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .type {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .type {
    font-size: 107%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms_nav .box_nav .wrp_lnk .box_lnk .st_small .type {
    /*全体改修*/
    font-size: calc(17 / 624 * 100vw);
  }
}

/* -----------------------------------------------------------
	con_rooms　ベース
----------------------------------------------------------- */
.con_rooms {
  margin: 12em auto 0;
  background-image: url(../rooms/withonsen/images/bg_room.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
    margin: 10em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    margin: 6em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    background-image: url(../rooms/withonsen/images/bg_room-sp.jpg);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms {
    margin: calc(60 / 624 * 100vw) auto 0;
  }
}
.con_rooms .box_rooms {
  margin-right: auto;
  margin-left: auto;
  max-width: 1700px;
  width: 95%;
  padding-top: 0;
  max-width: 1800px;
}
.con_rooms .box_rooms::after {
  content: "";
  background-image: url(../rooms/withonsen/images/deco_room.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: calc(267 / 1920 * 100vw);
  width: calc(465 / 1920 * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms::after {
    height: calc(170 / 768 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms::after {
    height: calc(112 / 390 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms::after {
    width: calc(240 / 768 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms::after {
    width: calc(197 / 390 * 100vw);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms::after {
    height: calc(170 / 624 * 100vw);
    width: calc(240 / 624 * 100vw);
  }
}
.con_rooms .box_rooms .box_tl {
  padding-top: 6.25em;
  margin-bottom: 4.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_tl {
    padding-top: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_tl {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_tl {
    margin-bottom: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_tl {
    margin-bottom: 2.25em;
  }
}
.con_rooms .box_rooms .box_tl .st_small {
  font-size: 188%;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_tl .st_small {
    font-size: 132%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .box_tl .st_small {
    /*全体改修*/
    font-size: calc(30 / 624 * 100vw);
  }
}
.con_rooms .box_rooms .box_tl .st_small .min {
  font-size: 73%;
  display: block;
  line-height: 1.5;
}
.con_rooms .box_rooms .con_youtube {
  width: 100%;
  aspect-ratio: 16/5.95;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_youtube {
    aspect-ratio: 16/9;
  }
}
.con_rooms .box_rooms .con_youtube iframe {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_youtube iframe {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .con_youtube iframe {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_youtube iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_youtube iframe {
    height: none;
  }
}
.con_rooms .box_rooms .con_youtube iframe .video-stream {
  width: 1500px !important;
}
.con_rooms .box_rooms .box_slide .slide_rooms {
  margin: 0 auto;
  max-width: 1800px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_slide .slide_rooms {
    margin: 0 auto 1em;
  }
}
.con_rooms .box_rooms .box_slide .slide_rooms .slick-dots {
  position: absolute;
  bottom: 2em;
  right: 3em;
  text-align: center;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_slide .slide_rooms .slick-dots {
    bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_slide .slide_rooms .slick-dots {
    right: 1.5em;
  }
}
.con_rooms .box_rooms .box_slide .slide_rooms .slick-dots li {
  display: inline-block;
  margin-right: 1.6em;
}
.con_rooms .box_rooms .box_slide .slide_rooms .slick-dots li:last-child {
  margin-right: 0;
}
.con_rooms .box_rooms .box_slide .slide_rooms .slick-dots li button {
  background: transparent;
  border: none;
  position: relative;
  text-indent: -9999px;
}
.con_rooms .box_rooms .box_slide .slide_rooms .slick-dots li button::before {
  background-image: url(../rooms/withonsen/images/ic_slide.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 20px;
  z-index: 0;
}
.con_rooms .box_rooms .box_slide .slide_rooms .slick-dots li.slick-active button::before {
  background-image: url(../rooms/withonsen/images/ic_slide_active.png);
  z-index: 1;
}
.con_rooms .box_rooms .wrap_detail {
  margin: 0 auto 6.25em;
  max-width: 1680px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .wrap_detail {
    margin: 0 auto 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail {
    margin: 0 auto 4em;
  }
}
.con_rooms .box_rooms .wrap_detail.view_sp {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_inner {
    overflow-x: scroll;
  }
  .con_rooms .box_rooms .wrap_detail .box_inner::-webkit-scrollbar {
    height: 5px;
  }
  .con_rooms .box_rooms .wrap_detail .box_inner::-webkit-scrollbar-track {
    background-color: #c8c8c8;
  }
  .con_rooms .box_rooms .wrap_detail .box_inner::-webkit-scrollbar-thumb {
    background-color: #2a1e1b;
  }
}
.con_rooms .box_rooms .wrap_detail .box_inner .wrp_points {
  margin-top: 6.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 42px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points {
    width: calc(((276px) * 4) + 1em);
  }
}
.con_rooms .box_rooms .wrap_detail .box_inner .wrp_points .box_points {
  width: 20.2381%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points .box_points {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points .box_points {
    width: 23%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points .box_points {
    margin-bottom: calc(1.5em + 10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points .box_points {
    float: left;
    max-width: 276px;
    margin: 0 1% 1em;
    padding: 0 .2em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_inner .wrp_points .box_points {
    max-width: 276px;
    width: auto;
  }
}

.con_rooms .box_rooms .wrap_detail .box_inner .wrp_points .box_points .img {
  text-align: center;
}
.con_rooms .box_rooms .wrap_detail .box_inner .wrp_points .box_points .box_txt {
  width: 100%;
}
.con_rooms .box_rooms .wrap_detail .box_inner .wrp_points .box_points .box_txt .txt {
  font-size: 88%;
  margin-top: 1em;
}
.con_rooms .box_rooms .wrap_detail .box_note {
  margin-top: 6.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .wrap_detail .box_note {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.con_rooms .box_rooms .wrap_detail .box_note .wrp_txt {
  width: 50.77381%;
  float: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .wrap_detail .box_note .wrp_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note .wrp_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note .wrp_txt {
    width: 47.5%;
  }
}
.con_rooms .box_rooms .wrap_detail .box_note .wrp_txt .box_txt {
  float: none;
  width: 100%;
}
.con_rooms .box_rooms .wrap_detail .box_note .wrp_txt .box_txt .note {
  font-size: 88%;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1.25em;
}
.con_rooms .box_rooms .wrap_detail .box_note .box_tbl {
  padding: 0 0 0 5%;
  float: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 2em;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl {
    width: 47.5%;
  }
}
.con_rooms .box_rooms .wrap_detail .box_note .box_tbl table::after {
  background: #aaaaaa;
}
.con_rooms .box_rooms .wrap_detail .box_note .box_tbl table tr th {
  width: 44.53125%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl table tr th {
    width: 100%;
  }
}
.con_rooms .box_rooms .wrap_detail .box_note .box_tbl table tr td {
  padding-left: 0;
  width: 55.46875%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl table tr td {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl table tr {
    /*全体改修*/
  }
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl table tr th,
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl table tr td {
    font-size: calc(16 / 624 * 100vw);
  }
}
.con_rooms .box_rooms .wrap_detail .box_note .box_tbl .box_mdr {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2.75em;
  max-width: 450px;
  max-width: 520px;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .wrap_detail .box_note .box_tbl .box_mdr {
    max-width: 83.33333%;
  }
}
.con_rooms .box_rooms .wrap_detail .box_note .box_tbl .box_mdr .img {
  padding: 1em;
}
.con_rooms .box_rooms .box_detail_opne {
  width: 60%;
}
@media only screen and (min-width: 1025px) and (max-width: 1490px) {
  .con_rooms .box_rooms .box_detail_opne {
    width: 90%;
  }
}
@media print {
  .con_rooms .box_rooms .box_detail_opne {
    width: 90%;
  }
}
.ie8 .con_rooms .box_rooms .box_detail_opne {
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_detail_opne {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_rooms .box_detail_opne {
    margin-bottom: 2.5em;
  }
}
@media print {
  .con_rooms .box_rooms .box_detail_opne {
    margin-bottom: 2.5em;
  }
}
.ie8 .con_rooms .box_rooms .box_detail_opne {
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_detail_opne {
    width: 100%;
  }
}
.con_rooms .box_rooms .box_detail_opne .btn_white {
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #cec8bd;
  float: right;
  letter-spacing: .4em;
  padding: 1.24em 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: 400px;
  max-width: 345px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_detail_opne .btn_white {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_detail_opne .btn_white {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_detail_opne .btn_white {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_detail_opne .btn_white {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_rooms .box_detail_opne .btn_white {
    margin: 0 5%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .box_detail_opne .btn_white {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
.con_rooms .box_rooms .box_detail_opne .btn_white:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .box_detail_opne .btn_white a {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
.con_rooms .box_rooms .box_btn {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_btn {
    width: 90%;
  }
}
.con_rooms .box_rooms .box_btn .btn_green {
  display: inline-block;
  margin: 0 auto 4em;
  cursor: pointer;
  background: #5f8d36;
  max-width: 345px;
  width: 100%;
  max-width: 345px;
  width: 100%;
}
.con_rooms .box_rooms .box_btn .btn_green a {
  border: 1px solid #fff;
  letter-spacing: .4em;
  margin: 4px;
  padding: calc(1.3em - 4px);
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: calc(100% - 8px);
  width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .box_btn .btn_green {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_btn .btn_green {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_btn .btn_green {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .box_btn .btn_green {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .box_btn .btn_green {
    width: 90%;
  }
}
.con_rooms .box_rooms .box_btn .btn_green a {
  float: left;
}
.con_rooms .box_rooms .con_btn_youtube {
  max-width: 400px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 0;
}
.con_rooms .box_rooms .con_btn_youtube a {
  cursor: pointer;
  border: 2px solid #cec8bd;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  letter-spacing: .4em;
  padding: 1.24em 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: 345px;
  width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms .box_rooms .con_btn_youtube a {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
.con_rooms .box_rooms .con_btn_youtube a:hover {
  border: 2px solid transparent;
  background-color: #cec8bd;
  color: #3b3b3b;
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .con_btn_youtube {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_btn_youtube {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .con_btn_youtube {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_btn_youtube {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_btn_youtube {
    margin: 16px auto;
  }
}
.con_rooms .box_rooms .con_btn_youtube a {
  color: #000;
  max-width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_rooms .con_btn_youtube a {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_btn_youtube a {
    max-width: 90%;
  }
}
.con_rooms .box_rooms .con_btn_youtube a i::before {
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_btn_youtube a {
    max-width: 90%;
  }
}
.con_rooms .box_rooms .con_btn_youtube a:hover {
  background-color: initial;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms .con_btn_youtube a .box_bgm {
    display: none;
  }
}

/* -----------------------------------------------------------
	con_rooms　固有コンテンツ
----------------------------------------------------------- */
.con_rooms.black {
  background-image: url(../rooms/withonsen/images/bg_room_black.jpg);
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_rooms.black {
    background-image: 0;
  }
}
.con_rooms.black .box_rooms .box_detail_opne .box_btn .btn_white {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .con_rooms.black .box_rooms .box_detail_opne .box_btn .btn_white {
    margin: 0 5%;
  }
}
.con_rooms.black .box_rooms .wrap_detail .box_inner::-webkit-scrollbar {
  height: 5px;
}
.con_rooms.black .box_rooms .wrap_detail .box_inner::-webkit-scrollbar-track {
  background-color: #c8c8c8;
}
.con_rooms.black .box_rooms .wrap_detail .box_inner::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.con_rooms.black .box_rooms .wrap_detail .box_txt .txt {
  color: #fff;
}
.con_rooms.black .box_rooms .wrap_detail .ctn {
  color: #fff;
}
.con_rooms.black .box_rooms .wrap_detail .wrp_points .box_points .box_txt .accordion,
.con_rooms.black .box_rooms .wrap_detail .wrp_points .box_points .box_txt .txt {
  color: #fff;
}
.con_rooms.black .box_rooms .wrap_detail .wrp_points .box_points .box_txt .accordion::after {
  border-top: solid 15px #fff;
}
.con_rooms.black .box_rooms .wrap_detail .box_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_rooms.black .box_rooms .wrap_detail .box_note .wrp_txt .box_txt.border {
  border: 1px solid #fff;
}
.con_rooms.black .box_rooms .wrap_detail .box_note .wrp_txt .box_txt .txt {
  color: #fff;
}
.con_rooms.black .box_rooms .wrap_detail .box_note .box_tbl table tr th {
  color: #fff;
}
.con_rooms.black .box_rooms .wrap_detail .box_note .box_tbl table tr th::before {
  color: #fff;
}
.con_rooms.black .box_rooms .wrap_detail .box_note .box_tbl table tr td {
  color: #fff;
}
.con_rooms.black .box_rooms .con_btn_youtube a {
  color: #fff;
}
.con_rooms.amenity {
  background-image: none;
  padding-top: 0;
  max-width: 1700px;
  width: 100%;
}
.con_rooms.amenity::after {
  content: none;
}
.con_rooms.amenity .box_tl .st_medium::before {
  display: none;
}
.con_rooms.amenity .box_tl .st_medium::after {
  left: calc(50% - (2.25em / 2));
  top: -1em;
  width: 2.25em;
}
.con_rooms.amenity .box_intro_room {
  margin-top: 0;
  margin-bottom: 163px;
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room {
    margin-bottom: 5em;
  }
}
.con_rooms.amenity .box_intro_room .box_tl {
  margin: 2em auto 1.25em;
  width: 100%;
}
.con_rooms.amenity .box_intro_room .box_tl .st_small {
  display: inline-block;
  font-size: 150%;
  padding: 0.5em 2em;
  color: #fff;
  background: #2a1e1b;
  font-weight: 900;
  vertical-align: bottom;
  line-height: 1.91667;
  letter-spacing: 0.4em;
  margin: 1em auto;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_tl .st_small {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms.amenity .box_intro_room .box_tl .st_small {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_tl .st_small {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms.amenity .box_intro_room .box_tl .st_small {
    padding: 0.4em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_tl .st_small {
    padding: 0.4em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms.amenity .box_intro_room .box_tl .st_small {
    letter-spacing: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_tl .st_small {
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_tl .st_small {
    width: 95%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_tl .st_small {
    /*全体改修*/
    font-size: calc(20 / 624 * 100vw);
  }
}
.con_rooms.amenity .box_intro_room .box_tl .st_small::before {
  display: none;
}
.con_rooms.amenity .box_intro_room .box_intro {
  border-top: 0;
}
.con_rooms.amenity .box_intro_room .box_intro table tr {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_intro table tr th {
    color: #fff;
  }
}
.con_rooms.amenity .box_intro_room .box_intro table tr th::before {
  display: none;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_intro table tr th {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
    padding: .5em;
  }
  .con_rooms.amenity .box_intro_room .box_intro table tr td {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
.con_rooms.amenity .box_intro_room .box_rooms {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_rooms {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.con_rooms.amenity .box_intro_room .box_rooms::after {
  content: none;
}
.con_rooms.amenity .box_intro_room .box_rooms .box_item {
  margin-bottom: 2em;
}
.con_rooms.amenity .box_intro_room .box_rooms .box_item.pc_tab-col3 {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_rooms .box_item.pc_tab-col3 {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_rooms .box_item {
    width: 47.5%;
  }
}
.con_rooms.amenity .box_intro_room .box_rooms .box_item .txt_title {
  font-size: 113%;
  font-weight: normal;
  padding: 1em 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_rooms .box_item .txt_title {
    /*全体改修*/
    font-size: calc(18 / 624 * 100vw);
  }
}
.con_rooms.amenity .box_intro_room .box_rooms .box_item .txt {
  font-size: 88%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_rooms .box_item .txt {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
.con_rooms.amenity .box_intro_room .box_rooms .box_item .txt_child {
  clear: both;
  padding-top: 1em;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_rooms .box_item .txt_child a {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
.con_rooms.amenity .box_intro_room .box_btn {
  max-width: 345px;
  width: 100%;
  cursor: pointer;
  background: #5f8d36;
  max-width: 345px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms.amenity .box_intro_room .box_btn {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_btn {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms.amenity .box_intro_room .box_btn {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_btn {
    width: 90%;
  }
}
.con_rooms.amenity .box_intro_room .box_btn a {
  border: 1px solid #fff;
  letter-spacing: .4em;
  margin: 4px;
  padding: calc(1.3em - 4px);
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: calc(100% - 8px);
  width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_rooms.amenity .box_intro_room .box_btn {
    /*全体改修*/
    font-size: calc(16 / 624 * 100vw);
  }
}
.con_rooms.amenity .box_intro_room .box_btn .btn_green {
  max-width: 100%;
}
.con_rooms.amenity .box_intro_room .box_btn .btn_green a {
  background: none;
}

.ytp-large-play-button {
  width: 52px;
}
