@charset "UTF-8";
/*-------------------------------------------------------
  プラントベース
  -------------------------------------------------------*/

a {
  pointer-events: auto;
  text-decoration: underline;
  text-decoration-color: #ccc;
  text-underline-offset: 3px;
}

a:visited {
  color: #242323;
  text-decoration: underline;
  text-decoration-color: #ccc;
}

.order-box {
  display: grid;
}

.order-img {
  max-width: fit-content !important;
}

.col-fix {
  display: flex;
}

.col-50 {
  width: 50%;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .order-img {
    order: 0;
  }

  .ad {
    font-size: 20px;
  }

  .order-ad {
    order: -1;
    margin-top: 30px;
    padding: 0 !important;
  }
}

/* details {
            display: flex;
        } */

details:not(:last-child) {
  margin-bottom: 20px;
}


#check-in.anchor,
#check-out.anchor,
#check-title1.anchor,
#check-title2.anchor {
  scroll-margin-top: 140px;
}

@media screen and (max-width: 480px) {

  #check-in.anchor,
  #check-out.anchor,
  #check-title1.anchor,
  #check-title2.anchor {
    scroll-margin-top: 120px;
  }
}

/**
    * list-style: none; ←デフォルト三角削除（Chrome非対応）
    * cursor: pointer; ←カーソルをポインターに **/

details summary {
  position: relative;
  list-style: none;
  background: #f4f0e5;
  color: #242323;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  padding: 10px 70px 10px 70px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  details summary {
    font-size: 16px;
    padding: 10px 40px 10px 40px;
  }
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  content: '＋';
  /* 全角のプラス */
  position: absolute;
  right: 20px;
}

details[open] summary::after {
  content: '－';
  /* 全角のマイナス */
}

/**
    * Chrome用のデフォルト三角削除
    **/
details summary::-webkit-details-marker {
  display: none;
}

/* details summary::before {
            font-family: "Font Awesome 5 Free";
            content: '\f067';
            margin-right: 10px;
        } */

/**
    * アコーディオンがオープン時はマイナスアイコンに変更
    **/

.table01 {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  margin: 10px auto 10px;
}

.table01 th {
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #0099e3;
  background: #cee7ff;

}

.table01 td {
  border: solid 1px #ccc;
  padding: 10px;
}

.table02 {
  padding: 10px;
  margin: 0 auto;
  font-size: 18px;
}

.lef {
  text-align: left;
  /* 内容は左配置 */
}

/* 2カラム */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.col_2 div .ad {
  padding-top: 10px;
  list-style: none;
  padding-left: 10px;
}

.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  text-align: left;
  /* 内容は左配置 */
  flex-direction: row;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .col_2 {
    flex-direction: column;
    padding: 0;
  }
}

.col_2>div {
  width: fit-content;
  padding: 10px;
}

.col_2 div .ad {
  padding-top: 10px;
}

.col_2 .img {
  text-align: center;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tbl-r03 {
    width: 90%;
  }

  .tbl-r03 tr {
    display: block;
    float: left;
  }

  .tbl-r03 tr td,
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }

  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }

  .tbl-r03 thead tr {
    width: 100%;
  }

  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }

  .tbl-r03 tbody tr {
    width: 50%;
  }

  .tbl-r03 tr td+td {
    border-left: none;
  }

  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }

  .col_2>div {

    width: 100%;
  }

  details summary::after {
    content: '＋';
    /* 全角のプラス */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 25px;
  }
}

.pic {
  max-width: fit-content !important;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.font-normal {
  font-size: 16px;
}

.font-small {
  font-size: 13px;
}

dt {
  line-height: 1.3;
}

.m-t {
  margin-top: 10px;
  line-height: 2;
}

.m-b {
  margin-bottom: 20px;
  line-height: 2;
}

.footer-margin {
  margin-bottom: 200px;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0 auto;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

dd {
  margin-left: 0;
}

.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 867px) {
  .flow {
    width: 100%;
    display: block;
    margin: 0 -20px auto;
    padding: 0;
  }
}

/* .flow>li {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
} */

.flow>li .icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background: #BF9000;
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

.flow>li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #BF9000;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow>li dl {
  max-width: 100%;
  width: 300px;
  padding: 20px 20px;
  margin: 30px 20px;
  border: 3px solid #BF9000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 867px) {
  .icon {
    margin-top: -10px !important;
  }

  .flow>li .icon {
    left: 15px;
    position: absolute;
    z-index: 1;

  }

  .flow>li dl {
    width: 100%;
  }
}

