@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/ningendokku01_1.jpg) right bottom/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 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.28em;
    line-height: 405px;
    text-align: center;
    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;
}

/* =====sec01===== */
.sec01 .cont01 {
    padding: 40px 20px;
    box-sizing: border-box;
    letter-spacing: 0.11em;
}

.sec01 .cont01_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec01 .cont02 {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    background: rgba(111, 158, 212, 0.14);
}

.sec01 .cont02_text {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.sec01 .cont02_text .color {
    font-weight: bold;
    color: #dc2416;
}

.sec01 .cont02_text02 {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}

.sec01 .cont03 {
    padding: 65px 0 50px;
}

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

.sec01_list .item {
    width: 45%;
    height: 120px;
    border: 2px solid #1f296e;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(147, 147, 147, 0.75);
    margin: 0 9px 30px;
    text-align: center;
}

.sec01_list .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fffef2 url(../img/ningendokku_arrow01.png) center bottom 8px no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #1f296e;
}

.sec01_list .item:nth-of-type(3) a,
.sec01_list .item:nth-of-type(4) a {
    position: relative;
    overflow: hidden;
}

.sec01_list .item:nth-of-type(3) a:before,
.sec01_list .item:nth-of-type(4) a:before {
    content: "おすすめ！";
    position: absolute;
    top: 12px;
    right: -59px;
    transform: rotate(33deg);
    display: inline-block;
    width: 180px;
    background: #cbd9ef;
    font-size: 13px;
    font-weight: bold;
    font-family: "游ゴシック体";
}

.sec01_list .item a .space {
    margin: 0 0.5em 0 0;
    font-weight: bold;
}

.sec01 .cont03 > .item {
    width: 45%;
    height: 120px;
    border: 2px solid #1f296e;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(147, 147, 147, 0.75);
    margin: 0 auto;
    text-align: center;
}

.sec01 .cont03 > .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: #fffef2 url(../img/ningendokku_arrow01.png) center bottom 4px no-repeat;
    letter-spacing: 0.16em;
}

.sec01 .cont03 > .item a .left {
    font-size: 16px;
    font-weight: bold;
    color: #1f296e;
}

.sec01 .cont03 > .item a .right {
    font-size: 14px;
}

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

.sec02_inner {
    width: 100%;
    margin: 0 auto;
}

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

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

.sec02 .cont_title {
    position: relative;
    padding: 80px 0 70px;
    margin: 0 0 30px;
    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_title .space {
    margin: 0 1em 0 0;
    font-weight: bold;
}

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

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

.sec02 .cont_text {
    margin: 0 0 40px;
    font-weight: bold;
    line-height: 2.6;
}

.sec02 .price {
    padding: 0 0 10px;
    border-bottom: 1px dotted #1f296e;
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
    line-height: 2.5;
}

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

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

.sec02 .cont01_list {
    margin: 0 0 50px;
}

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

.sec02 .cont01_list .item {
    width: 48%;
    height: 65px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 20px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 65px;
}

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

.sec02 .cont01_list .second .item:nth-of-type(1) {
    padding: 13px 0 0;
    line-height: 1.2;
}
.sec02 .cont01_list .second .item:nth-of-type(2) {
    padding: 5px 0 0;
    line-height: 1.2;
}

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

.sec02 .cont01_list .second .item .small {
    font-size: 13px;
    font-weight: bold;
}

.sec02 .cont01_list .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec02 .cont01_list .third .item:nth-of-type(3) ,
.sec02 .cont01_list .third .item:nth-of-type(4) ,
.sec02 .cont01_list .third .item:nth-of-type(5) {
    padding: 0;
}

.sec02 .cont01_list .third .item:nth-of-type(5) {
    width: 100%;
    padding: 13px 0 0;
    line-height: 1.2;
}

.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 {
    position: relative;
    width: 100%;
    padding: 0 20px 70px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

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

.sec02 .cont02 .cont_title:before {
    content: "semi-standard";
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
}

.sec02 .cont02 .cont_title .space {
    margin: 0;
}

.sec02 .cont02 .cont_subtitle {
    margin: 0 0 50px;
}

.sec02 .cont02 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 55px;
}

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

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

.sec02 .cont02 .box_l .item {
    width: 100%;
    height: 70px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}

.sec02 .cont02 .box_l .item .space {
    margin: 0 1em 0 0;
    font-weight: bold;
}

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

.sec02 .cont02 .box_r .item {
    width: 48%;
    height: 65px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 20px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 65px;
}

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

.sec02 .cont02 .box_r .first .item:nth-of-type(2) {
    padding: 13px 0 0;
    line-height: 1.2;
}

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

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

.sec02 .cont02 .box_r .second .item:nth-of-type(2) {
    padding: 13px 0 0;
    line-height: 1.2;
}

.sec02 .cont02 .box_r .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

/* cont03 */
.sec02 .cont03 {
    position: relative;
    width: 100%;
    padding: 0 20px 70px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

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

.sec02 .cont03: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 .cont03 .cont_title {
    padding: 100px 0 70px;
}

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

.sec02 .cont03 .cont_subtitle {
    margin: 0 0 50px;
}

.sec02 .cont03 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 55px;
}

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

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

.sec02 .cont03 .box_l .item {
    width: 100%;
    height: 70px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}

.sec02 .cont03 .box_l .item .space {
    margin: 0 1em 0 0;
    font-weight: bold;
}

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

.sec02 .cont03 .box_r .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0 0 20px;
    margin: 0 0 20px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

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

.sec02 .cont03 .box_r .first .item:nth-of-type(2) {
    padding: 13px 0 0;
    line-height: 1.2;
}

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

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


.sec02 .cont03 .box_r .second .item:nth-of-type(2) {
    padding: 13px 0 0;
    line-height: 1.2;
}

.sec02 .cont03 .box_r .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

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

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

.sec02 .cont03 .box_r .fourth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec02 .cont03 .box_r .fourth .item:nth-of-type(1) {
    padding: 0;
}

.sec02 .cont03 .box_r .fourth .item:nth-of-type(2) {
    padding: 0;
}

.sec02 .cont03 .box_r .fourth .item:nth-of-type(3) {
    width: 100%;
    padding: 15px 0 0;
    line-height: 1.2;
}

.sec02 .cont03 .box_r .fourth .item .small {
    font-size: 14px;
    font-weight: bold;
}

/* cont04 */
.sec02 .cont04 {
    position: relative;
    width: 100%;
    padding: 0 20px 70px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

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

.sec02 .cont04: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 .cont04 .cont_title {
    padding: 120px 0 70px;
}

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

.sec02 .cont03 .cont_subtitle {
    margin: 0 0 50px;
}

.sec02 .cont04 .price {
    margin: 0 0 60px;
}

.sec02 .cont04 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 55px;
}

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

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

.sec02 .cont04 .box_l > .item {
    position: relative;
    width: 100%;
    height: 70px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 0 20px;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    background: #fffef2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}

.sec02 .cont04 .box_l > .item:after {
    content: "〉";
    position: absolute;
    right: 30px;
    color: #be9e3a;
}

.sec02 .cont04 .box_l .item .space {
    margin: 0 1em 0 0;
    font-weight: bold;
}

.sec02 .cont04 .box_l .grade_title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.sec02 .cont04 .box_l .grade_title .large {
    font-size: 22px;
    font-weight: bold;
}

.sec02 .cont04 .box_l .grade_list .item {
    width: 100%;
    height: 100px;
    border: 1px solid #1f296e;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../img/ningendokku_arrow02.png) center center no-repeat;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont04 .box_l .grade_list .item:nth-of-type(1) {
    margin: 0 auto 10px;
}

.sec02 .cont04 .box_l .grade_list .item .color {
    display: block;
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #be9e3a;
}

.sec02 .cont04 .box_l .grade_list .item .color .small {
    font-size: 18px;
    font-weight: bold;
}

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

.sec02 .cont04 .box_r .item {
    width: 48%;
    height: 65px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 20px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 65px;
}

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

.sec02 .cont04 .box_r .first .item:nth-of-type(2) {
    padding: 13px 0 0;
    line-height: 1.2;
}

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

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

.sec02 .cont04 .box_r .second .item:nth-of-type(2) {
    padding: 13px 0 0;
    line-height: 1.2;
}

.sec02 .cont04 .box_r .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

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

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

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

.sec02 .cont04 .box_r .fourth .item:nth-of-type(1) {
    padding: 0;
}

.sec02 .cont04 .box_r .fourth .item:nth-of-type(2) {
    padding: 0;
}

.sec02 .cont04 .box_r .fourth .item:nth-of-type(3) {
    width: 100%;
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec02 .cont04 .box_r .fourth .item .small {
    font-size: 14px;
    font-weight: bold;
}

/* cont05 */
.sec02 .cont05 {
    position: relative;
    width: 100%;
    padding: 0 30px 70px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0;
}

.sec02 .cont05:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(190, 158, 58, 0.4);
}
.sec02 .cont05 .cont_title:before {
    content: "option";
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
}

.sec02 .cont05 .cont_text {
    width: 100%;
    margin: 0 auto 50px;
}

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




}