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

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

.mv-short {
  position: relative;
  min-height: 0px;
  background-size: cover;
  background-position: center;
}

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

.contents {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .contents {
    padding-top: 24px;
  }
}
.contents__inner {
  width: min(100% - 32px, 900px);
  margin: 0 auto;
}
@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;
  color: #6b696d;
}
.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;
}

.contents-body {
  margin-top: 24px;
}

.pickup-title {
  margin-top: 16px;
  color: #6b696d;
}
@media screen and (max-width: 767px) {
  .pickup-title {
    margin-top: 0;
  }
}
.pickup-title h1 {
  font-size: 24px;
  text-align: center;
}
.pickup-title h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}
.pickup-title p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .pickup-title p {
    text-align: center;
  }
}

.pickup-detail {
  color: #6b696d;
  padding: 16px 0;
  border-radius: 8px;
}
.pickup-detail h2 {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .pickup-detail p {
    line-height: 2;
    text-align: center;
  }
}
.pickup-detail .pickup-pool-wrap {
  border: 1px solid #c2bfc4;
  background-color: rgba(255, 255, 255, 0.937254902);
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
}
.pickup-detail .pickup-pool-wrap .pool-item-col-1 {
  width: 100%;
}
.pickup-detail .pickup-pool-wrap .pool-item-col-1 p {
  text-align: left;
  line-height: 1.7;
}
.pickup-detail .pickup-pool-wrap .pool-item-col-1 ul {
  margin-top: 8px;
}
.pickup-detail .pickup-pool-wrap .pool-item-col-2 {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .pickup-detail .pickup-pool-wrap .pool-item-col-2 {
    width: 100%;
  }
}
.pickup-detail .pickup-pool-wrap .pool-item-col-2 p {
  text-align: left;
}
.pickup-detail .pickup-pool-wrap .pool-item-col-2 p .day {
  border-radius: 2px;
  padding: 2px 4px;
  color: #fff;
  background-color: #51b6d4;
}
.pickup-detail .pickup-pool-wrap .pool-item-col-2 p .night {
  border-radius: 2px;
  padding: 2px 4px;
  color: #fff;
  background-color: #103b48;
}
.pickup-detail a {
  text-decoration: underline;
  font-weight: bold;
  color: #2700a9;
}

.pickup-images {
  width: min(100%, 960px);
  margin: 0 auto;
}
.pickup-images-inner img {
  display: block;
  margin: 0 auto;
}
.pickup-images-wrap {
  display: grid;
  grid-template-columns: 1fr;
}
.pickup-images-wrap img {
  margin: 0 auto;
}

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

.gallery-tub {
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .gallery-tub {
    padding: 0;
  }
}
.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(3, 1fr);
  gap: 4px;
  padding-top: 4px;
}
@media only screen and (max-width: 599px) {
  .gallery-tub .thumb-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery-tub .thumb-media {
  padding-top: 70%;
  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);
}

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

#card03 .slide-content {
  background-color: #fff;
}

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

.button-wrap {
  margin-top: 20px;
}

.notice-list {
  text-indent: -1em;
  padding-left: 1em;
}

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

.main-visual.short {
  position: relative;
  min-height: 180px;
  background-image: url("../img/wdog/komatsu/pic_mv-slide06.jpg");
  background-size: cover;
  background-position: center;
}

.fuyukoso .main-visual.short {
  position: relative;
  min-height: 180px;
  background-image: url("../img/wdog/komatsu/pic_mv-slide01.jpg");
  background-size: cover;
  background-position: center;
}

.dog-gallery .main-visual.short {
  position: relative;
  min-height: 180px;
  background-image: url("../img/wdog/komatsu/dog_gallery_mv_pc.jpg");
  background-size: cover;
  background-position: center;
}

.rainy .main-visual.short {
  position: relative;
  min-height: 180px;
  background-image: url("../img/wdog/komatsu/pic_mv-slide01.jpg");
  background-size: cover;
  background-position: center;
}

