@charset "UTF-8";
/* CSS Document */

html {
    font-size: 16px;
    background-color: #FDFBF6;
    height: 100%;
}
body {
    opacity:0;
    background-color: #FDFBF6;
    height: 100%;
}
#top_bg_01 {

}
.first_message {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}
h1.first_message {
    font-size: 2.38rem;
    line-height: 3.92rem;
    letter-spacing: 0.12rem;
}
p.first_message {
    font-size:  1.1875rem;
    line-height:  2.31rem;
    letter-spacing:  0.06rem;
}
.blur {
    filter: blur(20px);
    opacity: 0;
    animation-name: blurAnimation;
    animation-delay: 3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    
}
@keyframes blurAnimation{
    0% {
        filter:blur(20px);
        opacity: 0;
    }
    100% {
        filter:blur(0px);
        opacity: 1;
    }
}
.scroll-in {
    opacity: 0;
}
.animate-in-up {
    transform: translateY(50px);
}
.fadeInUp {
    animation-name: fadeInUpAnimation;
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes fadeInUpAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeOutDown {
    animation-name: fadeOutDownAnimation;
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes fadeOutDownAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(50px);
    }
}
.fadeIn {
    animation-name: fadeInAnimation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeOut {
    animation-name: fadeOutAnimation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#top {
    height: 100%;
    z-index: 2;
    /*padding-left: 2rem;*/
    /*margin-left: 9rem;*/
}
#top .wrap {
    z-index: 2;
}
#slide_page {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}
#slide_page figure {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    /*
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    */
    z-index: 0;
    display: none;
}
#slide_page figure .wrap {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}
#slide_page figure img {
    width: 63rem;
    height: auto;
    /*left: 2rem;*/
}
/*
#slide_page figure:nth-of-type(1) {
    background-image: url("../images/2x/fig_top_01.jpg");
}
#slide_page figure:nth-of-type(2) {
    background-image: url("../images/2x/fig_top_02.jpg");
    display: none;
}
#slide_page figure:nth-of-type(3) {
    background-image: url("../images/2x/fig_top_03.jpg");
    display: none;
}
#slide_page figure:nth-of-type(4) {
    background-image: url("../images/2x/fig_top_04.jpg");
    display: none;
}
#slide_page figure:nth-of-type(5) {
    background-image: url("../images/2x/fig_top_05.jpg");
    display: none;
}
#slide_page figure:nth-of-type(6) {
    background-image: url("../images/2x/fig_top_06.jpg");
    display: none;
}
#slide_page figure:nth-of-type(7) {
    background-image: url("../images/2x/fig_top_07.jpg");
    display: none;
}
#slide_page figure:nth-of-type(8) {
    background-image: url("../images/2x/fig_top_08.jpg");
    display: none;
}
#slide_page figure:nth-of-type(9) {
    background-image: url("../images/2x/fig_top_09.jpg");
    display: none;
}
#slide_page figure:nth-of-type(10) {
    background-image: url("../images/2x/fig_top_10.jpg");
    display: none;
}
*/
#page7 .bg_figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg_figure figure {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../images/2x/bg_doctor.webp");
    
}
#page7 .bg_figure img {
    display: none;
}
#page2, #page3, #page4, #page5, #page8, .page_break, .bg_wrap {
    background-color: #FDFBF6;
}
#page2, #page3, #page4, #page5, #page5, #page6, #page5, #page8, .page_break, .bg_wrap {
    z-index: 2;
}
#page2 {
    padding-top: 4rem;
    padding-bottom: 28rem;
    margin: auto;
    /*margin-left: 3rem;*/
}
#page2 .wrap {
    overflow: visible;
}
#page2 .shinryo_title {
    height: 280px;
    width: auto;
    position: relative;
    margin: 0 auto 2rem;
}
#page3 .shinryo_title {
    height: auto;
    width: 100%;
}

.cat_title {
    background-color: #718072;
    border-radius: 1.6rem;
    font-size: 1.078rem;
    line-height: 1.3rem;
    letter-spacing: 0.06rem;
    font-weight: 200;
    color: #ffffff;
    width: auto;
    height: auto;
    padding: 2rem 0.7rem;
    position: absolute;
    left: 3.2rem;
}
.kamoku {
    background-color: #ffffff;
    border-radius: 1.8rem;
    font-size: 1.386rem;
    line-height: 1.67rem;
    letter-spacing: 0.07rem;
    border: 1px solid #000000;
    font-weight: 200;
    padding: 2.5rem 0.9rem;
    position: absolute;
    top: 3rem;
    left: 0rem;
}
.shinryou_naiyo_header {
    width: 100px;
}

