@charset "utf-8";

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

body {
    min-width: 375px;
}

.break {
    display: block;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 80px 0 0;
    background: url(../img/shoukaki01_4.jpg) right 20% center/cover no-repeat;
}

.key:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url(../img/center03.png) left top/contain no-repeat;
    background-size: 50%;
}

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

.key_text {
    position: static;
    top: 50%;
    left: 50%;
    transform: none;
    padding: 120px 0 0;
    font-size: 30px;
    font-weight: bold;
    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;
    letter-spacing: 0.28em;
    text-align: center;
}

.key_text .medium {
    font-size: 20px;
    font-weight: bold;
}

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

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

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

.sec01 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}

.sec01 .item {
    width: 147px;
    height: 147px;
    padding: 15px 0 0;
    border: 1px solid #1F296E;
    margin: 0 5px 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #1F296E;
}

.sec01 .item:nth-of-type(1) {
    background: url(../img/shoukaki_icon01.png) center top 50px no-repeat;
}

.sec01 .item:nth-of-type(2) {
    background: url(../img/shoukaki_icon02.png) center top 50px no-repeat;
}

.sec01 .item:nth-of-type(3) {
    background: url(../img/shoukaki_icon03.png) center top 50px no-repeat;
    font-size: 14px;
}

.sec01 .item:nth-of-type(4) {
    background: url(../img/shoukaki_icon04.png) center top 50px no-repeat;
    font-size: 14px;
}

.sec01 .item:nth-of-type(5) {
    background: url(../img/shoukaki_icon05.png) center top 50px no-repeat;
    font-size: 16px;
}

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

.sec01_text .color {
    font-weight: bold;
    color: #E60512;
}

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

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

.sec02 .cont_title {
    padding: 0 0 20px;
    border-bottom: 1px solid #BE9E3A;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont_title .color {
    font-size: 16px;
    font-weight: bold;
    color: #1F296E;
}

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

.sec02 .cont01 .box {
    display: block;
}

.sec02 .cont01 .box_l {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #1F296E;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}
.sec02 .cont01 .box_l .color {
    font-weight: bold;
    color: #BE9E3A;
}

.sec02 .cont01 .box_r {
    width: 100%;
    height: 200px;
    background: rgba(111, 158, 212, 0.36);
    text-align: center;
}

.sec02 .cont01 .box_r img {
    height: 100%;
    object-fit: cover;
}

.sec02 .cont02 .image {
    width: 100%;
    height: 200px;
}

.sec02 .cont02 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec02 .cont02 .box {
    display: block;
    flex-direction: row-reverse;
}

.sec02 .cont02 .box_l {
    width: 100%;
    height: 200px;
    background: #EDEDED;
}


.sec02 .cont02 .box_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sec02 .cont02 .box_l .color {
    font-weight: bold;
    color: #BE9E3A;
}

.sec02 .cont02 .box_r {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #1F296E;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}

/* =====sec03===== */
.sec03 {
    padding: 110px 20px 50px;
    box-sizing: border-box;
    background: url(../img/logo03.png) center top 30px/67px no-repeat;
    letter-spacing: 0.16em;
}

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

.sec03 .links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 50px;
}

.sec03 .link {
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 0 20px;
    box-shadow: 6px 6px 0 rgba(111, 158, 212, 0.36);
}

.sec03 .link:nth-of-type(3) {
    width: 100%;
}

.sec03 .link:nth-of-type(4) {
    margin: 0 0 20px;
}

.sec03 .link:nth-of-type(5) {
    margin: 0;
}

.sec03 .link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #1F296E url(../img/shoukaki_arrow01.png) center right 10px no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.sec03 .link:nth-of-type(3) a {
    padding: 0 10px 0 0;
    background: #1F296E url(../img/shoukaki_arrow01.png) center right 10px no-repeat;
    font-size: 16px;
}

.sec03 .link a .kana {
    position: relative;
    font-weight: bold;
}

.sec03 .link a .kana:before {
    content: "かいよう";
    position: absolute;
    top: -16px;
    left: -12px;
    display: inline-block;
    width: 80px;
    font-size: 12px;
    letter-spacing: 0;
}

.sec03 .list {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    padding: 0;
    margin: 0 auto 20px;
    /* list-style-image: url(../img/shoukaki_icon06.png); */
    list-style-image: none;
    vertical-align: middle;
}

.sec03 .item {
    width: 50%;
    padding: 0 0 0 20px;
    background: url(../img/shoukaki_icon06.png) left top 12px/10px no-repeat;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.sec03 .item:nth-child(2n-1) {
    width: 100%;
}

.sec03 .item:nth-child(2n) {
    width: 100%;
}

.sec03 .item:nth-child(n+7) {
    width: 100%;
}

.sec03_text {
    width: 100%;
    padding: 0 20px 30px;
    border-bottom: 1px dashed #1F296E;
    box-sizing: border-box;
    margin: 0 auto 20px;
    font-weight: bold;
}

.sec03 .box {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    background: rgba(31, 41, 110, 0.15);
}

.sec03 .box_title {
    padding: 0 0 22px;
    border-bottom: 1px solid #1F296E;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec03 .box_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 10px;
}

.sec03 .box_item {
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5;
}

.sec03 .box_item:nth-of-type(15) {
    width: 100%;
}

.sec03 .box_item:nth-of-type(16) {
    width: 100%;
}

/* =====sec04===== */
.sec04_head {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    background: #1F296E;
    letter-spacing: 0.16em;
}

.sec04_title {
    position: relative;
    padding: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.sec04_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 244px;
    height: 1px;
    margin: 0 auto;
    background: #BE9E3A;
}

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

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

.sec04 .list {
    display: block;
    justify-content: space-between;
    margin: 0 0 50px;
}

.sec04 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    padding: 0 20px;
    border: 1px solid #1F296E;
    box-sizing: border-box;
    margin: 0 0 20px;
    background: rgba(31, 41, 110, 0.1);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec04_text:nth-of-type(2) {
    text-align: left;
}

.sec04_text:nth-of-type(2) .line {
    padding: 0 0 5px;
    border-bottom: 1px dashed #1F296E;
    font-weight: bold;
    color: #1F296E;
}

.sec04_text:nth-of-type(2) .bg {
    padding: 5px 0;
    background: rgba(111, 158, 212, 0.36);
    font-weight: bold;
    color: #1F296E;
}

/* =====sec05===== */

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

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

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

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

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

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

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

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

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

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

.sec05 .reserve01 {
    margin: 0 auto 20px;
}

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

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

.sec05 .reserve02 a {
    padding: 0 40px 0 20px;
    background: url(../img/home_icon14.png) top 9px right 15px no-repeat;
}


}