html,
body {
    margin: 0;
    overflow-x: hidden;
}

body {
    --blue-color: #1E5199;
    --text-color: #231815;
    --orange-color: #ED721B;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    color: var(--text-color);
    -webkit-text-size-adjust: 100%;
    background-image: url(../assets/background.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
}

.top-fv-wrap {
    /*background-image: url(../assets/fv-pc.jpg);*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
}

.rest-bg {
    /*background-image: url(../assets/bg-pc-rest.jpg);*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
}

#entry {
    z-index: 9;
    max-width: 1100px;
    margin: auto;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
p,
span,
div {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    color: var(--blue-color);
    text-decoration: none;
}

img {
    max-width: 100%;
    width: auto;
}

h2 {
    letter-spacing: -1.5px;
    font-family: source-han-serif-japanese, serif;
    color: #1E5199;
    text-align: center;
    font-weight: normal;
    font-size: 34px;
    font-weight: 700 !important;
}

h3 {
    color: #1E5199;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    font-size: 36px;
    font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.border-box-outer {
    border: solid 1px var(--blue-color);
    position: relative;
    background: white;
}

.border-box-inner {
    border: solid 1px var(--blue-color);
    position: relative;
    margin: 3px;
    padding: 100px 50px 50px;
}

.border-box-top {
    position: absolute;
    top: -32px;
    left: 0px;
    width: 100%;
}

.box-radius-heading-wrap {
    border-radius: 65px;
    width: 970px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.box-radius-heading {
    font-size: 52px;
    position: relative;
    bottom: 5px;
}

.box-radius-heading-wrap.blue {
    background: var(--blue-color);
}

.box-radius-heading-wrap.blue .box-radius-heading {
    color: white;
}

.box-radius-heading-wrap.orange {
    background: #ED721B;
}

.box-radius-heading-wrap.orange .box-radius-heading {
    color: #FFF100;
}

p {
    font-size: 19px;
    line-height: 32px;
}

.reserve-button {
    /* background: #E87320 0% 0% no-repeat padding-box; */
    border-radius: 26px;
    opacity: 1;
    width: 500px;
    height: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.reserve-button a:hover,
.sp-tel-button a:hover,
.tel a:hover,
.reserve-tel-wraphover {
    opacity: 0.7;
}

.reserve-tel-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto;
}

.reserve-tel-wrap .tel-text {
    margin: 0 0px;
    line-height: 1;
    font-weight: bold;
}

.direction {
    margin: auto;
    width: 100%;
    text-align: center;
    margin: 24px auto 24px;
}

.text-left {
    text-align: left;
}

.font-bold {
    font-weight: bold;
}

.font-blue {
    color: #1E5199;
}

.phone-number-image {
    width: 321.35px;
    height: auto;
    background: transparent;
}

.side-padding {
    padding: 0 50px;
}

.flex-around-start {
    display: flex;
    justify-content: space-around;
}

.flex-between-start,
.flex-between-center {
    display: flex;
    justify-content: space-between;
}

.flex-between-start {
    align-items: flex-start;
}

.flex-between-center {
    align-items: center;
}

.flex-half {
    width: 50%;
}

.orange {
    color: #ED721B;
}

.border-yellow {
    font-weight: bold;
    border-style: solid;
    border-image: url(../assets/under-orange.png) 1/0 0 7px 0;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.outer-title-wrap {
    display: flex;
    flex-direction: column;
}

.outer-title-wrap span {
    margin: 24px auto 12px !important;
    font-size: 40px !important;
}

.contact-button img {
    width: 500px;
    height: 132.65px;
    background: transparent;
}

.tel-text {
    line-height: 32px;
    margin: 16px 0;
    color: var(--blue-color);
    font-size: 18px;
}

/* footer */

footer {
    background: var(--blue-color);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

footer p {
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

/* header */
header {
    z-index: 99;
    box-shadow: 9px 9px 6px #2318154D;
}

.header-icon-img {
    width: 20%;
    height: auto;
}

.bottom-header {
    padding: 16px 0;
    background: white;
}

.top-header {
    background: var(--blue-color);
    color: white;
    padding: 2px 0;
}

.top-header .container,
.bottom-header .container,
.menu-bar .container {
    max-width: 1100px;
    margin: auto;
}

.top-header .container .inner {
    padding: 0 0;
}

.header-content-right a:hover {
    opacity: 0.7;
}

.bottom-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-header .container .header-text {
    font-size: 18px;
    font-family: source-han-serif-japanese, serif;
}

.top-header .container span {
    font-size: 15px;
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #fff;
}

.menu-bar {
    background: #F3F5F8;
    padding: 6px 0;
}

.nav {
    font-family: source-han-serif-japanese, serif;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 0 -16px;
}

.nav-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 16px;
}

.nav-item::before {
    content: "";
    background-image: url(../assets/nav-direction.png);
    width: 14px;
    height: 7px;
    display: block;
    background-repeat: no-repeat;
    margin-right: 12px;
}

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

.top-wrap h2 {
    letter-spacing: -1px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
    margin: 48px 0;
    font-weight: bold;
    font-size: 40px;
}

.top-wrap h3 {
    margin-bottom: 16px;
    text-align: left;
    font-family: YuGothic, sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #1e5199;
}

.top-wrap p {
    line-height: 32px;
    margin: 16px 0;
    color: var(--blue-color);
    font-size: 15px;
}

.clinic-introduction h3 {
    margin-bottom: 24px;
}

.clinic-introduction p {
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: -0.02em;
    line-height: 33px;
    text-align: left;
    color: #231815;
}

.clinic-introduction {
    display: flex;
    margin-top: 60px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.clinic-introduction div {
    flex: 1;
}

.clinic-introduction img {
    width: 414px;
}

.clinic-introduction div {
    margin-right: 80px;
}

.top-wrap .flex-half:first-of-type {
    margin-right: 80px;
}

.top-wrap .clinic-introduction-bottom {
    margin: 28px 0 20px;
}

.clinic-introduction-bottom p {
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 33px;
    text-align: left;
    color: #231815;
}

.worries-wrap {
    margin: 96px 0 12px;
    margin-top: 124px;
}

.worries-all {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.worry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.worry-item img {
    margin: 20px 0;
}

.worries-wrap .worries-head {
    position: relative;
    bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.worries-wrap .direction {
    margin: 40px auto 0;
    margin-top: 20px;
}

.question-box-contents-wrap {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: right;
}

.question-box-content-title {
    position: absolute;
    top: 88px;
    left: 0px;
}

.problem-wrap {
    margin-bottom: 12px;
}

.problem-all-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -10px;
    margin-bottom: -16px;
}

.problem-elm-wrap {
    display: flex;
    position: relative;
}

.problem-elm-wrap p {
    line-height: 1.5;
    font-size: 25px;
    font-family: source-han-serif-japanese, serif;
    font-weight: bold;
    font-style: normal;
}

.problem-elm-wrap:first-of-type {
    top: 75px;
}

.problem-elm-wrap:first-of-type p {
    margin-left: 28px;
}

.problem-elm-wrap:last-of-type {
    align-items: flex-end;
    justify-content: flex-end;
    bottom: 75px;
}

.problem-elm-wrap:last-of-type p {
    margin-right: 28px;
}


.solutions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solution {
    width: 345px;
    margin-top: 50px;
}


.solution-title {
    font-family: YuGothic, sans-serif;
    line-height: 32px;
    text-align: left;
    color: #ED721B;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 12px;
}

.solution-text {
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 33px;
    text-align: left;
    color: #231815;
}

.solutions-wrap span {
    color: #ed7238;
    font-size: 32px;
    margin: auto;
    font-weight: bold;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
}

.cautions-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    color: var(--blue-color);
}

.cautions-top-left {
    width: 190px;
}

.cautions-top-right {
    flex: 1;
    margin-left: 24px;
}

.cautions-head {
    letter-spacing: -1.5px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    text-align: left;
    font-size: 52px;
    position: relative;
    width: fit-content;
}

.cautions-head::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 8px;
    background: var(--blue-color);
}

.cautions-text {
    font-size: 22px;
    margin: 16px 0;
    font-weight: 700;
    letter-spacing: -1.5px;
    font-family: source-han-serif-japanese, serif;
}

.cautions-top-bottom {
    display: flex;
    align-items: center;
    position: relative;
    right: 16px;
}

.cautions-top-bottom p {
    font-size: 28px;
    font-weight: bold;
    margin-left: 16px;
}

.cautions {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.caution {
    display: flex;
    width: calc(50% - 40px);
    align-items: flex-start;
    margin: 50px 20px 0;
}

.caution img {
    margin-right: 16px;
    position: relative;
    top: 5px;
}

.caution p {
    color: #231815;
    font-family: YuGothic, sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    text-align: left;
    color: #231815;
}

.differences-head {
    letter-spacing: -1.5px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
    margin: 20px 0;
}

.differences-head span {
    letter-spacing: -1.5px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8em;
}

.differences-wrap .border-box-inner {
    padding-top: 0px;
}

.difference {
    margin: 50px 0 0;
}

.difference h4 {
    font-family: source-han-serif-japanese, serif;
    font-size: 24px;
    color: var(--blue-color);
    font-weight: bold;
    font-weight: 700;
}

.difference p {
    margin: 16px 0;
    font-size: 18.7px;
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 33px;
    text-align: left;
    color: #231815;
}

.difference .flex-between-center div {
    margin-left: 24px;
}

.differences-wrap .direction {
    margin: 44px 0 12px 0;
}

.about-articles {
    border: solid 1px #1E5199;
    margin: 60px 0;
    background: white;
}

.about-tabs {
    display: flex;
}

.about-tab {
    width: 50%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue-color);
    cursor: pointer;
}

.about-tab::after {
    content: "";
    background-image: url(../assets/about-direction-white.png);
    width: 18px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    margin-left: 40px;
}

.about-tab h3 {
    color: white;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    margin: 0 !important;
    font-size: 40px;
}

.about-tab.active {
    background: white;
}

.about-tab.active::after {
    background-image: url(../assets/about-direction.png);
}

.about-tab.active h3 {
    color: var(--blue-color);
}

.about-tab-target {
    display: none;
    padding: 50px;
}




.about-tab-target.active {
    display: flex;
}

.about-tab-target p {
    margin-right: 50px;
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: -0.02em;
    line-height: 33px;
    text-align: left;
    color: #231815;
}

.compare-wrap h3 {
    margin: 0 0 20px;
}

.about-wrap .direction {
    margin: 44px 0 12px 0;
}

.treatment-title-wrap span {
    color: #ed7238;
    font-size: 32px;
    margin: auto;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
}

.treatment-wrap p {
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 33px;
    text-align: left;
    color: #231815;
    font-size: 18px;
}


.treatment-wrap li {
    font-family: YuGothic, sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    text-align: left;
    color: #231815;
}

.treatment-wrap h3 {
    color: #ed7238;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    margin: 16px auto;
    font-size: 40px;
}

.treatment-wrap h4 {
    font-family: YuGothic, sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    text-align: left;
    color: #ed721b;
}

.treatment-injection {
    margin-top: 40px;
    text-align: center;
}

.treatment-injection-contents {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    text-align: left;
}

.treatment-injection-contents div {
    width: 44%;
}

.treatment-injection-contents h4,
.treatment-laser h4,
.treatment-surgery h4 {
    font-size: 24.3px;
    margin: 20px 0;
    font-weight: bold;
}

.treatment-injection-article {}

.treatment-injection-article p {
    font-size: 18px;
}

.treatment-injection-merits ul,
.treatment-laser-article ul,
.treatment-surgery-merits ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.treatment-injection-merits li,
.treatment-laser-article li,
.treatment-surgery-merits li {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    margin: 8px 0;
}

.treatment-injection-merits li img,
.treatment-laser-article li img,
.treatment-surgery-merits li img {
    margin-right: 16px;
}

.treatment-injection-price,
.treatment-laser-price {
    margin: 24px auto 52px;
}

.treatment-separtor {
    width: 100%;
    height: 1px;
    display: block;
    background: var(--text-color);
}

.treatment-laser,
.treatment-surgery {
    margin: 52px auto 0;
}

.treatment-laser-contents {
    display: flex;
    margin: 48px 0 0;
}

.treatment-laser-article {
    margin-right: 100px;
}

.treatment-laser-article p {
    margin: 0 0 32px;
}

.treatment-laser-article span {
    font-family: YuGothic, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 33px;
    text-align: left;
    color: #595757;
}

.treatment-laser-article-right {}

.treatment-laser-article-botoom .attention {
    font-size: 15px;
    color: #595757;
}


.treatment-surgery-contents {
    display: flex;
    justify-content: space-around;
}

.treatment-surgery-contents div {
    width: 40%;
}

.treatment-surgery-notice {
    position: relative;
    border: solid 1px var(--orange-color);
    width: 690px;
    margin: 40px auto 52px;
}

.treatment-surgery-notice-inner {
    border: solid 1px var(--orange-color);
    position: relative;
    margin: 3px;
    padding: 28px;
}

.treatment-surgery-notice p {
    font-family: YuGothic, sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    text-align: left;
    color: #231815;
}

.treatment-surgery-notice-inner a {
    text-decoration: underline;
    color: #1E5199;
}

.treatment-reserve-button {
    margin-top: 24px;
}


.clinic-wrap {
    margin-top: 100px;
    text-align: center;
}

.clinic-wrap h3 {
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
}

.clinic-wrap-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
    font-size: 38px;
}

.clinic-wrap-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--text-color);
}