.flow>li dl dt {
  font-weight: 600;
  color: #000;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: center;
}

/* .flow>li:not(:last-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid #BF9000;
    border-right: 4px solid #BF9000;
    position: absolute;
    top: calc(50% - 10px);
    left: 106%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 867px) {
    .flow>li:not(:last-child) dl::before {
        content: "";
        width: 14px;
        height: 14px;
        margin-right: 10px;
        display: inline-block;
        border-top: 4px solid #BF9000;
        border-right: 4px solid #BF9000;
        position: absolute;
        top: calc(100% - -5px);
        left: 48.5%;
        transform: rotate(135deg);
    }
} */

/* .check {
    text-align: center;
    background: white;
    border: 3px solid #BF9000;
    color: #242323;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
} */

.check-1 {
  text-align: center;
  background: white;
  border: 3px solid #E2CEA0;
  color: #242323;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.check-2 {
  text-align: center;
  background: white;
  border: 3px solid #576074;
  color: #242323;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.check-3 {
  text-align: center;
  background: white;
  border: 3px solid #9cd3fd;
  color: #242323;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}


.out-border {
  text-align: center;
  background: white;
  color: #242323;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 3px solid #002060;
}

@media screen and (max-width: 768px) {
  .check {
    width: 100%;
  }
}

.font-title {
  font-weight: bold;
  font-size: 18px;
  color: #BF9000;
}

.icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background: #BF9000;
  margin: 0 30px 0 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

.icon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -8px;
  top: 10px;
  border-left: 15px solid #BF9000;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

dl::before {
  content: '';
  padding-top: 10px;
}

dl::after {
  content: '▼';
  font-size: 13px;
}

.dl-1::after {
  content: '▼';
  color: rgb(231 207 143);
  font-size: 14px;
}

.dl-2::after {
  content: '▼';
  color: rgb(253 193 156);
  font-size: 14px;
}

.dl-3::after {
  content: '▼';
  color: #A5D1F6;
  font-size: 14px;
}

.touchaku {
  background: #BF9000;
  color: white;
  width: 50%;
  padding: 10px;
  margin-top: 30px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 30px;
}

.check-touchaku::after {
  content: '▼';
  color: #fff;
  font-size: 14px;
}

.out-touchaku {
  background: #002060;
  color: white;
  width: 50%;
  padding: 10px;
  margin-top: 30px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 30px;
}

.out-touchaku::after {
  content: '▼';
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .touchaku {
    width: 100%;
  }
}

.step3 {
  background: #d0d5df;
}

#step5 summary,
#step6 summary {
  background: #e5f2f4 !important;
}


/*-------------------------------------------------------
  プラントベース
  -------------------------------------------------------*/

#smartentry a {
  transition: all 0.5s ease;
}

#smartentry a:hover {
  color: #181717;
}

#smartentry a.txtlink {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: none;
  height: inherit;
  color: #181717;
}

#smartentry a.txtlink:hover {
  color: #999;
}

#smartentry a.txtlink.ext {
  padding: 0 20px 0 0;
}

#smartentry a.txtlink.ext::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 19px;
  vertical-align: middle;
  margin: 0 0 0 10px;
  background: url("/-/media/hotel/res/granosaka/contents/smart-entry/img/icon_linkout.png") center center no-repeat;
  background-size: contain;
}

#smartentry h1,
#smartentry h2,
#smartentry h3,
#smartentry h4,
#smartentry h5,
#smartentry h6 {
  line-height: 1.5;
  margin: 0 0 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt" 1;
}

#smartentry h1.mds,
#smartentry h2.mds,
#smartentry h3.mds,
#smartentry h4.mds,
#smartentry h5.mds,
#smartentry h6.mds {
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media (max-width: 680px) {

  #smartentry h1.mds,
  #smartentry h2.mds,
  #smartentry h3.mds,
  #smartentry h4.mds,
  #smartentry h5.mds,
  #smartentry h6.mds {
    font-size: 24px;
  }
}

#smartentry h1.mds .en,
#smartentry h2.mds .en,
#smartentry h3.mds .en,
#smartentry h4.mds .en,
#smartentry h5.mds .en,
#smartentry h6.mds .en {
  font-size: 20px;
  display: block;
  letter-spacing: normal;
  margin: 0 0 0.5em 0;
  color: #B59D65;
}

#smartentry h1.mds.sml,
#smartentry h2.mds.sml,
#smartentry h3.mds.sml,
#smartentry h4.mds.sml,
#smartentry h5.mds.sml,
#smartentry h6.mds.sml {
  font-size: 20px;
  margin-bottom: 1em;
}

@media (max-width: 680px) {

  #smartentry h1.mds.sml,
  #smartentry h2.mds.sml,
  #smartentry h3.mds.sml,
  #smartentry h4.mds.sml,
  #smartentry h5.mds.sml,
  #smartentry h6.mds.sml {
    font-size: 18px;
    border: none;
  }
}

#smartentry h1.mds.blk,
#smartentry h2.mds.blk,
#smartentry h3.mds.blk,
#smartentry h4.mds.blk,
#smartentry h5.mds.blk,
#smartentry h6.mds.blk {
  color: #181717;
}

#smartentry h1.mds.gld,
#smartentry h2.mds.gld,
#smartentry h3.mds.gld,
#smartentry h4.mds.gld,
#smartentry h5.mds.gld,
#smartentry h6.mds.gld {
  color: #B59D65;
  font-size: 54px;
}

@media (max-width: 680px) {

  #smartentry h1.mds.gld,
  #smartentry h2.mds.gld,
  #smartentry h3.mds.gld,
  #smartentry h4.mds.gld,
  #smartentry h5.mds.gld,
  #smartentry h6.mds.gld {
    font-size: 32px;
  }
}

#smartentry p {
  font-size: 18px;
  margin: 0 0 1em 0;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1;
}

#smartentry p.lead {
  font-size: 24px;
  margin: 0 0 0 0;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

@media (max-width: 680px) {
  #smartentry p.lead {
    font-size: 18px;
  }
}

#smartentry p.lead.sml {
  margin: 0 0 1em 0;
}

@media (max-width: 680px) {
  #smartentry p.lead.sml {
    text-align: left;
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 1em;
  }

  #smartentry p.lead.sml br {
    display: none;
  }
}

#smartentry p.lead.date {
  padding: 0.2em 3em;
  background: rgba(166, 142, 80, 0.2);
  display: inline-block;
  border-radius: 30px;
}

#smartentry p.btxt {
  font-size: 20px;
  margin: 0 0 3% 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

@media (max-width: 680px) {
  #smartentry p.btxt {
    font-size: 14px;
  }
}

#smartentry .cnt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 3% 0;
  text-align: center;
  background: #fff;
  color: #181717;
}

#smartentry .sdcol {
  display: block;
  padding: 3%;
  margin: 5% 0 0 0;
  background: #F2F2F2;
  color: #181717;
  border-radius: 20px;
}

@media (max-width: 680px) {
  #smartentry .sdcol {
    padding: 8%;
  }
}

#smartentry ul.note {
  display: block;
  padding: 0;
  margin: 30px 0;
  list-style: none;
  text-align: left;
}

#smartentry ul.note li {
  display: block;
  margin: 0;
  padding: 0 0.5em 0 1em;
  font-size: 12px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

#smartentry ul.note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

#smartentry ul.note.iln li {
  display: inline;
}

#smartentry ul.note.nomgn_top {
  margin: 0 0 30px 0;
}

#smartentry .wrapper {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  display: block;
}

@media (max-width: 680px) {
  #smartentry .wrapper {
    width: 100%;
  }
}

#smartentry .btns {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 680px) {
  #smartentry .btns {
    text-align: center;
  }
}

#smartentry .btns ul {
  display: block;
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0 -2% 0 0;
}

#smartentry .btns ul.mgntop {
  margin-top: 2vw;
}

@media (max-width: 680px) {
  #smartentry .btns ul.mgntop {
    margin-top: 4vw;
  }
}

#smartentry .btns ul li {
  display: inline-block;
  text-align: center;
  padding: 0 2% 0 0;
  margin: 0 0 2% 0;
  vertical-align: top;
}

#smartentry .btns ul li a {
  display: block;
  padding: 5px 20px;
  width: 240px;
  height: 65px;
  background: #000;
  border-radius: 10px;
}

@media (max-width: 680px) {
  #smartentry .btns ul li a {
    height: 55px;
  }
}

#smartentry .btns ul li a.txtlink {
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  padding: 10px 10px 20px 10px;
  width: 340px;
  height: auto;
  border: 1px solid #A68E50;
}

@media (max-width: 680px) {
  #smartentry .btns ul li a.txtlink {
    width: 100%;
    font-size: 13px;
  }
}

#smartentry .btns ul li a.txtlink::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #A68E50;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -100%);
}

@media (max-width: 680px) {
  #smartentry .btns ul li a.txtlink::after {
    right: 10px;
  }
}

#smartentry .btns ul li a.txtlink:hover {
  background: #f2f2f2;
  opacity: 1;
  color: #181717;
}

@media (max-width: 680px) {
  #smartentry .btns ul li {
    width: 50%;
  }

  #smartentry .btns ul li a {
    display: block;
    width: 100%;
  }
}

#smartentry .btns a.btn {
  display: inline-block;
  position: relative;
  padding: 15px 60px 15px 60px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: #F8F8F7;
  background: #00A357;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#smartentry .btns a.btn br {
  display: none;
}

@media (max-width: 1024px) {
  #smartentry .btns a.btn {
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  #smartentry .btns a.btn {
    font-size: 14px;
  }

  #smartentry .btns a.btn br {
    display: block;
  }
}

#smartentry .btns a.btn:hover {
  background: #21c679;
  opacity: 1;
}

#smartentry .btns a.btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}

@media (max-width: 680px) {
  #smartentry .btns a.btn::after {
    right: 10px;
  }
}

#smartentry figure {
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
  position: relative;
}

#smartentry figure img {
  width: 100%;
  height: auto;
  margin: 0;
}

#smartentry figure.sphone {
  display: block;
  padding: 0;
  margin: 0 15% 0 auto;
  max-width: 200px;
  width: 60%;
}

@media (max-width: 680px) {
  #smartentry figure.sphone {
    margin: 0 auto;
  }
}

#smartentry figure.sphone figcaption {
  margin: 10px -5px;
  display: block;
  background: #A68E50;
  text-align: center;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#smartentry figure.sphone figcaption p {
  font-size: 13px;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F8F8F7;
}

@media (max-width: 680px) {
  #smartentry figure.sphone figcaption {
    margin: -15px 0 0 -10px;
    width: 120px;
    height: 120px;
    left: 100%;
    transform: translate(-25%, 0%);
  }

  #smartentry figure.sphone figcaption p {
    font-size: 12px;
  }
}

#smartentry figure.step {
  display: block;
  padding: 0;
  margin: 2% auto 2% auto;
  max-width: 480px;
  width: 60%;
}

@media (max-width: 680px) {
  #smartentry figure.step {
    width: 80%;
    margin: 8% auto 12% auto;
  }
}

#smartentry .column {
  display: block;
  box-sizing: content-box;
  margin: 3% 0;
  padding: 0 0 0 0;
  clear: both;
  font-size: 0;
  text-align: center;
  position: relative;
}

@media (max-width: 680px) {
  #smartentry .column {
    margin: 8% 0 18% 0;
  }
}

#smartentry .column .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  z-index: 1;
}

@media (max-width: 680px) {
  #smartentry .column .row {
    width: 100%;
    padding: 0 5%;
  }
}

#smartentry .column .row.vmid {
  vertical-align: middle;
}

#smartentry .column .row.imgcol {
  width: 40%;
}

@media (max-width: 834px) {
  #smartentry .column .row.imgcol {
    width: 100%;
  }
}

#smartentry .column .row.txtcol {
  width: 60%;
  color: #F8F8F7;
}

@media (max-width: 834px) {
  #smartentry .column .row.txtcol {
    width: 100%;
    padding: 5%;
    text-align: center;
  }
}

#smartentry .column::after {
  content: "";
  background: #414141;
  z-index: 0;
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: linear-gradient(135deg, #9f9f9f 0%, #414141 30%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 680px) {
  #smartentry .column::after {
    height: 90%;
    transform: translate(0, -40%);
  }
}

/* サービス開始日 */
#smartentry p.lead.date {
  padding: 0.2em 3em;
  background: rgba(166, 142, 80, 0.2);
  display: inline-block;
  border-radius: 30px;
}