@charset "utf-8";
/*****************************************************************************
CSS only for /bathroom/try-resort/
*****************************************************************************/

/* Sec
-----------------------------------------*/
.Sec {
  margin: 70px 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Sec {
    margin: 35px 0;
  }
}

/* SubTitle
-----------------------------------------*/
.SubTitle {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: solid 1px #000;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .SubTitle {
    font-size: 16px;
  }
}

/* ttl_sec_type01
-----------------------------------------*/
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .ttl_sec_type01 {
    font-size: 18px;
  }
}

/* Movie
-----------------------------------------*/
.Movie {
  margin: 50px auto 103px;
  max-width: 900px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Movie {
    margin: 25px auto 50px;
  }
}
.Movie__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.Movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Border
-----------------------------------------*/
.BorderBlack {
  content: '';
  display: block;
  border-top: 1px solid #000;
}

/* TextAlign
-----------------------------------------*/
.TextAlignCenter {
  text-align: center;
}

/* Margin
-----------------------------------------*/
.MarginTb70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.MarginT10 {
  margin-top: 10px;
}

/* AnchorList
-----------------------------------------*/
.AnchorList {
  display: flex;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
  max-width: 970px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .AnchorList {
    margin-top: 30px;
    flex-wrap: wrap;
    box-shadow: none;
    border-top: solid 1px #cccccc;
  }
}
.AnchorList__list {
  width: 122px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .AnchorList__list {
    width: 50%;
  }
  .AnchorList__list:nth-child(odd) .AnchorList__link {
    border-right: none;
  }
}
a.AnchorList__link {
  display: flex;
  position: relative;
  width: 100%;
  padding: 13px 0 35px 0;
  border-right: solid 1px #cccccc;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
a.AnchorList__link:hover {
  color: #333;
  text-decoration: none;
  background-color: #dadada;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  a.AnchorList__link {
    padding: 13px 0 35px 0;
    border: solid 1px #cccccc;
    border-top: none;
  }
}
a.AnchorList__link {
  color: #333;
  text-decoration: none;
  line-height: 1.6;
}
a.AnchorList__link::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
a.AnchorList__link::after {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: rotate(-210deg);
  transform: rotate(-210deg);
}
a.AnchorList__link.AnchorList__link--noAnchor {
  color: #999;
  pointer-events: none;
}