#page3 .icon_arrow {
    position: absolute;
    width: 0.9rem;
    display: block;
    left: 1.9rem;
    top: 16.5rem;
}
#page3 .icon_arrow img {
    width: 100%;
    height: auto;
}
#page3 .logo_shinme_club {
    position: absolute;
    width: 5.53rem;
    display: block;
    left: -1rem;
    top: 19.5rem;
}
#page3 .logo_shinme_club img {
    width: 100%;
    height: auto;
}
.shinryou_ryouiki {
    display: flex;
    position: relative;
    width: max-content;
    
}
#p2-1.shinryou_ryouiki {
    left: 0%;
    top: 47px;
}
#p2-2.shinryou_ryouiki {
    left: 3rem;
    top: 6.5rem;
    float: left;
}
#p2-3.shinryou_ryouiki {
    top: 24rem;
    margin-bottom: 3.5rem;
}
#p2-4.shinryou_ryouiki {
    top: 25rem;
    left: 10rem;
    float: left;
}
#p2-5.shinryou_ryouiki {
    top: 16rem;
    left: 4rem;
}
#p2-6.shinryou_ryouiki {
    top: 17rem;
    left: 0;
}
#p2-7.shinryou_ryouiki {
    top: 20rem;
    left: 5rem;
}
#p2-8.shinryou_ryouiki {
    top: 14rem;
    left: 31rem;
}
#p2-9.shinryou_ryouiki {
    top: 20rem;
    left: 5rem;
}
.title_symptom {
    font-size: 2.8rem;
    line-height: 2.36rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    margin-right: 1.47rem;
    margin-left: 3rem;
    padding: 0;
}

#p2-1 .shoujou {
    width: 436px;
}
#p2-2 .shoujou {
    width: 398px;
}
#p2-3 .shoujou {
    width: 366px;
}
#p2-4 .shoujou {
    width: 350px;
}
#p2-5 .shoujou {
    width: 378px;
}
#p2-6 .shoujou {
    width: 425px;
}
#p2-7 .shoujou {
    width: 350px;
}
#p2-8 .shoujou {
    width: 350px;
}
#p2-9 .shoujou {
    width: 760px;
}
.shoujou {
    overflow: auto;
}
.shoujou h5 {
    font-size: 1.05rem;
    line-height: 1.43rem;
    letter-spacing: 0.04rem;
    margin-bottom: 0.6rem;
    margin-top: 0;
}
.shoujou p {
    font-size: 0.84rem;
    line-height: 1.4rem;
    letter-spacing: 0.07rem;
    border-top: 1px solid #000;
    padding-top: 1rem;
    margin-bottom: 1.3rem;
}
.shoujou ul {
    
}
.shoujou li,
.example_list li {
    font-size: 0.84rem;
    line-height: 1.4rem;
    letter-spacing: 0.07rem;
}
.shoujou li::before,
.example_list li::before {
    content: "◎";
}
#fig-p2-1 {
    float: left;
}
#fig-p2-1 img {
    width: 478px;
    height: auto;
}
#fig-p2-2 {
    top:25rem;
    left: 15rem;
    overflow: auto;
    width: max-content;
}
#fig-p2-2 img {
    width: 319px;
    height: auto;
}
#fig-p2-3 {
    top:20rem;
    float: left;
}
#fig-p2-3 img {
    width: 478px;
    height: auto;
}
#p2-9 .shoujou ul:first-of-type {
    float: left;
    margin-right: 3rem;
}