.content-box {
  display: flex;
}
@media screen and (min-width: 768px) {
  .content-box {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-box {
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.box-item-img {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .box-item-img {
    padding: 2%;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .box-item-img {
    width: 100%;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .box-item-img .item-img {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .box-item-img img {
    max-height: 200px;
  }
}

.box-item-text {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .box-item-text {
    padding: 20px 10px 20px 0;
    width: 75%;
  }
}

.item-text-title {
  color: #6b696d;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .item-text-title {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .item-text-title {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}

.item-text-detail {
  color: #6b696d;
}
@media screen and (max-width: 767px) {
  .item-text-detail {
    margin-bottom: 10px;
  }
}

.contents-body .pickup-grid-wrap {
  margin: 8px auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto;
  border: 1px solid lightgray;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .contents-body .pickup-grid-wrap {
    grid-template-columns: 1fr;
    grid-template-columns: auto;
  }
}
.contents-body .pickup-grid-wrap > div {
  padding: 3px;
  border-bottom: 1px solid lightgray;
}
.contents-body .pickup-grid-wrap .detail-title {
  text-align: center;
  background-color: rgb(230, 230, 230);
}
.contents-body .pickup-grid-wrap-4images {
  margin: 8px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .contents-body .pickup-grid-wrap-4images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.contents-body .pickup-grid-wrap-4images > div {
  padding: 3px;
}
.contents-body .pickup-grid-wrap-4images .detail-title {
  text-align: center;
  background-color: rgb(230, 230, 230);
}
.contents-body .pickup-notice {
  margin: 16px auto;
  padding: 8px;
  border: 1px solid lightgray;
  font-size: 14px;
}

.notoushi {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .notoushi {
    padding-top: 10px;
  }
}
.notoushi .contents-box-wrap {
  border: 1px solid #c2bfc4;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .notoushi .contents-box-wrap {
    display: block;
  }
}
.notoushi .contents-box-wrap .contents-box-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.notoushi .contents-box-wrap .contents-box-items.left {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .notoushi .contents-box-wrap .contents-box-items.left {
    width: 100%;
    display: none;
  }
}
.notoushi .contents-box-wrap .contents-box-items.center {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .notoushi .contents-box-wrap .contents-box-items.center {
    width: 100%;
  }
}
.notoushi .contents-box-wrap .contents-box-items.right {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .notoushi .contents-box-wrap .contents-box-items.right {
    width: 100%;
  }
}
.notoushi .contents-box-wrap .contents-box-items .detail {
  font-weight: bold;
  color: #6b696d;
}
@media screen and (max-width: 767px) {
  .notoushi .contents-box-wrap .contents-box-items .plan-button {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.notoushi .contents-box-wrap .contents-box-items .plan-button a {
  margin: auto auto;
  display: block;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffa800;
  width: 160px;
  padding: 10px 0;
  color: #fff;
}
.notoushi .contents-box-wrap .contents-box-items .plan-button a:hover {
  opacity: 0.8;
}

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

#refer .pickup-title h2 {
  margin-bottom: 20px;
}
#refer .section-box-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#refer .section-box-wrap.step {
  background-color: #ed3a3a;
  padding: 16px;
  border-radius: 8px;
}
#refer .section-box-wrap.step h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 0 10px;
}
@media screen and (min-width: 768px) {
  #refer .section-box-wrap:last-child {
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
  }
}
#refer .section-box-wrap .section-box-title {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #c2bfc4;
  border-bottom: 1px solid #c2bfc4;
}
#refer .section-box-wrap .section-box-detail {
  padding: 10px 0 0;
}
#refer .section-box-wrap .section-box-item {
  border-radius: 8px;
  width: calc((100% - 10px) / 2);
  padding: 0 10px 10px;
}
#refer .section-box-wrap .section-box-item.three-col {
  width: 33.3333333333%;
  padding: 0;
}
#refer .section-box-wrap .section-box-item.three-col:nth-of-type(2) {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #refer .section-box-wrap .section-box-item.three-col:nth-of-type(2) {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #refer .section-box-wrap .section-box-item.three-col {
    width: 100%;
  }
}
#refer .section-box-wrap .section-box-item.three-col h3 {
  text-align: center;
  color: #6b696d;
}
#refer .section-box-wrap .section-box-item.three-col .item-detail {
  min-height: 197px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #refer .section-box-wrap .section-box-item.three-col .item-detail {
    min-height: auto;
  }
}
#refer .section-box-wrap .section-box-item.three-col .item-detail span {
  font-size: large;
}
#refer .section-box-wrap .section-box-item h3 {
  padding: 0 0 5px;
  text-align: center;
  color: #fff;
}
#refer .section-box-wrap .section-box-item .item-detail {
  font-weight: bold;
  border-radius: 8px;
  height: auto;
  min-height: 64px;
  padding: 5px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #refer .section-box-wrap .section-box-item .item-detail {
    min-height: 136px;
  }
}
#refer .section-box-wrap .section-box-item .item-detail span {
  font-size: large;
}
#refer .section-box-wrap .section-box-item.blue {
  background-color: #51b6d4;
  border: solid 1px #51b6d4;
}
#refer .section-box-wrap .section-box-item.orange {
  background-color: #a99838;
  border: solid 1px #a99838;
}

#xmas .pickup-title h2 {
  margin-bottom: 20px;
}
#xmas .section-box-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#xmas .section-box-wrap.step {
  background-color: #ed3a3a;
  padding: 16px;
  border-radius: 8px;
}
#xmas .section-box-wrap.step h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 0 10px;
}
@media screen and (min-width: 768px) {
  #xmas .section-box-wrap:last-child {
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
  }
}
#xmas .section-box-wrap .section-box-title {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #c2bfc4;
  border-bottom: 1px solid #c2bfc4;
}
#xmas .section-box-wrap .section-box-detail {
  padding: 10px 0 0;
}
#xmas .section-box-wrap .section-box-item {
  border-radius: 10px;
  width: calc((100% - 20px) / 2);
  padding: 0;
}
@media screen and (max-width: 767px) {
  #xmas .section-box-wrap .section-box-item {
    width: 100%;
  }
}
#xmas .section-box-wrap .section-box-item.three-col {
  width: 33.3333333333%;
  padding: 0;
}
#xmas .section-box-wrap .section-box-item.three-col:nth-of-type(2) {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #xmas .section-box-wrap .section-box-item.three-col:nth-of-type(2) {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #xmas .section-box-wrap .section-box-item.three-col {
    width: 100%;
  }
}
#xmas .section-box-wrap .section-box-item.three-col h3 {
  text-align: center;
  color: #6b696d;
}
#xmas .section-box-wrap .section-box-item.three-col .item-detail {
  min-height: 197px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #xmas .section-box-wrap .section-box-item.three-col .item-detail {
    min-height: auto;
  }
}
#xmas .section-box-wrap .section-box-item.three-col .item-detail span {
  font-size: large;
}
#xmas .section-box-wrap .section-box-item h3 {
  padding: 0 0 5px;
  text-align: center;
  color: #fff;
}
#xmas .section-box-wrap .section-box-item .item-detail {
  height: auto;
  min-height: 64px;
  padding: 8px;
  text-align: center;
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #xmas .section-box-wrap .section-box-item .item-detail {
    min-height: 64px;
  }
}
#xmas .section-box-wrap .section-box-item .item-detail span {
  font-size: large;
}
#xmas .section-box-wrap .section-box-item.blue {
  background-color: #51b6d4;
  border: solid 1px #51b6d4;
}
#xmas .section-box-wrap .section-box-item.orange {
  background-color: #a99838;
  border: solid 1px #a99838;
}
#xmas .section-box-wrap .section-box-item a {
  color: #51b6d4;
  text-decoration: underline;
}
#xmas .xmas-menu-detail {
  color: #6b696d;
  padding: 32px 0;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #xmas .xmas-menu-detail {
    display: block;
  }
}
#xmas .xmas-menu-detail h2 {
  width: 100%;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}
#xmas .xmas-menu-detail ul {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  #xmas .xmas-menu-detail ul {
    width: 100%;
  }
}
#xmas .xmas-menu-detail li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  border-bottom: 1px dotted #6b696d;
  line-height: 2;
}
#xmas .xmas-menu-detail li span {
  color: rgb(0, 143, 187);
}
#xmas .xmas-menu-detail .before-list::before {
  content: ""; /* 空白の要素を作る */
  height: 20px; /* 高さ指定 */
  width: 20px; /* 幅指定 */
  display: inline-block; /* インラインブロックにする */
  background-image: url(../img/wdog/komatsu/pickup/xmas_icon01.svg); /* 背景画像指定 */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: center; /* 背景画像位置指定 */
  vertical-align: middle; /* 上下中央揃え */
  margin-right: 5px; /* 右側に間を */
}
#xmas .notice {
  margin-top: 16px;
  margin-left: auto;
  font-size: 14px;
}

