@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  padding-top: 114px;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 62px;
    min-width: 360px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: Arial, "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  }
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 0 12px;
    width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 12px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.lum-lightbox {
  z-index: 10000;
}

.lum-gallery-button {
  display: none !important;
}

.btn-01 {
  position: relative;
  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;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  height: 56px;
  background: #278c57;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.btn-01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-01:hover {
  text-decoration: none;
}
.btn-02 {
  position: relative;
  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;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  height: 56px;
  background: #1d6ca5;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.btn-02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-02:hover {
  text-decoration: none;
}
.btn-more {
  position: relative;
  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;
  margin: 0 auto;
  max-width: 220px;
  width: 100%;
  height: 56px;
  border: 1px solid #333;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  -webkit-appearance: none;
}
.btn-back {
  position: relative;
  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;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  height: 56px;
  background: #666;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.btn-back::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-back:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.jitsurei {
  font-size: 14px;
}
.jitsurei #breadcrumb .breadcrumb {
  padding-top: 32px;
}

.kantoJitsurei-section-01 + #breadcrumb-bottom {
  background-color: #f7f7f7;
}

.kanto-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin: auto;
  background: #fff;
}
.kanto-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
}
@media screen and (min-width: 768px) {
  .kanto-header-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .kanto-header-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.kanto-header-flex .logo {
  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 screen and (max-width: 767px) {
  .kanto-header-flex .logo {
    margin-right: 10px;
  }
}
.kanto-header-flex .logo-mr {
  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 screen and (min-width: 768px) {
  .kanto-header-nav {
    display: block;
    background: #1d6ca5;
  }
}
@media screen and (max-width: 767px) {
  .kanto-header-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
  }
}
.kanto-header-nav-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  z-index: 1001;
  margin: auto;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .kanto-header-nav-btn {
    display: none;
  }
}
.kanto-header-nav-btn div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #1d6ca5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kanto-header-nav-btn div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #1d6ca5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.kanto-header-nav-btn div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #1d6ca5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.kanto-header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kanto-header-nav-list {
    display: block;
    padding: 50px 0;
  }
}
.kanto-header-nav-list-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .kanto-header-nav-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.kanto-header-nav-list-item a {
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kanto-header-nav-list-item a {
    font-size: 16px;
  }
}
.kanto-header-nav-list-item a.icon-open_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kanto-header-nav-list-item a.icon-open_new::after {
  display: inline-block;
  font-size: 18px;
  line-height: 0;
}

