@charset "UTF-8";
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,ul,li {
  list-style: none;
}

button,input,select,textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

p img {
  width: 15%;
}

iframe {
  border: 0;
}

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

td,th {
  padding: 0;
}

td:not([align]), th:not([align]) {
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1921px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body {
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.top_title_en {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #4CBBB4;
  letter-spacing: 0.05em;
}
@media (max-width: 567px) {
  .top_title_en {
    font-size: 32px;
  }
}

.top_title_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.05em;
  margin-top: 7px;
}

.pc-hidden {
  display: none;
}
@media (max-width: 567px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media (max-width: 567px) {
  .sp-hidden {
    display: none;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  .tb-display {
    display: block;
  }
  .tb-hidden {
    display: none;
  }
}

.sp-hidden_about {
  display: block;
}
@media (max-width: 881px) {
  .sp-hidden_about {
    display: none;
  }
}

.contact_btn {
  background-color: #F34E4E;
  color: #fff;
  border: 1px solid #F34E4E;
  transition: all 0.5s;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact_btn {
    border-radius: 50px;
  }
  .contact_link {
    line-height: 1;
    gap: 0.5rem;
  }
}
.contact_btn:hover {
  background-color: #fff;
  color: #F34E4E;
}
.contact_btn:hover .contact_link path {
  fill: #F34E4E;
}

.contact_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.contact_link path {
  transition: all 0.5s;
}
.contact_link span {
  padding-left: 6px;
}

.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .header {
    display: block;
  }
}

.header_wrap {
  padding: 13px;
  background: rgba(255, 255, 255, 0.768627451);
  height: 80px;
}
@media (max-width: 768px) {
  .header_wrap {
    background-color: #4CBBB4;
    height: 70px;
    padding: 0;
  }
}
.header_wrap p.ttl {
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
  padding-bottom: 3px;
}
@media (max-width: 768px) {
  .header_wrap p.ttl {
    padding: 6px 8px;
    line-height: 1;
    background-color: #ffffff;
    color: #F34E4E;
    border-radius: 25px;
    position: relative;
  }
  .header_wrap p.ttl::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 50%);
    border: 8px solid transparent;
    border-top: 8px solid #ffffff;
  }
}

.header_item-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header_item-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 0.5rem calc(10 / 375 * 100vw);
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .header_item-layout {
    gap: 0.5rem
   }
}
.header_item-logo img {
  max-width: 174px;
}
@media (max-width: 567px) {
  .header_item-logo img {
    max-width: 100px;
  }
}

.header_item-contact-block {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
@media (max-width: 567px) {
  .header_item-contact-block {
    justify-content: center;
    gap: 5px;
  }
}

.header_tel-block {
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .header_tel-block {
    margin-right: 0;
    width: 40%;
  }
}
.header_tel-block span {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #333;
}
@media (max-width: 768px) {
  .header_tel-block span {
    font-size: 11px;
    text-align: end;
  }
  .header_tel-block p {
    color: #ffffff;
    font-size: 9px;
    text-align: center;
  }
  .header_tel-block p.header_tel-link_num {
    font-size: 1.25rem;
    font-weight: bold;
  }
}

.header_tel-link {
  display: block;
  font-size: 32px;
  color: #4CBBB4;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header_tel-link {
    font-size: 19px;
    text-align: center;
    color: #000;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .header_tel-link {
    font-size: 22px;
  }
}
.header_tel-link img {
  max-width: 14px;
  width: 100%;
}
@media (max-width: 768px) {
  .header_tel-link img {
    vertical-align: middle;
  }
}

@media (max-width: 768px) {
  .header_contact-block {
    background-color: #F34E4E;
    color: #ffffff;
    align-content: space-evenly;
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
  }
  .header_contact-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
    width: 100%;
  }
  .header_contact-link span {
    padding: 0;
  }
  .contact-link_icon {
    height: 1rem;
    width: 1rem;
  }
}
@media (max-width: 768px) {
  .header_contact-block .contact_link span {
    font-size: 12px;
  }
}

.header-contact-btn {
  max-width: 240px;
  padding: 16px 25px;
}
@media (min-width: 568px) and (max-width: 768px) {
  .header-contact-btn {
    padding: 16px 10px;
  }
}
@media (max-width: 567px) {
  .header-contact-btn {
    max-width: 180px;
    height: 45px;
    padding: 13px 10px;
  }
}

@media (max-width: 768px) {
  .float_cta {
    width: 100%;
    max-width: 760px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: .5s;
  }
  .appear {
    transform: translate(-50%, 0);
  }
}

/* fv */
#fv {
  overflow: hidden;
}

#fv .fv_wrap .fv_inner {
  width: 100%;
}

#fv .fv_wrap .fv_inner img {
  width: 100%;
  height: auto;
  display: block;
}

#fv .fv_wrap .fv_inner.fv-swiper {
  max-width: none;
}

#fv .fv_wrap .fv_inner.fv-swiper .swiper-wrapper {
  position: relative;
}

#fv .fv_wrap .fv_txt {
  position: absolute;
  top: min(calc(20 / 1366 * 100vw), 200px);
  left: min(calc(20 / 1366 * 100vw), 100px);
  width: 65%;
  z-index: 1;
}
@media (max-width: 567px) {
  #fv .fv_wrap .fv_txt {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1rem 2rem;
    width: 100%;
  }
  #fv .fv_wrap .sp-fv-sub {
    width: 100%;
  }
  #fv .fv_wrap .sp-fv-sub img {
    display: block;
  }
}

/* 
.fv-sp-bg {
  position: absolute;
  z-index: -1;
}

.fv_contents {
  text-align: end;
}
@media (max-width: 567px) {
  .fv_contents {
    text-align: left;
  }
}

.fv_title-box {
  padding-top: 150px;
  text-align: left;
  display: inline-block;
}
@media (max-width: 567px) {
  .fv_title-box {
    padding-top: 41px;
    padding-left: 15px;
  }
}
.fv_title-box h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 567px) {
  .fv_title-box h1 {
    font-size: 20px;
    color: #333333;
  }
}
*/

/* cp-banner */
.cp-banner .cp-banner-content img {
  display: block;
}
.cp-banner .l-inner {
  max-width: 100%;
}
@media (max-width: 567px) {
  .cp-banner .l-inner {
    max-width: inherit;
  }
  .cp-banner .cp-banner-content img {
    width: 100%;
  }
}

.red-line {
  padding: 0 8px;
}
@media (max-width: 567px) {
  .red-line {
    padding: 2px 8px;
  }
}

.fv_title-logo {
  max-width: 430px;
  width: 100%;
}

.fv_renewal-block {
  display: flex;
  justify-content: end;
  margin-top: 30px;
}
@media (max-width: 567px) {
  .fv_renewal-block {
    margin-top: 174px;
  }
}

.fv_renewal-text {
  text-align: right;
  display: inline;
  padding-top: 20px;
}
@media (max-width: 567px) {
  .fv_renewal-text {
    padding-top: 10px;
  }
}
.fv_renewal-text p {
  margin-bottom: 4px;
}
.fv_renewal-text span {
  color: #fff;
  background-color: #4CBBB4;
  letter-spacing: 0.07em;
  font-size: 18px;
}
@media (max-width: 567px) {
  .fv_renewal-text span {
    font-size: 13px;
  }
}