#info .contents-heading {
  word-break: keep-all;
  font-size: clamp(1.25rem, 0.7813rem + 1.5vw, 1.625rem);
}
#info .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;
}
#info .menu {
  width: 25%;
  margin: 30px auto 20px;
  border-radius: 20px;
  background-color: #6b696d;
}
@media screen and (max-width: 767px) {
  #info .menu {
    width: 100%;
  }
}
#info .menu a {
  text-align: center;
  color: #fff;
}
#info .menu a p {
  padding: 10px;
}
#info .info__detail {
  font-size: 1rem;
  color: #6b696d;
}
#info .info__box {
  padding: 2%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05),
    -0.5rem -0.5rem 0.75rem #fff;
}
#info .info p {
  margin-bottom: 16px;
  line-height: 1.7;
}

#sss .sss-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sss .sss-wrap .sss-item {
  padding: 16px;
  border: 1px solid gray;
  border-radius: 8px;
  width: 49%;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #sss .sss-wrap .sss-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sss .sss-wrap .sss-item.first {
    margin-bottom: 16px;
  }
}
#sss .sss-wrap .sss-item h3 {
  color: #003f98;
}
#sss .sss-wrap .sss-item h3.gizen {
  color: #98007e;
}
#sss .sss-wrap .sss-item .price {
  font-weight: bold;
  color: red;
}
#sss .sss-wrap .sss-item .price span {
  font-size: 24px;
}
#sss .pickup-detail h2 {
  font-size: 20px;
  text-align: center;
}

.autumn-plan-title {
  margin: 32px auto 16px;
}

.autumn-wrap {
  color: #6b696d;
  width: min(100%, 960px);
}
.autumn-wrap .autumn-item {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .autumn-wrap .autumn-item {
    text-align: center;
  }
}
.autumn-wrap .autumn-item .autumn-item-detail {
  margin-bottom: 16px;
}
.autumn-wrap .autumn-item .autumn-item-detail h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .autumn-wrap .autumn-item .autumn-item-detail p {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .autumn-wrap .autumn-item .autumn-item-notice p {
    line-height: 1.7;
  }
}
.autumn-wrap .autumn-grid {
  margin: 0 auto 16px;
  width: min(100%, 600px);
  border: 1px solid darkgray;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0px;
}
.autumn-wrap .autumn-grid > div {
  padding: 0 8px;
}
.autumn-wrap .autumn-grid .div1,
.autumn-wrap .autumn-grid .div3 {
  background-color: rgb(255, 217, 203);
  border-bottom: 1px solid darkgray;
  border-right: 1px solid darkgray;
}
.autumn-wrap .autumn-grid .div2,
.autumn-wrap .autumn-grid .div4 {
  border-bottom: 1px solid darkgray;
}
.autumn-wrap .autumn-grid .div5 {
  background-color: rgb(255, 217, 203);
  border-right: 1px solid darkgray;
}

.autumn-plan-wrap {
  color: #6b696d;
  margin: 0 auto 16px;
  width: min(100%, 600px);
  display: flex;
  justify-content: space-between;
}
.autumn-plan-wrap .autumn-plan-item {
  width: 48%;
  text-align: center;
}
.autumn-plan-wrap .autumn-plan-item a:hover {
  opacity: 0.8;
}
.autumn-plan-wrap .autumn-plan-item h3 {
  margin-top: 8px;
  font-size: 14px;
}

.autumn-plan-title {
  color: #6b696d;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .autumn-plan-title {
    text-align: center;
  }
}

.margin-b-16 {
  margin-bottom: 16px;
}

