@charset "UTF-8";
/* A Modern CSS Reset */
* {
    margin: 0;
    padding: 0;
}
*, ::before, ::after {
    border-style: solid;
    box-sizing: border-box;
    border-width: 0;
}
html {
    scroll-behavior: smooth;
	touch-action: manipulation;
}
body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeSpeed;
    overflow-x: hidden;
}
ul, ol {
    list-style: none;
}
a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    text-decoration-skip-ink: auto;
}
img {
    width: 100%;
    display: block;
    object-fit: cover;
}
button, select, textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 0;
    background: transparent;
    font: inherit;
    outline: none;
}
textarea {
    resize: none;
}
input[type=submit], input[type=button], label, button, select {
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
body {
    /* font-family: "yu-gothic-pr6n", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-display: swap;
}
.wf-loading {
    opacity: 0;
}
body {
    color: #333;
}
html {
    font-size: 16px;
}
    html {
        font-size: 4.1025641026vw;
    }

.wf-loading {
    opacity: 0;
    font-display: swap;
}

html.fixed {
    overflow: hidden;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;    
	padding: .875rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.header-logo {
	padding-right: 4vw;    
	max-width: 80%;
}

footer {
    padding: 5.3125rem 0 96px;
    background-image: url("../img/bg_footersp.png");
    background-color: #fff;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -4.375rem;
}

.fixed_btns {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.fixed_btns ul {
	display: flex;
}
.fixed_btns ul li {
	width: 33.33%
}
.fixed_btns ul li a {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.fixed_btns ul li.tel a {
background: #C2B390;
background: linear-gradient(180deg,rgba(194, 179, 144, 1) 0%, rgba(173, 153, 107, 1) 50%, rgba(151, 141, 98, 1) 100%);
}
.fixed_btns ul li.web a {
background: #BEA876;
background: linear-gradient(180deg,rgba(190, 168, 118, 1) 0%, rgba(164, 133, 63, 1) 50%, rgba(143, 122, 58, 1) 100%);
}
.fixed_btns ul li.line a {
background: #94C4AE;
background: linear-gradient(180deg,rgba(148, 196, 174, 1) 0%, rgba(93, 159, 131, 1) 50%, rgba(107, 173, 143, 1) 100%);
}
.fixed_btns ul li a > div {
    display: flex;
    justify-content: center;
	align-items: center;
    flex-wrap: wrap;
}
.fixed_btns ul li a .icon {
    display: none;
}
.fixed_btns ul li a .text {
    font-size: min(4vw,16px);
}
.fixed_btns ul li a .arrow {
    width: min(4vw,16px);
	margin-left: 1vw;
}
.fixed_btns ul li a .sub {
    width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
} 
.fixed_btns ul li a .sub .sub_text {
    font-size: min(3.5vw,14px);
}
.fixed_btns ul li a .sub .sub_icon {
    width: min(3.5vw,14px);
    margin-right: 1vw;
}
.fixed_btns ul li a .sub .sub_arrow {
    width: min(3.5vw,14px);
    margin-left: 1vw;
}

.fixed-btn.tel {
    background-image: url("../img/btn-bg1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.fixed-btn.line {
    background-image: url("../img/btn-bg2.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

	.fixed-btn.line a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

.fixed-btn__top {
    text-align: center;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-btn__top p {
	font-size: 3.2vw;
}

.fixed-btn.line .fixed-btn__top::before, 
.fixed-btn.line .fixed-btn__top::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.09375rem;
    background-color: #fff;
}
.fixed-btn.line .fixed-btn__top::before {
    transform: rotate(70deg);
    margin-right: 0.5rem;
}
.fixed-btn.line .fixed-btn__top::after {
    transform: rotate(-70deg);
    margin-left: 0.5rem;
}
.fixed-btn__btm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3125rem;
}
.fixed-btn__btm p {
	font-size: 4.26vw;
}

.fixed-btn.tel .fixed-btn__btm img {
    width: 0.75rem;
}
.fixed-btn.line .fixed-btn__btm img {
    width: 0.9375rem;
    aspect-ratio: 1/1;
    object-fit: contain;
}

footer .access-contents__contact--reserve {
    background-color: #fff;
    margin-top: 6%;
}

.inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.header-hamberger {
    margin-left: auto;
    font-weight: 700;
    font-size: 0.75rem;
    text-align: center;
    color: #b17f45;
    position: relative;
    z-index: 500;
    margin-top: 0.1875rem;
}

.header-hamberger p {
    margin-top: 0.125rem;
}
.hamberger {
    padding: 0.3125rem;
    position: relative;
    width: 1.4375rem;
    height: 0.875rem;
    margin: 0 auto;
    transition: transform 0.5s ease 0s;
    cursor: pointer;
    margin-left: auto;
    z-index: 500;
}
.hamberger-bar {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 0.125rem;
    background: #b17f45;
    transition: 0.3s;
    transform: translate(-50%, -50%);
}
.hamberger-bar:nth-of-type(1) {
    top: 0%;
}
.hamberger-bar:nth-of-type(2) {
    top: 50%;
}
.hamberger-bar:nth-of-type(3) {
    top: 100%;
}
/* オープン時の動き */
.open .hamberger-bar {
    width: 1.875rem;
    transition: 0.3s;
}
.open .hamberger-bar:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
}
.open .hamberger-bar:nth-of-type(2) {
    transform: translate(-50%, -50%);
    opacity: 0;
}
.open .hamberger-bar:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
}
.header-nav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: black;
    background-color: #e6e1d4;
    padding: 8.4375rem 0 13.4375rem;
    overflow-y: scroll;
}
.header-nav__items {
    width: 100%;
    padding: 0 0.9375rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9375rem;
}
.header-nav__items li {
    width: 19.5625rem;
    width: 10.625rem;
    font-size: 1rem;
    line-height: 1.5135135135;
    color: #545454;
    text-align: center;
    position: relative;
}
.header-nav__items li::after {
    content: "";
    display: block;
    width: 0.78125rem;
    height: 0.78125rem;
    background-image: url("../img/tri.png");
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0.3125rem;
    right: 0.3125rem;
}
.header-nav__items li a {
    display: block;
    padding: 0.8125rem;
    background-color: #fff;
}
.btn {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 3px 3px rgba(209, 205, 205, 0.5);
    transition: 0.3s;
}
.btn:hover {
    transform: translateY(5px);
}
.btn:hover a {
    opacity: 1;
}
.btn a {
    display: flex;
    align-items: center;
    gap: 0.5625rem;
    padding: 0.75rem 0;
    justify-content: center;
    background: -moz-linear-gradient(left, #9f7f34, #af9357 50%, #9f7f34 100%);
    background: -webkit-linear-gradient(left, #9f7f34, #af9357 50%, #9f7f34 100%);
    background: linear-gradient(to right, #9f7f34, #af9357 50%, #9f7f34 100%);
}

.btn img {
    width: 10%;
    height: 100%;
    aspect-ratio: 41/31;
}

.btn p {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    color: #6a4d1d;
    font-size: 5.3vw;
    line-height: 1.35;
    position: relative;
}

.section-title h2 .num {
    font-size: 8.3vw;
    line-height: 0.6;
}

.menu-list {
    width: 94%;
    margin: 6.5% 0 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 1.75rem 0 2.1875rem;
}

.menu-list__title {
    text-align: center;
    font-weight: 600;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-size: 8.53vw;
    color: #9f7b40;
}

.menu-list ul {
    margin-top: 4%;
    text-align: center;
    font-weight: 500;
    font-size: 6vw;
    color: #545454;
}
    .menu-list ul {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: 4% auto 0;
        font-size: 3.925vw;
    }
    .menu-list ul li {
        width: 50%;
    }
    .menu-list ul li a {
        display: block;
        padding: 1vw 0;
    }

.menu-list ul li:nth-child(n+2) {
    /*
  margin-top: 0.79375rem;
	*/
}
.bannar {
    width: 85%;
    margin: 0 auto;
    border-radius: 1px;
}

.bannar-logo {
    
    background-color: #fff;
}

.bannar-btm {
    padding: 0.3125rem;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    font-size: 0.75rem;
    color: #fff;
    background-color: #ac9778;
}

.bannar-btm p {
    position: relative;
}
.bannar-btm p::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5.3125rem;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../img/arrow2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mv {
    padding: 45% 0.9375rem 1.875rem;
    position: relative;
    overflow: hidden;
}

.mv-slider {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.mv-img:nth-of-type(2) {
    background-image: url("../img/mv-sp2.jpg");
}

.mv-img:nth-of-type(3) {
    background-image: url("../img/mv-sp3.jpg");
}

.mv__content {
    width: 100%;
    z-index: 5;
}

.mv__content--main {
    background-color: rgba(75, 59, 40, 0.88);
    box-shadow: 3px 3px 3px rgba(166, 166, 163, 0.5);
    padding: 0.5rem 0.25rem 0.8125rem;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #fff;
    width: 100%;
}

.mv__content--main h1 {
    font-weight: 600;
    font-size: 1.375rem;
    font-size: 5.8vw;
    line-height: 1.275;
    letter-spacing: -0.03em;
}

.mv__content--main .subtitle {
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    margin-top: 1%;
}

.mv__content--main .subtitle::before, .mv__content--main .subtitle::after {
    content: "";
    display: block;
    width: 1.875rem;
    height: 1px;
    background-color: #fff;
}

.mv__content--main .subtitle::before {
    margin-right: 0.625rem;
}

.mv__content--main .subtitle::after {
    margin-left: 0.625rem;
}

.mv__content--sub ul {
    width: 100%;
}
.mv__content--sub-toplist {
    width: 90%;
    margin: 0 auto;
}

.mv__content--sub-toplist li, .mv__content--sub-btmlist li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv__content--sub-toplist ul {
    margin-top: 3.5%;
    gap: 0.3125rem;
}

.mv__content--sub-toplist li {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(237, 237, 237, 0.95));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(237, 237, 237, 0.95));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(237, 237, 237, 0.95));
    font-weight: 600;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-size: 3.4vw;
    width: calc((100% - 0.625rem) / 3);
    line-height: 0.9227272727;
    min-height: 2.5rem;
    color: #333333;
    padding: 1% 0;
}

.mv__content--sub-toplist li .mini {
    letter-spacing: -0.02em;
    font-size: 2.9vw;
}

.mv__content--sub-toplist li .num {
    font-size: 4vw;
}
.mv__content--sub-toplist li .medium {
    font-size: 3.2vw;
    line-height: 1.3;
}
.mv__content--sub-btmlist {
    margin-top: 3%;
}

.mv__content--sub-btmlist ul {
    gap: 0.3125rem;
    justify-content: center;
    width: 92%;
    margin: 0 auto;
}

.mv__content--sub-btmlist ul li {
    background-image: url("../img/mv-circle.png");
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    width: calc((100% - 0.625rem) / 3);
    height: 100%;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 3.5px #8c7c3d;
    font-size: 3.5vw;
    line-height: 1.1481481481;
}

.bnr {
    padding: 3% 0;
}

.bnr-contents {
    display: block;
}

.bnr-contents .bnr-img {
    display: block;
    width: 100%;
    height: auto;
}
.bnr-img.main {
    margin-bottom: 30px;
}

.bnr-contents .bnr-img + .bnr-img {
    margin-top: 3%;
}

.access {
    padding: 1rem 0 6rem;
}

.access-contents__contact--reserve {
    width: 93%;
    margin: 0 auto;
    padding: 1.5625rem 0;
    box-shadow: 0px 0px 10px #e3e3e3;
}

.access-contents__contact--reserve h2 {
    text-align: center;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 21px;
}

.btn-area {
    width: 69%;
    margin: 1% auto 0;
    padding: 3% 0.5rem 0;
    border-top: 1px solid #928679;
}

.access-contents__contact--tel {
    font-weight: 300;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-size: 10vw;
    color: #535353;
}

.access-contents__contact--tel a {
    align-items: center;
    justify-content: center;
    gap: 0.15625rem;
}

.access-contents__contact--tel img {
    width: 8%;
}

.access-contents__contact--schedule {
    width: 93%;
    margin: 0 auto;
}

.access-contents__address {
    margin-top: 0.9375rem;
}

.access-contents__address--map {
    aspect-ratio: 640/362;
    width: 94%;
    margin: 0 auto;
}

.access-contents__address--detaile {
    margin-top: 1.5%;
}

.access-contents__address--detaile-top {
    text-align: center;
    color: #545454;
    font-size: 16px;
}

.access-patern__wrap {
    margin-top: 3%;
    gap: 0.5rem;
    padding-left: 0.5rem;
}

.access-patern__top {
    gap: 0.25rem;
    font-size: 3.2vw;
    justify-content: center;
    border-bottom: 0.3px solid #555555;
    margin-left: 0.25rem;
}

.access-patern:nth-of-type(1) .access-patern__top {
    padding: 0 0.25rem 0.21875rem;
}

.access-patern:nth-of-type(2) .access-patern__top {
    padding: 0 0.5rem 0.21875rem;
}

.access-patern__top .car {
    width: 1.3125rem;
    object-fit: contain;
}

.access-patern__top .train {
    width: 0.75rem;
    object-fit: contain;
}

.access-patern__btm {
    font-size: 2.8vw;
    line-height: 1.6;
    margin-top: 0.125rem;
}

.access-patern__btm p {
    display: flex;
    white-space: nowrap;
    justify-content: center;
}
.access-patern__btm p span {
    display: block;
}
.info {
    /*
  background-image: url("../img/info-bg.jpg");
*/
    background-image: url("https://nakatsuhama-annex.com/wp-content/uploads/2025/04/info-bg1-scaled.jpg");
    background-size: cover;
    background-position: center;
    padding: 6% 0;
}

.info__logo {
    max-width: 43.125rem;
    margin: 0 auto;
}

.info-label {
    width: 70%;
    margin: 7% auto 0;
    color: #535353;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    text-align: center;
    font-size: 5.86vw;
    text-shadow: 0px 0px 5px white;
}

.info-label__item {
    width: 100%;
    border-radius: 2px;
    background: -moz-linear-gradient(top left, rgba(255, 255, 255, 0.9), rgba(237, 237, 237, 0.9));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(237, 237, 237, 0.9));
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(237, 237, 237, 0.9));
    padding: 0.625rem 0 0.75rem;
}