.page_break {
    height: 3rem;
    border: none;
    margin-bottom: 4rem;
    margin: auto;
}
.page_break::after {
    width: 100%;
    content: url(../images/SVG/page_break.svg);
    height: 28px;
    display: block;
    border: none;
    margin: auto;
}
#page3 {
    /*margin-left: 3rem;*/
    margin: auto;
}
#page4 {
    margin-bottom: 6rem;
    /*margin-left: 9rem;*/
}
#page3 header,
#page4 header {
    margin-bottom: 3.43rem;
}
#page4 header h3 {
    width: 100px;
}
#page3 header h4{
    margin-top:2.24rem;
    margin-right: 2.6rem;
    padding: 0;
    font-size: 1.33rem;
    font-weight: 500;
    line-height: 1.96rem;
    letter-spacing: 0.07rem;
}
#page3 header p,
#page4 header p {
    margin-top:2.24rem;
    font-size: 1.05rem;
    line-height: 2.1rem;
    letter-spacing: 0.11rem;
}
#page3 header .sub_title {
    font-size: 1.19rem;
    line-height: 2.03rem;
    letter-spacing: 0.12rem;
    margin-left: 2.8rem;
    margin-right: 2.3rem;
}

#page4 header .sub_title {
    font-size: 1.19rem;
    line-height: 2.38rem;
    letter-spacing: 0.12rem;
    margin-top: 3rem;
    margin-right: 3rem;
}

#p3-1.shinryou_ryouiki {
    left: 3rem;
    margin-bottom: 3.22rem;
}
#p3-1 .shoujou {
    width: 600px;
}
#p3-2.shinryou_ryouiki {
	margin-bottom: 6rem;
}
#p3-2 .shoujou {
    width: 356px;
}

#fig-p3-1 {
    float: left;
}
#fig-p3-1 img {
    width: 533px;
    height: auto;
}
.col2_sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.73rem;
}
.biyou {
    width: 47.5%;
}
.biyou:last-of-type {
    width: 100%;
}


.biyou p {
    font-size: 0.84rem;
    line-height: 1.4rem;
    letter-spacing: 0.07rem;
}
.biyou h4 {
    font-size: 0.91rem;
    line-height: 1.4rem;
    letter-spacing: 0.08rem;
    margin-bottom: 0.3rem !important;
}
.biyou_footer {
    padding-top: 1.04rem;
    padding-bottom: 3.5rem;
}
.biyou_footer p {
    font-size: 0.84rem;
    line-height: 1.4rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.285rem;
}
.biyou_footer ul:first-of-type {
    float: none;
    margin-bottom: 0.5rem;
}

.biyou_footer ul {
    float: left;
    margin-right: 4.37rem;
}

#page5 {
    /*margin-left: 3rem;*/
}
.color_green {
    color: #2A6E3A;
}
#page5 .wrap {
    z-index: 2;
}
#shinmei_club {
    text-align: center;
    margin-bottom: 1.89rem;
    margin-top: 2rem;
}
#shinmei_club img {
    width: 13rem;
    height: auto;
}

#shinmei_club_message {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
#shinmei_club_message h3 {
    font-size: 1.61rem;	line-height: 2.52rem;	letter-spacing: 0.09rem;
    font-weight: 200;
    margin-left: 2.8rem;
}
#osekkai {
    margin-bottom: 3.5rem;
    overflow: visible;
}
#osekkai figure {
    width: 100%;
    text-align: center;
    margin-bottom: 3.78rem;
}
#osekkai figure img {
    width: 425px;
    height: auto;
}
#osekkai h3 {
    font-size: 1.54rem;	line-height: 1.47rem;	letter-spacing: 0.08rem;
    text-align: center;
    margin-bottom: 2.66rem;
}
#osekkai h3::after {
    content: url("../images/SVG/part_underline_wave.svg");
    width:300px;
    height: 6px;
    margin: auto;
    display: block;
    clear: both;
}
.osekkai_support {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.osekkai_support p {
    width:166px;
    height: 178px;
    color: #ffffff;
    text-align: center;
    margin: 0 1.15rem 0.98rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.6rem;
    font-weight: 600;
}
.fukidashi-green,
.fukidashi-green-y {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.fukidashi-green {
    background-image: url("../images/2x/part_fukidashi_green.png");
}
.fukidashi-green-y {
    background-image: url("../images/2x/part_fukidashi_green-y.png");
}
.small_message {
    font-size: 0.84rem;	line-height: 1.33rem;	letter-spacing: 0rem;
}
.large_message {
    font-size: 1.12rem;	line-height: 1.75rem;	letter-spacing: 0.06rem;
}

#kodomo_sinryou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 2.73rem;
    
}
#kodomo_sinryou section {
    width: 47%;
    margin-bottom: 2.94rem;
}
#kodomo_sinryou h4 {
    text-align: center;
    font-size: 1.12rem;	line-height: 1.12rem;	letter-spacing: 0.17rem;
    margin-bottom: 1.76rem !important;
    margin-top: 0;
}
#kodomo_sinryou h4::before {
    content: url("../images/SVG/part_bracket_open.svg");
    display: inline-block;
    width: 1.22rem;
    height: auto;
    position: relative;
    top: 0.9rem;
    right: 0.77rem;
}
#kodomo_sinryou h4::after {
    content: url("../images/SVG/part_bracket_close.svg");
    display: inline-block;
    width: 1.22rem;
    height: auto;
    position: relative;
    top: 0.9rem;
    left: 0.77rem;
}
#kodomo_sinryou p {
    font-size: 0.84rem;	line-height: 1.4rem;	letter-spacing: 0.07rem;
}

