section.shop_slider.top-sec7 {
    padding: 100px 0 0;
}
section.shop_slider.top-sec7 .container-keio {
    padding: 0 20px;
}

button:focus{
  outline: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 40px;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.shopinfo_left {
    width: 37%;
}
.shopinfo_right {
    width: 63%;
}
.shopinfo_wrapper .shopinfo_left {
    border-right: 1px solid #ddd;
}

button.btn01:hover{
  color: #103675;
  background-color: #fff;
  box-shadow: 0 0 0 1px #103675 inset;
  background-image: url(/wp-content/uploads/sites/914/2021/10/yajirushi.png);
}
.shopinfo_wrapper .shopinfo_left a.btn01 img {
    width: 20px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 15px;
}
.shopinfo_wrapper .shopinfo_left button.btn01 img {
    width: 20px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 15px;
}

.shopinfo_wrapper .shopinfo_left button.btn01:hover .hover_before{
display: none;
}
.shopinfo_wrapper .shopinfo_left button.btn01 .hover_after{
display: none;
}
.shopinfo_wrapper .shopinfo_left button.btn01:hover .hover_after{
display:inline-block;
}

.top-sec5 .section-title h3 {
  text-indent: 0.2em;
  line-height: 1em;
  color: #103675;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 2px 20px;
  margin-bottom: 20px;
  background-image: url(/wp-content/uploads/sites/914/2022/12/left.png),
  url(/wp-content/uploads/sites/914/2022/12/right.png);
  background-repeat: no-repeat;
  background-position: left center,right center;
  background-size: 15px;
}

/* a.btn01,button.btn01{
    font-weight: 600;
    color: #fff;
    padding: 20px 75px;
    display: inline-block;
    line-height: 1em;
    font-size: 15px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    background-image: url(/wp-content/uploads/sites/914/2022/12/yajirushi_white.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
} */
a.btn01 span,button.btn01 span{
  display: block;
  margin-right: -0.1em;
}
a.blue.btn01 {
    background-color: #103675;
    margin-bottom:15px;
}
a.pink.btn01 {
    background-color: #d5007f;
}
a.blue_tra.btn01 {
    background-color: transparent;
    color: #103675;
    box-shadow: 0 0 0 1px #103675 inset;
    background-image: url(/wp-content/uploads/sites/914/2021/10/yajirushi.png);
}

a.blue_tra.btn01:hover{
color: #fff;
background-color:#103675;
background-image: url(/wp-content/uploads/sites/914/2022/12/yajirushi_white.png);
}

a.pink_tra.btn01 {
    background-color: transparent;
    color: #d5007f;
    box-shadow: 0 0 0 1px #d5007f inset;
    background-image: url(/wp-content/uploads/sites/914/2022/12/yajirushi_red.png);
}

a.pink_tra.btn01:hover{
color:#fff;
background-color:#d5007f;
background-image: url(/wp-content/uploads/sites/914/2022/12/yajirushi_white.png);
}
button.btn01{
    padding: 20px 45px 20px 35px;
    border: none;
    transition: all .2s linear;
}
p.shop_tel {
    color: #0f3675;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.6;
}
p.shop_tel span {
    display: block;
    color: #4c5863;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1;
}
p.shop_tel span.icon-phone-alt {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 10px;
    font-size: 26px;
    color: #0f3675;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}

.modal-content {
    background: #FFF;
    overflow-y: auto;
    padding:60px;
    width: 90%;
    max-width: 734px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 400px;
    animation: show 0.6s linear 0s;
    /* filter: drop-shadow(0px 2px 6px #777); */
}
.modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
.modal-close {
    color: #d5007f;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #FFF;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.modal .section-title h3,
.contact-lp .section-title h3 {
  font-size: 22px;
  margin-bottom: 40px;
}
.modal a.btn01:hover,
.contact-lp a.btn01:hover {
  color: #103675;
  background-color: #fff;
  box-shadow: 0 0 0 1px #103675 inset;
  background-image: url(/wp-content/uploads/sites/914/2021/10/yajirushi.png);
}
.modal a.btn01:nth-last-child(-n+2):hover,
.contact-lp a.btn01:nth-last-child(-n+2):hover {
    color: #d5007f;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d5007f inset;
    background-image: url(/wp-content/uploads/sites/914/2022/12/yajirushi_red.png);
}
.modal .btn_box,
.contact-lp .btn_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal a.btn01,
.contact-lp a.btn01 {
  display: block;
width: calc(50% - 7px);
padding: 20px 75px;
text-indent: 0.1em;
}
.modal a.btn01:nth-last-child(-n+2),
.contact-lp a.btn01:nth-last-child(-n+2) {
background-color: #d5007f;
}
.modal a.btn01:nth-child(3),
.modal a.btn01:last-child,
.contact-lp a.btn01:nth-child(3),
.contact-lp a.btn01:last-child {
margin-bottom: 0;
}
.shopinfo_right p {
    color: #4c5863;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    line-height: 2;
}
.shopinfo_wrapper .shopinfo_right p span {
    color: #0f3675;
    position: absolute;
    top: 0;
    left: 100px;
}
.shopinfo_wrapper .shopinfo_right p {
    padding-left: 200px;
    position: relative;
    text-align: justify;
    font-feature-settings: "palt" 1;
}
.shopinfo_wrapper .shopinfo_right p:not(:last-child) {
    margin-bottom: 20px;
}
.shopaccess_wrapper .shopinfo_left {
    text-align: left;
}
.shopaccess_wrapper {
    background-color: #f7f9fa;
}
p.shop_access {
    display: block;
    color: #4c5863;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
iframe {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 350px;
}
.shopaccess_wrapper .shopinfo_right a.shop_link {
    padding-left: 40px;
    padding-right: 40px;
    min-width: 260px;
    margin: 0 15px;
    text-indent: 0.1em;
}
.top-sec5.staff_com .top-sec5-about .about-text a:last-child {
    background-color: #103675;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 220px;
    text-align: center;
    margin-left: 0;
}
.top-sec5.staff_com .top-sec5-about .about-text a:last-child:hover{
  color: #103675;
  background-color: #fff;
  box-shadow: 0 0 0 1px #103675 inset;
  background-image: url(/wp-content/uploads/sites/914/2021/10/yajirushi.png);
}
.top-sec5-about .about-image {
    background-image: url(/wp-content/uploads/sites/914/2022/12/keio_image_back.png);
    max-width: 497px;
    margin-left: -25px;
}
.top-sec5-about .about-image img {
    border-radius: 15px;
}
.top-sec5.staff_com .about-text p {
    line-height: 2.1;
    letter-spacing: 0.15em;
    text-align: justify;
    font-feature-settings: "palt" 1;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}
section.top-sec4 {
    background-color: #fff;
}
.btn_wrapper1,
.btn_wrapper2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btn_wrapper2 {
    margin-top: 20px;
}
.btn_wrapper1 a:hover,
.btn_wrapper2 a:hover {
    color: #103675;
    opacity: .8;
}
.btn_wrapper1 a {
    width: calc(100% / 4 - 20px);
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 20px 10px;
    overflow: hidden;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 15px;
    background-image: url(/wp-content/uploads/sites/914/2021/10/yajirushi.png);
}

.btn_wrapper1 a span{
  display: inline-block;
}

.btn_wrapper1 a.multiple {
    text-indent: 0;
}

.btn_wrapper1 a.multiple span{
  position: static;
  transform: none;
  margin-right: -0.2em;
}

.btn_wrapper1 a:before {
    content: "";
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.btn_wrapper1.btn_buy a:before {
    background: #103675;
}
.btn_wrapper1.btn_rent a:before {
    background: #d5007f;
}
.btn_wrapper2 a.btn_text_img {
    width: calc(100% / 2 - 20px);
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.btn_wrapper2 a.btn_text_img .btn_text {
  position: relative;
  padding: 20px 10px;
  overflow: hidden;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  background-image: url(/wp-content/uploads/sites/914/2021/10/yajirushi.png);
}
section.top-sec3 .section-title h3,
section.top-sec4 .section-title h3 {
    display: inline-block;
    padding: 0 45px;
    background-position: left center,right center;
    margin-bottom: 50px;
}
.shopinfo_wrapper .container-keio {
    padding-bottom: 100px;
}
.staff_com .container-keio {
    padding-top: 80px;
}
.news_block .uagb-columns__inner-wrap.uagb-columns__columns-2 {
    padding: 0 20px 100px;
}
section.top-sec3 .container-keio,
section.top-sec4 .container-keio {
    padding-top: 100px;
    padding-bottom: 0;
}
section.top-sec3 .container-keio:last-child,
section.top-sec4.top-sec4-last .container-keio {
    padding-bottom: 100px;
}
section.top-sec4 .wp-block-button__link:hover {
  color: #103675;
  background-color: #fff;
  box-shadow: 0 0 0 1px #103675 inset;
  background-image: url(/wp-content/uploads/sites/914/2021/10/yajirushi.png);
  opacity: 1.0;
    transform: none;
}
.block_480 {
    display: none;
}
.block_390 {
    display: none;
}
.block_360 {
    display: none;
}

section.top-sec3.assessment{
background-color: #fff;
}
section.top-sec3.assessment .container-keio{
padding-top: 0;
}
.assessment .assessment_wrapper{
background-color: #f7f9fa;
border-radius: 30px;
padding: 60px;
}

section.top-sec3.assessment .section-title  h3{
margin-bottom: 30px;
}

.assessment .about-text p{
  color: #4c5863;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 2.1;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
  text-align: center;
}
.assessment a.blue.btn01{
  padding: 20px;
  min-width: 296px;
  margin: 0 15px;
  background-color: #d5007f;
}
.assessment a.blue.btn01:hover{
color: #d5007f;
background-color: #fff;
box-shadow: 0 0 0 1px #d5007f inset;
background-image: url(/wp-content/uploads/sites/914/2022/12/yajirushi_red.png);
}

body.backgroundfix{
  overflow: hidden;
}

.section-title h3{
  text-indent: 0.2em;
}

.btn_wrapper2 a.btn_text_img .btn_text span{
  display: block;
  margin-right: -0.2em;
}


.top-sec5.staff_com .top-sec5-about {
    margin-bottom: 40px;
}

.top-sec5-about .about-text {
    width: calc(100% - 547px);
}

.top-sec5-about .about-text .section-title {
    display: inline-block;
}

.top-sec5-about .about-text .section-title h3 {
    font-size: 22px;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    padding: 2px 22px;
}

.top-sec5-about .about-text>h3 {
    display: inline-block;
    font-size: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.top-sec5 a.staff_btn {
    font-weight: 500;
    color: #fff;
    background-color: #103675;
    padding: 20px 40px;
    display: inline-block;
    line-height: 1em;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border-radius: 5px;
    background-image: url(https://chukai.keiofudosan.co.jp/wp-content/uploads/sites/914/2021/10/yajirushi_white.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
    min-width: 220px;
}

.top-sec5 a.staff_btn:hover{
    color: #103675;
    background-color: #fff;
    box-shadow: 0 0 0 1px #103675 inset;
    background-image: url(/wp-content/uploads/sites/914/2021/10/yajirushi.png);
}

@media (max-width: 1280px){
.top-sec5-about .about-image {
    margin-left: 0;
}
.top-sec5-about .about-text {
    width: calc(100% - 572px);
}
}

@media (max-width: 544px){
.es-separate-container #content .es-container {
    padding-left: 0;
    padding-right: 0;
}}
@media (max-width: 480px){
  .footer_bg{
  background: linear-gradient(#fff 70%, #103675 70%);
  }
  .block_480 {
      display: block;
  }

  .kasouheader h2{
    width: fit-content;
     margin-right: auto !important;
    margin-left:auto;
    }
    .kasouheader h2:first-child{
    text-indent: 0.1em;
    }
    .kasouheader h2:last-child{
    text-indent: 0.15em;
    }

  .section-title h3 {
    font-size: 28px;
    background-size: 10px;
    text-indent: 0.15em;
}
button.btn01{
width: calc(100% - 30px);
}
  section.shop_slider.top-sec7 {
      padding: 50px 0 0;
  }
  .swiper-button-next, .swiper-button-prev {
      top: 50%;
  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
      font-size: 26px;
  }
  .shopinfo_wrapper .container-keio {
      padding-bottom: 50px;
      padding-top: 25px;
  }
  .shopinfo_left, .shopinfo_right {
      width: 100%;
  }
  .shopinfo_wrapper .shopinfo_left {
      border-right: none;
      border-bottom: 1px solid #ddd;
      padding-bottom: 30px;
      margin-bottom: 25px;
  }
  .top-sec5 .section-title h3 {
      font-size: 14px;
      letter-spacing: 0.15em;
      text-indent: 0.15em;
      padding: 2px 15px;
      margin-bottom: 10px;
      margin-right: 0;
  }
  p.shop_tel {
      font-size: 26px;
      margin-bottom: 25px;
  }
  .shopinfo_wrapper .shopinfo_right p span {
      left: 0;
  }
  .shopinfo_wrapper .shopinfo_right p {
      padding-left: 85px;
      line-height: 1.8;
      font-size: 14px;
  }
  .shopinfo_wrapper .shopinfo_right p:not(:last-child) {
      margin-bottom: 10px;
  }
  .shopaccess_wrapper .section-title,
  .top-sec5-about .section-title,
  .top-sec5-about .about-text {
      text-align: center;
  }
  p.shop_access {
      font-size: 14px;
      margin-bottom: 20px;
      margin-top: 5px;
      text-align: justify;
      font-feature-settings: "palt";
  }
  .shopaccess_wrapper .shopinfo_right a.shop_link {
      min-width: 240px;
      margin: 0 0 15px;
  }

  a.btn01, button.btn01{
  line-height: 1.5;
  font-size: 14px;
  }


  iframe {
      height: 280px;
  }
  .staff_com .container-keio {
      padding-top: 40px;
  }
  .top-sec5-about .about-text>h3 {
      font-size: 21px;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 15px;
  }
  .top-sec5.staff_com .about-text p {
      line-height: 2;
      letter-spacing: 0.1em;
  }
  .news_block .uagb-columns__inner-wrap.uagb-columns__columns-2 {
      padding: 0 20px 60px;
      flex-wrap: wrap;
  }
  .news_block .uagb-column__wrap {
      width: 100%;
  }
  section.top-sec3 .container-keio, section.top-sec4 .container-keio {
      padding-top: 50px;
      padding-bottom: 0;
  }
  section.top-sec3 .section-title h3, section.top-sec4 .section-title h3 {
      padding: 0 25px;
      margin-bottom: 25px;
  }
  .btn_wrapper1 a {
      width: calc(100% / 2 - 7.5px);
      padding: 16px 5px;
      margin-bottom: 15px;
      letter-spacing: 0.1em;
      text-indent: 0.1em;
      font-size: 14px;
  }

  .btn_wrapper2 a.btn_text_img {
      width: calc(100% / 2 - 7.5px);
  }
  .btn_wrapper2 {
      margin-top: 10px;
  }
  .btn_wrapper2 a.btn_text_img .btn_text {
      padding: 15px 10px;
      letter-spacing: 0.1em;
      font-size: 14px;
      line-height: 1.5;
  }
  .btn_wrapper2 a.btn_text_img .btn_text span{
    margin-right: -0.1em;
  }
  /* .btn_wrapper1.btn_rent a.btn_text:last-child {
      margin-right: calc(100% / 2 + 7px);
  } */
  section.top-sec3 .container-keio:last-child, section.top-sec4.top-sec4-last .container-keio {
      padding-bottom: 60px;
  }
  .btn_wrapper1 a, .btn_wrapper2 a, a.btn01,
  .btn_wrapper2 a.btn_text_img .btn_text {
      background-size: 12px;
      background-position: right 10px center;
  }
  .btn_wrapper1 a span{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .btn_wrapper1 a.multiple span{
    position: static;
    transform: none;
    margin-right: -0.1em;
  }
  .shopinfo_wrapper .shopinfo_left a.btn01,
  .contact-lp a.btn01 {
      padding: 15px 30px 15px 30px;
  }
  .assessment .assessment_wrapper {
  border-radius: 15px;
  padding: 30px;
  }
section.top-sec3.assessment .section-title h3 {
margin-bottom: 20px;
}

.assessment .about-text p{
font-size: 15px;
text-align: justify;
letter-spacing: 0.1em;
line-height: 2;
margin-bottom: 25px;
font-feature-settings: "palt" 1;
}
  .assessment a.blue.btn01{
    padding: 20px 40px;
    min-width:100%;
    margin: 0 ;
  }

.modal-content{
padding: 40px;
}
.modal-close{
font-size: 24px;
}
.modal .section-title h3,
.contact-lp .section-title h3 {
font-size: 16px;
margin-bottom: 30px;
}
.modal .btn_box,
.contact-lp .btn_box {
display: block;
}
.modal a.btn01,
.contact-lp a.btn01 {
  width: 100%;
}
.modal a.btn01:nth-child(3),
.modal a.btn01:last-child,
.contact-lp a.btn01:nth-child(3),
.contact-lp a.btn01:last-child {
margin-bottom: 15px;
}

.top-sec5.staff_com .top-sec5-about {
    margin-bottom: 0px;
}

.top-sec5-about .about-text {
    width: 100%;
}

.top-sec5-about .about-text .section-title, .top-sec5-about .about-text>h3 {
    display: block;
}

.top-sec5-about .about-text .section-title h3 {
    font-size: 14px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
}

.top-sec5-about .about-text>h3 {
    margin-left: 0;
    font-size: 21px;
    margin-bottom: 15px;
}

.top-sec5.staff_com .about-text p {
    font-size: 14px;
    margin-bottom: 25px;
}

.top-sec5 a.staff_btn {
    background-size: 12px;
}
.contact-lp .container {
    max-width: 350px;
}
.container-keio.contact-lp.non-header {
    padding-top: 120px;
}
}
@media (max-width: 430px){
.assessment .assessment_wrapper {
padding: 30px 20px;
}
.section-title h3 {
font-size: 25px;
}
.section-title p{
font-size: 12px;
}
.assessment .about-text p{
font-size: 14px;
}
button.btn01{
width: calc(100% - 10px);
}
}

@media (max-width: 414px){
.section-title h3 {
  text-indent: 0.1em;
}
}

@media (max-width: 390px){
  .block_390 {
      display: block;
  }
  .btn_wrapper2 a.btn_text_img .btn_text {
      letter-spacing: 0.01em;
  }
  .btn_wrapper2 a.btn_text_img .btn_text span{
    margin-right: -0.01em;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
      right: 20px;
      left: auto;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      left: 20px;
      right: auto;
  }
  .section-title h3 {
  font-size: 21px;
  }
  .assessment .about-text p{
  font-size: 13px;
  letter-spacing: 0.05em;
  }
  .modal-top{
  right: 0;
  }
  .shopinfo_wrapper .shopinfo_left button.btn01 img {
  margin-right: 5px;
}

.top-sec5 a.staff_btn {
    font-size: 14px;
}
}
@media (max-width: 360px){
  .block_360 {
      display:block;
  }
  .btn_wrapper2 a.btn_text_img .btn_text {
      padding: 15px 5px;
      background-size: 0;
  }
  section.top-sec3 .section-title h3, section.top-sec4 .section-title h3 {
      padding: 0 20px;
  }
  a.btn01 {
      padding: 15px 30px;
  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
      font-size: 20px;
  }
  .modal-content {
    padding: 30px;
}
.modal-close{
font-size: 20px;
}

.top-sec5.staff_com .about-text p {
    font-size: 13px;
    margin-bottom: 20px;
}

.top-sec5 a.staff_btn {
    font-size: 13px;
}
}

@media (max-width: 330px){
.section-title h3 {
font-size: 20px;
}
.modal .section-title h3,
.contact-lp .section-title h3 {
font-size: 14px;
}
.modal a.btn01,
.contact-lp a.btn01 {
font-size: 13px;
}
}

@media (min-width: 481px){
.contact-lp .container {
    max-width: 650px;
}
.container-keio.contact-lp.non-header {
    padding-top: 150px;
}
}