.nav-open .kanto-header-nav-btn div {
  background: none;
}
.nav-open .kanto-header-nav-btn div::before {
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-open .kanto-header-nav-btn div::after {
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.nav-open .kanto-header-nav {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.kanto-kyoten-page-ttl {
  color: #000;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-page-ttl {
    margin-bottom: 60px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-page-ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.kanto-kyoten-ttl {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.kanto-kyoten-ttl-small {
  display: block;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-ttl-small {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-ttl-small {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-ttl-body {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-ttl-body {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-ttl-body {
    font-size: 16px;
  }
}
.kanto-kyoten-ttl-eng {
  display: block;
  margin-bottom: 12px;
  color: #0574c6;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-ttl-eng img {
    width: auto;
    height: 28px;
  }
}
.kanto-kyoten-subttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #1c6ca6;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
}
.kanto-kyoten-subttl-small {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-subttl-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 16px 40px;
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-subttl-group {
    font-size: 28px;
  }
}
.kanto-kyoten-subttl-group-small {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-subttl-body {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-subttl-body {
    font-size: 28px;
  }
}
.kanto-kyoten-ttl + .kanto-kyoten-subttl {
  margin-top: 56px;
}
.kanto-kyoten-txt {
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
}
.kanto-kyoten-menu {
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-menu {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-menu {
    padding: 30px 0 60px;
  }
}
.kanto-kyoten-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.kanto-kyoten-menu-list-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-menu-list-item {
    width: calc((100% + 60px) / 3 - 60px);
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-menu-list-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
.kanto-kyoten-menu-list-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.kanto-kyoten-menu-list-item-img {
  margin-bottom: 15px;
}
.kanto-kyoten-menu-list-item-img img {
  width: 100%;
  height: auto;
}
.kanto-kyoten-menu-list-item-ttl {
  position: relative;
  padding-right: 30px;
  color: #000;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-menu-list-item-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-menu-list-item-ttl {
    font-size: 14px;
  }
}
.kanto-kyoten-menu-list-item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-image: url(../img/arrow02.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-menu-list-item-ttl::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-menu-list-item-ttl::before {
    width: 16px;
    height: 16px;
  }
}
.kanto-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .kanto-list::after {
    content: "";
    display: block;
    width: calc((100% + 60px) / 3 - 60px);
  }
}
@media screen and (min-width: 768px) {
  .kanto-list-nav {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-list-nav {
    margin-bottom: 40px;
  }
}
.kanto-list-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kanto-list-nav-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  border-left: 2px solid #ddd;
}
.kanto-list-nav-list-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  width: 15px;
  height: 5px;
  background-image: url(../img/navi_arrow.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.kanto-list-nav-list-item:last-child {
  border-right: 2px solid #ddd;
}
.kanto-list-nav-list-item a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .kanto-list-nav-list-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-list-nav-list-item a {
    font-size: 12px;
  }
}
.kanto-list-section-btn {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .kanto-list-section-area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.kanto-list-section-area-list-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kanto-list-section-area-list-item {
    margin-bottom: 60px;
    width: calc((100% + 30px) / 4 - 30px);
  }
}
@media screen and (max-width: 767px) {
  .kanto-list-section-area-list-item {
    margin-bottom: 30px;
  }
}
.kanto-list-ttl {
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .kanto-list-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-list-ttl {
    margin-bottom: 30px;
  }
}
.kanto-list-item {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 52px;
}
@media screen and (min-width: 768px) {
  .kanto-list-item {
    width: calc((100% + 60px) / 3 - 60px);
  }
}
@media screen and (max-width: 767px) {
  .kanto-list-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
@media screen and (min-width: 768px) {
  .kanto-list-item-img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-list-item-img {
    margin-bottom: 10px;
  }
}
.kanto-list-item-img img {
  width: 100%;
  height: auto;
}
.kanto-list-item-ttl {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .kanto-list-item-ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-list-item-ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.kanto-list-item-ttl a {
  color: inherit;
  text-decoration: none;
}
.kanto-list-item-address {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .kanto-list-item-address {
    margin-bottom: 8px;
    line-height: 1.4;
  }
}
.kanto-list-item-address::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 16px;
  background-image: url(../img/map.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .kanto-list-item-address::before {
    top: 2px;
  }
}
.kanto-list-item-tel {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .kanto-list-item-tel {
    line-height: 1.4;
  }
}
.kanto-list-item-tel a {
  color: inherit;
  text-decoration: none;
}
.kanto-list-item-tel::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 16px;
  background-image: url(../img/tel.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .kanto-list-item-tel::before {
    top: 2px;
  }
}
.kanto-list-item-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  margin: auto;
  height: 32px;
  background: #007199;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.kanto-list-item-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.kanto-list-item-btn::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.kanto-kyoten-mv-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 2/1;
}
.kanto-kyoten-mv-contents-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-mv-contents-body {
    padding: 16px;
    min-width: 550px;
    width: 45.8333333333%;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-mv-contents-body {
    padding: 8px;
    width: 80%;
  }
}
.kanto-kyoten-mv-contents-body-ttl {
  line-height: 1.4;
}
.kanto-kyoten-mv-contents-body-ttl-up {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-mv-contents-body-ttl-up {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-mv-contents-body-ttl-up {
    font-size: 12px;
  }
}
.kanto-kyoten-mv-contents-body-ttl-bottom {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-mv-contents-body-ttl-bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-mv-contents-body-ttl-bottom {
    font-size: 10px;
  }
}
.kanto-kyoten-mv-contents-body-ttl-small {
  display: block;
  color: #1d6ca5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-mv-contents-body-ttl-small {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-mv-contents-body-ttl-small {
    font-size: 12px;
  }
}
.kanto-kyoten-mv-contents-body-ttl-body {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-mv-contents-body-ttl-body {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-mv-contents-body-ttl-body {
    margin-top: 4px;
    font-size: 20px;
  }
}
.kanto-kyoten-mv-contents-img {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-mv-contents-img {
    padding: 10px 0;
  }
}
.kanto-kyoten-mv-contents-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kanto-kyoten-mv .swiper-container {
  padding-bottom: 30px;
}
.kanto-kyoten-mv .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.kanto-kyoten-mv .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow_01@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-mv .swiper-button-prev {
    display: none;
  }
}
.kanto-kyoten-mv .swiper-button-prev::after {
  content: none;
}
.kanto-kyoten-mv .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow_01@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-mv .swiper-button-next {
    display: none;
  }
}
.kanto-kyoten-mv .swiper-button-next::after {
  content: none;
}
.kanto-kyoten-mv img {
  max-width: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .kanto-kyoten-news {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-news {
    padding: 32px 0 40px;
  }
}
.kanto-kyoten-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-news-list {
    gap: 32px 24px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-news-list {
    gap: 32px 24px;
    margin-top: 32px;
  }
}
.kanto-kyoten-news-list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-news-list-item {
    width: calc((100% + 24px) / 3 - 24px);
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-news-list-item {
    width: 100%;
  }
}
.kanto-kyoten-news-list-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.kanto-kyoten-news-list-item-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-news-list-item-img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-news-list-item-img {
    margin-bottom: 10px;
  }
}
.kanto-kyoten-news-list-item-img img {
  width: 100%;
  height: auto;
}
.kanto-kyoten-news-list-item-ttl {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.kanto-kyoten-news-list-item-txt {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .kanto-kyoten-problem {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-problem {
    padding: 32px 0 40px;
  }
}
.kanto-kyoten-problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-problem-list {
    gap: 15px;
    padding: 40px 52px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-problem-list {
    gap: 8px;
    padding: 30px 24px;
  }
}
.kanto-kyoten-problem-list-item {
  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;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-problem-list-item {
    min-height: 90px;
    width: calc((100% + 15px) / 3 - 15px);
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-problem-list-item {
    width: 100%;
    font-size: 12px;
  }
}
.kanto-kyoten-problem-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-problem-img {
    margin: 24px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-problem-img {
    margin: 70px auto 0;
    width: 240px;
  }
}
.kanto-kyoten-problem-img::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-problem-img::before {
    top: -20px;
    left: -60px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-problem-img::before {
    top: -50px;
    left: 20px;
    width: 30px;
    height: 30px;
  }
}
.kanto-kyoten-problem-img::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-problem-img::after {
    top: 32px;
    left: -20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-problem-img::after {
    top: -10px;
    left: 50px;
    width: 12px;
    height: 12px;
  }
}

.kanto-kyoten-reason {
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-reason {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-reason {
    padding: 64px 0 40px;
  }
}
.kanto-kyoten-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  counter-reset: item;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-reason-list {
    gap: 32px 44px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-reason-list {
    gap: 44px;
  }
}
.kanto-kyoten-reason-list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-reason-list-item {
    width: calc((100% + 44px) / 3 - 44px);
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-reason-list-item {
    width: 100%;
  }
}
.kanto-kyoten-reason-list-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.kanto-kyoten-reason-list-item-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-reason-list-item-img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-reason-list-item-img {
    margin-bottom: 24px;
  }
}
.kanto-kyoten-reason-list-item-img img {
  width: 100%;
  height: auto;
}
.kanto-kyoten-reason-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.kanto-kyoten-reason-list-item-ttl::before {
  content: "0" counter(item);
  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;
  min-width: 44px;
  width: 44px;
  height: 44px;
  background-color: #1d6ca5;
  color: #fff;
  counter-increment: item;
  font-weight: normal;
  font-size: 24px;
}
.kanto-kyoten-reason-list-item-txt {
  font-size: 14px;
}

.kanto-kyoten-message {
  background-color: #000b1e;
  background-image: url(../img/back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-message {
    padding: 88px 0 80px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-message {
    padding: 56px 0;
    text-align: left;
  }
}
.kanto-kyoten-message-ttl {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-message-ttl {
    margin-bottom: 64px;
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-message-ttl {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .kanto-kyoten-message-ttl br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-message-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-message-txt {
    font-size: 14px;
  }
  .kanto-kyoten-message-txt br {
    display: none;
  }
}

.kanto-kyoten-tenpo {
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo {
    padding: 88px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo {
    padding: 64px 0 0;
  }
}
.kanto-kyoten-tenpo-ttl {
  margin-top: 20px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.kanto-kyoten-tenpo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo .swiper-tenpo {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-img {
    width: 470px;
  }
}
.kanto-kyoten-tenpo-img img {
  width: 100%;
  height: auto;
}
.kanto-kyoten-tenpo-img-cap {
  margin-top: 12px;
  color: #000;
  font-size: 14px;
}
.kanto-kyoten-tenpo-img-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo-img-thumbnail {
    display: none;
  }
}
.kanto-kyoten-tenpo-img-thumbnail-item {
  margin-top: 10px;
  width: calc((100% + 10px) / 5 - 10px);
}
.kanto-kyoten-tenpo-img-thumbnail-item.thumbnail-active {
  opacity: 0.7;
}
.kanto-kyoten-tenpo-img-thumbnail-item:not(:nth-child(5n)) {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-contents {
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo-contents {
    margin-bottom: 20px;
  }
}
.kanto-kyoten-tenpo-contents-ttl {
  margin-bottom: 24px;
  color: #1d6ca5;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-contents-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo-contents-ttl {
    font-size: 20px;
  }
}
.kanto-kyoten-tenpo-contents-txt {
  color: #000;
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo-contents-txt {
    font-size: 14px;
  }
}
.kanto-kyoten-tenpo-contents-btn-top {
  margin-bottom: 13px;
  text-align: center;
}
.kanto-kyoten-tenpo-contents-btn-top::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 1px;
  height: 20px;
  background: #333;
  -webkit-transform: rotate(-20deg) translateY(5px);
          transform: rotate(-20deg) translateY(5px);
}
.kanto-kyoten-tenpo-contents-btn-top::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 1px;
  height: 20px;
  background: #333;
  -webkit-transform: rotate(20deg) translateY(5px);
          transform: rotate(20deg) translateY(5px);
}
.kanto-kyoten-tenpo .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-image: url(../img/arrow_03@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.kanto-kyoten-tenpo .swiper-button-prev::after {
  content: none;
}
.kanto-kyoten-tenpo .swiper-button-next {
  width: 30px;
  height: 30px;
  background-image: url(../img/arrow_03@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.kanto-kyoten-tenpo .swiper-button-next::after {
  content: none;
}
.kanto-kyoten-tenpo-area {
  position: relative;
  padding: 32px 16px 24px;
  border-radius: 10px;
  background-color: #fff;
}
.kanto-kyoten-tenpo-area-ttl {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background-color: #1d6ca5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kanto-kyoten-tenpo-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
  margin: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-area-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.kanto-kyoten-tenpo-area-list-item {
  font-size: 16px;
}
.kanto-kyoten-tenpo-photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-photo {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo-photo {
    margin-top: 48px;
  }
}
.kanto-kyoten-tenpo-photo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-photo::after {
    height: 50%;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo-photo::after {
    height: 25%;
  }
}
.kanto-kyoten-tenpo-photo-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-photo-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo-photo-list {
    gap: 14px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-tenpo-photo-list-item {
    width: calc((100% + 20px) / 4 - 20px);
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-tenpo-photo-list-item {
    width: calc((100% + 14px) / 2 - 14px);
  }
}
.kanto-kyoten-tenpo-photo-list-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 224/336;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .kanto-kyoten-info {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info {
    padding: 36px 0 64px;
  }
}
.kanto-kyoten-info-ttl {
  margin-top: 40px;
  color: #000;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-flex {
    margin-top: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-contents {
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-contents {
    margin-bottom: 32px;
  }
}
.kanto-kyoten-info-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.kanto-kyoten-info-contents-list:not(:first-child) {
  padding-top: 20px;
}
.kanto-kyoten-info-contents-list-ttl {
  width: 100px;
  color: #1d6ca5;
  font-weight: bold;
  font-size: 14px;
}
.kanto-kyoten-info-contents-list-txt {
  width: calc(100% - 110px);
  font-size: 14px;
}
.kanto-kyoten-info-contents-list-txt a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-map {
    width: 470px;
  }
}
.kanto-kyoten-info-map iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-map iframe {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-map iframe {
    height: 300px;
  }
}
.kanto-kyoten-info-access-btn {
  position: relative;
  gap: 8px;
  width: 100%;
  background-color: #1d6ca5;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-access-btn {
    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;
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-btn {
    padding: 16px 24px;
    text-align: left;
  }
}
.kanto-kyoten-info-access-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  display: block;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-access-btn::after {
    right: 54px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-btn::after {
    right: 24px;
    width: 10px;
    height: 10px;
  }
}
.kanto-kyoten-info-access-btn.access-open::after {
  top: 8px;
  bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.kanto-kyoten-info-access-btn-small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-btn-small {
    display: block;
  }
}
.kanto-kyoten-info-access-btn-body {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-btn-body {
    display: block;
  }
}
.kanto-kyoten-info-access-contents {
  display: none;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-access-contents {
    padding: 40px 56px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-contents {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-access-contents-ttl {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-contents-ttl {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.kanto-kyoten-info-access-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 16px;
  counter-reset: item;
}
.kanto-kyoten-info-access-contents-list-item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-access-contents-list-item {
    width: calc((100% + 16px) / 3 - 16px);
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-contents-list-item {
    width: 100%;
  }
}
.kanto-kyoten-info-access-contents-list-item-img img {
  width: 100%;
}
.kanto-kyoten-info-access-contents-list-item-body {
  padding: 16px;
}
.kanto-kyoten-info-access-contents-list-item-body-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-access-contents-list-item-body-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-contents-list-item-body-ttl {
    font-size: 18px;
  }
}
.kanto-kyoten-info-access-contents-list-item-body-ttl::before {
  content: counter(item);
  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;
  border-radius: 50%;
  background-color: #1d6ca5;
  color: #fff;
  counter-increment: item;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-access-contents-list-item-body-ttl::before {
    min-width: 24px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-contents-list-item-body-ttl::before {
    min-width: 18px;
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}
.kanto-kyoten-info-access-contents-list-item-body-route {
  color: #1d6ca5;
  font-size: 14px;
}
.kanto-kyoten-info-access-contents-list-item-body-txt {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-access-contents-list-item-body-txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-access-contents-list-item-body-txt {
    margin-top: 8px;
  }
}
.kanto-kyoten-info-btn {
  max-width: 382px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-info-btn {
    margin-top: 80px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-info-btn {
    margin-top: 32px;
    height: 62px;
  }
}

.kanto-kyoten-event {
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-event {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-event {
    padding: 64px 0;
  }
}
.kanto-kyoten-event-contents {
  margin-top: 40px;
}
.kanto-kyoten-event-contents-item {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-event-contents-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-event-contents-item-img {
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-event-contents-item-img {
    margin-bottom: 20px;
  }
}
.kanto-kyoten-event-contents-item-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-event-contents-item-contents {
    width: 470px;
  }
}
.kanto-kyoten-event-contents-item-contents-ttl {
  color: #000;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-event-contents-item-contents-ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-event-contents-item-contents-ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.kanto-kyoten-event-contents-item-contents-txt {
  color: #555;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-event-contents-item-contents-txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-event-contents-item-contents-txt {
    margin-bottom: 10px;
  }
}
.kanto-kyoten-event-contents-item-contents-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.kanto-kyoten-event-contents-item-contents-date-ttl {
  width: 65px;
  color: #0574c6;
  font-weight: normal;
  font-size: 14px;
}
.kanto-kyoten-event-contents-item-contents-date-txt {
  width: calc(100% - 75px);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-event-contents-item-contents-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-event-contents-item-contents-btn .btn-01 {
    margin: 0;
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-event-contents-item-contents-btn .btn-01 + .btn-02 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-event-contents-item-contents-btn .btn-02 {
    margin: 0;
    max-width: 220px;
  }
}

@media screen and (min-width: 768px) {
  .kanto-kyoten-blog {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-blog {
    padding: 30px 0 60px;
  }
}
.kanto-kyoten-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-blog-list::after {
    content: "";
    display: block;
    width: calc((100% + 60px) / 3 - 60px);
  }
}
.kanto-kyoten-blog-list-item {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-blog-list-item {
    width: calc((100% + 60px) / 3 - 60px);
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-blog-list-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-blog-list-item-img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-blog-list-item-img {
    margin-bottom: 10px;
  }
}
.kanto-kyoten-blog-list-item-img img {
  width: 100%;
  height: auto;
}
.kanto-kyoten-blog-list-item-date {
  color: #000;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-blog-list-item-date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-blog-list-item-date {
    margin-bottom: 10px;
  }
}
.kanto-kyoten-blog-list-item-ttl a {
  color: #000;
  text-decoration: none;
}

.kanto-kyoten-voice {
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-voice {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-voice {
    padding: 64px 0;
  }
}
.kanto-kyoten-voice.shisan {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-voice-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-voice-list {
    margin-top: 32px;
  }
}
.kanto-kyoten-voice-list-item {
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-voice-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.kanto-kyoten-voice-list-item + .kanto-kyoten-voice-list-item {
  margin-top: 16px;
}
.kanto-kyoten-voice-list-item-btn {
  width: 100%;
}
.kanto-kyoten-voice-list-item-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-voice-list-item-icon {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-voice-list-item-icon {
    margin: auto;
    width: 125px;
    height: 125px;
  }
}
:nth-child(5n+1) > .kanto-kyoten-voice-list-item-icon {
  background-image: url(../img/voice_01@2x.png);
}
:nth-child(5n+2) > .kanto-kyoten-voice-list-item-icon {
  background-image: url(../img/voice_02@2x.png);
}
:nth-child(5n+3) > .kanto-kyoten-voice-list-item-icon {
  background-image: url(../img/voice_03@2x.png);
}
:nth-child(5n+4) > .kanto-kyoten-voice-list-item-icon {
  background-image: url(../img/voice_04@2x.png);
}
:nth-child(5n) > .kanto-kyoten-voice-list-item-icon {
  background-image: url(../img/voice_05@2x.png);
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-voice-list-item-contents {
    padding: 32px 24px 32px 0;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-voice-list-item-contents {
    padding: 0 24px 24px;
  }
}
.kanto-kyoten-voice-list-item-contents-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-voice-list-item-contents-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-voice-list-item-contents-ttl {
    font-size: 16px;
  }
}
.kanto-kyoten-voice-list-item-contents-ttl-body {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-voice-list-item-contents-ttl-small {
    display: inline-block;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-voice-list-item-contents-ttl-small {
    display: block;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-voice-list-item-contents-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-voice-list-item-contents-txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .kanto-kyoten-osusume {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-osusume {
    padding: 64px 0;
  }
}
.kanto-kyoten-osusume .product-list {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-osusume .product-list {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-osusume .product-list {
    margin-top: 32px;
  }
}
.kanto-kyoten-osusume .product-list .item {
  margin-bottom: 0;
}

.kanto-kyoten-case {
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-case {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-case {
    padding: 64px 0;
  }
}
.kanto-kyoten-case .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-case .slides {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-case .slides {
    gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-case .slides .item {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-case .slides .item {
    width: 100%;
  }
  .kanto-kyoten-case .slides .item img {
    width: 100%;
  }
}
.kanto-kyoten-case .slides .item h3 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.kanto-kyoten-case .slides .item h4 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.kanto-kyoten-case .slides .item .slide {
  padding-bottom: 70px;
}
.kanto-kyoten-case .slides .item .slide .caption {
  display: block;
  padding: 5px 10px;
  min-height: 68px;
  background-color: #444;
  color: #fff;
  font-size: 14px;
}
.kanto-kyoten-case .slides .item .slide .caption small {
  display: block;
  margin-top: 5px;
}
.kanto-kyoten-case .slides .item .slide .slick-dots {
  bottom: -30px;
}
.kanto-kyoten-case .btn_pagenav {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .kanto-kyoten-search {
    padding: 38px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-search {
    padding: 64px 0 48px;
  }
}
.kanto-kyoten-search .product-list {
  margin-top: 56px;
}

.kanto-kyoten-area {
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-area {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-area {
    padding: 64px 0;
  }
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.input-checkbox {
  position: relative;
}
.input-checkbox + .input-checkbox {
  margin-top: 12px;
}
.input-checkbox.error input {
  border-color: #d6082e;
  background-color: #d6082e;
}
.input-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #b0b0b0;
  border-radius: 2px;
  background: #fff;
  background-image: url(../img/icon-checked.svg);
  background-position: center top 4px;
  background-size: 10px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.input-checkbox input:checked {
  border-color: #2b8ab4;
  background-color: #2b8ab4;
}
.input-checkbox input:disabled {
  background-color: #aaa;
}
.input-checkbox-label {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px 0 32px;
  min-height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
:checked + .input-checkbox-label {
  border-color: #2b8ab4;
}
:disabled + .input-checkbox-label {
  background-color: #aaa;
  color: #fff;
}
.error > .input-checkbox-label {
  color: #d6082e;
}

.kanto-kyoten-footer {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #333;
  color: #fff;
}
.kanto-kyoten-footer-copy {
  display: block;
  padding: 60px 0 20px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.kanto-kyoten-footer-ttl {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-footer-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .kanto-kyoten-footer-ttl {
    font-size: 20px;
  }
}
.kanto-kyoten-footer-contents {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-footer-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-footer-contents-info {
    width: 530px;
  }
}
.kanto-kyoten-footer-contents-info-item {
  margin-bottom: 20px;
  font-size: 14px;
}
.kanto-kyoten-footer-contents-info-item a {
  color: inherit;
}
.kanto-kyoten-footer-contents-info-item-note {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-footer-contents-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-footer-contents-nav-list:not(:first-child) {
    margin-left: 80px;
  }
}
.kanto-kyoten-footer-contents-nav-list-item {
  margin-bottom: 30px;
  font-size: 12px;
}
.kanto-kyoten-footer-contents-nav-list-item a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-footer-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.kanto-kyoten-footer-other-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .kanto-kyoten-footer-other-sns {
    width: 530px;
  }
}
.kanto-kyoten-footer-other-sns-ttl {
  margin-right: 25px;
  letter-spacing: 0.5em;
  font-size: 14px;
}
.kanto-kyoten-footer-other-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kanto-kyoten-footer-other-sns-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.kanto-kyoten-footer-other-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kanto-kyoten-footer-other-nav-list-item:not(:first-child) {
  margin-left: 30px;
}
.kanto-kyoten-footer-other-nav-list-item a {
  color: #bcbcbc;
  text-decoration: none;
  font-size: 12px;
}

.right-cv {
  position: fixed;
}
@media screen and (min-width: 768px) {
  .right-cv {
    top: 200px;
    right: 0;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  .right-cv {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.right-cv-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1d6ca5;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .right-cv-btn {
    padding: 20px 0;
    width: 64px;
    border-radius: 5px 0 0 5px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .right-cv-btn {
    width: 100%;
    height: 48px;
    border-radius: 5px;
  }
}
.right-cv-btn:hover {
  text-decoration: none;
}

.global-footer-nav {
  padding-top: 40px;
  background: #333;
}

.global-shoplist {
  background: #333;
}

.button-gray-tiny, .button-gray-small, .button-gray-normal, .button-primary-normal, .button-primary-small, .button-primary-large {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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%;
  border-radius: 2px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button-gray-tiny:hover, .button-gray-small:hover, .button-gray-normal:hover, .button-primary-normal:hover, .button-primary-small:hover, .button-primary-large:hover {
  opacity: 0.7;
}

.button-primary-large {
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .button-primary-large {
    height: 104px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .button-primary-large {
    height: 80px;
    font-size: 16px;
  }
}
.button-primary-large small {
  font-size: 12px;
}

.button-gray-normal, .button-primary-normal {
  max-width: 200px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  .button-gray-normal, .button-primary-normal {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .button-gray-normal, .button-primary-normal {
    font-size: 16px;
  }
}
.button-gray-normal small, .button-primary-normal small {
  font-size: 12px;
}

.button-gray-small, .button-primary-small {
  max-width: 200px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .button-gray-small, .button-primary-small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .button-gray-small, .button-primary-small {
    font-size: 14px;
  }
}

.button-gray-tiny {
  height: 38px;
}
@media screen and (min-width: 768px) {
  .button-gray-tiny {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .button-gray-tiny {
    font-size: 16px;
  }
}

.button-primary-large {
  border: none;
  background-color: #2b8ab4;
  color: #fff;
}
.button-primary-large:hover {
  text-decoration: none;
}
.button-primary-small {
  border: none;
  background-color: #2b8ab4;
  color: #fff;
}
.button-primary-small:hover {
  text-decoration: none;
}
.button-primary-normal {
  border: none;
  background-color: #2b8ab4;
  color: #fff;
}
.button-primary-normal:hover {
  text-decoration: none;
}
.button-gray-normal {
  border: none;
  background-color: #666;
  color: #fff;
}
.button-gray-normal.f16 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .button-gray-normal.wide {
    max-width: 380px;
  }
}
.button-gray-normal:hover {
  text-decoration: none;
}
.button-gray-small {
  border: none;
  background-color: #666;
  color: #fff;
}
.button-gray-small:hover {
  text-decoration: none;
}
.button-gray-tiny {
  background-color: #666;
  color: #fff;
}
.button-gray-tiny:hover {
  text-decoration: none;
}

.kantoJitsurei {
  padding-top: 32px;
  color: #1a1a1a;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei {
    padding-top: 0;
  }
}
.kantoJitsurei-breadcrumb#breadcrumb .breadcrumb {
  padding-top: 0;
  background: none;
}
.kantoJitsurei-breadcrumb#breadcrumb .breadcrumb li {
  color: inherit;
  text-shadow: none;
}
.kantoJitsurei-breadcrumb#breadcrumb .breadcrumb li a {
  color: inherit;
}
.kantoJitsurei-contents {
  margin: 56px auto;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-contents {
    margin: 40px auto;
    padding: 0 8px;
  }
}
.kantoJitsurei-contents-ttl {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-contents-ttl {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.kantoJitsurei-contents-ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #2b8ab4;
}
.kantoJitsurei-btn {
  position: relative;
  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;
  padding: 8px 32px 8px 24px;
  min-height: 48px;
  border-radius: 2px;
  background-color: #2b8ab4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
.kantoJitsurei-btn:hover {
  text-decoration: none;
}
.kantoJitsurei-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-image: url("../img/icon-kantoJitsurei-arrow-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.kantoJitsurei-btn[target=_blank]::before {
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-kantoJitsurei-blank.svg");
}
.kantoJitsurei-btn.small {
  min-height: 40px;
}
.kantoJitsurei-btn.border {
  border: 1px solid #2b8ab4;
  background-color: #fff;
  color: #2b8ab4;
}
.kantoJitsurei-btn.border::before {
  background-image: url("../img/icon-kantoJitsurei-arrow-right-border.svg");
}
.kantoJitsurei-btn.border[target=_blank]::before {
  background-image: url("../img/icon-kantoJitsurei-blank-border.svg");
}
.kantoJitsurei-section-ttl {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-section-ttl {
    font-size: 24px;
  }
}
.kantoJitsurei-section-ttl::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 32px;
  height: 3px;
  background-color: #2b8ab4;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-section-ttl::after {
    width: 24px;
  }
}
.kantoJitsurei-section-lead {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-section-lead {
    font-size: 14px;
  }
}
.kantoJitsurei-section-search {
  padding: 64px 0;
}
.kantoJitsurei-section-search-form {
  margin-top: 40px;
}
.kantoJitsurei-section-01 {
  padding: 80px 0 100px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-section-01 {
    padding: 64px 0 80px;
  }
  .kantoJitsurei-section-01 .inner {
    padding: 0 20px;
  }
}
.kantoJitsurei-section-02 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-section-02 {
    padding: 64px 0 80px;
  }
  .kantoJitsurei-section-02 .inner {
    padding: 0 20px;
  }
}
.kantoJitsurei-section-contents + .kantoJitsurei-section-contents {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-section-contents + .kantoJitsurei-section-contents {
    margin-top: 40px;
  }
  .kantoJitsurei-section-contents + .kantoJitsurei-section-contents .inner {
    padding: 0 20px;
  }
}
.kantoJitsurei-section-category {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-section-category {
    margin-top: 40px;
  }
  .kantoJitsurei-section-category .inner {
    padding: 0 20px;
  }
}
.kantoJitsurei-section-osusume {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-section-osusume {
    margin-top: 40px;
  }
  .kantoJitsurei-section-osusume .inner {
    padding: 0 20px;
  }
}
.kantoJitsurei-section-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-section-banner {
    margin-bottom: 24px;
  }
}
.kantoJitsurei-section-banner-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 640px;
  width: 100%;
}
.kantoJitsurei-section-banner-item img {
  width: 100%;
}
.kantoJitsurei-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-pagination {
    gap: 4px;
    margin-top: 48px;
    font-size: 12px;
  }
}
.kantoJitsurei-pagination-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #737373;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-pagination-prev {
    min-width: 32px;
    height: 32px;
  }
}
.kantoJitsurei-pagination-prev:hover {
  border-color: #2b8ab4;
  color: #2b8ab4;
}
.kantoJitsurei-pagination-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #737373;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-pagination-next {
    min-width: 32px;
    height: 32px;
  }
}
.kantoJitsurei-pagination-next:hover {
  border-color: #2b8ab4;
  color: #2b8ab4;
}
.kantoJitsurei-pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #737373;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .kantoJitsurei-pagination-item {
    min-width: 32px;
    height: 32px;
  }
}
.kantoJitsurei-pagination-item:hover {
  border-color: #2b8ab4;
  color: #2b8ab4;
  text-decoration: none;
}
.kantoJitsurei-pagination-item.current {
  border-color: #2b8ab4;
  background-color: #2b8ab4;
  color: #fff;
}
.kantoJitsurei-pagination-dots {
  color: #737373;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  pointer-events: none;
}

.kantoJitsureiHeader {
  padding-top: 112px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiHeader {
    padding-top: 80px;
  }
}
.kantoJitsureiHeader-ttl {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiHeader-ttl {
    font-size: 24px;
  }
}
.kantoJitsureiHeader-owner {
  margin-top: 16px;
  color: #6c6c6c;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiHeader-owner {
    font-size: 14px;
  }
}
.kantoJitsureiHeader-mv {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiHeader-mv {
    margin-top: 32px;
    margin-inline: -12px;
  }
}
.kantoJitsureiHeader-mv img {
  width: 100%;
}

.kantoJitsureiTrigger {
  margin-bottom: 64px;
}
.kantoJitsureiTrigger-ttl {
  position: relative;
  margin-bottom: 24px;
  color: #2b8ab4;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiTrigger-ttl {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.kantoJitsureiTrigger-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2b8ab4;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiTrigger-ttl::before {
    width: 40px;
    height: 40px;
  }
}
.kantoJitsureiTrigger-txt {
  line-height: 2;
}

.kantoJitsureiOverview {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOverview {
    margin-bottom: 80px;
  }
}
.kantoJitsureiOverview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
.kantoJitsureiOverview-list-item {
  width: 100%;
}
.kantoJitsureiOverview-list-item-ttl {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOverview-list-item-ttl {
    font-size: 16px;
  }
}
.kantoJitsureiOverview-list-item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2b8ab4;
}
.kantoJitsureiOverview-list-item-txt {
  margin-top: 8px;
  line-height: 1.8;
}
.kantoJitsureiOverview-contentsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 32px;
  padding: 20px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOverview-contentsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kantoJitsureiOverview-contentsList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: calc((100% + 32px) / 2 - 32px);
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOverview-contentsList-item {
    width: 100%;
  }
}
.kantoJitsureiOverview-contentsList-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 32px;
  background-color: #fff;
  color: #2b8ab4;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOverview-contentsList-item-ttl {
    width: 130px;
  }
}
.kantoJitsureiOverview-contentsList-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.kantoJitsureiLayout {
  margin-bottom: 80px;
}
.kantoJitsureiLayout-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 84px 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiLayout-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kantoJitsureiLayout-contents-item {
  position: relative;
  width: calc((100% + 80px) / 2 - 80px);
}
@media screen and (max-width: 767px) {
  .kantoJitsureiLayout-contents-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kantoJitsureiLayout-contents-item:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -48px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid #737373;
    border-right: 14px solid transparent;
    border-bottom: 0;
    border-left: 14px solid transparent;
  }
}
.kantoJitsureiLayout-contents-item-ttl {
  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;
  margin: 0 auto 20px;
  width: 88px;
  height: 26px;
  border-radius: 100px;
  font-weight: 400;
}
.kantoJitsureiLayout-contents-item-ttl.before {
  border: 1px solid #737373;
  color: #737373;
}
.kantoJitsureiLayout-contents-item-ttl.after {
  border: 1px solid #2b8ab4;
  color: #2b8ab4;
}
.kantoJitsureiLayout-contents-item-img {
  position: relative;
}
:nth-child(2) > .kantoJitsureiLayout-contents-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-right: 0;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #737373;
}
@media screen and (max-width: 767px) {
  :nth-child(2) > .kantoJitsureiLayout-contents-item-img::before {
    content: none;
  }
}

.kantoJitsureiGallery {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiGallery {
    margin-bottom: 64px;
  }
}
.kantoJitsureiGallery-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.kantoJitsureiGallery-contents-item {
  width: 100%;
}
.kantoJitsureiGallery-contents-item-ttl {
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 3px solid #2b8ab4;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiGallery-contents-item-ttl {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.kantoJitsureiGallery-contents-item-txt {
  margin-bottom: 32px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiGallery-contents-item-txt {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.kantoJitsureiGallery-contents-item-tab {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.kantoJitsureiGallery-contents-item-tab-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border: 1px solid transparent;
  border-bottom-color: #d9d9d9;
  background-color: #f1f1f1;
  color: #949494;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiGallery-contents-item-tab-item {
    height: 56px;
    font-size: 16px;
  }
}
.kantoJitsureiGallery-contents-item-tab-item.current {
  border-right-color: #d9d9d9;
  border-bottom-color: transparent;
  border-left-color: #d9d9d9;
  background-color: #fff;
  color: #2b8ab4;
}
.kantoJitsureiGallery-contents-item-tab-item.current::before {
  background-color: #2b8ab4;
}
.kantoJitsureiGallery-contents-item-tab-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 4px;
}
.kantoJitsureiGallery-contents-item-body {
  padding: 20px;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiGallery-contents-item-body {
    padding: 16px;
  }
}
.kantoJitsureiGallery-contents-item-body-img {
  display: none;
}
.kantoJitsureiGallery-contents-item-body-img img {
  width: 100%;
}
.kantoJitsureiGallery-contents-item-body-img.active {
  display: block;
}
.kantoJitsureiGallery-contents-item-body-cap {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.kantoJitsureiEquipment {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiEquipment {
    margin-bottom: 108px;
  }
}
.kantoJitsureiEquipment-contentsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 32px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiEquipment-contentsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kantoJitsureiEquipment-contentsList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: calc((100% + 32px) / 2 - 32px);
}
@media screen and (max-width: 767px) {
  .kantoJitsureiEquipment-contentsList-item {
    width: 100%;
  }
}
.kantoJitsureiEquipment-contentsList-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  min-height: 32px;
  width: 150px;
  height: 100%;
  background-color: #f7f7f7;
  color: #2b8ab4;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiEquipment-contentsList-item-ttl {
    width: 130px;
  }
}
.kantoJitsureiEquipment-contentsList-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.kantoJitsureiVoice {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiVoice {
    margin-bottom: 64px;
  }
}
.kantoJitsureiVoice-ttl {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}
@media screen and (max-width: 767px) {
  .kantoJitsureiVoice-ttl {
    width: 148px;
  }
}
.kantoJitsureiVoice-contents {
  position: relative;
  padding: 40px 24px 32px;
  border: 1px solid #d9d9d9;
}

.kantoJitsureiBanner {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiBanner {
    margin-bottom: 64px;
  }
}
.kantoJitsureiBanner-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.kantoJitsureiBanner-link:hover {
  text-decoration: none;
}
.kantoJitsureiBanner-img {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}
.kantoJitsureiBanner-img img {
  max-width: none;
  width: 100%;
}
.kantoJitsureiBanner-cap {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
}

.kantoJitsureiOffice {
  padding: 80px 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOffice {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOffice .inner {
    padding: 0 20px;
  }
}
.kantoJitsureiOffice-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 64px;
  max-width: 800px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOffice-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 20px 164px;
  }
}
.kantoJitsureiOffice-contents-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kantoJitsureiOffice-contents-body .kantoJitsurei-contents-ttl {
  margin-bottom: 20px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOffice-contents-body .kantoJitsurei-contents-ttl {
    font-size: 20px;
  }
}
.kantoJitsureiOffice-contents-body-txt {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOffice-contents-body-txt {
    font-size: 18px;
  }
}
.kantoJitsureiOffice-contents-body-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiOffice-contents-body-btn {
    position: absolute;
    right: 20px;
    bottom: 0;
    bottom: 32px;
    left: 20px;
    margin: auto;
    width: auto;
  }
}
.kantoJitsureiOffice-contents-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kantoJitsureiOffice-contents-img img {
  width: 100%;
}

.kantoJitsureiRelated {
  padding: 80px 0;
}
.kantoJitsureiRelated-ttl {
  margin-bottom: 56px;
  text-align: center;
  font-weight: 400;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiRelated-ttl {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.kantoJitsureiRelated-contents .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiRelated-contents .swiper-pagination {
    position: static;
    display: block;
    margin-top: 16px;
  }
}
.kantoJitsureiRelated-contents + .kantoJitsureiRelated-contents {
  margin-top: 64px;
}
.kantoJitsureiRelated-contents-ttl {
  padding-left: 12px;
  border-left: 3px solid #2b8ab4;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiRelated-contents-ttl {
    font-size: 20px;
  }
}
.kantoJitsureiRelated-contents-list {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .kantoJitsureiRelated-contents-list-item {
    width: 300px;
  }
}
.kantoJitsureiRelated-contents-list-item-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.kantoJitsureiRelated-contents-list-item-link:hover {
  text-decoration: none;
}
.kantoJitsureiRelated-contents-list-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.kantoJitsureiRelated-contents-list-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.kantoJitsureiRelated-contents-list-item-cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  background-color: #2b8ab4;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.kantoJitsureiRelated-contents-list-item-ttl {
  margin-top: 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiRelated-contents-list-item-ttl {
    font-size: 16px;
  }
}
.kantoJitsureiRelated-contents-list-item-table {
  margin-top: 8px;
  border-spacing: 0;
  border-collapse: collapse;
}
.kantoJitsureiRelated-contents-list-item-table th {
  padding-top: 8px;
  padding-right: 16px;
  white-space: nowrap;
}
.kantoJitsureiRelated-contents-list-item-table td {
  padding-top: 8px;
  color: #737373;
}
.kantoJitsureiRelated-contents-btn {
  margin: 0 auto;
  margin-top: 56px;
  max-width: 400px;
  width: 100%;
}
.kantoJitsurei-section-category + .kantoJitsureiRelated-contents-btn {
  margin-top: 24px;
}

.kantoJitsureiOsusume .swiper {
  overflow: hidden;
}
.kantoJitsureiOsusume-list-item {
  position: relative;
  padding-bottom: 56px;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .kantoJitsureiOsusume-list-item {
    width: 300px;
  }
}
.kantoJitsureiOsusume-list-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.kantoJitsureiOsusume-list-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.kantoJitsureiOsusume-list-item-ttl {
  margin-top: 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.kantoJitsureiOsusume-list-item-ttl small {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
.kantoJitsureiOsusume-list-item-txt {
  margin-top: 14px;
}
.kantoJitsureiOsusume-list-item-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
.kantoJitsureiOsusume-list-item-btn .kantoJitsurei-btn {
  min-height: 40px;
}

.kantoJitsureiSearchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .kantoJitsureiSearchList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }
}
.kantoJitsureiSearchList-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
.kantoJitsureiSearchList-submit [class^=btn] {
  max-width: 180px;
}
.kantoJitsureiSearchList-section:not(:has(.kantoJitsureiSearchList-item)) {
  display: none;
}
.kantoJitsureiSearchList-section-ttl {
  font-weight: 400;
  font-size: 16px;
}
.kantoJitsureiSearchList-section + .kantoJitsureiSearchList-section {
  margin-top: 24px;
}
.kantoJitsureiSearchList-section-note {
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .searchList-col4 .kantoJitsureiSearchList-item {
    width: calc((100% + 8px) / 4 - 8px);
  }
}
@media screen and (max-width: 767px) {
  .searchList-col4 .kantoJitsureiSearchList-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
@media screen and (min-width: 768px) {
  .searchList-col5 .kantoJitsureiSearchList-item {
    width: calc((100% + 8px) / 5 - 8px);
  }
}
@media screen and (max-width: 767px) {
  .searchList-col5 .kantoJitsureiSearchList-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}

.kantoJitsureiSearch {
  padding-bottom: 64px;
}
.kantoJitsureiSearch:empty {
  display: none;
}
.kantoJitsureiSearch-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border: 1px solid #2b8ab4;
  border-radius: 4px;
  background-color: #fff;
  color: #2b8ab4;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.kantoJitsureiSearch-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
  display: block;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #2b8ab4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.kantoJitsureiSearch-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
  display: block;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #2b8ab4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.formOpen .kantoJitsureiSearch-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.kantoJitsureiSearch-toggle:hover {
  background-color: #2b8ab4;
  color: #fff;
}
.kantoJitsureiSearch-toggle:hover::before {
  background-color: #fff;
}
.kantoJitsureiSearch-toggle:hover::after {
  background-color: #fff;
}
.kantoJitsureiSearch-results {
  padding: 64px 0 0;
  border-top: 1px solid #d9d9d9;
}
.kantoJitsureiSearch-results-none {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.kantoJitsureiSearch-results-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.kantoJitsureiSearch-results-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}
.kantoJitsureiSearch-results-num-small {
  font-size: 16px;
}
.kantoJitsureiSearch-loading {
  margin: 0 auto;
  padding: 0 0 64px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.kantoJitsureiSearch-error {
  margin: 0 auto;
  padding: 0 0 64px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.kantoJitsureiSearchResults-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-list {
    gap: 16px 8px;
    margin-top: 24px;
  }
}
.kantoJitsureiSearchResults-list + .jitsurei-cat-contents-list-ttl {
  margin-top: 48px;
}
.kantoJitsureiSearchResults-list-item {
  width: calc((100% + 50px) / 3 - 50px);
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-list-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
.kantoJitsureiSearchResults-list-item-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.kantoJitsureiSearchResults-list-item-link:hover {
  text-decoration: none;
}
.kantoJitsureiSearchResults-list-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.kantoJitsureiSearchResults-list-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.kantoJitsureiSearchResults-list-item-cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  background-color: #2b8ab4;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-list-item-cat {
    font-size: 12px;
  }
}
.kantoJitsureiSearchResults-list-item-ttl {
  margin-top: 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-list-item-ttl {
    font-size: 16px;
  }
}
.kantoJitsureiSearchResults-list-item-txt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-list-item-txt {
    font-size: 12px;
  }
}
.kantoJitsureiSearchResults-list-item-table {
  margin-top: 8px;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-list-item-table {
    font-size: 12px;
  }
}
.kantoJitsureiSearchResults-list-item-table th {
  padding-top: 8px;
  padding-right: 16px;
  white-space: nowrap;
}
.kantoJitsureiSearchResults-list-item-table td {
  padding-top: 8px;
  color: #737373;
}
.kantoJitsureiSearchResults-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-pagination {
    gap: 4px;
    margin-top: 48px;
    font-size: 12px;
  }
}
.kantoJitsureiSearchResults-pagination-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #737373;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-pagination-prev {
    min-width: 32px;
    height: 32px;
  }
}
.kantoJitsureiSearchResults-pagination-prev:hover {
  border-color: #2b8ab4;
  color: #2b8ab4;
}
.kantoJitsureiSearchResults-pagination-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #737373;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-pagination-next {
    min-width: 32px;
    height: 32px;
  }
}
.kantoJitsureiSearchResults-pagination-next:hover {
  border-color: #2b8ab4;
  color: #2b8ab4;
}
.kantoJitsureiSearchResults-pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #737373;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiSearchResults-pagination-item {
    min-width: 32px;
    height: 32px;
  }
}
.kantoJitsureiSearchResults-pagination-item:hover {
  border-color: #2b8ab4;
  color: #2b8ab4;
  text-decoration: none;
}
.kantoJitsureiSearchResults-pagination-item.current {
  border-color: #2b8ab4;
  background-color: #2b8ab4;
  color: #fff;
}
.kantoJitsureiSearchResults-pagination-dots {
  color: #737373;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  pointer-events: none;
}

.kantoJitsureiPrice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 48px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiPrice-list {
    gap: 8px;
  }
}
.kantoJitsureiPrice-list-item {
  width: calc((100% + 48px) / 4 - 48px);
}
@media screen and (max-width: 767px) {
  .kantoJitsureiPrice-list-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}

.kantoJitsureiTown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 48px;
}
@media screen and (max-width: 767px) {
  .kantoJitsureiTown-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .kantoJitsureiTown-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .kantoJitsureiTown-list-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}