#bd {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #ina-hane h1 .sml {
    font-size: 20px;
  }
  #ina-hane h1 .kakeru {
    line-height: 1;
    font-size: 16px;
    display: block;
  }
}
#ina-hane h1 .small {
  display: block;
  font-size: 22px;
}
#ina-hane h2 {
  font-size: clamp(0.9375rem, 0.7031rem + 0.75vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  #ina-hane h2 {
    text-align: center;
  }
}
#ina-hane h2.bd {
  font-size: clamp(1.25rem, 0.7813rem + 1.5vw, 1.625rem);
  margin-bottom: 0;
}
#ina-hane .pickup-detail {
  padding: 24px 0;
}
#ina-hane .pickup-detail.bd {
  padding: 18px 0;
}
#ina-hane .pickup-detail .bd-title {
  display: block;
  margin: 0 auto;
  padding: 4px;
  width: min(100%, 740px);
  background-color: #f06a41;
  color: #fff;
  margin: 8px auto;
}
#ina-hane .pickup-detail .show-off {
  margin: 0 auto;
  width: min(100%, 680px);
  padding: 16px;
  border: 1px solid #6b696d;
}
#ina-hane .pickup-detail a {
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
  color: #0000ff;
}
@media screen and (min-width: 768px) {
  #ina-hane .pickup-detail a {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}
#ina-hane .pickup-detail a.news__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  color: #6b696d;
  background-image: url("https://www.glamhide.com/assets/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;
}
#ina-hane .pickup-images img {
  max-width: 100%;
}
#ina-hane .contents-body .pickup-grid-wrap > div {
  padding: 4px;
}
#ina-hane .button {
  font-size: 18px;
  max-width: 345px;
  padding: 20px;
}
#ina-hane iframe[src*="youtube.com"] {
  margin: 8px auto;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  #ina-hane iframe[src*="youtube.com"] {
    margin: 16px auto;
    max-width: 740px;
  }
}
#ina-hane ul {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ina-hane ul {
    width: 100%;
  }
}
#ina-hane li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.halloween_notice {
  width: min(100%, 740px);
  margin: 0 auto;
  padding: 8px;
  border: 1px solid #6b696d;
}
.halloween_notice li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .halloween-item {
    width: 100%;
  }
}

#halloween h2 {
  margin-bottom: 8px;
  font-size: 18px;
  text-align: center;
}
#halloween .pickup-images-wrap {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #halloween .pickup-images-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.tate-center,
.sss-price-grid .div8,
.sss-price-grid .div7,
.sss-price-grid .div6,
.sss-price-grid .div5,
.sss-price-grid .div4,
.sss-price-grid .div3,
.sss-price-grid .div2,
.sss-price-grid .div1,
.sss-grid .div2,
.sss-grid .div1,
.hatsuyume-grid .div2,
.hatsuyume-grid .div1,
.hatsuyume-price-grid .div8,
.hatsuyume-price-grid .div7,
.hatsuyume-price-grid .div6,
.hatsuyume-price-grid .div5,
.hatsuyume-price-grid .div4,
.hatsuyume-price-grid .div3,
.hatsuyume-price-grid .div2,
.hatsuyume-price-grid .div1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0;
}

.border-t-r-b-l,
.sss-price-grid .div1,
.sss-grid .div1,
.hatsuyume-grid .div1,
.hatsuyume-price-grid .div1 {
  border-top: 1px solid darkgray;
  border-right: 1px solid darkgray;
  border-bottom: 1px solid darkgray;
  border-left: 1px solid darkgray;
}

.border-r-b-l,
.sss-price-grid .div2,
.sss-grid .div2,
.hatsuyume-grid .div2,
.hatsuyume-price-grid .div7,
.hatsuyume-price-grid .div5,
.hatsuyume-price-grid .div3 {
  border-right: 1px solid darkgray;
  border-bottom: 1px solid darkgray;
  border-left: 1px solid darkgray;
}

.border-r-b,
.sss-price-grid .div8,
.sss-price-grid .div7,
.sss-price-grid .div6,
.sss-price-grid .div5,
.sss-price-grid .div4,
.sss-price-grid .div3,
.hatsuyume-price-grid .div8,
.hatsuyume-price-grid .div6,
.hatsuyume-price-grid .div4,
.hatsuyume-price-grid .div2 {
  border-right: 1px solid darkgray;
  border-bottom: 1px solid darkgray;
}