#page6 {
    background-color: #718072;
    padding: 90px 0px;
}
#page6 h3 {
	font-size: 1.12rem;
    line-height: 1.12rem;
    letter-spacing: 0.06rem;
    color: #ffffff;
    margin: 0;
    margin-bottom: 0.65rem;
}
#fig-p6-0 {
	width: 100%;
}
#fig-p6-0 img {
	width: 100%;
	height: auto;
}
#fig-p6-1 {
    width: 62.0%;
}
#fig-p6-1 img {
    width: 100%;
    height: auto;
}
#fig-p6-2 {
    width: 36.5%;
}
#fig-p6-2 img {
    width: 100%;
    height: auto;
}
#page6-2 figure {
    width: 24%;
	margin-bottom: 2.04rem;
}
#page6-2 img {
	width: 100%;
}
#fig-p6-3 img,
#fig-p6-4 img,
#fig-p6-5 img,
#fig-p6-6 img {
    width: 100%;
}
#page6-0, #page6-1 {
    margin-bottom: 2.04rem;
}
#page6 figcaption {
    font-size: 0.77rem;	line-height: 1.05rem;	letter-spacing: 0.04rem;
    color: #ffffff;
}
#page6-2 {
	flex-wrap: wrap;
    margin-bottom: 1.46rem;
}
#page6-3 {
    flex-wrap: wrap;
    width: 75%;
}
#page6-3 div {
    width: 45%;
    color: #ffffff;
    text-align: center;
    padding: 0.8rem 0rem;
    font-size: 1.05rem;	line-height: 2.03rem;	letter-spacing: 0.06rem;
    margin: 0.5rem auto;
    background-image: url("../images/2x/bracket_icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#page7 {
    background-color: #FDFBF6;
    padding-top: 3.64rem;
    padding-bottom: 4rem;
}
#page7 .content_area {
    overflow: hidden;
}
#fig-p7-1 {
    width: 58.3%;
    text-align: center;
    margin: auto;
    margin-bottom: 4.98rem;
}
#fig-p7-1 img {
    width: 100%;
    height: auto;
}
#keireki {
    overflow: hidden;
    margin-bottom: 4.62rem;
}
#keireki section {
    overflow: auto;
    display: flex;
    float: left;
}
#keireki h4 {
    font-size: 1.4rem;	line-height: 2.59rem;	letter-spacing: 0.07rem;
    text-underline-position: left;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.42rem;
    font-weight: 300;
    padding: 0;
    margin-right: 1.34rem;
    margin-left: 0.3rem;
}
#keireki p {
    font-size: 0.84rem;	line-height: 1.33rem;	letter-spacing: 0.07rem;
}
#keireki-1 {
    
}
#keireki-2 {
    margin-top: 2.57rem;
    margin-left: 4.19rem;
}
#keireki-3 {
    margin-top: 0.84rem;
    margin-left: 4.04rem;
}
#keireki-4 {
    margin-top: 4.8rem;
    margin-left: 3.34rem;
}
#keireki-1 p {
    width: 268px;
}
#keireki-2 p {
    width: 281px;
}
#keireki-3 p {
    width: 225px;
}
#keireki-4 p {
    width: 253px;
}
#rinen {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}
#rinen p {
    font-size: 1.12rem;	line-height: 2.59rem;	letter-spacing: 0.17rem;
    height: 26.25rem;
}
#rinen figure {
    margin-right: 4.05rem;
}
#rinen figure img {
    width: 194px;
    height: auto;
}
#profile {
    display: flex;
    justify-content: center;
}
#profile .left_content {
    border-right: 1px solid #000000;
    padding-right: 0.98rem;
    text-align: right;
}
#profile .left_content .wrap {
    width: 8.84rem;
    display: inline-block;
}
#profile .hospital_name {
    font-size: 0.84rem;	line-height: 2.17rem;	letter-spacing: 0.13rem;
    text-decoration: underline;
}
#profile .position {
    font-size: 0.84rem;	line-height: 2.17rem;	letter-spacing: 0.13rem;
}
#profile .doctor_name {
    font-size: 1.26rem;	line-height: 2.17rem;	letter-spacing: 0.19rem;
    margin-bottom:  0.63rem;
}
#profile .left_content p {
    font-size: 0.84rem;	line-height: 1.47rem;	letter-spacing: 0.07rem;
    text-align: right;
}
#profile .icon_note {
    margin-top: 1rem;
}
#profile .icon_note img {
    width:8rem;
    height: auto;
}
#profile .icon_note a {
    display: inline-block;
}