.clinic-wrap h4 {
    font-family: YuGothic, sans-serif;
    font-weight: bold;
    line-height: 49.66px;
    text-align: center;
    font-size: 26px;
    font-size: 30px;
    color: var(--blue-color);
}

.clinic-wrap .clinic-opening-hours h4+p {
    font-weight: bold;
}

.clinic-wrap p {
    font-family: YuGothic, sans-serif;
    font-size: 19px;
    line-height: 33px;
    text-align: center;
    margin: 24px 0;
}


.clinic-wrap a {
    text-decoration: underline;
}

.clinic-access,
.clinic-opening-hours,
.clinic-facilities,
.clinic-cooperations,
.clinic-doctors,
.clinic-others,
.clinic-message {
    margin: 52px 0 52px;
}

#map-wrap {
    width: 100%;
}

.clinic-opening-hours span {
    font-size: 22px;
    font-weight: bold;
}

.clinic-opening-hours a {
    color: var(--text-color);
    font-weight: bold;
    text-decoration: underline;
}

.clinic-facilities {}

.facilities-slider {
    position: relative;
    right: 50px;
    width: calc(100% + 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-arrow {
    width: 39px;
    cursor: pointer;
}

.slider-main {
    flex: 1;
    margin: 0 12px;
}

.slider-main img {
    display: none;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slider-main img.active,
.facilities-slider-pointers img.active {
    display: block;
}

.facilities-slider-pointers img {
    width: 170px;
    margin: 20px 8px;
    height: 77.5px;
    object-fit: cover;
    cursor: pointer;
}

.clinic-cooperations span {
    font-weight: bold;
    font-size: 22px;
    line-height: 49.66px;
    color: #1e5199;
}

.clinic-message span {
    letter-spacing: -1.5px;
    font-size: 20px;
}

.clinic-message img {
    width: 600px;
    margin: 24px 0 0;
}

.doctors {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 32px 0 12px;
    padding: 0 50px;
}

.doctor {
    width: 49%;
    margin: 12px auto;
}

.doctor p {
    text-align: left;
    margin: 8px 0;
    font-size: 17.4px;
}

.doctor .doctor-title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 16px;
}

.doctor .doctor-title span {
    font-size: 19px;
    margin-left: 16px;
}

.doctor .text {
    display: flex;
    align-items: center;
}

.doctor .text p:first-of-type {
    margin-right: 16px;
}

.clinic-message h3 {
    margin: 24px 0;
}

/* ハンバーガーメニューcss */

#menu-input {
    display: none;
}

#menu-target {
    display: none;
}

