@charset "UTF-8";

/*
theme Name: 三吉鍼灸整骨院
Description:　
*/

/* 共通 */
html {
    font-size: 62.5%;
}
 @media (min-width: 835px) {
    html {
        font-size: calc(1vw * 100 / 1920);
    }
}    
@media (max-width: 834px) and (min-width: 441px) {
    html {
        font-size: calc(1vw * 100 / 834);
    }
} 
@media (max-width: 440px) {
    html {
        font-size: calc(1vw * 100 / 440);
    }
}   
body {
    font-family:
  "Albert Sans",
  "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ ProN",
  "Hiragino Kaku Gothic Pro",
  "ヒラギノ角ゴ Pro",
  sans-serif;
    color: #42210A;
    background-color: #F8FCFB;
}
@media (min-width: 835px) {
br.tb {
    display: none;
}
}
@media (min-width: 441px) {
    br.sp {
        display: none;
    }
}
@media (max-width: 440px) {
    br.sp_none {
        display: none;
    }
}
.section_title {
    margin-bottom: 80rem;
}
@media (max-width: 834px) {
    .section_title {
        margin-bottom: 40rem;
    }
}
.section_title span {
    font-size: 30rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #3CB37B;
    /* font-family:"Albert Sans"; */
    text-align: center;
    display: block;
    margin-bottom: 15rem;
}
@media (max-width: 834px) {
    .section_title span {
        font-size: 20rem;
        margin-bottom: 10rem;
    }
}
@media (max-width: 440px) {
    .section_title span {
        font-size: 16rem;
    }
}
.section_title h2 {
    font-size: 44rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 834px) {
    .section_title h2 {
        font-size: 34rem;
    }
}
@media (max-width: 440px) {
    .section_title h2 {
        font-size: 24rem;
    }
}
.section_title p {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-top: 50rem;
    inline-size: fit-content;
    margin-inline: auto;
}
@media (max-width: 834px) {
    .section_title p {
        font-size: 20rem;
        margin-top: 30rem;
    }
}
@media (max-width: 440px) {
    .section_title p {
        font-size: 18rem;
    }
}
.green_bg {
    background-color: #c2e7d6;
    padding: 100rem 120rem;
}
@media (max-width: 834px) {
    .green_bg {
        padding: 60rem 5%;
    } 
}
@media (max-width: 440px) {
    .green_bg {
        padding: 50rem 5%;
    } 
}
.orange {
    color: #FFBC40!important;
}
.brown {
    color: #715947;
}
.page_fv {
    background-color: #ADDFC8;
    width: 1550rem;
    margin: 110rem auto 0;
    height: 350rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 834px) {
    .page_fv {
        width: 100%;
        margin: 0;
        height: 250rem;
        border-radius: 0;
    }
}
@media (max-width: 440px) {
    .page_fv {
        height: 150rem;
    }
}
.page_fv h1 {
    font-size: 48rem;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .page_fv h1 {
        font-size: 34rem;
    }
}
@media (max-width: 440px) {
    .page_fv h1 {
        font-size: 26rem;
    }
}
.page_section_title {
    font-size: 36rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #3CB37B;
    font-weight: bold;
    padding-bottom: 25rem;
    margin-bottom: 30rem;
    border-bottom: 2.5rem solid #707070;
}
@media (max-width: 834px) {
    .page_section_title {
        font-size: 28rem;
        padding-bottom: 20rem;
        margin-bottom: 20rem;
    }
}
@media (max-width: 440px) {
    .page_section_title {
        font-size: 23rem;
        padding-bottom: 10rem;
        margin-bottom: 17rem;
        border-bottom: 1.5rem solid #707070;
        line-height: 1.3;
    }
}
.common_wrapper {
    margin-bottom: 60rem;
}
@media (max-width: 834px) {
    .common_wrapper {
        margin-bottom: 50rem;
    } 
}
@media (max-width: 440px) {
    .common_wrapper {
        margin-bottom: 40rem;
    } 
}
.common_wrapper:last-of-type {
    margin-bottom: 0;
}
.common_text {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .common_text {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .common_text {
        font-size: 18rem;
    }
}
.common_image {
    width: 470rem;
    height: 600rem;
}
@media (max-width: 834px) {
    .common_image {
       margin: 0 auto 40rem;
    }
}
@media (max-width: 440px) {
    .common_image {
        width: 330rem;
        height: 420rem;
        margin: 0 auto 30rem;
    }
}
.common_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10rem;
}
.common_price_list {
    border: 1rem solid #42210A;
    border-radius: 10rem;
    background-color: #fff;
    padding: 20rem 25rem;
    display: inline-block;
}
@media (max-width: 834px) {
    .common_price_list {
        padding: 15rem 20rem;
    }
}
@media (max-width: 440px) {
    .common_price_list {
        padding: 15rem;
    }
}
.common_price_list li {
    font-size: 25rem;
    letter-spacing: 0.03em;
    margin-bottom: 10rem;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
}
@media (max-width: 834px) {
    .common_price_list li {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .common_price_list li {
        font-size: 18rem;
        margin-bottom: 5rem;
    }
}
.common_price_list li:last-child {
    margin-bottom: 0;
}
/* 共通 */

/* ヘッダー */
.header {
    display: flex;
    align-items: center;
    height: 110rem;
    padding: 20rem 4% 20rem 4%;
    width: 100%;
}
@media (min-width: 835px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
}
@media (max-width: 834px) {
    .header {
        height: 100rem;
        padding: 0 5%;
    }
}
@media (max-width: 440px) {
    .header {
        height: 90rem;
    }
}
.header_logo span {
    font-size: 21rem; 
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .header_logo span {
        font-size: 18rem; 
    }
}
@media (max-width: 440px) {
    .header_logo span {
        font-size: 16rem; 
    }
}
.header_logo {
    width: 470rem;
    margin-right: 40rem;
}
@media (max-width: 834px) {
    .header_logo {
        width: 100%;
        height: 100rem;
        margin-right: 0;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       gap: 15rem;
    }
}
@media (max-width: 440px) {
    .header_logo {
       gap: 10rem;
    }
    .overlay .header_logo {
        height: 90rem;
    }
}
.header_logo h1,
.header_logo p {
    font-size: 40rem; 
    font-weight: bold;
    color: #3CB37B;
    letter-spacing: 0.03em;
    margin-top: 12rem;
}
@media (max-width: 834px) {
    .header_logo h1,
    .header_logo p {
    font-size: 32rem; 
    margin-top: 0;
}
}
@media (max-width: 440px) {
    .header_logo h1,
    .header_logo p {
    font-size: 26rem; 
}
}
.header.change_border {
    background-color: #fff;
    border-bottom: 2px solid #f0f0f0;
    transition: 0.1s ease;
}
.header_list {
    display: flex;
    align-items: center;
}
@media (max-width: 834px) {
    .header_list {
       display: none;
    }
}
.header_item {
    padding: 0 30rem;
    font-size: 25rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    position: relative;
}
.header_item::before {
    position: absolute;
    content: "";
    top: 3rem;
    left: 0;
    width: 1.5rem;
    height: 30rem;
    background-color: #42210A;
}
.header_item:nth-child(4)::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 0;
    width: 1.5rem;
    height: 30rem;
    background-color: #42210A;
}
.header_item:last-child::before {
    content: none;
}
.header_item.change_border {
    transition: 0.1s ease;
}
.header_item a {
    padding: 5rem 30rem;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}
.link_none {
    pointer-events: none;
}
.header_item_contact a {
    width: 270rem;
    height: 80rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    background-color: #FFBC40;
    border: 4rem solid #FFBC40;
    transition: all 0.3s;
    border-radius: 10rem;
    margin-left: 60rem;
}
.header_item_contact img {
    width: 35rem;
    height: 35rem;
    object-fit: cover;
}
.header_item_contact p {
    color: #fff;
    font-size: 25rem;
    font-weight: bold;
    letter-spacing: 0.03em;
}
/* ヘッダーサブメニュー表示 */
.header_sub_item {
    pointer-events: none;
}
.header_item .submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    list-style: none;
    top: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 400rem;
    padding: 20rem 40rem;
}
.header_item.has-submenu {
    position: relative;
}
.header_item.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.submenu li {
    white-space: nowrap;
}
@media (max-width: 834px) {
.submenu {
    margin-top: 10rem;
    margin-left: 30rem;
}
}
@media (max-width: 440px) {
    .submenu {
        margin-top: 5rem;
        margin-left: 25rem;
    }
    }
.submenu li a {
    display: block;
    padding: 12rem;
    text-decoration: none;
    font-size: 21rem;
    letter-spacing: 0.08em;
    font-weight: normal;
    position: relative;
}
@media (max-width: 834px) {
    .submenu li a {
        padding: 10rem;
        font-size: 22rem;
    }
}
@media (max-width: 440px) {
    .submenu li a {
        padding: 8rem;
        font-size: 18rem;
    }
}
.submenu li a::before {
    position: absolute;
    content: "";
    top: 23rem;
    left: -13rem;
    height: 2.5rem;
    width: 15rem;
    background-color: #3CB37B;
}
@media (max-width: 834px) {
    .submenu li a::before {
        top: 21rem;
        left: -13rem;
    }
}
@media (max-width: 440px) {
    .submenu li a::before {
        top: 17rem;
        left: -16rem;
        height: 2rem;
    }
}
.submenu li a:hover {
    background-color: #fff;
    transition: all 0.3s ease;
}
/* ヘッダーサブメニュー表示 */
/* 834px以下ヘッダー固定ボタン */
.sp_header_bottom {
    position: fixed; 
    bottom: 0;
    left: 0; 
    width: 100%; 
    z-index: 999; 
	padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
}
@media (min-width: 835px) {
    .sp_header_bottom {
        display: none; 
    }
}
.sp_header_bottom_list  {
    display: flex;
    border: 1rem solid #C0C0C0;
}
.sp_header_bottom_item_ft {
    background-color: #3CB37B;
    width: 33.33333333%;
}
.sp_header_bottom_item_ft div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10rem;
    padding: 15rem;
}
@media (max-width: 440px) {
    .sp_header_bottom_item_ft div {
        gap: 5rem;
        padding: 10rem;
    }
}
.sp_header_bottom_item_ft img {
    width: 25rem;
    object-fit: cover;
}
.sp_header_bottom_item_ft p {
    font-size: 20rem;
    font-weight: bold;
    color: #FFFFFF;
}
@media (max-width: 440px) {
    .sp_header_bottom_item_ft p {
        font-size: 17rem;
    }
}
@media (min-width: 835px) {
    .sp_header_bottom_item_ft a {
        pointer-events: none;
    }
     }
.sp_header_bottom_item_sec {
    background-color: #FFBC40;
    width: 33.33333333%;
}
.sp_header_bottom_item_sec div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10rem;
    padding: 15rem;
}
@media (max-width: 440px) {
    .sp_header_bottom_item_sec div {
        gap: 5rem;
        padding: 10rem;
    }
}
.sp_header_bottom_item_sec img {
    width: 25rem;
    object-fit: cover;
}
.sp_header_bottom_item_sec p {
    font-size: 20rem;
    font-weight: bold;
    color: #FFFFFF;
}
@media (max-width: 440px) {
    .sp_header_bottom_item_sec p {
        font-size: 17rem;
    }
}
/* 834px以下ヘッダー固定ボタン */

/* ハンバーガー */
@media (min-width: 835px) {
    .header_open {
        display: none;
    }
    }
    @media (max-width: 834px) {
        .header_open {
            width: 33.33333333%;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #fff;
        }
        }
    .header_open::before {
        content: "メニュー";
        position: absolute;
        bottom: 16rem;
        left: 40%;
        font-size: 20rem;
        font-weight: bold;
        transition: 0.2s ease;
        -webkit-transition: 0.2s ease;
        }
        @media (max-width: 440px) {
            .header_open::before {
                font-size: 16rem;
                bottom: 9rem;
                left: 35%;
                } 
        }
      .header_open span {
        display: inline-block;
          transition: 0.2s ease;
          -webkit-transition: 0.3s ease;
        position: absolute;
        left: 47%;
        height: 2rem;
        background: #42210A;
      }
      @media (max-width: 440px) {
        .header_open span {
            height: 1.5rem;
            left: 42%;
          }
      }
      .header_open span:nth-of-type(1) {
        top: 16rem;
        width: 35rem;
      }
      @media (max-width: 440px) {
        .header_open span:nth-of-type(1) {
            width: 38rem;
            top: 11rem;
          }
      }
      .header_open span:nth-of-type(2) {
        top: 26rem;
        width: 35rem;
      }
      @media (max-width: 440px) {
        .header_open span:nth-of-type(2) {
            width: 38rem;
            top: 21rem;
          }
      }
      .header_open span:nth-of-type(3) {
        top: 36rem;
        width: 35rem;
      }
      @media (max-width: 440px) {
        .header_open span:nth-of-type(3) {
            width: 38rem;
            top: 31rem;
          }
      }
      .header_open.active span:nth-of-type(1) {
        top: 18rem;
        right: 30rem;
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg);
        width: 35rem;
      }
      @media (max-width: 440px) {
        .header_open.active span:nth-of-type(1) {
            width: 35rem;
            top: 15rem;
            right: 14rem;
          }
      }
      @media (max-width: 320px) {
        .header_open.active span:nth-of-type(1) {
            top: 13rem;
            right: 12.5rem;
          }
      }
      .header_open.active span:nth-of-type(2) {
        opacity: 0;
      }
      .header_open.active span:nth-of-type(3) {
        top: 30rem;
        right: 30rem;
        -webkit-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg);
        width: 35rem;
      }
      @media (max-width: 440px) {
        .header_open.active span:nth-of-type(3) {
            width: 35rem;
            top: 28rem;
            right: 14rem;
          }
      }
    @media (max-width: 390px) {
        .header_open.active span:nth-of-type(3) {
            top: 30.5rem;
          }
      }
    @media (max-width: 320px) {
        .header_open.active span:nth-of-type(3) {
            top: 30rem;
            right: 12.5rem;
          }
      }
    .overlay {
        width: 100%;
        position: fixed;
        top: 0;
         right: 0;
        height: 100%;
        background-color: #fff;
        z-index: -1;
        display: block;
         transition: right 0.2s ease; 
        display: none;
    }
    .sp_header_list {
        width: 70%;
        margin: 30rem auto 50rem;
    }
    @media (max-width: 440px) {
        .sp_header_list {
            width: 80%;
            margin: 0 auto 30rem;
        }
    }
    .sp_header_item {
       font-size: 22rem;
       letter-spacing: 0.08em;
       font-weight: bold;
       padding: 25rem 0 25rem 10rem;
       border-bottom: 1rem solid #42210A;
    }
    @media (max-width: 440px) {
        .sp_header_item {
            font-size: 18rem;
            padding: 20rem 0 20rem 20rem;
         }
         .sp_header_item:nth-child(2) {
            padding: 20rem 0 12rem 20rem;
         }
    }
    .sp_header_item a {
        display: block;
    }
    .sp_header_item_list li {
        font-size: 20rem;
        margin-top: 20rem;
        margin-left: 30rem;
        position: relative;
    }
    .sp_header_item_list li::before {
        content: "";
        position: absolute;
        height: 2rem;
        width: 15rem;
        background-color: #fff;
        top: 10rem;
        left: -22rem;
    }
    /* ハンバーガー */
/* ヘッダー */

/* ファーストビュー */
.fv-wrapper {
    height: calc(100vh - 110rem)!;
    height: calc(100svh - 110rem);
    margin-top: 110rem;
}
@media (max-width: 834px) {
    .fv-wrapper {
        height: 500rem;
        margin-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 440px) {
    .fv-wrapper {
        height: 350rem;
    }
}
.fv-wrapper,
.top_fv {
    overflow: hidden;
}
.top_fv {
    height: calc(100vh - 110rem);
    height: calc(100svh - 110rem);
    position: relative;
    width: 1550rem;
    margin: 0 auto;
	opacity: 0;
    visibility: hidden;
}
@media (max-width: 834px) {
    .top_fv {
       height: 500rem;
        width: 90%;
        padding-bottom: 0;
    }
}
@media (max-width: 440px) {
    .top_fv {
        height: 350rem;
    }
}
.top_fv img {
    width: 100%;
    height: calc(100vh - 110rem);
    height: calc(100svh - 110rem);    
    object-fit: cover;
    border-radius: 10rem;
}
@media (max-width: 834px) {
    .top_fv img {
       height: 500rem;
    }
}
@media (max-width: 440px) {
    .top_fv img {
        height: 350rem;
    }
}
/* fvテーブル */
.fv_table_wrapper {
    background-color: #fff;
    box-shadow: 0px 0px 7px #C0C0C0;
    padding: 35rem 30rem 30rem 30rem;
   display: inline-block;
   border-top-left-radius: 10rem;
   position: absolute;
   bottom: 0;
   right: 0;
}
@media (max-width: 834px) {
    .fv_table_wrapper {
        display: none;
    }
}
.sp_table_wrapper {
  width: 615.21rem;
  margin: 0 auto
}
_::-webkit-full-page-media, _:future, :root .sp_table_wrapper {
    width: 643rem;
  }
@media (max-width: 440px) {
    .sp_table_wrapper {
        width: 389.87rem;
    }
    _::-webkit-full-page-media, _:future, :root .sp_table_wrapper {
        width: 407rem;
      }
}
table.pc_header_table {
    border-collapse: separate;
    border-spacing: 0;      
    border: 3rem solid #3CB37B !important;
    border-radius: 10rem;  
    overflow: hidden;     
  }
thead {
    background-color: #3CB37B;
}
th {
    font-size: 25rem;
    letter-spacing: 0.03em;
}
@media (max-width: 440px) {
    th {
        font-size: 18rem;
    }
}
th.white {
    color: white;
}
tr.pc_header_bg_white {
    background-color: white;
}
th.time {
    padding: 10rem 40rem;
	text-align: center;
}
@media (max-width: 440px) {
    th.time {
        padding: 8rem 0;
    }
}
th.week {
    padding: 14rem;
	text-align:center;
}
@media (max-width: 440px) {
    th.week {
        padding: 7.5rem;
    }
}
th.morning {
    padding: 15rem;
    line-height: 1.4;
	text-align: center;
}
@media (max-width: 440px) {
    th.morning {
        padding: 10rem;
        font-size: 16rem;
        line-height: 1.5;
    }
}
th.afternoon {
    padding: 20rem 15rem;
	text-align: center;
}
@media (max-width: 440px) {
    th.afternoon {
        padding: 15rem 5rem;
    }
}
td.open {
    position: relative;
}
td.open::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:  22rem;
    height:  22rem; 
    border-radius:  50%;  
    background-color: #FFBC40;
}
@media (max-width: 440px) {
    td.open::before {
        width:  16rem;
        height:  16rem; 
    }
}
td.attention {
    position: relative;
}
td.attention::before {
    position: absolute;
    content: "※";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18rem;
    font-weight: bold;
}
@media (max-width: 430px) {
    td.attention::before {
        font-size: 14rem;
    } 
}
td.close {
    position: relative;
}
td.close::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 1.5rem;
    width: 18rem;
    background-color: #111111;
}
@media (max-width: 440px) {
    td.close::before {
        width: 12rem;
        height: 1rem;
    } 
}
.pc_header_table_message {
    font-size: 23rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 15rem;
}
@media (max-width: 834px) {
    .pc_header_table_message {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .pc_header_table_message {
        font-size: 16rem;
        margin-top: 10rem;
    }
}
/* fvテーブル */
/* ファーストビュー */

/* トップ */
.about_wrapper {
    width: 1300rem;
    margin: 120rem auto;
}
@media (max-width: 834px) {
    .about_wrapper {
        width: 90%;
        margin: 80rem auto;
    }
}
@media (max-width: 440px) {
    .about_wrapper {
        margin: 60rem auto 50rem;
    }
}
.about_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 834px) {
    .about_content {
       flex-direction: column-reverse;
    }
}
.about_text {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    width: 680rem;
}
@media (max-width: 834px) {
    .about_text {
        font-size: 20rem;
        width: 100%;
    }
}
@media (max-width: 440px) {
    .about_text {
        font-size: 18rem;
        width: 100%;
    }
}
.about_image_content {
    width: 470rem;
}
@media (max-width: 834px) {
    .about_image_content {
       width: 100%;
       margin-bottom: 30rem;
    } 
}
.about_image {
    width: 100%;
    height: 660rem;
    margin-bottom: 25rem;
}
@media (max-width: 834px) {
    .about_image {
        width: 70%;
        height: 700rem;
        margin: 0 auto 20rem;
    }
}
@media (max-width: 440px) {
    .about_image {
        width: 270rem;
        height: 350rem;
    }
}
.about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10rem;
}
.about_name_title {
    display: flex;
    gap: 25rem;
}
@media (max-width: 834px) {
    .about_name_title {
        gap: 20rem;
        width: 70%;
        margin: 0 auto;
       justify-content: center;
    }
}
.about_name_title p {
    font-size: 28rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #FFBC40;
}
@media (max-width: 834px) {
    .about_name_title p {
        font-size: 22rem;
    }
}
@media (max-width: 440px) {
    .about_name_title p {
        font-size: 18rem;
    }
}
.about_name_title h3 {
    font-size: 28rem;
    letter-spacing: 0.03em;
    font-weight: bold;
}
@media (max-width: 834px) {
    .about_name_title h3 {
        font-size: 22rem;
    }
}
@media (max-width: 440px) {
    .about_name_title h3 {
        font-size: 18rem;
    }
}
.menu_list {
    display: flex;
    justify-content: center;
    gap: 40rem;
}
@media (max-width: 834px) {
    .menu_list {
        flex-wrap: wrap;
        gap: 30rem;
    }
}
@media (max-width: 440px) {
    .menu_list {
        gap: 15rem;
    }
}
.menu_item {
    background-color: #fff;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30rem;
    width: 320rem;
    height: 360rem;
}
@media (max-width: 834px) {
    .menu_item a {
        width: 350rem;
        height: 320rem;
        gap: 20rem;
    }
}
@media (max-width: 440px) {
    .menu_item a {
        gap: 20rem;
        width: 190rem;
        height: 220rem;
    }
}
.menu_item img {
    height: 105rem;
    object-fit: cover;
    margin: 0 auto;
}
@media (max-width: 440px) {
    .menu_item img {
        width: auto;
        height: 75rem;
    }
}
.menu_item p {
    font-size: 30rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 834px) {
    .menu_item p {
        font-size: 24rem;
    }
}
@media (max-width: 440px) {
    .menu_item p {
        font-size: 20rem;
    }
}
.menu_item span {
    width: 53rem;
    height: 53rem;
    border-radius: 50%;
    background-color: #c2e7d6;
    border: 4rem solid #c2e7d6;
    font-size: 40rem;
    color: #fff;
    margin: 0 auto;
    transition: 0.2s ease;
    text-align: center;
    line-height: 1.2;
    padding-left: 1.5rem;
}
_::-webkit-full-page-media, _:future, :root .menu_item span {
    font-size: 32rem;
    line-height: 1.3;
    padding-left: 3rem;
}
@media (max-width: 834px) {
    _::-webkit-full-page-media, _:future, :root .menu_item span {
        font-size: 22rem;
        line-height: 1.4;
        padding-left: 1.5rem;
    }
}
@media (max-width: 440px) {
    _::-webkit-full-page-media, _:future, :root .menu_item span {
        font-size: 18rem;
        line-height: 1.3;
    }
}
@media (min-width: 835px) {
.menu_item a:hover span {
    background-color: #fff;
    color: #c2e7d6;
}
}
@media (max-width: 834px) {
    .menu_item span {
        width: 40rem;
        height: 40rem;
        font-size: 30rem;
    }
}
@media (max-width: 440px) {
    .menu_item span {
        width: 32rem;
        height: 32rem;
        font-size: 22rem;
    }
}
.point_wrapper {
    width: 1100rem;
    margin: 120rem auto;
}
@media (max-width: 834px) {
    .point_wrapper {
        width: 90%;
        margin: 80rem auto;
    }
}
@media (max-width: 440px) {
    .point_wrapper {
        margin: 50rem auto;
    }
}
.point_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 110rem;
}
@media (max-width: 834px) {
    .point_list {
       justify-content: center;
        margin-top: 80rem;
    }
}
@media (max-width: 440px) {
    .point_list {
        margin-top: 55rem;
    }
}
.point_item {
    width: 490rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 80rem;
    position: relative;
}
@media (max-width: 440px) {
    .point_item {
        width: 100%;
        margin-bottom: 60rem;
    }
}
@media (min-width: 835px) {
.point_item:nth-child(3),
.point_item:nth-child(4) {
    margin-bottom: 0;
}
}
@media (max-width: 834px) {
    .point_item:last-child {
        margin-bottom: 0;
    }
    }
.orange_circle {
    background-color: #FFBC40;
    font-size: 30rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75rem;
    height: 75rem;
    border-radius: 50%;
    position: absolute;
    top: -35rem;
    left: 80rem;
}
@media (max-width: 440px) {
    .orange_circle {
        font-size: 22rem;
        width: 55rem;
        height: 55rem;
        top: -28rem;
    }
}
.orange_circle::after {
    content: "";
    position: absolute;
    width: 20rem;
    height: 25rem;
    background: #FFBC40;
    bottom: -8rem;
    right: 5rem;
    transform: rotate(45deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.point_image {
    width: 400rem;
    height: 400rem;
}
@media (max-width: 834px) {
    .point_image {
        width: 500rem;
        height: 500rem;
    }
}
@media (max-width: 440px) {
    .point_image {
        width: 320rem;
        height: 320rem;
    }
}
.point_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.point_item p {
    font-size: 25rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #3CB37B;
    margin-top: 30rem;
}
@media (max-width: 834px) {
    .point_item p {
        font-size: 22rem;
        margin-top: 25rem;
    }
}
@media (max-width: 440px) {
    .point_item p {
        font-size: 20rem;
        margin-top: 20rem;
    }
}
.guest_wrapper {
    width: 1650rem;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .guest_wrapper {
        width: 100%;
    }
}
.guest_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50rem;
}
@media (max-width: 834px) {
    .guest_list {
        gap: 30rem;
    }
}
@media (max-width: 440px) {
    .guest_list {
        gap: 20rem;
    }
}
.guest_item {
    width: 800rem;
    background-color: #fff;
    padding: 40rem 30rem;
    border-radius: 10rem;
}
@media (max-width: 834px) {
    .guest_item {
        width: 100%;
        padding: 30rem;
    }
}
@media (max-width: 440px) {
    .guest_item {
        padding: 30rem 20rem;
    }
}
.guest_item span {
    background-color: #FFBC40;
    border-radius: 100rem;
    padding: 15rem 30rem;
    color: #fff;
    font-size: 23rem;
    letter-spacing: 0.03em;
    display: inline-block;
    margin-bottom: 25rem;
}
@media (max-width: 834px) {
    .guest_item span {
        padding: 10rem 20rem;
        font-size: 20rem;
        margin-bottom: 20rem;
    }
}
@media (max-width: 440px) {
    .guest_item span {
        padding: 8rem 15rem;
        font-size: 16rem;
        margin-bottom: 15rem;
    }
}
.guest_title {
    color: #3CB37B;
    font-size: 28rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 25rem;
    margin-bottom: 30rem;
    border-bottom: 1.5rem solid #707070;
}
@media (max-width: 834px) {
    .guest_title {
        font-size: 24rem;
        padding-bottom: 20rem;
        margin-bottom: 25rem;
    }
}
@media (max-width: 440px) {
    .guest_title {
        font-size: 20rem;
        padding-bottom: 10rem;
        margin-bottom: 15rem;
        border-bottom: 1rem solid #707070;
    }
}
.guest_text {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .guest_text {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .guest_text {
        font-size: 16rem;
    }
}
.price_wrapper {
    width: 1300rem;
    margin: 120rem auto;
}
@media (max-width: 834px) {
    .price_wrapper {
        width: 90%;
        margin: 80rem auto;
    }
}
@media (max-width: 440px) {
    .price_wrapper {
        margin: 50rem auto;
    }
}
.price_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 834px) {
    .price_item {
       justify-content: center;
}
}
.price_item li {
    width: 600rem;
    margin-bottom: 50rem;
}
@media (min-width: 835px) {
.price_item li:nth-child(4),
.price_item li:nth-child(5) {
    margin-bottom: 0;
}
}
@media (max-width: 834px) {
    .price_item li {
        margin-bottom: 20rem;
    }
    .price_item li:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 440px) {
    .price_item li {
        width: 100%;
        margin-bottom: 15rem;
    }
}
.price_green {
    background-color: #3CB37B;
    border-radius: 10rem;
    padding: 15rem 30rem;
    color: #fff;
    font-size: 28rem;
    letter-spacing: 0.03em;
    display: inline-block;
    margin-bottom: 25rem;
}
@media (max-width: 834px) {
    .price_green {
        font-size: 22rem;
        margin-bottom: 20rem;
    }
}
@media (max-width: 440px) {
    .price_green {
        font-size: 18rem;
        margin-bottom: 15rem;
        padding: 10rem 20rem;
    }
}
@media (min-width: 835px) {
.price_explan:first-of-type {
    margin-bottom: 20rem;
}
}
@media (max-width: 834px) {
    .price_explan:nth-last-of-type(2) {
        margin-bottom: 20rem;
    }
    }
.price_explan dt {
    color: #FFBC40;
    font-size: 28rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 15rem;
}
@media (max-width: 834px) {
    .price_explan dt {
        font-size: 22rem;
        margin-bottom: 10rem;
    }
}
@media (max-width: 440px) {
    .price_explan dt {
        font-size: 18rem;
    }
}
.price_explan dd {
    font-size: 25rem;
    letter-spacing: 0.03em;
   margin-bottom: 10rem;
}
@media (max-width: 834px) {
    .price_explan dd {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .price_explan dd {
        font-size: 18rem;
    }
}
.price-table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0;
    font-size: 25rem;
    letter-spacing: 0.03em;
    border: 1rem solid #707070;
    border-radius: 10rem;
    overflow: hidden;
    margin-bottom: 15rem;
}
@media (max-width: 834px) {
    .price-table {
        font-size: 20rem;
        margin-bottom: 10rem;
    }
}
@media (max-width: 440px) {
    .price-table {
        font-size: 17rem;
    }
}
.price-table th,
.price-table td {
    padding: 18rem 10rem;
    text-align: center;
    background-color: #fff;
    border-top: 1rem solid #707070;
}
@media (max-width: 440px) {
    .price-table th,
    .price-table td {
    padding: 15rem 8rem;
}
}
.price-table thead th {
    background: #FFBC40;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #fff;
    border-top: none;
}
.price-table td:first-child {
    font-weight: bold;
}
.price_memo {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
@media (max-width: 834px) {
    .price_memo {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .price_memo {
        font-size: 18rem;
        line-height: 1.4;
    }
}
.price_bg_white {
    background-color: #fff;
    border-radius: 10rem;
    border: 1rem solid #707070;
    padding: 25rem 30rem;
}
@media (max-width: 834px) {
    .price_bg_white {
        padding: 20rem 25rem;
    }
}
@media (max-width: 440px) {
    .price_bg_white {
        padding: 15rem;
    }
}
.price_bg_white_title {
    color: #FFBC40;
    font-size: 28rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 15rem;
}
@media (max-width: 834px) {
    .price_bg_white_title {
        font-size: 22rem;
        margin-bottom: 10rem;
    }
}
@media (max-width: 440px) {
    .price_bg_white_title {
        font-size: 18rem;
        margin-bottom: 5rem;
    }
}
.price_bg_white_text {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
@media (max-width: 834px) {
    .price_bg_white_text {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .price_bg_white_text {
        font-size: 18rem;
    }
}
/* トップ */

/* フッター */
footer {
    background-color: #fff;
}
.footer {
    width: 1270rem;
    margin: 0 auto;
    padding: 60rem 0 20rem 0;
}
@media (max-width: 834px) {
    .footer {
        width: 90%;
        padding: 40rem 0 120rem 0;
    }
}
@media (max-width: 440px) {
    .footer {
        width: 90%;
        padding: 50rem 0 90rem 0;
    }
}
.guidance {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60rem;
}
@media (max-width: 834px) {
    .guidance {
       flex-direction: column;
       justify-content: center;
       align-items: center;
        margin-bottom: 50rem;
    }
}
@media (max-width: 440px) {
    .guidance {
        margin-bottom: 60rem;
    }
}
.guidance_content {
    width: 470rem;
    text-align: center;
    margin-top: 20rem;
}
@media (max-width: 834px) {
    .guidance_content {
        width: 100%;
        margin-bottom: 25rem;
    }
}
@media (max-width: 440px) {
    .guidance_content {
        width: 100%;
        margin-bottom: 25rem;
        margin-top: 0;
    }
}
.store_name {
    font-size: 40rem;
    font-weight: bold;
    color: #3CB37B;
    letter-spacing: 0.03em;
    margin-bottom: 15rem;
}
@media (max-width: 834px) {
    .store_name {
        font-size: 32rem;
    }
}
@media (max-width: 440px) {
    .store_name {
        font-size: 26rem;
        margin-bottom: 10rem;
    }
}
.store_memo {
    font-size: 21rem;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .store_memo {
        font-size: 18rem;
    }
}
@media (max-width: 440px) {
    .store_memo {
        font-size: 16rem;
    }
}
.store_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    margin-top: 15rem;
}
@media (min-width: 835px) {
.store_tel {
    pointer-events: none;
}
}
.store_tel img {
    width: 35rem;
    height: 35rem;
    object-fit: cover;
}
@media (max-width: 834px) {
    .store_tel img {
        width: 28rem;
        height: 28rem;
    }
}
@media (max-width: 440px) {
    .store_tel img {
        width: 25rem;
        height: 25rem;
    }
}
.store_tel p {
    font-size: 40rem;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #FFBC40;
}
@media (max-width: 834px) {
    .store_tel p {
        font-size: 32rem;
    }
}
@media (max-width: 440px) {
    .store_tel p {
        font-size: 28rem;
    }
}
.common_pc_header_table {
    display: flex;
    flex-direction: column;
}
.footer_content {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 834px) {
    .footer_content {
       flex-direction: column;
    }
}
.footer_left {
    width: 560rem;
}
@media (max-width: 834px) {
    .footer_left {
        width: 100%;
    } 
}
.footer_list {
    margin-bottom: 25rem;
}
@media (max-width: 440px) {
    .footer_list {
        margin-bottom: 20rem;
    }
}
.footer_list:last-of-type {
    margin-bottom: 0;
}
.footer_list dt {
    border: 3rem solid #3CB37B;
    border-radius: 10rem;
    padding: 10rem 20rem;
    color: #3CB37B;
    font-size: 25rem;
    letter-spacing: 0.03em;
    display: inline-block;
    margin-bottom: 10rem;
}
@media (max-width: 834px) {
    .footer_list dt {
        border: 2rem solid #3CB37B;
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .footer_list dt {
        font-size: 18rem;
        padding: 8rem 20rem;
    }
}
.footer_list dd {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
@media (max-width: 834px) {
    .footer_list dd {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .footer_list dd {
        font-size: 18rem;
    }
}
.footer_right {
    width: 520rem;
}
@media (max-width: 834px) {
    .footer_right {
        width: 100%;
    } 
}
.map_image {
    width: 100%;
    height: 280rem;
}
@media (max-width: 834px) {
    .map_image {
        margin-top: 40rem;
        height: 400rem;
    }
}
@media (max-width: 440px) {
    .map_image {
        margin-top: 20rem;
        height: 215rem;
    }
}
.map_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10rem;
    border: 1rem solid #707070;
    padding: 10rem;
}
.iframe_content iframe {
    width: 520rem;
    height: 300rem;
    margin-top: 40rem;
}
@media (max-width: 834px) {
    .iframe_content iframe {
        width: 100%;
        height: 400rem;
    }
}
@media (max-width: 440px) {
    .iframe_content iframe {
        height: 250rem;
        margin-top: 20rem;
    }
}
.footer_nav_list {
    display: flex;
    justify-content: center;
    margin-top: 60rem;
    margin-bottom: 80rem;
}
@media (max-width: 834px) {
    .footer_nav_list {
       flex-direction: column;
        margin-top: 60rem;
        margin-bottom: 80rem;
    }
}
@media (max-width: 440px) {
    .footer_nav_list {
        margin-top: 30rem;
        margin-bottom: 50rem;
    }
}
.footer_item {
    padding: 0 20rem;
    font-size: 25rem;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .footer_item {
        font-size: 20rem;
        margin-bottom: 20rem;
    }
    .footer_item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 440px) {
    .footer_item {
        font-size: 18rem;
        margin-bottom: 15rem;
        padding: 0;
    }
}
.footer_item a {
    padding: 5rem 15rem;
} 
.footer_submenu {
    padding-left: 35rem;
    margin-top: 10rem;
}
@media (max-width: 834px) {
    .footer_submenu {
        padding-left: 20rem;
    } 
}
@media (max-width: 440px) {
    .footer_submenu {
       margin-top: 5rem;
    } 
}
.footer_submenu li a {
    padding: 8rem;
}
@media (max-width: 440px) {
    .footer_submenu li a {
        padding: 6rem;
    }
}
.footer_submenu li a::before {
    top: 18rem;
    left: -15rem;
}
@media (max-width: 440px) {
    .footer_submenu li a::before {
        top: 15rem;
    }
}
.footer_end {
    font-size: 21rem;
    letter-spacing: 0.03em;
    text-align: center;
}
@media (max-width: 834px) {
    .footer_end {
        font-size: 18rem;
    }
}
@media (max-width: 440px) {
    .footer_end {
        font-size: 13rem;
    }
}
/* フッター */

/* 下層〜お問い合わせ */
.contact_wrapper {
    width: 1240rem;
    margin: 80rem auto 120rem;
}
@media (max-width: 834px) {
    .contact_wrapper {
        width: 90%;
        margin: 60rem auto 80rem;
    } 
}
@media (max-width: 440px) {
    .contact_wrapper {
        margin: 50rem auto;
    } 
}
.contact_message {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-bottom: 60rem;
    inline-size: fit-content;
    margin-inline: auto;
    width: 62%;
}
@media (max-width: 834px) {
    .contact_message {
        font-size: 22rem;
        margin-bottom: 20rem;
        width: 100%;
    }
}
@media (max-width: 440px) {
    .contact_message {
        font-size: 18rem;
        margin-bottom: 40rem;
    }
}
/* contact7 */
.contact_form {
    width: 800rem;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .contact_form {
        width: 100%;
    }
}
.contact_item {
    margin-bottom: 35rem;
    display: block;
}
@media (max-width: 440px) {
    .contact_item {
        margin-bottom: 20rem;
    } 
}
.contact_item:last-of-type {
    margin-bottom: 0;
}
.required {
    color: #fff;
    font-size: 18rem;
    margin-left: 25rem;
    background-color: #dc3232;
    font-weight: normal;
    padding: 5rem 7rem;
    border-radius: 3rem;
}
@media (max-width: 834px) {
    .required {
        font-size: 16rem;
    }
}
@media (max-width: 440px) {
    .required {
        font-size: 12rem;
        margin-left: 15rem;
    }
}
.form_section_title {
    font-size: 25rem;
    font-weight: 600;
    width: 350rem;
	letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    margin-bottom: 20rem;
}
@media (max-width: 834px) {
    .form_section_title {
        font-size: 20rem;
        width: 100%;
    }
}
@media (max-width: 440px) {
    .form_section_title {
        font-size: 18rem;
        width: 100%;
        margin-bottom: 12rem;
    }
}
.contact_item_textarea {
    align-items: start;
}
.contact_item_textarea .form_section_title {
    margin-top: 10rem;
}
@media (max-width: 440px) {
    .contact_item_textarea .form_section_title {
        margin-top: 0;
    }
}
.wpcf7-form-control {
    background-color: #fff;
    width: 760rem;
     height: 70rem; 
    font-size: 25rem;
    padding: 20rem;
	letter-spacing: 0.03em;
    border: 1px solid #C0C0C0;
    border-radius: 10rem;
}
@media (max-width: 834px) {
    .wpcf7-form-control {
        font-size: 20rem;
        width: 750rem;
        height: 50rem;
    }
}
@media (max-width: 440px) {
    .wpcf7-form-control {
        height: 45rem; 
        padding: 15rem 10rem;
        font-size: 18rem;
        width: 395rem;
    }
}
.wpcf7-textarea {
    background-color: #fff;
    width: 760rem;
    height: 280rem;
    padding: 20rem;
	resize: vertical;
    border-radius: 10rem;
}
@media (max-width: 834px) {
    .wpcf7-textarea {
        width: 750rem;
        height: 250rem;
    }
}
@media (max-width: 440px) {
    .wpcf7-textarea {
        height: 180rem;
        width: 395rem;
        padding: 10rem;
    }
}
.wpcf7-submit {
    font-size: 25rem;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 300rem;
    height: 80rem;
    background-color: #3CB37B;
    margin: 60rem auto;
    transition: all 0.3s;
    border: 3rem solid #3CB37B;
	letter-spacing: 0.03em;
    line-height: 0.7;
    border-radius: 10rem;
 }
 @media (max-width: 834px) {
    .wpcf7-submit {
        font-size: 20rem;
        height: 65rem;
        margin: 40rem auto;
     }
 }
 @media (max-width: 440px) {
    .wpcf7-submit {
        font-size: 18rem;
        margin: 30rem auto 0;
		height:50rem;
        width: 80%;
     }
 }
 @media (min-width: 835px) {
    .wpcf7-submit:hover {
        background-color: #ffffff;
        color: #3CB37B;
    }
}
.wpcf7-spinner {
	display: none!important;
}
.wpcf7-list-item {
    display: flex!important;
    align-items: center;
}
.wpcf7-list-item:first-child {
    margin-left: 0;
} 
.wpcf7-not-valid-tip {
    margin-top: 12rem;
    font-size: 18rem!important;
    color: #dc3232;
    display: block;
}
@media (max-width: 834px) {
    .wpcf7-not-valid-tip {
        font-size: 14rem!important;
    }
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0!important;
	border-color: #dc3232!important;
	font-size: 23rem!important;
    line-height: 1.6;
    border: none!important;
    color: #dc3232;
}
@media (max-width: 834px) {
    .wpcf7 form .wpcf7-response-output {
        font-size: 18rem!important;
    }
}
@media (max-width: 440px) {
    .wpcf7 form .wpcf7-response-output {
        padding: 0!important;
        font-size: 16rem!important;
    }
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 25rem!important;
    line-height: 1.5;
    border: none;
	color: #2E4053!important;
} 
@media (max-width: 834px) {
    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 18rem!important;
    } 
}
.screen-reader-response {
    display: none;
}

/* turnstile〜中央&css */
div.cf-turnstile {
    display: flex!important;
    justify-content: center!important;
	margin-top:40rem!important;
	margin-bottom: 20rem!important;
}
@media (max-width: 834px) {
	div.cf-turnstile {
	margin-bottom: 10rem!important;
}
}
@media (max-width: 440px) {
	div.cf-turnstile {
	margin-bottom: 5rem!important;
	margin-top: 20rem!important;
}
}
/* turnstile〜中央&css */
/* contact7 */
/* 下層〜お問い合わせ */

/* 下層〜交通事故治療 */
.accident_wrapper {
    width: 1050rem;
    margin: 80rem auto 120rem;
}
@media (max-width: 834px) {
    .accident_wrapper {
        width: 90%;
        margin: 60rem auto 80rem;
    } 
}
@media (max-width: 440px) {
    .accident_wrapper {
        margin: 50rem auto;
    } 
}
.accident_message {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    width: 950rem;
    margin: 0 auto 100rem;
}
@media (max-width: 834px) {
    .accident_message {
        font-size: 20rem;
        width: 100%;
        margin: 0 auto 80rem;
    }
}
@media (max-width: 440px) {
    .accident_message {
        font-size: 18rem;
        margin: 0 auto 50rem;
    }
}
.accident_flow_list {
    margin-top: 70rem;
}
@media (max-width: 834px) {
    .accident_flow_list {
        margin-top: 60rem;
    }
}
.accident_flow_item {
    border: 4rem solid #3CB37B;
    border-radius: 10rem;
    padding: 60rem 40rem 35rem 40rem;
    background-color: #fff;
    position: relative;
    margin-bottom: 60rem;
}
@media (max-width: 834px) {
    .accident_flow_item {
        border: 3rem solid #3CB37B;
        padding: 50rem 40rem 25rem 40rem;
        margin-bottom: 50rem;
    }
}
@media (max-width: 440px) {
    .accident_flow_item {
        border: 2rem solid #3CB37B;
        padding: 40rem 15rem 20rem 15rem;
        margin-bottom: 40rem;
    }
}
.accident_flow_item span {
    background-color: #FFBC40;
    font-size: 30rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75rem;
    height: 75rem;
    border-radius: 50%;
    position: absolute;
    top: -45rem;
    left: 25rem;
}
@media (max-width: 834px) {
    .accident_flow_item span {
        font-size: 26rem;
        width: 60rem;
        height: 60rem;
        top: -37rem;
        left: 338rem;
    }
}
@media (max-width: 440px) {
    .accident_flow_item span {
        font-size: 22rem;
        width: 55rem;
        height: 55rem;
        left: 170rem;
        top: -30rem;
    }
}
.accident_flow_item span::after {
    content: "";
    position: absolute;
    width: 20rem;
    height: 25rem;
    background: #FFBC40;
    bottom: -8rem;
    right: 5rem;
    transform: rotate(45deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.accident_flow_item h3 {
    font-size: 28rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin-bottom: 20rem;
}
@media (max-width: 834px) {
    .accident_flow_item h3 {
        font-size: 22rem;
        margin-bottom: 15rem;
    }
}
@media (max-width: 440px) {
    .accident_flow_item h3 {
        font-size: 18rem;
        inline-size: fit-content;
        margin-inline: auto;
    }
}
.accident_flow_item p {
    font-size: 25rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .accident_flow_item p {
        font-size: 20rem;
    } 
}
@media (max-width: 440px) {
    .accident_flow_item p {
        font-size: 18rem;
    } 
}
.accordion-area li {
    margin-bottom: 25rem;
    border: 3px solid #ADDFC8;
    border-radius: 5rem;
}
@media (min-width: 835px) {
	.accordion-area li:hover {
		cursor: pointer;
	}
}
@media (max-width: 440px) {
    .accordion-area li {
        margin-bottom: 15rem;
        border: 2px solid #ADDFC8;
    }
}
.accordion-area li:last-child {
    margin-bottom: 0;
}
.question_box {
    padding: 20rem 20rem 20rem 30rem;
    background-color: #ADDFC8;
    display: flex;
    transition: all .2s ease;
    position: relative;
}
@media (max-width: 834px) {
    .question_box {
        padding: 15rem 15rem 15rem 20rem;
    }
}
@media (max-width: 440px) {
    .question_box {
        padding: 12rem 5rem 12rem 10rem;
    }
}
/* プラスマイナスの挙動 */
.question_acd_open::before,.question_acd_open::after  {
    content: '';
    display: inline-block;
    width: 30rem;
    height: 3rem;
    background-color: #fff;
    position: absolute;
	right: 5%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s;
}
@media (max-width: 834px) {
    .question_acd_open::before,.question_acd_open::after  {
        width: 20rem;
        height: 2rem;
    }
}
@media (max-width: 440px) {
    .question_acd_open::before,.question_acd_open::after  {
        width: 16rem;
        right: 3%;
    }
}
.question_acd_open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}
.question_acd_open.show::before {
    opacity: 0;
}
.question_acd_open.show::after {
    transform: translateY(-50%) rotate(180deg);
}
/* プラスマイナスの挙動 */
.question_title {
    font-weight: 600;
    font-size: 25rem;
    line-height: 1.4;
    width: 88%;
    padding-right: 40rem;
	letter-spacing: 0.08em;
    margin-top: 7rem;
}
@media (max-width: 834px) {
    .question_title {
        font-size: 20rem;
        width: 85%;
        margin-top: 6rem;
    } 
}
@media (max-width: 440px) {
    .question_title {
        font-size: 16rem;
        width: 88%;
        margin-top: 4rem;
        padding-right: 30rem;
    } 
}
.question {
    font-size: 32rem;
    font-weight: 600;
    margin-right: 15rem;
    letter-spacing: 0.03em;
    width: 45rem;
    height: 45rem;
    border-radius: 50%;
    background-color: #fff;
    color: #ADDFC8;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 834px) {
    .question {
        font-size: 20rem;
        margin-right: 20rem;
        width: 40rem;
        height: 40rem;
    }
}
@media (max-width: 440px) {
    .question {
        font-size: 18rem;
        margin-right: 7rem;
        width: 32rem;
        height: 32rem;
    }
}
.answer {
    color: #fff;
    font-size: 26rem;
    font-weight: 600;
    margin-right: 15rem;
    width: 45rem;
    height: 45rem;
    border-radius: 50%;
    background-color: #E94709;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 834px) {
    .answer {
        font-size: 20rem;
        margin-right: 18rem;
        width: 40rem;
        height: 40rem;
    }
}
@media (max-width: 440px) {
    .answer {
        font-size: 17rem;
        margin-right: 7rem;
        width: 32rem;
        height: 32rem;
    }
}
.answer_content {
    display: none;
}
.answer_box {
    padding: 20rem 30rem 20rem 30rem;
    display: flex;
    transition: all .2s ease;
    position: relative;
}
@media (max-width: 834px) {
    .answer_box {
        padding: 15rem 35rem 15rem 20rem;
    }
}
@media (max-width: 440px) {
    .answer_box {
        padding: 10rem 8rem 10rem 10rem;
    }
}
.answer_box p {
    font-size: 25rem;
    line-height: 1.5;
    width: 100%;
    margin-top: 7rem;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .answer_box p {
        font-size: 20rem;
       margin-top: 3rem;
    }
}
@media (max-width: 440px) {
    .answer_box p {
        font-size: 16rem;
        flex: 1;
    }
}
/* 下層〜交通事故治療 */

/* 下層〜整骨施術 */
.seikotsu_wrapper {
    width: 1240rem;
    margin: 80rem auto 120rem;
}
@media (max-width: 834px) {
    .seikotsu_wrapper {
        width: 90%;
        margin: 60rem auto 80rem;
    }
}
@media (max-width: 440px) {
    .seikotsu_wrapper {
        width: 90%;
        margin: 50rem auto;
    }
}
.seikotsu_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100rem;
}
@media (max-width: 834px) {
    .seikotsu_content {
       flex-direction: column-reverse;
        margin-bottom: 80rem;
    }
}
@media (max-width: 440px) {
    .seikotsu_content {
        margin-bottom: 50rem;
    }
}
.seikotsu_message {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    width: 670rem;
}
@media (max-width: 834px) {
    .seikotsu_message {
        font-size: 20rem;
        width: 100%;
    }
}
@media (max-width: 440px) {
    .seikotsu_message {
        font-size: 18rem;
    }
}
.seikotsu_box {
    width: 1000rem;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .seikotsu_box {
        width: 100%;
    }
}
.seikotsu_symptoms_content {
    width: 180rem;
}
@media (max-width: 834px) {
    .seikotsu_symptoms_content {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40rem;
        margin-bottom: 20rem;
    }
}
.seikotsu_symptoms_content p {
    font-size: 28rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 20rem;
    color: #FFBC40;
    text-align: center;
}
@media (max-width: 834px) {
    .seikotsu_symptoms_content p {
        font-size: 24rem;
        margin-bottom: 0;
    }
}
@media (max-width: 440px) {
    .seikotsu_symptoms_content p {
        font-size: 20rem;
    }
}
.seikotsu_symptoms_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50rem;
}
@media (max-width: 834px) {
    .seikotsu_symptoms_item {
       flex-direction: column;
        margin-bottom: 40rem;
    }
}
@media (max-width: 440px) {
    .seikotsu_symptoms_item {
        margin-bottom: 30rem;
    }
}
.seikotsu_symptoms_item:last-child {
    margin-bottom: 0;
}
.seikotsu_symptoms_image {
    width: 132rem;
    height: 220rem;
    margin: 0 auto;
}
@media (max-width: 440px) {
    .seikotsu_symptoms_image {
        width: 90rem;
        height: 150rem;
    }
}
.seikotsu_symptoms_image img {
   width: 100%;
   height: 100%;
}
.seikotsu_symptoms_box {
    border: 1rem solid #42210A;
    border-radius: 10rem;
    background-color: #fff;
    padding: 25rem 10rem;
    width: 665rem;
}
@media (max-width: 834px) {
    .seikotsu_symptoms_box {
        padding: 20rem 10rem;
        width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 440px) {
    .seikotsu_symptoms_box {
        padding: 15rem;
        width: 100%;
    }
}
.seikotsu_symptoms_box li {
    font-size: 25rem;
    letter-spacing: 0.03em;
    margin-bottom: 10rem;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
}
@media (max-width: 834px) {
    .seikotsu_symptoms_box li {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .seikotsu_symptoms_box li {
        font-size: 18rem;
        margin-bottom: 6rem;
    }
}
.seikotsu_symptoms_box li:last-child {
    margin-bottom: 0;
}
.seikotsu_flow_list {
    width: 950rem;
}
@media (max-width: 834px) {
    .seikotsu_flow_list {
       width: 100%;
    } 
}
.seikotsu_flow_item {
    border: 2rem solid #42210A;
    border-radius: 10rem;
    padding: 25rem 30rem;
    background-color: #fff;
    margin-bottom: 30rem;
}
@media (max-width: 834px) {
    .seikotsu_flow_item {
        padding: 15rem 30rem;
        background-color: #fff;
        margin-bottom: 20rem;
        border: 1rem solid #42210A;
    }
}
@media (max-width: 440px) {
    .seikotsu_flow_item {
        padding: 15rem 20rem;
        margin-bottom: 15rem;
    }
}
.seikotsu_flow_item:last-child {
    margin-bottom: 0;
}
.seikotsu_flow_item h3 {
    font-size: 28rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin-bottom: 10rem;
    color: #FFBC40;
}
@media (max-width: 834px) {
    .seikotsu_flow_item h3 {
        font-size: 22rem;
    }
}
@media (max-width: 440px) {
    .seikotsu_flow_item h3 {
        font-size: 18rem;
        margin-bottom: 5rem;
    }
}
.seikotsu_flow_item p {
    font-size: 25rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .seikotsu_flow_item p {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .seikotsu_flow_item p {
        font-size: 18rem;
    }
}
.seikotsuin_price_table {
    width: 600rem;
}
@media (max-width: 440px) {
    .seikotsuin_price_table {
        width: 100%;
    }
}
@media (max-width: 834px) {
    .seikotsuin_price_table {
      margin: 0 auto 10rem;
    } 
}
.seikotsu_wrapper .price_memo {
    /* text-align: center; */
}
@media (max-width: 440px) {
    .seikotsu_wrapper .price_memo {
        text-align: left;
    }
}
/* 下層〜整骨施術 */

/* 下層〜婦人科鍼灸 */
.fujin_wrapper {
   width: 1360rem;
    margin: 80rem auto 120rem;
}
@media (max-width: 834px) {
    .fujin_wrapper {
        width: 90%;
        margin: 60rem auto 80rem;
     }
}
@media (max-width: 440px) {
    .fujin_wrapper {
        width: 90%;
        margin: 50rem auto;
     }
}
.fujin_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100rem;
}
@media (max-width: 834px) {
    .fujin_content {
       flex-direction: column-reverse;
        margin-bottom: 80rem;
    }
}
@media (max-width: 440px) {
    .fujin_content {
        margin-bottom: 50rem;
    }
}
.fujin_message {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    width: 770rem;
}
@media (max-width: 834px) {
    .fujin_message {
        font-size: 20rem;
        width: 100%
    }
}
@media (max-width: 440px) {
    .fujin_message {
        font-size: 18rem;
    }
}
.fujin_box {
    width: 1050rem;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .fujin_box {
        width: 100%;
    }
}
.fujin_infertility_list {
    margin-top: 30rem;
    margin-bottom: 30rem;
}
.fujin_infertility_list li {
    margin-bottom: 20rem;
}
@media (max-width: 440px) {
    .fujin_infertility_list li {
        margin-bottom: 10rem;
    }
}
.fujin_infertility_list li:last-child {
    margin-bottom: 0;
}
.fujin_infertility_title {
    background-color: #FFBC40;
    color: #fff;
    font-size: 25rem;
    letter-spacing: 0.03em;
    padding: 10rem 20rem;
    border-radius: 10rem;
    display: inline-block;
    margin-bottom: 10rem;
}
@media (max-width: 834px) {
    .fujin_infertility_title {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .fujin_infertility_title {
        font-size: 18rem;
        padding: 8rem 15rem;
        margin-bottom: 5rem;
    }
}
.fujin_infertility_text {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
@media (max-width: 834px) {
    .fujin_infertility_text {
        font-size: 20rem;
    } 
}
@media (max-width: 440px) {
    .fujin_infertility_text {
        font-size: 18rem;
    } 
}
/* 下層〜婦人科鍼灸 */

/* ページ内外リンク位置調整 */
.link-position_sec {
    /* top: 0; */
    display: block;
    position: relative;
}
@media (max-width: 834px) {
    .link-position_sec {
       top: 100rem;
    }
}
/* ページ内外リンク位置調整 */

/* パンくず */
.fbc {
    width: 1550rem;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .fbc {
        width: 100%;
    }
}
.fbc-page .fbc-wrap .fbc-items {
	padding: 15rem 0 0 0!important;
	 line-height: 1!important;
}
@media (max-width: 834px) {
    .fbc-page .fbc-wrap .fbc-items {
        padding: 15rem 2% 0 2%!important;
    }
}
@media (max-width: 440px) {
    .fbc-page .fbc-wrap .fbc-items {
        padding: 10rem 1% 0 1%!important;
    }
}
.fbc-page .fbc-wrap .fbc-items {
    background-color: transparent!important;
}
.fbc-page .fbc-wrap .fbc-items li {
	padding:0!important;
	 margin-right: 4px!important;
	 margin-left: 4px!important;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
    margin-right: 4px!important;
}
 .fbc-separator {
	color:#000036!important;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
    line-height: 1.5;
}
/* パンくず */

/* 戻るボタン */
#page_top {
    position: fixed;
    bottom: 10%;
    right: -0.5%;
    z-index: 1;
  }
  @media (max-width: 834px) {
    #page_top {
        bottom: 14%;
      }
  }
  @media (max-width: 440px) {
    #page_top {
        right: -4%;
        bottom: 16%;
      }
  }
  @media (min-width: 835px) {
  #page_top:hover {
    cursor: pointer;
  }
}
  #page_top::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 5rem;
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-color: #3CB37B;
	  border: 1px solid #fff;
}
@media (max-width: 834px) {
    #page_top::before {
        width: 45rem;
        height: 45rem;
    }
}
@media (max-width: 440px) {
    #page_top::before {
        width: 35rem;
        height: 35rem;
    }
}
#page_top::after {
    content: "";
    margin: auto;
    position: absolute;
    top: -5rem;
    right: 56rem;
    width: 18rem;
    height: 18rem;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
}
@media (max-width: 834px) {
    #page_top::after {
        right: 44rem;
        width: 12rem;
        height: 12rem;
		top: -4rem;
    }
}
@media (max-width: 440px) {
    #page_top::after {
        right: 35rem;
        width: 10rem;
        height: 10rem;
         top: -3rem;
		 border-top: 2px solid #fff;
    	border-left: 2px solid #fff;
    }
}
/* 戻るボタン */