.hatsuyume-price-grid {
  color: black;
  text-align: center;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  padding-bottom: 16px;
}
.hatsuyume-price-grid .div1 {
  font-weight: bold;
  font-size: 16px;
  background: rgb(225, 182, 47);
  background: linear-gradient(
    135deg,
    rgb(225, 182, 47) 0%,
    rgb(240, 208, 63) 23%,
    rgb(250, 224, 80) 46%,
    rgb(233, 196, 51) 67%,
    rgb(225, 182, 47) 100%
  );
  grid-column: span 3 / span 3;
}
.hatsuyume-price-grid .div2 {
  grid-row: span 3 / span 3;
  grid-column-start: 2;
  grid-row-start: 2;
}
.hatsuyume-price-grid .div3 {
  grid-column-start: 1;
  grid-row-start: 2;
}
.hatsuyume-price-grid .div4 {
  grid-row-start: 2;
}
.hatsuyume-price-grid .div6 {
  grid-column-start: 3;
  grid-row-start: 3;
}
.hatsuyume-price-grid .div7 {
  grid-row-start: 4;
}
.hatsuyume-price-grid .div8 {
  grid-column-start: 3;
  grid-row-start: 4;
}

.hatsuyume-grid {
  color: black;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-bottom: 16px;
}
.hatsuyume-grid .div1 {
  padding: 4px 0;
  font-weight: bold;
  background: rgb(225, 182, 47);
  background: linear-gradient(
    135deg,
    rgb(225, 182, 47) 0%,
    rgb(240, 208, 63) 23%,
    rgb(250, 224, 80) 46%,
    rgb(233, 196, 51) 67%,
    rgb(225, 182, 47) 100%
  );
  grid-column: span 3 / span 3;
}
.hatsuyume-grid .div2 {
  padding: 8px;
}

.button {
  font-size: 18px;
  max-width: 345px;
  padding: 20px;
}

#hatsuyume .pickup-detail {
  color: black;
}

#banner.contents {
  margin-top: 32px;
}
#banner.contents .banner-container {
  text-align: center;
  margin: 0 auto;
}

#kotatsu .pickup-images {
  width: min(100%, 840px);
  margin: 0 auto;
}
#kotatsu p {
  margin-bottom: 16px;
}

#xmas .contents-body {
  margin-top: 0px;
}
#xmas .gw-menu-detail {
  color: #6b696d;
  padding: 32px 0;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #xmas .gw-menu-detail {
    display: block;
  }
}
#xmas .gw-menu-detail h2 {
  width: 100%;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}
#xmas .gw-menu-detail ul {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  #xmas .gw-menu-detail ul {
    width: 100%;
  }
}
#xmas .gw-menu-detail li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  border-bottom: 1px dotted #6b696d;
  line-height: 2;
}
#xmas .gw-menu-detail li span {
  color: rgb(0, 143, 187);
}
#xmas .gw-menu-detail .before-list::before {
  content: ""; /* 空白の要素を作る */
  height: 20px; /* 高さ指定 */
  width: 20px; /* 幅指定 */
  display: inline-block; /* インラインブロックにする */
  background-image: url(../img/wdog/komatsu/pickup/xmas_icon01.svg); /* 背景画像指定 */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: center; /* 背景画像位置指定 */
  vertical-align: middle; /* 上下中央揃え */
  margin-right: 5px; /* 右側に間を */
}
#xmas .gw-section-wrap {
  color: #6b696d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
#xmas .gw-section-wrap h2 {
  text-align: center;
  font-size: 20px;
  width: 60%;
  margin: 16px auto 16px;
}
@media screen and (max-width: 767px) {
  #xmas .gw-section-wrap h2 {
    width: 100%;
  }
}
#xmas .gw-section-wrap h2.ug {
  border-bottom: solid 2px #bb6623;
}
#xmas .gw-section-wrap h2.stg {
  border-bottom: solid 2px #2398bb;
}
#xmas .gw-section-wrap .gw-section-item {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #xmas .gw-section-wrap .gw-section-item {
    width: 100%;
    margin-bottom: 8px;
  }
}
#xmas .gw-menu-grid {
  width: 49%;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: auto;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  #xmas .gw-menu-grid {
    width: 100%;
  }
}
#xmas .gw-menu-grid > div {
  background-color: #fcfcfc;
}
#xmas .gw-menu-grid > div .stg {
  font-weight: bold;
  color: #2398bb;
}
#xmas .gw-menu-grid > div .ug {
  font-weight: bold;
  color: #bb6623;
}