#menu-target ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#menu-input:checked+#menu-target {
    display: flex;
}

/* ここから個別css */
.top-header h1 {
    margin: 0;
    line-height: 10px;
}

.reserve-button {
    margin: 10px auto;
}

.top-main-image {
    margin-bottom: 50px;
}


.top-title {
    padding-top: 225px;
}

.clinic-introduction {
    margin-top: 50px;
}

.question-text {
    margin-top: 115px;
}

.question-main-image {
    margin-left: auto;
    display: flex;
}

.problem-wrap .direction {
    margin: 0 auto 24px;
}

.solution-title {
    margin: 10px auto;
}

.cautions-wrap {
    margin: 150px auto 20px;
}

.cautions-top-left {
    margin-right: 20px;
}

.caution {
    margin: 30px 20px 0;
}

.differences-wrap {
    margin-top: 50px;
}

.about-wrap h3 {
    margin: 0 0 20px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
}

.treatment-wrap h3 {
    font-weight: bold;
}

.treatment-reserve-button {
    margin: 50px auto 30px;
}

.doctor p {
    margin: 0 0 5px;
}

.privacy {
    width: 954.69px;
    height: 364.93px;
    font-size: 15px;
    color: #595757;
    margin: 50px auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

.privacy::-webkit-scrollbar {
    height: 10px;
}

.privacy::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}

.privacy::-webkit-scrollbar-track-piece {
    background: #efefef;
}

.privacy-separtor {
    width: 75px;
    height: 1px;
    display: block;
    background-color: #231815;
    margin: 50px auto;
}

.clinic-wrap-title {
    font-weight: bold;
}


/* border */
.problem-elm-wrap p .border-yellow {
    border-image: url(../assets/under-orange.png) 1/0 0 13px 0;
}

.treatment-wrap h3 .border-yellow {
    border-image: url(../assets/under-orange.png) 1/0 0 16px 0;
}