@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/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;
    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: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    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: 20px;
    font-weight: bold;
}

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

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

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

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

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

.sec01_list .item:nth-of-type(1) {
    margin: 0 10px 10px 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: 100%;
    padding: 0 20px 50px;
    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 34px;
    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 auto 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
}

.sec02 .cont01 .cont_text {
    width: 100%;
}

.sec02 .cont01_box {
    display: block;
    justify-content: center;
    margin: 0 0 50px;
}

.sec02 .cont01_box .box_l,
.sec02 .cont01_box .box_r {
    width: 100%;
    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 0 30px;
}

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

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

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

.sec02 .cont01_box .price .color {
    display: block;
    margin: 20px 0 0;
    font-size: 20px;
    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: 100%;
    margin: 0 0 50px;
    text-align: justify;
    text-justify: distribute;
}

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

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

.sec02 .cont02 .price .large {
    margin: 0;
    font-size: 22px;
    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: 100%;
    margin: 0 auto;
}

.sec02 .cont02 .box .item {
    height: 78px;
    padding: 13px 0 0;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 0 13px;
    background: #fffef2;
    text-align: center;
    font-size: 16px;
    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;
}

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

.sec02 .cont02 .box .first .item,
.sec02 .cont02 .box .fifth .item {
    width: 100%;
}

/* .sec02 .cont02 .box .second .item:nth-of-type(1) { */
.sec02 .cont02 .box .second .item:nth-of-type(1),
.sec02 .cont02 .box .fourth .item:nth-of-type(1) {
    width: 100%;
    padding: 5px 0 0;
}

/* .sec02 .cont02 .box .second .item:nth-of-type(2) { */
.sec02 .cont02 .box .second .item:nth-of-type(2),
.sec02 .cont02 .box .fourth .item:nth-of-type(2) {
    width: 100%;
    padding: 28px 0 0;
}

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

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

.sec02 .cont02 .box .fourth .item {
    padding: 5px 0 0;
}

/* cont03 */
.sec02 .cont03 .cont_text {
    width: 100%;
    margin: 0 auto 50px;
    text-align: left;
}

.sec02 .cont03 .box {
    padding: 20px 15px 20px 35px;
    margin: 0 0 50px;
    background: #fffef2;
}

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

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

.sec02 .cont03 .box .item:last-of-type {
    margin: 0;
}

.sec02 .cont03 .box .item .pc {
    display: none;
}

.sec02 .cont03 .box .text {
    font-size: 20px;
    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: 80px 20px 45px;
    box-sizing: border-box;
    background: rgba(111, 158, 212, 0.13) url(../img/logo03.png) center top 20px/57px no-repeat;
}

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

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

.sec02 .cont03 .box02 .num {
    width: 220px;
    max-width: 100%;
    padding: 3px 0 3px 20px;
    box-sizing: border-box;
    margin: 0 auto 15px;
    background: url(../img/houteikenshin_icon02.png) center left/25px no-repeat;
    font-size: 25px;
    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: 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: 28px;
    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;
}



}