.sss-grid {
  color: black;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-bottom: 16px;
}
.sss-grid h3 {
  font-size: 16px;
}
.sss-grid .div1 {
  color: #fff;
  padding: 4px 0;
  font-weight: bold;
  background: #84aee4;
  background: linear-gradient(
    90deg,
    rgb(132, 174, 228) 0%,
    rgb(87, 154, 228) 29%,
    rgb(31, 130, 229) 59%,
    rgb(4, 73, 196) 100%
  );
  grid-column: span 3 / span 3;
}
.sss-grid .div2 {
  padding: 8px;
}

.sss-price-grid {
  color: black;
  text-align: center;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .sss-price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sss-price-grid h3 {
  font-size: 16px;
}
.sss-price-grid .div1 {
  color: #fff;
  font-weight: bold;
  background: #84aee4;
  background: linear-gradient(
    90deg,
    rgb(132, 174, 228) 0%,
    rgb(87, 154, 228) 29%,
    rgb(31, 130, 229) 59%,
    rgb(4, 73, 196) 100%
  );
  grid-column: span 3 / span 3;
}
.sss-price-grid .div2 {
  grid-row-start: 2;
  grid-row-end: 5;
  grid-column-start: 1;
}
@media screen and (max-width: 767px) {
  .sss-price-grid .div2 {
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.sss-price-grid .div3 {
  grid-column-start: 2;
  grid-row-start: 2;
  background-color: #f3f8ff;
}
@media screen and (max-width: 767px) {
  .sss-price-grid .div3 {
    border-left: 1px solid darkgray;
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.sss-price-grid .div4 {
  grid-column-start: 3;
  background-color: #f3f8ff;
}
@media screen and (max-width: 767px) {
  .sss-price-grid .div4 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
.sss-price-grid .div5 {
  grid-column-start: 2;
  grid-row-start: 3;
  background-color: #f3fffe;
}
@media screen and (max-width: 767px) {
  .sss-price-grid .div5 {
    border-left: 1px solid darkgray;
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.sss-price-grid .div6 {
  grid-column-start: 3;
  grid-row-start: 3;
  background-color: #f3fffe;
}
@media screen and (max-width: 767px) {
  .sss-price-grid .div6 {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
.sss-price-grid .div7 {
  grid-column-start: 2;
  grid-row-start: 4;
  background-color: #fffff3;
}
@media screen and (max-width: 767px) {
  .sss-price-grid .div7 {
    border-left: 1px solid darkgray;
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.sss-price-grid .div8 {
  grid-column-start: 3;
  grid-row-start: 4;
  background-color: #fffff3;
}
@media screen and (max-width: 767px) {
  .sss-price-grid .div8 {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}

#obon .contents-body {
  margin-top: 0px;
}
#obon .sales-period-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
#obon .sales-period-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}
#obon .sales-period-table caption {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#obon .sales-period-table th,
#obon .sales-period-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
}
#obon .sales-period-table th {
  background-color: #f9f9f9;
  font-weight: bold;
  width: 30%;
}
#obon .plan-comparison-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #obon .plan-comparison-container {
    flex-direction: column;
  }
}
#obon .plan-comparison-container .plan-column {
  border: 1px solid lightgray;
  padding-bottom: 32px;
  width: 50%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #obon .plan-comparison-container .plan-column {
    width: 100%;
  }
}
#obon .plan-comparison-container .plan-column img {
  max-width: 100%;
  height: auto;
}
#obon .plan-comparison-container .plan-column h2 {
  text-align: center;
  font-size: 24px;
  width: 80%;
  margin: 16px auto 16px;
}
@media screen and (max-width: 767px) {
  #obon .plan-comparison-container .plan-column h2 {
    width: 100%;
  }
}
#obon .plan-comparison-container .plan-column h2.ug {
  color: #b8860b;
}
#obon .plan-comparison-container .plan-column h2.stg {
  color: #4682b4;
}
#obon .plan-comparison-container .plan-column .plan-menu-grid {
  padding: 12px;
  width: 100%;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: auto;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  #obon .plan-comparison-container .plan-column .plan-menu-grid {
    width: 100%;
  }
}
#obon .plan-comparison-container .plan-column .plan-menu-grid > div .stg {
  font-weight: bold;
  color: #4682b4;
}
#obon .plan-comparison-container .plan-column .plan-menu-grid > div .ug {
  font-weight: bold;
  color: #b8860b;
}
#obon .pickup-detail {
  text-align: left;
}
