@charset "utf-8";

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


/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 405px;
    background: url(../img/kenpo_hihuyousya01_1.jpg) center top 0%/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%);
    padding: 0 10px;
    font-weight: bold;
    letter-spacing: 0.16em;
    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:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #4C4948;
}

.key_text .upper {
    display: block;
    margin: 0 0 35px;
    font-size: 23px;
    font-weight: bold;
}

.key_text .lower {
    display: block;
    font-size: 27px;
    font-weight: bold;
}

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

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

.sec01_title {
    position: relative;
    width: 840px;
    padding: 30px 0;
    margin: 0 auto 58px;
    background: #E7270F;
    opacity: 0.78;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 0.16em;
}

.sec01_title:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    background: transparent;
}

.sec01_title .large {
    font-size: 24px;
    font-weight: bold;
}

.sec01_text {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.16em;
    text-align: center;
}

.sec01_text02 {
    width: 810px;
    margin: 0 auto 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.11em;
}

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

.sec01_list01 .item {
    width: 270px;
    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_list01 .item:nth-child(-n+2) {
    margin: 0 25px 0 0;
}

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

.sec01_list01 .item:nth-of-type(1) a {
    padding: 25px 0 0;
}

.sec01_list01 .item:nth-of-type(2) a,
.sec01_list01 .item:nth-of-type(3) a {
    padding: 10px 0 0;
}

.sec01_text03 {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

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

.sec01_list02 .item {
    width: 313px;
    height: 100px;
    border: 2px solid #1F296E;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(147, 147, 147, 0.75);
    text-align: center;
    overflow: hidden;
}

.sec01_list02 .item:nth-of-type(1) {
    margin: 0 40px 0 0;
}

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

.sec01_list02 .item:nth-of-type(2) a:before {
    content: "おすすめ！";
    position: absolute;
    top: 18px;
    right: -55px;
    transform: rotate(33deg);
    display: inline-block;
    width: 180px;
    background: #cbd9ef;
    font-size: 14px;
    font-weight: bold;
    font-family: "游ゴシック体";
    color: #1F296E;
}

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

.sec02 .cont {
    position: relative;
    width: 100%;
    padding: 0 50px 70px;
    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 20px;
    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 0 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.9;
}

.sec02 .textbox {
    width: 840px;
    padding: 20px 0;
    margin: 0 0 60px;
    background: rgba(31, 41, 110, 0.06);
    text-align: center;
}

.sec02 .textbox .title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.sec02 .textbox .text {
    font-size: 18px;
    font-weight: bold;
}

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

.sec02 .price .large {
    padding: 0 0 0 1em;
    font-size: 24px;
    font-weight: bold;
    color: #1F296E;
    letter-spacing: 0.27em;
}

.sec02 .box {
    padding: 0 50px;
}

.sec02 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: 1px solid #BE9E3A;
    background: #FFFEF2;
    font-size: 18px;
    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;
}

/* cont01 */
.sec02 .cont01 .box {
    margin: 0 0 30px;
}

.sec02 .cont01 .box .first {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
}

.sec02 .cont01 .first .item:nth-of-type(1),
.sec02 .cont01 .first .item:nth-of-type(3),
.sec02 .cont01 .first .item:nth-of-type(5),
.sec02 .cont01 .first .item:nth-of-type(6) {
    width: 100px;
}

.sec02 .cont01 .first .item:nth-of-type(2) {
    width: 146px;
}

.sec02 .cont01 .first .item:nth-of-type(4) {
    width: 81px;
}

.sec02 .cont01 .box .second {
    display: flex;
    justify-content: space-between;
}

.sec02 .cont01 .second .item:nth-of-type(1) {
    width: 140px;
}

.sec02 .cont01 .second .item:nth-of-type(2),
.sec02 .cont01 .second .item:nth-of-type(3) {
    width: 167px;
}

.sec02 .cont01 .second .item:nth-of-type(4) {
    width: 171px;
}

.sec02 .cont01 .second .item .sup {
    padding: 0 0 13px;
    font-size: 14px;
}

.sec02 .cont_text02 {
    margin: 0 0 50px 50px;
    font-size: 18px;
    font-weight: bold;
}

/* cont02 */
.sec02 .cont02 .box,
.sec02 .cont03 .box,
.sec02 .cont04 .box,
.sec02 .cont05 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 60px;
}

.sec02 .cont02 .box_l {
    position: relative;
}

