@charset "UTF-8";
@media screen and (min-width: 768px) {
  html,
  body {
    scrollbar-width: none;
  }
}

body.is-fixed {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    padding-top: 90px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  background: #6b696d;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .header {
    flex-direction: column;
    width: 210px;
    height: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
}

@media screen and (min-width: 768px) {
  .header-logo {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 175px;
    padding: 15px;
  }
  .header-logo picture {
    display: flex;
    align-items: center;
  }
}

.header-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .header-sns {
    margin-top: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header-sns {
    margin-top: 2.66667%;
  }
}
.header-sns__link-btn {
  display: block;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .header-sns__link-btn {
    width: 44px;
    height: 44px;
    position: relative;
  }
  .header-sns__link-btn::before,
  .header-sns__link-btn::after {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s;
  }
  .header-sns__link-btn::before {
    opacity: 1;
  }
  .header-sns__link-btn::after {
    opacity: 0;
  }
  .header-sns__link-btn:hover::before {
    opacity: 0;
  }
  .header-sns__link-btn:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header-sns__link-btn {
    width: 16%;
    height: 0;
    padding-top: 16%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1025px) {
  .header-sns__link-btn + .header-sns__link-btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-sns__link-btn + .header-sns__link-btn {
    margin-left: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .header-sns__link-btn--ig::before {
    background-image: url("../img/wdog/komatsu/btn_IG.svg");
  }
  .header-sns__link-btn--ig::after {
    background-image: url("../img/wdog/komatsu/btn_IG-blue-s.svg");
  }
}
@media screen and (max-width: 1024px) {
  .header-sns__link-btn--ig::before {
    background-image: url("../img/wdog/komatsu/btn_IG.svg");
  }
  .header-sns__link-btn--ig::after {
    background-image: url("../img/wdog/komatsu/btn_IG-blue-s.svg");
  }
}
@media screen and (max-width: 1024px) {
  .header-sns__link-btn--ig {
    background-image: url("../img/wdog/komatsu/btn_IG.svg");
  }
}
@media screen and (min-width: 1025px) {
  .header-sns__link-btn--fb::before {
    background-image: url("../img/wdog/komatsu/btn_FB.svg");
  }
  .header-sns__link-btn--fb::after {
    background-image: url("../img/wdog/komatsu/btn_FB-blue-s.svg");
  }
}
@media screen and (max-width: 1024px) {
  .header-sns__link-btn--fb {
    background-image: url("../img/wdog/komatsu/btn_FB.svg");
  }
}
@media screen and (min-width: 1025px) {
  .header-sns__link-btn--tw::before {
    background-image: url("../img/wdog/komatsu/btn_tw.svg");
  }
  .header-sns__link-btn--tw::after {
    background-image: url("../img/wdog/komatsu/btn_tw-blue.svg");
  }
}
@media screen and (max-width: 1024px) {
  .header-sns__link-btn--tw {
    background-image: url("../img/wdog/komatsu/btn_FB.svg");
  }
}

@media screen and (max-width: 1024px) {
  .header-btn-group {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .reservation-btn-wrap {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .reservation-btn-wrap {
    position: relative;
  }
}

.reservation-btn {
  display: flex;
  color: #6b696d;
  background-color: #fff;
  background-image: url("../img/wdog/komatsu/icon_dog-footprint_bg-white.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reservation-btn {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 140px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    background-size: 50px 44px;
    background-position: center top 55px;
    padding-top: 15px;
    transition: all 0.3s;
  }
  .reservation-btn:hover {
    color: #51b6d4;
    background-image: url("../img/wdog/komatsu/icon_dog-footprint_bg-blue.svg");
  }
}
@media screen and (max-width: 1024px) {
  .reservation-btn {
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0.05em;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reservation-btn {
    width: 100px;
    height: 38px;
    font-size: 0.9375rem;
    background-size: 20px 15px;
    background-position: right 10px center;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reservation-btn {
    width: 165px;
    height: 60px;
    background-size: 24px 21px;
    background-position: right 35px center;
    padding-top: 0;
    padding-left: 45px;
  }
}

@media screen and (min-width: 768px) {
  .best-rate {
    position: absolute;
    bottom: 10px;
    left: 50px;
    font-size: 0.875rem;
    color: #6b696d;
  }
}
@media screen and (max-width: 1024px) {
  .best-rate {
    position: absolute;
    bottom: 0px;
    left: 40px;
    font-size: 0.75rem;
    color: #6b696d;
  }
}
@media screen and (max-width: 767px) {
  .best-rate {
    position: initial;
    font-size: 0.75rem;
    color: #fff;
    padding-top: 4px;
  }
}

.menu-btn {
  display: block;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  background: #6b696d;
  border: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    width: 100%;
    height: 190px;
    font-size: 1.125rem;
    padding: 75px 0.5em 0.5em;
    transition: color 0.3s;
  }
  .menu-btn:hover {
    color: #51b6d4;
  }
  .menu-btn:hover::before,
  .menu-btn:hover::after {
    background-color: #51b6d4;
  }
}
@media screen and (max-width: 767px) {
  .menu-btn {
    width: 73px;
    height: 70px;
    font-size: 0.5625rem;
    padding: 44px 20px 0.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-btn {
    width: 90px;
    height: 90px;
    font-size: 0.5625rem;
    padding: 60px 30px 0.5em;
    margin-left: 20px;
  }
}
.menu-btn::before,
.menu-btn::after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  border-radius: 0.5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  .menu-btn::before,
  .menu-btn::after {
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-btn::before,
  .menu-btn::after {
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .menu-btn::before {
    top: 66px;
  }
  .menu-btn::after {
    top: 98px;
  }
  .menu-btn.is-opened::before {
    transform: rotate(-45deg) translate(-50%, -7px);
  }
  .menu-btn.is-opened::after {
    transform: rotate(45deg) translate(-50%, 7px);
  }
}
@media screen and (max-width: 767px) {
  .menu-btn::before {
    top: 20px;
  }
  .menu-btn::after {
    top: 35px;
  }
  .menu-btn.is-opened::before {
    transform: rotate(-45deg) translate(-50%, -5px);
  }
  .menu-btn.is-opened::after {
    transform: rotate(45deg) translate(-50%, 5px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-btn::before {
    top: 24px;
  }
  .menu-btn::after {
    top: 44px;
  }
  .menu-btn.is-opened::before {
    transform: rotate(-45deg) translate(-50%, -1px);
  }
  .menu-btn.is-opened::after {
    transform: rotate(45deg) translate(-50%, 1px);
  }
}
.menu-btn.is-opened {
  font-size: 0;
  z-index: 10;
}

.page-top {
  display: none;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-top {
    width: 100%;
    height: 70px;
    background: #535353;
    padding: 0.5em;
    margin-top: auto;
    transition: color 0.3s;
  }
  .page-top:hover {
    color: #51b6d4;
  }
}
@media screen and (max-width: 1024px) {
  .page-top {
    color: #fff;
    background: #6b696d;
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-top {
    width: 80px;
    height: 80px;
    margin-top: 0;
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
  }
}
.page-top__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .page-top__text {
    display: block;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .page-top__text {
    display: none;
    font-size: 0;
  }
}

.header-nav {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #6b696d;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .header-nav {
    padding-right: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav__inner {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav__inner {
    display: block;
    align-items: initial;
    padding: 90px 1em;
  }
}
@media screen and (max-width: 767px) {
  .header-nav__inner {
    padding: 70px 1em;
    overflow-y: auto;
  }
}

.header-menu-group {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-menu-group {
    display: flex;
    flex-direction: column;
    max-width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-menu-group {
    display: block;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-group {
    width: min(100%, 600px);
  }
}

.header-menu {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .header-menu {
    display: grid;
    grid-template-columns: 161px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .header-menu + .header-menu {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-menu + .header-menu {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .header-menu__page-link {
    display: inline-block;
    padding: 16px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu__page-link {
    display: block;
    padding: 16px 1em;
  }
}
@media screen and (max-width: 767px) {
  .header-menu__page-link {
    font-size: 14px;
    padding: 16px 0;
  }
}
.header-menu__page-link.title {
  font-size: 16px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .header-menu__page-link.title {
    border-bottom: dotted 0.5px #51b6d4;
  }
}
@media screen and (min-width: 768px) {
  .header-menu__sns-group {
    padding: 0 40px;
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-menu__sns-group {
    padding: 0;
    margin-top: 0;
  }
}
.header-menu a {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-menu a {
    font-size: 1.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    transition: all 0.3s;
  }
  .header-menu a:hover {
    color: #51b6d4;
  }
  .header-menu a span::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: #51b6d4;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.5s ease 0s;
  }
  .header-menu a span:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.header-menu .full {
  grid-row: 1;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .header-menu .full {
    grid-column: span 2;
  }
}

.header-sns_opend {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-sns_opend {
    margin-top: auto;
    margin-top: 32px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header-sns_opend {
    margin-top: 24px;
  }
}
.header-sns_opend__icon {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
}
@media screen and (min-width: 768px) {
  .header-sns_opend__icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .header-sns_opend__icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .header-sns_opend__icon + .header-sns_opend__icon {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-sns_opend__icon + .header-sns_opend__icon {
    margin-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header-sns_opend__icon + .header-sns_opend__icon {
    margin-left: 60px;
  }
}
.header-sns_opend__icon--instagram {
  background-image: url("../img/common/btn_instagram_bg-white.svg");
}
@media screen and (min-width: 768px) {
  .header-sns_opend__icon--instagram:hover {
    background-image: url("../img/common/btn_instagram_bg-blue.svg");
  }
}
.header-sns_opend__icon--facebook {
  background-image: url("../img/common/btn_facebook_bg-white.svg");
}
@media screen and (min-width: 768px) {
  .header-sns_opend__icon--facebook:hover {
    background-image: url("../img/common/btn_facebook_bg-blue.svg");
  }
}
.header-sns_opend__icon--twitter {
  background-image: url("../img/common/btn_twitter_bg-white.svg");
}
@media screen and (min-width: 768px) {
  .header-sns_opend__icon--twitter:hover {
    background-image: url("../img/common/btn_twitter_bg-blue.svg");
  }
}

/*▼▼▼ カレンダーウィジェット スタイル ▼▼▼*/
.widgetBase {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  border: 1px solid #c2bfc4;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.searchCalWidget * {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}

.searchCalWidget select {
  padding: 0.25em 1em;
  font-size: 16px;
  outline: none;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.searchCalWidget select::-ms-expand {
  display: none;
}

div.searchCalElement {
  background-color: #eee;
  padding: 15px;
  margin: 15px;
}

.searchCalElement > ul {
  list-style: none;
  margin: 0 0 1em;
  display: flex;
  justify-content: space-between;
}

.searchCalElement > ul > li {
  width: 48%;
}

.searchCalElement > ul > li li {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #ddd;
}

.searchCalElement > ul > li li dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.searchCalElement > ul > li li dl dt {
  font-size: 14px;
}

.searchCalElement > ul > li li dl dt span {
  margin-left: 0.25em;
  font-size: 11px;
}

.searchCalElement > ul > li li dl dd {
  margin-left: auto;
}

.searchCalButton {
  padding: 0 0 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.searchCalButton input {
  padding: 0.4em 2em;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.searchCalSelectBox {
  padding: 0 0 0.5em;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.searchCalSelectBox > div > ol > li button {
  width: 28px;
  height: 27px;
}

.searchCalNote {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 1em;
}

.searchCalNote ol {
  list-style: none;
  display: flex;
}

.searchCalNote li {
  margin-right: 1.5em;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.searchCalNote li svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  fill: #333;
}

.searchCalNote p {
  font-size: 13px;
  line-height: 16px;
}

.searchCalSelect {
  margin-left: auto;
  padding: 0 0 1em;
  display: flex;
  align-items: stretch;
}

.searchCalSelect ol {
  list-style: none;
  display: flex;
  align-items: stretch;
}

.searchCalSelect ol li {
  margin-left: 5px;
}

.searchCalSelect ol li button {
  padding: 5px 5px 4px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  border: 1px solid #999;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
}

.searchCalSelect ol li button:disabled {
  opacity: 0.5;
}

.searchCalSelect ol li svg {
  width: 16px;
  height: 16px;
  fill: #666;
  pointer-events: none;
}

.searchCalAdult dt > span {
  color: #666666;
  margin-left: 1em;
}

.searchCalChildren {
  font-size: 14px;
}

.searchCalChildren dt > span {
  color: #666666;
  margin-left: 1em;
}

.searchCalChildren dd > span {
  margin: 0 2px;
}

#searchCal > dl > dt {
  padding: 0 0 0.5em;
  font-size: 16px;
  font-weight: 700;
}

#searchCal > dl > dd ul {
  list-style: none;
  display: flex;
}

#searchCal > dl > dd ul li {
  padding: 0.25em;
  font-size: 11px;
  text-align: center;
  background: #eee;
  flex: 1;
}

#searchCal > dl > dd ul li:first-child {
  color: #ff4d4d;
}

#searchCal > dl > dd ul li:last-child {
  color: #006dd9;
}

#searchCal > dl > dd ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border: solid #ddd;
  border-width: 1px 0 0 1px;
}

#searchCal > dl > dd ol li {
  width: 14.28571%;
  min-height: 70px;
  position: relative;
  border: solid #ddd;
  border-width: 0 1px 1px 0;
}

#searchCal > dl > dd ol li dl {
  padding-bottom: 1.25em;
}

#searchCal > dl > dd ol li dt {
  padding-top: 0.25em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#searchCal > dl > dd ol li:nth-child(7n) dt {
  color: #006dd9;
}

#searchCal > dl > dd ol li:nth-child(7n-6) dt {
  color: #ff4d4d;
}

#searchCal > dl > dd ol li.none dl {
  opacity: 0.25;
  cursor: not-allowed;
}

#searchCal > dl > dd ol li dl dd {
  padding: 0.25em 0 0.5em;
  display: flex;
  justify-content: center;
}

#searchCal > dl > dd ol li dl dd svg {
  width: 20px;
  height: 20px;
  fill: #333;
}

#searchCal > dl > dd ol li dd p {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-indent: -0.4em;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .searchCalElement > ul > li li dl dt {
    font-size: 12px;
  }
  .searchCalElement > ul > li li dl dt span {
    font-size: 10px;
  }
  #searchCal > dl > dd ol li dd p {
    transform: scaleX(0.75);
  }
}
div.searchCalCaption {
  font-size: 18px;
  color: #6b696d;
  margin: 15px;
}

/*▲▲▲ カレンダーウィジェット スタイル ▲▲▲*/
@media screen and (max-width: 767px) {
  div.searchCalElement {
    margin: 15px 0;
  }
  .searchCalElement > ul {
    flex-direction: column;
  }
  .searchCalElement > ul > li {
    width: 100%;
  }
  .searchCalElement > ul > li:first-child > ul {
    display: flex;
    justify-content: space-between;
  }
  .searchCalElement > ul > li:first-child > ul dl {
    display: block;
    margin: 0 auto;
  }
}
.main {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .main {
    padding-right: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .contents {
    padding-top: 60px;
    /*default 80px*/
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .contents__inner {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .contents__inner {
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .contents__inner--wide-full {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents__inner--wide-full {
    padding-left: 0;
    padding-right: 0;
  }
}

.contents-heading {
  text-align: center;
}
.contents-heading span {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.333;
  letter-spacing: 0.1em;
  color: #6b696d;
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .contents-body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contents-body {
    margin-top: 30px;
  }
}

.main-visual {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-visual {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: calc(100vh - 70px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-visual {
    height: calc(100vh - 90px);
  }
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  width: auto;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #51b6d4;
}

.mv01 .swiper {
  width: 100%;
  height: 100%;
}
.mv01 .swiper-slide {
  overflow: hidden;
}
.mv01 .swiper-slide .mv-slide {
  width: 100%;
  height: 100vh !important;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.mv01 .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
@media screen and (min-width: 768px) {
  .mv01 .swiper-pagination {
    left: 64px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv01 .swiper-pagination {
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
  }
}
.mv01 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mv01 .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
    margin-left: 54px;
  }
}
@media screen and (max-width: 767px) {
  .mv01 .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
    margin-left: 60px;
  }
}
.mv01
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #51b6d4;
}
.mv01 .swiper-slide-active .mv-slide,
.mv01 .swiper-slide-duplicate-active .mv-slide,
.mv01 .swiper-slide-prev .mv-slide {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.mv-read {
  z-index: 1;
  position: absolute;
  color: rgb(255, 255, 255);
  text-shadow: 0.5px 0.5px 0 #292929;
}
@media screen and (min-width: 768px) {
  .mv-read {
    font-size: 1.4375rem;
    letter-spacing: 0.1em;
    bottom: 80px;
    left: 60px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-read {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    bottom: 80px;
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .mv-read {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    left: 20px;
    bottom: 136px;
  }
}

.mv-links {
  z-index: 1;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .mv-links {
    right: 40px;
    bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-links {
    right: 25px;
    bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .mv-links {
    width: 100%;
    left: 50%;
    bottom: 96px;
    transform: translateX(-50%);
  }
}

.mv-banner {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mv-banner {
    top: 10px;
    left: 10px;
  }
}

.mv-banner02 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mv-banner02 {
    top: 10px;
    right: 7px;
  }
}

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-theme: #f5695f;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08),
    -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
    -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}

.mv02 {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .mv02 {
    right: 210px;
  }
}
.mv02 .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.mv02 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.mv02 .slide {
  display: flex;
  place-content: flex-end;
  padding: 0 1rem;
  padding: 0 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv02 .slide {
    height: calc(100vh - 90px);
  }
}
.mv02 .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv02 .slide-media img {
  opacity: 0.9;
  transition: 7s 1s linear;
  transform: translateX(-1.5%) scale(1.1);
}
.mv02 .slide-title,
.mv02 .slide-text,
.mv02 .slide-link {
  -webkit-animation: 2s var(--easing) both;
  animation: 2s var(--easing) both;
  opacity: 0;
}
.mv02 .slide-title {
  line-height: 1.1;
  color: var(--color-theme);
}
.mv02 .slide-text {
  font-size: 0.7rem;
  margin: 0.5rem 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
}
.mv02 .slide-box {
  padding-top: 30px;
  width: min(100%, 120px);
  height: 240px;
}
@media screen and (max-width: 767px) {
  .mv02 .slide-box {
    width: min(100%, 104px);
  }
}
.mv02 .slide-link {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.mv02 .slide-button {
  font-size: 1.2rem;
  font-size: 0.6rem;
  font-weight: bold;
  display: inline-block;
  color: var(--color-theme);
}
.mv02 .slide-button::before {
  display: inline-block;
  width: 6rem;
  height: 1px;
  margin: -2px 1.6rem 0 0;
  content: "";
  vertical-align: middle;
  background-color: currentColor;
}
.mv02 .swiper-slide[class*="-active"] .slide-media img {
  transition-delay: 0s;
  transform: translateX(1.5%) scale(1.05);
}

.mv02 .swiper-slide.anm-started .slide-title,
.mv02 .swiper-slide.anm-started .slide-text,
.mv02 .swiper-slide.anm-started .slide-link {
  -webkit-animation-name: mv02-fadeIn;
  animation-name: mv02-fadeIn;
}

.mv02 .swiper-slide.anm-finished .slide-title,
.mv02 .swiper-slide.anm-finished .slide-text,
.mv02 .swiper-slide.anm-finished .slide-link {
  -webkit-animation-name: mv02-fadeOut;
  animation-name: mv02-fadeOut;
}

@-webkit-keyframes mv02-fadeIn {
  0% {
    transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mv02-fadeIn {
  0% {
    transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes mv02-fadeOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-6rem);
    opacity: 0;
  }
}
@keyframes mv02-fadeOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-6rem);
    opacity: 0;
  }
}
img {
  border: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  left: inherit;
  right: inherit;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05),
    -0.5rem -0.5rem 0.75rem #fff;
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  border: solid gray;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    transform: scale(1.2);
  }
}

.swiper-button-prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}

#card03.contents {
  padding-left: 0;
  padding-right: 0;
}

.card03 {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .card03 {
    max-height: 460px;
  }
}
.card03 .contents__inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5rem 60px;
}
@media screen and (max-width: 1024px) {
  .card03 .contents__inner {
    padding: 0 4rem 60px;
  }
}
@media screen and (max-width: 767px) {
  .card03 .contents__inner {
    padding: 0 1rem 60px;
  }
}
.card03 .swiper {
  overflow: visible;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .card03 .swiper {
    padding: 0 2rem;
  }
}
.card03 .swiper-button-prev,
.card03 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card03 .swiper-button-prev::before,
.card03 .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.1),
    -0.5rem -0.5rem 0.75rem rgba(255, 255, 255, 0.2);
}
.card03 .swiper-button-prev::after,
.card03 .swiper-button-next::after {
  border-color: #fff;
}
.card03 .swiper-button-prev {
  right: calc(100% - 3.8rem);
}
@media screen and (max-width: 1024px) {
  .card03 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
}
@media screen and (max-width: 767px) {
  .card03 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
}
.card03 .swiper-button-next {
  left: calc(100% - 3.8rem);
}
@media screen and (max-width: 1024px) {
  .card03 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
@media screen and (max-width: 767px) {
  .card03 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
.card03 .slide {
  overflow: hidden;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s;
  border-radius: 4px;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05),
    -0.5rem -0.5rem 0.75rem #fff;
}
@media screen and (min-width: 1025px) {
  .card03 .slide:hover {
    transform: translateY(-16px);
    box-shadow: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08),
      -0.5rem -0.5rem 0.75rem #fff;
  }
  .card03 .slide:hover img {
    transform: translateY(0);
  }
}
.card03 .slide-media {
  padding-top: 62.5%;
}
.card03 .slide-media img {
  height: calc(100% + 16px);
  transform: translateY(-16px);
}
@media screen and (min-width: 1025px) {
  .card03 .slide-media img {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    max-width: 263px;
    max-height: 180px;
  }
}
.card03 .slide-content {
  padding: 1rem;
  position: relative;
}
.card03 .slide-content .slide-date {
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  color: rgb(0, 112, 156);
}
@media screen and (max-width: 767px) {
  .card03 .slide-content .slide-date {
    font-size: 1rem;
  }
}
.card03 .slide-content .new_tab {
  color: #fff;
  font-weight: bold;
  background-color: red;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  right: 8px;
  top: -16px;
}
.card03 .slide-content .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1rem;
}
.card03 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.card03
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #51b6d4;
}

.news-sep-txt {
  width: 100%;
  margin: 5px;
  border-top: 1px dashed #c2bfc4;
}

.news-sep-day {
  width: 100%;
  margin: 5px;
  border-top: 1px solid #c2bfc4;
}

.news-list {
  border: solid 1px #c2bfc4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-list {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-list {
    padding: 26px 10px 26px 20px;
  }
}
.news-list__inner {
  overflow-y: auto;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .news-list__inner {
    max-height: 340px;
    padding-right: 40px;
    scrollbar-width: thin;
    scrollbar-color: #6b696d #fff;
  }
}
@media screen and (max-width: 767px) {
  .news-list__inner {
    max-height: 328px;
    padding-right: 10px;
  }
}
.news-list__inner::-webkit-scrollbar {
  width: 10px;
}
.news-list__inner::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #6b696d;
}

@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 20px;
  }
}
.news + .news {
  border-top: solid 1px #c2bfc4;
}
@media screen and (min-width: 768px) {
  .news + .news {
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news + .news {
    padding-top: 20px;
  }
}
.news:last-of-type {
  padding-bottom: 0;
}
.news__date {
  font-size: 0.75rem;
  color: #6b696d;
}
.news__detail {
  font-size: 0;
  padding-bottom: 10px;
}
.news__text {
  font-size: 1rem;
  color: #6b696d;
}
.news__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  color: #6b696d;
  background-image: url("../img/common/icon_exlink01_bg-gray.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 6px;
  background-size: 13px;
  padding-left: 20px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .news__link {
    transition: all 0.3s;
  }
  .news__link:hover {
    color: #51b6d4;
    background-image: url("../img/common/icon_exlink01_bg-blue.svg");
  }
}

#concept {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #concept {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #concept {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #concept .contents__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.concept__detail {
  color: #6b696d;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept__detail {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .concept__detail {
    line-height: 1.6;
  }
}
.concept__link-text {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-image: url("../img/common/icon_exlink01_bg-white.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 2px;
  background-size: 13px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .concept__link-text {
    transition: all 0.3s;
  }
  .concept__link-text:hover {
    color: #51b6d4;
    background-image: url("../img/common/icon_exlink01_bg-blue.svg");
  }
}
.concept__link-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .concept__link-btn {
    max-width: 420px;
    padding: 0.5em 60px;
    margin: 330px auto 0;
    transition: all 0.3s;
  }
  .concept__link-btn:hover {
    background: #51b6d4;
  }
  .concept__link-btn:hover span {
    color: #fff;
  }
  .concept__link-btn:hover span:after {
    background-image: url("../img/common/icon_exlink02_bg-white.svg");
  }
}
@media screen and (max-width: 767px) {
  .concept__link-btn {
    padding: 0.5em 1em;
    margin: 210px auto 0;
  }
}
.concept__link-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  color: #6b696d;
}
@media screen and (min-width: 768px) {
  .concept__link-btn span {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .concept__link-btn span {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.concept__link-btn span::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../img/common/icon_exlink02_bg-gray.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  margin-left: 1em;
}

#n-point.contents {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  #n-point.contents {
    background-color: #f4fae9;
  }
}
#n-point .point-heading {
  text-align: center;
  font-weight: normal;
  color: #6b696d;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
#n-point .n-point-wrap {
  margin: 32px auto 0;
  width: min(100% - 32px, 900px);
}
@media screen and (min-width: 768px) {
  #n-point .n-point-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #n-point .n-point-wrap {
    padding: 0;
  }
}
#n-point .n-point-items {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #n-point .n-point-items {
    width: 50%;
  }
}
#n-point .n-point-items--img {
  text-align: center;
}
#n-point .n-point-items--img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #n-point .n-point-items:last-of-type .button-wrap {
    margin: 0px auto;
  }
}
#n-point .n-point-items--inner {
  height: 100%;
  padding: 5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #n-point .n-point-items--inner {
    padding: 1%;
  }
}
#n-point .n-point-items--inner .button-wrap {
  width: max(300px, 100%);
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #n-point .n-point-items--inner .button-wrap {
    margin-bottom: 32px;
  }
}
#n-point .n-point-items--inner .button-wrap a {
  margin: 0 auto;
}
#n-point .flex-item-1 {
  order: 1;
}
#n-point .flex-item-2 {
  order: 2;
}
#n-point .flex-item-3 {
  order: 4;
}
#n-point .flex-item-4 {
  order: 3;
}
#n-point .flex-item-5 {
  order: 5;
}
#n-point .flex-item-6 {
  order: 6;
}
#n-point .flex-item-7 {
  order: 8;
}
#n-point .flex-item-8 {
  order: 7;
}
#n-point .flex-item-9 {
  order: 9;
}
#n-point .flex-item-10 {
  order: 10;
}
#n-point .flex-item-11 {
  order: 12;
}
#n-point .flex-item-12 {
  order: 11;
}
#n-point .flex-item-13 {
  order: 13;
}
#n-point .flex-item-14 {
  order: 14;
}
#n-point .n-point-head-text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #6b696d;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  #n-point .n-point-head-text {
    margin: 8px 0 24px;
  }
}
#n-point .n-point-items--inner-head {
  display: flex;
}
#n-point .n-point-head-title {
  color: #6b696d;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #n-point .n-point-head-title {
    margin-top: 18px;
    margin-left: 10px;
  }
}
#n-point .n-point-number {
  width: 70px;
  height: 70px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  #n-point .n-point-number {
    margin-top: 10px;
    width: 50px;
    height: 50px;
  }
}
#n-point .n-point-number img {
  width: 76%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #n-point .n-point-number img {
    width: 100%;
    height: auto;
  }
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 228px;
  border-radius: 10px;
  color: #fff;
  background-color: #6b696d;
  font-size: 0.875rem;
  text-align: center;
  padding: 12px;
  transition: 0.25s;
}
.button:hover {
  color: #6b696d;
  background-color: #51b6d4;
}
.button:hover::after {
  border: dotted 1px #6b696d;
}
.button::after {
  content: "";
  position: absolute;
  width: 96%;
  height: 82%;
  border-radius: 8px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: dotted 1px #fff;
}

.button--icon-arrowRight {
  background-image: url(https://www.his-j.com/cmn/icon/icon_arrow_right_white.svg);
  background-position: right 8px center;
}
.button--icon-arrowRight:hover {
  background-image: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg);
  background-position: right 4px center;
}

.button[class*="--icon-"] {
  padding-left: 28px;
  padding-right: 28px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.button-wrap a {
  margin: 0 auto;
  display: block;
}

.facility {
  padding: 10px 0 10px;
  border-top: solid 1px #a5a2a7;
  border-bottom: solid 1px #a5a2a7;
}
@media screen and (min-width: 768px) {
  .facility {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .facility {
    margin-top: 40px;
  }
}
.facility__heading {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #6b696d;
}
.facility__contents {
  font-size: 0.75rem;
  color: #6b696d;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

#gallery .contents {
  padding: 30px 0px 60px;
}
@media screen and (max-width: 767px) {
  #gallery .contents {
    padding: 40px 0px;
  }
}

.gallery-tub {
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .gallery-tub {
    padding: 0 1rem 1rem 1rem;
  }
}
.gallery-tub .swiper,
.gallery-tub .thumb-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.gallery-tub .swiper {
  overflow: visible;
}
.gallery-tub figure {
  margin: 0;
}
.gallery-tub figcaption {
  display: none;
}
.gallery-tub .contents-heading {
  color: #6b696d;
  font-size: 2rem;
  padding-bottom: 1.6rem;
}
.gallery-tub .slide-media,
.gallery-tub .thumb-media {
  position: relative;
  overflow: hidden;
}
.gallery-tub .slide-media img,
.gallery-tub .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-tub .swiper-button-prev,
.gallery-tub .swiper-button-next {
  left: auto;
}
@media screen and (max-width: 767px) {
  .gallery-tub .swiper-button-prev,
  .gallery-tub .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
}
.gallery-tub .swiper-button-prev::after,
.gallery-tub .swiper-button-next::after {
  border: solid #ddd;
  border-width: 3px 3px 0 0;
}
.gallery-tub .swiper-button-prev::after {
  margin-left: 0.25rem;
  transform: rotate(-135deg);
}
.gallery-tub .swiper-button-next::after {
  margin-right: 0.25rem;
  transform: rotate(45deg);
}
.gallery-tub .swiper-button-next.swiper-button-disabled,
.gallery-tub .swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.gallery-tub .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.gallery-tub .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.gallery-tub .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.gallery-tub .swiper-button-prev,
.gallery-tub .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1224px) {
  .gallery-tub .swiper-button-prev::before,
  .gallery-tub .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.1),
      -0.5rem -0.5rem 0.75rem rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 1224px) {
  .gallery-tub .swiper-button-prev::after,
  .gallery-tub .swiper-button-next::after {
    border-color: #fff;
  }
}
.gallery-tub .swiper-button-prev {
  right: calc(100% + 1.5rem);
}
@media only screen and (max-width: 1224px) {
  .gallery-tub .swiper-button-prev {
    right: calc(100% - 2rem);
  }
}
.gallery-tub .swiper-button-next {
  left: calc(100% + 1.5rem);
}
@media only screen and (max-width: 1224px) {
  .gallery-tub .swiper-button-next {
    left: calc(100% - 2rem);
  }
}
.gallery-tub .slide {
  display: block;
  overflow: hidden;
}
.gallery-tub .slide-media {
  display: block;
  padding-top: 62.5%;
  border-radius: 4px;
}
.gallery-tub .slide-media img {
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery-tub .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 1.5rem 0;
}
.gallery-tub .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 599px) {
  .gallery-tub .thumb-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}
