@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
* :focus {
  outline: none;
}

[type=reset], [type=submit], button, html [type=button], input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button {
  border-radius: 0;
}

button {
  border: none;
  background: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
}

figure {
  margin: 0;
  padding: 0;
}

a, a:hover {
  text-decoration: none;
}

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

th, td {
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  line-height: 1.75;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #323232;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.hm-active {
  height: 100%;
  overflow: hidden;
}

.jp {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}

.en {
  font-family: "Cormorant Garamond", serif;
}

.ttl_box {
  width: 100%;
}
.ttl_box .ttl {
  text-align: center;
  letter-spacing: 0.02em;
  color: #323232;
}
.ttl_box .ttl.h2 {
  font-size: 20px;
}
.ttl_box .ttl.h3 {
  font-size: 22px;
}
.ttl_box .ttl_sub {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #323232;
  line-height: 1.4;
  text-align: center;
}
.ttl_box.sec_ttl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 20px;
  gap: 10px;
  border: 1px solid #323232;
}
.ttl_box.sec_ttl::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -2px;
  right: 0px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.ttl_box.sec_ttl::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -2px;
  left: 0px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.ttl_box.page {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ttl_box.page .ttl {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.ttl_box.page .ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 8px;
  height: 22px;
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 8px 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ttl_box.page .ttl_sub {
  color: #333;
}

br.sp {
  display: block !important;
}

br.tb {
  display: none !important;
}

br.pc {
  display: none !important;
}

br.sp_tb {
  display: block;
}

br.tb_pc {
  display: none;
}

ul {
  list-style: none;
}

p {
  text-align: justify;
}

a {
  color: #323232;
}
a:not(.logolink) {
  text-decoration: none;
}
a:not(.logolink):hover {
  opacity: 0.7;
  text-decoration: none;
}
.modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 4000;
}
.modal .modal_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(50, 50, 50, 0.7);
}
.modal .modal_content {
  width: 100%;
  height: 100vh;
}
.modal .modal_content .modal_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .modal_content .modal_close {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #250E62;
  cursor: pointer;
}
.modal .modal_content .modal_close::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal_content .modal_close::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.scroll_box .scroll_inner {
  display: none;
}

.sec_entry {
  margin-bottom: 60px;
}
.sec_entry .entry_box a {
  display: block;
}
.sec_entry .entry_box a .ttl_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 153)), to(rgb(255, 204, 51)));
  background: -webkit-linear-gradient(top, rgb(255, 229, 153) 0%, rgb(255, 204, 51) 100%);
  background: linear-gradient(180deg, rgb(255, 229, 153) 0%, rgb(255, 204, 51) 100%);
}
.sec_entry .entry_box a .ttl_box .ttl {
  line-height: 1;
}
.sec_entry .entry_box a .img_box {
  width: 100%;
}

