@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/naika01_1.jpg) center right 50%/cover no-repeat;
    font-family: "ヒラギノ明朝 Pro";
    text-align: center;
}

.key:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 423px;
    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: 423px;
    background: url(../img/kenshincenter03.png) right bottom/contain no-repeat;
    background-size: 50%;
}

.key .textbox {
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%,-50%);
}

.key_text {
    margin: 0 0 25px;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 0.28em;
}

.key_text02 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.15em;
}

/* =====sec01===== */
.sec01 {
    padding: 50px 20px;
    box-sizing: border-box;
}

.sec01_text {
    margin: 0 0 70px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.08em;
}

.sec01_text .line {
    padding: 0 0 6px 5px;
    background: linear-gradient(transparent 50%, rgba(111, 158, 212, 0.36) 0);
    color: #1f296e;
    font-weight: bold;
}

.sec01_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.sec01_list .item {
    width: 45%;
    height: 174px;
    border: 3px solid #1f296e;
    box-sizing: border-box;
    margin: 0 8px 20px;
    background: url(../img/arrow02.png) center bottom 4px no-repeat;
    box-shadow: 7px 7px 0 rgba(111, 158, 212, 0.36);
    text-align: center;
}

.sec01_list .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0 0;
    box-sizing: border-box;
}

.sec01_list .item:nth-of-type(4) a {
    padding: 50px 0 0;
}

.sec01_list .item_title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #1f296e;
}

.sec01_list .item_text {
    font-size: 15px;
    font-weight: bold;
}

/* =====sec02===== */
.sec02 {
    padding: 0 0 40px;
}

.sec02_head {
    position: relative;
    width: 100%;
    height: 331px;
    background: url(../img/naika02_2.jpg) center right/cover no-repeat;
}

.sec_title {
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 5px 5px;
    background: linear-gradient(transparent 60%, rgba(111, 158, 212, 0.38) 0);
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.28em;
    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;
}

.sec02_body {
    width: 100%;
    padding: 50px 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.sec02 .text_wrap {
    position: relative;
    margin: 0 0 60px;
}

.sec02 .text_wrap:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #1f296e;
}

.sec02 .text_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #1f296e;
}

.sec02 .lead_text {
    position: relative;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: center;
}

.sec02 .lead_text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #1f296e;
}

.sec02 .lead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #1f296e;
}

.sec02 .cont01 {
    margin: 0 0 25px;
}

.sec02 .cont01_title {
    padding: 0 0 20px;
    border-bottom: 1px solid #1f296e;
    margin: 0 0 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}

.sec02 .cont01_title .color {
    font-size: 20px;
    font-weight: bold;
    color: #1f296e;
}

.sec02 .cont01_title .br {
    display: block;
    padding: 0 0 0 1em;
}

.sec02 .cont01 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
}

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

.sec02 .cont01_list .item {
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.sec02 .cont01_list .item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #1f296e;
}

.sec02 .cont02 {
    width: 100%;
    border: 1px solid #1f296e;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fffef5;
}

.sec02 .cont02_title {
    padding: 0 0 20px;
    border-bottom: 1px dashed #1f296e;
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec02 .cont02_title .small {
    font-size: 18px;
    font-weight: bold;
}

.sec02 .cont02 .box {
    display: block;
    justify-content: space-around;
    margin: 0 auto 45px;
    width: 250px;
}

.sec02 .cont02_list .item {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 18px;
    font-family: "游ゴシック体";
    line-height: 2;
}

.sec02 .cont02_list .item:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #1f296e;
}

.sec02 .cont02_text01 {
    padding: 0 0 20px;
    border-bottom: 1px dashed #1f296e;
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.09em;
    text-align: center;
}

.sec02 .cont02_text02 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: center;
}

/* =====sec03===== */
.sec03 {
    padding: 0 0 40px;
}

.sec03_head {
    position: relative;
    width: 100%;
    height: 331px;
    background: url(../img/naika03_2.jpg) right center/cover no-repeat;
}

.sec03_head .sec_title {
    padding: 0 5px;
    text-align: center;
    background: linear-gradient(transparent 80%, rgba(111, 158, 212, 0.38) 0);
}

