@charset "UTF-8";
h2 {
  font-family: var(--fontOrp);
  color: var(--Color4);
  font-size: 3.125rem;
  letter-spacing: 0.12em;
  line-height: 1.25em;
}

.inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

/*　-----------------------　メインビジュアル　-----------------------　*/
#MainVisual {
  padding-top: 70px;
  position: relative;
}
#MainVisual figure {
  width: 100%;
  height: auto;
  background-image: url(../images/location/mv.jpg);
  background-position: bottom center;
  background-size: cover;
}
#MainVisual figure img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
#MainVisual .main_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 8vw;
  color: #fff;
  font-size: max(2.5vw, 30px);
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 5px #000);
  -webkit-filter: drop-shadow(0 0 5px #000);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  #MainVisual {
    padding-top: 70px;
    position: relative;
  }
  #MainVisual figure {
    width: 100%;
    height: calc(100dvh - 70px - 20vw);
    background-image: url(../images/location/mv_sp.jpg);
  }
  #MainVisual figure img {
    width: 100%;
    height: calc(100vh - 70px - 20vw);
    mix-blend-mode: multiply;
  }
  #MainVisual figure figcaption {
    bottom: 1%;
  }
  #MainVisual .main_logo {
    top: 18%;
    left: inherit;
    width: 100%;
    text-align: center;
    font-size: 10vw;
  }
}
/*　-----------------------　共通 2　-----------------------　*/
.shop_introduction {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc((100% - 1000px) / 2);
  padding-right: calc((100% - 1000px) / 2);
}
.shop_introduction ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
.shop_introduction ul li {
  width: 300px;
}
.shop_introduction ul li div:nth-child(2) {
  margin-top: 10px;
}
.shop_introduction ul li h4 {
  margin-top: 0.5em;
  font-size: 1.1rem;
  color: var(--Color4);
}
.shop_introduction ul li p {
  font-size: 0.9rem;
  margin-top: 0.1em;
}
.shop_introduction ul li span {
  font-size: 80%;
}

