@charset "utf-8";

.glonav {
    padding: 155px 0 15px;
}


/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 405px;
    background: url(../img/houteikenshin01_1.jpg) center top 30%/cover no-repeat;
    text-align: center;
}

.key:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 405px;
    background: url(../img/kenshincenter02.png) left top/contain no-repeat;
}

.key:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 405px;
    background: url(../img/kenshincenter03.png) right bottom/contain no-repeat;
}

.key_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.27em;
    text-shadow:  #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px;
}

.key_text .small {
    font-size: 25px;
    font-weight: bold;
}

/* =====sec01====== */
.sec01 {
    width: 100%;
    padding: 50px 0 70px;
    letter-spacing: 0.16em;
}

.sec01_text {
    width: 900px;
    margin: 0 auto 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.4;
}

.sec01_list {
    display: flex;
    justify-content: center;
}

.sec01_list .item {
    width: 255px;
    height: 90px;
    border: 2px solid #1F296E;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(147, 147, 147, 0.75);
    text-align: center;
}

.sec01_list .item:nth-child(-n+2) {
    margin: 0 45px 0 0;
}

.sec01_list .item a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #FFFEF2 url(../img/ningendokku_arrow01.png) center bottom 10px no-repeat;
    font-size: 18px;
    font-weight: bold;
}

.sec01_list .item:nth-of-type(1) a,
.sec01_list .item:nth-of-type(2) a {
    padding: 30px 0 0;
}

.sec01_list .item:nth-of-type(3) a {
    padding: 18px 0 0;
    line-height: 1.2;
}

/* =====sec02===== */
.sec02 {
    width: 910px;
    padding: 0 0 58px;
    margin: 0 auto;
    letter-spacing: 0.16em;
}

