@charset "UTF-8";
/* ==================================================
  breakpoint & medea query
================================================== */
/* ==================================================
  cache busting
================================================== */
/* ==================================================
  共通
================================================== */
html {
  font-size: 62.5%;
}
@media (width < 1100px) {
  html {
    font-size: 56.25%;
  }
}

body {
  color: #97723b;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  background-color: #fffdf6;
}
@media (width < 1100px) {
  body {
    font-size: 1.8rem;
  }
}

img:not([class*=wp-image-]) {
  width: 100%;
  height: auto;
}
img[class*=wp-image-].alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*=wp-image-].alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img[class*=wp-image-].aligncenter {
  display: block;
  margin: 0 auto;
}

a {
  display: inline-block;
}

.inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (width < 1100px) {
  .inner {
    width: 90%;
  }
}

.button {
  text-align: center;
  margin-top: 50px;
}
.button__link {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
}
.button__link::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #f3b9a2;
  z-index: -1;
}
.button__link::after {
  position: absolute;
  content: "→";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button__link:hover::after {
  right: 0px;
}
@media (width < 1100px) {
  .button__link {
    font-size: max(1.6vw, 1.4rem);
  }
}
.button__link_rev {
  background-color: #fff;
  color: #faecd4;
}
.button__link_rev:hover {
  background-color: #faecd4;
  color: #fff;
}

.section-space {
  padding: 100px 0;
}
@media (width < 1100px) {
  .section-space {
    padding: 80px 0;
  }
}

.section-space-top {
  padding-top: 100px;
}

.section-space-bottom {
  padding-bottom: 100px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4vw;
}
@media (width < 1100px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex li:not(:first-child) {
    margin-top: 80px;
  }
}

.flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4vw;
}
@media (width < 1100px) {
  .flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}

.flex-reverse2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4vw;
}
@media (width < 1100px) {
  .flex-reverse2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}

.image-box {
  border-radius: 10px;
}

.image-box2 {
  border-radius: 0 20px 20px 0;
}
@media (width < 1100px) {
  .image-box2 {
    border-radius: 20px;
  }
}

.image-box3 {
  border-radius: 20px 0 0 20px;
}
@media (width < 1100px) {
  .image-box3 {
    border-radius: 20px;
  }
}

/* ==================================================
 HTMLでの制御
================================================== */
.breadcrumbs {
  margin: 10px 0;
}

.bcn-none {
  display: none;
}