#profile .right_content {
    padding-left: 1.44rem;
    padding-top: 1.4rem;
}
#profile .right_content li {
    font-size: 0.84rem;	line-height: 1.47rem;	letter-spacing: 0.13rem;
}
#page8 {
    padding-top: 5.04rem;
}
.time_table_img {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 6.4rem;
}

#time_table {
    border: 2px solid #000000;
    border-radius: 3rem;
    padding:1.3rem 1.89rem;
    margin: auto;
    margin-bottom: 6.3rem;
    width: 80%;
    /*margin-left: 9rem;*/
}

#time_table table {
    width: 100%;
    margin-bottom: 0;
}
#time_table tr {
    border-bottom: 2px solid #000000;
    height: 4.53rem;
}
#time_table .shinryou_time {
    width: 29%;
}
#time_table .shinryo_day {
    width: 9%;
    text-align: center;
}
#time_table .shinryo_day:last-of-type {
    width: 11%;
    text-align: center;
}
#time_table .table_header th,
#time_table .am_pm {
    font-size: 1.12rem;	line-height: 1.1rem;	letter-spacing: 0.06rem;
    font-weight: 600;
}
#time_table .table_header th:last-of-type {
    width: 10%;
}
#time_table .detail_time span:first-of-type,
#time_table .table_data_row .shinryo_day {
    font-size: 1.05rem;	line-height: 1.1rem;	letter-spacing: 0.06rem;
    font-weight: 600;
}
/*
#time_table .detail_time span:last-of-type {
    font-size: 0.84rem;	line-height: 1.1rem;	letter-spacing: 0.05rem;
    font-weight: 600;
}
*/
#time_table th, #time_table td {
    vertical-align: middle;
}
#time_table .am_pm {
    width: 9%;
}
#time_table .kakushu {
    padding-top: 1.1rem;
}
#time_table .kakushu span {
    font-size: 0.7rem;	line-height: 1.1rem;	letter-spacing: 0.04rem;
}
#reserve {
    margin-bottom: 3.8rem;
}
#reserve h3 {
    font-size: 1.4rem;	line-height: 1.22rem;	letter-spacing: 0.03rem;
    font-weight: 200;
    text-align: center;
}
#reserve div {
    width: 46%;
    font-size: 1.75rem;	line-height: 1.22rem;	letter-spacing: 0.09rem;
    padding: 1.1rem 0rem;
    text-align: center;
    margin: auto;
    margin-bottom: 1.1rem;
    background-color: #718072;
    color: #ffffff;
    border-radius: 2rem;
}
#reserve p {
    font-size: 0.91rem;	line-height: 1.12rem;	letter-spacing: 0.02rem;
    text-align: center;
}
#reserve .notice {
    font-weight: 600;
    padding-top: 2rem;
    font-size: 1.75rem;
    line-height: 1.22rem;
    letter-spacing: 0.09rem;
}
.gaikan {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 2rem;
}
.gaikan img {
    width: 100%;
    height: auto;
}
#access {
    margin-bottom: 6.22rem;
}
#access .left_content {
    width: 37.0%;
}
#access .left_content p {
    font-size: 0.84rem;	line-height: 1.31rem;	letter-spacing: 0.05rem;
}
#access .right_content {
    width: 60.2%;
}
#access .left_content h3 {
    font-size: 0.84rem;	line-height: 1.59rem;	letter-spacing: 0.05rem;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 1.5rem;
    padding:0.3rem 0;
    margin-bottom: 2.1rem;
}