.gallery-tub .thumb-media {
  padding-top: 100%;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .gallery-tub .thumb-media:hover {
    transform: scale(0.95);
  }
  .gallery-tub .thumb-media:hover img {
    transform: scale(1.05);
  }
}
.gallery-tub .thumb-media img {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.gallery-tub .thumb-media-active {
  transform: scale(0.95);
  opacity: 0.5;
}
.gallery-tub .thumb-media-active img {
  transform: scale(1.05);
}

.gallery-facility,
.gallery-food,
.gallery-dog {
  display: none;
}
.gallery-facility.open,
.gallery-food.open,
.gallery-dog.open {
  display: block;
}

.tub-wrapper {
  max-width: 700px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tub-wrapper {
    padding: 0 1rem;
  }
}
.tub-wrapper a:hover {
  opacity: 0.8;
}

.js-tub {
  color: #6b696d;
  font-weight: bold;
  width: 32%;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  border: solid 1px #c2bfc4;
  position: relative;
}
.js-tub.open {
  background-color: #6b696d;
  color: #fff;
}
.js-tub.open:hover {
  cursor: initial;
}
.js-tub.open::before {
  content: "";
  position: absolute;
  bottom: 0px; /* 縦軸をセンタリングする */
  left: 50%;
  transform: translate(-50%, 17px);
  border: 8px solid transparent;
  border-top: 10px solid #6b696d; /* 好みで色を変えてください */
}

@media screen and (min-width: 768px) {
  .access {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .access {
    padding: 0 2.9850746269%;
  }
}
.access__image {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .access .scroll-wrap {
    overflow-x: scroll;
  }
}
.access .scroll-wrap h3 {
  padding-top: 16px;
}
.access .scroll-wrap .scroll {
  width: 640px;
}
.access .scroll-wrap .scroll img {
  width: 100%;
}
.access__info {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #6b696d;
  padding-left: 30px;
  border-left: solid 4px #c2bfc4;
  margin-top: 40px;
}
.access__link-text {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #6b696d;
  background-image: url("../img/common/icon_exlink01_bg-gray.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 7px;
  background-size: 13px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .access__link-text {
    margin-left: 1em;
    transition: all 0.3s;
  }
  .access__link-text:hover {
    color: #51b6d4;
    background-image: url("../img/common/icon_exlink01_bg-blue.svg");
  }
}
.access .sub-title {
  text-align: center;
  color: #6b696d;
  font-weight: normal;
  margin-bottom: 16px;
}
.access .parking-info {
  color: #6b696d;
  font-size: 14px;
  margin-bottom: 16px;
}

.faq-list {
  background: #fff;
  border: solid 1px #c2bfc4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .faq-list {
    padding: 40px 30px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list {
    padding: 26px 10px 26px 20px;
  }
}
.faq-list__inner {
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .faq-list__inner {
    max-height: 460px;
    padding-right: 40px;
    scrollbar-width: thin;
    scrollbar-color: #6b696d #fff;
  }
}
@media screen and (max-width: 767px) {
  .faq-list__inner {
    max-height: 448px;
    padding-right: 40px;
  }
}
.faq-list__inner::-webkit-scrollbar {
  width: 10px;
}
.faq-list__inner::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #6b696d;
}

.faq {
  color: #6b696d;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 20px;
  }
}
.faq + .faq {
  border-top: solid 1px #c2bfc4;
}
@media screen and (min-width: 768px) {
  .faq + .faq {
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .faq + .faq {
    padding-top: 20px;
  }
}
.faq:last-of-type {
  padding-bottom: 0;
}
.faq__heading {
  font-size: 1rem;
}
.faq__contents {
  word-break: break-all;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .faq__contents {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__contents {
    font-size: 1rem;
  }
}

#gallery09.contents {
  padding-left: 0;
  padding-right: 0;
}

.gallery09 {
  margin-bottom: 4rem;
}

.gallery09 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.gallery09 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.gallery09 .slide {
  width: var(--slide-width);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  --slide-width: 200px;
}

.gallery09 .slide-media {
  height: var(--slide-width);
}

.gallery09 .slide-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem 1rem 1rem;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 0;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 50%
  );
}