/* Link
-----------------------------------------*/
a.Link {
  display: inline-block;
  width: 552px;
  line-height: 1.6;
  padding: 8px 0 4px;
  background-color: #002060;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  a.Link {
    width: 100%;
    font-size: 13px;
  }
}
a.Link .icon2 {
  position: relative;
}
a.Link .icon2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  left: -20px;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  vertical-align: middle;
  transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  a.Link .icon2::before {
    width: 7px;
    height: 7px;
  }
}
a.Link .icon1 {
  position: relative;
}
a.Link .icon1::before,
a.Link .icon1::after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #fff;
}
a.Link .icon1::before {
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
a.Link .icon1::after {
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

a.Link--disabled {
  color: #888;
  background-color: #ddd;
  pointer-events: none;
  margin-top: 15px;
}
a.Link .icon1::before,
a.Link .icon1::after {
  background-color: #888;
}
a.Link .icon2::before {
  border-top: solid 2px #888;
  border-right: solid 2px #888;
}

/* Area
-----------------------------------------*/
.Area {
  margin: 102px auto 0;
  max-width: 970px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Area {
    margin: 50px 10px 0 10px;
  }
}
.Area p {
  line-height: 1.5;
}
.Area .SubTitle {
  margin-top: 61px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Area .SubTitle {
    margin-top: 30px;
  }
}
.Area__title {
  font-weight: bold;
  font-size: 16px;
  margin: 16px 0 6px 0;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Area__title {
    margin: 20px 0 6px 0;
  }
}

/* Notice
-----------------------------------------*/
.Notice {
  text-align: center;
  max-width: 970px;
  border: 2px solid #e92929;
  padding: 1.2em;
  margin: 24px auto 32px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Notice {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mv_wrap + .Notice {
    margin: 24px 10px 32px;
  }
}
.Notice > p {
  font-size: 14px;
  font-weight: bold;
}
.Notice__caution {
  color: #e92929;
}

/* Detail
-----------------------------------------*/
.Detail {
  margin-top: 30px;
  margin-bottom: 32px;
  display: flex;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Detail {
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
  }
}
.Detail__img {
  width: 460px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Detail__img {
    width: auto;
  }
}
.Detail__img img {
  max-width: 100%;
  height: auto;
}
.Detail__body {
  flex: 1;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Detail__body {
    padding-left: 0;
  }
}
.Detail__body a {
  word-wrap:break-word;
}
.Detail__body .Area__title:first-child {
  margin-top: 16px;
}
.Detail__body .Area__title:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Detail__body .Area__title:first-child {
    margin-top: 20px;
  }
}

/* Form
-----------------------------------------*/
.Form {
  margin: 0 auto;
  margin-top: 12px;
  /* width: 740px; */
}
.Form.Form--type01 {
  width: 740px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Form {
    width: auto;
  }
  .Form.Form--type01 {
    width: auto;
  }
}
.Form .Form__btnArea {
  margin: 30px auto 0;
}
.Form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  margin: 0 auto;
  width: 320px;
  position: relative;
  display: block;
  padding: 18px 12px;
  color: #333333;
  border: 1px solid #707070;
  text-align: center;
  line-height: 1.5;
  transition: all 0.4s ease;
  font-size: 15px;
  letter-spacing: 1px;
}
.Form .js-submitBtn {
  pointer-events: none;
  opacity: 0.4;
}
.Form .js-submitBtn.active {
  pointer-events: auto;
  opacity: 1;
}
.Form button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background: url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
  background-size: auto;
  background-size: 100%;
  transition: all 0.4s ease;
}
.Form button:hover::after {
  right: -11px;
}
.Form .Form__btn {
  width: 320px;
  margin: 0 auto 10px;
}
.Form .Form__btn a {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 18px 12px;
  text-decoration: none;
  position: relative;
}
.Form .Form__btn a:hover {
  background-color: #333;
}
.Form .Form__btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 13px;
  background: url(/bathroom/try-resort/img/window.png);
  transform: translateY(-50%);
}
.Form dl {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Form dl {
    display: block;
  }
}
.Form dl dt {
  margin-top: 17px;
  display: flex;
  flex: 1;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
}
.Form dl dt strong {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  background-color: #e92929;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
}
.Form dl dd {
  /* width: 626px; */
  width: 850px;
}
.Form.Form--type01 dl dd {
  width: 626px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Form dl dd {
    margin-top: 10px;
    width: auto;
  }
  .Form.Form--type01 dl dd {
    width: auto;
  }
}
.Form dl dd small {
  font-size: 12px;
}
.Form dl dd .caution {
  color: #e92929;
}
.Form__entry {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Form__entry {
    display: block;
  }
}
.Form__entry input,
.Form__entry button,
.Form__entry select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  border: none;
}
.Form__input {
  position: relative;
  width: 309px;
  border: solid 1px #dedede;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Form__input {
    width: 100%;
    margin-bottom: 5px;
  }
}
.Form__input::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.Form__input input {
  position: relative;
  padding: 13px 16px;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
}
.Form__select {
  overflow: hidden;
  /* width: 305px; */
  width: 255px;
  position: relative;
  border: 1px solid #dedede;
  background: #ffffff;
}
.Form.Form--type01 .Form__select {
  width: 305px;
}
.Form__select01 {
  overflow: hidden;
  width: 156px;
  position: relative;
  border: 1px solid #dedede;
  background: #ffffff;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Form__select {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  .Form__select01 {
    width: 100%;
    box-sizing: border-box;
  }
}
.Form__select::before,
.Form__select01::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.Form__select select,
.Form__select01 select {
  position: relative;
  width: 100%;
  padding: 13px 16px;
  cursor: pointer;
  text-overflow: ellipsis;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
}
.Form__select select::-ms-expand,
.Form__select01 select::-ms-expand{
  display: none;
}

/* datepicker
-----------------------------------------*/
.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}
.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}

/* slick style
-----------------------------------------*/
.slick-slider .slick-prev {
  left: 0;
  /* background-color: #000; */
  color: #000;
}
.slick-slider .slick-next {
  right: 0;
}
.slider-nav {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 410px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .slider-nav {
    width: 100%;
  }
}

.nav-arrow {
  width: 20px;
  height: 20px;
  position: relative;
  position: absolute;
  background-color: #000;
  cursor: pointer;
  border-radius: 50%;
}
.nav-arrow::before {
  display: inline-block;
  content: '';
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 5px;
  height: 5px;
  position: absolute;
}

.prev-arrow {
  left: -25px;
  bottom: 35%;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .prev-arrow {
    left: 0;
    bottom: 30%;
  }
}
.prev-arrow::before {
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -55%) rotate(45deg);
  transform: translate(-50%, -55%) rotate(45deg);
}

.next-arrow {
  bottom: 35%;
  right: -25px;
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px)  {
  .next-arrow {
    bottom: 30%;
    right: 0;
  }
}
.next-arrow::before {
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -45%) rotate(-135deg);
  transform: translate(-50%, -45%) rotate(-135deg);
}

.slider-nav .slick-track img {
  margin: 0 4px;
}