:root {
  --main-color: #002e52;
  --accent-color: #d17817;
  --red-color: #d0121b;
  --min: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --got: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  --en: "FTRABD", "futura";
}


/* font */
#hotelindigo-inuyama .modal-content .text-l {
  color: var(--main-color);
  font-family: var(--min);
  font-weight: 600;
}

#hotelindigo-inuyama .modal-content .text-m {
  color: var(--main-color);
  font-family: var(--min);
  font-weight: 600;
  font-size: 20px;
}

/*               modal               */

* {
  margin: 0;
  padding: 0;
}

/* ??????(?????) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

/* ?????? */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* ?????? */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  height: 80%;
  width: 100%;
  max-width: 940px;
  background: #faf6f3;
  padding: 5% !important;
}

/* ???????????????????? */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#hotelindigo-inuyama .btn_close {
  display: block;
  position: absolute;
  transform: translate(1200%, 0px);
  top: 3%;
  left: 50%;
  border: solid 2px #faf6f3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #faf6f3;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  text-decoration: none;
  line-height: 31px;
  z-index: 105;
  padding-left: 0.1%;
}


/* modal-content */


#hotelindigo-inuyama .modal-title {
  font-family: var(--en) !important;
  color: var(--main-color) !important;
  font-weight: 300 !important;
}

#hotelindigo-inuyama .modal-fv {
  margin-top: 50px;
  width: 100%;
}

#hotelindigo-inuyama .modal-section {
  margin-top: 100px;
}

#hotelindigo-inuyama .modal-section .text-l {
  color: var(--main-color);
  font-family: var(--min);
  font-weight: 600;
}

#hotelindigo-inuyama .modal-section .text {
  margin-top: 50px;
  color: #333 !important;
  text-align: left;
  line-height: 1.8;
}

#hotelindigo-inuyama .modal-section .sub-index {
  margin-top: 70px;
  font-size: 24px;
}

#hotelindigo-inuyama .modal-section .flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#hotelindigo-inuyama .modal-section .flex-content {
  width: 300px;
}

#hotelindigo-inuyama .modal-section .flex-content img {
  width: 100%;
}

#hotelindigo-inuyama .modal-section .text-s {
  margin-top: 10px;
  text-align: left;
}

#hotelindigo-inuyama .modal-offerbtn {
  margin-top: 100px;
}

#hotelindigo-inuyama .modal-offerbtn .btn {
  margin-top: 50px;
  display: block;
  width: 500px;
}


/* interview */

#hotelindigo-inuyama .profile {
  margin-top: 70px;
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  padding: 20px;
}

#hotelindigo-inuyama .profile-title {
  margin-top: 0px;
}

#hotelindigo-inuyama .profile-name .text {
  margin-top: 0px;
  font-weight: 700;
}

#hotelindigo-inuyama .profile-name .text span {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 300;
}

#hotelindigo-inuyama .profile .profile-text {
  margin-top: 20px;
}

#hotelindigo-inuyama .ph-interview {
  margin-top: 50px;
}


/* about the hotel */
#hotelindigo-inuyama .section-facility .text-m ruby {
  color: var(--main-color) !important;
  font-family: var(--min);
}

#hotelindigo-inuyama .section-facility .text-m ruby rt {
  font-weight: 300;
}

.section-facility_flex {
  display: flex;
  margin-top: 50px !important;
  align-items: center;
}

.section-facility_flex:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}

#hotelindigo-inuyama .section-facility_flex .text {
  margin-top: 20px;
}

.section-facility_flex img {
  margin-left: 30px !important;
  max-width: 370px !important;
}

.section-facility_flex:nth-child(2n) img {
  margin-left: 0px !important;
  margin-right: 30px !important;
}


/* restaurant */

#hotelindigo-inuyama .ph-restaurant01 {
  margin-top: 100px;
}

#hotelindigo-inuyama .section-restaurant .flex {
  margin-top: 100px;
}

#hotelindigo-inuyama .restaurant-limited {
  max-width: 550px;
  margin: 100px auto;
}


/* around inuyama */

#hotelindigo-inuyama .section-inuyama .section-inuyama_lead {
  color: #000;
  font-family: var(--got);
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}

#hotelindigo-inuyama .inuyama-spot {
  display: flex;
  margin-top: 50px !important;
  align-items: center;
  text-align: left;
}

.inuyama-spot:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}

#hotelindigo-inuyama .inuyama-spot .text {
  margin-top: 20px;
  font-weight: 300;
}

.inuyama-spot img {
  margin-right: 30px !important;
  max-width: 370px !important;
}

.inuyama-spot:nth-child(2n) img {
  margin-left: 30px !important;
  margin-right: 0 !important;
}

#hotelindigo-inuyama .inuyama-offer {
  margin-top: 70px;
}

#hotelindigo-inuyama .inuyama-offer a {
  display: inline-block;
  width: 90%;
}

