@charset "UTF-8";

body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.innerWrap{
  width: 950px;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0;
}
.innerWrap.-mv{
  padding-top: 23%;
  width: 100%;
  margin: 0;
}

.title.-secTit{
  text-align: center;
  margin: auto;
}
.fw6 {
  font-family: "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
}
.contentsInr {
  margin: 0 auto 40px;
  width: auto;
}

.linkBtn {
  margin-top: 20px;
}

.linkBtn a {
  background-color: #cc0000;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  position: relative;
  transition: .4s;
}

.linkBtn a::before {
  content: '';
  position: absolute;
  background: url("../img_sites/icon_window_wt.png") no-repeat center/contain;
  width: 12px;
  height: 10px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

a:hover {
  opacity: .7;
  transition: .4s;
}

.-pcOnly {
  display: block;
}

.-spOnly {
  display: none;
}

sup {
  font-weight: bold;
}

@media only screen and (max-width:768px) {
  .innerWrap {
    width: 100%;
    padding: 40px 20px;
  }

  .-pcOnly {
    display: none;
  }
  
  .-spOnly {
    display: block;
  }
}


/*================================================================================

news

================================================================================*/
.innerWrap.-news{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 18px 0;
  overflow-x: hidden;
}
.news {
  width: 100%;
  background: url("../img_sites/news_bg.png") no-repeat center/cover;
  position: relative;
  overflow-x: hidden;
}
.news .logo{
  margin: 0 auto 20px;
  width: 252px;
}
/* カルーセル不要の時 */
.newsContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
/* /カルーセル不要の時 */
.newsBox {
  margin: 0 12.5px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  width: 400px;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.newsBox a{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width:1281px) {
  .innerWrap.-news{
    max-width: 1705px;
  }
}
@media only screen and (min-width:1706px) {
  .innerWrap.-news{
    max-width: 2130px;
  }
}
.news .dataBox {
  background: #cc0000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 3px 10px;
}
.news .newsText {
  padding: 14px 30px 20px;
  position: relative;
}
.news .newsText::before{
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news .newsTitle {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
}
.news .newsSubTitle {
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (max-width:768px) {

  .news .logo {
    margin: 0 auto 25px;
    width: 178px;
  }

  .newsBox {
    width: 300px;
  }

  .news .dataBox {
    background: #cc0000;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 2px 6px 3px 10px;
  }
  .news .newsText {
    padding: 10px 20px 10px 13px;
    position: relative;
  }
  .news .newsText::before{
    content: "";
    position: absolute;
    top: 44%;
    right: 11px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #cc0000;
    border-right: 2px solid #cc0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news .newsTitle {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .news .newsSubTitle {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  /* Lib */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2rem;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  /* margin-bottom: 30px; */
}

.slick-dots {
  /* position: absolute;
	bottom: -30px; */
  margin-top: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 10px;
  height: 10px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: #cccccc;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 10px;
  height: 10px;

  content: "";
  text-align: center;

  opacity: 1;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #d20000;
}

/* ------ */

}

/*================================================================================

totonou

================================================================================*/

.totonou {
  background: linear-gradient(90deg, #CDAE58 0%, #CDAE58 50%, #000 50%, #000 100%);
}

.totonou .totonou_tit {
  margin: 0 auto 30px;
  width: 790px;
}

.vs-flexBlock {
  display: flex;
  justify-content: space-around;
}

.vs-flexBox {
  width: calc((100% - -160px) / 2);
  position: relative;
}

.vs-flexBox-wt {
  background-color: #fff;
  padding: 30px 40px;
}

.vs-flexItemBlock {
  display: flex;
}

.vs-tit {
  width: 330px;
  margin: 0 auto 10px;
}

.vs-txt {
  margin-top: 25px;
  font-weight: bold;
}

.vsAreaName {
  background-color: #cc0000;
  text-align: center;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.vs-piriod {
  font-feature-settings: 'palt';
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
}

.oneWordBox {
  margin-top: 20px;
  padding: 15px;
  border: 2px solid #000;
}

.oneWordBox.-wt {
  margin-top: 20px;
  padding: 15px;
  border: 2px solid #fff;
}

.oneWordTit {
  text-align: center;
  font-size: 20px;
  border-bottom: 1.5px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.oneWordTit.-wt {
  border-bottom: 1.5px solid #fff;
}

.vs-img {
  margin-right: 20px;
  width: calc((100% - 0px ) /2);
}

.vs-flexBox.-vsIcon {
  width: 100px;
  z-index: 1;
}

.vs-icon {
  width: 100px;
  margin: 0 auto;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.vs-flexBox:last-child {
  margin-right: 0;
}

.introductionArea {
  margin-top: 20px;
}

.sauna_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.introduction {
  font-size: 13px;
  text-align: justify;
  line-height: 1.8;
}

.-wt {
  color: #fff;
}

.introductionArea.-wt .sauna_name {
  border-bottom: 1px solid #fff;
}

.saunacherin_Box {
  margin-top: 40px;
  background-color: #fff;
  padding: 30px 40px;
}

.saunacherin_Box h3 {
  color: #cc0000;
  font-weight: bold;
  font-size: 24px;
  border-left: 7px solid #cc0000;
  padding: 3px 10px;
  margin-bottom: 20px;
}

.saunacherin_ItemBlock {
  display: flex;
}

.saunacherin_Box_tit {
  font-size: 14px;
  margin-right: 30px;
}

@media only screen and (max-width:768px) {

  .totonou {
    background: linear-gradient(90deg, #8c722f 0%, #8c722f 50%, #000 50%, #000 100%);
}
  .totonou .totonou_tit {
    margin: 0 auto 20px;
    width: 90%;
}

.vs-flexBlock {
  display: block;
}

.vs-flexBox {
  width: auto;
}

.vs-flexBox-wt {
  padding: 20px;
}

.vs-tit {
  width: auto;
  margin: 0 auto 10px;
}

.vs-piriod {
  font-size: 13px;
}


.oneWordBox {
  border: 2px solid #fff;
  color: #fff;
}

.oneWordTit {
  border-bottom: 1.5px solid #fff;
}

.sauna_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.introductionArea {
  margin-top: 20px;
  color: #fff;
}

.vs-flexBox.-vsIcon {
  width: auto;
  z-index: 1;
  margin: 5px auto -20px;
}

.vs-icon {
  width: 75px;
  margin: 5px auto;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.saunacherin_Box {
  padding: 20px;
}

.saunacherin_Box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.saunacherin_ItemBlock {
  flex-direction: column-reverse;
}

.saunacherin_Box_tit {
  margin-right: 0;
  margin-top: 10px;
}

.linkBtn a {
  text-align: center;
}

}

/* 
------------------------------------------------------------------
pointArea
------------------------------------------------------------------ */

.pointArea {
  margin-top: 80px;
}

.point_tit {
  text-align: center;
  position: relative;
  width: 170px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.point_tit::before,
.point_tit::after {
  content: '';
  position: absolute;
  border-top: 1px solid #fff;
  width: 50vw;
}

.point_tit::before {
  margin: 0 calc(0% - 50vw);
  left: -30px;
}

.point_tit::after {
  margin: 0 calc(0% + -50vw);
  right: -30px;
}

.point_lead {
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.point_sub_lead {
  margin: 10px auto 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.point_sub_lead.commentTxt {
  font-size: 16px;
}

.vs-flexArea {
  margin-top: 40px;
}


.pointItemBox {
  padding: 30px 40px;
}

.pointArea .pointItemBox_tit {
  font-size: 20px;
  text-align: center;
}

.comment {
  font-size: 12px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

.comment.-wt {
  color: #fff;
}

.totonou .txtLink {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}

.alR {
  text-align: right;
}

/*-one */

.pointArea.-one .vs-flexBox {
  text-align: center;
  color: #fff;
}

.pointArea.-one .vs-flexBox.oya .pointItemBox {
  width: 100%;
  background: url("../img_sites/point1_oya_bg.jpg") no-repeat center/cover;
}

.pointArea.-one .vs-flexBox.shi .pointItemBox {
  width: 100%;
  background: url("../img_sites/point1_shi_bg.jpg") no-repeat center/cover;
}

.pointArea.-one .pointItemBox_tour {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.pointArea.-one .pointItemBox_tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pointArea.-one .pointItemBox_commentBox {
  margin-top: 40px;
  color: #000;
  background-color: rgba(255,255,255,.8);
  text-align: center;
  padding: 10px 0;
}

.pointArea.-one .vs-icon {
  top: 45%;
}


/* sec */

.pointArea.-sec .pointItemBox_tour {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

.pointArea.-sec .vs-icon {
  top: 150px;
}

.flex_subBox {
  display: flex;
  margin-top: 20px;
}

.vs-img:last-child {
  margin-right: 0;
}

/* thi */

.pointArea.-thi .pointItemBox_tour {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}

.pointArea.-thi .pointItemBox_special {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

.pointArea.-thi .vs-img {
  width: 100%;
}

.pointArea.-thi .vs-txt {
  margin-top: 0;
  width: 100%;
  font-weight: normal;
}

.pointArea.-thi .vs-icon {
  top: 27%;
}


/* four */

.pointArea.-four .pointItemBox_tour {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.pointArea.-four .pointItemBox_special {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

.pointArea.-four .vs-icon {
  top: 185px;
}

.optionalPlan {
  text-align: center;
  background-color: #cc0000;
  color: #fff;
  padding: 3px 0;
  width: 200px;
  margin: 0 auto 10px;
}

.pointArea.-four .btnBox .btn {
  width: 100%;
  display: block;
}

.-adjustmentTxt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: -10px;
}

@media only screen and (max-width:768px) {
  .-adjustmentTxt {
    color: #fff;
    font-size: 14px;
    margin-bottom: -12px;
  }

  .pointArea {
    margin-top: 60px;
}

.point_tit {
  width: 140px;
}

.point_tit::before {
  left: -20px;
}

.point_tit::after {
  right: -20px;
}

.point_lead {
  margin: 15px auto 0;
  font-size: 20px;
}

.vs-flexArea {
  margin-top: 20px;
}

.pointItemBox {
  padding: 20px;
}

.pointArea.-one .pointItemBox_tour {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pointArea.-one .vs-icon {
  top: 0;
  margin: -10px auto -15px;
}

.pointArea.-one .pointItemBox_tit {
  font-size: 20px;
  margin-bottom: 10px;
}

.pointItemBox_txt {
  font-size: 14px;
}

.pointArea.-one .pointItemBox_commentBox {
  margin-top: 20px;
  font-size: 14px;
}

.point_sub_lead {
  font-size: 16px;
}

.point_sub_lead.commentTxt {
  font-size: 12px;
}

.pointArea.-sec .pointItemBox_tour {
  margin-bottom: 10px;
  font-size: 16px;
}

.pointArea.-sec .vs-icon {
  top: 0;
  margin: 5px auto -15px;
}

.pointArea.-thi .pointItemBox_special {
  margin-bottom: 10px;
  font-size: 18px;
}

.sauna_name {
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.pointArea.-thi .flex_subBox {
  display: block;
}

.pointArea.-four .vs-icon {
  top: 0;
  margin: -15px auto;
}

.pointArea.-four .pointItemBox_special {
  margin-bottom: 10px;
  font-size: 18px;
}

.pointArea.-four .comment {
  color: #fff;
}

.pointArea.-thi .vs-icon {
  top: 0;
  margin: 5px auto -15px;
}

}

/* fif */

.pointArea.-fif .vs-icon img {
  display: none;
}


@media only screen and (max-width:768px) {
  .pointArea.-fif .vs-flexBox {
    width: auto;
  }
  .pointArea.-fif .vs-flexBox:nth-child(n+2) {
    margin-top: 20px;
  }
}


/* 
------------------------------------------------------------------
totonouTableArea
------------------------------------------------------------------ */

.totonouTableArea {
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
}

.totonouTableArea::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100vw;
  border-top: 1px solid #fff;
  margin: 0 calc(50% - 50vw);
}

.totonou_sub_tit {
  margin: 0px auto 10px;
  text-align: center;
  width: 320px;
}

.totonouTableBlock {
  background-color: #fff;
  padding:40px 60px;
}

.totonouTable_tit {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.totonouTable_list {
  margin-top: 40px;
}

.totonouTable_list li {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 0 10px 25px;
  font-feature-settings: 'palt';
}

.totonouTable_list li::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #cc0000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100%;
}

.totonouTable_list li span {
  font-weight: bold;
  margin-right: 5px;
}


/* table */

.totonouTable {
  margin-top: 40px;
  width: 100%;
}

.totonouTable table {
  border-collapse: collapse;
  text-align: center;
}

.totonouTable th {
  font-size: 20px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background-color: #666;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.totonouTable th:last-child {
  border-right: none;
}

.totonouTable th:nth-child(1) {
  width: 25%;
}
.totonouTable th:nth-child(2) {
  width: 50%;
}
.totonouTable th:nth-child(3) {
  width: 25%;
}

.totonouTable td {
  font-size: 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  font-weight: lighter;
}

.totonouTable td:nth-child(1),
.totonouTable td:nth-child(3) {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-color: #DDD;
  vertical-align: middle;
}

.totonouTable td:last-child {
  border-right: none;
}


.totonouTable td p:nth-child(n+2) {
  margin-top: 20px;
}

.totonouTable td p span {
  font-weight: bold;
}

.totonouTableBlock.-adjustment {
  margin-top: 60px;
}

.comment.-num {
  text-indent: -2.6em;
  padding-left: 2.6em;
}



@media only screen and (max-width:768px) {
  .totonou_sub_tit {
    width: 60%;
}

.totonouTableBlock {
  background-color: #fff;
  padding: 20px;
}

.totonouTable_tit {
  font-size: 20px;
}

.totonouTable_list li::before {
  width: 10px;
  height: 10px;
}

.totonouTable_list {
  margin-top: 10px;
}

.totonouTable_list li {
  font-size: 12px;
  padding: 10px 0 10px 20px;
}

.totonouTable {
  margin-top: 10px;
  overflow: scroll;
}


.totonouTable table {
  width: 460px;
}

.totonouTable th {
  font-size: 14px;
  padding: 5px 0;
}

.totonouTable td:nth-child(1), .totonouTable td:nth-child(3) {
  font-size: 12px;
}

.totonouTable td {
  font-size: 13px;
  padding: 8px;
  text-align: left;
}

.totonouTable th:nth-child(1) {
  width: 20%;
}
.totonouTable th:nth-child(2) {
  width: 60%;
}
.totonouTable th:nth-child(3) {
  width: 20%;
}

.totonouTable td p:nth-child(n+2) {
  margin-top: 10px;
}

.totonouTableBlock.-adjustment {
  margin-top: 40px;
}

.scl_txt {
  font-size: 14px;
  margin-top: 20px;
}




}