#uketsuke_jikan {
    width: 49%;
    margin: auto;
    margin-bottom: 7rem;
}
#uketsuke_jikan div:first-of-type {
    border-radius: 2rem 2rem 0 0;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    text-align: center;
    font-size: 1.19rem;
    line-height: 1.78rem;
    letter-spacing: 0.06rem;
    padding: 1.68rem 0 0.8rem;
    font-weight: 600;
}
#uketsuke_jikan hr {
    width: 79.3%;
    height: 2px;
    margin: 0.3rem auto 2rem;
    border: none;
    background-color: #000000;
}
#uketsuke_jikan div:last-of-type {
    border-radius: 0 0 2rem 2rem;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.78rem;
    letter-spacing: 0.11rem;
    padding: 0 0 1.72rem;
    font-weight: 600;
}
.main_footer {
    z-index: 2;
    padding-bottom: 2rem;
    background-color: #FDFBF6;
}
.main_footer .sns {
    margin-bottom: 1.47rem;
}
#global_navigation .sns {
    display: none;
}
.main_footer .sns div,
#global_navigation .sns div {
    height: 1.925rem;
    width: 7rem;
    display: flex;
    align-items: center;
}
.main_footer .sns .icon_instagram,
#global_navigation .sns .icon_instagram {
    padding-right: 1.3rem;
    border-right: 1px solid #000000;
    justify-content: flex-end;
    width: 4rem;
}
.main_footer .icon_instagram a,
#global_navigation .icon_instagram a {
    display: block;
    z-index: 2;
}
.main_footer .sns .icon_instagram img,
#global_navigation .sns .icon_instagram img {
    width: 1.61rem;
    height: auto;
}
.main_footer .sns .icon_note,
#global_navigation .sns .icon_note {
    padding-left: 1.3rem;
    justify-content: flex-start;
}
.main_footer .icon_note a,
#global_navigation .icon_note a {
    display: block;
    z-index: 2;
}
.main_footer .sns .icon_note img,
#global_navigation .sns .icon_note img {
    width: 5.04rem;
    height: auto;
}
.main_footer .copyright {
    font-size: 0.63rem;
    line-height: 0.76rem;
    letter-spacing: 0.04rem;
    text-align: center;
    padding-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

#global_navigation {
    width: 9rem;
    position: fixed;
    top: 0;
    box-sizing: content-box;
    z-index: 3;
}
#global_navigation .wrap {
    width: 6rem;
    margin: auto;
}
#global_navigation nav {
    border-bottom: 1px solid #000000;
}

#global_navigation .header_logo img {
    width: 100%;
    height: auto;
}

#global_navigation ul {
    display: flex;
    flex-wrap: wrap;
    width: 4.9rem;
    height: 22.47rem;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    margin: 1rem auto;
}
#global_navigation li {
    width: 48%;
    display: block;
    margin:0;
    text-align: right;
}
#global_navigation li:nth-of-type(2n-1) {
    width: 36%;
}
#global_navigation li img.pc_inl {
    display: inline-block;
}
#menu_01 img {
    width: 26px;
    height: auto;
}
#menu_02 img {
    width: 35px;
    height: auto;
}
#menu_03 img {
    width: 27px;
    height: auto;
}
#menu_04 img {
    width: 28px;
    height: auto;
}
#menu_05 img {
    width: 26px;
    height: auto;
}
#menu_06 img {
    width: 26px;
    height: auto;
}
#menu_07 img {
    width: 25px;
    height: auto;
}
#menu_08 img {
    width: 25px;
    height: auto;
}
#menu_end img {
    display: none;
}
#global_navigation .page_name {
    font-size: 1.176rem;	line-height: 1.42rem;	letter-spacing: 0.12rem;
    margin-left: 0.16rem;
}
#global_navigation .page_name_en {
    text-orientation: sideways;
    font-size: 0.67rem;	line-height: 0.81rem;	letter-spacing: 0rem;
}
#main_logo img {
    width: 100%;
    height: auto;
}
#main_logo {
    width: 4.9rem;
    margin-bottom: 0.6rem;
    padding-top: 1.68rem;
}
.navigation_bg {
    position: absolute;
    width:10.79rem;
    height: 100%;
    background-color: #FDFBF6;
    z-index: 2;
}
.information_open,
.nav_menu {
    cursor: pointer;
}
.unhover:hover {
    opacity: 0.3;
}
.nav_menu .unhover {
    display: block;
}
.icon_tel {
    height: 1.5rem;
    width: auto;
}
#information {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100vh;
    overflow: auto;
    padding-bottom: 7rem;
    z-index: 4;
    display: none;
}

