@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: 405px;
    margin: 80px 0 0;
    background: url(../img/kaiyou01_1.jpg) center top 40%/cover no-repeat;
}

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

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

.key_text {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.28em;
    text-align: center;
    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;
    line-height: 405px;
}

.key_text .kana {
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
}

.key_text .kana:before {
    content: "かいよう";
    position: absolute;
    top: -25px;
    left: 10px;
    font-size: 13px;
    letter-spacing: 0.06em;
}

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

.sec01_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec01_text:nth-of-type(1) {
    margin: 0 0 20px;
}

.sec01_text:nth-of-type(2) {
    font-size: 18px;
}

.sec01_text:nth-of-type(2) .color {
    font-weight: bold;
    color: #1F296E;
}

/* =====sec02===== */
.sec02_head {
    width: 100%;
    padding: 125px 20px 50px;
    box-sizing: border-box;
    background: rgba(255, 254, 238, 0.8) url(../img/logo03.png) center top 48px/76px no-repeat;
}

.sec02_title {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2.3;
    letter-spacing: 0.16em;
}

.sec02_title .large {
    font-size: 20px;
    font-weight: bold;
}

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

.sec02_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec02_body {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    background: url(../img/kaiyou03_sp.jpg) left -40px center/cover no-repeat;
}

.sec02 .inner_wrap {
    width: 100%;
    margin: 0 auto;
}

.sec02 .body_inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.sec02_text02 {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: bold;
}

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

.sec02 .list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 90px;
    border: 1px solid #BE9E3A;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec02 .list .item:nth-of-type(1) {
    margin: 0 auto 20px;
}

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

.sec02_text02.line-h {
    line-height: 2.3;
    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;
}

.sec02 .link {
    width: 100%;
    height: 72px;
    border: 1px solid #1F296E;
    box-shadow: 4px 4px 7px rgba(34, 25, 21, 0.38);
    margin: 0 auto;
}

.sec02 .link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    /* background: #fff url(../img/logo03.png) left 10px center/40px no-repeat; */
    background: #fff;
    font-size: 15px;
    color: #1F296E;
    font-weight: bold;
}

.sec02 .link a span {
    margin: 0 5px 0 0;
}

.sec02 .link a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 15px;
    height: 20px;
    background: url(../img/kaiyou_arrow01.png) no-repeat; 
    background-size: 80%;
}

/* =====sec03===== */
.sec03 {
    padding: 50px 0 0;
}

.sec03 .cont01,
.sec03 .cont02 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.sec03 .cont01 {
    margin: 0 auto 75px;
}

.sec03 .cont_title,
.sec05 .cont_title{
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px dashed #1F296E;
    margin: 0 auto 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.16em;
}

.sec03 .cont_text {
    font-weight: bold;
    line-height: 2.3;
}

.sec03 .cont_text .color {
    color: #1F296E;
    font-weight: bold;
}

.sec03 .cont01 .lead_text {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: bold;
}

.sec03 .cont01 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
}

.sec03 .cont01 .list .item {
    height: 80px;
    background: #FFFEF5;
    border: 1px solid #BE9E3A;
    margin: 0 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
}

.sec03 .cont01 .list .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec03 .cont01 .list .item:nth-of-type(1) {
    width: 100%;
    padding: 15px 0 0;
    line-height: 1.5;
}

.sec03 .cont01 .list .item:nth-of-type(2) {
    width: 48%;
}

.sec03 .cont01 .list .item:nth-of-type(3),
.sec03 .cont01 .list .item:nth-of-type(4) {
    width: 48%;
}

.sec03 .cont01 .list .item:nth-of-type(5) {
    width: 48%;
}

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

.sec03 .cont02 .cont_text {
    padding: 0;
    margin: 0 0 30px;
}

.sec03 .cont02 .list {
    display: block;
    justify-content: space-between;
    margin: 0 0 25px;
}