#hotelindigo-inuyama .inuyama-offer-info {
  width: 100%;
  margin: -50px auto 0;
  padding: 10% 7% 7%;
  background: rgba(231, 231, 231, 0.4);
  position: relative;
  z-index: -1;
}

#hotelindigo-inuyama .inuyama-offer-info .text {
  text-align: center;
  margin-top: 20px;
}

#hotelindigo-inuyama .inuyama-offer-info .text-s {
  margin-top: 30px;
  text-align: center;
}

#hotelindigo-inuyama .inuyama-offer-info .text-m {
  margin-top: 10px;
  text-align: center;
  color: #000;
  font-family: var(--got);
}

#hotelindigo-inuyama .inuyama-offer-info .text-m span {
  color: var(--red-color);
  font-weight: 700;
}

#hotelindigo-inuyama .inuyama-offer-info .inuyama-offer_name {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  color: var(--main-color);

}

#hotelindigo-inuyama .inuyama-offer-info .offer-price {
  margin-top: 10px;
  text-align: left;
}

#hotelindigo-inuyama ul.price_list {
  list-style: none;
  column-count: 2;
  column-gap: 40px;
  padding: 0;
  font-size: 20px;
  margin: 10px auto 0;
  width: 80%;
}

#hotelindigo-inuyama ul.price_list li {
  display: inline-flex;
  width: 100%;
  margin: 0;
}

#hotelindigo-inuyama ul.price_list li p {
  font-weight: normal;
  color: #333;
  margin-right: auto;
}

#hotelindigo-inuyama ul.price_list li span {
  color: var(--red-color);
  font-weight: 600;
}

#hotelindigo-inuyama a .inuyama-offer-info_btn {
  width: 50%;
  background: var(--main-color);
  border: solid 1px var(--main-color);
  color: #fff;
  transition: 0.8s;
  display: block;
}

#hotelindigo-inuyama a:hover .inuyama-offer-info_btn {
  background: #fff;
  color: var(--main-color);
}





@media screen and (max-width: 1080px) {

  .modal-content {
    height: 80%;
    width: 90%;
    padding: 5% 3% !important;
  }

  #hotelindigo-inuyama .btn_close {
    transform: translate(0, 0);
    top: 2%;
    right: 5%;
    left: auto;
  }

}