.gallery09 .slide-title {
  font-size: 0.75rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gallery09 .slide:hover {
  width: calc(var(--slide-width) * 1.5);
}

.gallery09 .slide:hover .slide-content {
  opacity: 0;
}

@media only screen and (max-width: 599px) {
  .gallery09 {
    margin-bottom: 0;
  }
  .gallery09 .slide {
    --slide-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 100%;
    text-align: center;
  }
}

.footer-bottom {
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-bottom {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom__contents + .footer-bottom__contents {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom__contents + .footer-bottom__contents {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .footer-menu {
    display: flex;
    align-items: center;
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu {
    margin-top: 60px;
  }
}
.footer-menu__item {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer-menu__item:not(:last-of-type) {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__item {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-menu__item + .footer-menu__item {
    padding-left: 16px;
    border-left: solid 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__item + .footer-menu__item {
    padding-top: 24px;
  }
}
.footer-menu__link {
  display: inline-block;
  font-family: "Sawarabi Gothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .footer-menu__link:hover {
    color: #51b6d4;
  }
}

.copyright {
  font-family: "Arial", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
    margin-top: 55px;
  }
}

.powered-by {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.powered-by__heading {
  flex-shrink: 0;
  font-family: "Sawarabi Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.333;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .powered-by__heading {
    font-size: 0.9375rem;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .powered-by__heading {
    font-size: 0.75rem;
    padding-right: 15px;
  }
}
.powered-by__sponser {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.powered-by__link {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  transition: all 0.3s;
}
.powered-by__link + .powered-by__link {
  margin-left: 16px;
}
.powered-by__link--his {
  width: 67px;
  height: 23px;
  background-image: url("../img/common/logo_his_bg-white.svg");
}
.powered-by__link--glamhide {
  background-image: url("../img/common/logo_glamhide-small_bg-white.svg");
}
@media screen and (min-width: 768px) {
  .powered-by__link--glamhide {
    width: 149px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .powered-by__link--glamhide {
    width: 120px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .powered-by__link:hover {
    transition: all 0.3s;
  }
  .powered-by__link--his:hover {
    background-image: url("../img/common/logo_his_bg-blue.svg");
  }
  .powered-by__link--glamhide:hover {
    background-image: url("../img/common/logo_glamhide-small_bg-blue.svg");
  }
}

#landscape {
  padding-bottom: 70px;
}

.video-box-wrap {
  margin: 30px auto 0;
  width: 100%;
  max-width: 900px;
}

iframe[src*="youtube.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#notice.contents {
  padding-top: 20px;
}
#notice .contents__inner .contents-body {
  margin: 0 auto;
}
#notice .contents__inner .contents-body .notice-box {
  padding: 20px;
  border: 1px solid red;
}
@media screen and (max-width: 767px) {
  #notice .contents__inner .contents-body .notice-box {
    padding: 10px;
  }
}
#notice .contents__inner .contents-body .notice-box__item {
  margin-bottom: 10px;
}
#notice .contents__inner .contents-body .notice-box a {
  color: revert;
}
#notice .contents__inner .contents-body .notice-box h3 {
  font-size: 18px;
  font-weight: normal;
}
#notice .contents__inner .contents-body .notice-box h3.underline {
  text-decoration: underline;
}
#notice .contents__inner .contents-body .notice-box p {
  font-size: 14px;
  line-height: 1.7;
}
.notice-grid-wrap {
  margin: 4px 0;
  border-top: dotted 1px gray;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr;
}

.notice-grid-item {
  padding: 2px;
  border-bottom: dotted 1px gray;
  border-left: dotted 1px gray;
  border-right: dotted 1px gray;
}

.banner-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .banner-container {
    padding: 0 1rem;
  }
}

.banner-container_col {
  width: 100%;
  text-align: center;
}
.banner-container_col:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .banner-container_col:first-child {
    margin-bottom: 16px;
  }
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp .youtube {
  display: none;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.js-fadeUp.is-inview .youtube {
  display: block;
}