.fv_renewal-img {
  max-width: 144px;
}
@media (max-width: 567px) {
  .fv_renewal-img {
    max-width: 100px;
  }
}

.fv_point-wrap {
  margin-top: 37px;
  background: rgba(150, 127, 101, 0.9);
}
@media (max-width: 567px) {
  .fv_point-wrap {
    margin-top: 25px;
    background: none;
  }
}

.fv_point-grid {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}
@media (max-width: 567px) {
  .fv_point-grid {
    display: block;
    padding: 0 0 20px;
  }
}

.fv_point-item {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(31.6% - 0);
}
.fv_point-item:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 5px;
}
@media (max-width: 567px) {
  .fv_point-item:not(:last-child) {
    border-right: 0 solid #fff;
    padding-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 567px) {
  .fv_point-item:nth-child(1) {
    width: 100%;
    background: rgba(150, 127, 101, 0.9);
    padding: 6px;
    margin-left: 30px;
  }
}
.fv_point-item:nth-child(2) {
  width: 36%;
}
@media (max-width: 567px) {
  .fv_point-item:nth-child(2) {
    width: 100%;
    background: rgba(150, 127, 101, 0.9);
    padding: 6px;
    margin-top: 10px;
    margin-left: 70px;
  }
}
@media (max-width: 567px) {
  .fv_point-item:nth-child(3) {
    width: 100%;
    background: rgba(150, 127, 101, 0.9);
    padding: 6px;
    margin-left: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 567px) {
  .fv_point-item {
    width: 100%;
    justify-content: left;
  }
}

.fv_point-textarea {
  padding-left: 10px;
}
.fv_point-textarea p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 567px) {
  .fv_point-textarea p {
    font-size: 16px;
  }
}

.fv-point-img {
  max-width: 127px;
}
@media (max-width: 567px) {
  .fv-point-img {
    max-width: 100px;
  }
}

.sale_wrap {
  background-color: #9F1829;
}

.sale_inner {
  padding: 10px 20px 15px;
  width: 1080px;
  max-width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
@media (max-width: 567px) {
  .sale_inner {
    padding: 15px 5px;
  }
}

.sale_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 567px) {
  .sale_contents {
    flex-direction: column;
  }
}

.sale_label {
  color: #FFF;
  border: 2px solid #FFF;
  padding: 10px;
  line-height: 1.2;
  font-size: 40px;
}
@media (max-width: 567px) {
  .sale_label {
    margin: 0 10px 2%;
    padding: 1% 5%;
  }
}
.sale_label p {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #FFF;
}
@media (max-width: 567px) {
  .sale_label p {
    font-size: 26px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .sale_label p {
    line-height: 1.4;
  }
}

.sale_title-box {
  text-align: center;
  color: #fff;
}
@media (max-width: 567px) {
  .sale_title-box {
    padding-left: 0;
  }
}
.sale_title-box h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: -0.5px;
  color: #FFEB00;
}
@media (max-width: 567px) {
  .sale_title-box h2 {
    font-size: 28px;
    line-height: 1.2;
    border-bottom: none;
    display: inline-block;
  }
}
.sale_title-box h2 .yellow {
  color: #FFEB00;
}
.sale_title-box h2 .percent {
  font-size: 42px;
}
@media (max-width: 567px) {
  .sale_title-box h2 .percent {
    font-size: 29px;
  }
}
.sale_title-box p {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 567px) {
  .sale_title-box p {
    font-size: 13px;
    letter-spacing: 0;
  }
}

.about_wrap {
  background: #F2EEE9;
  padding: 0 20px;
}
@media (max-width: 567px) {
  .about_wrap {
    padding: 0 20px;
  }
}

.about_inner {
  padding: 100px 60px 60px 0;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .about_inner {
    padding: 90px 0 50px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .about_inner {
    padding: 100px 0 60px 0;
  }
}

.about_title-area {
  position: relative;
  background: #fff;
  padding: 40px 30px 40px 60px;
}
@media (max-width: 567px) {
  .about_title-area {
    padding: 170px 25px 20px 25px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .about_title-area {
    padding: 40px 20px;
  }
}

.about-title {
  display: flex;
  justify-content: space-between;
}
.about-title h2 {
  border-bottom: 1px solid #4CBBB4;
  font-size: 26px;
  color: #333333;
  line-height: 1.8;
  font-weight: 700;
  padding-bottom: 29px;
  letter-spacing: 0;
}
@media (max-width: 567px) {
  .about-title h2 {
    font-size: 22px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .about-title h2 {
    font-size: 20px;
  }
}
.about-title .about_title-img {
  position: absolute;
  max-width: 352px;
  right: -2%;
  top: -7%;
}
@media (max-width: 1200px) {
  .about-title .about_title-img {
    max-width: 310px;
  }
}
@media (max-width: 1005px) {
  .about-title .about_title-img {
    max-width: 260px;
  }
}
@media (max-width: 845px) {
  .about-title .about_title-img {
    max-width: 200px;
  }
}
@media (max-width: 567px) {
  .about-title .about_title-img {
    max-width: 314px;
    right: 3%;
    top: -6%;
  }
}

.about_explan-area {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 567px) {
  .about_explan-area {
    flex-direction: column;
    margin-top: 20px;
  }
}

.about_explan-img {
  max-width: 167px;
  width: 70%;
}
@media (max-width: 567px) {
  .about_explan-img {
    order: 2;
    margin-top: 20px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .about_explan-img {
    width: 100%;
  }
}

.about_explan-text {
  padding-left: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 567px) {
  .about_explan-text {
    padding-left: 0;
    order: 1;
  }
}
.about_explan-text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 567px) {
  .about_explan-text h3 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 8px;
    margin-top: 20px;
  }
}
.about_explan-text .color-text {
  background-color: #4cbbb4;
  color: #fff;
}

.service-title {
  padding: 60px 0 0 0;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.recommend {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  color: #675949;
  border-bottom: solid 2px #675949;
  line-height: 1.6;
}
@media (max-width: 567px) {
  .recommend {
    font-size: 22px;
  }
}

.recommend_wrap {
  padding: 0 20px;
}

.recommend_inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 567px) {
  .recommend_inner {
    padding-bottom: 60px;
  }
}

.recommend_card-wrap {
  margin-top: 60px;
}
@media (max-width: 567px) {
  .recommend_card-wrap {
    margin-top: 35px;
  }
}

.recommend_card-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 567px) {
  .recommend_card-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}

.recommend_card-grid-item {
  width: calc(50% - 30px);
}
@media (max-width: 567px) {
  .recommend_card-grid-item {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .recommend_card-grid-item_img {
    margin-top: 40px;
  }
}

.recommend_card-grid-item_img2 {
  margin-top: 70px;
}
@media (max-width: 567px) {
  .recommend_card-grid-item_img2 {
    margin-top: 40px;
  }
}

.recommend_card-grid-item_img3 {
  margin-top: 70px;
}
@media (max-width: 567px) {
  .recommend_card-grid-item_img3 {
    margin-top: 10px;
  }
}

.recommend_card-grid-item_text {
  text-align: left;
  margin-top: 20px;
}

.recommend_title {
  font-size: 20px;
  font-weight: bold;
  color: #675949;
  margin-bottom: 20px;
}
@media (max-width: 567px) {
  .recommend_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.recommend_card-grid-item_text p {
  font-size: 16px;
  color: #675949;
  line-height: 32px;
}

.type_wrap {
  padding: 0 20px 40px;
}

.type_inner {
  padding: 60px 0 0 0;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .type_inner {
    padding: 50px 0 0 0;
  }
}

.office-type {
  padding-top: 40px;
  padding-bottom: 40px;
}

.type_title {
  text-align: center;
}

.type_lead {
  margin-top: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
}
@media (max-width: 567px) {
  .type_lead {
    margin-top: 20px;
    padding: 0;
  }
}
@media (max-width: 567px) {
  .type_lead p {
    text-align: left;
  }
}

.type_img-grid {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 60px;
}
@media (max-width: 567px) {
  .type_img-grid {
    padding: 0;
    flex-direction: column;
    margin-top: 30px;
  }
}

.type_img-item {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 567px) {
  .type_img-item {
    width: 100%;
  }
  .type_img-item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.type_img-item img {
  max-width: 640px;
  width: 100%;
}

.type_wrap .type_inner .toggle-header {
  padding: 0 8px 8px;
  border-bottom: 1px solid #675949;
  margin-bottom: 20px;
}
.officemap_subtitle {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #675949;
}
.swiper-wrapper {
  background-color: #F2EEE9;
  max-width: 960px;
}

.swiper {
  max-width: 960px;
}

.type_slider-wrap {
  margin-inline: auto;
  max-width: 960px;
  margin: 60px auto 60px;
}
.type_slider-wrap .officemap_p {
  margin: 0 20px 20px;
}
@media (max-width: 567px) {
  .type_slider-wrap {
    margin: 30px auto 40px;
  }
}
.type_slider-wrap .officemap_subtitle {
  margin: 0 0 20px;
}
@media (max-width: 567px) {
  .type_slider-wrap .officemap_subtitle {
    margin: 0 20px 20px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .type_slider-wrap .officemap_subtitle {
    margin: 0 20px 20px;
  }
}

.type_slide-contents {
  padding: 60px 60px 30px;
  margin-bottom: 30px;
  background-color: #F2F0EA;
}
@media (max-width: 567px) {
  .type_slide-contents {
    padding: 40px 40px 20px;
    margin-bottom: 20px;
  }
}

.swiper-pagination-bullet {
  width: 90px;
  height: 6px;
  border-radius: 0;
  background-color: #9D8C79;
}
@media (max-width: 567px) {
  .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(157, 140, 121, 0.8);
  border-radius: 50%;
}
@media (max-width: 567px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 38%;
  }
}
.swiper-button-next img,
.swiper-button-prev img {
  max-width: 30px;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .swiper-button-next img,
  .swiper-button-prev img {
    max-width: 15px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 30px;
  top: 47%;
}
@media (max-width: 567px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 26px;
    top: 40%;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 30px;
  top: 47%;
}
@media (max-width: 567px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 26px;
    top: 40%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -1px;
}

.swiper-pagination-bullet-active {
  background: #675949;
}

.type_slide-textarea {
  padding-bottom: 6px;
  margin-top: 15px;
  display: block;
  border-bottom: 1px solid #333333;
}
@media (max-width: 567px) {
  .type_slide-textarea {
    margin-top: 7px;
  }
}

.type_slide-room-name {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  padding-right: 19px;
}
@media (max-width: 567px) {
  .type_slide-room-name {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
  }
}

.type_slide-text {
  display: inline-block;
  line-height: 2;
}
@media (max-width: 567px) {
  .type_slide-text {
    padding-right: 10px;
  }
}
.type_slide-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  display: inline-flex;
  margin-right: 10px;
}
@media (max-width: 567px) {
  .type_slide-text p {
    font-size: 16px;
    align-items: center;
    margin-right: 0;
  }
}
@media (max-width: 567px) {
  .type_slide-text .zei {
    font-size: 13px;
  }
}
.type_slide-text .type-cp {
  padding: 0 10px;
  line-height: 1.6;
}
@media (max-width: 567px) {
  .type_slide-text .type-cp {
    padding: 0 5px 0 0;
    margin: 3px 0 5px;
    line-height: 1.8;
    font-size: 14px;
  }
}

.black-box {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #333333;
  color: #fff;
  font-weight: 500;
  padding: 2px 10px;
  line-height: 2;
  border-radius: 4px;
  margin-right: 6px;
}
@media (max-width: 567px) {
  .black-box {
    padding: 2px 6px;
    margin-right: 3px;
  }
}

.plan_wrap {
  background: #F2EEE8;
  padding: 0 20px;
}
@media (max-width: 567px) {
  .plan_wrap {
    padding: 40px 20px 10px;
  }
}

.plan_inner {
  padding: 80px 0;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .plan_inner {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.plan_contents {
  background-color: #fff;
  padding: 80px 60px;
}
@media (max-width: 567px) {
  .plan_contents {
    padding: 30px 15px;
  }
}

.plan_title {
  text-align: center;
}

.plan_list-contents {
  margin-top: 60px;
}
@media (max-width: 567px) {
  .plan_list-contents {
    margin-top: 30px;
  }
}

@media (max-width: 567px) {
  .plan_list-contents:first-child {
    margin-top: 20px;
  }
}

.plan_list-name {
  padding: 0 8px 8px;
  border-bottom: 1px solid #675949;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .plan_list-name {
    padding: 0 0 8px;
  }
}
.plan_list-name h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #675949;
  font-feature-settings: "palt";
  font-weight: 700;
}
@media (max-width: 768px) {
  .plan_list-name h3 {
    display: block;
  }
}
.plan_list-name h3 span {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .plan_list-name h3 span {
    font-size: 11px;
    display: block;
  }
}

.list-table {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.list-table th {
  color: #675949;
  font-weight: 700;
  text-align: center;
}
.list-table .table-tr td {
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 25%;
  padding: 15px 2px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 567px) {
  .list-table .table-tr td {
    font-size: 13px;
    padding: 15px 0;
  }
}
.list-table .table-tr td:first-child {
  padding-left: 10px;
  font-weight: 700;
  border-bottom: 1px solid #675949;
  font-size: 14px;
}
@media (max-width: 567px) {
  .list-table .table-tr td:first-child {
    padding-left: 0;
    border-bottom: 1px solid #F2EEE9;
    text-align: center;
    font-weight: 400;
    width: 20%;
    font-size: 13px;
  }
}
.list-table .table-tr td:not(:first-child) {
  text-align: center;
}
.list-table .full {
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: center;
  border-bottom: 1px solid #F2EEE9;
}
.p1--pc .list-table .table-tr td:nth-child(2),
.p1--pc .list-table .table-tr td:nth-child(3),
.p2--pc .list-table .table-tr td:nth-child(3),
.p2--pc .list-table .table-tr td:nth-child(4)  {
  border-bottom: 1px solid #F2EEE9;
}

.plan_list-table th {
  padding-bottom: 10px;
  border-bottom: 1px solid #F2EEE9;
}
@media (max-width: 567px) {
  .plan_list-table tr td:last-child {
    width: 30%;
  }
  .plan_list-table .table-tr td {
    font-weight: 500;
    padding: 0 0 15px;
  }
  .plan-name-sp td {
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .p1--sp .list-table .table-tr td:nth-child(2),
  .p2--sp .list-table .table-tr td:nth-child(2),
  .p2--sp .list-table .table-tr td:nth-child(3) {
    border-bottom: 1px solid #F2EEE9;
  }
  .p1--sp .list-table tr:first-of-type th:first-of-type {
    width: 40%;
  }
}

.maru {
  color: #675949;
  font-size: 12px;
  margin-bottom: 2px;
  margin-right: 2px;
}
@media (max-width: 567px) {
  .maru {
    display: inline-block;
    padding-right: 4px;
  }
}

.td-small {
  font-size: 14px;
}

.toggle-header {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.toggle-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  /*background-image: url("../images/open.svg");
   ✅ 修正済み */
}

.toggle-content {
  display: none;
}

.contact_wrap {
  background: url(../images/contact_bg.webp) bottom no-repeat;
  background-size: cover;
  padding: 0 20px;
}
@media (max-width: 567px) {
  .contact_wrap {
    padding: 0 20px;
    background: url(../images/contact_bg_sp.webp) bottom right;
    background-size: cover;
  }
}

.contact_inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 50px 0;
}
@media (max-width: 567px) {
  .contact_inner {
    padding: 40px 0;
  }
}

.contact_title {
  text-align: center;
}
.contact_title .top_title_en,
.contact_title .top_title_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.contact_title .top_title_en .yellow,
.contact_title .top_title_ja .yellow {
  color: #FFEB03;
}
@media (max-width: 567px) {
  .contact_title .top_title_en,
  .contact_title .top_title_ja {
    font-size: 22px;
  }
}

.contact_contents {
  max-width: 960px;
  margin: 10px auto 0;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #000;
}
@media (max-width: 768px) {
  .contact_contents {
    border: unset;
    max-width: 550px;
    margin-top: 20px;
  }
}
@media (max-width: 567px) {
  .contact_contents {
    margin-top: 20px;
  }
}

.contact_grid {
  display: flex;
  padding: 40px 15px;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .contact_grid {
    flex-direction: column;
    padding: 30px 10px;
    gap: 0;
  }
}
@media (max-width: 567px) {
  .contact_grid {
    flex-direction: column;
    padding: 30px 10px;
    gap: 0;
  }
}

.contact_tel-lead {
  font-weight: 700;
}
.contact_tel-lead p {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact_tel-lead p {
    font-size: 13px;
  }
}
@media (max-width: 567px) {
  .contact_tel-lead p {
    font-size: 13px;
  }
}

.contact_btn-lead {
  font-weight: 700;
}
.contact_btn-lead p {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact_btn-lead p {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .contact_btn-lead p {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .contact_tel-link {
    font-size: 32px !important;
  }
}
@media (max-width: 567px) {
  .contact_tel-link {
    font-size: 24px !important;
  }
}
.contact_tel-link img {
  max-width: 17px !important;
}

.contact_logo-block {
  width: 30%;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .contact_logo-block {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .contact_logo-block {
    width: 100%;
  }
}
.contact_logo-block::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 104px;
  background: #675949;
  top: 50%;
  right: -10px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .contact_logo-block::after {
    width: unset;
    height: 1px;
    top: unset;
    bottom: -20px;
    right: unset;
  }
}
@media (max-width: 567px) {
  .contact_logo-block::after {
    width: unset;
    height: 1px;
    top: unset;
    bottom: -20px;
    right: unset;
  }
}

.contact_logo-lead {
  max-width: 145px;
  margin: 0 auto 15px;
}
@media (max-width: 567px) {
  .contact_logo-lead {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100px;
  }
}

.contact_logo-txt p {
  font-weight: 700;
  font-size: 14px;
}

.contact_tel-block {
  width: 30%;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_tel-block {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 567px) {
  .contact_tel-block {
    width: 100%;
    margin-top: 40px;
  }
}

.tel-link {
  color: #000;
  font-size: 26px;
  font-weight: 700;
}
.tel-link img {
  max-width: 24px;
}

.contact_tel-title {
  margin-top: 12px;
}
.contact_tel-title span {
  display: block;
  font-size: 12px;
}
@media (max-width: 768px) {
  .contact_tel-title {
    margin-top: 4px;
  }
}
@media (max-width: 567px) {
  .contact_tel-title {
    margin-top: 4px;
  }
}

.contact_tel-time {
  margin-top: 12px;
  color: #333;
}
@media (max-width: 768px) {
  .contact_tel-time .pc-hidden {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact_tel-time {
    margin-top: 5px;
    line-height: 2;
  }
}
@media (max-width: 567px) {
  .contact_tel-time {
    margin-top: 5px;
    line-height: 2;
  }
}
.contact_tel-time span {
  margin: 10px auto 5px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 760px) {
  .contact_tel-time span {
    margin: 0 auto 5px;
    line-height: 1.5;
  }
}
@media (max-width: 567px) {
  .contact_tel-time span {
    margin: 0 auto 5px;
    line-height: 1.5;
  }
}
.contact_tel-time p {
  font-size: 13px;
  color: #777777;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact_tel-time p {
    font-size: 11px;
    font-weight: 700;
  }
}
@media (max-width: 567px) {
  .contact_tel-time p {
    font-size: 11px;
    font-weight: 700;
  }
}

.contact_btn-block {
  width: 30%;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_btn-block {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 567px) {
  .contact_btn-block {
    width: 100%;
    margin-top: 10px;
  }
}

.contact_btn-box {
  margin: 8px auto 0;
  max-width: 246px;
}
@media (max-width: 768px) {
  .contact_btn-box {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 567px) {
  .contact_btn-box {
    margin-top: 10px;
    max-width: 400px;
  }
}

.page_contact-link {
  height: 60px;
}
@media (max-width: 768px) {
  .page_contact-link span {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 567px) {
  .page_contact-link span {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.loc_wrap {
  padding: 0 20px;
}
@media (max-width: 567px) {
  .loc_wrap {
    padding: 0;
  }
}

.loc_inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 80px;
}
@media (max-width: 567px) {
  .loc_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.loc_title {
  text-align: center;
  background-color: #F2EEE8;
  padding-block: 40px;
}

.loc_grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .loc_grid {
    margin-top: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.loc_textarea {
  width: 51%;
}
@media (max-width: 567px) {
  .loc_textarea {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .second-contents {
    margin-top: 0;
  }
}

.loc_textarea-lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  color: #333;
}
@media (max-width: 567px) {
  .loc_textarea-lead {
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.8;
  }
}

.loc_textarea_text {
  margin-top: 40px;
  line-height: 2;
}
@media (max-width: 567px) {
  .loc_textarea_text {
    margin-top: 20px;
    width: 90%;
  }
}
.loc_textarea_text p {
  text-align: justify;
}
.loc_textarea_text p:not(:first-of-type) {
  margin-top: 32px;
}

.loc_map {
  width: 840px;
  max-width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 567px) {
  .loc_map {
    margin-top: 20px;
  }
}

.loc_image-area {
  width: 45%;
}
@media (max-width: 567px) {
  .loc_image-area {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 567px) {
  .loc_image-area img {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .loc_image-area img:nth-child(1) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.loc_image-area img:nth-child(2) {
  width: 70%;
  margin-top: 16px;
}
@media (max-width: 567px) {
  .loc_image-area img:nth-child(2) {
    width: 100%;
    max-width: 280px;
    margin-top: 0;
  }
}

@media (max-width: 567px) {
  .ttoo img {
    max-width: 360px;
  }
}

.gold-line {
  width: 1px;
  height: 80px;
  background: #9D8C79;
  display: block;
  margin: 40px auto 0;
}
@media (max-width: 567px) {
  .gold-line {
    height: 60px;
    margin-top: 20px;
  }
}

.cost_title {
  padding-bottom: 40px;
}
.cost_title h3 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 700;
  color: #675949;
}
@media (max-width: 567px) {
  .cost_title h3 {
    font-size: 22px;
  }
}

.cost_wrap {
  background: #fff;
  padding: 80px 20px 60px;
}
@media (max-width: 567px) {
  .cost_wrap {
    padding: 40px 20px;
  }
}

.cost_inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #F2EEE9;
  padding: 90px 0;
}
@media (max-width: 567px) {
  .cost_inner {
    padding: 40px 0;
  }
}

.cost_card-wrap {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid #9D8C79;
  background: #fff;
}
@media (max-width: 567px) {
  .cost_card-wrap {
    margin-inline: 15px;
  }
}

.cost_card-inner {
  padding: 40px;
}
@media (max-width: 567px) {
  .cost_card-inner {
    padding: 40px 15px;
  }
}

.cost_card-grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .cost_card-grid {
    flex-direction: column;
  }
}

.cost_card-grid-item {
  width: calc(50% - 10px);
}
@media (max-width: 567px) {
  .cost_card-grid-item {
    width: 100%;
  }
  .cost_card-grid-item:nth-child(2) {
    margin-top: 20px;
  }
}

.cost_card-grid-item_text {
  text-align: left;
}
.cost_card-grid-item_text p {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 567px) {
  .cost_card-grid-item_text p {
    font-weight: 500;
  }
}

.privacy_title {
  padding-bottom: 22px;
  position: relative;
}
.privacy_title h3 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 700;
  color: #675949;
}
@media (max-width: 567px) {
  .privacy_title h3 {
    font-size: 22px;
  }
}

.privacy_wrap {
  background: #F2F0EA;
  padding: 0 20px;
}
@media (max-width: 567px) {
  .privacy_wrap {
    padding: 0 20px;
  }
}

.privacy_inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 567px) {
  .privacy_inner {
    padding: 40px 0;
  }
}

.privacy_grid {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
}
@media (max-width: 567px) {
  .privacy_grid {
    flex-direction: column;
    margin-top: 20px;
  }
}

.privacy_textarea {
  width: 45%;
}
@media (max-width: 567px) {
  .privacy_textarea {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}

.privacy_image-area {
  width: 48%;
}
@media (max-width: 567px) {
  .privacy_image-area {
    width: 100%;
    order: 1;
  }
}

@media (max-width: 567px) {
  .privacy_textarea_text {
    width: 100%;
  }
}
.privacy_textarea_text p {
  line-height: 2;
  font-weight: 500;
  color: #333;
  text-align: justify;
}
.privacy_textarea_text p:not(:first-of-type) {
  margin-top: 32px;
}

.privacy_card-wrap {
  border: 1px solid #9D8C79;
  background: #fff;
  margin-top: 60px;
}
@media (max-width: 567px) {
  .privacy_card-wrap {
    margin-top: 40px;
  }
}

.privacy_card-inner {
  padding: 40px;
}
.privacy_card-inner h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #9D8C79;
  padding-bottom: 26px;
}
@media (max-width: 567px) {
  .privacy_card-inner {
    padding: 40px 15px;
  }
}

.privacy_card-title h4 {
  color: #333;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 567px) {
  .privacy_card-title h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.privacy_card-grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .privacy_card-grid {
    flex-direction: column;
  }
}

.privacy_card-grid-item {
  width: calc(50% - 10px);
}
@media (max-width: 567px) {
  .privacy_card-grid-item {
    width: 100%;
  }
  .privacy_card-grid-item:nth-child(2) {
    margin-top: 20px;
  }
}

.privacy_card-grid-item_text {
  text-align: center;
}
.privacy_card-grid-item_text p {
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
}
@media (max-width: 567px) {
  .privacy_card-grid-item_text p {
    padding-top: 10px;
    font-weight: 500;
  }
}

.lineup_wrap {
  padding: 0 20px;
}
@media (max-width: 567px) {
  .lineup_wrap {
    padding: 0 15px;
  }
}

.lineup_inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 567px) {
  .lineup_inner {
    padding: 40px 0;
  }
}
@media (max-width: 567px) {
  .lineup_inner .type_lead {
    text-align: left;
  }
}

.lineup_base-list {
  margin-top: 60px;
}
@media (max-width: 567px) {
  .lineup_base-list {
    margin-top: 30px;
  }
}

.lineup_base-block {
  display: flex;
  align-items: center;
  background-color: #F2EEE9;
  border-top: 1px solid #4CBBB4;
}
@media (max-width: 567px) {
  .lineup_base-block {
    flex-direction: column;
    align-items: baseline;
  }
}
.lineup_base-block:last-of-type {
  border-bottom: 1px solid #4CBBB4;
}

.lineup_base-image_grid {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30px;
  justify-content: space-between;
  background-color: #fff;
  border-top: 1px solid #F2EEE9;
}
@media (max-width: 770px) {
  .lineup_base-image_grid {
    padding: 40px 10px;
  }
}
.lineup_base-image_grid:last-of-type {
  border-bottom: 1px solid #F2EEE9;
}
@media (max-width: 567px) {
  .lineup_base-image_grid {
    border-top: 1px solid #4CBBB4;
    padding: 10px 0 30px;
  }
}

.lineup_base-area {
  width: 25%;
}

.lineup_base-image_block {
  width: 75%;
}
@media (max-width: 567px) {
  .lineup_base-image_block {
    width: 100%;
  }
}

.lineup_base-name {
  padding-left: 18px;
}
@media (max-width: 567px) {
  .lineup_base-name {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.lineup_base-name_en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #4CBBB4;
  font-size: 20px;
}

.lineup_base-name_ja {
  font-weight: 700;
  margin-top: 2px;
}

.lineup_base-image_item {
  display: flex;
  align-items: self-end;
  width: 50%;
  padding-right: 2%;
}
@media (max-width: 770px) {
  .lineup_base-image_item {
    width: 50%;
  }
}
.lineup_base-image_item:not(:nth-child(1), :nth-child(2)) {
  margin-top: 20px;
}
@media (max-width: 567px) {
  .lineup_base-image_item {
    display: block;
    width: 50%;
  }
}

.lineup_base-image {
  width: 162px;
}
@media (max-width: 567px) {
  .lineup_base-image {
    width: 100%;
  }
}

.lineup_base-image_textarea {
  padding-left: 7px;
  width: 50%;
}
@media (max-width: 567px) {
  .lineup_base-image_textarea {
    padding-left: 0;
    width: 100%;
  }
}

.lineup_base-image_name-prace {
  margin-top: 20px;
  background-color: #F2EEE9;
  border: 1px solid #F2EEE9;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 4px;
}
.lineup_base-image_name-prace p {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 567px) {
  .lineup_base-image_name-prace p {
    font-size: 12px;
  }
}
@media (max-width: 567px) {
  .lineup_base-image_name-prace {
    margin-top: 4px;
  }
}

.name-prace-botton {
  background-color: #4CBBB4;
  color: #fff;
  border: 1px solid #4CBBB4;
  box-sizing: border-box;
  margin-top: 20px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.name-prace-botton:hover {
  background-color: #fff;
  color: #4CBBB4;
  border: 1px solid #4CBBB4;
  outline-offset: -1px;
}

@media (max-width: 576px) {
  .name-prace-botton {
    margin-top: 4px;
  }
  .lineup_base-image_name-prace {
    border: 1px solid #F2EEE9;
  }
}
.lineup_base-image_name {
  font-size: 16px;
  font-weight: 700;
}
.lineup_base-image_name span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.cont_wrap {
  padding: 0 20px;
}
@media (max-width: 567px) {
  .cont_wrap {
    padding: 0 20px;
  }
}

.cont_inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 87px 0 90px 0;
}
@media (max-width: 567px) {
  .cont_inner {
    padding: 40px 0;
  }
}

.cont_title {
  text-align: center;
}
.cont_title.sonota {
  margin-top: 40px;
}

.cont_contents {
  margin-top: 60px;
}
@media (max-width: 567px) {
  .cont_contents {
    margin-top: 20px;
  }
}

.cont_list-name h3 {
  display: inline-block;
}

.cont_list-room_number {
  display: inline-block;
  padding-left: 19px;
  color: #4CBBB4;
}
@media (max-width: 567px) {
  .cont_list-room_number {
    padding-left: 0;
  }
}

.room-card {
  background: #4CBBB4;
  padding: 2px 12px;
  color: #fff;
  border-radius: 4px;
}
@media (max-width: 567px) {
  .room-card {
    font-size: 14px;
  }
}

.cont_table-title {
  background-color: #F2EEE9;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  padding: 5px 10px;
}
@media (max-width: 567px) {
  .cont_table-title {
    margin-top: 20px;
  }
}

.cont_list-grid {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .cont_list-grid {
    margin-top: 0;
    flex-direction: column;
  }
}

.cont_item {
  width: calc(50% - 15px);
}
@media (max-width: 567px) {
  .cont_item {
    width: 100%;
  }
}

.cont_table {
  margin-top: 0;
}
.cont_table tr td:first-child {
  color: #675949;
  width: 10%;
  padding: 30px 0;
}
@media (max-width: 567px) {
  .cont_table tr td:first-child {
    border-bottom: 0;
    font-weight: 700;
  }
}

@media (max-width: 567px) {
  .cont_table .table-tr td {
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 5px 0 15px;
  }
}
@media (max-width: 567px) {
  .cont_table .table-tr td:first-child {
    width: 100%;
    font-weight: 700;
    border-bottom: 0;
    padding: 15px 0 0;
  }
}
.cont_table .table-tr td:nth-child(2) {
  text-align: left;
  padding-left: 34px;
}
@media (max-width: 567px) {
  .cont_table .table-tr td:nth-child(2) {
    position: relative;
    padding-left: 0;
  }
  .cont_table .table-tr td:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 1px;
    background-color: #4CBBB4;
    bottom: 0;
    left: 0;
  }
}

.cont_table-ad_area {
  margin-top: 20px;
}
@media (max-width: 567px) {
  .cont_table-ad_area {
    margin-top: 10px;
  }
}

.cont_table-ad-list li {
  font-family: "Noto Sans JP", sans-serif;
  list-style: disc;
  margin-left: 1.45rem;
  line-height: 2;
  font-size: 14px;
}
.cont_table-ad-list .cont_table-ad-list-none {
  list-style: none;
}

/* service */
.service_wrap {
  background-color: #F2EEE8;
  padding: 0 20px;
}
.service_inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.service_title {
  text-align: center;
}
.service_contents {
  margin-top: 60px;
}
.service_list-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  max-width: 850px;
  margin: 0 auto;
}
.service_item {
  text-align: center;
  width: 25%;
}
.service_item-name {
  margin-top: 19px;
}
.service_item-name p {
  font-weight: 500;
  font-size: 14px;
}
.service_item-img img {
  max-width: 50px;
  height: 50px;
}
@media (max-width: 567px) {
  .service_wrap {
    padding: 0 30px;
  }
  .service_inner {
    padding: 40px 0;
  }
  .service_contents {
    margin-top: 30px;
  }
  .service_list-grid {
    gap: 30px 0;
  }
  .service_item-img img {
    max-width: 40px;
    height: 40px;
  }
  .service_item-name p {
    font-size: 9px;
  }
}

.voice_wrap {
  padding: 0 20px;
}
@media (max-width: 567px) {
  .voice_wrap {
    padding: 0 15px;
  }
}

.voice_inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 567px) {
  .voice_inner {
    padding: 40px 0;
  }
}

.voice_title {
  text-align: center;
}

.voice_grid {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .voice_grid {
    flex-direction: column;
    margin-top: 20px;
  }
}

.voice_item {
  width: calc(50% - 10px);
  background: #F2F0EA;
  padding: 40px 20px 15px;
}
@media (max-width: 567px) {
  .voice_item {
    width: 100%;
    padding: 30px 15px;
  }
  .voice_item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.voice_item-title {
  color: #4CBBB4;
}
.voice_item-title p {
  line-height: 1.4;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #4CBBB4;
  padding-left: 10px;
}
@media (max-width: 567px) {
  .voice_item-title p {
    font-size: 16px;
  }
}

.voice_item-categorylist {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #4CBBB4;
  padding-bottom: 10px;
  justify-content: flex-end;
}
@media (max-width: 567px) {
  .voice_item-categorylist {
    justify-content: flex-start;
  }
}

.category-item-p {
  font-weight: 500;
  margin-right: 10px;
}

.category-item-p:last-child {
  margin-right: 0;
}

.category-item {
  background-color: #4CBBB4;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 2px 10px 3px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 5px;
}
@media (max-width: 567px) {
  .category-item {
    width: 100%;
    padding: 2px 6px 3px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .category-item {
    width: 140px;
  }
}

.voice_item-text {
  margin-top: 20px;
}
.voice_item-text p {
  font-weight: 500;
  line-height: 2;
  margin: 20px 0;
  font-size: 15px;
}

.voice-username {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 567px) {
  .voice-username {
    text-align: left;
  }
}

.access_wrap {
  padding: 0 20px;
}
.access_inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0 60px;
}
@media (max-width: 567px) {
  .access_inner {
    padding: 40px 0;
  }
}

.access_title {
  text-align: center;
}

.access_image-block_grid {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 567px) {
  .access_image-block_grid {
    margin-top: 10px;
  }
}

.access_office-name {
  width: 33%;
}

.access_office-image {
  width: 32%;
}
@media (max-width: 567px) {
  .access_office-image {
    width: 49%;
  }
}

.access_office-name h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
}

.access_access-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.access_list-grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 567px) {
  .access_list-grid {
    flex-direction: column;
  }
}

.access_list-item {
  width: calc(50% - 15px);
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 567px) {
  .access_list-item {
    width: 100%;
    margin-top: 20px;
  }
}

.access_item-name {
  padding-bottom: 14px;
  border-bottom: 1px solid #4CBBB4;
}
@media (max-width: 567px) {
  .access_item-name {
    padding-bottom: 10px;
  }
}
.access_item-name p {
  font-size: 16px;
  font-weight: 700;
  color: #4CBBB4;
}

.item-tel {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
@media (max-width: 567px) {
  .item-tel {
    font-size: 18px;
  }
}

.access_item-text {
  margin-top: 18px;
}
@media (max-width: 567px) {
  .access_item-text {
    margin-top: 10px;
  }
}
@media (max-width: 567px) {
  .access_item-text p {
    font-size: 14px;
  }
}
.access_item-text p:nth-child(2) {
  margin-top: 10px;
}
.access_item-text .attention {
  font-size: 12px;
}

.access_list {
  margin-top: 34px;
}

.access_item-text_grid {
  margin-top: 18px;
  display: flex;
}
@media (max-width: 567px) {
  .access_item-text_grid {
    margin-top: 10px;
    flex-direction: column;
  }
}

.access_item-text_item {
  padding-right: 2%;
}
@media (max-width: 567px) {
  .access_item-text_item {
    width: 100%;
  }
  .access_item-text_item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.access_item-text_item-name p {
  font-size: 16px;
}
@media (max-width: 567px) {
  .access_item-text_item-name p {
    font-size: 14px;
  }
}

.access_table-ad_area .access_metro {
  display: flex;
}
.access_table-ad_area .access_metro img {
  width: 34px;
  margin-right: 5px;
}

.faq_wrap {
  padding: 0 20px;
}
@media (max-width: 567px) {
  .faq_wrap {
    padding: 0 20px;
  }
}

.faq_inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 567px) {
  .faq_inner {
    padding: 40px 0;
  }
}

.access_title {
  text-align: center;
}

.faq_list-block {
  margin-top: 40px;
}
@media (max-width: 567px) {
  .faq_list-block {
    margin-top: 20px;
  }
}

.faq_item {
  border-top: 1px solid #675949;
}

.faq_item:last-child {
  border-bottom: 1px solid #675949;
}

.faq-item-q_grid {
  display: flex;
  padding: 40px 20px;
  position: relative;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 567px) {
  .faq-item-q_grid {
    padding: 18px 10px;
  }
}
.faq-item-q_grid span {
  width: 40px;
}
@media (max-width: 770px) {
  .faq-item-q_grid span {
    width: 30px;
  }
}
.faq-item-q_grid::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #9D8C79;
  right: 20px;
  border-radius: 4px;
  transition: all 0.5s;
}
@media (max-width: 567px) {
  .faq-item-q_grid::before {
    right: 5px;
    width: 16px;
    height: 2px;
    top: 50%;
  }
}
.faq-item-q_grid::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #9D8C79;
  right: 20px;
  border-radius: 4px;
  transform: rotate(90deg);
  transition: all 0.5s;
}
@media (max-width: 567px) {
  .faq-item-q_grid::after {
    right: 5px;
    width: 16px;
    height: 2px;
    top: 50%;
  }
}
.faq-item-q_grid.close::after {
  transform: rotate(0deg);
}
.faq-item-q_grid p {
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 500;
}
@media (max-width: 770px) {
  .faq-item-q_grid p {
    width: 90%;
  }
}
@media (max-width: 567px) {
  .faq-item-q_grid p {
    width: 86%;
    padding-left: 10px;
    line-height: 2;
    padding-right: 0;
    font-size: 14px;
  }
}

.faq-item-a_grid {
  display: none;
  padding: 40px 20px;
  position: relative;
  background-color: #F2F0EA;
  margin-bottom: 30px;
}
@media (max-width: 567px) {
  .faq-item-a_grid {
    padding: 20px 10px;
  }
}
@media (max-width: 770px) {
  .faq-item-a_grid span {
    width: 30px;
  }
}
.faq-item-a_grid p {
  padding-left: 20px;
  padding-right: 40px;
  line-height: 2;
}
@media (max-width: 567px) {
  .faq-item-a_grid p {
    font-weight: 400;
    width: 80%;
  }
}

.q-icon {
  width: 40px;
  height: 40px;
  background-color: #9D8C79;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.7;
}

.faq-item-a_grid-box {
  display: flex;
  align-items: center;
}
.faq-item-a_grid-box span {
  width: 40px;
}
@media (max-width: 770px) {
  .faq-item-a_grid-box span {
    width: 30px;
  }
}
@media (max-width: 770px) {
  .faq-item-a_grid-box p {
    width: 100%;
    padding-left: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 567px) {
  .faq-item-a_grid-box p {
    width: 86%;
    padding-left: 10px;
    line-height: 2;
    padding-right: 0;
  }
}
@media (max-width: 567px) {
  .faq-item-a_grid-box div {
    width: 86%;
  }
}
@media (max-width: 567px) {
  .faq-item-a_grid-box div p {
    width: 100%;
  }
}
.faq-item-a_grid-box div ul {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 567px) {
  .faq-item-a_grid-box div ul {
    padding-left: 10px;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-top: 10px;
  }
}
.faq-item-a_grid-box div ul li {
  list-style: disc;
  line-height: 2;
  margin-left: 1.25rem;
}

.a-icon {
  width: 40px;
  height: 40px;
  background-color: #4CBBB4;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.7;
  margin-right: 40px;
}
@media (max-width: 567px) {
  .a-icon {
    margin-right: 10px;
  }
}

.form_wrap {
  background-color: #F2F0EA;
}

.form_title {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 567px) {
  .form_title {
    padding-top: 40px;
  }
}

.form_inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 80px;
}
@media (max-width: 567px) {
  .form_inner {
    padding: 20px 20px 40px;
  }
}

.form_contents-inner {
  padding: 60px;
  background-color: #fff;
}
@media (max-width: 567px) {
  .form_contents-inner {
    padding: 30px 15px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .form_contents-inner {
    padding: 60px 30px;
  }
}

.form_contents-inner .contact_btn-block {
  width: 100%;
  margin-top: 0;
}

.form_card-grid {
  display: flex;
  padding: 40px 20px;
  position: relative;
  align-items: center;
}
.form_card-grid::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: #9D8C79;
  left: 50%;
}
@media (max-width: 567px) {
  .form_card-grid::after {
    width: 70px;
    height: 1px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 567px) {
  .form_card-grid {
    flex-direction: column;
    padding: 20px 10px;
  }
}

.form_contents-card {
  background-color: #F2F0EA;
  margin-top: 30px;
}
@media (max-width: 567px) {
  .form_contents-card {
    margin-top: 10px;
  }
}

.form_tel-block {
  width: 50%;
  text-align: center;
}
@media (max-width: 567px) {
  .form_tel-block {
    width: 100%;
  }
}
.form_tel-block .form_time {
  font-size: 14px;
}
.form_tel-block .header_tel-link {
  text-align: center;
  font-size: 2.75rem;
}
@media (max-width: 567px) {
  .form_tel-block .header_tel-link {
    font-size: 32px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .form_tel-block .header_tel-link {
    font-size: 34px;
  }
}
.form_tel-block .header_tel-link img {
  max-width: 20px;
}
@media (max-width: 567px) {
  .form_tel-block .header_tel-link img {
    max-width: 14px;
  }
}

@media (max-width: 567px) {
  .form_time {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .form_card-grid::after {
    display: none;
  }
}

.form_time-block {
  width: 50%;
  text-align: center;
  font-weight: 700;
  color: #333;
}
@media (max-width: 567px) {
  .form_time-block {
    width: 100%;
    margin-top: 10px;
  }
}
.form_time-block .margin {
  margin-top: 10px;
}
.form_time-block p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 567px) {
  .form_time-block p {
    font-size: 14px;
  }
}
.form_time-block span {
  font-size: 13px;
  font-weight: 500;
}

.form_contents-name {
  border-left: 3px solid #9D8C79;
  padding-left: 17px;
}
@media (max-width: 567px) {
  .form_contents-name {
    padding-left: 7px;
  }
}
.form_contents-name h3 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}
@media (max-width: 567px) {
  .form_contents-name h3 {
    font-size: 16px;
  }
}
.hbspt-form {
  margin-bottom: 60px;
}
@media (max-width: 567px) {
  .hbspt-form {
    margin-bottom: 30px;
  }
}

#mail_form {
  margin-top: 40px;
}
@media (max-width: 567px) {
  #mail_form {
    margin-top: 0;
  }
}
#mail_form .required-mark {
  padding: 3px 8px;
  background-color: #CC001A;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 567px) {
  #mail_form .required-mark {
    margin-top: 20px;
  }
}
#mail_form .any {
  padding: 3px 8px;
  background-color: #AAAAAA;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 567px) {
  #mail_form .any {
    margin-top: 15px;
  }
}
#mail_form dl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1px 1px 30px;
  border-bottom: 1px solid #E4E4E4;
}
@media (max-width: 567px) {
  #mail_form dl {
    display: inline;
    padding-bottom: 20px;
    border: none;
  }
}
@media (max-width: 567px) {
  #mail_form dl .pc-hidden {
    display: inline-flex;
  }
}
#mail_form dl:not(:first-of-type) {
  padding-top: 30px;
}
@media (max-width: 567px) {
  #mail_form dl:not(:first-of-type) {
    padding-top: 20px;
  }
}
#mail_form dl:last-of-type {
  align-items: flex-start;
}
#mail_form dt {
  width: 25%;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 567px) {
  #mail_form dt {
    display: inline-block;
    width: 80%;
    justify-content: left;
    padding-left: 7px;
  }
  #mail_form dt .required-mark {
    margin-right: 8px;
  }
}
@media (max-width: 567px) and (max-width: 567px) {
  #mail_form dt .required-mark {
    margin-top: 15px;
  }
}
@media (max-width: 567px) {
  #mail_form dt .any {
    margin-right: 8px;
  }
}
#mail_form dd {
  width: 73%;
}
@media (max-width: 567px) {
  #mail_form dd {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#mail_form dd li {
  background-color: #F7F7F8;
  transition: all 0.5s;
}
#mail_form dd li:hover {
  background-color: #e2e2e2;
}
#mail_form dd li label {
  display: block;
  padding: 15px 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#mail_form dd li:not(:first-child) {
  margin-top: 10px;
}
#mail_form dd li input {
  padding-left: 15px;
  margin-right: 17px;
  font-size: 16px;
}
@media (max-width: 567px) {
  #mail_form dd li input {
    margin-right: 10px;
    font-size: 16px;
  }
}
#mail_form input {
  border: 1px solid #E2E2E2;
  background-color: #FAFAFA;
  font-size: 16px;
}
#mail_form input::-moz-placeholder {
  color: #969696;
  font-size: 16px;
}
#mail_form input::placeholder {
  color: #969696;
  font-size: 16px;
}
#mail_form input[type=text], #mail_form input[type=email], #mail_form input[type=tel] {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
}
#mail_form textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #E2E2E2;
  background-color: #FAFAFA;
  font-size: 16px;
}
#mail_form textarea::-moz-placeholder {
  color: #969696;
}
#mail_form textarea::placeholder {
  color: #969696;
}
#mail_form #agree_check label {
  font-size: 12px;
}
#mail_form #agree_check a {
  color: #EF9595;
  border-bottom: #EF9595 1px solid;
}
#mail_form #agreement {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 567px) {
  #mail_form #agreement {
    margin-top: 0;
  }
}
#mail_form .btn-area {
  text-align: center;
  margin-top: 40px;
  border-radius: 0;
  -webkit-appearance: none;
}
@media (max-width: 567px) {
  #mail_form .btn-area {
    margin-top: 20px;
  }
}
#mail_form .btn-area input {
  max-width: 393px;
  width: 100%;
  padding: 24px 15px;
  color: #fff;
  background-color: #4CBBB4;
  border: 1px solid #4CBBB4;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s;
}
#mail_form .btn-area input:hover {
  background-color: #fff;
  color: #4CBBB4;
}
#mail_form .btn-area input:hover span::after {
  background-color: #4CBBB4;
}
@media (max-width: 567px) {
  #mail_form .btn-area input {
    font-size: 16px;
    padding: 16px 15px;
  }
}
#mail_form .btn-area span {
  position: relative;
}
#mail_form .btn-area span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/ionic-ios-.svg);
  top: 0;
  right: 10%;
}
#mail_form .error_blank {
  color: #CC001A;
}

.footer_wrap {
  background-color: #333333;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
}
.footer_wrap p {
  color: #fff;
  font-size: 11px;
}

.price .privacy_card-grid-item_text p {
  font-size: 13px;
  text-align: left;
}
@media (max-width: 567px) {
  .price .privacy_card-grid-item:nth-child(2) {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=style.css.map */

.cp-banner-content02 {
  margin-bottom: -3px;
}