.sec02 .cont02 .box_l:after {
    content: "";
    position: absolute;
    right: -135px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 58px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec02 .cont02 .box_l .item,
.sec02 .cont03 .box_l .item,
.sec02 .cont04 .box_l .item,
.sec02 .cont05 .box_l .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 235px;
    height: 90px;
    text-align: center;
}

.sec02 .cont02 .box_r {
    width: 260px;
}

.sec02 .cont02 .box_r .first {
    margin: 0 0 8px;
}

.sec02 .cont02 .box_r .second {
    display: flex;
    justify-content: space-between;
}

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

.sec02 .cont02 .second .item:nth-of-type(2) {
    width: 115px;
}

/* cont03 */
.sec02 .price .lower {
    display: block;
    margin: 30px 0 0;
    font-size: 19px;
    font-weight: bold;
}

.sec02 .price .lower .space {
    padding: 0 0 0 24px;
    font-weight: bold;
}

.sec02 .price .lower .small {
    font-size: 13px;
    font-weight: bold;
}

.sec02 .cont03 .box_l {
    position: relative;
}

.sec02 .cont03 .box_l:after {
    content: "";
    position: absolute;
    right: -88px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 58px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec02 .cont03 .box_r {
    width: 354px;
}

.sec02 .cont03 .box_r .first {
    margin: 0 0 8px;
}

.sec02 .cont03 .box_r .second {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
}

.sec02 .cont03 .second .item:nth-of-type(1) {
    width: 185px;
}

.sec02 .cont03 .second .item:nth-of-type(2) {
    width: 158px;
}

.sec02 .cont03 .box_r .third {
    margin: 0 0 8px;
}

.sec02 .cont03 .third .item .small {
    padding: 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-bottom;
}

/* cont04 */
.sec02 .cont_title .space {
    padding: 0 5px 0 0;
    font-weight: bold;
}

.sec02 .cont04 .cont_title {
    padding: 105px 0 70px;
}

.sec02 .cont04 .cont_title:before {
    content: "mini";
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}

.sec02 .cont04 .box {
    padding: 0 20px;
}

.sec02 .cont04 .box_l {
    position: relative;
}

.sec02 .cont04 .box_l:after {
    content: "";
    position: absolute;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 58px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec02 .cont04 .box_r {
    width: 422px;
}

.sec02 .cont04 .box_r .first {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
}

.sec02 .cont04 .first .item:nth-of-type(1) {
    width: 112px;
}

.sec02 .cont04 .first .item:nth-of-type(2) {
    width: 135px;
}

.sec02 .cont04 .first .item:nth-of-type(3) {
    width: 152px;
}

.sec02 .cont04 .box_r .second {
    display: flex;
    justify-content: space-between;
}

.sec02 .cont04 .second .item:nth-of-type(1) {
    width: 207px;
}

.sec02 .cont04 .second .item:nth-of-type(2) {
    width: 204px;
}

/* cont05 */
.sec02 .cont05 {
    position: relative;
}

.sec02 .cont05:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 30px;
    display: inline-block;
    width: 186px;
    height: 250px;
    background: url(../img/ningendokku_label01.png) no-repeat;
}

.sec02 .cont05 .cont_title {
    padding: 105px 0 70px;
}

.sec02 .cont05 .cont_title:before {
    content: "standard";
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}

.sec02 .cont05 .box {
    padding: 0;
}

.sec02 .cont05 .box_l {
    position: relative;
}

.sec02 .cont05 .box_l:after {
    content: "";
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 58px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec02 .cont05 .box_r {
    width: 480px;
}

.sec02 .cont05 .box_r .first {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
}

.sec02 .cont05 .box_r .first .item:nth-of-type(1) {
    width: 180px;
}

.sec02 .cont05 .box_r .first .item:nth-of-type(2) {
    width: 112px;
}

.sec02 .cont05 .box_r .first .item:nth-of-type(3) {
    width: 167px;
}

.sec02 .cont05 .box_r .second {
    display: flex;
    justify-content: space-between;
}

.sec02 .cont05 .box_r .second .item .small {
    padding: 5px 0 0 1em;
    font-size: 14px;
    font-weight: bold;
}

.sec02 .cont05 .second .item:nth-of-type(1) {
    width: 192px;
}

.sec02 .cont05 .second .item:nth-of-type(2) {
    width: 277px;
}

/* =====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;
}