@charset "utf-8";

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

body {
    min-width: 375px;
}

.break {
    display: block;
}

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

}

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

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

.key_text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    font-size: 30px;
    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;
    letter-spacing: 0.28em;
}

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

.sec01_head .title {
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN";
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.13em;
}

.sec01_body {
    padding: 100px 0 30px;
    box-sizing: border-box;
    border-top: 0.8px solid #be9e3a;
    border-bottom: 0.8px solid #be9e3a;
    background: #fffef5 url(../img/nyuusen12.png) center top 20px no-repeat;
}

.sec01_body .text {
    margin: 0 0 25px;
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN";
    font-weight: bold;
    text-align: center;
}

.sec01_body .text .color {
    font-size: 20px;
    font-weight: bold;
    color: #e7242b;
}

.sec01_body .box {
    width: 480px;
    max-width: 90%;
    margin: 0 auto;
}

.sec01_body .box .title {
    width: 100%;
    height: 35px;
    margin: 0 0 12px;
    background: #1f296e;
    font-size: 18px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.sec01_body .box .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

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

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

/* =====sec02===== */
.sec02 {
    padding: 80px 20px;
    box-sizing: border-box;
}

.sec02_title {
    width: 520px;
    max-width: 90%;
    padding: 0 0 50px;
    margin: 0 auto 30px;
    font-size: 18px;
    text-align: center;
    background: url(../img/nyuusen_bar01.png) center bottom/100% no-repeat;
    letter-spacing: 0.13em;
}

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

.sec02_list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 120px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 20px 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
}

.sec02 .box {
    width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box;
    margin: 0 auto 40px;
    background: #dadeec;
}

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

.sec02 .box_list .image {
    margin: 15px;
}

.sec02 .box_text {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

.sec02_text {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN";
    text-align: center;
    letter-spacing: 0.13em;
}

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

.sec03_inner {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

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

.sec03 .subtitle {
    width: 420px;
    max-width: 90%;
    padding: 0 0 20px;
    border-bottom: 1.5px solid #7b7b7b;
    margin: 0 auto 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec03 .subtitle .small {
    font-size: 17px;
}

.sec03 .cont01_02box {
    display: block;
    justify-content: space-between;
    margin: 0 0 100px;
}

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

.sec03 .cont01 .image,
.sec03 .cont02 .image,
.sec03 .cont03 .image {
    text-align: center;
}

.sec03 .cont01 .image img,
.sec03 .cont03 .image img {
    margin: 0 0 10px;
}

.sec03 .cont01 .image .cap {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec03 .cont03 .image .cap {
    width: 330px;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
    font-family: "ヒラギノ明朝 Pro";
    text-align: left;
}

.sec03 .cont03 .box {
    display: block;
    justify-content: center;
}

.sec03 .cont03 .box .image {
    margin: 0 0 30px;
}

.sec03 .cont03 .box .cont_text {
    width: 370px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

/* =====sec04===== */
.sec04 {
    width: 100%;
    height: 374px;
    background: url(../img/nyuusen02_2.jpg) center right 36%/cover no-repeat;
}

.sec04_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sec04_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0;
    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;
}

/* =====sec05===== */
.sec05 {
    padding: 55px 20px;
    box-sizing: border-box;
}

.sec05_title {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: normal;
    font-family: "ヒラギノ明朝 Pro";
    text-align: center;
    letter-spacing: 0.15em;
}

.sec05_title:nth-of-type(2) {
    width: 505px;
    max-width: 90%;
    padding: 0 0 50px;
    margin: 0 auto 30px;
    background: url(../img/nyuusen_bar01.png) center bottom/100% no-repeat;
}

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

.sec05_list .item {
    width: 314px;
    padding: 0 5px 30px;
    border: 0.7px solid #a8a4a3;
    box-sizing: border-box;
    background: #fffef5;
}

.sec05_list .item:nth-child(-n+3) {
    height: auto;
    margin: 0 15px 15px;
}

.sec05_list .item:nth-child(n+4) {
    height: auto;
    margin: 0 15px 15px;
}

.sec05_list .item_title {
    height: 95px;
    padding: 35px 0 15px;
    border-bottom: 0.7px dashed #a8a4a3;
    box-sizing: border-box;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec05_list .item:nth-of-type(1) .item_title,
.sec05_list .item:nth-of-type(2) .item_title,
.sec05_list .item:nth-of-type(4) .item_title {
    padding: 35px 0 0;
}

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

.sec05_list .item_title .small {
    font-size: 16px;
    font-weight: bold;
}

.sec05_list .item_text {
    padding: 0 1em;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;;
    letter-spacing: 0.08em;
}

.sec05_text {
    margin: 0 0 70px;
    font-size: 17px;
    text-align: center;
}

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

.sec05_list02 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 70px;
    border: 1px solid #1f296e;
    margin: 0 10px 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.14em;
}

.sec05_text02 {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.13em;
}

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

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

.sec06_title .color {
    font-size: 26px;
    font-weight: bold;
    color: #be9e3a;
}

.sec06_list {
    display: block;
    justify-content: center;
}

.sec06_list .item {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    background: #fff;
}

.sec06_list .item:nth-of-type(1),
.sec06_list .item:nth-of-type(2) {
    margin: 0 0 30px;
}

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

.sec06_list .item_text {
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;;
    line-height: 1.7;
}

/* =====sec07===== */
.sec07 {
    width: 100%;
    padding: 50px 20px 60px;
    box-sizing: border-box;
    background: #1f296e;
    text-align: center;
}

.sec07_title {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: bold;
    color: #be9e3a;
}

.sec07_text {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}

/* =====sec08===== */

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

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

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

.sec08_contact .box {
    display: block;
    justify-content: space-between;
}

.sec08_contact .tel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 470px;
    max-width: 100%;
    margin: 0 auto 22px;
}

.sec08_contact .num {
    padding: 0 0 0 35px;
    margin: 0 5px 10px;
    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;
}

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

.sec08 .reservebox {
    position: relative;
    display: block;
    justify-content: center;
    width: 470px;
    max-width: 100%;
    padding: 25px 0 20px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

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

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

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

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

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


}