/*
Theme Name: melissa
Theme URL:
Description:
Author: taslink Co., Ltd
Version: 1.0
*/

@charset "utf-8";

article,
footer,
header,
nav,
section,
aside {
  display: block;
  word-wrap: break-word;
}

@font-face {
  font-family: "Noto Serif JP";
  /* フォントの定義 */
  src: url("fonts/NotoSerifJP-Medium.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

html,
body {
  background-color: #CFE7EC;
  color: #2F292B;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  width: 100%;
}

.mincho {
  font-family: "Noto Serif JP";
}

.noPadding {
  padding: 0;
}

img {
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  transition: all 0.5s ease;
  /*ゆっくり変化させる*/
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  padding: 0;
  margin: 0;
}

.sp_disp {
  display: none;
}

.bold {
  font-weight: 600;
}

.center {
  text-align: center;
}

.red {
  color: red;
}

.loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.loading img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.pcbr {
  display: block;
}

.spbr {
  display: none;
}

.mgnbt {
  margin-bottom: 1rem;
}

.under {
  text-decoration: underline;
}

.bold {
  font-weight: 600;
}

/* ------------------------
  コンテンツ
------------------------ */
#header div {
  margin: 3rem 0 5rem;
}

.rose img {
  width: 100%;
  max-width: 700px;
}

.basicWrap {
  max-width: 1200px;
  width: 100%;
  margin: 5rem auto 5rem;
  background-color: #fff;
  padding: 3rem;
}

.roomImg {
  background-color: #000;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.roomImg img {
  width: 100%;
  max-width: 1000px;
  height: 300px;
  object-fit: cover;
  display: block;
  opacity: 0.7;

}

.stext:before,
.ttext:before {
  content: '';
  display: inline-block;
  width: 151px;
  height: 80px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 3px;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 300;
}

.stext:before {
  background-image: url(img/stext.png);
}

.ttext:before {
  background-image: url(img/ttext.png);
}

.twobloc {
  display: flex;
  margin: 0 auto 8rem;
  flex-flow: wrap;
  max-width: 1000px;
}

.twobloc li {
  flex-grow: 1;
}

.twobloc li:first-child {
  border-right: 1px solid #fff;
}

.room {
  position: relative;
}
.link {
  font-size: 1rem;
  position: absolute;
  bottom: 1rem;
  right: 4rem;
  color: #fff;
}
.arrow {
  display: block;
  width: 100%;
  height: 170px;
  line-height: 170px;
  background-color: #4C9ACF;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.arrow:hover {
  background-color: #8CD1FF;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 45px;
  bottom: .9rem;
  width: 60px;
  height: 5px;
  border: none;
  border-right: 2px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: skew(45deg);
  transition: .3s;
}
.arrow:hover::after {
  right: 25px;
  width: 80px;
}

.btn {
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  line-height: 55px;
  margin: 0 auto 2em;
  max-width: 180px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}

.btn-2 {
  letter-spacing: 0;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #E85689;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 100%;
}


/*下層ページ*/
.pageText {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5rem;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1.5rem 0;
  background-color: #4C9ACF;
  font-size: 1.5rem;
}

.explan {
  text-align: right;
}

.acdContent ul {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  /* align-items: center; */
}

.acdContent ul li {
  flex-grow: 1;
  padding: 1rem;
}

.acdContent ul li:nth-child(1) {
  margin-right: 3rem;
  width: 47%;
}

.acdContent ul li:nth-child(2) {
  width: 55%;
}

.facility {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.facility div:nth-child(1) {
  width: 40%;
}

.facility div:nth-child(2) {
  width: 60%;
}

.attention {
  margin: 1rem 0;
}

.attention div {
  margin-top: 2rem;
}

.attention h2 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.attention p:nth-of-type(1) {
  /* margin: 1.5rem 0; */
}

.attContact p:nth-of-type(2) {
  font-size: 1.2rem;
}

.attContact p:nth-of-type(2) a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(img/tel.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 6px;
}

.telImg {
  width: 80px;
}

.attOther p {}

.attCredit p:nth-of-type(2) {
  margin: .5rem 0;
}

.attCancel p:nth-of-type(3) {
  display: inline-block;
  border-top: 2px dotted;
  border-bottom: 2px dotted;
  padding: 0.5rem;
  text-align: left;
  margin-top: 3px;
}

.appeal {
  display: inline-block;
  background-color: #E85689;
  color: #fff;
  padding: 3px;
  border-radius: 5px;
  font-size: 0.8rem;
}

.thanks h2 {
  border-bottom: solid 1px #E85689 !important;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

.thanks div {
  max-width: 750px;
  margin: 0 auto 2rem;
}

/*アコーディオン*/
.acdCheck,
.recCheck {
  display: none;
}

.acdLabel {
  color: #1E65B1;
  display: inline-block;
  padding: .5rem 0;
  position: relative;
}

.acdContent {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  text-align: left;
  /* margin-bottom: 5rem; */
}

.acdCheck:checked+.acdLabel+.acdContent {
  height: 610px;
  opacity: 1;
  visibility: visible;
}

.close {
  display: none;
}

.open::before,
.close::before {
  content: "\025bc";
  position: absolute;
  left: -1.0rem;
}

.open::before {
  content: "\025bc";
}

.close::before {
  content: "\025b2";
}

.acdCheck:checked+label .close {
  display: inline-block;
}

.acdCheck:checked+label .open {
  display: none;
}

/*recCAPCHA*/
.recapWrap {
  margin: 3rem 0 1rem;
}

.recapMsg {
  text-align: center;
}

.recapMsg label {
  font-weight: 600;
}

.recapMsg2 ul {
  display: inline-block;
  padding: .5rem .8rem .5rem 1.8rem;
  border: solid 1px #999;
  list-style-type: disc;
  text-align: left;
  margin: 1rem 0;
}

.cacheClear {
  background-color: #F5F6CE;
  padding: 3px 5px;
  font-size: .9rem;
  margin-bottom: .5rem;
}

.recLabel {
  display: inline-block;
  padding: .5rem 0;
  position: relative;
}

.recapMsg2 {
  height: 0;
  opacity: 0;
  /* padding: 0 10px; */
  transition: .5s;
  visibility: hidden;
  /* margin-bottom: 5rem; */
}

.recCheck:checked+.recLabel+.recapMsg2 {
  height: 420px;
  opacity: 1;
  visibility: visible;
}

.recaptel {
  color: red;
  font-size: .9rem;

}

/*カレンダー*/
.booking_head p {
  font-size: 0.9rem;
  width: 50%;
  text-align: center;
}
.page_404 {
  text-align: center;
  margin-bottom: 3rem;
}
.page_404 h2 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}


/* ------レスポンシブ-------- */
@media screen and (max-width:1280px) {
  .pc_disp {
    display: none;
  }

  .sp_disp {
    display: inline-block;
  }

  #header div {
    margin: 2rem 0 3rem;
  }

  .rose img {
    width: 110px;
  }

  .basicWrap {
    max-width: 834px;
  }

  .twobloc {
    display: block;
  }

  /* .twobloc li {
    padding: 1.5rem 2rem;
    text-align: left;
  } */

  .twobloc li:first-child {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .arrow {
    display: block;
    height: auto;
    line-height: 1.6;
    padding: 1.5rem 2rem;
    text-align: left;
    font-size: 1.5rem;
  }

  .roomImg img {
    height: 200px;
  }

  .acdContent ul {
    display: block;
    margin-bottom: 0;
  }

  .acdContent ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .acdCheck:checked+.acdLabel+.acdContent {
    height: 850px;
  }
}

@media screen and (max-width:900px) {
  .basicWrap {
    width: 90%;
    padding: 2rem 1rem;
    margin: 3rem auto 3rem;
  }

  .btn {
    border-top: solid 1px #E85689;
    border-bottom: solid 1px #E85689;
  }

  .pageText {
    margin: 0 auto 2rem;
  }

  .booking_head p {
    width: 100%;
  }
  .reserve {
    margin-bottom: 1.5rem !important;
  }
  .reserve img {
    width: 170px;
  }
  .rose img {
    width: 90px;
  }

}

@media screen and (max-width:600px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }

  .basicWrap {
    margin: 1rem auto;
  }

  #header div {
    margin: 1rem 0 !important;
  }

  .reserve img {
    width: 150px;
  }

  .rose {
    margin-bottom: 2rem !important;
  }

  .logo img {
    width: 180px;
  }

  .pageText {
    padding: 0.5rem 0;
    font-size: 1.0rem;
  }

  .acdLabel {
    font-size: 0.9rem;
  }

  .acdContent {
    padding: 0;
  }

  .acdContent ul li {
    padding: 1rem 0 0;
  }

  .acdCheck:checked+.acdLabel+.acdContent {
    height: 1100px;
  }

  .stext:before,
  .ttext:before {
    width: 120px;
    height: 66px;
  }

  .reserve img {
    width: 110px;
  }

  .rose img {
    width: 60px;
  }

  .roomImg img {
    height: 150px;
  }

  .arrow {
    padding: 1rem;
    font-size: 1.2rem;
  }

  .link {
    font-size: 0.8rem;
    right: 1rem;
  }
  .arrow::after {
    right: .5rem;
    bottom: 0.6rem;
  }
  .twobloc {
    margin: 0 auto 5rem;
  }

  .attOther,
  .attCredit,
  .attCancel p:nth-child(2) {
    text-align: left;
  }

  .attCancel p:nth-of-type(3) {
    font-size: 0.85rem;
  }

  .attCredit img {
    width: 100%;
  }

  .booking_head p {
    font-size: 0.8rem;
  }

  .recCheck:checked+.recLabel+.recapMsg2 {
    height: 550px;
    text-align: left;
  }
}

@media screen and (max-width:430px) {
  .recCheck:checked+.recLabel+.recapMsg2 {
    height: 700px;
  }
}

@media screen and (orientation: landscape) {
  .recCheck:checked+.recLabel+.recapMsg2 {
    height: 450px;
  }
}