.shop_column {
  background-color: var(--Color3);
  color: var(--Color2);
  width: 1000px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc((100% - 1000px) / 2);
  padding-right: calc((100% - 1000px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#sec02 .shop_column {
  align-items: center;
}

.shop_column div, .shop_column figure {
  width: 480px;
}
.shop_column > div h3 span {
  font-size: 60%;
}
.shop_column .shop_copy {
  margin-top: 40px;
  padding-bottom: 30px;
}
.shop_column .shop_detail {
  padding-top: 20px;
  font-size: 85%;
  border-top: 1px solid var(--Color2);
}

.edu_column .shop_introduction {
  /* 教育コラム対応 */
  padding-top: 20px;
  padding-bottom: 20px;
}
.edu_column .shop_introduction ul li h4 {
  /* 教育コラム対応 */
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 0.8em;
}
.edu_column .shop_introduction ul li p {
  /* 教育コラム対応 */
  margin-top: 0.5em;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .shop_introduction {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5%;
    padding-right: 5%;
  }
  .shop_introduction ul {
    row-gap: 4vw;
  }
  .shop_introduction ul li {
    width: 29vw;
  }
  .shop_introduction ul li div:nth-child(2) {
    margin-top: 1vw;
  }
  .shop_column {
    width: 90%;
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5%;
    padding-right: 5%;
  }
  .shop_column div, .shop_column figure {
    width: calc(48vw - 5%);
  }
  .shop_column > div h3 span {
    font-size: 60%;
  }
  .shop_column .shop_copy {
    margin-top: 4vw;
    padding-bottom: 3vw;
  }
  .shop_column .shop_detail {
    padding-top: 2vw;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .shop_introduction {
    width: 90%;
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5%;
    padding-right: 5%;
  }
  .shop_introduction p {
    margin-top: 2.5vw;
    margin-bottom: 8vw;
  }
  .shop_introduction ul {
    display: block;
    row-gap: 5vw;
  }
  .shop_introduction ul li {
    width: 85%;
    margin: 0 auto 5vw;
  }
  .shop_introduction ul li div:nth-child(2) {
    margin-top: 10px;
  }
  .shop_column {
    width: 90%;
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }
  .shop_column div, .shop_column figure {
    width: 100%;
  }
  .shop_column .shop_copy {
    margin-top: 5vw;
    padding-bottom: 4vw;
  }
  .shop_column .shop_detail {
    padding-top: 2.5vw;
    margin-bottom: 5vw;
  }
  .edu_column .shop_introduction {
    /* 教育コラム対応 */
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
/*　-----------------------　共通 1　-----------------------　*/
.cap {
  font-size: 65%;
}

sup {
  font-size: 50%;
}

/* -------- */
.sec_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec_ttl.reverse {
  flex-direction: row-reverse;
}
.sec_ttl.reverse > div {
  margin-left: 7vw;
  margin-right: calc((100% - 1000px) / 2);
}
.sec_ttl.flex_end {
  align-items: stretch;
}
.sec_ttl.flex_end > figure {
  display: flex;
  align-items: flex-end;
}
.sec_ttl.flex_end > figure > div {
  width: 100%;
}
.sec_ttl > div {
  width: 530px;
  margin-left: calc((100% - 1000px) / 2);
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  margin-top: 1em;
}
.sec_ttl h2::after {
  content: "";
  display: block;
  width: 2.3em;
  border-bottom: 1px solid var(--Color4);
  margin: 0.5em 0;
}
.sec_ttl h3 {
  margin-bottom: 1em;
}
.sec_ttl figure {
  width: calc(500px + (100% - 1000px) / 2);
}

.sec_ttl_txt {
  margin-bottom: 2em;
}

.sec_ttl.flex_end .sec_ttl_txt {
  margin-bottom: 0;
}

/* -------- */
.w1000 {
  width: 1000px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.w1000.r500 {
  padding-top: 20px;
}

/* -------- */
.h3_color {
  color: var(--Color4);
  font-size: 1.32rem;
  margin-bottom: 1em;
}

/* -------- */
.left_img img {
  width: calc(50vw + 493px);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .sec_ttl {
    padding-top: 8vw;
    gap: 2vw;
    align-items: flex-end;
  }
  .sec_ttl > div {
    width: 48vw;
    margin-left: 5%;
  }
  .sec_ttl > figure {
    width: 50vw;
  }
  .sec_ttl_txt {
    margin-bottom: 0;
  }
  /* -------- */
  .w1000 {
    width: 90%;
    padding-top: 6vw;
    padding-bottom: 8vw;
    gap: 4vw;
  }
  .w1000.r500 {
    padding-top: 1.5vw;
  }
  /* -------- */
  .left_img {
    text-align: center;
  }
  .left_img img {
    width: 95vw;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .sec_ttl {
    padding-top: 10vw;
    margin-top: 10vw;
    display: block;
    padding: 0 2.5%;
  }
  .sec_ttl.flex_end {
    display: flex;
    flex-direction: column;
  }
  .sec_ttl > div {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .sec_ttl > figure {
    width: 100%;
    margin-top: 5vw;
  }
  /* -------- */
  .w1000 {
    width: 90%;
    padding-top: 6vw;
    padding-bottom: 8vw;
    display: block;
  }
  .w1000.r500 {
    padding-top: 1.5vw;
  }
}
/*　-----------------------　USEFULL　-----------------------　*/
.usefull {
  padding: 10vw 0 8vw;
  background-image: url(../images/location/useful_bg.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.usefull .usefull_title {
  color: #977f52;
  font-size: var(--font28);
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  text-align: center;
}
.usefull .usefull_subtitle {
  font-size: var(--font24);
  text-align: center;
  margin-bottom: 1em;
}
.usefull .usefull_subtitle span {
  font-size: var(--font12);
}
.usefull .usefull_note {
  font-size: var(--font10);
  text-align: center;
  margin: 0 0 7em;
}
.usefull .usefull_text {
  font-size: var(--font14);
  line-height: 2.5;
  text-align: center;
  margin-bottom: 7em;
}
/* ----------------------- */
/* 1000*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .usefull {
    padding: 5rem 0 4rem;
  }
  .usefull .usefull_text {
    font-size: var(--font14);
  }
  .usefull .usefull_note {
    margin-bottom: 3rem;
  }
  .usefull .usefull_subtitle {
    margin-bottom: 1rem;
  }
  .usefull .usefull_title {
    margin-bottom: 2rem;
  }
}
/*　-----------------------　SHOPPING　-----------------------　*/
.shopping {
  padding: 0;
}
.shopping .shopping_main {
  position: relative;
}
.shopping .shopping_main img {
  width: 100%;
}
.shopping .shopping_main .main_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 8vw;
  color: #fff;
  font-size: var(--font24);
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 5px #000);
  -webkit-filter: drop-shadow(0 0 5px #000);
}
.shopping .shopping_subtitle {
  padding: clamp(2rem, 5vw, 5rem) 0;
  text-align: center;
}
.shopping .shopping_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: clamp(1rem, 3vw, 3rem);
}
.shopping .shopping_list:last-child {
  margin-bottom: 5rem;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.shopping .shopping_list li {
  width: calc((100% - 4rem) / 3);
}
.shopping .shopping_list li:has(.list_img) .list_title {
  border-top: none;
  padding-right: 8em;
}
.shopping .shopping_list li .list_title {
  color: #977f52;
  font-size: var(--font14);
  line-height: 1.2;
  text-align: left;
  padding-bottom: 1rem;
  border-top: solid 1px #977f52;
  padding: 1rem 0;
  position: relative;
  padding-right: 3em;
}
.shopping .shopping_list li .list_title img {
  top: -1rem;
  position: absolute;
  right: 0;
  height: clamp(3rem, 5vw, 4rem);
}
.shopping .shopping_list li span {
  display: block;
  color: #977f52;
  font-size: var(--font10);
}
.shopping .shopping_contents {
  background-color: #e8e4da;
  padding: clamp(3rem, 6vw, 6rem) 0;
}
.shopping .shopping_contents .shopping_block {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.shopping .shopping_contents .shopping_block:last-child {
  margin-bottom: 0;
}
.shopping .shopping_contents .shopping_block.reverse {
  flex-direction: row-reverse;
}
.shopping .shopping_contents .shopping_block .shopping_box {
  width: 50%;
  position: relative;
}
.shopping .shopping_contents .shopping_block .shopping_box .border {
  position: absolute;
  top: 0;
  left: 0;
}
.shopping .shopping_contents .shopping_title {
  color: #977f52;
  font-size: var(--font22);
  letter-spacing: 0.12;
  margin-bottom: clamp(1rem, 2vw, 2rem);
  text-align: left;
}
.shopping .shopping_contents .shopping_title span {
  font-size: var(--font12);
  display: inline-block;
}
.shopping .shopping_contents .shopping_text {
  font-size: var(--font14);
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.shopping .shopping_contents .shopping_info {
  padding-top: 2rem;
  border-top: solid 1px #231815;
}
.shopping .shopping_contents .shopping_info .info_text {
  font-size: var(--font12);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .shopping .shopping_list li .list_title img {
    top: -2rem;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .shopping .shopping_subtitle {
    padding: 3rem 0;
  }
  .shopping .shopping_list {
    justify-content: center;
    gap: 1rem;
    align-items: flex-end;
  }
  .shopping .shopping_list li {
    width: calc((100% - 1rem) / 2);
    max-width: 480px;
    margin-bottom: 1rem;
  }
  .shopping .shopping_list li .list_title {
    padding-right: 0em;
  }
  .shopping .shopping_list li .list_title img {
    height: clamp(3rem, 5vw, 4rem);
    position: absolute;
    right: 0;
    top: -2.5rem;
  }
  .shopping .shopping_list li:has(.list_img) .list_title {
    padding-right: 0em;
  }
  .shopping .shopping_contents {
    padding: 4rem 0 3rem;
  }
  .shopping .shopping_contents .shopping_block {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .shopping .shopping_contents .shopping_block.reverse {
    flex-direction: column;
  }
  .shopping .shopping_contents .shopping_block .shopping_box {
    width: 100%;
    text-align: center;
  }
  .shopping .shopping_contents .shopping_info .info_text {
    text-align: left;
  }
  .shopping .shopping_contents .shopping_text {
    text-align: left;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 480px) {
  .shopping .shopping_list li .list_title {
    font-size: clamp(0.55rem, 0.8vw, 0.8rem);
  }
  .shopping .shopping_list li .list_title span {
    font-size: clamp(0.45rem, 0.5vw, 0.5rem);
  }
}
/*　-----------------------　Nature　-----------------------　*/
.nature {
  padding: 0;
}
.nature .nature_main {
  position: relative;
}
.nature .nature_main .main_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 8vw;
  color: #fff;
  font-size: var(--font24);
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 5px #000);
  -webkit-filter: drop-shadow(0 0 5px #000);
}
.nature .nature_main img {
  width: 100%;
}
.nature .nature_subtitle {
  padding: clamp(2rem, 5vw, 5rem) 0;
  text-align: center;
}
.nature .nature_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}
.nature .nature_list li {
  width: calc((100% - 4rem) / 3);
}
.nature .nature_list li:has(.list_img) .list_title {
  border-top: none;
}
.nature .nature_list li .list_title {
  color: #977f52;
  font-size: var(--font14);
  letter-spacing: 0.1em;
  text-align: left;
  border-top: solid 1px #977f52;
  padding: 1rem 0;
}
.nature .nature_list li span {
  display: block;
  color: #977f52;
  font-size: var(--font10);
}
.nature .nature_inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto clamp(2rem, 5vw, 5rem);
}
.nature .nature_contents {
  background-color: #e8e4da;
  padding: clamp(3rem, 6vw, 6rem) 0;
}
.nature .nature_contents .nature_block {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1rem;
}
.nature .nature_contents .nature_block.reverse {
  flex-direction: row-reverse;
}
.nature .nature_contents .nature_block .nature_box {
  width: 50%;
}
.nature .nature_contents .nature_title {
  color: #977f52;
  font-size: var(--font22);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 2em;
  text-align: left;
}
.nature .nature_contents .nature_title span {
  font-size: var(--font12);
}
.nature .nature_contents .nature_text {
  font-size: var(--font15);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.nature .nature_contents .nature_note {
  font-size: var(--font10);
  margin-bottom: 3em;
}
.nature .nature_contents .nature_info {
  padding-top: 2rem;
  border-top: solid 1px #231815;
}
.nature .nature_contents .nature_info .info_text {
  font-size: var(--font10);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .nature .nature_subtitle {
    padding: 3rem 0;
  }
  .nature .nature_list {
    justify-content: center;
    align-content: center;
    gap: 1rem;
  }
  .nature .nature_list li {
    width: calc((100% - 1rem) / 2);
    max-width: 480px;
  }
  .nature .nature_contents .nature_title {
    margin-bottom: 1em;
  }
  .nature .nature_contents .nature_block {
    flex-direction: column;
    gap: 1rem;
  }
  .nature .nature_contents .nature_block .nature_box {
    width: 100%;
    max-width: 100%;
  }
}
/*　-----------------------　Education　-----------------------　*/
.education {
  padding: 0;
}
.education h3 {
  font-size: var(--font21);
  letter-spacing: 0.1em;
}
.education h4 {
  font-size: var(--font16);
  letter-spacing: 0.1em;
}
.education .education_main {
  position: relative;
}
.education .education_main .main_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 8vw;
  color: #fff;
  font-size: var(--font24);
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 5px #000);
  -webkit-filter: drop-shadow(0 0 5px #000);
}
.education .education_main img {
  width: 100%;
}
.education .education_subtitle {
  padding: clamp(3rem, 5vw, 5rem) 0;
  text-align: center;
  font-size: var(--font21);
  letter-spacing: 0.15em;
}
.education .education_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: clamp(1rem, 3vw, 2rem);
}
.education .education_list:first-child .list_title span {
  display: inline;
}
.education .education_list li {
  width: calc((100% - 5rem) / 3);
}
.education .education_list li:has(.list_img) .list_title {
  border-top: none;
}
.education .education_list li .list_note {
  font-size: var(--font10);
  padding: 1rem;
}
.education .education_list li .list_title {
  color: #977f52;
  font-size: var(--font14);
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 1rem;
  border-top: solid 1px #977f52;
  padding: 1rem 0;
}
.education .education_list li .list_title span {
  display: block;
  color: #977f52;
  font-size: var(--font10);
}
.education .education_list li .list_title.none {
  padding: 27px;
}
.education .education_school .education_list:nth-of-type(1) {
  gap: 0;
}
.education .education_school .education_list:nth-of-type(1) li:nth-child(3) {
  margin-left: clamp(1rem, 3vw, 2rem);
}
.education .education_school .education_list .list_special {
  margin-left: -3.2rem;
}
.education .education_school .education_list .list_special .list_img {
  width: 114%;
}
.education .education_school .education_list .list_special .flex_bg {
  background-color: #e8e4da;
}
.education .education_school .education_list .list_special .flex_bg .list_note {
  padding: clamp(1rem, 1.5vw, 1.5rem) clamp(0.75rem, 1vw, 1rem) clamp(1rem, 1.6vw, 1.6rem);
}
.education .education_school .education_list .list_special .flex_bg .flex {
  display: flex;
  gap: clamp(0.5rem, 1vw, 1rem);
  padding: clamp(0.75rem, 1vw, 1rem) clamp(0.75rem, 1vw, 1rem) 0;
}
.education .education_school .education_list .list_special .flex_bg .flex .list_textarea {
  width: 50%;
}
.education .education_school .education_list .list_special .flex_bg .flex .list_textarea .list_title {
  padding-top: 0;
  padding-bottom: clamp(0.3em, 0.5vw, 0.5em);
}
.education .education_school .education_list .list_special .flex_bg .flex .list_textarea .list_title span {
  display: inline;
}
.education .education_school .education_list .list_special .flex_bg .flex .list_textarea .list_text {
  font-size: var(--font12);
}
.education .education_school .education_list .list_special .flex_bg .flex .list_img {
  width: 50%;
}
.education .education_contents .education_list {
  margin-bottom: 0;
}
.education .education_contents .education_list li {
  flex: auto;
  width: 30%;
}
.education .education_contents .education_block {
  display: flex;
  align-items: start;
  gap: 3rem;
  margin-bottom: 3vw;
}
.education .education_contents .education_block.reverse {
  flex-direction: row-reverse;
}
.education .education_contents .education_block .education_box {
  width: 50%;
}
.education .education_contents .education_block .education_box .box_title {
  color: #977f52;
  font-size: var(--font20);
  line-height: 1.2;
  margin-bottom: 2em;
}
.education .education_contents .education_block .education_box .box_title span {
  font-size: var(--font10);
}
.education .education_contents .education_block .education_box .box_flex {
  display: flex;
  gap: 1rem;
}
.education .education_contents .education_block .education_box .box_flex p {
  width: 95%;
  font-size: var(--font12);
}
.education .education_contents .education_text {
  margin-bottom: 2rem;
}
.education .education_contents .education_info {
  padding-top: 2rem;
  border-top: solid 1px #231815;
}
.education .education_contents .education_info .info_text {
  font-size: var(--font10);
}
.education .education_clinic {
  padding-bottom: clamp(3rem, 5vw, 5rem);
}
.education .education_clinic .education_list {
  margin-bottom: 0;
}
.education .education_clinic .education_list li {
  flex: 1;
  width: auto;
}
.education .education_clinic .education_block {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3vw;
}
.education .education_clinic .education_block.reverse {
  flex-direction: row-reverse;
}
.education .education_clinic .education_block .education_box {
  width: 50%;
}
.education .education_clinic .education_title {
  color: #977f52;
  font-size: var(--font14);
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  text-align: left;
}
.education .education_clinic .education_title span {
  font-size: var(--font10);
  display: inline-block;
}
.education .education_clinic .education_text {
  font-size: var(--font12);
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.education .education_clinic .education_text:nth-of-type(1) {
  border-bottom: solid 1px #977f52;
}
.education .education_clinic .education_text span {
  color: #977f52;
}
.education .education_clinic .education_info {
  padding-top: 2rem;
  border-top: solid 1px #231815;
}
.education .education_clinic .education_info .info_text {
  font-size: var(--font10);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .education .education_contents .education_inner .education_block .education_box .box_flex {
    flex-direction: column;
  }
  .education .education_list {
    align-items: flex-end;
  }
  .education .education_list li.list_flex .flex {
    flex-direction: column;
  }
  .education .education_list li.list_flex .flex .list_textarea {
    width: 100%;
  }
  .education .education_list li.list_flex .flex .list_img {
    width: 100%;
  }
  .education .education_list li .list_title.none {
    padding: 36px;
  }
  .education .education_clinic .education_inner .education_block {
    gap: 3vw;
  }
}
/* ----------------------- */
/* 870 */
/* ----------------------- */
@media screen and (max-width: 870px) {
  .education .education_school .education_list li {
    width: calc((100% - 4rem) / 3);
  }
  .education .education_school .education_list:nth-of-type(1) {
    gap: clamp(1rem, 3vw, 2rem);
    margin-bottom: 3rem;
  }
  .education .education_school .education_list:nth-of-type(1) li .list_title span {
    display: inline;
  }
  .education .education_school .education_list:nth-of-type(1) li:nth-of-type(3) {
    margin-left: 0;
  }
  .education .education_school .education_list .list_special {
    margin-left: -4rem;
  }
  .education .education_contents .education_block .education_box .box_title span {
    display: block;
  }
  .education .education_contents .education_block .education_box .box_flex figure {
    width: 100%;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .education .education_subtitle {
    padding: 3rem 0;
  }
  .education .education_list {
    align-items: flex-start;
    margin-bottom: 3rem;
    gap: 1rem;
  }
  .education .education_list:last-child {
    margin-bottom: 0;
  }
  .education .education_list li {
    width: calc((100% - 1rem) / 2);
    max-width: 100%;
  }
  .education .education_list li.list_flex .flex {
    flex-direction: row;
  }
  .education .education_school .education_list {
    align-items: flex-start;
  }
  .education .education_school .education_list li {
    width: calc((100% - 2rem) / 3);
  }
  .education .education_school .education_list:nth-of-type(1) {
    gap: clamp(1rem, 3vw, 2rem);
    flex-direction: column;
  }
  .education .education_school .education_list:nth-of-type(1) li {
    width: 100%;
    margin-top: -1.5rem;
  }
  .education .education_school .education_list:nth-of-type(1) li .list_title span {
    display: inline;
  }
  .education .education_school .education_list:nth-of-type(1) li .list_title.none {
    padding: 0;
  }
  .education .education_school .education_list:nth-of-type(1) li:nth-of-type(3) {
    margin-left: 0;
  }
  .education .education_school .education_list .list_special {
    margin: 0;
  }
  .education .education_school .education_list .list_special .list_img {
    width: 100%;
  }
  .education .education_contents .education_block {
    flex-direction: column;
    align-items: center;
  }
  .education .education_contents .education_block .education_box {
    width: 100%;
    max-width: 100%;
  }
  .education .education_contents .education_block .education_box .box_title {
    margin-bottom: 1em;
  }
  .education .education_contents .education_block .education_box .box_title span {
    display: block;
  }
  .education .education_contents .education_block .education_box .box_flex {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .education .education_contents .education_block .education_box .box_flex p {
    width: 100%;
  }
  .education .education_contents .education_list:last-child {
    gap: 1rem;
  }
  .education .education_contents .education_list:last-child li {
    width: calc((100% - 1rem) / 2);
  }
  .education .education_contents .education_list li {
    width: 100%;
  }
  .education .education_clinic {
    padding-bottom: 2rem;
  }
  .education .education_clinic .education_text:nth-of-type(2) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .education .education_clinic .education_block {
    margin-bottom: 3rem;
  }
  .education .education_clinic .education_block.reverse {
    flex-direction: column;
  }
  .education .education_clinic .education_block .education_box {
    width: 100%;
  }
  .education .education_clinic .education_list {
    flex-direction: row;
    gap: 1rem;
  }
  .education .education_clinic .education_list li {
    flex: none;
    width: calc((100% - 1rem) / 2);
  }
}
/*　-----------------------　Child　-----------------------　*/
.child {
  background-color: #e8e4da;
  padding-bottom: 6rem;
}
.child h3 {
  font-size: var(--font20);
  letter-spacing: 0.2em;
}
.child p {
  font-size: var(--font14);
  letter-spacing: 0.1em;
}
.child .child_main {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 8vw, 8rem);
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.child .child_main .child_title {
  margin-bottom: 2rem;
}
.child .child_main .child_box {
  width: 50%;
}
.child .child_block {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 5vw, 3rem);
  border-top: solid 1px #231815;
  padding-top: clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(2.5rem, 5vw, 5rem);
  position: relative;
}
.child .child_block .border {
  position: absolute;
  z-index: 1;
}
.child .child_block .child_title {
  margin-bottom: 2em;
}
.child .child_block .child_text {
  margin-bottom: 2em;
}
.child .child_block .child_box {
  width: 50%;
}
.child .child_block .child_box ul li {
  padding: 0.5rem 0;
  border-top: solid 1px #231815;
  font-size: var(--font14);
  letter-spacing: 0.1em;
}
.child .child_block .child_box ul li:last-child {
  border-bottom: solid 1px #231815;
}
.child .child_block .child_box .box {
  display: flex;
  gap: 1rem;
}
.child .child_block .child_box .box .child_text {
  width: 50%;
}
.child .child_block .child_box .box .child_text span {
  display: block;
  margin-top: 1rem;
  font-size: var(--font10);
}
.child .child_block .child_box .box .child_img {
  max-width: 245px;
}
.child .child_list {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
}
.child .child_list li {
  flex: 1;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .child .child_block .child_box .box {
    flex-direction: column;
  }
  .child .child_block .child_box .box .child_text {
    width: 100%;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .child {
    padding: 3rem 0;
  }
  .child .child_main {
    flex-direction: column;
  }
  .child .child_main .child_title {
    text-align: center;
  }
  .child .child_main .child_box {
    width: 100%;
  }
  .child .child_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .child .child_list li {
    width: 47%;
    max-width: 180px;
    flex: auto;
  }
  .child .child_block {
    margin-top: 3rem;
    padding-top: 3rem;
    flex-direction: column;
    overflow: hidden;
  }
  .child .child_block .border {
    position: absolute;
    z-index: 1;
    top: -13%;
    left: 0;
    transform: rotate(6deg);
  }
  .child .child_block .child_box {
    width: 100%;
  }
  .child .child_block .child_box .box .child_img {
    max-width: 100%;
  }
  .child .child_block .child_title {
    text-align: center;
  }
}
/*　-----------------------　topics　-----------------------　*/
.topics {
  padding: 6rem 0 7rem;
  background-color: #efefef;
}
.topics h2 {
  font-size: var(--font20);
  letter-spacing: 0.2em;
}
.topics h3 {
  font-size: var(--font16);
  letter-spacing: 0.1em;
}
.topics .topics_block {
  display: flex;
  align-items: start;
  gap: 3rem;
  margin-bottom: 5rem;
}
.topics .topics_block:last-child {
  margin-bottom: 0;
}
.topics .topics_block.reverse {
  flex-direction: row-reverse;
  align-items: center;
}
.topics .topics_block.ac {
  align-items: center;
}
.topics .topics_block .topics_box {
  width: 40%;
}
.topics .topics_block .topics_box.img {
  width: 60%;
}
.topics .topics_block .topics_box.img.border {
  position: relative;
}
.topics .topics_block .topics_box.img .border {
  position: absolute;
  top: 0;
  left: 0;
}
.topics .topics_block .topics_box.img.wide {
  width: 70%;
  margin-top: -10rem;
}
.topics .topics_block .topics_box .box_text {
  font-size: var(--font10);
  line-height: 1.2;
  text-align: right;
  margin-top: 2rem;
}
.topics .topics_title {
  color: #977f52;
  margin-bottom: 5em;
  text-align: left;
}
.topics .topics_subtitle {
  margin-bottom: 2em;
}
.topics .topics_text {
  font-size: var(--font14);
  letter-spacing: 0.1em;
}
.topics .topics_note {
  font-size: var(--font12);
  margin-top: 1rem;
}
.topics .topics_info {
  padding-top: 2rem;
  border-top: solid 1px #000;
}
.topics .topics_info .info_text {
  font-size: var(--font10);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .topics {
    padding: 3rem 0 3rem;
  }
  .topics .topics_title {
    margin-bottom: 1rem;
    text-align: center;
  }
  .topics .topics_block {
    flex-direction: column;
    gap: 1rem;
  }
  .topics .topics_block.reverse {
    flex-direction: column;
  }
  .topics .topics_block .topics_box {
    width: 100%;
  }
  .topics .topics_block .topics_box .topics_subtitle {
    text-align: center;
  }
  .topics .topics_block .topics_box.img {
    width: 100%;
  }
  .topics .topics_block .topics_box.img.wide {
    width: 100%;
    margin-top: -2rem;
  }
  .topics .topics_block .topics_box .box_text {
    margin-top: 1rem;
    text-align: left;
  }
}
.yokohama .ttl_img figure {
  width: 100%;
}
.yokohama .yokohama_img figure figcaption.rb_cap {
  bottom: 14%;
  right: 9%;
}
.yokohama h2 {
  color: #977f52;
  font-size: var(--font24);
  line-height: 1.2;
  margin-bottom: 4em;
  margin-top: 5em;
}
.yokohama h3 {
  font-size: var(--font21);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.8em;
}
.yokohama p {
  font-size: var(--font16);
  letter-spacing: 0.1em;
  line-height: 2;
}
.yokohama .ttl_img {
  margin-top: clamp(2rem, 5vw, 5rem);
}
.yokohama .yokohama_block {
  display: flex;
  align-items: stretch;
}
.yokohama .yokohama_block .yokohama_box {
  background-color: #484b4d;
  padding: 3rem 2rem;
  width: 460px;
  margin-left: calc((100% - 1000px) / 2);
  position: relative;
}
.yokohama .yokohama_block .yokohama_box > img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.yokohama .yokohama_block .yokohama_box .box_title {
  color: #b6a586;
  letter-spacing: 0.12em;
  line-height: 1.25em;
  margin-bottom: 1em;
  text-align: left;
  font-size: var(--font20);
}
.yokohama .yokohama_block .yokohama_box .box_title span {
  font-size: var(--font12);
}
.yokohama .yokohama_block .yokohama_box .box_text {
  color: #FFF;
  font-size: var(--font12);
  margin-bottom: 3em;
}
.yokohama .yokohama_block .yokohama_box .box_icon {
  position: absolute;
  top: clamp(-2rem, -3vw, -3rem);
  right: 0rem;
}
.yokohama .yokohama_block .yokohama_box .box_icon img {
  height: clamp(6rem, 9vw, 8rem);
}
.yokohama .yokohama_block figure {
  flex: 2.5;
  margin: 0;
}
.yokohama .yokohama_block figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.yokohama .yokohama_block .box_icon img {
  height: 3rem;
}
.yokohama .yokohama_list {
  display: flex;
  gap: clamp(1rem, 3vw, 2rem);
  margin: clamp(3rem, 4vw, 4rem) auto clamp(4rem, 6vw, 7rem);
}
.yokohama .yokohama_list li {
  width: 25%;
  background-color: #484b4d;
}
.yokohama .yokohama_list li .list_textarea {
  padding: 2rem 1rem;
}
.yokohama .yokohama_list li .list_textarea .list_title {
  font-size: var(--font17);
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-bottom: 0.8em;
  color: #b6a586;
  text-align: center;
  font-family: var(--fontRym);
}
.yokohama .yokohama_list li .list_textarea .list_title span {
  font-size: var(--font12);
}
.yokohama .yokohama_list li .list_textarea .list_yaer {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: var(--font14);
  background-color: #977f51;
  border-radius: 30px;
  padding: 0.3rem 0.5rem;
  text-align: center;
  color: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}
.yokohama .yokohama_list li .list_textarea .list_yaer span {
  font-size: var(--font10);
}
.yokohama .yokohama_list li .list_textarea .list_text {
  font-size: var(--font12);
  letter-spacing: 0.05em;
  color: #FFF;
  padding-bottom: 0;
}
.yokohama .yokohama_contents {
  background-color: #e8e4da;
  padding-bottom: clamp(3rem, 5vw, 5rem);
  margin-bottom: clamp(1rem, 3vw, 3rem);
}
.yokohama .yokohama_contents .contents_inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
.yokohama .yokohama_contents .contents_main {
  display: flex;
  align-items: center;
  gap: clamp(30px, 8vw, 137px);
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.yokohama .yokohama_contents .contents_main .contents_box {
  width: 50%;
}
.yokohama .yokohama_contents .contents_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.yokohama .yokohama_contents .contents_list li {
  width: calc((100% - 40px) / 3);
}
.yokohama .yokohama_contents .contents_list li .list_title {
  color: #977f52;
  font-size: var(--font14);
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: left;
  padding: 1rem 0;
}
.yokohama .yokohama_contents .contents_list li .list_title span {
  font-size: var(--font10);
  letter-spacing: 0.15em;
}

/* ----------------------- */
/* 1467*/
/* ----------------------- */
@media screen and (max-width: 1467px) {
  .yokohama .yokohama_block .yokohama_box {
    padding: 3vw 2vw;
  }
  .yokohama .yokohama_block .yokohama_box > img {
    width: 32vw;
  }
  .yokohama .yokohama_block .yokohama_box .box_title {
    margin-bottom: 1vw;
    font-size: 1.6vw;
  }
  .yokohama .yokohama_block .yokohama_box .box_text {
    margin-bottom: 3vw;
    font-size: 0.8vw;
  }
}
/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .yokohama .sec_ttl {
    margin-top: 5rem;
  }
  .yokohama .sec_ttl figure {
    margin-top: 0;
  }
  .yokohama .reverse {
    padding-top: 0;
    margin-top: 0;
  }
  .yokohama .yokohama_block .yokohama_box {
    margin-left: auto;
    padding: 2rem 1rem;
    margin-left: auto;
  }
  .yokohama .sec_ttl.reverse > div {
    margin-right: 3vw;
    margin-left: 3.5vw;
  }
  .yokohama .yokohama_contents .contents_list {
    justify-content: center;
  }
  .yokohama .yokohama_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .yokohama .yokohama_list li {
    width: 47.5%;
    max-width: 690px;
  }
}
/* ----------------------- */
/* 906*/
/* ----------------------- */
@media screen and (max-width: 906px) {
  .yokohama .yokohama_block {
    flex-direction: column;
  }
  .yokohama .yokohama_block .yokohama_box {
    padding: 3rem 2rem;
    width: 100%;
    box-sizing: border-box;
  }
  .yokohama .yokohama_block .yokohama_box > img {
    width: 100%;
  }
  .yokohama .yokohama_block .yokohama_box .box_title {
    margin-bottom: 1rem;
    font-size: var(--font20);
  }
  .yokohama .yokohama_block .yokohama_box .box_text {
    margin-bottom: 3rem;
    font-size: var(--font12);
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .yokohama {
    padding-top: 3rem;
  }
  .yokohama h2 {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .yokohama h3 {
    text-align: center;
  }
  .yokohama .sec_ttl figure {
    margin-top: 2rem;
  }
  .yokohama .sec_ttl.reverse > div {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .yokohama .yokohama_block {
    flex-direction: column;
  }
  .yokohama .yokohama_block .yokohama_box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 3rem 2rem;
  }
  .yokohama .yokohama_block .yokohama_box > img {
    width: 100%;
  }
  .yokohama .yokohama_block .yokohama_box .box_title {
    margin-bottom: 1.5rem;
  }
  .yokohama .yokohama_block .yokohama_box .box_text {
    margin-bottom: 1rem;
  }
  .yokohama .yokohama_block figure {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .yokohama .yokohama_list {
    gap: 1rem;
  }
  .yokohama .yokohama_list li {
    width: calc((100% - 1rem) / 2);
  }
  .yokohama .yokohama_list li .list_textarea {
    padding: 1.5rem 0.8rem;
  }
  .yokohama .yokohama_list li .list_textarea .list_title {
    font-size: var(--font12);
  }
  .yokohama .yokohama_list li .list_textarea .list_text {
    font-size: var(--font10);
  }
  .yokohama .yokohama_contents {
    padding: 3rem 0;
  }
  .yokohama .yokohama_contents .contents_main {
    gap: 1rem;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .yokohama .yokohama_contents .contents_main .contents_box {
    width: 100%;
  }
  .yokohama .yokohama_contents .contents_list {
    gap: 1rem;
  }
  .yokohama .yokohama_contents .contents_list li {
    width: calc((100% - 1rem) / 2);
  }
}/*# sourceMappingURL=location.css.map */