.is-bold {
  font-weight: 700;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz30 {
  font-size: 3rem;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

figcaption {
  text-align: center;
}

.opacity {
  opacity: 0;
}
@media (width < 1100px) {
  .opacity {
    display: none;
  }
}

.bold {
  font-weight: 700;
}

.miauto {
  margin-inline: auto;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.w30 {
  width: calc(30% - 2vw);
}
@media (width < 1100px) {
  .w30 {
    width: 100%;
  }
}

.w40 {
  width: calc(40% - 2vw);
}
@media (width < 1100px) {
  .w40 {
    width: 80%;
    margin: 0 auto;
  }
}

.w50 {
  width: calc(50% - 2vw);
}
@media (width < 1100px) {
  .w50 {
    width: 100%;
  }
}

.w60 {
  width: calc(60% - 2vw);
}
@media (width < 1100px) {
  .w60 {
    width: 100%;
  }
}

.w70 {
  width: calc(70% - 2vw);
}
@media (width < 1100px) {
  .w70 {
    width: 100%;
  }
}

.w80 {
  width: 80%;
}
@media (width < 1100px) {
  .w80 {
    width: 90%;
    margin: 30px auto;
  }
}

.page-title {
  height: 200px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width < 1100px) {
  .page-title {
    height: 150px;
  }
}
.page-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media (width < 1100px) {
  .page-title__inner {
    height: 150px;
  }
}
.page-title__text {
  font-size: clamp(2.5rem, 3vw, 3rem);
  color: #97723b;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;
}

.bg_thumbnails {
  position: absolute;
  left: 0;
  right: 0;
  top: 141.7px;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (width < 1100px) {
  .bg_thumbnails {
    top: 60px;
  }
}

.is-home .bg_thumbnails {
  background-image: url(../img/title_bg.webp);
}

.bcn-display {
  margin-top: 20px;
  font-size: 1.4rem;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

@media (width >= 1100px) {
  .is-sp {
    display: none;
  }
}

@media (width < 1100px) {
  .is-pc {
    display: none;
  }
}

.list10 {
  margin-top: 10px;
}
.list10 li:not(:first-child) {
  margin-top: 10px;
}

.list20 {
  margin-top: 20px;
}
.list20 li:not(:first-child) {
  margin-top: 20px;
}

.list30 {
  margin-top: 30px;
}
.list30 li:not(:first-child) {
  margin-top: 30px;
}

.list40 {
  margin-top: 40px;
}
.list40 li:not(:first-child) {
  margin-top: 40px;
}

.list50 {
  margin-top: 50px;
}
.list50 li:not(:first-child) {
  margin-top: 50px;
}

.list60 {
  margin-top: 60px;
}
.list60 li:not(:first-child) {
  margin-top: 60px;
}

.list70 {
  margin-top: 70px;
}
.list70 li:not(:first-child) {
  margin-top: 70px;
}

.list80 {
  margin-top: 80px;
}
.list80 li:not(:first-child) {
  margin-top: 80px;
}

.list-number {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  margin-top: 5px;
}
.list-number li:not(:first-child) {
  margin-top: 10px;
}

.list-caution {
  margin-top: 10px;
}
.list-caution li {
  padding-left: 5px;
  position: relative;
}
.list-caution li::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #97723b;
  margin-right: 5px;
}
.list-caution li:not(:first-child) {
  margin-top: 10px;
}

.underline {
  text-decoration: underline;
}

.is-blue {
  color: dodgerblue;
}

.is-red {
  color: #e2041b;
}

.is-fixed body {
  overflow: hidden;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ecb1c1), to(#fcf9f5));
  background: linear-gradient(90deg, #ecb1c1 0%, #fcf9f5 100%);
  background: -webkit-linear-gradient(0deg, #ecb1c1 0%, #fcf9f5 100%);
}

figcaption {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media (width < 1100px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .prev {
  padding-left: 37px;
  background-color: #f3b9a2;
  border-radius: 4px;
  color: #fff;
  width: 82px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: left;
  display: inline-block;
  margin-left: 0;
}
.pagination .prev::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_left.svg) no-repeat center center/contain;
          mask: url(../img/icon/arrow_left.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .prev:hover::before {
  left: 10px;
}
.pagination .next {
  padding-right: 37px;
  background-color: #f3b9a2;
  border-radius: 4px;
  color: #fff;
  width: 82px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: right;
  display: inline-block;
  margin-right: 0;
}
.pagination .next::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_right.svg) no-repeat center center/contain;
          mask: url(../img/icon/arrow_right.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .next:hover::after {
  right: 10px;
}

.page-numbers {
  width: 34px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f3b9a2;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  color: #f3b9a2;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers.current {
  background-color: #f3b9a2;
  color: #fff;
  border: 1px solid #f3b9a2;
}
.page-numbers:hover {
  background-color: #f3b9a2;
  color: #fff;
}

.title-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.title-1__text {
  color: #97723b;
  font-size: 1.6rem;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
  padding-top: clamp(45px, 5vw, 50px);
  text-align: center;
  text-transform: capitalize;
}
.title-1__text::before {
  width: 100%;
  position: absolute;
  content: attr(data-en);
  text-transform: capitalize;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #f17954;
  font-size: 3.2rem;
  font-weight: 700;
}

.title-2 {
  position: relative;
  padding: 1rem;
  border-radius: 5px;
  outline: 2px solid #f17954;
  outline-offset: 5px;
  background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)), repeating-linear-gradient(-45deg, #f17954 0 2px, #fff 2px 6px);
  color: #f17954;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  margin: 10px 0 50px;
}

.title-3 {
  padding-bottom: 5px;
  padding-left: 40px;
  border-bottom: 1px solid #faecd4;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.title-3::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 10px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f17954;
}

.title-4 {
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.title-4::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 5px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f17954;
  border-radius: 50%;
}

.wave-top {
  margin-bottom: -1px;
}
.wave-top #wave {
  display: block;
  width: 100%;
  height: 100%;
}
.wave-top #wave path {
  fill: #faf4e0;
}

.wave-bottom {
  margin-top: -1px;
}
.wave-bottom #wave {
  display: block;
  width: 100%;
  height: 100%;
}
.wave-bottom #wave path {
  fill: #faf4e0;
}

.figure-center {
  margin: 50px auto;
  width: 80%;
}
@media (width < 1100px) {
  .figure-center {
    width: 90%;
    margin: 30px auto;
  }
}

.tel {
  padding-left: 40px !important;
  padding-right: 20px !important;
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
}
.tel::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  -webkit-mask: url(../img//icon/phone.svg) no-repeat center center/contain;
  mask: url(../img//icon/phone.svg) no-repeat center center/contain;
  background-color: #fff;
}

/* ==================================================
  header
================================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #faf4e0;
}
@media (width < 1100px) {
  .header {
    height: 55px;
  }
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  height: 90px;
  margin: 0 auto;
}
@media (width < 1100px) {
  .header__body {
    height: 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__nav {
  height: 90px;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.header__nav-item a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.8rem;
}
.header__nav-contact {
  text-align: right;
}
.header__nav-contact-link {
  background-color: #f17954;
  color: #fff;
  padding: 5px 0;
  border-radius: 0 0 10px 10px;
}
.header__tel-sp {
  width: 55px;
  height: 55px;
  margin-left: auto;
  margin-right: 10px;
  background: #f17954;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width >= 1100px) {
  .header__tel-sp {
    display: none;
  }
}
.header__tel-sp-link {
  font-size: 1.2rem;
  position: relative;
  padding-top: 20px;
  color: #fff;
}
.header__tel-sp-link::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask: url(../img/icon/phone.svg) no-repeat center center/contain;
          mask: url(../img/icon/phone.svg) no-repeat center center/contain;
  background-color: #fff;
}
.header__logo {
  width: 22%;
  margin-left: 2%;
  min-width: 180px;
}
.header__logo img {
  vertical-align: middle;
}

/* ==================================================
  hamburger
================================================== */
.hamburger-button {
  width: 40px;
  height: 30px;
  position: relative;
  display: none;
}
@media (width < 1100px) {
  .hamburger-button {
    display: block;
    z-index: 300;
  }
}
.hamburger-button::after {
  position: absolute;
  content: "MENU";
  color: #97723b;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
}
.hamburger-button span {
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 2px;
  background-color: #97723b;
  border-radius: 1px;
}
.hamburger-button span:nth-child(1) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 28px;
}
.hamburger-button span:nth-child(2) {
  top: 9px;
  width: 22px;
  right: 7px;
}
.hamburger-button.is-active::after {
  content: "CLOSE";
  color: #97723b;
}
.hamburger-button.is-active span {
  background-color: #97723b;
  left: 50%;
}
.hamburger-button.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 5px;
  width: 26px;
}
.hamburger-button.is-active span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 5px;
  width: 26px;
}

.hamburger-menu {
  background-color: #f3b9a2;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  display: none;
}
.hamburger-menu__scroll {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 0 100px;
  margin-top: 60px;
}
.hamburger-menu__content {
  display: block;
  margin: 0 auto;
  width: 90%;
  border-radius: 10px;
  overflow: hidden;
}
.hamburger-menu__item {
  position: relative;
  color: #97723b;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  margin-top: 1px;
}
.hamburger-menu__item a {
  padding: 20px 50px;
}

/* ===============================================
  mv
=============================================== */
.mv {
  background-color: #faf4e0;
}
.mv .swiper {
  padding-top: 5px;
  width: 90%;
  margin-inline: auto;
  position: relative;
}
.mv .swiper__slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1100px) {
  .mv .swiper__slide {
    margin-top: 20px;
  }
}
.mv .swiper__slide svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mv .swiper__slide image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__text {
  position: absolute;
  z-index: 10;
  content: "";
  bottom: 15%;
  left: 5%;
}
@media (width < 1100px) {
  .mv__text {
    display: none;
  }
}
.mv__text p {
  padding: 2px 10px;
  margin: 0.1em 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #f17954;
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 700;
  display: inline-block;
}
@media (width < 1100px) {
  .mv__text p {
    font-size: max(2.8vw, 1.8rem);
    padding: 0 10px;
  }
}
.mv__banner--pc {
  position: absolute;
  z-index: 10;
  content: "";
  bottom: 10%;
  right: 5%;
  width: 25%;
  min-width: 300px;
  max-width: 450px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv__banner--pc:hover {
  opacity: 0.9;
}
.mv__banner--pc a {
  width: 100%;
  display: inline-block;
}
.mv__banner--pc a:not(:first-child) {
  margin-top: 10px;
}
.mv__text--sp {
  display: none;
}
@media (width < 1100px) {
  .mv__text--sp {
    display: block;
    bottom: 5%;
    left: 0;
  }
}
.mv__banner--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #faf4e0;
  padding: 20px 0 0;
}
.mv__banner--sp a {
  max-width: 300px;
  display: block;
}
@media (width < 600px) {
  .mv__banner--sp a {
    width: 80%;
  }
}

/* ===============================================
  top info
=============================================== */
.top-info {
  background-color: #faf4e0;
}

.top-news {
  background-color: #faf4e0;
}
.top-news__body {
  margin: 50px 0;
}
@media (width < 1100px) {
  .top-news__body {
    margin: 30px 0;
  }
}
.top-news__list {
  margin: 50px 0;
}
@media (width < 1100px) {
  .top-news__list {
    margin: 30px 0;
  }
}
.top-news__list li:not(:first-child) {
  margin-top: 15px;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news__content:not(:first-child) {
  margin-top: 15px;
}
.news__date {
  color: #8a8a8a;
  font-size: 1.4rem;
}
.news__title {
  margin-top: 10px;
}

.date-category__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category {
  white-space: nowrap;
  background-color: #f17954;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 10px;
}

.close-notice {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}
.close-notice span {
  display: inline-block;
}

.top-schedule__table {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.consultation-table {
  width: 100%;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 15px;
}
@media (width < 1100px) {
  .consultation-table {
    margin-top: 30px;
  }
}
.consultation-table th,
.consultation-table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}
@media (width < 1100px) {
  .consultation-table th,
  .consultation-table td {
    padding: 10px 5px;
  }
}
.consultation-table th {
  font-weight: 700;
  color: #f17954;
}

@media (width < 1100px) {
  .table-head {
    font-size: 1.4rem;
  }
}

/* ===============================================
  top greeting
=============================================== */
.top-greeting {
  background-color: #fffdf6;
  margin: 50px 0 100px;
}
@media (width < 1100px) {
  .top-greeting {
    margin: 100px 0;
  }
}
.top-greeting__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (width < 1100px) {
  .top-greeting__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-greeting__left {
  width: 45%;
  margin-left: 10%;
}
@media (width < 1100px) {
  .top-greeting__left {
    width: 90%;
    margin: 30px auto 0;
  }
}
.top-greeting__right {
  width: 40%;
}
@media (width < 1100px) {
  .top-greeting__right {
    width: 90%;
    margin-left: auto;
  }
}
.top-greeting__right img {
  border-radius: 30px 0 0 30px;
}
.top-greeting__content {
  padding: 100px 0;
  position: relative;
}
.top-greeting__content::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 30px 30px 0;
  background-color: #faf4e0;
}
@media (width < 1100px) {
  .top-greeting__content::after {
    display: none;
  }
}
@media (width < 1100px) {
  .top-greeting__content {
    margin-top: 30px;
    padding: 0;
  }
}
.top-greeting__name {
  margin-top: 20px;
  margin-right: 20px;
  text-align: right;
  font-weight: 600;
}

/* ===============================================
  top feature
=============================================== */
.top-feature {
  background-color: #faf4e0;
}
.top-feature.section-space {
  padding-top: 50px;
}
.top-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 40px;
  margin-top: 50px;
}
.top-feature__item {
  background-color: #fff;
  position: relative;
  width: calc((100% - 80px) / 3);
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
@media (width < 1100px) {
  .top-feature__item {
    width: 100%;
  }
}
.top-feature__item figure {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.top-feature__item img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-feature__number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #f17954;
  color: #fff;
}
.top-feature__body {
  padding: 30px;
}
.top-feature__title {
  font-weight: 700;
  margin-bottom: 10px;
}

/* ===============================================
  top medical
=============================================== */
.top-medical {
  background-color: #fffdf6;
  padding: 50px 0 100px;
}
.top-medical__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (width < 1100px) {
  .top-medical__wrapper {
    gap: 15px;
  }
}
.top-medical__item {
  background-color: #fff;
  width: calc((100% - 90px) / 4);
  padding: 30px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
@media (width < 1100px) {
  .top-medical__item {
    width: calc((100% - 15px) / 2);
    padding: 15px;
  }
}
@media (width < 1100px) and (width > 600px) {
  .top-medical__item {
    width: calc((100% - 30px) / 3);
  }
}
.top-medical__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 120px;
  position: relative;
}
@media (width < 1100px) {
  .top-medical__link {
    padding-bottom: 85px;
  }
}
.top-medical__link::after {
  position: absolute;
  content: "";
  width: 85px;
  height: 85px;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #eb9b7c;
}
@media (width < 1100px) {
  .top-medical__link::after {
    width: 65px;
    height: 65px;
    bottom: 5px;
  }
}
.top-medical__link figure {
  text-align: center;
  margin-top: 20px;
}
.top-medical__link img {
  width: 50%;
  height: 50%;
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
.top-medical__link.top-medical__link1::after {
  -webkit-mask: url(../img/icon/icon1.svg?ver=ucoblvw) no-repeat center center/contain;
          mask: url(../img/icon/icon1.svg?ver=ucoblvw) no-repeat center center/contain;
}
.top-medical__link.top-medical__link2::after {
  -webkit-mask: url(../img/icon/icon2.svg?ver=ucoblvw) no-repeat center center/contain;
          mask: url(../img/icon/icon2.svg?ver=ucoblvw) no-repeat center center/contain;
}
.top-medical__link.top-medical__link3::after {
  -webkit-mask: url(../img/icon/icon3.svg?ver=ucoblvw)  no-repeat  center center/ contain;
          mask: url(../img/icon/icon3.svg?ver=ucoblvw)  no-repeat  center center/ contain;
}
.top-medical__link.top-medical__link4::after {
  -webkit-mask: url(../img/icon/icon4.svg?ver=ucoblvw)  no-repeat  center center/ contain;
          mask: url(../img/icon/icon4.svg?ver=ucoblvw)  no-repeat  center center/ contain;
}
.top-medical__link.top-medical__link5::after {
  -webkit-mask: url(../img/icon/icon5.svg?ver=ucoblvw) no-repeat center center/contain;
          mask: url(../img/icon/icon5.svg?ver=ucoblvw) no-repeat center center/contain;
}
.top-medical__link.top-medical__link6::after {
  -webkit-mask: url(../img/icon/icon6.svg?ver=ucoblvw) no-repeat center center/contain;
          mask: url(../img/icon/icon6.svg?ver=ucoblvw) no-repeat center center/contain;
}
.top-medical__link.top-medical__link7::after {
  -webkit-mask: url(../img/icon/icon7.svg?ver=ucoblvw) no-repeat center center/contain;
          mask: url(../img/icon/icon7.svg?ver=ucoblvw) no-repeat center center/contain;
}
.top-medical__title {
  font-size: clamp(1.6rem, 2vw, 2rem);
  text-align: center;
  font-weight: 700;
}
.top-medical__title2 {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

/* ==================================================
  footer
================================================== */
.footer {
  background-color: #faf4e0;
  padding: 80px 0 50px;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 1100px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__left {
  width: 48%;
}
@media (width < 1100px) {
  .footer__left {
    width: 100%;
  }
}
.footer__left figure {
  width: 180px;
  margin-bottom: 20px;
}
@media (width < 1100px) {
  .footer__left figure {
    width: 150px;
  }
}
.footer__clinic-name {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer__contact {
  margin-top: 30px;
}
@media (width < 1100px) {
  .footer__contact {
    text-align: center;
  }
}
.footer__contact .tel {
  color: #f17954;
}
.footer__contact .tel::before {
  background-color: #f17954;
}
.footer__reserve {
  margin-top: 20px;
}
@media (width < 1100px) {
  .footer__reserve {
    text-align: center;
  }
}
.footer__reserve-link {
  padding: 10px 50px;
  background-color: #f3b9a2;
  border: 1px solid #f3b9a2;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__reserve-link:hover {
  background-color: #fff;
  color: #f3b9a2;
}
.footer__right {
  width: 48%;
}
@media (width < 1100px) {
  .footer__right {
    width: 100%;
    margin-top: 50px;
  }
}
.footer__map {
  width: 100%;
  margin-bottom: 40px;
}
.footer__map iframe {
  width: 100%;
  height: 350px;
}
@media (width < 1100px) {
  .footer__map iframe {
    height: 300px;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  text-align: center;
}

.bottom-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff;
}
.bottom-fixed__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (width < 1100px) {
  .bottom-fixed__link {
    font-size: max(2.5vw, 1.6rem);
  }
}
.bottom-fixed__item {
  width: 33.3333333333%;
  text-align: center;
  height: 50px;
}
.bottom-fixed__item--left {
  background-color: #f17954;
}
.bottom-fixed__item--center {
  background-color: #f17954;
}
.bottom-fixed__item--right {
  background-color: #f17954;
}
.bottom-fixed__item .tel {
  font-size: 3rem;
}
@media (width < 1100px) {
  .bottom-fixed__item .tel {
    padding-left: 35px !important;
    font-size: max(2.8vw, 1.4rem);
  }
  .bottom-fixed__item .tel::before {
    width: 15px;
    height: 15px;
  }
}
@media (width < 1100px) {
  .bottom-fixed__item .tel::after {
    width: max(3vw, 1.8rem);
    height: max(3vw, 1.8rem);
  }
}
@media (width < 1100px) {
  .bottom-fixed__item .reserve {
    padding-left: 25px !important;
  }
}

.reserve {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.reserve::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img//icon/calender.svg) no-repeat center center/contain;
  mask: url(../img//icon/calender.svg) no-repeat center center/contain;
  background-color: #fff;
}
@media (width < 1100px) {
  .reserve::after {
    width: max(3vw, 1.8rem);
    height: max(3vw, 1.8rem);
  }
}

/* ===============================================
  page-about
=============================================== */
.overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overview__item dt,
.overview__item dd {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overview__item dt {
  width: 30%;
  border-top: 1px solid #f17954;
}
.overview__item dd {
  width: 70%;
  border-top: 1px solid #ccc;
}
.overview__item:last-child dt {
  border-bottom: 1px solid #f17954;
}
.overview__item:last-child dd {
  border-bottom: 1px solid #ccc;
}

.profile {
  background-color: #faf4e0;
}
.profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4vw;
  margin-top: 50px;
}
@media (width < 1100px) {
  .profile__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}

.schedule {
  background-color: #f3b9a2;
}
.schedule .consultation-table {
  width: 80%;
  margin: 30px auto;
}
@media (width < 1100px) {
  .schedule .consultation-table {
    width: 100%;
  }
}

@media (width < 1100px) {
  .gallery {
    padding: 50px 0 100px;
  }
}
.gallery__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3vw;
}
.gallery__item {
  width: calc((100% - 6vw) / 3);
  border-radius: 1em;
  overflow: hidden;
}
.gallery__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media (width < 1100px) {
  .gallery__item {
    width: calc((100% - 3vw) / 2);
  }
}
.gallery__item figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

.bio-table {
  margin: 30px 0;
  width: 100%;
}
.bio-table tr {
  border-collapse: collapse;
}
.bio-table tr:nth-child(odd) {
  background-color: #f7f2eb;
}
.bio-table td {
  padding: 10px 0;
}
.bio-table td:nth-child(1) {
  width: 30%;
  text-align: center;
}
.bio-table td:nth-child(2) {
  width: 70%;
}

/* ===============================================
  page-medical
=============================================== */
.medical__wrapper {
  padding: 100px 0;
}
@media (width < 1100px) {
  .medical__wrapper {
    padding: 80px 0 100px;
  }
}
.medical__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.medical__list:not(:first-child) {
  margin-top: 50px;
}
@media (width < 1100px) {
  .medical__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .medical__list:not(:first-child) {
    margin-top: 100px;
  }
}
.medical__list .button {
  margin-top: 50px;
}
@media (width < 1100px) {
  .medical__list .button {
    margin-top: 20px;
  }
}
.medical__list--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 1100px) {
  .medical__list--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.medical__list--reverse .medical__item--right {
  margin-right: 0;
  margin-left: 5%;
}
.medical__item {
  width: 50%;
}
@media (width < 1100px) {
  .medical__item--left {
    width: 70%;
  }
}
.medical__item--right {
  margin-right: 5%;
}
@media (width < 1100px) {
  .medical__item--right {
    width: 90%;
    margin: 0 auto;
  }
}
.medical__item--right .title-3 {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 20px;
}

/* ===============================================
  page-scope
=============================================== */
.anchor-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  gap: 50px;
  background-color: #f7e8ee;
  padding: 50px 10px;
}
.anchor-link__list a {
  display: inline-block;
  padding: 0 15px 0 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anchor-link__list a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/pagelink_icon.svg?ver=u5jt8pi) no-repeat center center/contain;
          mask: url(../img/icon/pagelink_icon.svg?ver=u5jt8pi) no-repeat center center/contain;
  background-color: #5e5e5e;
}

.scope__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (width < 1100px) {
  .scope__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

.scope__item--left {
  width: 60%;
}
@media (width < 1100px) {
  .scope__item--left {
    width: 100%;
  }
}

.scope__item--right {
  width: 40%;
}
@media (width < 1100px) {
  .scope__item--right {
    width: 80%;
    margin: 0 auto;
  }
}
.scope__item--right img {
  border-radius: 10px;
}

/* ===============================================
  page-female
=============================================== */
.caution {
  text-decoration: underline;
}

.female_items {
  padding-top: 50px;
}

.female_item:not(:first-child) {
  margin-top: 50px;
}

.female_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 30px;
}
@media (width < 1100px) {
  .female_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

.female_item_left {
  width: 60%;
}
@media (width < 1100px) {
  .female_item_left {
    width: 100%;
  }
}

.female_item_right {
  width: 40%;
}
@media (width < 1100px) {
  .female_item_right {
    width: 80%;
    margin: 0 auto;
  }
}
.female_item_right img {
  border-radius: 10px;
}

.female-table {
  margin-bottom: 20px;
}
.female-table table {
  width: 100%;
}
@media (width < 800px) {
  .female-table table th,
  .female-table table td {
    width: 100%;
    display: block;
  }
  .female-table table td {
    border-top: none;
  }
}
.female-table th,
.female-table td {
  padding: 10px;
  border: 1px solid #97723b;
  border-collapse: collapse;
}
.female-table th {
  width: 30%;
  background-color: #f3b9a2;
  text-align: center;
}
.female-table td {
  width: 70%;
}

/* ===============================================
  page-news
=============================================== */
.page-news {
  margin: 100px 0 150px;
  padding: 30px 20px;
}
@media (width < 1100px) {
  .page-news {
    margin: 50px 0 100px;
    padding: 20px 10px;
  }
}
.page-news__list {
  width: 90%;
  margin: 50px auto 0;
}
@media (width < 1100px) {
  .page-news__list {
    margin: 20px auto 0;
    width: 100%;
  }
}
.page-news__list li {
  border-bottom: 1px solid #faf4e0;
  padding-bottom: 15px;
}
.page-news__list li:not(:first-child) {
  margin-top: 20px;
}

/* ===============================================
  single
=============================================== */
.single {
  margin: 50px 0 150px;
}
.single__title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
}
.single__body {
  margin: 30px 10px 0;
  line-height: 1.8;
}
.single__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single__prev a {
  font-size: 14px;
  padding-left: 38px;
  background-color: #f3b9a2;
  border-radius: 4px;
  color: #fff;
  width: 90px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media (width < 1100px) {
  .single__prev a {
    width: 108px;
    height: 39px;
    line-height: 39px;
    padding-left: 36px;
  }
}
.single__prev a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_left.svg) no-repeat center center/contain;
          mask: url(../img/icon/arrow_left.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 1100px) {
  .single__prev a::before {
    left: 14px;
  }
}
.single__prev a:hover::before {
  left: 10px;
}
.single__next a {
  font-size: 14px;
  padding-right: 38px;
  background-color: #f3b9a2;
  border-radius: 4px;
  color: #fff;
  width: 90px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  text-align: right;
}
@media (width < 1100px) {
  .single__next a {
    width: 108px;
    height: 39px;
    line-height: 39px;
    padding-right: 36px;
  }
}
.single__next a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_right.svg) no-repeat center center/contain;
          mask: url(../img/icon/arrow_right.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 1100px) {
  .single__next a::after {
    right: 14px;
  }
}
.single__next a:hover::after {
  right: 10px;
}

.lists a {
  width: 90px;
  height: 36px;
  line-height: 36px;
  color: #f3b9a2;
  border: 1px solid #f3b9a2;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 1100px) {
  .lists a {
    width: 95px;
    height: 41px;
    line-height: 41px;
    margin: 0 12px;
  }
}
.lists a:hover {
  color: #fff;
  background: #f3b9a2;
}

/* ==================================================
  404.php
================================================== */
.not_found {
  padding-top: clamp(80px, 25vw, 240px);
  padding-bottom: clamp(80px, 15vw, 160px);
}
@media (width < 1100px) {
  .not_found {
    margin: 100px 0;
  }
}
.not_found_wrap {
  text-align: center;
}
.not_found_head {
  font-size: clamp(4rem, 7.5vw, 8rem);
  color: #f17954;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.not_found_lead {
  font-size: clamp(2rem, 3vw, 3rem);
  color: #999999;
  margin-bottom: 40px;
}
.not_found_content {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: #a8a8a8;
  margin-bottom: 40px;
}
.not_found_button__link {
  padding: 20px 40px;
  color: #999999;
  background: #eeeeee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not_found_button__link:hover {
  background: #ddd;
}

/* ===============================================
  page-top
=============================================== */
/*========= ページトップのためのCSS ===============*/
/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 500;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*改行禁止*/
  white-space: nowrap;
  /*矢印の動き*/
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #a28899;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}

/*スクロールリンクの形状*/
.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #a28899;
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #a28899;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-scroll a::before {
  right: -11px;
}

/*ページトップリンクの形状*/
.js-pageTop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #a28899;
}

.js-pageTop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #a28899;
  -webkit-transform: skewX(31deg);
          transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-pageTop a::before {
  right: 0;
}