.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");
  }
}

.breadcrumb-nav {
  width: min(100% - 32px, 900px);
  margin: 10px auto;
  font-size: 13px;
}
.breadcrumb-nav li {
  color: #6b696d;
}
@media screen and (min-width: 768px) {
  .breadcrumb-nav li {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-nav li {
    display: inline-block;
    line-height: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb-nav li span {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-nav li span {
    display: inline-block;
    line-height: 6vw;
  }
}
.breadcrumb-nav li span a {
  color: #6b696d;
}
@media screen and (min-width: 768px) {
  .breadcrumb-nav li span:after {
    content: ">";
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-nav li span:after {
    content: ">";
    padding: 0.5em;
  }
}

.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;
}

@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;
  }
}

.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;
  }
}

.contents {
  color: #6b696d;
}
@media screen and (min-width: 768px) {
  .contents {
    padding-top: 32px;
    /*default 80px*/
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding-top: 20px;
  }
}
.contents-heading {
  text-align: center;
  color: #6b696d;
  margin-bottom: 24px;
}
.contents-heading span {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.333;
  letter-spacing: 0.1em;
  color: #6b696d;
  margin-top: 10px;
}

.food-contents {
  width: min(100% - 32px, 900px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: space-between;
}
.food-contents .food-contents-col-1 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5490196078);
  border-radius: 8px;
}
.food-contents .food-contents-col-1 .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.food-contents .food-contents-col-1 .dotted-title {
  font-size: 1.375rem;
  line-height: 1.7;
  border-bottom: 2px dotted #6b696d;
  margin-bottom: 20px;
}
.food-contents .food-contents-col-1 .food-contents-detail {
  padding: 16px;
}
.food-contents .food-contents-col-1.shadow {
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05),
    -0.5rem -0.5rem 0.75rem #fff;
}
.food-contents .food-contents-col-2 {
  position: relative;
  width: calc(50% - 10px);
}
.food-contents .food-contents-col-2.fourty6-per {
  width: calc(46% - 10px);
}
@media screen and (max-width: 767px) {
  .food-contents .food-contents-col-2.fourty6-per {
    width: 100%;
  }
}
.food-contents .food-contents-col-2.fifty4-per {
  width: calc(54% - 10px);
}
@media screen and (max-width: 767px) {
  .food-contents .food-contents-col-2.fifty4-per {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .food-contents .food-contents-col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .food-contents .food-contents-col-2 .food-contents-img {
    text-align: center;
  }
}
.food-contents .food-contents-col-2 .food-contents__detail {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .food-contents .food-contents-col-2 .food-contents__detail {
    padding-bottom: 20px;
  }
}
.food-contents .food-list-detail {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .food-contents .food-list-detail {
    width: 100%;
  }
}
.food-contents .drink-list-detail {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .food-contents .drink-list-detail {
    padding: 0;
    width: 100%;
  }
}
.food-contents .menu_row,
.food-contents .menu_row_turn {
  width: 100%;
  font-size: 1rem;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 5px;
  border-bottom: 1px dotted rgb(211, 211, 211);
}
.food-contents .menu_row .menu_komoku,
.food-contents .menu_row_turn .menu_komoku {
  width: 62px;
  font-weight: bold;
}
.food-contents .menu_row .menu_material,
.food-contents .menu_row_turn .menu_material {
  width: 100%;
}
.food-contents .menu_row .drink_komoku,
.food-contents .menu_row_turn .drink_komoku {
  width: 217px;
}
.food-contents .menu_row .drink_material,
.food-contents .menu_row_turn .drink_material {
  width: calc(100% - 217px);
  text-align: right;
  margin-top: auto;
}
.food-contents .menu_row_turn {
  flex-wrap: wrap;
}
.food-contents .menu_row_turn .menu_komoku_ful {
  width: 100%;
  font-weight: bold;
}

.menu-notice {
  padding-bottom: 20px;
  font-size: 0.875rem;
}

.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 #6b696d;
  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);
}

.swiper-outer {
  width: 100%;
  position: relative;
}

.swiper {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 3.2rem;
  height: 3.2rem;
  margin: auto;
  top: 0;
  bottom: 0;
}
.swiper-button-prev::before,
.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);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  border-color: #fff;
  border-width: 3px 3px 0 0;
}

.swiper-button-next {
  right: -10px;
  left: auto;
}

.swiper-button-prev {
  left: -10px;
  right: auto;
}

.gazebo .swiper-pagination,
.breakfast .swiper-pagination,
.dinner .swiper-pagination {
  width: auto;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}
.gazebo .swiper-pagination .swiper-pagination-bullet:not(:first-of-type),
.breakfast .swiper-pagination .swiper-pagination-bullet:not(:first-of-type),
.dinner .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 40px;
}
.gazebo
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.breakfast
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.dinner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #51b6d4;
}

.dinner .swiper-pagination {
  bottom: 32px;
}

.swiper-slide .slide-content p {
  position: absolute;
  bottom: -3%;
  right: -24%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.footer {
  background-image: url("../img/wdog/komatsu/bg_footer.jpg");
  background-repeat: no-repeat;
  background-position: center bottom 0;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 560px 210px 24px 60px;
    margin-top: -450px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 627px 8% 30px;
    padding: 627px 4.2666666667% 30px;
    padding: 327px 4.2666666667% 30px;
    margin-top: -556px;
    margin-top: -256px;
    margin-top: -280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 542px 2.9296875% 30px;
    margin-top: -370px;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 100%;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

.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;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
  }
}
.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 {
    width: 50%;
    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-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__item:nth-of-type(5) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__item:nth-of-type(6) {
    width: 100%;
    padding-bottom: 0;
  }
}
.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;
    margin-top: 32px;
  }
}

.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");
  }
}