#information header {
    background-image: url("../images/2x/bg_information.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 26.25rem;
    
}
.popupWindow header {
    height: 3rem;
}
#information header img,
.popupWindow header img {
    width: 4rem;
    height: auto;
    top: 7rem;
    left: 2rem;
}
.popupWindow header img {
    position: fixed;
}
.bg_green {
    background-color: #718072;
}
#information h3 {
    color: #ffffff;
    font-size: 1.4rem;	line-height: 2.59rem;	letter-spacing: 0.19rem;
    font-weight: 400;
    margin: 2rem auto;
}
#information h4 {
    font-size: 1.33rem;	line-height: 1.6rem;	letter-spacing: 0.07rem;
    text-orientation: sideways;
    width: 2rem;
    padding-top: 0;
}
#information h5 {
    font-size: 1.05rem;	line-height: 1.26rem;	letter-spacing: 0.06rem;
    background-color: #ffffff;
    width: 100%;
    padding: 0.4rem;
    margin-top: 0;
}
#information article {
    border-top: 1px solid #ffffff;
    display: flex;
    padding: 1rem 0;
}
#information article .open_date {
    font-size: 0.91rem;	line-height: 1.47rem;	letter-spacing: 0rem;
    width: 20%;
    color: #ffffff;
}
#information article .posted_content {
    font-size: 0.91rem;	line-height: 1.47rem;	letter-spacing: 0.05rem;
    width: 80%;
    color: #ffffff;
}
.menu_button,
.logo_maru_hi {
    display: none;
}
#information .close_button,
.popupWindow .popup_close_button {
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 2rem;
    left: 2.5rem;
    z-index: 4;
    overflow: auto;
    cursor: pointer;
}
.close_button img,
.popup_close_button img{
    width: 100%;
    height: auto;
    display: block;
}
#global_navigation .close_button {
    display: none;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/************************
価格一覧ページ　レイアウト
************************/
.price_page_title {
    border: 1px solid #000;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    height: 2.5rem;
    width: 50%;
    margin: auto;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#price_page {
    width:700px;
    margin: auto;
}
#price_page h2 {
    margin-bottom: 3.125rem;
}
#price_page h3 {
    font-size: 1rem;
}
.tablepress thead tr:first-of-type {
    line-height: 2rem;
}
.inner_table_title {
    top: 2.2rem;
    margin: 0;
}
#price_page h3:before {
    content: "";
    background-image:url("../images/2x/icon_price_title@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 12px;
    width: 1.65rem;
    background-position: center;
    margin-right: 1.69rem;
}
.tablepress {
    margin-bottom: 3.75rem !important;
}
.tablepress>:not(caption)>*>* {
    padding-left: 1.125rem !important;
    padding-right: 0rem !important;
    font-size: 0.81rem;
}
.tablepress>:where(tbody)>.odd>* {
    background-color: transparent !important;
}