.sec03_body {
    width: 100%;
    padding: 50px 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.sec03 .text_wrap {
    position: relative;
    margin: 0 0 60px;
}

.sec03 .text_wrap:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #1f296e;
}

.sec03 .text_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #1f296e;
}

.sec03 .lead_text {
    position: relative;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: center;
}

.sec03 .lead_text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #1f296e;
}

.sec03 .lead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #1f296e;
}

.sec03 .cont01 {
    margin: 0 0 75px;
}

.sec03 .cont01_title {
    padding: 0 0 20px;
    border-bottom: 1px solid #1f296e;
    margin: 0 0 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}

.sec03 .cont01_title .color {
    font-size: 20px;
    font-weight: bold;
    color: #1f296e;
}

.sec03 .cont01_title .br {
    display: block;
    padding: 0 0 0 1em;
}

.sec03 .cont01_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.sec03 .cont01_list .item {
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.sec03 .cont01_list .item:nth-of-type(4) {
    width: 100px;/* 揃えるため */
}

.sec03 .cont01_list .item:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #1f296e;
}

.sec03 .cont02 {
    width: 100%;
    border: 1px solid #1f296e;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fffef5;
}

.sec03 .cont02_text {
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec03 .cont02_text02 {
    font-size: 18px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
    line-height: 1.6;
}

/* =====sec04===== */
.sec04_head {
    position: relative;
    width: 100%;
    height: 331px;
    background: url(../img/naika04_2.jpg) top 20% center/cover no-repeat;
}

.sec04 .sec_title {
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 5px 5px;
    background: linear-gradient(transparent 60%, rgba(111, 158, 212, 0.38) 0);
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.28em;
}

.sec04_body {
    width: 100%;
    padding: 50px 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.sec04 .text_wrap {
    position: relative;
    margin: 0 auto 60px;
}

.sec04 .text_wrap {
    position: relative;
    margin: 0 auto 60px;
}

.sec04 .text_wrap:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #1f296e;
}

.sec04 .text_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #1f296e;
}

.sec04 .lead_text {
    position: relative;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: center;
}

.sec04 .lead_text .color {
    font-weight: bold;
    color: #1f296e;
}

.sec04 .lead_text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #1f296e;
}

.sec04 .lead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #1f296e;
}

.sec04_text {
    margin: 0 0 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.08em;
}

.sec04_text .color {
    font-weight: bold;
    color: #1f296e;
}

.sec04 .cont01 {
    width: 100%;
    padding: 30px 20px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 auto 40px;
    background: #fffef5;
}

.sec04 .cont01_title {
    padding: 0 0 20px;
    border-bottom: 1px solid #1f296e;
    margin: 0 0 45px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}

.sec04 .cont01_title .small {
    font-size: 18px;
    font-weight: bold;
}

.sec04 .cont01 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.sec04 .cont01_list {
    margin: 0 5px 0 0;
}

.sec04 .cont01_list .item {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-family: "游ゴシック体";
    line-height: 2;
}

.sec04 .cont01_list .item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #1f296e;
}

.sec04 .cont02 {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    background: #fffef5;
}

.sec04 .cont02_title {
    margin: 0 0 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec04 .cont02_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.sec04 .cont02_list .item {
    width: 282px;
    height: auto;
    min-width: 200px;
    padding: 0 0 30px;
    border: 1px solid #1c2c5e;
    box-sizing: border-box;
    margin: 0 15px 20px;
    background: #fff;
}

.sec04 .cont02_list .item_title {
    width: 100%;
    height: 52px;
    margin: 0 0 20px;
    background: #1f296e;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 52px;
    letter-spacing: 0.17em;
}

.sec04 .cont02_list .item_text {
    padding: 0 30px;
    font-family: "游ゴシック体";
    letter-spacing: 0.02em;
}

/* =====sec05===== */
.sec05_head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 331px;
    background: url(../img/naika05_2.jpg) center center/cover no-repeat;
    text-align: center;
}

.sec05 .sec_title {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
    padding: 0 20px;
    background: linear-gradient(transparent 80%, rgba(111, 158, 212, 0.38) 0);
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.28em;
}

.sec05 .cont01 {
    padding: 50px 20px;
    box-sizing: border-box;
}

.sec05 .cont01_text {
    margin: 0 0 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec05 .cont01 .box {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    max-width: 440px;
}

.sec05 .cont01 .box .image {
    width: 80%;
    min-width: auto;
    height: 231px;
    margin: 0 auto 20px;
    background: #4c4948;
}

.sec05 .cont01 .box .text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.1;
}

.sec05 .cont02 {
    padding: 0 0 68px;
}

.sec05 .cont02_head {
    padding: 50px 20px 120px;
    box-sizing: border-box;
    margin: 0 0 30px;
    background: url(../img/naika_bg01.png) bottom center/cover no-repeat;
}

.sec05 .cont02_title {
    margin: 0 0 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec05 .cont02_title .color {
    font-size: 20px;
    font-weight: bold;
    color: #e71f19;
}

.sec05 .cont02_image {
    margin: 0 0 45px;
    text-align: center;
}

.sec05 .cont02_text {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
}

.cont02_body {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.sec05 .cont02_text02 {
    margin: 0 0 28px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.sec05 .cont02_text02 .line {
    padding: 0 10px 5px;
    background: linear-gradient(transparent 50%, rgba(111, 158, 212, 0.36) 0);
    font-weight: bold;
}

.sec05 .cont02_text02 .color {
    font-weight: bold;
    color: #1c2c5e;
}

.sec05 .cont02_text03 {
    width: 100%;
    height: 70px;
    border: 1px solid #be9e3a;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
}

.sec05 .cont02_text03 .space {
    padding: 0 1.5em 0 0;
    font-weight: bold;
}

.sec05 .cont02_text03 .small {
    font-size: 21px;
    font-weight: bold;
}

/* =====sec06===== */
.sec06 .cont01 {
    width: 100%;
    padding: 150px 20px 50px;
    box-sizing: border-box;
    background: #fffef5 url(../img/logo03.png) center top 75px/80px no-repeat;
}

.sec06_title {
    margin: 0 0 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec06_title .line {
    padding: 0 5px 5px;
    font-weight: bold;
    color: #1f296e;
    background: linear-gradient(transparent 40%, rgba(111, 158, 212, 0.36) 0);
}

.sec06_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.sec06_list .item {
    width: 282px;
    height: 105px;
    border: 2px solid #be9e3a;
    padding: 35px 0 0;
    box-sizing: border-box;
    margin: 0 10px 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}

.sec06_list .item:nth-of-type(3),
.sec06_list .item:nth-of-type(5),
.sec06_list .item:nth-of-type(6) {
    padding: 20px 0 0;
}

.sec06_list .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec06 .textbox {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background: #1f296e;
}

.sec06 .textbox .text {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 2;
}

.sec06 .textbox .text .color {
    font-weight: bold;
    color: #be9e3a;
}

/* =====sec07===== */

.sec07 {
    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;
}

.sec07_title,
.sec07_text {
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN";
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.064em;
}

.sec07_text {
    margin: 0 0 40px;
}

.sec07_box {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
}

.sec07_contact:nth-of-type(1) {
    width: 469px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.sec07_contact:nth-of-type(2) {
    width: 478px;
    max-width: 100%;
    margin: 0 auto;
}

.sec07_contact .title {
    padding: 8px 0;
    margin: 0 0 12px;
    background: #1f296e;
    font-size: 16px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #fff;
}

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

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

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

.sec07 .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;
}

.sec07 .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;
}

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

.sec07 .reserve01 {
    margin: 0 auto 30px;
}

.sec07 .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;
}

.sec07 .reserve01 a {
    padding: 0 62px 0 30px;
    background: url(../img/home_icon14.png) top 9px right 28px no-repeat;
}
.sec07 .reserve02 a {
    padding: 0 40px 0 20px;
    background: url(../img/home_icon14.png) top 9px right 15px no-repeat;
}
.sec07 .reserve03 a {
    padding: 0 85px 0 43px;
    background: url(../img/home_icon14.png) top 9px right 40px no-repeat;
}

}