@charset "utf-8";

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

body {
    min-width: 375px;
}

.break {
    display: block;
}



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

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

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

.key_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 33px;
    font-weight: bold;
    /* font-family: "小塚明朝 Pr6N"; */
    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;
    text-align: center;
    letter-spacing: 0.2em;
}

.key_text .break {
    display: block;
}

/* =====sec01===== */
.sec01 {
    padding: 0 0 88px;
}

.sec01_title {
    margin: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

.sec01_title .break {
    display: block;
}

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

.sec01_box .cont {
    position: relative;
    width: 370px;
    max-width: 80%;
    height: 160px;
    padding: 15px;
    border: 1px solid #be9e3a;
    margin: 0 0 50px;
    box-sizing: border-box;
    background: #fffef5;
}

.sec01_box .cont:nth-of-type(2) {
    margin: 0;
}

.sec01_box .textbox {
    width: 100%;
    height: 100%;
    padding: 20px 0 30px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}

.sec01_box .cont:nth-of-type(1) .textbox {
    background: #fff url(../img/center_icon01_2.png) top 14px right 12px/50px no-repeat;
}

.sec01_box .cont:nth-of-type(2) .textbox {
    background: #fff url(../img/center_icon02_2.png) top 20px right 12px/65px no-repeat;
}

.sec01_box .textbox .cont_title {
    width: 180px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.sec01_box .cont .link {
    position: absolute;
    bottom: 10px;
    right: -6px;
    width: calc(100% - 6px);
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
}

.sec01_box .cont .link a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    background: #1f296e url(../img/center_arrow01.png) right 10px center/35px no-repeat;
    font-size: 15px;
    font-family: "ヒラギノ明朝 ProN";
    color: #fff;
}

/* =====sec02===== */
.sec02 {
    padding: 50px 20px 30px;
    box-sizing: border-box;
    background: #fffef5;
}

.sec02_head {
    width: 100%;
}

.sec02_title {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

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

.sec02_title .color {
    font-size: 50px;
    font-family: "ヒラギノ明朝 ProN";
    color: #b99a3b;
}

.sec02_head .text01 {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec02_head .text01 .break {
    display: block;
}

.sec02_head .text02 {
    width: 750px;
    max-width: 100%;
    margin: 0 auto 32px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.05em;
}

.sec02_head .text02 .break {
    display: block;
}

.sec02_head .text02 .large {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

/* =====
sec02 cont共通
=====*/

.sec02_cont {
    width: 934px;
    max-width: 100%;
    margin: 0 auto 53px;
    background-color: #fff;
}

.sec02 .cont_title {
    padding: 0 0 10px;
    margin: 0 0 40px;
    background: url(../img/center_icon07.png) center bottom no-repeat;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont_title .small {
    font-size: 20px;
    font-weight: bold;
}

.sec02 .cont_subtitle {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
}

.sec02 .cont_text .line {
    font-weight: bold;
}

.sec02 .cont_text .large {
    font-size: 18px;
    font-weight: bold;
}

/* cont01 */

.sec02_cont01 {
    padding: 170px 20px 80px;
    box-sizing: border-box;
    background: #fff url(../img/center_icon02.png) center top 45px no-repeat;
}

.sec02_cont01 .timebox {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 0 50px;
    background: url(../img/center_icon05.png) center center no-repeat;
}

.sec02_cont01 .timebox .box_item {
    width: 264px;
    height: 104px;
    padding: 18px 0 0;
    border: 1px solid #be9e3a;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
}

.sec02_cont01 .timebox .box_item:nth-of-type(1) {
    margin: 0 auto 70px;
}

.sec02_cont01 .timebox .box_item .large {
    font-size: 22px;
    font-weight: bold;
}

.sec02_cont01 .sum_time {
    width: 286px;
    margin: 0 auto 30px;
    border-bottom: 10px solid rgba(190, 158, 58, 0.36);
    font-size: 18px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
}

.sec02_cont01 .sum_time .space {
    margin: 0 30px 0 0;
    font-weight: bold;
}

.sec02_cont01 .sum_time .large {
    font-size: 28px;
    font-weight: bold;
}

.sec02_cont01 .explane_box {
    display: block;
    justify-content: center;
}

.sec02_cont01 .explane_box .image {
    margin: 0 0 20px;
    text-align: center;
}

.sec02_cont01 .cont_text {
    width: 510px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.8;
}

/* cont02 */
.sec02_cont02 {
    padding: 170px 20px 50px;
    box-sizing: border-box;
    background: #fff url(../img/center_icon03.png) center top 45px no-repeat;
}

.sec02_cont02 .cont_subtitle {
    width: 100%;
    margin: 0 0 20px;
    line-height: 2.2;
}

.sec02 .cont_subtitle .color01 {
    font-size: 26px;
    font-weight: bold;
    color: #1f296e;
}

.sec02 .cont_subtitle .color02 {
    font-size: 28px;
    font-weight: bold;
    color: #be9e3a;
    letter-spacing: 0.07em;
}

.sec02 .cont_subtitle .color02 .large {
    font-size: 40px;
}

.sec02_cont02 .explane_box {
    display: block;
    justify-content: center;
    align-items: center;
}

.sec02_cont02 .explane_box .image {
    margin: 0 0 20px;
    text-align: center;
}

.sec02_cont02 .cont_text {
    width: 530px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.12em;
}

/* cont03 */
.sec02_cont03 {
    padding: 170px 20px 50px;
    box-sizing: border-box;
    background: #fff url(../img/center_icon04.png) center top 45px no-repeat;
}

.sec02_cont03 .cont_text01 {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.12em;
}

.sec02_cont03 .cont_text01 .break {
    display: block;
}

.sec02_cont03 .box01 {
    width: 738px;
    max-width: 100%;
    padding: 20px;
    border: 1px solid #be9e3a;
    margin: 0 auto 40px;
    box-sizing: border-box;
}

.sec02_cont03 .box_title {
    margin: 0 0 40px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}

.sec02_cont03 .box_title .break {
    display: block;
}

.sec02_cont03 .box_title .color {
    font-weight: bold;
    color: #be9e3a;
}

.sec02_cont03 .box_title .small {
    font-size: 22px;
    font-weight: bold;
}

.sec02_cont03 .box_text01 {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: justify;
    text-justify: distribute;
}

.sec02_cont03 .box_text01 .quality {
    position: relative;
    display: block;
    padding: 15px 0 0 2em;
    border-bottom: 1px dashed #be9e3a;
    font-weight: bold;
}

.sec02_cont03 .box_text01 .quality:nth-of-type(3) {
    margin: 0 0 20px;
}

.sec02_cont03 .box_text01 .quality:nth-of-type(1):before {
    content: "１、";
    position: absolute;
    top: 15px;
    left: 0;
}

.sec02_cont03 .box_text01 .quality:nth-of-type(2):before {
    content: "２、";
    position: absolute;
    top: 15px;
    left: 0;
}

.sec02_cont03 .box_text01 .quality:nth-of-type(3):before {
    content: "３、";
    position: absolute;
    top: 15px;
    left: 0;
}

.sec02_cont03 .box_text02 {
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.06em;
}

.sec02_cont03 .cont_text02 {
    width: 100%;
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
}

.sec02_cont03 .cont_text02 .break {
    display: block;
}

.sec02_cont03 .box02 {
    display: block;
    width: 918px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec02_cont03 .box02 .textbox {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.sec02_cont03 .box02 .box_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}

.sec02_cont03 .box02 .box_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 115px;
    border: 1px solid #be9e3a;
    margin: 0 10px 20px;
    box-sizing: border-box;
    background: #fff;
    font-family: "游ゴシック体";
    text-align: center;
    line-height: 1.8;
}

.sec02_cont03 .box02 .image {
    text-align: center;
}

.sec02_cont03 .logo {
    padding: 130px 0 0;
    margin: 0 0 40px;
    background: url(../img/logo03.png) center top 20px no-repeat;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-align: center;
}

.sec02_cont03 .box_text02 {
    font-weight: normal;
    letter-spacing: 0.12em;
    text-shadow: #fff 2px 0px 2px,  #fff -2px 0px 2px,
                #fff 0px -2px 2px, #fff 0px 2px 2px,
                #fff 2px 2px 2px, #fff -2px 2px 2px,
                #fff 2px -2px 2px, #fff -2px -2px 2px,
                #fff 1px 2px 2px,  #fff -1px 2px 2px,
                #fff 1px -2px 2px, #fff -1px -2px 2px,
                #fff 2px 1px 2px,  #fff -2px 1px 2px,
                #fff 2px -1px 2px, #fff -2px -1px 2px;
}


/* =====sec03===== */
.sec03 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background: #1f296e;
}

.sec03_title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

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

.sec03_title .color {
    font-size: 19px;
    font-weight: bold;
    color: #be9e3a;
}

.sec03_text {
    position: relative;
    width: 100%;
    padding: 38px 40px 0;
    border-top: 1px solid #be9e3a;
    margin: 0 auto;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
}

.sec03_text:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 12px;
    width: 1px;
    height: 24px;
    background: #be9e3a;
}

/* =====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: flex-end;
    margin: 0 0 18px;
}

.sec04_contact .num {
    padding: 6px 0 6px 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 0 12px;
    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 20px;
}

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

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


}