.sec03 .cont02 .list .item {
    width: 100%;
    height: auto;
    padding: 0 0 15px;
    border: 1px solid #1C2C5E;
    margin: 0 auto 25px;
    box-sizing: border-box;
}

.sec03 .cont02 .list .item .title {
    height: 60px;
    /* padding: 15px 0 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 0 22px;
    background: #1C2C5E;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.sec03 .cont02 .list .item:nth-of-type(3) .title {
    padding: 0;
    line-height: 60px;
}

.sec03 .cont02 .list .item .text {
    padding: 0 13px;
    line-height: 1.8;
}

.sec03 .cont02 .cont_text02 {
    padding: 0;
    font-weight: bold;
    line-height: 1.8;
}

.sec03 .cont02 .cont_text02 .color {
    font-weight: bold;
    color: #1C2C5E;
}

/* cont03 */
.sec03 .cont03 {
    width: 100%;
    padding: 25px 20px 45px;
    box-sizing: border-box;
    background: rgba(111, 158, 212, 0.09);
}

.sec03 .cont03 .cont_text {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
}

.sec03 .cont03 .cont_text .color {
    color: #1F296E;
}

/* sec04 */
.sec04 .cont_title {
    padding: 0 0 40px;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/kaiyou_line01.png) bottom center no-repeat;
    text-align: center;
    letter-spacing: 0.16em;
}

.sec04 .cont_text {
    font-weight: bold;
    line-height: 2;
}

.sec04 .cont_text .color {
    color: #1F296E;
    font-weight: bold;
}

.sec04 .cont01_02box {
    position: relative;
    width: 100%;
    padding: 300px 0 0;
    border-bottom: 1px solid #1F296E;
    background: none;
}

.sec04 .cont01_02box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url(../img/kaiyou02_1.jpg) left center/cover no-repeat;
}

.sec04 .cont01_02box .inner_wrap {
    width: 100%;
    padding: 30px 0 50px;
    margin: 0 0 0 auto;
    background: #fff;
}

.sec04 .cont01_02box .box_inner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}

.sec04 .cont01,
.sec04 .cont02 {
    padding: 0 20px;
}

.sec04 .cont01 {
    margin: 0 0 40px;
}

/* cont03 */
.sec04 .cont03 {
    border-bottom: 1px solid #1F296E;
}

.sec04 .cont03 .inner_wrap {
    position: relative;
    width: 100%;
    padding: 300px 20px 50px;
    box-sizing: border-box;
    background: #fff;
}

.sec04 .cont03 .inner_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url(../img/naika04_2.jpg) center center/cover no-repeat;
}

.sec04 .cont03_inner {
    width: 100%;
    padding: 30px 0 0;
    margin: 0 auto;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
}

.sec04 .cont03 {
    background: url(../img/kaiyou01.jpg) right -310px center/cover no-repeat;
}

.sec04 .cont03 .lead_text {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}

/* =====sec05===== */
.sec05 {
    padding: 30px 0 0;
}

.sec05 .cont_text {
    font-weight: bold;
}

.sec05 .cont01,
.sec05 .cont02 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.sec05 .cont01 {
    margin: 0 auto 50px;
}

.sec05 .cont02 {
    margin: 0 auto 40px;
}

.sec05 .cont01 .cont_text {
    margin: 0 0 40px;
}

.sec05 .cont02 .cont_text {
    margin: 0 0 20px;
}

.sec05 .cont01 .data {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.sec05 .cont02 .data {
    width: 100%;
    margin: 0 auto;
}

.sec05 .cont02 .data img {
    margin: 0 0 15px;
}

.sec05 .cont01 .data figcaption {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.sec05 .cont02 .data figcaption {
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}

.sec05 .cont02 .data figcaption .large {
    font-size: 14px;
}

/* cont03 */
.sec05 .cont03 {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    background: rgba(111, 158, 212, 0.09);
}

.sec05 .cont03 .cont_text {
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
}

/* =====sec06===== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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


}