@charset "utf-8";

@media screen and (max-width: 768px) {

body {
    min-width: 375px;
}

.break {
    display: block;
}

/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 405px;
    margin: 80px 0 0;
    background: url(../img/kenpo_hihuyousya01_1.jpg) center top 35%/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;
    background-size: 50%;
}

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

.key_text {
    position: static;
    top: 50%;
    left: 50%;
    transform: none;
    padding: 150px 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: 225px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: #4C4948;
}

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

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

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

/* =====sec01====== */
.sec01 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    letter-spacing: 0.16em;
}

.sec01_title {
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto 58px;
    background: #E7270F;
    opacity: 0.78;
    font-size: 18px;
    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: 20px;
    font-weight: bold;
}

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

.sec01_text02 {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.11em;
}

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

.sec01_list01 .item {
    width: 48%;
    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 0 15px;
}

.sec01_list01 .item:nth-of-type(1) {
    margin: 0 10px 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: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

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

.sec01_list02 .item {
    width: 48%;
    height: 138px;
    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 10px 0 0;
}

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

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

.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: 13px;
    font-weight: bold;
    font-family: "游ゴシック体";
    color: #1F296E;
}

/* =====sec02===== */
.sec02 {
    width: 100%;
    padding: 0 20px 58px;
    box-sizing: border-box;
    margin: 0 auto;
    letter-spacing: 0.16em;
}

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

.sec02 .textbox {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 50px;
    background: rgba(31, 41, 110, 0.06);
    text-align: center;
}

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

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

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

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

.sec02 .box {
    padding: 0;
}

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

.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: 48%;
}

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

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

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

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

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

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

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

.sec02 .cont_text02 {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

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

.sec02 .cont02 .box_l {
    position: relative;
    margin: 0 0 100px;
}

.sec02 .cont02 .box_l:after {
    content: "";
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -75px;
    transform: translateX(-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: 100%;
    height: 90px;
    text-align: center;
}

.sec02 .cont02 .box_r {
    width: 100%;
}

.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: 48%;
}

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

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

.sec02 .price .lower .space {
    display: block;
    padding: 0;
    font-weight: bold;
}

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

.sec02 .cont03 .box_l {
    position: relative;
    margin: 0 0 100px;
}

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

.sec02 .cont03 .box_r {
    width: 100%;
}

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

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

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

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

.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 18px 0 0;
    font-weight: bold;
}

.sec02 .cont04 .cont_title {
    padding: 65px 0;
}

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

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

.sec02 .cont04 .box_l {
    position: relative;
    margin: 0 0 100px;
}

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

.sec02 .cont04 .box_r {
    width: 100%;
}

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

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

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

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

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

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

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

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

.sec02 .cont05:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    display: inline-block;
    width: calc(187px * 0.75);
    height: calc(151px * 0.75);
    background: url(../img/ningendokku_label02.png) no-repeat;
    background-size: 100%;
}

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

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

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

.sec02 .cont05 .box_l {
    position: relative;
    margin: 0 0 100px;
}

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

.sec02 .cont05 .box_r {
    width: 100%;
}

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

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

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

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

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

.sec02 .cont05 .second .item {
    display: block;
    padding: 20px 0 0;
    text-align: center;
}

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

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

.sec02 .cont05 .second .item:nth-of-type(2) {
    width: 48%;
    font-size: 17px;
}

/* =====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: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sec03_contact {
    width: 469px;
    max-width: 100%;
}

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

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

.sec03_contact .num {
    padding: 0 0 0 35px;
    margin: 0 20px;
    background: url(../img/home_icon12.png) center left no-repeat;
    font-size: 25px;
    font-weight: bold;
    font-family: "游ゴシック体";
}

.sec03_contact .time {
    padding: 0;
    font-size: 15px;
    font-family: "小塚ゴシック Pro";
    vertical-align: middle;
}

.sec03 .reservebox {
    position: relative;
    display: block;
    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";
    color: #be9e3a;
    line-height: 34px;
}

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

.sec03 .reserve01 {
    margin: 0 auto;
}

.sec03 .reserve a {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-family: "小塚ゴシック Pro";
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 38px;
}

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

}