@charset "utf-8";

.glonav {
    padding: 125px 0 15px;
}

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

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

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

.key_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    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.2em;
}


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

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

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

.sec01_box .cont {
    position: relative;
    width: 370px;
    height: 200px;
    padding: 15px;
    border: 1px solid #be9e3a;
    margin: 0 30px;
    box-sizing: border-box;
    background: #fffef5;
    box-shadow: 6px 6px 0 #be9e3a;
}

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

.sec01_box .textbox {
    width: 100%;
    height: 100%;
    padding: 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 24px right 32px/60px no-repeat;
}

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

.sec01_box .textbox .cont_title {
    width: 200px;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.27em;
}

.sec01_box .textbox .cont_text {
    width: 200px;
    letter-spacing: 0.27em;
}

.sec01_box .cont .link {
    position: absolute;
    bottom: 10px;
    right: -6px;
    width: 365px;
    height: 56px;
    box-sizing: border-box;
    background: #fff;
    line-height: 56px;
}

.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/74px no-repeat;
    font-size: 17px;
    font-family: "ヒラギノ明朝 ProN";
    color: #fff;
}

/* =====sec02===== */
.sec02 {
    padding: 50px 0 140px;
    background: #fffef5;
}

.sec02_head {
    width: 100%;
}

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

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

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

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

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

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

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

.sec02_cont {
    width: 934px;
    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: 26px;
    font-weight: bold;
    text-align: center;
}

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

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

.sec02 .cont_subtitle .break {
    display: block;
}

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

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

/* cont01 */

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

.sec02_cont01 .timebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 620px;
    margin: 0 auto 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;
    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 90px 0 0;
}

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

.sec02_cont01 .sum_time {
    width: 620px;
    border-bottom: 16px solid rgba(190, 158, 58, 0.36);
    margin: 0 auto 55px;
    font-size: 20px;
    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: flex;
    justify-content: center;
}

.sec02_cont01 .explane_box .image {
    margin: 0 40px 0 0;
}

.sec02_cont01 .cont_text {
    width: 420px;
    font-weight: bold;
    line-height: 1.8;
}

/* cont02 */
.sec02_cont02 {
    padding: 170px 0 110px;
    background: #fff url(../img/center_icon03.png) center top 45px no-repeat;
}

.sec02_cont02 .cont_subtitle {
    width: 620px;
    border-bottom: 16px solid rgba(190, 158, 58, 0.36);
    margin: 0 auto 30px;
    line-height: 2.2;
}

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

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

.sec02 .cont_subtitle .color02 .large {
    font-size: 52px;
    font-weight: bold;
}

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

.sec02_cont02 .explane_box .image {
    margin: 0 33px 0 0;
}

.sec02_cont02 .cont_text {
    width: 455px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.12em;
}

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

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

.sec02_cont03 .box01 {
    width: 738px;
    padding: 30px 70px;
    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 .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: 18px;
    font-weight: bold;
    letter-spacing: 0.12em;
    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.04em;
}

.sec02_cont03 .cont_text02 {
    width: 620px;
    margin: 0 auto 40px;
    padding: 0 0 5px;
    border-bottom: 16px solid rgba(190, 158, 58, 0.36);
    font-size: 20px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
    letter-spacing: 0.06em;
}

.sec02_cont03 .box02 {
    display: flex;
    justify-content: center;
    width: 918px;
    padding: 80px 30px 35px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec02_cont03 .box02 .textbox {
    width: 505px;
    margin: 0 25px 0 0;
}

.sec02_cont03 .box02 .box_list {
    display: flex;
    justify-content: space-between;
    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;
    box-sizing: border-box;
    background: #fff;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}

.sec02_cont03 .logo {
    padding: 160px 0 0;
    margin: 0 0 18px;
    background: url(../img/logo03.png) center top 50px no-repeat;
    font-size: 20px;
    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,  #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;
}

/* =====sec03===== */
.sec03 {
    width: 100%;
    padding: 100px 0;
    background: #1f296e;
}

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

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

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

.sec03_text {
    position: relative;
    width: 820px;
    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 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sec04_contact {
    width: 469px;
}

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

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

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

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

.sec04 .reservebox {
    position: relative;
    display: flex;
    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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #be9e3a;
    line-height: 34px;
}

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

.sec04 .reserve01 {
    margin: 0 20px 0 0;
}

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

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

.sec04_contact .num .kana {
    position: relative;
    font-weight: bold;
}

.sec04_contact .num .kana:before {
    content: "いいおなか";
    top: -12px;
    left: 0;
    position: absolute;
    display: inline-block;
    width: 50px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}