.tablepress>:where(thead,tfoot)>*>th {
    background-color: transparent !important;
}
.tablepress>*+tbody>*>* {
    border-top: none !important;
}
.kakko_pt {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.kakko_pt:before{
    content: "";
    background-image:url("../images/2x/icon_kakko_open@2x.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    margin-right: 0.4rem;
}
.kakko_pt:after{
    content: "";
    background-image:url("../images/2x/icon_kakko_close@2x.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    margin-left: 0.4rem;
}
.menu_subtitle {
    font-size: 0.81rem;
}
/* 価格の列は中央寄せとする */
#tablepress-1 .column-2,
#tablepress-1 .column-3,
#tablepress-1 .column-5,
#tablepress-1 .column-6,
#tablepress-2 .column-2,
#tablepress-2 .column-3,
#tablepress-3 .column-2,
#tablepress-4 .column-2,
#tablepress-4 .column-4,
#tablepress-5 .column-2,
#tablepress-5 .column-3,
#tablepress-5 .column-5,
#tablepress-5 .column-6,
#tablepress-6 .column-2,
#tablepress-6 .column-3,
#tablepress-7 .column-2,
#tablepress-7 .column-3,
#tablepress-8 .column-3,
#tablepress-9 .column-2,
#tablepress-9 .column-5,
#tablepress-10 .column-2,
#tablepress-11 .column-2,
#tablepress-11 .column-3,
#tablepress-12 .column-2,
#tablepress-12 .column-3,
#tablepress-13 .column-2
{
    text-align: center;
}
#tablepress-4 .column-5 .kakko_pt,
#tablepress-5 .column-4 .kakko_pt {
    justify-content: left;
}


#tablepress-4 .column-5,
#tablepress-6 td.column-3
{
    padding-left: 5% !important;
}
/* 3〜4列の表の場合、項目名の列は50%幅とする */
#tablepress-2 .column-1,
#tablepress-3 .column-1,
#tablepress-6 .column-1,
#tablepress-7 .column-1,
#tablepress-8 .column-1,
#tablepress-10 .column-1,
#tablepress-11 .column-1,
#tablepress-12 .column-1,
#tablepress-13 .column-1 {
    width: 50%;
}
#tablepress-4 .column-1,
#tablepress-4 .column-2,
#tablepress-4 .column-3,
#tablepress-4 .column-4,
#tablepress-4 .column-6 {
    width: 9%;
}
#tablepress-4 .column-1,
#tablepress-4 .column-3 {
    padding-left: 3rem !important;
}

#tablepress-4 .column-5 {
    width: 20%;
}
#tablepress-5 .column-1,
#tablepress-5 .column-3,
#tablepress-5 .column-6 {
    width: 15%;
}
#tablepress-5 .column-2,
#tablepress-5 .column-5 {
    width: 10%;
}
#tablepress-5 .column-4 {
    width: 20%;
}
#tablepress-5 tr:last-of-type td{
    background-color: transparent !important;
}

#tablepress-9 .column-3,
#tablepress-9 .column-6 {
    width: 12%;
}
/* 3〜4列の表の場合、価格の列は25%幅とする */
#tablepress-3 .column-2,
#tablepress-6 .column-2,
#tablepress-6 .column-3,
#tablepress-7 .column-2,
#tablepress-7 .column-3,
#tablepress-8 .column-2,
#tablepress-10 .column-2,
#tablepress-11 .column-2,
#tablepress-12 .column-2,
#tablepress-13 .column-2
{
    width: 25%;
}

/* 2つの表を横に並べる場合、協会にドットの線を入れる */
#tablepress-1 .column-4:before,
#tablepress-4 .column-5:before,
#tablepress-5 .column-4:before,
#tablepress-9 .column-4:before{
    content: "";
    background-image: url("../images/2x/border-dot@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 0.08rem;
    height: 100%;
    display: block;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
#tablepress-5 tr:last-of-type .column-4:before {
    background-image: none;
}

#tablepress-1 th.column-4:before,
#tablepress-4 th.column-5:before,
#tablepress-5 th.column-4:before,
#tablepress-9 th.column-4:before{
    background-image: none;
}
.price_note {
    font-weight: 600;
}
.popupWindowLeftMargin {
    margin-left: 9rem !important;
}
.popupWindow {
    display: none;
    position: fixed;
    z-index: 5;
    background-color: #FDFBF6;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: scroll;
}
#price_nav {
    padding-top: 5.125rem;
}
#price_nav h4 {
    background-color: #718072;
    color: #ffffff;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    height: 2.5rem;
    width: 50%;
    padding: 0;
    margin: auto;
    margin-bottom: 1.75rem !important;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.150rem;
}
.price_menu_button {
    display: flex;
    justify-content: center;
}
.price_menu_button li {
    margin: 0 1.56rem;
}
.price_menu_button li img {
    width: 117px;
    height: auto;
    cursor : pointer;
}
h3.line_reserve {
    margin-top: 4.75rem;
    font-size: 1.44rem !important;
    font-weight: 600 !important;
}
a.line_reserve {
    margin: auto;
    display: block;
    text-align: center;
}
img.line_reserve {
    width: 3.625rem;
    height: 3.625rem;

}

.price_bikou {
    font-size: 0.813rem;
    line-height: 1.375rem;
    margin-bottom: 5.7rem;
}
.popup_to_top_button {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.popup_to_top_button img {
    width: 3rem;
    height: auto;
    cursor: pointer;
}