@charset "UTF-8";
/*-------------------------------------------
リセット
-------------------------------------------*/
html,
body,
header,
footer,
main,
section,
h1,
h2,
h3,
ul,
li,
p,
dl,
dt,
dd {
  color: #28211C;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  line-height: 1;
  margin: 0;
  padding: 0;
}

a {
  /*下線を消す*/
  text-decoration: none;
  /*色を消す*/
  color: inherit;
  transition: 0.3s;
}

a:hover {
  opacity: 0.5;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

ul {
  /*左の「・」を消す*/
  list-style: none;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
}

a:hover {
  color: unset;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  background: #FFFBF3;
  font-family: "Cormorant Garamond", A-OTF Ryumin Pr6N, serif;
}

h2 {
  color: #9E7B40;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}

.subTitle {
  color: #9E7B40;
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.4rem;
}

.concept_box_outside,
.course_menu_wrapper,
.live_music_wrapper,
.access_map,
.access_text {
  max-width: 110rem;
}

.home .main {
  padding: 0;
}

.home .content {
  margin-top: 8.9rem;
}

body .container {
  background: #FFFBF3;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.sp_nav {
  display: none;
}

.header_wrapper {
  position: fixed;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 8.9rem;
  justify-content: center;
  width: 100%;
  z-index: 9999;
  flex-direction: row;
  top: 0;
  background: #FFFBF3;
}

.logo {
  margin-right: 18rem;
  width: 19rem;
}

.pc_nav ul {
  display: flex;
}

.pc_nav ul li {
  padding-right: 4rem;
}

.pc_nav ul li a {
  color: #1D201F;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}

.nav_btn {
  background: #9E7B40;
  color: #fff;
  display: block;
  text-decoration: none;
  display: none;
}

.nav_btn a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  padding: 2.2rem 5rem;
  display: block;
}

/*-------------------------------------------
Header_img
-------------------------------------------*/
.header_img_wrapper {
  position: relative;
}

.header_img_ttl_wrapper {
  position: absolute;
  padding: 3.2rem 4.8rem;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: linear-gradient(to right, rgba(115, 81, 24, 0.3) 0%, rgba(115, 81, 24, 0) 100%);
}

.header_img_ttl {
  font-size: 3.2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #FFFBF3;
  color: #FFFBF3;
  margin-bottom: 3.2rem;
  text-align: left;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}

.header_img_txt {
  font-size: 4rem;
  line-height: 1.6;
  color: #FFFBF3;
  letter-spacing: 0.3em;
  font-weight: 100;
}

.header_img_btn {
  display: none;
}

/*-------------------------------------------
Schedule
-------------------------------------------*/
.schedule {
  padding: 5.8rem 0 0;
  background-color: #FFFBF3;
}
.schedule_inner {
  max-width: 1100px;
  margin: auto;
}
.schedule_ttl {
  position: relative;
  font-size: 2.4rem;
}
.schedule_ttl::before, .schedule_ttl::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 384px;
  height: 14.14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.schedule_ttl::before {
  background-image: url(./images/schedule-arrow-left.png);
  left: 0%;
}
.schedule_ttl::after {
  background-image: url(./images/schedule-arrow-right.png);
  right: 0%;
}
.schedule_list {
  margin: 5rem auto 0;
  padding-bottom: 5rem;
  border-bottom: 1px solid #9E7B40;
}
.schedule_item {
  display: flex;
  width: 70%;
  margin: 0 auto;
  font-size: 1.6rem;
}
.schedule_item + .schedule_item {
  margin-top: 2rem;
}
.schedule_itemDate {
  width: 18%;
}
.schedule_itemTtl {
  width: 82%;
  font-size: 1.6rem;
  font-weight: 400;
}

/*-------------------------------------------
Recruiting
-------------------------------------------*/
.recruiting {
  padding: 4.8rem 0 5.8rem;
  background-color: #FFFEFC;
}

.recruiting_wrapper {
  margin-bottom: 5rem;
}

.recruiting_title {
  position: relative;
  font-size: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}

.recruiting_text {
  color: #1D201F;
  font-size: 1.6rem;
  text-align: center;
}

.recruiting_benefit_text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.recruiting_benefit_list {
  display: flex;
  justify-content: space-between;
  max-width: 68.8rem;
  margin: 0 auto 2rem;
}

.recruiting_benefit_item {
  padding: 1rem 3rem 1.5rem 0;
}
.recruiting_benefit_item span {
  margin-bottom: 1rem;
  display: block;
  color: #9E7B40;
  font-size: 1.4rem;
}

.recruiting_benefit_item:nth-child(2) {
  padding: 1rem 0 1.5rem 3rem;
  border-left: 1px solid #9E7B40;
  width: 25%;
}

.recruiting_benefit_item:nth-child(2) p {
  white-space: nowrap;
}

.recruiting_benefit_item:nth-child(3) {
  border-right: none;
  padding-right: 0;
}

.recruiting_benefit_item_title {
  font-size: 2.8rem;
}

.recruiting_benefit_noteText {
  font-size: 1.2rem;
  max-width: 80rem;
  margin: 0 auto 1rem;
}

.recruiting_btn {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #9E7B40;
  color: #fff;
  text-align: center;
}
.recruiting_btn a {
  display: block;
  padding: 2rem 0;
}

/*-------------------------------------------
Concept
-------------------------------------------*/
.concept {
  padding-top: 10rem;
  background-color: #FFFBF3;
}

.concept_subTitle {
  margin-bottom: 7rem;
}

.concept_list {
  max-width: 1100px;
  margin: 0 auto;
}

.concept_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.concept_item:nth-child(2) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.concept_item_text {
  line-height: 2.5;
  padding-left: 7rem;
}

.concept_item_img {
  max-width: 55rem;
  width: 50%;
}

.concept_box_outside {
  position: relative;
  top: 0;
  margin: 0 auto;
}

.concept_box {
  border: solid 1px #e8e8e8;
  padding: 8.428rem 9.1rem 8.513rem 9rem;
  position: absolute;
  top: 4.9rem;
  right: 0;
  z-index: 1;
  width: 68.09%;
}

.concept_box::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  bottom: -0.6rem;
  right: -0.6rem;
  left: 0.4rem;
  border: solid 0.1rem #e8e8e8;
  z-index: -1;
}

.concept_description {
  color: #e8e8e8;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem;
}

.concept_img1 {
  width: 46.74%;
}

.concept_img2 {
  position: absolute;
  top: 20.696rem;
  right: 0;
  width: 41.11%;
}

/*-------------------------------------------
Service
-------------------------------------------*/
.service {
  padding-top: 15rem;
  padding-bottom: 16rem;
  background-color: #FFFBF3;
}

.service_subTitle {
  margin-bottom: 5rem;
}

.service_list {
  display: flex;
  max-width: 80rem;
  margin: 0 auto;
  gap: 30px;
  justify-content: center;
  text-align: center;
}

.service_item {
  max-width: 18.8rem;
}

.service_item p {
  line-height: 1.5;
}

.service_item_img {
  margin-bottom: 2rem;
}

.concept_item_text {
  font-size: 1.8rem;
}

.service-menuContent {
  margin: 10.5rem auto 0;
  padding: 8.2rem 12rem 8.9rem;
  background-color: #FDFDFD;
  max-width: 80rem;
  width: 90%;
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.09);
}

.service-menuTtl {
  position: relative;
  text-align: center;
  color: #9E7B40;
  font-size: 1.8rem;
}

.service-menuTxt {
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: center;
  color: #9E7B40;
}

.service-menuTtl::before,
.service-menuTtl::after {
  position: absolute;
  content: "";
  background-color: #9E7B40;
  height: 0.05rem;
  max-width: 22.9rem;
  width: 37%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.service-menuTtl::before {
  left: -4%;
}

.service-menuTtl::after {
  right: -4%;
}

.service-menuInner {
  margin-top: 4.5rem;
}

.service-menuInner + .service-menuInner {
  margin-top: 2.5rem;
}

.service-menuSubTtlWrapper {
  display: flex;
  align-items: center;
}

.service-menuFood {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.service-menuImg {
  width: 16.1rem;
}

.service-menuWrapper + .service-menuWrapper {
  margin-top: 11.1rem;
}

.service-menuSubTtl {
  background-color: #9E7B40;
  color: #fff;
  padding: 1% 2% 1.3%;
}

.service-menuList {
  margin-top: 2rem;
}

.service-menuItem {
  line-height: 2;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
}

.service-menuItemTxt {
  line-height: 2;
}

.service-menuNote {
  margin-top: 3rem;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #9E7B40;
}

/*-------------------------------------------
Other Service
-------------------------------------------*/
.otherservice {
  background-color: #9E7B40;
  padding: 8.5rem 0 10rem;
}

.otherservice_title {
  color: #FFFBF3;
}

.otherservice_subTitle {
  margin-bottom: 7rem;
  color: #FFFBF3;
}

.otherservice_list {
  background-color: #FDFDFD;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 7.9rem 7.2rem;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.otherservice_item {
  width: 33%;
  text-align: center;
  border-right: 1px solid #D9D9D9;
}

.otherservice_item:nth-child(3),
.otherservice_item:nth-child(6) {
  border-right: none;
}

.otherservice_item:nth-child(n+4) {
  margin-top: 5.6rem;
}

.otherservice_itemImg {
  max-width: 13.2rem;
  margin: 0 auto;
}

.otherservice_itemTxt {
  margin-top: 2.5rem;
}

/*-------------------------------------------
Facility
-------------------------------------------*/
.facility {
  padding: 15rem 0 0;
  background-color: #FFFBF3;
}

.facility_subTitle {
  margin-bottom: 6.5rem;
}

.facility_seat,
.facility_device {
  max-width: 800px;
  margin: 0 auto;
}

.facility_seat_text,
.facility_device_text {
  margin-bottom: 3rem;
  color: #9E7B40;
  font-size: 1.8rem;
}

.facility_seat_list {
  margin-bottom: 11.5rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.facility_seat_item {
  max-width: 250px;
}

.facility_seat_item_img {
  margin-bottom: 1.5rem;
}

.facility_device_list {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  background-color: #FDFDFD;
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
  text-align: center;
}

.facility_device_item {
  width: 25%;
  padding: 1.5rem 0;
  border-right: 1px solid #D9D9D9;
}

.facility_device_item:nth-child(5) {
  border-right: none;
}

.facility_device_item_img {
  max-width: 8.5rem;
  margin: 0 auto 2rem;
}

.facility_device_noteTxt {
  margin-top: 2rem;
  font-size: 1.2rem;
}

/*-------------------------------------------
Member
-------------------------------------------*/
.member {
  background-color: #9E7B40;
  padding: 7.5rem 0 10rem;
}

.member_title {
  color: #fff;
}

.member_subTitle {
  color: #fff;
  margin-bottom: 5rem;
}

.member_list {
  max-width: 80rem;
  margin: 0 auto;
}

.member_item {
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #FFFBF3;
  padding-left: 3rem;
  letter-spacing: 0.05em;
}

.member_item:nth-child(4) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.member_item_title {
  position: relative;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.member_item_title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #FFFBF3;
}

.member_item_text {
  color: #ffffff;
  margin-left: 3rem;
  font-size: 1.6rem;
  line-height: 2;
}

/*-------------------------------------------
Price Information
-------------------------------------------*/
.priceinfomationwrapper {
  background-color: #FFFBF3;
  padding: 15rem 0;
}

.priceinfomation {
  max-width: 1000px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.price,
.infomate {
  width: 70%;
}

.price_subTitle,
.infomate_subTitle {
  margin-bottom: 5rem;
}

table {
  margin-bottom: 0;
}
table th,
table td {
  text-align: left;
  padding: 2rem 3rem 2rem 1.5rem;
  font-size: 1.6rem;
}
table th {
  background-color: #9E7B40;
  color: #fff;
  border-left: 1px solid #9E7B40;
}
table th span {
  font-size: 1.2rem;
  margin-top: 1rem;
}
table td {
  background-color: #FFFBF3;
  border: 1px solid #9E7B40;
  line-height: 1.5;
}
table td span {
  font-size: 1.2rem;
}

.infomate table th {
  width: 25%;
}

/*-------------------------------------------
access
-------------------------------------------*/
.access {
  padding: 7rem 0 10rem;
}
.access_map {
  width: 70%;
  margin: 5rem auto 0;
}
.access_map iframe {
  width: 100%;
  aspect-ratio: 6/3;
}
.access_text {
  width: 70%;
  margin: 1rem auto 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

/*-------------------------------------------
News
-------------------------------------------*/
.news {
  padding: 0 0 10rem;
}

.news_subTitle {
  margin-bottom: 3.5rem;
}

.news_post {
  padding: 3rem 0 3rem 3.5rem;
  border-top: 1px solid #9E7B40;
}

.news_post:last-child {
  border-bottom: 1px solid #9E7B40;
}

.news_date {
  margin-right: 7rem;
  line-height: 1.5;
}

.news_postTtl {
  line-height: 1.5;
}

.news_wrapper {
  max-width: 80rem;
  margin: 0 auto;
}

.news_content {
  display: flex;
}

/*-------------------------------------------
Registration
-------------------------------------------*/
.registration {
  padding: 7rem 0 10rem;
}

.registration_wrapper {
  text-align: center;
  margin-top: 4rem;
}
.registration_wrapper a {
  color: #337ab7;
}

.registration_wrapper {
  text-align: center;
  margin-top: 4rem;
}

.registration_txt {
  line-height: 1.3;
}

.registration_txt + .registration_txt {
  margin-top: 8rem;
}

/*-------------------------------------------
利用規約
-------------------------------------------*/
.privacypolicy {
  max-width: 700px;
  padding: 15rem 0 12rem;
  margin: 0 auto;
}
.privacypolicy__headTtl {
  font-size: 3.4rem;
  color: #28211C;
  text-align: center;
  font-weight: bold;
}
.privacypolicy__headTxt {
  font-size: 1.6rem;
  margin-top: 3rem;
  text-align: left;
  line-height: 2;
  text-indent: 1em;
}
.privacypolicy__inner {
  margin-top: 3rem;
  font-size: 1.6rem;
}
.privacypolicy__ttl {
  line-height: 2;
}
.privacypolicy__txt {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.privacypolicy__txt a {
  color: #337ab7;
  text-decoration: underline;
}
.privacypolicy__txt.txt-indent {
  text-indent: 1em;
  padding-left: 0;
}
.privacypolicy__rightTxt {
  text-align: right;
  margin-top: 3rem;
}

/*-------------------------------------------
特定商
-------------------------------------------*/
.law {
  max-width: 700px;
  padding: 15rem 0 12rem;
  text-align: center;
  margin: 0 auto;
}
.law table {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.law table th,
.law table td {
  font-size: 1.2rem;
}
.law table th {
  padding: 1rem;
  text-align: center;
  line-height: 1.5;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
footer {
  background: #9E7B40;
  padding: 3.5rem 0 4.5rem 0;
}

.social-icon-menu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 19.4rem;
}

.copy_light {
  color: #fff;
  font-family: YuMincho;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.spBr {
  display: none;
}

/*-------------------------------------------
1100pxで切り替え
-------------------------------------------*/
@media screen and (max-width: 1100px) {
  /*-------------------------------------------
  ハンバーガーメニュー
  -------------------------------------------*/
  .pc_nav {
    display: none;
  }
  .logo {
    width: 30%;
  }
  .nav_logo {
    margin: 9.5rem auto 6.379rem;
    width: 33.5rem;
  }
  .nav_icon {
    color: #e8e8e8;
    display: flex;
  }
  .sp_btn {
    cursor: pointer;
    display: block;
    height: 33px;
    position: fixed;
    right: 50px;
    top: 18px;
    z-index: 99;
    width: 50px;
    height: 50px;
  }
  .sp_btn span {
    background-color: #9E7B40;
    display: block;
    height: 5px;
    position: relative;
    top: 23px;
    left: 0;
    transition: 0.3s;
    width: 50px;
  }
  .sp_btn span::before,
  .sp_btn span::after {
    background-color: #9E7B40;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    transition: 0.3s;
    width: 50px;
  }
  .sp_btn span::before {
    bottom: 14px;
  }
  .sp_btn span::after {
    top: 14px;
  }
  .header_wrapper {
    justify-content: space-between;
    padding: 0rem 4rem;
  }
  /* オープン */
  .open span {
    background: transparent;
  }
  .open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .open span::after {
    top: 0;
    transform: rotate(135deg);
  }
  /* 開いた時 */
  .sp_nav {
    background: #FFFBF3;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  .concept_box {
    right: 20px;
  }
  .logo {
    margin-right: 0;
  }
  .nav_btn {
    display: none;
  }
  .nav_btn a {
    white-space: nowrap;
  }
  .sp_nav ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 11rem;
    margin-bottom: 3rem;
    padding: 0px 4rem;
  }
  .sp_nav ul li {
    color: #1D201F;
    letter-spacing: 0.2rem;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    font-size: 3rem;
    width: 100%;
    padding: 1.8rem 6rem 1.8rem 1rem;
  }
  .sp_nav ul li:nth-child(5) {
    border-bottom: none;
  }
  .sp_nav ul li:last-child {
    border-bottom: none;
    padding-bottom: none;
  }
  .nav_btn_sp {
    background: #d9d9d9;
    display: block;
    font-size: 1.6rem;
    padding: 1.6rem 7.8rem;
    margin: 0 auto;
    text-decoration: none;
  }
  .nav_icon ul li {
    padding-right: 4rem;
    margin-bottom: 6.3rem;
  }
  .nav_icon ul li:last-child {
    padding-right: 0;
  }
  ul.nav_icon_menu {
    flex-direction: row;
  }
  /* ここからsp CSS */
  h2 {
    font-size: 4.8rem;
  }
  .schedule {
    padding: 5rem 0 6rem;
  }
  .schedule_inner {
    max-width: 65rem;
  }
  .schedule_ttl::before {
    width: 157px;
    background-image: url(./images/schedule-arrow-left-tb.png);
  }
  .schedule_ttl::after {
    width: 157px;
    background-image: url(./images/schedule-arrow-right-tb.png);
  }
  .schedule_list {
    margin: 4rem auto 0;
    padding-bottom: 4rem;
  }
  .schedule_item {
    width: 90%;
  }
  .schedule_itemDate {
    width: 25%;
  }
  .schedule_itemTtl {
    width: 75%;
  }
  .recruiting_benefit_noteText {
    max-width: 65rem;
  }
  .recruiting_btn {
    max-width: 65rem;
  }
  .service {
    padding-bottom: 10rem;
  }
  .service_list {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 65rem;
  }
  .service_item {
    width: 46%;
    margin-bottom: 3rem;
    max-width: unset;
  }
  .otherservice {
    padding: 6.5rem 0;
  }
  .otherservice_wrapper {
    display: block;
  }
  .otherservice_img {
    margin: 0 auto 3rem;
  }
  .otherservice_inner {
    margin: 0 auto;
  }
  .service-menuFood {
    display: block;
    margin-top: 3rem;
  }
  .service-menuImg {
    width: 60%;
    margin: 0 auto;
  }
  .service-menuSubTtl {
    padding: 2% 3% 3%;
  }
  .otherservice {
    padding: 5rem 0 6rem;
  }
  .facility {
    padding: 7.5rem 0;
  }
  .facility_subTitle {
    margin-bottom: 3rem;
  }
  .facility_seat_list {
    margin-bottom: 7rem;
  }
  .member_list {
    max-width: 65rem;
  }
  .priceinfomationwrapper {
    padding: 8.5rem 0;
  }
  .priceinfomation {
    display: block;
    max-width: 65rem;
  }
  .price {
    margin-bottom: 6rem;
  }
  .price,
  .infomate {
    width: 100%;
  }
  .price_subTitle,
  .informationtla_subTitle {
    margin-bottom: 2rem;
  }
  .access {
    padding: 4rem 0 6rem;
  }
  .access_map {
    width: 70%;
    margin: 4rem auto 0;
  }
  .access_map iframe {
    aspect-ratio: 6/3.5;
  }
  .news_wrapper {
    max-width: 65rem;
  }
  .privacypolicy__ttl {
    font-size: 1.6rem;
  }
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
  .concept_box_outside,
  .live_schedule_wrapper,
  .course_menu_wrapper,
  .access_address_wrapper,
  .shop_information_wrapper {
    width: 33.5rem;
  }
  .header_img {
    margin-top: 8.4rem;
  }
  .header_wrapper {
    height: 8.4rem;
    padding: 0rem 2rem 0 2rem;
  }
  .logo {
    margin-right: 1.7rem;
    width: 22.3rem;
  }
  .nav_btn a {
    font-size: 1.3rem;
  }
  .sp_btn {
    right: 20px;
    top: 20px;
  }
  .sp_btn {
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .sp_btn span {
    height: 4px;
    left: 9px;
    width: 40px;
  }
  .sp_btn span::before,
  .sp_btn span::after {
    height: 4px;
    width: 40px;
  }
  .sp_btn span::before {
    bottom: 10px;
  }
  .sp_btn span::after {
    top: 10px;
  }
  .open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .open span::after {
    top: 0;
    transform: rotate(135deg);
  }
  .sp_nav ul {
    margin-top: 8rem;
    margin-bottom: 0;
    padding: 0 1.2rem;
  }
  .sp_nav ul li {
    font-size: 1.6rem;
    padding: 1.8rem 0;
    width: 16rem;
    padding-left: 1rem;
  }
  .sp_nav ul li:last-child {
    padding-bottom: 1.8rem;
    display: none;
  }
  .home .content {
    margin-top: 0;
  }
  .header_img_btn {
    position: absolute;
    bottom: 30px;
    width: 90%;
    background-color: #E8CD9E;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .header_img_btn a {
    display: block;
    padding: 1.7rem 0;
  }
  .header_img_ttl_wrapper {
    padding: 0 0 0 2rem;
    top: 69%;
  }
  .header_img_ttl {
    font-size: 2.4rem;
  }
  .header_img_txt {
    font-size: 1.5rem;
  }
  .schedule {
    padding: 5rem 2rem;
  }
  .schedule_ttl::before, .schedule_ttl::after {
    content: none;
  }
  .schedule_list {
    border-top: 1px solid #9E7B40;
    margin-top: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .schedule_item {
    display: block;
  }
  .schedule_itemDate {
    width: 100%;
  }
  .schedule_itemTtl {
    margin-top: 1rem;
    margin-left: 0;
    line-height: 1.5;
    width: 100%;
  }
  .recruiting {
    padding: 3rem 0 3rem;
  }
  .recruiting_wrapper {
    margin-bottom: 3rem;
  }
  .recruiting_title {
    font-size: 2.4rem;
  }
  .recruiting_title::before {
    content: none;
  }
  .recruiting_text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .recruiting_benefit_text {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recruiting_benefit_text:before,
  .recruiting_benefit_text:after {
    border-top: 0.5px solid #1D201F;
    content: "";
    width: 5em;
  }
  .recruiting_benefit_text:before {
    margin-right: 0.1em;
    /* 文字の右隣 */
  }
  .recruiting_benefit_text:after {
    margin-left: 0.1em;
    /* 文字の左隣 */
  }
  .recruiting_benefit_list {
    display: block;
    padding-left: 12%;
  }
  .recruiting_benefit_item {
    border: none;
    display: flex;
    align-items: center;
  }
  .recruiting_benefit_item span {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .recruiting_benefit_item:nth-child(2) {
    border: none;
    width: 100%;
    padding: 0;
  }
  .recruiting_benefit_item_title {
    font-size: 2rem;
  }
  .recruiting_benefit_noteText {
    width: 90%;
  }
  .recruiting_btn {
    width: 90%;
  }
  .concept {
    padding-top: 4rem;
  }
  .concept_subTitle {
    margin-bottom: 2rem;
  }
  .concept_item {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .concept_item:nth-child(1) {
    margin-bottom: 3rem;
  }
  .concept_item:nth-child(2) {
    flex-direction: column-reverse;
  }
  .concept_item_text {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 2rem;
  }
  .concept_item_img {
    width: 100%;
    margin-bottom: 1rem;
    max-width: unset;
  }
  .service {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .service-menuTxt {
    margin-top: 1rem;
  }
  .service_subTitle {
    margin-bottom: 2.5rem;
  }
  .service_list {
    font-size: 1.4rem;
    padding: 0 2rem;
    justify-content: space-between;
    gap: 0;
  }
  .service_item {
    width: 47.763%;
    max-width: unset;
  }
  .service_item:nth-child(n+3) {
    margin-bottom: 0;
  }
  .service-menu {
    padding: 0 2rem;
  }
  .service-menuContent {
    padding: 4rem 2rem;
    margin: 5.2rem auto 0;
    width: 100%;
  }
  .service-menuTtl::before,
  .service-menuTtl::after {
    width: 25%;
  }
  .service-menuTtl::before {
    left: 0;
  }
  .service-menuTtl::after {
    right: 0;
  }
  .service-menuInner {
    margin-top: 3rem;
  }
  .service-menuSubTtlWrapper {
    display: block;
    text-align: center;
  }
  .service-menuSubTtlWrapper span {
    margin: 1rem 0 0;
    display: block;
  }
  .service-menuWrapper + .service-menuWrapper {
    margin-top: 8rem;
  }
  .service-menuSubTtl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .service-menuNote {
    margin-top: 2.5rem;
  }
  .service-menuImg {
    width: 80%;
  }
  .otherservice {
    padding: 5rem 0 6rem;
  }
  .otherservice_subTitle {
    margin-bottom: 3.5rem;
  }
  .otherservice_inner {
    padding: 0 2rem;
  }
  .otherservice_list {
    padding: 3.5rem 0;
    align-items: center;
  }
  .otherservice_item {
    width: 50%;
  }
  .otherservice_itemImg {
    max-width: 10rem;
  }
  .otherservice_item:nth-child(n+3) {
    margin-top: 4rem;
  }
  .otherservice_item:nth-child(3) {
    border-right: solid 1px #cccccc;
  }
  .otherservice_itemTxt {
    line-height: 1.5;
  }
  .facility {
    padding: 5rem 0 4rem;
  }
  .facility_subTitle {
    margin-bottom: 2rem;
  }
  .facility_seat {
    padding: 0 2rem;
  }
  .facility_seat_text {
    margin-bottom: 2rem;
  }
  .facility_seat_list {
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 5rem;
  }
  .facility_seat_item {
    margin-bottom: 4rem;
    width: 100%;
    max-width: 100%;
  }
  .facility_seat_item:last-child {
    margin-bottom: 0;
  }
  .facility_seat_item_img {
    max-width: unset;
    margin-bottom: 0.5rem;
  }
  .facility_seat_item_text {
    font-size: 1.6rem;
  }
  .facility_device {
    padding: 0 2rem;
  }
  .facility_device_text {
    margin-bottom: 2rem;
  }
  .facility_device_list {
    flex-wrap: wrap;
    padding: 1.5rem 0;
  }
  .facility_device_item {
    position: relative;
    width: 50%;
    padding: 3.5rem 0;
    border: none;
  }
  .facility_device_item:nth-child(1)::before,
  .facility_device_item:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 70.45%;
    height: 1px;
    background-color: #D9D9D9;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .facility_device_item:nth-child(1)::after,
  .facility_device_item:nth-child(3)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 76.38%;
    background-color: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    background-color: #D9D9D9;
  }
  .facility_device_item:nth-child(1)::after {
    bottom: 3%;
  }
  .facility_device_item:nth-child(3)::after {
    bottom: 3%;
  }
  .facility_device_item:last-child {
    display: none;
  }
  .facility_device_noteTxt {
    font-size: 1rem;
  }
  .member {
    padding: 3.5rem 0;
  }
  .member_subTitle {
    margin-bottom: 3.5rem;
  }
  .member_list {
    padding: 0 2rem;
  }
  .member_item {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .member_item_title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .member_item_text {
    font-size: 1.4rem;
    margin-left: 0;
    line-height: 1.5;
  }
  .priceinfomationwrapper {
    padding: 4rem 2rem;
  }
  .price {
    margin-bottom: 4rem;
  }
  table {
    line-height: 1.2;
  }
  table th,
  table td {
    border-top: 1px solid #9E7B40;
    font-size: 1.4rem;
    padding: 2rem 1rem 2rem 1rem;
  }
  table th span,
  table td span {
    font-size: 1rem;
  }
  table th {
    width: 30%;
  }
  table th span {
    font-size: 1rem;
    margin-top: 1rem;
    display: block;
  }
  .access_map {
    width: 90%;
    margin: 2rem auto 0;
  }
  .access_map iframe {
    aspect-ratio: 6/4;
  }
  .access_text {
    width: 90%;
  }
  .news {
    padding: 5rem 2rem;
  }
  .news_subtitle {
    margin-bottom: 2.5rem;
  }
  .news_post {
    padding: 2rem 2.5rem 2rem;
  }
  .news_content {
    display: block;
  }
  .news_date {
    margin: 0px 0 1rem;
  }
  .news_postTtl {
    line-height: 1.3;
  }
  .law table th {
    width: 30%;
  }
  .privacypolicy__headTtl {
    font-size: 2.3rem;
  }
  footer {
    padding: 1.5rem 0;
  }
  .spBr {
    display: block;
  }
}
.single-post .content {
  margin-top: 0;
}
.single-post .main {
  padding: 0;
  background-color: transparent;
  padding-bottom: 100px;
}
.single-post .entry-content {
  margin-bottom: 0;
}
.single-post-header {
  margin-top: 8.9rem;
  padding: 10rem 0;
  background-image: url(./images/news/news-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.single-post-headerTitle {
  position: relative;
  border: 1px solid #FFF;
  width: 30rem;
  margin: 0 auto;
  font-size: 2.6rem;
  padding: 6rem 0;
  color: #FFF;
}
.single-post-headerTitle span {
  display: block;
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}
.single-post-headerTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #C6A968;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.single-post-inner {
  margin: 0 auto;
  max-width: 106rem;
}
.single-post .breadcrumb {
  margin: 40px 0 0;
  color: #28211C;
}
.single-post .article {
  margin-top: 50px;
}
.single-post .article a {
  color: #9E7B40;
}
.single-post .article h2 {
  font-size: 2.8rem;
  margin-block: 5.6rem 1.6rem;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}
.single-post .under-entry-content {
  margin-top: 100px;
  display: none;
}
.single-post-list-title {
  color: #9E7B40;
}
.single-post-list-wrapper {
  margin-top: 100px;
}
.single-post-list {
  margin-top: 30px;
}
.single-post-item {
  padding: 3rem 0 3rem 3.5rem;
  border-top: 1px solid #9E7B40;
}
.single-post-item:last-child {
  border-bottom: 1px solid #9E7B40;
}
.single-post-item-date {
  margin-right: 7rem;
  line-height: 1.5;
}
.single-post-item-ttl {
  line-height: 1.5;
}
.single-post-item-content {
  display: flex;
}
.single-post .article-footer {
  display: none;
}

.single-voice .voice-page {
  max-width: 700px;
  padding: 100px 10px 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single-voice .voice-page {
    padding-top: 85px;
  }
}

.article h2 {
  padding: 0;
  background: inherit;
}

.article h3 {
  border: none;
  padding: 0;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .single-post-inner {
    padding: 3rem 3rem 0;
  }
  .single-post .under-entry-content {
    margin-top: 70px;
  }
  .single-post-item-content {
    display: block;
  }
  .single-post-item {
    padding-left: 0;
  }
  .single-post-item-date {
    margin: 0px 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .single-post-header {
    padding: 3.5rem 0;
  }
  .single-post-headerTitle {
    width: 20rem;
    padding: 3rem 0;
    font-size: 1.6rem;
  }
  .single-post-headerTitle span {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .single-post-headerTitle::after {
    width: 3rem;
    top: 85%;
  }
  .single-post .breadcrumb {
    display: none;
  }
  .single-post-list-wrapper {
    margin-top: 50px;
  }
  .single-post-item {
    padding: 2rem 0;
  }
  .single-post-inner {
    padding-top: 4rem;
  }
  .single-post .article {
    margin: 0;
  }
  .related-entry-card-title {
    font-size: 12px;
    font-weight: normal;
  }
}
@media screen and (max-width: 480px) {
  .entry-title {
    padding: 0;
  }
}
.ect-vertical-card-3 {
  max-width: 1000px;
  justify-content: flex-start;
  margin: 0 auto 50px;
  padding: 50px 10px 0;
}
.ect-vertical-card-3 > .entry-card-wrap {
  width: 32%;
  margin-right: 1%;
}
.ect-vertical-card-3 img {
  border-radius: 20px;
  margin-bottom: 10px;
}
.ect-vertical-card-3 .entry-card-title {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .ect-vertical-card-3 {
    padding: 50px 30px 0;
  }
  .ect-vertical-card-3 > .entry-card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */