@charset "utf-8";

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

body {
    min-width: 375px;
}

.break {
    display: block;
}

/* =====key===== */
.key {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 578px;
    margin: 80px 0 0;
    background: url(../img/top05_4.jpg) center center/cover no-repeat;
    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: static;
    top: 50%;
    right: auto;
    left: 50%;
    transform: none;
}

.key_text {
    margin: 0 0 25px;
    font-size: 30px;
    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;
}

.key_text02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    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;
}

/* =====sec01===== */
.sec01 {
    padding: 80px 20px;
    box-sizing: border-box;
    text-align: center;
}

.sec01_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.28em;
}

.sec01_text .color {
    font-size: 18px;
    font-weight: bold;
    color: #1f296e;
}

.sec01_text .line {
    padding: 0 0 3px;
    background: linear-gradient(transparent 30%, rgba(111, 158, 212, 0.36) 0);
}

/* =====sec02=====*/
.sec02 {
    width: 100%;
    padding: 130px 20px 90px;
    box-sizing: border-box;
    background: rgba(111, 158, 212, 0.13) url(../img/logo03.png) center top 43px/88px no-repeat;
}

.sec02_title {
    margin: 0 0 60px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

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

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

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

/* cont01 */

.sec02 .cont01 {
    width: 100%;
    padding: 30px 30px 40px;
    border: 1px solid #4c4948;
    margin: 0 0 45px;
    box-sizing: border-box;
    background: #fff;
}

.sec02 .cont01 .box {
    display: block;
    justify-content: center;
    width: 100%;
}

.sec02 .cont01 .box_l {
    margin: 0 0 40px;
}


.sec02 .cont01 .box_title {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

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

.sec02 .cont01 .box_list {
    display: block;
    justify-content: center;
    width: 100%;
}

.sec02 .cont01 .box_list .item {
    width: 80%;
    height: 70px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto 20px;
    box-shadow: 5px 5px 0 rgba(111, 158, 212, 0.36);
}

.sec02 .cont01 .box_list .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    background: #1f296e url(../img/kenshincenter_arrow01.png) right 20px center no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.sec02 .cont01 .box_r {
    display: block;
    justify-content: center;
    width: 100%;
}

.sec02 .cont01 .box_r .item {
    width: 80%;
    height: 70px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto 20px;
    box-shadow: 5px 5px 0 rgba(111, 158, 212, 0.36);
}

.sec02 .cont01 .box_r .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 20px 0 0;
    box-sizing: border-box;
    background: #1f296e url(../img/kenshincenter_arrow01.png) right 20px center no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.sec02 .cont01 .box_r .item:nth-of-type(1) a {
    padding: 10px 0 0;
}

.sec02 .cont01 .box_r .item:nth-of-type(2) a {
    padding: 0;
    line-height: 70px;
}

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

/* cont02_03box */
.cont02_03box {
    display: block;
    justify-content: space-between;
    margin: 0 0 45px;
}

/* cont02 */
.sec02 .cont02 {
    width: 100%;
    padding: 30px 30px 40px;
    border: 1px solid #4c4948;
    box-sizing: border-box;
    margin: 0 0 45px;
    background: #fff;
}

.sec02 .cont02_list {
    display: block;
    justify-content: center;
    width: 100%;
}

.sec02 .cont02_list .item {
    width: 80%;
    height: 70px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 5px 5px 0 rgba(111, 158, 212, 0.36);
}

.sec02 .cont02_list .item:nth-child(-n+2) {
    margin: 0 auto 30px;
}

.sec02 .cont02_list .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    background: #1f296e url(../img/kenshincenter_arrow01.png) right 20px center no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.sec02 .cont02_list .item:nth-of-type(1) a {
    padding: 10px 0 0;
    line-height: 1.5;
}

.sec02 .cont02_list .item a .small {
    font-size: 16px;
}

/* cont03 */
.sec02 .cont03 {
    width: 100%;
    padding: 30px 30px 40px;
    border: 1px solid #4c4948;
    box-sizing: border-box;
    background: #fff;
}

.sec02 .cont03 .item {
    width: 80%;
    height: 82px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 5px 5px 0 rgba(111, 158, 212, 0.36);
}

.sec02 .cont03 .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px 0 0;
    box-sizing: border-box;
    background: #1f296e url(../img/kenshincenter_arrow01.png) right 20px center no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

/* cont04 */
.sec02 .cont04 {
    width: 100%;
    padding: 30px 30px 40px;
    border: 1px solid #4c4948;
    box-sizing: border-box;
    margin: 0 0 45px;
    background: #fff;
}

.sec02 .cont04_list {
    display: block;
    justify-content: space-between;
    width: 100%;
}

.sec02 .cont04_list .item {
    width: 80%;
    min-width: 200px;
    height: 70px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto 20px;
    box-shadow: 5px 5px 0 rgba(111, 158, 212, 0.36);
    text-align: center;
}

.sec02 .cont04_list .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    background: #1f296e url(../img/kenshincenter_arrow01.png) right 20px center no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
}

/* link_box */
.sec02 .link_box {
    display: block;
    justify-content: space-between;
}

.sec02 .link_box .link {
    width: 100%;
    height: 120px;
    border: 1.1px solid #1f296e;
    box-sizing: border-box;
    box-shadow: 8px 8px 0 rgba(111, 158, 212, 0.36);
    background: #fff;
    text-align: center;
}

.sec02 .link_box .link:nth-of-type(1) {
    margin: 0 0 45px;
}

.sec02 .link_box .link a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
    background: url(../img/kenshincenter_arrow02.png) center bottom 12px no-repeat;
    font-size: 20px;
    font-weight: bold;
}

.sec02 .link_box .link a .small {
    font-size: 18px;
    font-weight: bold;
}

.sec02 .link_box .link a .medium {
    font-size: 22px;
    font-weight: bold;
}

/* =====sec03===== */
.sec03 {
    width: 100%;
    padding: 200px 20px 55px;
    box-sizing: border-box;
    margin: 0 0 50px;
    background: #fffef5 url(../img/logo03.png) center top 100px/88px no-repeat;
}

.sec03_title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

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

.sec03_inner {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    background: #fff;
}

.sec03 .cont_title {
    width: 80%;
    padding: 0 0 15px;
    border-bottom: 1px solid #be9e3a;
    margin: 0 auto 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec03 .cont_title .color {
    font-size: 22px;
    font-weight: bold;
    color: #be9e3a;
    line-height: 1.2;
}

.sec03 .cont_title .color.large {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #be9e3a;
    line-height: 1.2;
}

/* cont01 */
.sec03 .cont01 {
    margin: 0 0 50px;
}

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

.sec03 .cont01_list .item {
    margin: 0 20px 40px;
}

.sec03 .cont01_list .item .image {
    margin: 0 0 20px;
    background: #ededec;
}

.sec03 .cont01_list .item:nth-child(-n+8) .image {
    width: 226px;
    height: 158px;
}

.sec03 .cont01_list .item:nth-child(n+9) .image {
    width: 226px;
    height: 158px;
}

.sec03 .cont01_list .item:nth-child(n+9) .image img {
    width: 226px;
    height: 158px;
}

.sec03 .cont01_list .item .list_text {
    font-size: 14px;
    font-family: "游ゴシック体";
    text-align: center;
}

/* cont02 */
.sec03 .cont02 {
    margin: 0 0 100px;
}

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

.sec03 .cont02 .box_l {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 0 30px;
}

.sec03 .cont02 .box_l img {
    display: block;
    width: 90%;
    height: 250px;
    margin: 0 auto;
}

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

.sec03 .cont02 .box_r .item {
    display: block;
    width: 100%;
    text-align: center;
}

.sec03 .cont02 .box_r .item:nth-of-type(1) {
    height: 250px;
    margin: 0 0 30px;
}

.sec03 .cont02 .box_r .item:nth-of-type(1) img {
    width: 90%;
    height: 250px;
    margin: 0 auto;
}

.sec03 .cont02 .box_r .item:nth-of-type(2) {
    height: 250px;
}

.sec03 .cont02 .box_r .item:nth-of-type(2) img {
    width: 90%;
    height: 250px;
    margin: 0 auto;
}

/* cont03 */
.sec03 .cont03 {
    margin: 0 0 100px;
}

.sec03 .cont03_body {
    position: relative;
    width: 90%;
    height: 350px;
    margin: 0 auto;
    background: url(../img/naika01_1.jpg) center center/cover no-repeat;
}

.sec03 .cont03_body .text {
    position: absolute;
    bottom: 40px;
    right: -15px;
    width: calc(100% + 30px);
    padding: 10px;
    box-sizing: border-box;
    background: #be9e3a;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.13em;
    text-align: center;
}

/* cont04 */
.sec03 .cont04_body {
    position: relative;
    width: 90%;
    height: 350px;
    margin: 0 auto;
    background: url(../img/kenshincenter19_1.jpg) center center/cover no-repeat;
}

.sec03 .cont04_body .text {
    position: absolute;
    bottom: 40px;
    right: -15px;
    width: calc(100% + 30px);
    padding: 10px 45px;
    box-sizing: border-box;
    background: #be9e3a;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.13em;
    text-align: center;
}

/* =====sec04===== */

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

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

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

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

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

.sec04_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: "游ゴシック体";
}

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

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

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

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

.sec04 .reserve01 {
    margin: 0 auto;
}

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

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


}