.sec02 .cont {
    position: relative;
    width: 100%;
    padding: 0 50px 90px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

.sec02 .cont:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec02 .cont_title {
    position: relative;
    padding: 105px 0 25px;
    margin: 0 0 34px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 244px;
    height: 1px;
    margin: 0 auto;
    background: #BE9E3A;
}

.sec02 .cont_text {
    margin: 0 auto 45px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
}

.sec02 .cont01 .cont_text {
    width: 590px;

}

.sec02 .cont01_box {
    display: flex;
    justify-content: center;
    margin: 0 0 75px;
}

.sec02 .cont01_box .box_l,
.sec02 .cont01_box .box_r {
    width: 334px;
    height: 240px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    background: rgba(111, 158, 212, 0.13);
    text-align: center;
}

.sec02 .cont01 .box_l {
    margin: 0 50px 0 0;
}

.sec02 .cont01_box .title {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
}

.sec02 .cont01_box .age {
    padding: 0 0 20px;
    border-bottom: 1px dashed #BE9E3A;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.sec02 .cont01_box .price {
    font-size: 18px;
}

.sec02 .cont01_box .price .color {
    display: block;
    margin: 20px 0 0;
    font-size: 24px;
    color: #1F296E;
    font-weight: bold;
    letter-spacing: 0.27em;
}

.sec02 .cont01_box .price .color .small {
    font-size: 14px;
    font-weight: bold;
}

.sec02 .cont_link {
    width: 240px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    margin: 0 auto;
}

.sec02 .cont_link a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1f296e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

/* cont02 */
.sec02 .cont02 .cont_text {
    width: 683px;
    margin: 0 auto 70px;
}

.sec02 .cont_subtitle {
    margin: 0 0 20px;
    font-size: 20px;
    text-align: center;
}

.sec02 .cont02 .price {
    padding: 0 0 30px;
    border-bottom: 1px dotted #1F296E;
    margin: 0 0 80px;
    font-size: 18px;
    font-weight: bold;
    color: #1F296E;
    text-align: center;
}

.sec02 .cont02 .price .large {
    margin: 0 0 0 16px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.27em;
}

.sec02 .cont02 .cont_subtitle:nth-of-type(2) {
    margin: 0 0 40px;
}

.sec02 .cont02 .cont_subtitle .small {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: bold;
}

.sec02 .cont02 .box {
    width: 683px;
    margin: 0 auto;
}

.sec02 .cont02 .box .item {
    height: 78px;
    padding: 12px 0 0;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    background: #fffef2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.sec02 .cont02 .box .item .small {
    font-size: 17px;
    font-weight: bold;
}

.sec02 .cont02 .box .first,
.sec02 .cont02 .box .second,
.sec02 .cont02 .box .third,
.sec02 .cont02 .box .fourth {
    margin: 0 0 13px;
}

.sec02 .cont02 .box .first,
.sec02 .cont02 .box .second,
.sec02 .cont02 .box .third,
.sec02 .cont02 .box .fourth,
.sec02 .cont02 .box .fifth {
    display: flex;
    justify-content: space-between;
}

.sec02 .cont02 .box .first .item,
.sec02 .cont02 .box .fifth .item {
    width: 332px;
}

.sec02 .cont02 .box .second .item:nth-of-type(1) {
    width: 437px;
}

.sec02 .cont02 .box .second .item:nth-of-type(2) {
    width: 230px;
    padding: 24px 0 0;
}

.sec02 .cont02 .box .third .item:nth-of-type(1) {
    width: 191px;
    padding: 28px 0 0;
}

.sec02 .cont02 .box .third .item:nth-of-type(2),
.sec02 .cont02 .box .third .item:nth-of-type(3) {
    width: 232px;
}

/* ADD START 「心電図」を追加 2023/08/03 */
.sec02 .cont02 .box .fourth .item:nth-of-type(1) {
    width: 477px;
}

.sec02 .cont02 .box .fourth .item:nth-of-type(2) {
    width: 190px;
    padding: 24px 0 0;
}
/* ADD END */

/* cont03 */
.sec02 .cont03 .cont_text {
    width: 720px;
    margin: 0 auto 50px;
}

.sec02 .cont03 .box {
    padding: 40px 80px;
    margin: 0 0 60px;
    background: #fffef2;
}

.sec02 .cont03 .box .list {
    list-style-image: url(../img/houteikenshin_icon01.png);
    margin: 0 0 10px;
}

.sec02 .cont03 .box .item {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.1;
}

.sec02 .cont03 .box .text {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.sec02 .cont03 .cont_text02 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont03 .box02 {
    padding: 70px 0 30px;
    background: rgba(111, 158, 212, 0.13) url(../img/logo03.png) center top 15px/57px no-repeat;
}

.sec02 .cont03 .box02 .title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont03 .box02 .name {
    width: 555px;
    padding: 5px 0;
    margin: 0 auto 30px;
    background: #1f296e;
    font-size: 18px;
    font-family: "游ゴシック体";
    color: #fff;
    text-align: center;
}

.sec02 .cont03 .box02 .num {
    width: 286px;
    padding: 3px 0 3px 20px;
    box-sizing: border-box;
    margin: 0 auto 15px;
    background: url(../img/houteikenshin_icon02.png) center left 20px/25px no-repeat;
    font-size: 28px;
    font-family: "游ゴシック体";
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 44px;
}

.sec02 .cont03 .box02 .time {
    font-size: 15px;
    font-family: "小塚ゴシック Pro R";
    text-align: center;
    letter-spacing: 0;
}

/* =====sec03===== */

.sec03 {
    width: 100%;
    padding: 146px 20px 51px;
    border-top: 1px solid #be9e3a;
    border-bottom: 1px solid #be9e3a;
    box-sizing: border-box;
    background: url(../img/logo04.png) center top 42px no-repeat;
    background-color: #fffef5;
    text-align: center;
}

.sec03_box {
    width: 982px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sec03_contact {
    width: 469px;
}

.sec03_contact .title {
    padding: 8px 0;
    margin: 0 0 12px;
    background: #1f296e;
    font-size: 18px;
    font-family: "游ゴシック体";
    color: #fff;
}

.sec03_contact .tel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 22px;
}

.sec03_contact .num {
    padding: 0 0 0 35px;
    background: url(../img/home_icon12.png) center left no-repeat;
    font-size: 28px;
    font-weight: bold;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}

.sec03_contact .time {
    padding: 0;
    font-size: 15px;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    vertical-align: middle;
}

.sec03 .reservebox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 0 20px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

.sec03 .reservebox:before {
    content: "オンライン予約";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 170px;
    height: 34px;
    padding: 0 0 0 53px;
    box-sizing: border-box;
    background: url(../img/home_icon02.png) top left 12px/25px no-repeat;
    background-color: #fff;
    font-size: 15px;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #be9e3a;
    line-height: 34px;
}

.sec03 .reserve {
    width: 204px;
    height: 38px;
    box-shadow: 1.5px 1.5px 1.5px rgba(82, 78, 35, 0.75);
}

.sec03 .reserve01 {
    margin: 0 20px 0 0;
}

.sec03 .reserve a {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 38px;
}

.sec03 .reserve01 a {
    padding: 0 62px 0 30px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 28px no-repeat;
}