.info-label__item:nth-child(n+2) {
    margin-top: 0.75rem;
}

.info__img {
    max-width: 36.25rem;
    transform: translate(16px, -16px);
}
.doctor {
    padding: 8.5% 0 20%;
}

.doctor__sp-title img {
    width: 29%;
    margin: -1% auto 5%;
}
.doctor__sp-title p {
    text-align: center;
    font-size: 3.9vw;
    font-size: min(3.9vw, 24px);
    line-height: 1.0714285714;
    margin-top: 10%;
    color: #535353;
}

.doctor__sp-title p:nth-of-type(2) {
    margin-top: 5%;
}

.doctor-list {
    flex-wrap: wrap;
    gap: 0.375rem;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: space-between;
}

.doctor-list li {
    width: calc(50% - 0.1875rem);
}

.doctor-list__card--texts {
    background: -moz-linear-gradient(left, #c8bc9c, #937856 53%, #573a02 100%);
    background: -webkit-linear-gradient(left, #c8bc9c, #937856 53%, #573a02 100%);
    background: linear-gradient(to right, #c8bc9c, #937856 53%, #573a02 100%);
    padding: 0.9375rem 0 0.75rem;
    margin-top: -7%;
    position: relative;
}

.doctor-list__card--texts-top {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.1875rem 0;
}

.doctor-list__card--texts-top h3 {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: 600;
    font-size: 2.6vw;
    background: -moz-linear-gradient(left, #7b5101, #937856 53%, #573a02 100%);
    background: -webkit-linear-gradient(left, #7b5101, #937856 53%, #573a02 100%);
    background: linear-gradient(to right, #7b5101, #937856 53%, #573a02 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.doctor-list li:nth-of-type(2) .doctor-list__card--texts-top h3 {
    letter-spacing: -0.03em;
}
.doctor-list__card--texts-name {
    font-weight: 600;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    margin-top: 3%;
}

.doctor-list__card--texts-name span {
    font-size: 3.5vw;
}

.doctor-list__card--texts-btn {
    width: 57%;
    margin-left: auto;
    margin-top: 0.375rem;
}

.doctor-list__card--texts-btn a {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: -moz-linear-gradient(left, #af9357, #9f7f34);
    background: -webkit-linear-gradient(left, #af9357, #9f7f34);
    background: linear-gradient(to right, #af9357, #9f7f34);
    padding: 0.1875rem 0.125rem 0.1875rem 0.875rem;
}

.doctor-list__card--texts-btn p {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 2.5vw;
    color: #fff;
    line-height: 1;
}

.doctor-list__card--texts-btn img {
    width: 5%;
    object-fit: contain;
}

.about {
    z-index: 0;
    padding-bottom: 6%;
    overflow: hidden;
}

.about-bg {
    top: 0;
    right: 0;
    z-index: -1;
    width: 44%;
}

.about-texts__top {
    display: flex;
    justify-content: right;
}

.about-texts__top--title {
    padding-left: 5%;
}

.about-texts__top--title h2 {
    writing-mode: vertical-rl;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    line-height: 1.2142857143;
    color: #ac9778;
    font-size: 9.2vw;
}

.about__img {
    width: 65%;
    margin-left: auto;
    margin-top: 15%;
}

.about__img img {
    border-radius: 5px;
    box-shadow: 10px 8px #bfb19e;
}

.about-texts__btm {
    margin-top: 7vw;
    padding: 0 25px;
}

.about-texts__btm--sub-title {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #545454;
    font-size: 5.7vw;
    line-height: 1.2325581395;
}

.about-texts__btm--text {
    font-weight: 600;
    color: #545454;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    margin-top: 3%;
    margin-right: -0.59375rem;
}

.about-texts__btm--text span {
    color: #634614;
}
.menu-contents {
    background-image: url("../img/mane-bgsp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 7%;
    padding: 1.875rem 0 2.125rem;
}

.menu-contents .inner {
    padding: 0 5px 0 20px;
}

.menu-texts {
    color: #fff;
}

.menu-texts__top {
    border-bottom: 1px solid #fff;
}

.menu-texts h2 {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    line-height: 1;
    font-size: 8vw;
}

.menu-texts h3 {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1;
    font-size: 4.65vw;
    margin-top: 0.8125rem;
    padding-bottom: 1rem;
}

.menu-texts p {
    font-size: 3.2vw;
    line-height: 1.9583333333;
    margin-top: 0.5rem;
}

.menu-texts p span {
    font-size: 3.73vw;
    font-weight: 600;
}

.medical {
    padding: 2.8125rem 0 2.5rem;
    z-index: 0;
    overflow: hidden;
    background-color: #f9f9f9;
}

.medical .section-title::before {
    display: none;
}
.medical .section-title h2 {
    background-color: initial;
}
.medical-bg {
    top: 0;
    left: 0;
    z-index: -1;
    width: 7.5rem;
    height: 100%;
}

.medical-bg img {
    height: 100%;
}
.medical-card {
    margin-top: 10%;
}

.top_mc_add .medical-card__item {
	margin-bottom: 14%;
}
.medical-card__item:nth-child(n+2) {
    margin-top: 14%;
}
.medical-card__item--image {
    display: flex;
    justify-content: right;
}

.medical-card__item--image img {
    border-radius: 50px 0 0 50px;
    width: 76%;
    height: 100%;
    aspect-ratio: 601/420;
    max-height: 25rem;
    margin-left: 1rem;
}
.medical-card__item--title {
    writing-mode: vertical-rl;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 1.4166666667;
    color: #524636;
    margin-top: -0.875rem;
}
.medical-card__item--title span {
    font-weight: 600;
    font-size: 6.4vw;
    display: block;
    margin-top: 4rem;
    line-height: 1.2;
}
.medical-card__item:nth-of-type(2) .medical-card__item--title span {
    margin-top: 2.125rem;
}
.medical-card__item:nth-of-type(3) .medical-card__item--title span {
    margin-top: 6.5rem;
}
.medical-card__item--texts {
    margin-top: 5.5%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.5rem 1.25rem 1.25rem 1.5625rem;
}
.medical-card__item--texts-text {
    font-size: 3.68vw;
    line-height: 1.7037037037;
}
.medical-card__item--texts-text p:nth-child(n+2) {
    margin-top: 5%;
}
.medical-card__item--texts-text span {
    font-weight: 600;
    color: #aa8e4c;
}
.reason {
    background-color: #f5f5f5;
    padding: 3.75rem 0.9375rem 2rem;
    z-index: 0;
}
.reason-bgtext {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-size: 12.875rem;
    line-height: 1;
    top: 0;
    left: -0.9375rem;
    z-index: -1;
    color: #f0f0f0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.reason-point {
    margin-top: 5%;
}
.reason-point__block--title {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reason-point__block--title .num {
    text-align: center;
    font-size: 12vw;
    line-height: 1;
    color: #c8ba9a;
}
.reason-point__block--title h3 {
    font-weight: 300;
    color: #3a302e;
    font-size: 5.3vw;
    line-height: 1.3;
    margin-top: 0.5rem;
}
.reason1-img {
    width: 81%;
    margin: 3% auto 0;
}
.reason1-img img {
    border-radius: 5px;
}
.reason-point__block--text {
    margin-top: 1.5625rem;
    margin: 5% auto 0;
    width: 95%;
    font-size: 3.77vw;
    line-height: 1.7037037037;
    color: #333;
}
.reason-point__block--text span {
    color: #aa8e4c;
}
.reason2 {
    margin-top: 16%;
}
.reason2-img {
    margin: 3% -15px 0;
}
.reason2-img img {
    border-radius: 5px;
}
.reason2-img ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.reason2-img ul li {
    width: 100%;
    max-width: 24.375rem;
}
.reason3 {
    margin-top: 16%;
}
.reason3-card__wrap {
    margin-top: 4%;
}
.reason3-card__item {
    box-shadow: 0px 0px 23px rgba(197, 205, 209, 0.5);
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}
.reason3-card__item:nth-child(n+2) {
    margin-top: 1rem;
}
.reason3-card__item--top {
    background: -moz-linear-gradient(left, #f4f1e9, #ece6dd 100%);
    background: -webkit-linear-gradient(left, #f4f1e9, #ece6dd 100%);
    background: linear-gradient(to right, #f4f1e9, #ece6dd 100%);
    padding: 0.75rem 0 0.875rem;
}
.reason3-card__item--top h3 {
    text-align: center;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 5.33vw;
    color: #545454;
}
.reason3-card__item--top h3 span {
	display: block;
	font-size: 3.5vw;
}
.reason3-card__item--top img {
    width: 65%;
    margin: 2% auto 0;
    border-radius: 10px;
}
.reason3-card__item--topimg {
	display: flex;
    justify-content: space-between;
	margin: 6% 20px 0;
}
.reason3-card__item--topimg .box {
	width: 48%;
	text-align: center;
}
.reason3-card__item--topimg .box img {
	width: 100%;
	margin: 0;
}

.reason3-card__item--btm {
    background-color: #fff;
    padding: 0.625rem 0.75rem;
    font-size: 3.6vw;
}
.reason3-card__item--btm .reason-point__block--text {
    margin-top: 0;
    width: 100%;
}
.reason4 {
    margin-top: 18%;
}
.reason4 .reason-point__block--title h3 {
    margin-top: 5%;
}
.reason4 .reason-point__block--text {
    margin-top: 4%;
}
.reason4-imgs {
    margin-top: 7%;
}
.reason4-imgs__item {
    width: 73%;
    margin: 0 auto;
    background-color: #fffbe9;
}
.reason4-imgs__item:nth-child(n+2) {
    margin-top: 3%;
}
.reason4-imgs__item p {
    padding: 0.375rem 0 0.5rem;
    text-align: center;
    font-size: 3.25vw;
    line-height: 1.1666666667;
}
.reason5 {
    margin-top: 18%;
}
.reason5-img {
    margin-left: -15px;
    width: 51%;
    height: 100%;
    aspect-ratio: 500/440;
}
.reason5-img img {
    height: 100%;
    object-position: right;
}
.reason5 .reason-point__block--title {
    text-align: left;
    margin-left: 1.0625rem;
    margin-top: 7%;
    display: block;
    width: calc(51% - 1.0625rem);
}
.reason5 .reason-point__block--title .num {
    text-align: left;
}
.reason5 .reason-point__block--text {
    margin-top: 2%;
}
.introduction {
    background-color: #f9f8f8;
    padding: 4.5rem 0 1.5rem;
}
.introduction .inner {
    z-index: 0;
}
.introduction-bgtext {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 2.4375rem;
    color: #c9b9a2;
    writing-mode: vertical-rl;
    top: -2.5rem;
    right: 4vw;
    z-index: -1;
}
.introduction-block {
    margin-top: 4%;
}
.introduction-block__item--top-img {	
    width: 63%;
    margin: 0 auto;
}
.ipab {
	position: relative;
}
.introduction-block__item--top-img .text {
	margin: 10px 0 20px;
	font-size: 20px;
	text-align: center;
}
.introduction_text {
	position: absolute;
	display: block;
	padding: 5px 0;
	width: 180px;
	bottom: 15px;
	left: calc(50% - 90px);
	z-index: 10;
	background: #fff;
	font-size: 14px;
	text-align: center;
}
.introduction_text span {
	font-size: 18px;	
}
.introduction-block__item--top-texts {
    margin-top: 2%;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
}
.introduction-block__item--top-title h3 {
    text-align: center;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1;
    color: #a28338;
}
.introduction-block__item--top-text {
    font-weight: 300;
    font-size: 3.6vw;
    line-height: 1.7777777778;
    margin: 3% auto 0;
}
.introduction-block__item--btm {
    margin-top: 5%;
    padding-left: 0;
}
.introduction-detail-r {
    margin-top: 0.625rem;
}
.introduction-detail {
    color: #545454;
}
.introduction-detail:nth-child(n+2) {
    margin-top: 2%;
}
.introduction-detail__label {
    background-color: #fff;
    padding: 6px 12px;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: min(3.75vw, 16px);
    line-height: 1.2;
}
.introduction-detail__text {
    margin-top: 1%;
    font-size: min(3vw, 14px);
    line-height: 1.75;
}
.introduction-detail__text .year li {
    display: flex;
    justify-content: space-between;
}
.introduction-detail__text .year li span {
    width: 12vw;
}
.introduction-detail__text .year li div {
    width: calc(100% - 12vw);
}
.introduction-block__item:nth-child(n+2) {
    margin-top: 6%;
}
.introduction-block__item2 .introduction-block__item--top {
    width: 100%;
    display: flex;
    justify-content: center;
}
.introduction-block__item2 .introduction-block__item--top-img {
    margin: 0 -2% 0 0;
    width: 70%;
}
.introduction-block__item2 .introduction-block__item--top-img .text {
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
}
.introduction-block__item2 .introduction-block__item--top-title {
    margin-top: -5%;
    margin-left: 20px;
}
.introduction-block__item2 .introduction-block__item--top-title h3 {
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    line-height: 1.1470588235;
    font-size: 4.7vw;
    color: #a28338;
    writing-mode: vertical-rl;
}
.introduction-block__item2 .introduction-block__item--btm {
    width: 100%;
    margin: 8% auto 0;
}
.introduction-block__item2 .introduction-block__item--btm2 {
    width: 90%;
}
.introduction-block__item2 .introduction-detail:nth-child(n+2) {
    margin-top: 5%;
}
.case {
    background-color: #e6e6e6;
    padding: 3.375rem 0;
}
.case .inner {
    position: relative;
    z-index: 0;
}
.case .section-title h2 {
    background-color: #e6e6e6;
}
.case-contents {
    width: 93%;
    margin: 6% auto 0;
}
.case-card {
    background-color: #fff;
    padding: 0 0 3.3125rem;
    box-shadow: 0px 0px 6px rgba(225, 226, 227, 0.5);
    width: 86vw;
    max-width: 100%;
}
.case-card + .case-card {
    margin-top: 3.3125rem;
}
.case-card__top {
    background: -moz-linear-gradient(left, rgba(200, 188, 156, 0.5), rgba(147, 120, 86, 0.5));
    background: -webkit-linear-gradient(left, rgba(200, 188, 156, 0.5), rgba(147, 120, 86, 0.5));
    background: linear-gradient(to right, rgba(200, 188, 156, 0.5), rgba(147, 120, 86, 0.5));
    padding: 0.375rem 0 0.25rem;
    width: 100%;
}
.case-card__top h3 {
    text-align: center;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    color: #fff;
    font-size: 4.8vw;
}
.case-card__main {
    padding: 1.125rem 0rem 2rem;
}
.case-card__main--image:nth-child(n+2) {
    margin-top: 5%;
    position: relative;
}
.case-card__main--image:nth-child(n+2)::before {
    content: "";
    display: block;
    width: 1.0625rem;
    height: 0.96875rem;
    background-image: url("../img/tri3.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -0.875rem;
    left: 50%;
    transform: translateX(-50%);
}
.case-card__main--image p {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.05em;
}
.case-card__main--image img {
    width: 75%;
    height: 100%;
    margin: 1% auto 0;
}
.case-card__btm {
    padding: 0 0.78125rem;
}
.case-card__btm table {
    width: inherit;
    width: 100%;
}
.case-card__btm tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.case-card__btm th {
    background-color: #c8ba9a;
    font-weight: 500;
    color: #fff;
    font-size: 4.53vw;
    padding: 0.375rem 0 0.3125rem;
}
.case-card__btm tr:nth-child(n+2) th {
    border-top: 1px solid #fff;
}
.case-card__btm td {
    font-weight: 500;
    font-size: 3.46vw;
    padding: 0.375rem 0 0.3125rem;
}
.case-card__btm tr:last-child td {
    text-align: left;
}
.slick-dots {
    display: flex;
    justify-content: center;
    gap: 1.125rem;
    margin-top: 4%;
    margin-bottom: 4%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li {
    width: 0.46875rem;
    height: 0.46875rem;
    border-radius: 50%;
    background-color: #2a5192;
}

#case .slick-dots {
	display: flex!important;
	top: auto;
	bottom: 0;
}
#case .slick-dots li {
	background-color: #ccc;
}
#case .slick-dots li.slick-active {
	background-color: #a1833e;
}
.slick-dots li.slick-active {
    background-color: #c8a68b;
}
.slick-dots button {
    opacity: 0;
}
.case-slider .slick-dots {
    margin: 0;
}
.case-slider + .case-slider {
    margin-top: 50px;
}
.case-slider-pc3 .slick-dots {
    display: none;
}
.inside {
    padding: 3.75rem 0 5.3125rem;
    background: -moz-linear-gradient(left, #f3f3f3, #fff 100%);
    background: -webkit-linear-gradient(left, #f3f3f3, #fff 100%);
    background: linear-gradient(to right, #f3f3f3, #fff 100%);
}
.inside-contents {
    margin-top: 9%;
}
.inside-modal {
    width: 85vw;
    height: 100%;
    max-height: 17.875rem;
    aspect-ratio: 648/286;
    margin: 0 auto;
}
.inside-modal ul {
    width: 85vw;
    height: 100%;
    aspect-ratio: 648/286;
    overflow: hidden;
}
.modal {
    display: none;
}
.modal.open {
    opacity: 1;
    display: block;
}
.modal img {
    aspect-ratio: 648/286;
    height: inherit;
}
.inside-slider_wrap {
    width: 88vw;
    margin: 5% auto 0;
}

.inside-slider {
    position: relative;
	display: flex;
}
.inside-slider li {
    padding: 0rem 0.625rem;
    width: 28vw;
}

.inside-slider li img {
    aspect-ratio: 175/118;
}

.slick-prev, .slick-next {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background-image: url("../img/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 37%;
    cursor: pointer;
}

.slick-prev {
    left: -1.25rem;
}

.slick-next {
    right: -1.25rem;
    transform: rotate(180deg);
}

.u-desktop {
    display: none;
}

.u-dflex {
    display: none;
}

.u-disp-flex {
    display: flex;
}
.u-disp-flex-dt {
    display: block;
}

.u-disp-flex-sp {
    display: flex;
}

.u-disp-flex__c {
    display: flex;
    justify-content: center;
}
.u-disp-flex__cc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.u-disp-flex-dt__c {
    display: block;
}

.u-disp-flex-dt__cc {
    display: block;
}

.u-posi-rela {
    position: relative;
}
.u-posi-abso {
    position: absolute;
}
.u-posi-fixed {
    position: fixed;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}
.white-text {
    color: #fff;
}
.gold-text {
    color: #896926;
}
.case-contents__btmtext {
    font-size: 1rem;
    text-align: center;
    margin: 0.75rem 0;
}

.section-title h2 {
    margin-bottom: 20px;
}
.section-title h2.spacing {
    margin-top: 60px;
}
.info .section-title {
    margin: 1.25rem;
}
.info .section-title.top_recruit_bnr {
    margin: 0;
}
.info .section-title h2 {
    background-color: #fff;
    padding: 0.5em;
    font-size: 4.0vw;
}

/*# sourceMappingURL=style.css.map */
.reserve-condition__tabs {
    display: flex;
    align-items: flex-end;
}
.reserve-condition__tab {
    /* display: inline-block; */
    padding: 10px 20px;
    cursor: pointer;
    background-color: #bdac84;
    color: #fff;
    border-radius: 10px 10px 0 0;
    /* border: 1px solid #ac9778; */
    border-bottom: 0;
    font-size: 14px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.reserve-condition__tab.is_active {
    background-color: #a88041;
    color: #fff;
    font-size: 14px;
    height: 40px;
}
.reserve-condition__contents {
    display: none;
    padding: 10px 10px 0;
    background: #f8f1e4;
}
#root .acss-fxqhid {
    padding: 0 !important;
}
.reserve-condition__contents.is_show {
    display: block;
}
.reserve-condition {
    padding: 50px 0;
    max-width: 800px;
    margin: 0 auto;
}
.reserve-condition__contents iframe {
    width: 100%;
}
.anticon {
    fill: #ac9778 !important;
    color: #ac9778 !important;
}
    .reserve-condition {
        padding: 20px 0;
    }
    .reserve-condition__contents {
        padding: 10px 0 0;
    }

.p_header_btn {
    text-align: center;
    display: none !important;
}
    .p_header_btn {
        display: block !important;
    }

.p_header_btnTxt {
	position: relative;
	top: 2px;
    color: #ac9046;
    font-weight: bold;
    margin-top: 0;
    font-size: 10px;
    text-align: center;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
}
.p_hamburgerNav {
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #f5f5f5;
    z-index: 10000;
    display: none;
    transition: all 0.3s ease;
    padding: 28.2vw 5.333vw 16vw;
}
    .p_hamburgerNav {
        display: block;
    }

.p_hamburgerNav .p_contactTable {
    margin: 11vw auto;
}
.p_hamburgerNav.is_active {
    transform: translateX(0);
}
.p_hamburgerNav_close {
    display: none;
    position: fixed;
    text-align: center;
    background: #ac9046;
    z-index: 10001;
    top: 0;
    right: 0;
    padding: 15px 15px;
}
.p_hamburgerNav_close.is_active {
    display: block;
}
.p_hamburgerNav_close .e_menuBtn_line {
    background: #fff;
}
.p_hamburgerNav_close .e_menuBtn_line:nth-child(2) {
    opacity: 0;
}
.p_hamburgerNav_close .e_menuBtn_line:nth-child(1) {
    top: 2.4vw;
    transform: rotate(45deg);
    animation: none;
}
.p_hamburgerNav_close .e_menuBtn_line:nth-child(3) {
    top: 2.4vw;
    transform: rotate(-45deg);
    animation: none;
}
.p_hamburgerNav_close .p_header_btnTxt {
    margin-top: 2px;
    color: #fff;
}
.p_hamburgerNav_item {
    margin-bottom: 6vw;
}
.p_hamburgerNav_itemTtl {
    text-align: center;
    font-size: 5.333vw;
    color: #896d30;
    text-shadow: 3px 3px 2px #fff;
    margin-bottom: 3.666vw;
    font-weight: normal;
    /* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif; */
    font-family: "Noto Serif JP", serif;
}
.b_hanburgerMenu {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.b_hanburgerMenu_item {
    width: 33.33%;
}
.p_hamburgerLink {
    display: flex;
    justify-content: center;
    margin-bottom: 8vw;
}
.p_hamburgerLink a {
    display: block;
    width: 49.5%;
}
.p_hamburgerBtn + .p_hamburgerBtn {
    margin-top: 6vw;
}
.e_menuBtn {
    border: none;
	position: relative;
	top: 3px;
}
@keyframes top-span {
    0% {
        top: 0px;
        transform: rotate(0);
    }
    50% {
        top: 2.4vw;
        transform: rotate(0);
    }
    100% {
        top: 2.4vw;
        transform: rotate(45deg);
    }
}
@keyframes bottom-span {
    0% {
        top: 4.8vw;
        transform: rotate(0);
    }
    50% {
        top: 2.4vw;
        transform: rotate(0);
    }
    100% {
        top: 2.4vw;
        transform: rotate(-45deg);
    }
}
.e_menuBtn_inner {
    width: 7.47vw;
    height: 5.33vw;
    cursor: pointer;
    position: relative;
}
.e_menuBtn_line {
    width: 100%;
    height: 0.53vw;
    position: absolute;
    background-color: #ac9046;
    border-radius: 0.8vw;
    left: 0;
}
.e_menuBtn_line:nth-child(1) {
    top: 0vw;
}
.e_menuBtn_line:nth-child(2) {
    top: 2.4vw;
}
.e_menuBtn_line:nth-child(3) {
    top: 4.8vw;
}
.e_menuBtn_line:nth-child(1) {
    animation: top-span-close 0.4s forwards;
}
@keyframes top-span-close {
    0% {
        top: 2.4vw;
        transform: rotate(45deg);
    }
    50% {
        top: 2.4vw;
        transform: rotate(0);
    }
    100% {
        top: 0;
        transform: rotate(0);
    }
}
.e_menuBtn_line:nth-child(2) {
    transition: 0.1s 0.2s ease-out opacity;
}
.e_menuBtn_line:nth-child(3) {
    animation: bottom-span-close 0.4s forwards;
}
@keyframes bottom-span-close {
    0% {
        top: 2.4vw;
        transform: rotate(-45deg);
    }
    50% {
        top: 2.4vw;
        transform: rotate(0);
    }
    100% {
        top: 4.8vw;
        transform: rotate(0);
    }
}
.p_contactTable table {
    border: 1px solid #a4853f;
    border-collapse: collapse;
    width: 100%;
}
.p_contactTable thead th, .p_contactTable thead td {
    background: #ae924e;
    color: #fff;
    text-align: center;
    font-size: 21px;
}
    .p_contactTable thead th, .p_contactTable thead td {
        font-size: 16px;
    }

    .p_contactTable thead th, .p_contactTable thead td {
        font-size: 3.866vw;
    }

.p_contactTable thead th {
    padding: 20px 30px;
}
    .p_contactTable thead th {
        padding: 15px 10px;
    }

    .p_contactTable thead th {
        padding: 15px 10px;
    }

.p_contactTable thead td {
    padding: 20px 10px;
}
    .p_contactTable thead td {
        padding: 15px 5px;
    }

.p_contactTable tbody th {
    font-size: 21px;
    padding: 14px 20px;
    background: #fff;
}
.p_contactTable tbody th span {
    font-size: 10px;
}
    .p_contactTable tbody th {
        font-size: 16px;
        padding: 10px 5px;
        line-height: 1;
    }

    .p_contactTable tbody th {
        padding: 10px 5px;
        font-size: 3.866vw;
        line-height: 1;
    }

.p_contactTable tbody td {
    text-align: center;
    color: #ac9046;
    font-weight: bold;
    background: #fff;
}
	.p_contactTable tbody td span.circle {
		font-size: 4vw;
	}

.l_indexMenu {
    background: #fff;
    padding: 25px 40px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
    .l_indexMenu {
        padding: 15px 0;
    }

    .l_indexMenu {
        display: none;
    }

.b_indexMenu {
    display: flex;
    justify-content: center;
}
.b_indexMenu_item {
    height: 50px;
}
.b_indexMenu_item + .b_indexMenu_item {
    border-left: 1px solid #98948f;
}
.b_indexMenu_item span {
    display: block;
    margin-bottom: 4px;
}
.b_indexMenu_item a {
    color: #333;
    /* font-family: "hiragino-mincho-pron", sans-serif; */
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    text-align: center;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    height: 100%;
    font-weight: 500;
}
    .b_indexMenu_item a {
        font-size: 13px;
        padding: 0 20px;
    }

    .b_indexMenu_item a {
        font-size: 1.4vw;
        padding: 0 1vw;
    }

.slider-6 {
    width: 0 !important;
    padding: 0 !important;
}

/* pricing */
.pricing {
    margin-bottom: 5%;
}
.pricing_frame {
    width: 95%;
    margin: auto;
}
.pricing_title {
    font-size: 18px;
    font-weight: 600;
    color: #aa8e4c;
}
.pricing_text {
    margin: 5px 0 20px;
    font-size: 16px;
}
.pricing_sheet {
    width: 100%;
    max-width: 900px;
    margin: 30px auto 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 1px solid #98948f;
    border-left: 1px solid #98948f;
}
.pricing_sheet th, .pricing_sheet td {
    padding: 10px;
    border-right: 1px solid #98948f;
    border-bottom: 1px solid #98948f;
    font-size: 16px;
}
.pricing_sheet th {
    background: #524636;
    color: #fff;
    font-size: 18px;
}
.pricing_sheet td.subth {
    background: #d5ccbb;
    font-weight: bold;
    text-align: center;
}
.pricing_sheet tr td:nth-of-type(2), .pricing_sheet tr td.cen {
    text-align: center;
}
.pricing_sheet span.tax, .price_sheet span.tax {
    font-size: 87.5%;
}
.implant_sheet {
    table-layout: fixed;
}
.implant_sheet th, .implant_sheet td {
    text-align: center !important;
}
.implant_sheet img {
    max-width: 166px;
    margin: 0 auto;
}
    .contact_mg_sp {
        margin-top: 30px !important
    }
.reserve-condition {
    padding: 60px 80px;
}
    .reserve-condition {
        padding: 30px 0;
    }

.reserve-conditionHead {
    color: #6a4d1d;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #6a4d1d;
    margin-bottom: 10px;
}
    .reserve-conditionHead {
        font-size: 18px;
    }

.reserve-conditionBottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.reserve-conditionBottom img {
    width: 16px;
}
.top_sns_bnr {
    padding: 40px 20px 0;
}
.top_sns_bnr a {
    display: block;
    margin: 0 0 24px;
}
.top_recruit_bnr {
    padding: 0 20px;
}

.mb15 {
    margin-bottom: 15px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
    .sp_left_brnone br {
        display: none !important;
    }
    .sp_left_br br {
        display: inline-block !important;
    }
    .sp_left, .sp_left_br, .sp_left_brnone {
        text-align: left !important;
    }

.reserve-condition__tabs {
    display: flex;
    align-items: flex-end;
}
.reserve-condition__tab {
    /* display: inline-block; */
    padding: 10px 20px;
    cursor: pointer;
    background-color: #bdac84;
    color: #fff;
    border-radius: 10px 10px 0 0;
    /* border: 1px solid #ac9778; */
    border-bottom: 0;
    font-size: 14px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.reserve-condition__tab.is_active {
    background-color: #a88041;
    color: #fff;
    font-size: 14px;
    height: 40px;
}
.reserve-condition__contents {
    display: none;
    padding: 10px 10px 0;
    background: #f8f1e4;
}
#root .acss-fxqhid {
    padding: 0 !important;
}
.reserve-condition__contents.is_show {
    display: block;
}
.reserve-condition {
    padding: 50px 0;
    max-width: 800px;
    margin: 0 auto;
}
.reserve-condition__contents iframe {
    width: 100%;
}
.anticon {
    fill: #ac9778 !important;
    color: #ac9778 !important;
}
    .reserve-condition {
        padding: 20px 0;
    }
    .reserve-condition__contents {
        padding: 10px 0 0;
    }

.reserve-condition {
    padding: 60px 80px;
}
    .reserve-condition {
        padding: 30px 0;
    }

.reserve-conditionHead {
    color: #6a4d1d;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #6a4d1d;
    margin-bottom: 10px;
}
    .reserve-conditionHead {
        font-size: 18px;
    }

.reserve-conditionBottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
    .reserve-conditionBottom {
        font-size: 12px;
        flex-wrap: wrap;
    }
    .reserve-conditionBottom p {
        width: 90%;
    }

.reserve-conditionInfo {
    margin-top: 30px;
    font-size: 14px;
}
    .reserve-conditionInfo {
        font-size: 12px;
    }

.reserve-conditionInfo span {
    font-weight: bold;
}
.reserve-conditionBottom img {
    width: 16px;
}

.reserve-condition_2 {
	max-width: 720px;
	margin: 0 auto;
}

#root .ant-btn {
    background: linear-gradient(to right, #af9357, #9f7f34) !important;
    border-radius: 40px !important;
}

.new-posts {
    margin: 0 auto 1.0em;
    padding: 1.0em .5em;
    background: linear-gradient(to right, #e3ddcd, #c9bbaa);
    font-size: 16px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.new-posts .new-post-head {
    margin: 0 auto;
    padding: 0 1em;
    display: block;
    width: 9em;
    color: #524636;
    font-size: 16px;
    text-align: center;
}
.new-posts .new-post-body {
	width: calc(100% - 9em);
	max-height: 100px;
	overflow-y: auto;
	border-left: 1px solid #fff;
}
.new-posts .new-post-item {
    padding: 0 1.0em;
    display: flex;
    justify-content: flex-start;
}

.new-posts .new-post-item .new-post-date {
    width: 6.5em;
    color: #524636;
    font-size: 16px;
}
.new-posts .new-post-item .new-post-title {
    width: calc(100% - 6.5em);
    color: #524636;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-posts .new-post-head a {
    display: block;
    margin: 1.0em 0 0;
    padding: 0.2em 0;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #9e8f66, #aa9c74);
    border-radius: 4.0em;
}

    .new-posts {
        display: block;
		padding: 1.0em .5em .75em;
    }
    .new-posts .new-post-head {
        width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 1rem;
		padding-bottom: .75rem;
    }
    .new-posts .new-post-head a {
		margin: 0;
		padding: .25em 0;
        font-size: 14px;
		width: 6rem;
    }
	.new-posts .new-post-body {
		width: 100%;
		max-height: 80px;
		padding-top: .5rem;
		border-left: none;
		border-top: 1px solid #fff;
	}
	.new-posts .new-post-item {
		padding-top: .5rem;
		padding-bottom: .25rem;
	}
    .new-posts .new-post-item .new-post-date {
        font-size: 13px;
    }
    .new-posts .new-post-item .new-post-title {
        font-size: 13px;
		text-overflow: clip;
		overflow: visible;
		white-space: wrap;
    }

/* modal */
.modalopen {
	cursor: pointer;
}
.modal-container{
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,.5);
	padding: 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
    box-sizing: border-box;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 100%;
}

.modal-content{
	background: #fff;
	padding: 30px;
	text-align: left;
}
.modal_reservation {
	/* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif; */
    font-family: "Noto Serif JP", serif;
	line-height: 1.6;
}

.modal_reservation .mr_ttl {
	margin: 0 0 10px;
	color: #6a4d1d;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.modal_reservation .mr_subttl {
	font-size: 16px;
	font-weight: bold;
}
.modal_reservation .mr_txt {
	margin: 0 0 20px;	
	font-size: 14px;	
}

.modal_reservation .mr_btn {
	width: min(280px,100%);
	margin: auto;
}
.modal_reservation .mr_btn a {
	display: block;
	padding: 12px 0;
	background: linear-gradient(to right, #9f7f34, #af9357 50%, #9f7f34 100%);
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}


	.modal-container:before{
		height: 0;
	}
	.modal-close{
		top: 4px;
		right: 4px;
		width: 32px;
		height: 32px;
		font-size: 32px;
		color: #333;
	}	
	.modal-content{
		padding: 30px 20px;
	}
	.modal_reservation {
		line-height: 1.5;
	}
	.modal_reservation .mr_ttl {
		margin: 0 0 10px;
		font-size: 20px;
	}
	.modal_reservation .mr_subttl {
		margin-bottom: 5px;
		font-size: 16px;
		text-align: center;
	}	
	.modal_reservation .mr_txt {
		margin: 0 0 14px;	
		font-size: 13px;	
	}
	.modal_reservation .mr_btn a {
		padding: 10px 0;
		font-size: 18px;
	}
	
.footer_link {
	padding: 40px 0 0;
	text-align: center;
}

.top_bnr_ul {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 30px;
}
.top_bnr_ul li {
	width: calc(50% - 15px);
}

	.top_bnr_ul {
		gap: 20px 20px;
	}	
	.top_bnr_ul li {
		width: calc(50% - 10px);
	}	

	.top_bnr_ul {
		gap: 20px 0;
	}	
	.top_bnr_ul li {
		width: 100%;
	}		

.top_instagram {
	padding: 30px 0;
}
.head_wdt {
	margin: 60px 0 20px;
	background: #d4ccbf;
}
.head_wdt_inner {
	
}
.head_wdt + .header {
	display: none;
}

.f_bnr {
	margin: -6rem 0 70px;
}
.f_bnr.top,
.f_bnr.top.page {
	margin: -30px 0 0;
	padding: 0 0 30px;
	background: linear-gradient(to right, #f3f3f3, #fff 100%);
}
.f_bnr.page {
	margin: 50px 0 0;
}
.f_bnr img {
	width: auto;
	object-fit: none;
	margin: auto;
}
.f_bnr .banner {
	margin: 30px 0;
	text-align: center;
}
.f_bnr .text {
	font-size: 14px;
	text-align: center;
}
.f_bnr .text p a {
	display: block;
	max-width: 300px;
	margin: 10px auto 20px;
	padding: 12px 0;
	background: #fff;
	border: 2px solid #9f7f34;
	border-radius: 8px;
	color: #9f7f34;
	font-size: 14px;
	text-align: center;
}
.f_bnr_ul {
	margin: 30px 0;
}
.f_bnr_ul .li {
	margin: 30px 0;
}
.f_bnr_btn {
	width: min(100%,300px);
	margin: 0 auto;
}
.f_bnr_btn a {
	display: block;
	padding: 10px;
	background: #2a53c1;
	border-radius: 30px;
	color: #fff;
}
@media screen and (min-width: 768px) {
    footer {
        padding-bottom: 136px;
    }
}