@media screen and (max-width: 767px) {


  /*?@???E?]???????@*/
  #fftop_recomDetail section {
    padding: 0;
  }

  #hotelindigo-inuyama .sp {
    display: block !important;
  }

  #hotelindigo-inuyama .pc {
    display: none !important;
  }

  #g-nav li a {
    font-size: 1.5em;
  }

  /*     common       */
  #hotelindigo-inuyama .section {
    text-align: center;
    padding: 70px 20px !important;
    margin: 0 auto;
  }

  #hotelindigo-inuyama .text {
    font-size: 16px;
  }

  #hotelindigo-inuyama .text-l {
    font-size: 24px;
  }

  #hotelindigo-inuyama .text-m {
    font-size: 20px;
  }

  #hotelindigo-inuyama .text-s {
    font-size: 13px;
  }


  /* font */
  #hotelindigo-inuyama .modal-content .text-l {
    color: var(--main-color);
    font-family: var(--min);
    font-weight: 600;
  }

  #hotelindigo-inuyama .modal-content .text-m {
    line-height: 1.5;
  }


  /*               modal               */

  * {
    margin: 0;
    padding: 0;
  }


  /* ?????? */
  .modal-content {
    height: 80%;
    width: 95%;
    max-width: 940px;
    padding: 15% 5% !important;
  }

  /* ???????????????????? */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }

  #hotelindigo-inuyama .btn_close {
    transform: translate(0, 0);
    top: 3%;
    right: 2%;
    left: auto;
    width: 35px;
    height: 35px;
    line-height: 28px;
    padding-left: 0.5%;
    border: solid 0.5px #faf6f3
  }


  /* modal-content */


  #hotelindigo-inuyama .modal-title {
    line-height: 1;
  }

  #hotelindigo-inuyama .modal-fv {
    margin-top: 10%;
    width: 100%;
  }

  #hotelindigo-inuyama .modal-section {
    margin-top: 20%;
  }

  #hotelindigo-inuyama .modal-section .text-l {
    line-height: 1.5;
  }

  #hotelindigo-inuyama .modal-section .text {
    margin-top: 10%;
    font-size: 16px !important;
  }

  #hotelindigo-inuyama .modal-section .sub-index {
    margin-top: 20%;
    line-height: 1.5;
  }

  #hotelindigo-inuyama .modal-section .flex {
    margin-top: 0px;
    flex-direction: column-reverse;
  }

  #hotelindigo-inuyama .modal-section .flex-content {
    margin-top: 10%;
    width: 80%;
  }

  #hotelindigo-inuyama .modal-section .text-s {
    margin-top: 3%;
    line-height: 1.4;
  }


  #hotelindigo-inuyama .modal-offerbtn {
    margin-top: 80px;
  }

  #hotelindigo-inuyama .modal-offerbtn .btn {
    margin-top: 50px;
    width: 100%;
  }


  /* interview */

  #hotelindigo-inuyama .profile {
    margin-top: 70px;
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
    padding: 20px;
  }

  #hotelindigo-inuyama .profile-title {
    margin-top: 0px;
  }

  #hotelindigo-inuyama .profile-name .text {
    margin-top: 0px;
    font-weight: 700;
  }

  #hotelindigo-inuyama .profile-name .text span {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 300;
  }

  #hotelindigo-inuyama .profile .profile-text {
    margin-top: 20px;
  }

  #hotelindigo-inuyama .ph-interview {
    margin-top: 30px;
  }


  /* about the hotel */
  #hotelindigo-inuyama .section-facility .text-m ruby {
    color: var(--main-color) !important;
    font-family: var(--min);
  }

  .section-facility_flex {
    flex-direction: column-reverse;
  }

  .section-facility_flex:nth-child(2n) {
    flex-direction: column-reverse;
  }

  #hotelindigo-inuyama .section-facility_flex .text-m {
    margin-top: 10%;
  }

  #hotelindigo-inuyama .section-facility_flex .text {
    margin-top: 5%;
  }

  .section-facility_flex img {
    margin: 0 !important;
    width: 100% !important;
  }

  .section-facility_flex:nth-child(2n) img {
    margin: 0 !important;
  }


  /* restaurant */

  #hotelindigo-inuyama .ph-restaurant01 {
    margin-top: 20%;
  }

  #hotelindigo-inuyama .section-restaurant .flex {
    margin-top: 20%;
    flex-direction: column;
  }

  #hotelindigo-inuyama .section-restaurant .flex .ph-restaurant02 {
    margin: 0 auto 0 0;
    width: 70%;
  }

  #hotelindigo-inuyama .section-restaurant .flex .ph-restaurant03 {
    margin: 15% 0 0 auto;
    width: 70%;
  }


  #hotelindigo-inuyama .restaurant-limited {
    max-width: 550px;
    margin: 20% auto 0;
  }


  /* around inuyama */

  #hotelindigo-inuyama .section-inuyama .section-inuyama_lead {
    color: #000;
    font-family: var(--got);
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
  }

  #hotelindigo-inuyama .inuyama-spot {
    display: flex;
    flex-direction: column;
    margin-top: 15% !important;
    align-items: center;
    text-align: left;
  }

  .inuyama-spot:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
  }

  #hotelindigo-inuyama .inuyama-spot .text-m {
    margin-top: 5%;
    text-align: center;
  }

  #hotelindigo-inuyama .inuyama-spot .text {
    margin-top: 3%;
    font-weight: 300;
  }

  .inuyama-spot img {
    margin-right: 0px !important;
    width: 100%;
  }

  .inuyama-spot:nth-child(2n) img {
    margin-left: 0px !important;
    margin-right: 0 !important;
  }

  #hotelindigo-inuyama .inuyama-offer {
    margin-top: 15%;
  }

  #hotelindigo-inuyama .inuyama-offer a {
    display: inline-block;
    width: 100%;
  }

  #hotelindigo-inuyama .inuyama-offer img {
    width: 90%;
  }

  #hotelindigo-inuyama .inuyama-offer-info {
    width: 100%;
    margin: -50px auto 0;
    padding: 10% 7% 10%;
    background: rgba(235, 207, 171, 0.6);
    position: relative;
    z-index: -1;
  }

  #hotelindigo-inuyama .inuyama-offer-info .text {
    margin-top: 15%;
    line-height: 1.5;
  }

  #hotelindigo-inuyama .inuyama-offer-info .text-s {
    margin-top: 10%;
  }

  #hotelindigo-inuyama .inuyama-offer-info .text-m {
    margin-top: 5%
  }

  #hotelindigo-inuyama .inuyama-offer-info .text-m span {
    color: var(--red-color);
    font-weight: 700;
  }

  #hotelindigo-inuyama .inuyama-offer-info .inuyama-offer_name {
    margin-top: 5%;
  }

  #hotelindigo-inuyama .inuyama-offer-info .offer-price {
    margin-top: 10px;
    text-align: left;
  }

  #hotelindigo-inuyama ul.price_list {
    list-style: none;
    column-count: 1;
    column-gap: 40px;
    padding: 0;
    font-size: 20px;
    margin: 10px auto 0;
    width: 100%;
  }

  #hotelindigo-inuyama ul.price_list li {
    display: inline-flex;
    width: 100%;
    font-size: 16px !IMPORTANT;
    align-items: center;
    line-height: 1;
  }

  #hotelindigo-inuyama ul.price_list li p {
    font-weight: normal;
    color: #333;
    margin-right: auto;
  }

  #hotelindigo-inuyama ul.price_list li span {
    color: var(--red-color);
    font-weight: 600;
  }

  #hotelindigo-inuyama .inuyama-offer-info .btn {
    width: 70%;
    background: var(--main-color);
  }


}