.ta_l {
  text-align: left;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.wrapper {
  width: 100%;
}
.wrapper.top {
  padding-top: 60px;
}
.wrapper.yokohama, .wrapper.shirokane {
  padding-top: 90px;
}

.image-box {
  margin: 0;
  padding: 0;
}
.image-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.image-box.sp {
  display: block;
}
.image-box.pc {
  display: none;
}

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

svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}
.header_wrapper.scrolled header {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header_wrapper .ghnav_box {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 45px;
  padding-bottom: 90px;
  background: #fff;
  pointer-events: none;
  overflow: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.header_wrapper .ghnav_box.hm-active {
  pointer-events: auto;
  opacity: 1;
}
.header_wrapper .ghnav_box .nav_box {
  width: calc(100% - 60px);
  margin: 82px auto 30px;
}
.header_wrapper .ghnav_box .nav_box .nav_item {
  margin-bottom: 40px;
  line-height: 1;
}
.header_wrapper .ghnav_box .nav_box .nav_item a {
  font-size: 18px;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #323232;
}
.header_wrapper .ghnav_box .nav_box .nav_item a span {
  display: inline-block;
}
.header_wrapper .ghnav_box .nav_box .nav_item a:hover {
  cursor: pointer;
}
.header_wrapper .ghnav_box .nav_box .nav_contact {
  margin-top: 20px;
  line-height: 1.33;
}
.header_wrapper .ghnav_box .nav_box .nav_contact a {
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 16px 24px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_wrapper .ghnav_box .nav_box .nav_contact a .en {
  font-size: 26px;
  letter-spacing: 0.15em;
}
.header_wrapper .ghnav_box .nav_box .nav_contact a:hover {
  cursor: pointer;
}
.header_wrapper .ghnav_box .nav_box .nav_contact.contact_l a:hover, .header_wrapper .ghnav_box .nav_box .nav_contact.contact_r a:hover {
  opacity: 1;
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
}
.header_wrapper .ghnav_box .nav_box .nav_contact.contact_l a {
  background: -webkit-gradient(linear, left top, left bottom, from(#c2e2fa), to(#86c5f5));
  background: -webkit-linear-gradient(top, #c2e2fa, #86c5f5);
  background: linear-gradient(to bottom, #c2e2fa, #86c5f5);
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#c2e2fa), to(#86c5f5)) 1;
  -webkit-border-image: -webkit-linear-gradient(top, #c2e2fa, #86c5f5) 1;
       -o-border-image: linear-gradient(to bottom, #c2e2fa, #86c5f5) 1;
          border-image: -webkit-gradient(linear, left top, left bottom, from(#c2e2fa), to(#86c5f5)) 1;
          border-image: linear-gradient(to bottom, #c2e2fa, #86c5f5) 1;
}
.header_wrapper .ghnav_box .nav_box .nav_contact.contact_r a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 153)), to(rgb(255, 204, 51)));
  background: -webkit-linear-gradient(top, rgb(255, 229, 153), rgb(255, 204, 51));
  background: linear-gradient(to bottom, rgb(255, 229, 153), rgb(255, 204, 51));
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 153)), to(rgb(255, 204, 51))) 1;
  -webkit-border-image: -webkit-linear-gradient(top, rgb(255, 229, 153), rgb(255, 204, 51)) 1;
       -o-border-image: linear-gradient(to bottom, rgb(255, 229, 153), rgb(255, 204, 51)) 1;
          border-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 153)), to(rgb(255, 204, 51))) 1;
          border-image: linear-gradient(to bottom, rgb(255, 229, 153), rgb(255, 204, 51)) 1;
}
.header_wrapper header {
  position: fixed;
  width: 100%;
  z-index: 1999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_wrapper header .header_box {
  width: 100%;
}
.header_wrapper header .header_box .box_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  margin: 0 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrapper header .header_box .box_lr .box_l {
  width: 100px;
}
.header_wrapper header .header_box .box_lr .box_l .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}
.header_wrapper header .header_box .box_lr .box_l .logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_wrapper header .header_box .box_lr .box_l .logo a .image_box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
.header_wrapper header .header_box .box_lr .box_l .logo a .image_box img {
  width: 100%;
  height: auto;
}
.header_wrapper header .header_box .box_lr .box_l .logo a:hover {
  opacity: 0.7;
}
.header_wrapper header .header_box .box_lr .box_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 45px;
  gap: 10px;
}
.header_wrapper header .header_box .box_lr .box_r .header_nav {
  display: none;
}
.header_wrapper header .header_box .box_lr .box_r .header_contact_box {
  display: none;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #5b5b5b;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 12px;
  margin: 0;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div {
  position: absolute;
  display: inline-block;
  left: 50%;
  width: 26px;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div:nth-of-type(1) {
  width: 26px;
  top: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div:nth-of-type(2) {
  opacity: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div:nth-of-type(3) {
  width: 26px;
  bottom: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open {
  width: 24px;
  height: 24px;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div:nth-of-type(1) {
  top: 52%;
  left: 0;
  width: 26px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div:nth-of-type(2) {
  opacity: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div:nth-of-type(3) {
  bottom: 44%;
  left: 0;
  width: 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu:hover {
  cursor: pointer;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box:hover {
  cursor: pointer;
}
.header_wrapper header .hnav-box {
  display: none;
}
.header_wrapper header.hm_active .header_subbox {
  display: none;
  opacity: 0;
}
.header_wrapper.header_top header {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.header_wrapper.header_top header .header_box .box_lr {
  width: calc(100% - 1.5rem);
}
.header_wrapper.header_dormy {
  position: fixed;
}
.header_wrapper.header_dormy header {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.header_wrapper.header_dormy header .header_box .box_lr {
  width: calc(100% - 20px);
}

.footer_wrapper footer .footer_box .pagetop_box {
  position: fixed;
  bottom: 12%;
  right: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 30;
}
.footer_wrapper footer .footer_box .pagetop_box a {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.footer_wrapper footer .footer_box .pagetop_box a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_wrapper footer .footer_box .pagetop_box a:hover img {
  opacity: 0.7;
}
.footer_wrapper footer .footer_box .pagetop_box.scrolled {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_wrapper footer .footer_box .bnr_box .bnr {
  margin-bottom: 20px;
}
.footer_wrapper footer .footer_box .bnr_box .bnr a {
  display: block;
  width: 100%;
  max-width: 162px;
  margin: 0 auto;
  color: #9c9c9c;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_wrapper footer .footer_box .bnr_box .bnr a:hover {
  opacity: 0.7;
}
.footer_wrapper footer .footer_box .bnr_box .bnr p {
  font-size: 10px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 14px;
  text-align: center;
  color: #323232;
}
.footer_wrapper footer .footer_box .bnr_box .bnr:last-child a {
  max-width: 126px;
}
.footer_wrapper footer .footer_box .privacy_box {
  margin-bottom: 50px;
  text-align: center;
}
.footer_wrapper footer .footer_box .privacy_box a {
  font-size: 12px;
  color: #323232;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_wrapper footer .footer_box .privacy_box a:hover {
  opacity: 0.7;
}
.footer_wrapper footer .footer_box .copyright_box {
  margin-bottom: 120px;
}
.footer_wrapper footer .footer_box .copyright_box .copyright {
  font-size: 10px;
  text-align: center;
  color: #323232;
}

.footer_link {
  position: fixed;
  bottom: -100px;
  left: 50%;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_link.scrolled {
  bottom: 0;
}
.footer_link .box_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  gap: 10px;
}
.footer_link .box_lr .box_l,
.footer_link .box_lr .box_r {
  width: 100%;
}
.footer_link .box_lr .box_l .link_btn,
.footer_link .box_lr .box_r .link_btn {
  width: 100%;
}
.footer_link .box_lr .box_l .link_btn a,
.footer_link .box_lr .box_r .link_btn a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.33;
}
.footer_link .box_lr .box_l .link_btn a span,
.footer_link .box_lr .box_r .link_btn a span {
  letter-spacing: 0.05em;
}
.footer_link .box_lr .box_l .link_btn a:hover,
.footer_link .box_lr .box_r .link_btn a:hover {
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
  opacity: 1;
}
.footer_link .box_lr .box_l .link_btn a {
  background: -webkit-gradient(linear, left top, left bottom, from(#c2e2fa), to(#86c5f5));
  background: -webkit-linear-gradient(top, #c2e2fa, #86c5f5);
  background: linear-gradient(to bottom, #c2e2fa, #86c5f5);
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#c2e2fa), to(#86c5f5)) 1;
  -webkit-border-image: -webkit-linear-gradient(top, #c2e2fa, #86c5f5) 1;
       -o-border-image: linear-gradient(to bottom, #c2e2fa, #86c5f5) 1;
          border-image: -webkit-gradient(linear, left top, left bottom, from(#c2e2fa), to(#86c5f5)) 1;
          border-image: linear-gradient(to bottom, #c2e2fa, #86c5f5) 1;
}
.footer_link .box_lr .box_r .link_btn a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 153)), to(rgb(255, 204, 51)));
  background: -webkit-linear-gradient(top, rgb(255, 229, 153), rgb(255, 204, 51));
  background: linear-gradient(to bottom, rgb(255, 229, 153), rgb(255, 204, 51));
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 153)), to(rgb(255, 204, 51))) 1;
  -webkit-border-image: -webkit-linear-gradient(top, rgb(255, 229, 153), rgb(255, 204, 51)) 1;
       -o-border-image: linear-gradient(to bottom, rgb(255, 229, 153), rgb(255, 204, 51)) 1;
          border-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 153)), to(rgb(255, 204, 51))) 1;
          border-image: linear-gradient(to bottom, rgb(255, 229, 153), rgb(255, 204, 51)) 1;
}

.fixmenu_box {
  display: none;
}

.wrapper.top .sec_page01 .kv_box .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.wrapper.top .sec_page01 .news_box {
  margin-bottom: 60px;
  background-color: #efefef;
}
.wrapper.top .sec_page01 .news_box .box_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic {
  white-space: nowrap;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic p {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p .date {
  width: 100%;
  white-space: nowrap;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p span {
  font-size: 12px;
  width: 100%;
}
.wrapper.top .sec_page02 .concept_box {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 60px;
}
.wrapper.top .sec_page02 .concept_box .ttl_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-bottom: 30px;
  gap: 10px;
}
.wrapper.top .sec_page02 .concept_box .ttl_box .ttl {
  line-height: 1.3;
}
.wrapper.top .sec_page02 .concept_box .concept_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.wrapper.top .sec_page02 .concept_box .concept_contents .intro_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.top .sec_page02 .concept_box .concept_contents .intro_box p {
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 2.2;
}
.wrapper.top .sec_page03 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page03 #access {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.top .sec_page03 .access_box {
  margin-bottom: 60px;
}
.wrapper.top .sec_page03 .access_box .ttl_box {
  margin-bottom: 30px;
}
.wrapper.top .sec_page03 .access_box .ttl_box .ttl {
  line-height: 1;
}
.wrapper.top .sec_page03 .access_box .access_contents .intro_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  gap: 20px;
}
.wrapper.top .sec_page03 .access_box .access_contents .intro_box p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.wrapper.top .sec_page03 .access_box .access_contents .map_box {
  position: relative;
  margin-bottom: 30px;
  background: url(../images/common/access_bg.png) no-repeat center bottom 25%, -webkit-gradient(linear, left top, left bottom, from(rgb(255, 251, 206)), color-stop(75%, rgb(255, 251, 206)), color-stop(75%, rgb(226, 241, 253)), to(rgb(226, 241, 253)));
  background: url(../images/common/access_bg.png) no-repeat center bottom 25%, -webkit-linear-gradient(top, rgb(255, 251, 206) 0%, rgb(255, 251, 206) 75%, rgb(226, 241, 253) 75%, rgb(226, 241, 253) 100%);
  background: url(../images/common/access_bg.png) no-repeat center bottom 25%, linear-gradient(180deg, rgb(255, 251, 206) 0%, rgb(255, 251, 206) 75%, rgb(226, 241, 253) 75%, rgb(226, 241, 253) 100%);
  background-size: 100%;
}
.wrapper.top .sec_page03 .access_box .access_contents .map_box .access_map {
  width: 100%;
  margin-bottom: 30px;
  overflow-x: auto;
}
.wrapper.top .sec_page03 .access_box .access_contents .map_box .access_map .img_box {
  width: 1080px;
}
.wrapper.top .sec_page03 .access_box .access_contents .map_box .access_list {
  width: 100%;
  padding: 0 20px 20px;
}
.wrapper.top .sec_page03 .access_box .access_contents .map_box .access_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.wrapper.top .sec_page03 .access_box .access_contents .map_box .access_list ul .access_item {
  width: 100%;
}
.wrapper.top .sec_page03 .access_box .access_contents .map_box .access_list ul .access_item a:hover {
  opacity: 0.7;
}
.wrapper.top .sec_page03 .access_box .access_contents .map_box .access_list ul .access_item.top {
  position: relative;
  padding-top: 24px;
}
.wrapper.top .sec_page03 .access_box .access_contents .map_box .access_list ul .access_item.top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 144px;
  height: 24px;
  background: url(../images/top/access_list01_top.svg) no-repeat;
  background-position: center;
  background-size: 144px 24px;
}
.wrapper.top .sec_page03 .access_box .access_contents .menu_box .menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 30px;
}
.wrapper.top .sec_page03 .access_box .access_contents .menu_box .menu_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 1px solid #d2d2d2;
  gap: 20px;
}
.wrapper.top .sec_page03 .access_box .access_contents .menu_box .menu_list li .menu_img {
  width: 100%;
}
.wrapper.top .sec_page03 .access_box .access_contents .menu_box .menu_list li .menu_link a {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wrapper.top .sec_page03 .access_box .access_contents .menu_box .menu_list li .menu_link a::after {
  position: relative;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_square.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.wrapper.top .sec_page03 .access_box .access_contents .menu_box .caution {
  font-size: 10px;
  width: 100%;
}
.wrapper.top .sec_page03 .access_box .access_contents .menu_box .caution p {
  text-align: left;
}
.wrapper.top .sec_page04 {
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #FFFBCE;
}
.wrapper.top .sec_page04 .relocation_box {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page04 .relocation_box .ttl_box {
  margin-bottom: 30px;
}
.wrapper.top .sec_page04 .relocation_box .ttl_box .ttl {
  line-height: 1;
}
.wrapper.top .sec_page04 .relocation_box .ttl_box::before, .wrapper.top .sec_page04 .relocation_box .ttl_box::after {
  background-color: #FFFBCE;
}
.wrapper.top .sec_page04 .relocation_box .relocation_contents .intro_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  gap: 20px;
}
.wrapper.top .sec_page04 .relocation_box .relocation_contents .intro_box p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.wrapper.top .sec_page04 .relocation_box .relocation_contents .relocation_img {
  width: 100%;
  overflow-x: auto;
}
.wrapper.top .sec_page04 .relocation_box .relocation_contents .relocation_img .img_box {
  width: 1080px;
}
.wrapper.top .sec_page05 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page05 #point {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.top .sec_page05 .point_box {
  margin-bottom: 60px;
}
.wrapper.top .sec_page05 .point_box .ttl_box {
  margin-bottom: 30px;
}
.wrapper.top .sec_page05 .point_box .ttl_box .ttl {
  line-height: 1;
}
.wrapper.top .sec_page05 .point_box .list_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 30px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 15px);
  gap: 20px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top .list_img {
  margin-bottom: 10px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top .list_ttl {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  line-height: 1;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top .list_ttl p {
  text-align: center;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top .list_txt {
  font-size: 16px;
  letter-spacing: -0.018em;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top .list_txt p {
  text-align: center;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_bottom .list_link {
  font-size: 10px;
  text-align: center;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_bottom .list_link a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_bottom .list_link a span::after {
  position: relative;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/common/ic_square.svg) no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_bottom .list_link a:hover span {
  opacity: 0.7;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 30px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_l,
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r {
  width: 100%;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_l .list_img {
  width: 100%;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #d2d2d2;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  gap: 10px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_ttl p {
  display: block;
  width: calc(100% - 70px);
  padding-bottom: 10px;
  border-bottom: 2px solid #d2d2d2;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_ttl::before {
  position: relative;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(../images/common/ic_communication.svg) no-repeat;
  background-position: center;
  background-size: 60px 60px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_txt {
  font-size: 16px;
  letter-spacing: -0.018em;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  gap: 14px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(60% - 7px);
  gap: 10px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_l .ra_ttl {
  font-size: 14px;
  padding: 2px 10px;
  background-color: #efefef;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_l p {
  font-size: 12px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_r {
  width: calc(40% - 7px);
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_bottom .list_link {
  font-size: 10px;
  text-align: center;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_bottom .list_link a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_bottom .list_link a span::after {
  position: relative;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/common/ic_square.svg) no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_bottom .list_link a:hover span {
  opacity: 0.7;
}
.wrapper.top .sec_page06 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page06 #support {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.top .sec_page06 .support_box {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 60px;
}
.wrapper.top .sec_page06 .support_box .ttl_box {
  margin-bottom: 30px;
}
.wrapper.top .sec_page06 .support_box .ttl_box .ttl {
  line-height: 1;
}
.wrapper.top .sec_page06 .support_box .support_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_l,
.wrapper.top .sec_page06 .support_box .support_contents .support_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_l {
  width: 100%;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_l .support_ttl {
  font-size: 18px;
  padding: 4px 10px;
  background-color: #FFD65C;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_l .caution_txt {
  font-size: 10px;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_l .caution_txt p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_l .caution_txt p .ast {
  white-space: nowrap;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_r {
  width: 70%;
  margin: 0 auto;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_r .support_link {
  font-size: 10px;
  text-align: center;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_r .support_link a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_r .support_link a span::after {
  position: relative;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/common/ic_square.svg) no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.wrapper.top .sec_page06 .support_box .support_contents .support_r .support_link a:hover span {
  opacity: 0.7;
}
.wrapper.top .sec_page07 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page07 .procedure_box {
  margin-bottom: 60px;
}
.wrapper.top .sec_page07 .procedure_box .ttl_box {
  margin-bottom: 30px;
}
.wrapper.top .sec_page07 .procedure_box .ttl_box .ttl {
  line-height: 1;
}
.wrapper.top .sec_page07 .procedure_box .procedure_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
}
.wrapper.top .sec_page07 .procedure_box .procedure_list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 6.6666666667px);
}
.wrapper.top .sec_page07 .procedure_box .procedure_list ul li .img_box {
  width: 100%;
}
.wrapper.top .sec_page07 .procedure_box .procedure_list .caution_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper.top .sec_page07 .procedure_box .procedure_list .caution_txt p {
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrapper.top .sec_page07 .procedure_box .procedure_list .caution_txt p .caution {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
}
.wrapper.top .sec_page07 .procedure_box .procedure_list .caution_txt p span {
  width: auto;
}

.wrapper.yokohama .sec_page01 {
  margin-bottom: 60px;
}
.wrapper.yokohama .sec_page01 #campus {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.yokohama .sec_page01 .campus_box {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.yokohama .sec_page01 .campus_box .ttl_box {
  margin-bottom: 30px;
}
.wrapper.yokohama .sec_page01 .campus_box .ttl_box .ttl {
  line-height: 1;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents#dormy01 {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  gap: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .yellow_box {
  padding: 10px 20px;
  background-color: #FFD65C;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .yellow_box p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .yellow_box p span {
  font-size: 14px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .campus_ttl .ttl_box {
  margin-bottom: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .campus_ttl .campus_txt {
  font-size: 12px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r {
  padding: 10px;
  border: 1px solid #d2d2d2;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access {
  text-align: center;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access p {
  text-align: center;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .line {
  font-size: 10px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .station {
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding-left: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .station::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_train.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .time {
  font-size: 12px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box,
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box .detail_ttl,
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box .detail_ttl {
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box .detail_inner,
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box .detail_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box .detail_inner .detail_txt,
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box .detail_inner .detail_txt {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box .detail_inner .detail_mov,
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box .detail_inner .detail_mov {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box .detail_inner .detail_mov iframe,
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box .detail_inner .detail_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l {
  width: 100%;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .swiper.Dormy {
  margin-bottom: 10px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .swiper.DormyThumbnail {
  margin-bottom: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #FFD65C;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .contents_l_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .contents_l_inner .detail_box .detail_inner {
  gap: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .contents_l_inner .detail_img {
  width: 100%;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner {
  gap: 14px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .detail_img {
  width: 100%;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 12px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle .circle_ttl {
  position: relative;
  padding-left: 12px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle .circle_ttl p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle .circle_ttl p.wide {
  width: 72px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle .circle_ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #848484;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle .circle_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle .circle_txt p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .ast {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner span {
  width: auto;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
  width: 100%;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_list .detail_item.inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .equipment_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .equipment_list .list_item {
  width: calc(25% - 7.5px);
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list .list_item {
  width: 85%;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
  font-size: 12px;
  padding: 20px 40px;
  background-color: #efefef;
  line-height: 1;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p {
  padding-bottom: 6px;
  line-height: 1.3;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
  font-size: 46px;
  font-weight: 400;
  color: #5B5B5B;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
  font-size: 14px;
  font-weight: 500;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt .caution {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt span {
  width: auto;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .list_link {
  font-size: 14px;
  text-align: right;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .list_link a {
  display: inline-block;
  pointer-events: all;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .list_link a span {
  position: relative;
  padding-right: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .list_link a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_square.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .list_link a:hover {
  opacity: 0.7;
}
.wrapper.yokohama .sec_page02 {
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #fffbce;
}
.wrapper.yokohama .sec_page02 #campus {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.yokohama .sec_page02 .interview_box {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.yokohama .sec_page02 .interview_box .ttl_box {
  margin-bottom: 30px;
}
.wrapper.yokohama .sec_page02 .interview_box .ttl_box .ttl {
  line-height: 1;
}
.wrapper.yokohama .sec_page02 .interview_box .ttl_box::before, .wrapper.yokohama .sec_page02 .interview_box .ttl_box::after {
  background-color: #FFFBCE;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r {
  width: 100%;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .img_box,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .img_box {
  width: 152px;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box {
  width: calc(100% - 152px);
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_sec,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_sec {
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #fff;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_sec p,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_sec p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_sec p .en,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_sec p .en {
  font-size: 12px;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_txt,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_txt {
  font-size: 12px;
  padding: 20px 20px;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box .txt_q,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box .txt_q {
  font-size: 12px;
  border-bottom: 2px solid #FFD65C;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box .txt_q span,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box .txt_q span {
  font-size: 14px;
  font-weight: 500;
}
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box .txt_a,
.wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box .txt_a {
  font-size: 12px;
}
.wrapper.yokohama .sec_page03 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.yokohama .sec_page03 .dormy_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  gap: 40px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents#club {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .contents_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  gap: 10px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .contents_ttl .ttl {
  font-size: 18px;
  display: inline-block;
  width: 180px;
  padding: 6px 0;
  background-color: #FFD65C;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .contents_ttl .ttl p {
  text-align: center;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy02, .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy03, .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy04, .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy05, .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy06 {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border: 1px solid #d2d2d2;
  gap: 10px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_l,
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r {
  width: 100%;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_l .img_box {
  width: 100%;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat {
  font-size: 12px;
  display: inline-block;
  padding: 2px 14px;
  color: #fff;
  white-space: nowrap;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat.girl {
  background-color: #EF8BAE;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat.boygirl {
  background-color: #9E96C5;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat.boy {
  background-color: #52C2CF;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .ttl {
  font-size: 22px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price .price {
  font-size: 10px;
  line-height: 1.5;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p {
  line-height: 1.3;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p .num {
  font-size: 30px;
  font-weight: 400;
  color: #5B5B5B;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p span {
  font-size: 10px;
  font-weight: 500;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_txt {
  font-size: 12px;
  margin-bottom: 10px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  gap: 10px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l,
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r {
  font-size: 12px;
  width: 50%;
  padding: 4px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l p,
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r p {
  text-align: center;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l {
  color: #fff;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r {
  background-color: #efefef;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r .num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #5B5B5B;
  line-height: 1;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top.girl .access_l {
  background-color: #EF8BAE;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top.boygirl .access_l {
  background-color: #9E96C5;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top.boy .access_l {
  background-color: #52C2CF;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom .access {
  font-size: 12px;
  width: calc(100% - 24px);
  letter-spacing: -0.01em;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom::before {
  position: relative;
  display: block;
  content: "";
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_train.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  white-space: nowrap;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link {
  font-size: 10px;
  text-align: right;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link a span {
  position: relative;
  padding-right: 30px;
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link a span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_square.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link a:hover {
  opacity: 0.7;
}
.wrapper.shirokane .sec_page01 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.shirokane .sec_page01 .dormy_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  gap: 40px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .contents_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  gap: 10px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .contents_ttl .ttl {
  font-size: 18px;
  display: inline-block;
  width: 180px;
  padding: 6px 0;
  background-color: #FFD65C;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .contents_ttl .ttl p {
  text-align: center;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item#dormy07, .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item#dormy08, .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item#dormy09 {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border: 1px solid #d2d2d2;
  gap: 10px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_l,
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r {
  width: 100%;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_l .img_box {
  width: 100%;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat {
  font-size: 12px;
  display: inline-block;
  padding: 2px 14px;
  color: #fff;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat.girl {
  background-color: #EF8BAE;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat.boygirl {
  background-color: #9E96C5;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat.boy {
  background-color: #52C2CF;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .ttl {
  font-size: 22px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price .price {
  font-size: 10px;
  line-height: 1.5;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p {
  line-height: 1.3;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p .num {
  font-size: 30px;
  font-weight: 400;
  color: #5B5B5B;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p span {
  font-size: 10px;
  font-weight: 500;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_txt {
  font-size: 12px;
  margin-bottom: 10px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  gap: 10px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l,
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r {
  font-size: 12px;
  width: auto;
  padding: 4px 20px;
  white-space: nowrap;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l p,
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r p {
  text-align: center;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l {
  color: #fff;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r {
  background-color: #efefef;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r .num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #5B5B5B;
  line-height: 1;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top.girl .access_l {
  background-color: #EF8BAE;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top.boygirl .access_l {
  background-color: #9E96C5;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top.boy .access_l {
  background-color: #52C2CF;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom .access {
  font-size: 12px;
  width: calc(100% - 24px);
  letter-spacing: -0.01em;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom::before {
  position: relative;
  display: block;
  content: "";
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_train.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  white-space: nowrap;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link {
  font-size: 10px;
  text-align: right;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link a span {
  position: relative;
  padding-right: 30px;
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link a span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_square.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link a:hover {
  opacity: 0.7;
}

header {
  z-index: 1900;
}

.footer_link {
  z-index: 20;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6vw;
    line-height: 1.66;
  }
  a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  br.sp {
    display: none !important;
  }
  br.tb {
    display: block !important;
  }
  br.pc {
    display: none !important;
  }
  br.tb_pc {
    display: block !important;
  }
  .ttl_box .ttl.h2 {
    font-size: 2.4vw;
  }
  .ttl_box .ttl.h3 {
    font-size: 2.4vw;
  }
  .ttl_box .ttl_sub {
    font-size: 1.6vw;
  }
  .ttl_box.sec_ttl {
    max-width: 480px;
  }
  .modal .modal_content .modal_img {
    width: calc(100% - 80px);
    max-width: 85vh;
  }
  .modal .modal_content .modal_close {
    width: 80px;
    height: 80px;
  }
  .modal .modal_content .modal_close::before {
    width: 40px;
    height: 4px;
  }
  .modal .modal_content .modal_close::after {
    width: 40px;
    height: 4px;
  }
  .sec_entry {
    margin-bottom: 80px;
  }
  .sec_entry .entry_box a .ttl_box {
    max-width: 100%;
  }
  .wrapper.top {
    padding-top: 65px;
  }
  .wrapper.yokohama, .wrapper.shirokane {
    padding-top: 105px;
  }
  .header_wrapper .ghnav_box {
    padding-top: 65px;
  }
  .header_wrapper .ghnav_box .nav_box {
    width: calc(100% - 120px);
  }
  .header_wrapper .ghnav_box .nav_box .nav_item a {
    font-size: 2vw;
  }
  .header_wrapper .ghnav_box .nav_box .nav_content a {
    font-size: 2vw;
  }
  .header_wrapper .ghnav_box .nav_box .nav_content a .en {
    font-size: 2.8vw;
  }
  .header_wrapper header .header_box .box_lr {
    width: calc(100% - 40px);
    height: 65px;
  }
  .header_wrapper header .header_box .box_lr .box_l {
    width: 110px;
  }
  .header_wrapper header .header_box .box_lr .box_r {
    width: calc(100% - 110px);
    width: 65px;
    height: 65px;
  }
  .header_wrapper header .header_box .box_lr .box_r .ham_menu_box {
    width: 65px;
    height: 65px;
  }
  .header_wrapper.header_top header .header_box .box_lr {
    width: calc(100% - 3rem);
  }
  .footer_wrapper footer .footer_box .pagetop_box {
    bottom: 0;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr {
    margin-bottom: 50px;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr:last-child {
    margin-bottom: 20px;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr p {
    font-size: 1.2vw;
    max-width: 240px;
  }
  .footer_wrapper footer .footer_box .privacy_box a {
    font-size: 1.4vw;
  }
  .footer_wrapper footer .footer_box .copyright_box {
    margin-bottom: 70px;
  }
  .footer_wrapper footer .footer_box .copyright_box .copyright {
    font-size: 1.2vw;
  }
  .footer_wrapper footer .footer_box .copyright_box.lcr {
    margin-bottom: 90px;
  }
  .footer_link.lcr {
    bottom: -80px;
  }
  .footer_link .box_lcr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 640px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .footer_link .box_lcr .box_l,
  .footer_link .box_lcr .box_c,
  .footer_link .box_lcr .box_r {
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .footer_link .box_lcr .box_l .link_btn,
  .footer_link .box_lcr .box_c .link_btn,
  .footer_link .box_lcr .box_r .link_btn {
    width: 100%;
    max-width: 100%;
  }
  .footer_link .box_lcr .box_l .link_btn a,
  .footer_link .box_lcr .box_c .link_btn a,
  .footer_link .box_lcr .box_r .link_btn a {
    font-size: 1.6vw;
    padding: 8px 0;
  }
  .footer_link .box_lr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 640px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .footer_link .box_lr .box_l,
  .footer_link .box_lr .box_r {
    width: calc(50% - 10px);
  }
  .footer_link .box_lr .box_l .link_btn,
  .footer_link .box_lr .box_r .link_btn {
    width: 100%;
    max-width: 100%;
  }
  .footer_link .box_lr .box_l .link_btn a,
  .footer_link .box_lr .box_r .link_btn a {
    font-size: 1.6vw;
    padding: 8px 0;
  }
  .wrapper.top .sec_page01 .news_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr {
    z-index: 10;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic {
    white-space: nowrap;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic p {
    font-size: 1.6vw;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r {
    margin: 0;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p .date {
    width: auto;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p span {
    font-size: 1.4vw;
    width: auto;
  }
  .wrapper.top .sec_page02 .concept_box {
    width: calc(100% - 80px);
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page02 .concept_box .ttl_box {
    max-width: 480px;
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page02 .concept_box .concept_contents {
    gap: 40px;
  }
  .wrapper.top .sec_page02 .concept_box .concept_contents .intro_box p {
    font-size: 1.6vw;
    text-align: center;
  }
  .wrapper.top .sec_page03 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page03 #access {
    margin-top: -80px;
    padding-top: 80px;
  }
  .wrapper.top .sec_page03 .access_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page03 .access_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .intro_box {
    margin-bottom: 60px;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .intro_box p {
    font-size: 1.5vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .map_box {
    margin-bottom: 40px;
    background: url(../images/common/access_bg.png) no-repeat center bottom 25%, -webkit-gradient(linear, left top, left bottom, from(rgb(255, 251, 206)), color-stop(75%, rgb(255, 251, 206)), color-stop(75%, rgb(226, 241, 253)), to(rgb(226, 241, 253)));
    background: url(../images/common/access_bg.png) no-repeat center bottom 25%, -webkit-linear-gradient(top, rgb(255, 251, 206) 0%, rgb(255, 251, 206) 75%, rgb(226, 241, 253) 75%, rgb(226, 241, 253) 100%);
    background: url(../images/common/access_bg.png) no-repeat center bottom 25%, linear-gradient(180deg, rgb(255, 251, 206) 0%, rgb(255, 251, 206) 75%, rgb(226, 241, 253) 75%, rgb(226, 241, 253) 100%);
    background-size: 100%;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .map_box .access_map {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .map_box .access_list ul .access_item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .wrapper.top .sec_page03 .access_box .access_contents .menu_box .menu_list li {
    width: calc(50% - 15px);
  }
  .wrapper.top .sec_page03 .access_box .access_contents .menu_box .menu_list li .menu_link a {
    font-size: 2vw;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .menu_box .caution {
    font-size: 1.2vw;
    width: calc(50% - 20px);
    margin-right: 0;
    margin-left: auto;
  }
  .wrapper.top .sec_page04 {
    margin-bottom: 80px;
    padding: 80px 0;
  }
  .wrapper.top .sec_page04 .relocation_box {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page04 .relocation_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page04 .relocation_box .relocation_contents .intro_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page04 .relocation_box .relocation_contents .intro_box p {
    font-size: 1.6vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .wrapper.top .sec_page05 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page05 #feature {
    margin-top: -80px;
    padding-top: 80px;
  }
  .wrapper.top .sec_page05 .point_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page05 .point_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list .list_item {
    width: calc(25% - 22.5px);
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top .list_ttl {
    font-size: 4.8vw;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top .list_txt {
    font-size: 2vw;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_bottom .list_link {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_l,
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r {
    width: calc(50% - 10px);
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_ttl {
    font-size: 4.8vw;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_txt {
    font-size: 2vw;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_l .ra_ttl {
    font-size: 1.6vw;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_l p {
    font-size: 1.4vw;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_bottom .list_link {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page06 #support {
    margin-top: -80px;
    padding-top: 80px;
  }
  .wrapper.top .sec_page06 .support_box {
    width: calc(100% - 80px);
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page06 .support_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_l {
    width: calc(60% - 15px);
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_l .support_ttl {
    font-size: 2vw;
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_l .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_r {
    width: calc(40% - 15px);
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_r .support_link {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page07 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page07 .procedure_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page07 .procedure_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page07 .procedure_box .procedure_list ul {
    margin-bottom: 20px;
  }
  .wrapper.top .sec_page07 .procedure_box .procedure_list ul li {
    width: calc(20% - 8px);
  }
  .wrapper.top .sec_page07 .procedure_box .procedure_list .caution_txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 10px;
  }
  .wrapper.top .sec_page07 .procedure_box .procedure_list .caution_txt p {
    font-size: 1.2vw;
  }
  .wrapper.yokohama .sec_page01 {
    margin-bottom: 80px;
  }
  .wrapper.yokohama .sec_page01 #campus {
    margin-top: -80px;
    padding-top: 80px;
  }
  .wrapper.yokohama .sec_page01 .campus_box {
    width: calc(100% - 80px);
  }
  .wrapper.yokohama .sec_page01 .campus_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .yellow_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .yellow_box p {
    font-size: 2vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .yellow_box p span {
    font-size: 1.6vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .campus_ttl .ttl {
    text-align: left;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .campus_ttl .campus_txt {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access {
    white-space: nowrap;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .line {
    font-size: 1.2vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .station {
    font-size: 2vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .time {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box .detail_ttl,
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box .detail_ttl {
    font-size: 1.5vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box .detail_inner .detail_txt p,
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box .detail_inner .detail_txt p {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .contents_l_inner .detail_box .detail_inner .detail_maplist ul li {
    width: calc(25% - 7.5px);
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .contents_l_inner .detail_box .detail_inner .detail_maplist ul li .txt_box {
    font-size: 1.2vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .detail_list .detail_item .img_box {
    width: 60%;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .detail_list .detail_item .item_inner {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item {
    width: 40%;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item .price_list .price_txt .price {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item .price_list .price_txt p .num {
    font-size: 4.8vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item .price_list .price_txt p span {
    font-size: 1.6vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .list_link {
    font-size: 1.6vw;
  }
  .wrapper.yokohama .sec_page02 {
    margin-bottom: 80px;
    padding: 80px 0;
  }
  .wrapper.yokohama .sec_page02 .interview_box {
    width: calc(100% - 100px);
  }
  .wrapper.yokohama .sec_page02 .interview_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r {
    width: calc(50% - 20px);
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_sec p,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_sec p {
    font-size: 2.6vw;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_sec p .en,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_sec p .en {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_txt,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_txt {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box .txt_q,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box .txt_q {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box .txt_q span,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box .txt_q span {
    font-size: 1.6vw;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box .txt_a,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box .txt_a {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page03 {
    width: calc(100% - 100px);
  }
  .wrapper.yokohama .sec_page03 .dormy_box {
    margin-bottom: 80px;
    gap: 60px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents#club {
    margin-top: -80px;
    padding-top: 80px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .contents_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .contents_ttl .ttl {
    font-size: 2vw;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list {
    gap: 40px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    gap: 20px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_l,
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r {
    width: calc(50% - 10px);
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .ttl {
    font-size: 2.4vw;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
    gap: 4px;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price .price {
    font-size: 1.2vw;
    width: auto;
    line-height: 1.3;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p {
    width: auto;
    line-height: 1;
    white-space: nowrap;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p .num {
    font-size: 3.2vw;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p span {
    font-size: 1.2vw;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_txt {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access {
    margin-bottom: 0;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l,
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r .num {
    font-size: 2.2vw;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom .access {
    font-size: 1.4vw;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link {
    font-size: 1.2vw;
  }
  .wrapper.shirokane .sec_page01 {
    width: calc(100% - 100px);
  }
  .wrapper.shirokane .sec_page01 .dormy_box {
    margin-bottom: 80px;
    gap: 60px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .contents_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .contents_ttl .ttl {
    font-size: 2vw;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list {
    gap: 40px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    gap: 20px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_l,
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r {
    width: calc(50% - 10px);
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat {
    font-size: 1.4vw;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .ttl {
    font-size: 2.4vw;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
    gap: 4px;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price .price {
    font-size: 1.2vw;
    width: auto;
    line-height: 1.3;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p {
    width: auto;
    line-height: 1;
    white-space: nowrap;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p .num {
    font-size: 3.2vw;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p span {
    font-size: 1.2vw;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_txt {
    font-size: 1.4vw;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access {
    margin-bottom: 0;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l,
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r {
    font-size: 1.4vw;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r .num {
    font-size: 2.2vw;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom .access {
    font-size: 1.4vw;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link {
    font-size: 1.2vw;
  }
}
@media (min-width: 1080px) {
  body {
    font-size: 16px;
  }
  br.sp {
    display: none !important;
  }
  br.pc {
    display: block !important;
  }
  br.tb {
    display: none !important;
  }
  br.sp_tb {
    display: none;
  }
  .ttl_box .ttl.h2 {
    font-size: 24px;
  }
  .ttl_box .ttl.h3 {
    font-size: 24px;
  }
  .ttl_box .ttl_sub {
    font-size: 16px;
    padding-left: 20px;
  }
  .ttl_box.sec_ttl {
    max-width: 680px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 25px 20px;
  }
  .ttl_box.sec_ttl .ttl.h3 {
    padding-right: 20px;
    padding-bottom: 4px;
    border-right: 1px solid #323232;
  }
  .modal .modal_content .modal_close {
    width: 60px;
    height: 60px;
  }
  .modal .modal_content .modal_close::before {
    width: 26px;
    height: 3px;
  }
  .modal .modal_content .modal_close::after {
    width: 26px;
    height: 3px;
  }
  .sec_entry {
    margin-bottom: 100px;
  }
  .sec_entry .entry_box a .ttl_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 24px 0;
  }
  .sec_entry .entry_box a .ttl_box .ttl.h3 {
    padding-right: 20px;
    padding-bottom: 4px;
    border-right: 1px solid #323232;
  }
  .wrapper.top {
    padding-top: 0;
  }
  .wrapper.yokohama, .wrapper.shirokane {
    padding-top: 160px;
  }
  .wrapper.yokohama.fixed, .wrapper.shirokane.fixed {
    padding-top: 160px;
  }
  .header_wrapper {
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header_wrapper.hide {
    top: -170px;
  }
  .header_wrapper .ghnav_box {
    display: none;
  }
  .header_wrapper header {
    position: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header_wrapper header .header_box .box_lr {
    width: calc(100% - 80px);
    height: 136px;
    margin: 0 auto;
  }
  .header_wrapper header .header_box .box_lr .box_l {
    width: 144px;
  }
  .header_wrapper header .header_box .box_lr .box_r {
    display: none;
  }
  .header_wrapper header .header_box .box_lr .box_r .ham_menu_box {
    display: none;
  }
  .header_wrapper header .header_subbox {
    display: none;
  }
  .header_wrapper header.fixed {
    position: fixed;
    top: 0;
  }
  .header_wrapper.header_top header {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header_wrapper.header_top header .header_box .box_lr {
    width: calc(100% - 12rem);
  }
  .header_wrapper.header_dormy header {
    display: none;
  }
  .footer_wrapper footer .footer_box_top {
    padding: 80px 0;
  }
  .footer_wrapper footer .footer_box_top .footer_logo {
    max-width: 630px;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr p {
    font-size: 12px;
  }
  .footer_wrapper footer .footer_box .privacy_box a {
    font-size: 14px;
  }
  .footer_wrapper footer .footer_box .copyright_box {
    margin-bottom: 90px;
  }
  .footer_wrapper footer .footer_box .copyright_box .copyright {
    font-size: 12px;
  }
  .footer_link .box_lcr {
    max-width: 1000px;
  }
  .footer_link .box_lcr .box_l .link_btn a,
  .footer_link .box_lcr .box_c .link_btn a,
  .footer_link .box_lcr .box_r .link_btn a {
    font-size: 16px;
    padding: 12px 0;
  }
  .footer_link .box_lr {
    max-width: 680px;
  }
  .footer_link .box_lr .box_l .link_btn a,
  .footer_link .box_lr .box_r .link_btn a {
    font-size: 16px;
    padding: 12px 0;
  }
  .fixmenu_box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .fixmenu_box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fixmenu_box ul li a {
    font-size: 16px;
    display: block;
  }
  .fixmenu_box ul li.menu_page {
    background-color: #5b5b5b;
  }
  .fixmenu_box ul li.menu_page a {
    padding: 20px 40px;
    color: #fff;
  }
  .fixmenu_box ul li.menu_page:nth-of-type(1) a {
    padding: 20px 40px 20px 20px;
  }
  .fixmenu_box ul li.menu_page:nth-of-type(2) a, .fixmenu_box ul li.menu_page:nth-of-type(3) a {
    padding: 20px 20px;
  }
  .fixmenu_box ul li.menu_page:nth-of-type(1) a {
    padding: 20px 20px 20px 40px;
  }
  .fixmenu_box ul li.menu_seikyu {
    background: -webkit-gradient(linear, left top, left bottom, from(#c2e2fa), to(#86c5f5));
    background: -webkit-linear-gradient(top, #c2e2fa 0%, #86c5f5 100%);
    background: linear-gradient(180deg, #c2e2fa 0%, #86c5f5 100%);
  }
  .fixmenu_box ul li.menu_seikyu a {
    padding: 20px 40px;
  }
  .fixmenu_box ul li.menu_contact {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 153)), to(rgb(255, 204, 51)));
    background: -webkit-linear-gradient(top, rgb(255, 229, 153) 0%, rgb(255, 204, 51) 100%);
    background: linear-gradient(180deg, rgb(255, 229, 153) 0%, rgb(255, 204, 51) 100%);
  }
  .fixmenu_box ul li.menu_contact a {
    padding: 20px 40px;
  }
  .fixmenu_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #5b5b5b;
    z-index: -1;
  }
  .fixmenu_box::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 153)), to(rgb(255, 204, 51)));
    background: -webkit-linear-gradient(top, rgb(255, 229, 153) 0%, rgb(255, 204, 51) 100%);
    background: linear-gradient(180deg, rgb(255, 229, 153) 0%, rgb(255, 204, 51) 100%);
    z-index: -1;
  }
  .fixmenu_box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .wrapper.top .sec_page01 .news_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr {
    padding: 40px 0;
    z-index: 10;
    gap: 30px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic p {
    font-size: 16px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p span {
    font-size: 14px;
  }
  .wrapper.top .sec_page02 .concept_box {
    max-width: 1000px;
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page02 .concept_box .ttl_box {
    max-width: 680px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin-bottom: 50px;
  }
  .wrapper.top .sec_page02 .concept_box .ttl_box .ttl.h3 {
    padding-right: 20px;
    padding-bottom: 4px;
    border-right: 1px solid #323232;
  }
  .wrapper.top .sec_page02 .concept_box .concept_contents {
    gap: 60px;
  }
  .wrapper.top .sec_page02 .concept_box .concept_contents .intro_box p {
    font-size: 15px;
  }
  .wrapper.top .sec_page03 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page03 #access {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.top .sec_page03 .access_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page03 .access_box .ttl_box {
    margin-bottom: 50px;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .intro_box {
    margin-bottom: 60px;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .intro_box p {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .map_box {
    margin-bottom: 50px;
    background: url(../images/common/access_bg.png) no-repeat center bottom 32%, -webkit-gradient(linear, left top, left bottom, from(rgb(255, 251, 206)), color-stop(60%, rgb(255, 251, 206)), color-stop(60%, rgb(226, 241, 253)), to(rgb(226, 241, 253)));
    background: url(../images/common/access_bg.png) no-repeat center bottom 32%, -webkit-linear-gradient(top, rgb(255, 251, 206) 0%, rgb(255, 251, 206) 60%, rgb(226, 241, 253) 60%, rgb(226, 241, 253) 100%);
    background: url(../images/common/access_bg.png) no-repeat center bottom 32%, linear-gradient(180deg, rgb(255, 251, 206) 0%, rgb(255, 251, 206) 60%, rgb(226, 241, 253) 60%, rgb(226, 241, 253) 100%);
    background-size: 100%;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .map_box .access_map {
    margin-bottom: 24px;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .map_box .access_map .img_box {
    width: 100%;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .menu_box .menu_list li {
    padding: 24px 24px 34px;
    gap: 34px;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .menu_box .menu_list li .menu_link a {
    font-size: 20px;
  }
  .wrapper.top .sec_page03 .access_box .access_contents .menu_box .caution {
    font-size: 12px;
  }
  .wrapper.top .sec_page04 {
    margin-bottom: 100px;
    padding: 100px 0;
  }
  .wrapper.top .sec_page04 .relocation_box {
    max-width: 1000px;
  }
  .wrapper.top .sec_page04 .relocation_box .ttl_box {
    margin-bottom: 50px;
  }
  .wrapper.top .sec_page04 .relocation_box .relocation_contents .intro_box {
    margin-bottom: 60px;
  }
  .wrapper.top .sec_page04 .relocation_box .relocation_contents .intro_box p {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .wrapper.top .sec_page04 .relocation_box .relocation_contents .relocation_img .img_box {
    width: 100%;
  }
  .wrapper.top .sec_page05 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page05 #feature {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.top .sec_page05 .point_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page05 .point_box .ttl_box {
    margin-bottom: 50px;
  }
  .wrapper.top .sec_page05 .point_box .list_box {
    gap: 50px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list {
    gap: 40px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list .list_item {
    width: calc(25% - 30px);
    gap: 14px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top .list_ttl {
    font-size: 48px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_top .list_txt {
    font-size: 20px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list .list_item .list_bottom .list_link {
    font-size: 12px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item {
    gap: 40px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top {
    margin-bottom: 30px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_ttl {
    font-size: 48px;
    margin-bottom: 20px;
    gap: 20px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_ttl p {
    width: calc(100% - 100px);
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_ttl::before {
    width: 80px;
    height: 80px;
    background: url(../images/common/ic_communication.svg) no-repeat;
    background-position: center;
    background-size: 80px 80px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_top .list_txt {
    font-size: 20px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle {
    gap: 20px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_l {
    width: calc(60% - 10px);
    gap: 20px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_l .ra_ttl {
    font-size: 16px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_l p {
    font-size: 14px;
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_middle .middle_r {
    width: calc(40% - 10px);
  }
  .wrapper.top .sec_page05 .point_box .list_box .point_list_bottom .list_item .list_r .list_bottom .list_link {
    font-size: 12px;
  }
  .wrapper.top .sec_page06 #support {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.top .sec_page06 .support_box {
    max-width: 834px;
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page06 .support_box .ttl_box {
    margin-bottom: 50px;
  }
  .wrapper.top .sec_page06 .support_box .support_contents {
    gap: 34px;
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_l,
  .wrapper.top .sec_page06 .support_box .support_contents .support_r {
    gap: 20px;
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_l {
    width: calc(60% - 17px);
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_l .support_ttl {
    font-size: 20px;
    padding: 13px 16px;
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_l .caution_txt {
    font-size: 12px;
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_r {
    width: calc(40% - 17px);
  }
  .wrapper.top .sec_page06 .support_box .support_contents .support_r .support_link {
    font-size: 12px;
  }
  .wrapper.top .sec_page07 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page07 .procedure_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page07 .procedure_box .ttl_box {
    margin-bottom: 50px;
  }
  .wrapper.top .sec_page07 .procedure_box .procedure_list ul {
    margin-bottom: 27px;
    gap: 15px;
  }
  .wrapper.top .sec_page07 .procedure_box .procedure_list ul li {
    width: calc(14.2857142857% - 12.8571428571px);
  }
  .wrapper.top .sec_page07 .procedure_box .procedure_list .caution_txt p {
    font-size: 12px;
  }
  .wrapper.yokohama .sec_page01 {
    margin-bottom: 100px;
  }
  .wrapper.yokohama .sec_page01 #campus {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.yokohama .sec_page01 .campus_box {
    max-width: 1000px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .ttl_box {
    margin-bottom: 100px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents#dormy01 {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top {
    margin-bottom: 50px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l {
    gap: 30px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .yellow_box p {
    font-size: 20px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .yellow_box p span {
    font-size: 16px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_l .campus_ttl .campus_txt {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .line {
    font-size: 12px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .station {
    font-size: 20px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_top .top_r .campus_access .time {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box .detail_ttl,
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box .detail_ttl {
    font-size: 15px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .detail_box .detail_inner .detail_txt p,
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .detail_box .detail_inner .detail_txt p {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l {
    width: calc(60% - 25px);
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .contents_l_inner .detail_box .detail_inner .detail_maplist ul {
    gap: 16px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .contents_l_inner .detail_box .detail_inner .detail_maplist ul li {
    width: calc(25% - 12px);
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_l .contents_l_inner .detail_box .detail_inner .detail_maplist ul li .txt_box {
    font-size: 12px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r {
    width: calc(40% - 25px);
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner {
    gap: 16px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .detail_list {
    gap: 0 14px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .detail_list .detail_item .img_box {
    width: 100%;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .detail_list .detail_item .item_inner {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .detail_list .detail_item .item_inner .circle .circle_ttl p {
    width: 50px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .detail_list .detail_item .item_inner .circle .circle_ttl p.wide {
    width: 80px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .detail_img {
    width: 100%;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item {
    width: 90%;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item .price_list .price_txt .price {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item .price_list .price_txt p .num {
    font-size: 48px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item .price_list .price_txt p span {
    font-size: 16px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .detail_inner .cost_list .list_item .caution_txt {
    font-size: 12px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .contents_r_inner .detail_box .equipment_list {
    width: 100%;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .list_link {
    font-size: 16px;
  }
  .wrapper.yokohama .sec_page01 .campus_box .campus_contents .campus_inner .inner_r .list_link a span::after {
    width: 24px;
    height: 24px;
    background: url(../images/common/ic_square.svg) no-repeat;
    background-position: center;
    background-size: 24px 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wrapper.yokohama .sec_page02 {
    margin-bottom: 100px;
    padding: 100px 0;
  }
  .wrapper.yokohama .sec_page02 .interview_box {
    max-width: 1000px;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents {
    gap: 50px;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r {
    width: calc(50% - 25px);
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_sec p,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_sec p {
    font-size: 26px;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_sec p .en,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_sec p .en {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_top .name_box .name_txt,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_top .name_box .name_txt {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box .txt_q,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box .txt_q {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box .txt_q span,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box .txt_q span {
    font-size: 16px;
  }
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_l .contents_txt .txt_box .txt_a,
  .wrapper.yokohama .sec_page02 .interview_box .interview_contents .contents_r .contents_txt .txt_box .txt_a {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page03 {
    max-width: 1000px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box {
    margin-bottom: 100px;
    gap: 100px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents#club {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .contents_ttl {
    margin-bottom: 50px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .contents_ttl .ttl {
    font-size: 20px;
    width: 240px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list {
    gap: 50px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy02, .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy03, .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy04, .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy05, .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item#dormy06 {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr {
    gap: 40px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_l,
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r {
    width: calc(50% - 20px);
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .ttl {
    font-size: 24px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price .price {
    font-size: 12px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p .num {
    font-size: 32px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p span {
    font-size: 12px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_txt {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l,
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r .num {
    font-size: 22px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom .access {
    font-size: 14px;
  }
  .wrapper.yokohama .sec_page03 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link {
    font-size: 12px;
  }
  .wrapper.shirokane .sec_page01 {
    max-width: 1000px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box {
    margin-bottom: 100px;
    gap: 100px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .contents_ttl {
    margin-bottom: 50px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .contents_ttl .ttl {
    font-size: 20px;
    width: 240px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list {
    gap: 50px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item#dormy07, .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item#dormy08, .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item#dormy09 {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr {
    gap: 40px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_l,
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r {
    width: calc(50% - 20px);
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .cat {
    font-size: 14px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_ttl .ttl {
    font-size: 24px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price .price {
    font-size: 12px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p .num {
    font-size: 32px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_price p span {
    font-size: 12px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_txt {
    font-size: 14px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_l,
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r {
    font-size: 14px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_top .access_r .num {
    font-size: 22px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .item_top .dormy_access .access_bottom .access {
    font-size: 14px;
  }
  .wrapper.shirokane .sec_page01 .dormy_box .dormy_contents .dormy_list .list_item .item_lr .item_r .dormy_link {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .scroll_box {
    position: relative;
  }
  .scroll_box .scroll_inner {
    position: absolute;
    content: "";
    display: block;
    top: 80px;
    right: 50px;
    padding-bottom: 60px;
  }
  .scroll_box .scroll_inner span {
    font-size: 12px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 0;
    letter-spacing: 0.5em;
    color: #333;
  }
  .scroll_box .scroll_inner::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 60px;
    background: -webkit-linear-gradient(top, #333 2px, transparent 2px) repeat-y;
    background: linear-gradient(to bottom, #333 2px, transparent 2px) repeat-y;
    background-position: left bottom;
    background-size: 1px 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .scroll_box .scroll_inner::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .image_box.sp {
    display: none;
  }
  .image_box.pc {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */