body {
	font-display: swap;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500
}
.sec, .anchor {
  padding: 0
}
#contents {
  padding-top: 0;
  overflow-x: visible
}
@media screen and (max-width:768px) {
  #contents {
    padding-top: 80px;
  }
}
#contents .inner {
  width: auto
}
#contents p {
  font-size: 1rem;
  line-height: 1.5;
  color: #110605
}
body.page #contents p {
  margin-bottom: 0
}
body.page #contents p.notes {
  font-size: .75rem
}
@media screen and (max-width:768px) {
  #contents p {
    font-size: .875rem;
    line-height: 1.7
  }
  body.page #contents p.notes {
    font-size: .5rem
  }
}
@media screen and (max-width:480px) {
  #contents p {
    text-align: start
  }
}
img {
  object-fit: cover;
  vertical-align: bottom;
}
.sp {
  display: none;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 60px
}
.btn-wrap .btn {
  max-width: 400px;
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: #fff;
  border-radius: 900px;
  margin: auto;
  transition: .2s ease-out
}
@media screen and (max-width:768px) {
  .btn-wrap {
    margin-top: 40px
  }
  .btn-wrap .btn {
    max-width: 350px;
    height: 60px;
    font-size: 1.125rem;
    letter-spacing: .04em
  }
}
.btn-wrap .btn.reserve {
  background: #EA9C42;
  border: 1px solid #EA9C42
}
.btn-wrap .btn.request {
  background: #6CB4A6;
  border: 1px solid #6CB4A6
}
.btn-wrap .btn svg {
  width: 21px;
  height: 24px;
  fill: #fff
}
.btn-wrap .btn:hover {
  cursor: pointer;
  transition: .2s ease-out
}
.btn-wrap .btn.request:hover {
  background: #fff;
  color: #6CB4A6
}
.btn-wrap .btn.request:hover svg {
  fill: #6CB4A6
}
.btn-wrap .btn.reserve:hover {
  background: #fff;
  color: #EA9C42
}
.btn-wrap .btn.reserve:hover svg {
  fill: #EA9C42
}
@media screen and (max-width:768px) {
  .btn-wrap .btn svg {
    height: 20px
  }
  .btn-wrap .btn:hover svg {
    fill: #fff
  }
  .btn-wrap .btn:hover {
    color: #fff
  }
  .btn-wrap .btn.request:hover {
    background: #6CB4A6;
  }
  .btn-wrap .btn.reserve:hover {
    background: #EA9C42;
  }
}
.btn-wrap .btn .kantan{
	display: block;
	margin-bottom: 8px;
	font-size: 0.6em;
	letter-spacing: .05em
}
.btn-wrap .btn div{
	line-height: 1
}
.ttl-jp {
  font-size: 1.5rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1
}
.ttl-jp span {
  display: block;
  line-height: 0;
  margin-bottom: 20px
}
.ttl-jp svg {
  width: 90px;
  height: 41px
}
@media screen and (max-width:768px) {
  .ttl-jp {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ttl-jp svg {
    width: 54px;
    height: 25px
  }
}
.cont-title1 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #110605
}
.cont-title1 span {
  font-size: .563em;
  display: block
}
@media screen and (max-width:768px) {
  .cont-title1 {
    font-size: 24px
  }
  .cont-title1 span {
    font-size: .6em
  }
}
#header {
  height: 80px;
  transform: translateY(-100%);
  transition: transform .5s ease
}
#header.show {
  transform: translateY(0)
}
#siteId img {
  padding-top: 10px;
  width: 140px;
}
#header-global li {
  margin-left: 3em;
  font-weight: bold;
  text-align: center;
}
#header-global li a {
  font-size: .8125rem;
  transition: .5s ease
}
#header-global li a .large {
  display: block;
  font-size: 1.4em
}
#header-global li a:hover {
  color: #6cb4a6;
}
#machinami, #takadai, #kosodate, #kaiteki {
  scroll-margin-top: 80px
}
#header-global li .header-global-line::after {
  content: none;
}
@media screen and (max-width:768px) {
  #header {
    height: 50px;
    transform: translateY(0)
  }
  #siteId img {
    padding-top: 0;
    width: 130px;
    vertical-align: text-top;
  }
  #header-global .tel span:nth-child(2) {
    margin-bottom: 0;
  }
  #header-global li {
    margin-left: 0;
  }
  #header-global li:last-child {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-bottom: 2em;
  }
  #header-global li .header-global-line {
    font-size: .625rem;
  }
  #header-global li a .large {
    font-size: 1.3em;
  }
  #header-global li a:hover {
    color: #000;
  }
  #machinami, #takadai, #kosodate, #kaiteki {
    scroll-margin-top: 55px
  }
}
@media screen and (max-width:480px) {
  #siteId img {
    padding-top: 5px;
    width: 115px;
  }
}
#kv .kv-slide {
  position: relative;
}
#kv .kv-slide img {
  width: 100%;
  height: 90vh;
}
#kv .kv-slide img.sp {
  display: none;
}
@media screen and (max-width:768px) {
  #kv .kv-slide {
    position: static;
  }
  #kv .kv-slide img {
    height: auto;
  }
  #kv .kv-slide img.pc {
    display: none;
  }
  #kv .kv-slide img.sp {
    display: block;
  }
}
.mori-logo {
  position: absolute;
  top: 51%;
  left: 7.14%;
  transform: translate(0, -50%);
  width: 350px;
  z-index: 10;
}
.link-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  background: rgba(237, 231, 122, .9);
  padding: 20px 0 30px;
  border-radius: 500px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, .3);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
}
.link-btn li {
  position: relative;
  text-align: center;
  flex: 1
}
.link-btn li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff
}
.link-btn li a {
  font-size: .875rem;
  font-weight: 700;
}
.link-btn li .large {
  display: block;
  font-size: 1.5em
}
.link-btn li .arrow {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: .8em;
  height: .8em;
  border: .2em solid #000;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-50%) rotate(135deg);
  transition: .3s ease
}
@media screen and (max-width: 768px) {
  .link-btn {
    flex-wrap: wrap;
    width: 100%;
    background: #ede77a;
    padding: 0;
    border-radius: 0;
    position: static;
    transform: translateY(0);
    box-shadow: none;
  }
  .link-btn li {
    width: 50%;
    padding: 8px 1rem;
    flex: auto;
    text-align: start;
  }
  .link-btn li.takadai {
    order: 1;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .link-btn li.kaiteki {
    order: 2;
    border-bottom: 1px solid #fff;
  }
  .link-btn li.kosodate {
    order: 3;
    border-right: 1px solid #fff;
  }
  .link-btn li.machinami {
    order: 4;
  }
  .link-btn li:not(:last-child)::after {
    content: none;
  }
  .link-btn li a {
    font-size: .625rem;
  }
  .link-btn li .large {
    font-size: 1.3em;
  }
  .link-btn li .arrow {
    bottom: 50%;
    left: auto;
    right: 5px;
    transform: translate(-50%, 50%) rotate(45deg);
    border: 2px solid #000;
    border-left: 0;
    border-bottom: 0;
  }
}
@media (any-hover: hover) {
  .link-btn li a:hover .arrow {
    bottom: -20px;
    transition: .3s ease
  }
}
.obi {
  background: #6CB4A6;
  padding: 1em;
  text-align: center;
}
.sec.lead .inner {
  max-width: 1024px;
  margin: 60px auto;
  text-align: center
}
.lead .keyaki-logo {
  margin-bottom: 25px
}
.lead .keyaki-logo img {
  width: 98px;
  height: 60px;
  margin: auto
}
.lead .hd {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px
}
@media screen and (max-width:768px) {
  .sec.lead .inner {
    max-width: 100%;
    margin: 40px auto
  }
  .lead .keyaki-logo {
    margin-inline: 0
  }
  .lead .hd {
    font-size: 1.5rem;
    margin-bottom: 20px
  }
}
.sec.osusume .inner {
  max-width: 1400px;
  width: auto
}
.osusume .txt-wrap {
  position: relative;
  min-width: 1280px;
  width: 66.93%;
  margin: auto
}
.osusume .box {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 90%
}
.osusume .box-inner {
  background: #ede77a;
  padding: 50px
}
.osusume ul {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.osusume li {
  display: flex;
  align-items: center;
  gap: 1.375rem;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 25px;
  background: #fff;
  width: 80%;
  margin: auto
}
.osusume li .checkmark {
  width: 33px;
  height: 30px;
  fill: #110605
}
.osusume .img-wrap {
  width: 55%;
  padding-top: 50px;
  z-index: -1
}
.osusume .img-wrap img {
  height: 518px;
  width: 710px
}
@media screen and (max-width:768px) {
  .sec.osusume .inner {
    max-width: 100%;
    padding: 0
  }
  .osusume .txt-wrap {
    min-width: 100%;
    width: 100%
  }
  .osusume .box {
    position: static;
    width: 100%;
    height: auto
  }
  .osusume .box:nth-of-type(1) {
    margin-bottom: 0
  }
  .osusume .box-inner {
    padding: 40px 15px
  }
  .osusume ul {
    flex-direction: row
  }
  .osusume li {
    display: flex;
    flex-direction: column;
    width: 32%;
    font-size: 1rem;
    font-weight: 500;
    gap: 10px;
    padding: 20px;
    margin: 0
  }
  .osusume li .checkmark {
    width: 24px;
    height: 21px
  }
  .osusume .img-wrap {
    width: 100%;
    padding-top: 0
  }
  .osusume .img-wrap img {
    margin: 0;
    width: 100%;
    height: 100%
  }
}
@media screen and (max-width:480px) {
  .osusume ul {
    flex-direction: column;
    gap: 20px
  }
  .osusume li {
    width: 100%;
    flex-direction: row
  }
}
#top-about {
  background-position: center 80%;
}
#top-about::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / .3)
}
.sec.about .inner {
  max-width: 1220px;
  margin-top: 185px;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative
}
.sec.about .ttl-jp {
  font-size: 2rem;
  position: absolute;
  top: -70px;
  left: 50%;
  translate: -50%;
  z-index: 10
}
.sec.about .ttl-jp svg {
  width: 80px;
  height: 37px
}
.about-list {
  display: flex;
  justify-content: space-between
}
.about-list > li {
  width: 23%;
  background: #fff
}
.about-list .img-wrap {
  padding: 20px
}
#contents .about-list p {
  font-size: .875rem;
  text-align: center;
  line-height: 1
}
.about-list p .large {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 10px
}
.about-list .arrow {
  position: relative;
  background: #6CB4A6;
  width: 100%;
  height: 35px;
  margin-top: 20px
}
.about-list .arrow span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(50%) rotate(135deg);
  width: 1em;
  height: 1em;
  border: .2em solid #fff;
  border-left: 0;
  border-bottom: 0;
  transition: .3s ease
}
.about-list a:hover .arrow span {
  bottom: 17px;
  transition: .3s ease
}
@media screen and (max-width:768px) {
  .sec.about .inner {
    max-width: 100%;
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 40px
  }
  .sec.about .ttl-jp {
    font-size: 1.5rem;
    width: 100%;
    top: -50px
  }
  .sec.about .ttl-jp span {
    margin-bottom: 15px
  }
  .sec.about .ttl-jp svg {
    width: 54px;
    height: 25px
  }
  .about-list {
    flex-wrap: wrap;
    row-gap: 40px
  }
  .about-list > li {
    width: 48%
  }
  #contents .about-list p {
    font-size: .75rem
  }
  .about-list p .large {
    font-size: 1.2rem
  }
  .about-list .arrow span {
    width: .8em;
    height: .8em;
    border: .1em solid #fff;
    border-left: 0;
    border-bottom: 0
  }
}
@media screen and (max-width:480px) {
  #top-about {
    background-position: left;
  }
  .about-list {
    flex-direction: column;
    gap: 20px
  }
  .about-list > li {
    width: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .5), inset 0px -3px 6px -2px rgba(0, 0, 0, .3);
  }
  .about-list > li a {
    display: flex
  }
  .about-list .img-wrap {
    width: 30%;
    padding: 0
  }
  .about-list .img-wrap img {
    height: 87px
  }
  .about-list div {
    width: 70%
  }
  #contents .about-list p {
    margin-top: 15px
  }
  .about-list p .large {
    font-size: 1.25em;
    margin-top: 5px
  }
  .about-list .arrow {
    height: 25px;
    margin-top: 15px
  }
  .about-list .arrow span {
    bottom: 15px
  }
  .about-list a:hover .arrow span {
    bottom: 15px
  }
}
.sec.takadai .inner {
  max-width: 1024px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px
}
.sec.takadai .img-wrap.kaibatsu {
  margin-bottom: 60px
}
.sec.takadai .img-wrap.kaibatsu p.notes {
  margin-top: 10px;
  text-align: end
}
.sec.takadai .flex {
  display: flex;
  justify-content: space-between
}
.sec.takadai .left {
  width: 50%;
  text-align: start;
  font-size: 1rem
}
body.page #contents .sec.takadai .left p.txt {
  margin-bottom: 50px
}
body.page #contents p .red {
  font-weight: 600;
}
.sec.takadai .right {
  width: 46%
}
@media screen and (max-width:768px) {
  .sec.takadai .inner {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px
  }
  .sec.takadai .img-wrap.kaibatsu {
    margin-bottom: 40px
  }
  .sec.takadai .flex {
    flex-direction: column
  }
  .sec.takadai .left {
    width: 100%
  }
  body.page #contents .sec.takadai .left p.txt {
    margin-bottom: 20px
  }
  .sec.takadai .right {
    width: 100%;
    margin-bottom: 10px
  }
}
.sec.kaiteki {
  background: #efefef;
  padding-top: 80px;
  padding-bottom: 80px
}
.sec.kaiteki .inner {
  max-width: 1024px;
  text-align: center
}
#contents .sec.kaiteki .txt {
  margin-bottom: 40px
}
.box {
  background: #fff
}
.box:nth-of-type(1) {
  margin-bottom: 40px
}
.box h3 {
  background: #6CB4A6;
  color: #fff;
  font-size: 24px;
  padding: 5px
}
.box .inner {
  padding: 40px
}
@media screen and (max-width:768px) {
  #contents .box .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.location-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px
}
.location-list li {
  width: 30%
}
.location-list div {
  position: relative
}
.location-list div span {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: .875rem;
  padding: 2px 10px
}
body.page #contents p.ttl {
  font-size: .9375rem;
  font-weight: 700;
  margin: 10px auto 5px;
  font-feature-settings: "palt"
}
#contents .location-list p.ttl .distance {
  display: block;
  font-size: .8em;
  font-weight: 400
}
@media screen and (max-width:768px) {
  .sec.kaiteki {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .sec.kaiteki .inner {
    max-width: 100%
  }
  .box h3 {
    font-size: 18px
  }
  .box .inner {
    padding: 20px
  }
  body.page #contents .sec.kaiteki p {
    text-align: start
  }
  body.page #contents .box p.txt {
    margin-bottom: 20px
  }
  .location-list li {
    width: 48%
  }
  .location-list div span {
    font-size: .75rem;
    font-weight: 700;
    padding: 2px 8px
  }
}
@media screen and (max-width:480px) {
  body.page #contents p.ttl {
    font-size: .85rem
  }
}
.sec.kosodate {
  max-width: 1024px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px
}
.sec.kosodate div.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px
}
.sec.kosodate div.flex .left {
  width: 46.88%
}
.sec.kosodate div.flex .right {
  width: 44.92%
}
body.page #contents p.strong {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px
}
body.page #contents .sec.kosodate p.strong {
  color: #6CB4A6;
}
.sec.kosodate ul.flex {
  display: flex;
  justify-content: space-between
}
.sec.kosodate ul.flex li {
  width: 48.83%
}
@media screen and (max-width:768px) {
  .sec.kosodate {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px
  }
  .sec.kosodate div.flex {
    flex-direction: column;
    margin-bottom: 40px
  }
  .sec.kosodate div.flex .left, .sec.kosodate div.flex .right {
    width: 100%
  }
  body.page #contents .sec.kosodate p.left {
    margin-bottom: 20px
  }
  body.page #contents p.strong {
    margin-bottom: 40px
  }
}
@media screen and (max-width:480px) {
  body.page #contents p.strong {
    font-size: 20px;
    text-align: start
  }
  .sec.kosodate ul.flex {
    flex-direction: column;
    gap: 20px
  }
  .sec.kosodate ul.flex li {
    width: 100%
  }
}
.sec.machinami {
  max-width: 1024px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px
}
.sec.machinami .flex {
  display: flex;
  justify-content: space-between
}
.sec.machinami .flex li {
  width: 46.39%
}
.sec.machinami .flex li .img-wrap {
  margin-bottom: 15px
}
.sec.machinami .flex li h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px
}
@media screen and (max-width:768px) {
  .sec.machinami {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media screen and (max-width:480px) {
  .sec.machinami .flex {
    flex-direction: column;
    gap: 30px
  }
  .sec.machinami .flex li {
    width: 100%
  }
  .sec.machinami .flex li .img-wrap {
    margin-bottom: 10px
  }
  .sec.machinami .flex li h3 {
    font-size: 18px;
    margin-bottom: 0
  }
}
.sec.plan {
  background: #EDE77A
}
.sec.plan .inner {
  max-width: 1024px;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width:768px) {
  .sec.plan .inner {
    max-width: 100%;
        padding-top: 60px;
        padding-bottom: 40px;
  }
}
.plan-tab-wrap {
  display: flex;
  border-bottom: 4px solid #47A08F
}
.tab-btn {
  width: calc(100% / 3);
  background-color: #E2E0CC;
  color: #110605;
  font-size: 1.0625rem;
  font-weight: 700;
  height: 80px;
  border: none;
  outline: none;
  appearance: none;
  transition: .2s ease-out
}
.tab-btn {
  font-size: 1.25rem
}
.tab-btn:hover {
  cursor: pointer;
  background: #47A08F;
  color: #fff;
  transition: .5s ease-out
}
.tab-btn span.large {
  font-size: 2.5rem;
  font-family: 'Oswald';
  margin-inline: 6px 5px
}
.tab-btn.active {
  background: #47A08F;
  color: #fff
}
.tab-btn.active:hover {
  cursor: default;
  opacity: 1
}
@media screen and (max-width:768px) {
  .plan-tab-wrap {
    border-bottom: 3px solid #47A08F
  }
  .tab-btn {
    font-size: .875rem;
    height: 60px
  }
  .tab-btn span:not(.large) {
    display: block
  }
  .tab-btn span.large {
    font-size: 2rem;
    margin-inline: 0 4px
  }
}
.plan-wrap {
  display: none;
  padding: 50px 30px;
  margin-bottom: 80px;
  background: #fff;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, .3)
}
.plan-wrap.active {
  display: block
}
.plan-inner {
  width: 88.43%;
  margin: auto
}
body.page #contents p.plan-no {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: 'Oswald';
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
  margin-bottom: 20px
}
.plan-copy {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px
}
.plan .gaikan {
  margin-bottom: 30px
}
.plan .gaikan img {
  width: 100%
}
.plan-spec {
  background: #f4f4f4;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px
}
body.page #contents .plan-spec p.roomtype {
  font-family: 'Oswald';
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 10px
}
body.page #contents .plan-spec p:not(.roomtype) {
  font-size: .75rem
}
body.page #contents .plan-spec p:not(.roomtype) span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #110605;
  margin-right: 2px
}
.plan .zumen {
  margin-bottom: 50px
}
.plan .zumen img {
  width: 100%
}
body.page #contents p.plan-point-ttl {
  font-family: 'Oswald';
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  position: relative
}
body.page #contents p.plan-point-ttl::before {
  position: absolute;
  left: 50%;
  top: -10px;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #6cb4a6;
  content: "";
  display: block
}
.plan-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  text-align: start
}
.plan-point-list li {
  font-size: .875rem;
  width: calc(100% / 3 - 14px)
}
body.page #contents p.hd {
  font-weight: 700;
  margin-bottom: 5px
}
.plan-point-list li p.hd::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #6CB4A6;
  margin-right: 2px
}
body.page #contents .plan-point-list li p:not(.hd) {
  font-size: .875rem;
  line-height: 1.5
}
@media screen and (max-width:768px) {
  .plan-wrap {
    padding: 30px 25px;
    margin-bottom: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
  }
  .plan-inner {
    width: 100%
  }
  body.page #contents p.plan-no {
    font-size: 1.5rem;
    margin-bottom: 0
  }
  .plan-copy {
    font-size: 1rem;
    margin-block: 20px
  }
  body.page #contents .plan-spec p {
    text-align: center
  }
  body.page #contents .plan-spec p.roomtype {
    font-size: 1.25rem;
    margin-bottom: 15px
  }
  .plan .zumen {
    margin-top: 50px
  }
  body.page #contents p.plan-point-ttl {
    font-size: 1.25rem;
    margin-bottom: 20px
  }
  body.page #contents p.plan-point-ttl::before {
    width: 80px;
    margin-left: -40px
  }
  .plan-point-list li {
    width: 48%
  }
}
@media screen and (max-width:480px) {
  .plan-copy {
    text-align: start
  }
  .plan-point-list {
    flex-direction: column
  }
  .plan-point-list li {
    width: 100%
  }
}
.amazon {
  width: 658px;
  margin: 40px auto 0
}
@media screen and (max-width:768px) {
  .amazon {
    width: min(100%, 430px);
    margin-bottom: 0
  }
}
.sec.interview {
  background: url(../img/guide/bg-guide.jpg) repeat-y top center/ contain
}
.sec.interview .inner {
  max-width: 920px;
  padding-top: 80px;
  padding-bottom: 110px
}
.interview-list-wrap {
  max-width: 660px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  gap: 60px
}
.interview-list {
  background: #fff;
  padding: 25px;
  filter: drop-shadow(3px 3px 10px rgb(0 0 0 / .2));
  transform: translateZ(0);
  border-radius: 10px;
  text-align: left;
  transition: .2s ease-out;
  cursor: pointer;
  overflow: hidden
}
.interview-list-top {
  display: block;
}
.interview-list .img-wrap img {
  width: 100%
}
body.page #contents .interview-list p.name {
  display: block;
  font-size: 12px;
  margin-block: 10px 5px
}
.interview-list .ttl-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center
}
.interview-list .ttl {
  font-size: 1rem;
  font-weight: 700;
}
.interview-list .arrow {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.interview-bottom {
  display: none;
}
.interview-bottom .wrap {
  margin-top: 40px
}
body.page #contents .interview-bottom p.hd {
  font-size: 1rem;
  font-weight: 700;
  color: #47A08F;
  margin-bottom: 20px
}
body.page #contents .interview-bottom p:not(.hd) {
  font-size: .875rem
}
body.page #contents .interview-bottom p:not(:last-child) {
  margin-bottom: 20px
}
@media screen and (max-width:768px) {
  .sec.interview .inner {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 60px
  }
  .interview-wrap {
    gap: 30px
  }
  .interview-list {
    padding: 20px
  }
  .interview-bottom .wrap {
    margin-top: 20px
  }
}
#pagetop {
  position: fixed
}
#footer {
  background: #e2e0cc;
  margin-top: 0;
  padding-bottom: 0
}
@media screen and (max-width:768px) {
  #fix-nav {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0
  }
  #fix-nav li {
    width: 50%
  }
  #fix-nav a {
    width: 100%;
    height: 60px;
    font-size: 1.125rem;
    letter-spacing: .12em;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 0
  }
  #fix-nav a svg {
    height: 1.5rem;
    margin: 0
  }
  #footer .copyright .inner {
    margin-bottom: 40px
  }
}
#fix-nav a span.kantan{
	display: none;
}
@media screen and (max-width:768px) {
	#fix-nav a span.kantan{
		display: block;
		font-size: 0.5em;
		letter-spacing: 0.02em
	}
}
/*-----20251002-----*/
.gallery {
  max-width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width:768px) {
  .gallery {
    padding-left: 20px;
    padding-right: 20px;
      margin-bottom: 60px;
  }
}
.main {
  margin-bottom: 10px;
}
.thumb .slick-track {
  display: flex;
  flex-wrap: wrap;
  transform: unset !important;
}
.thumb li {
  width: calc(100% / 6) !important;
  opacity: .3;
  transition: opacity .3s linear;
}
.thumb .slick-current {
  opacity: 1;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.zoom {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents p.zoom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2em auto 0;
    font-size: 12px;
  }
  #contents p.zoom:before {
    content: url("images/zoom.png");
    display: block;
    width: 14px;
    margin-right: 1em;
    line-height: 1;
  }
  .car-acess .img {
    margin-top: 0.5em;
  }
  .car-acess-thumb {
    width: 100%;
    cursor: pointer;
  }
  .popup-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .popup-content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    width: 90vw;
    height: 60vh;
    overflow: auto;
  }
  .popup-content img {
    transform: scale(2.3);
    transform-origin: top left;
    display: block;
    width: 100%;
    height: auto;
  }
  .popup-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .close-btn {
    position: absolute;
    top: 20%;
    right: calc(5vw - 10px);
    padding: 0.3em;
    background: rgba(0, 0, 0, 0.4);
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    z-index: 9999;
  }
}
/* 20260219 決算キャンペーン */
.bnr-area{
	margin: 20px auto 40px;
}
.bnr-area img{
	display: block;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.bnr-area{
		padding:0 10px;
		margin: 10px auto ;
	}
}
.fukidashi{
	position: relative;
  display: inline-block;
	margin: 0 auto 5px;
  filter:drop-shadow(0 0 4px rgba(0,0,0,0.25))
				 drop-shadow(0 0 4px rgba(0,0,0,0.15));
  /* 必要に応じて: drop-shadowを重ねてリッチに
     filter: drop-shadow(0 6px 12px rgba(0,0,0,0.25))
             drop-shadow(0 2px 4px rgba(0,0,0,0.15)); */
}
.fukidashi img{
	max-width: 520px;
}
@media screen and (max-width: 768px) {
	.fukidashi img{
		width: 100%;
	}
}
.fukidashi:after{
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -7px;
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid #f7f7f7;
  border-bottom: 0;
}