@charset "utf-8";

/*------------ header ------------*/

#header_wrap {
    background: transparent;
}

#logo img.logo_black {
    display: none;
    opacity: 0;
}

.smallhead #logo img.logo_black {
    display: block;
    opacity: 1;
}

#logo img.logo_white {
    opacity: 1;

}

.smallhead #logo img.logo_white {
    display: none;
    opacity: 0;
}


/* smallhead */
/*#header_wrap.smallhead {
	background: #FFF !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}*/
/*.menu_link {
	color: #fff !important;
}*/
/*.smallhead .menu_link {
	color: #333 !important;
}*/


.home .menu_link {
    color: #fff !important;
}

.h_tel_area {
    color: #fff;
}


/*------------ footer ------------*/
#footer_wrap {
    background: #4C5664;
}

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
/* top common */
.inner_1000 {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

.top_ttl {
    position: relative;
    text-align: center;
    margin: 100px 0 50px;
}

.top_ttl h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.06em;
    max-height: 100%;
    color: #1F2D49;
}

.top_ttl h2::before {
    font-family: "copperplate", serif;
    display: block;
    content: attr(data-txt)"";
    font-size: 7.0rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #1F2D49;
    /*     margin-bottom: 18px; */
    max-height: 100%;
}

h3 {
    font-size: 2.8rem;
    font-weight: 600;
    font-family: 'Noto Serif JP';
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 0 20px 0;
}

h5 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 30px;
}

p.center {
    text-align: center;
}

.bold {
    font-weight: 600;
}




/* top common// */
/*------------ mv ------------*/
#index_wrap {
    position: relative;
}

#index_mv {
    position: relative;
    background: #fff;
    /*     margin-bottom: 105px; */
}

.mv::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(16, 50, 121, .3);
    background-blend-mode: multiply;
    z-index: 1;
    pointer-events: none;
}

#index_mv img {
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 40vw;
}

#top_h1 {
    position: absolute;
    left: 12%;
    top: 50.5%;
    max-width: 100%;
    -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    transform: translateY(-50%);
    z-index: 2;
}

#top_h1 h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 5rem;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 24px;
    max-height: 100%;

}

#top_h1 span {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.875;
    font-weight: 500;

    max-height: 100%;

}

.dots-wrap {
    margin: 0;
    position: absolute;
    right: 30px;
    bottom: 66px;
}

.dots-wrap button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}



.dots-wrap li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
    transition: opacity .5s ease;
    opacity: 0.48;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
    opacity: 1;
}

.dots-wrap li:last-child {
    margin-bottom: 0;
}

.rooms-dots-wrap {
    display: flex;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
}

.rooms-dots-wrap button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}



.rooms-dots-wrap li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: opacity .5s ease;
    opacity: 0.48;
}

.rooms-dots-wrap li.slick-active,
.rooms-dots-wrap li:hover {
    opacity: 1;
}

.rooms-dots-wrap li:last-child {
    margin-bottom: 0;
}


/*----------------
	reservation btn
--------------------*/

.reservation_btn {
    max-width: 100%;
    max-height: 100%;
    margin-top: 60px;
}

.reservation_btn a {
    display: inline-block;
    width: 460px;
    height: 105px;
    background-image: url("../img/reservation_btn.svg");
    background-repeat: no-repeat;
    /*     background-position: right; */
    /*     text-decoration: none;
    text-align:center;
    color:#FFFFFF;
    font-size:26px; */
    /*     box-shadow:1px 1px 4px 0px #5C5C5C ; */
    transition: all 0.3s ease;
}

.reservation_btn a:hover {
    /*     margin-left:1px;
    margin-top:1px;
    box-shadow:none; */
    opacity: 0.9;
    transition: all 0.3s ease;
}



/*----------------
	concept
--------------------*/
#index_concept {
    overflow: hidden;
}

.concept_area {
	margin-bottom: 40px;
}

.concept_slide_area {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 0 75px 0;
}

.concept_point_item {
    position: relative;
    padding: 0 1px;
}


.point_txt_box {
    position: absolute;
    top: 178px;
    left: 75px;
    max-width: 480px;
    /*     padding: 178px 40px 0 73px; */
    color: #fff;
}

.point_image img {
    width: 100%;
}

.point_ttl h2 {
    max-height: 100%;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.06em;
    color: #fff;
}

.point_ttl h2::before {
    font-family: "copperplate", serif;
    display: block;
    content: attr(data-txt) "";
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    max-height: 100%;
}

/* concept slick関連 */

.slick-list {
    overflow: visible !important;
}

.concept_slide_area .slick-dots {
    position: relative;
    z-index: 3;
    margin: 40px auto 0;
    text-align: center;
    padding: 0;
}

.concept_slide_area .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.concept_slide_area .slick-dots button {
    padding: 0;
    color: transparent;
    outline: none;
    width: 10px;
    border: unset;
    height: 10px;
    border-radius: 50%;
    display: block;
    background: #CACACA;
    cursor: pointer;
    transition: all .3s;
}

.concept_slide_area .slick-dots button:hover {
    opacity: .6;
}

.concept_slide_area .slick-dots .slick-active button {
    background: #333333;
}

/* 項目が2個以下でslickでなかった場合 */
/* .concept_slide_area.no_slick {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

.concept_slide_area.no_slick .concept_point_item {
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
}

.concept_slide_area.no_slick .concept_point_item:last-child {
    margin-bottom: 0;
} */

/* 前へ次へボタン */
.concept_slide_area .slick-prev {
    left: -2.5%;
}

.concept_slide_area .slick-next {
    right: -2.5%;
}

.concept_slide_area .slick-next {
    padding-right: 12px;
}

.concept_slide_area .slick-prev {
    padding-left: 12px;
}

.concept_slide_area .slick-prev,
.concept_slide_area .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.4);
    border: none !important;
    border-radius: 50%;
    transition: all .3s ease;
}

.concept_slide_area .slick-prev:hover,
.concept_slide_area .slick-next:hover {
    opacity: 0.7;
}

.concept_slide_area .slick-next::before {
    transform: rotate(-45deg);
}

.concept_slide_area .slick-prev::before,
.concept_slide_area .slick-next::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.concept_slide_area .slick-prev::before {
    transform: rotate(135deg);
}

.rooms_area {
    position: relative;
}

.rooms_area #panorama {
    position: absolute;
    left: 20px;
    top: 30px;
    margin: 0;
}

.rooms_area #panorama label {
    cursor: pointer;
}

.rooms_area .open_btn {
    transition: all .3s ease;
}

.rooms_area .open_btn:hover {
    opacity: 0.8;
}

.rooms_slide_area .slick-prev {
    left: -5%;
}

.rooms_slide_area .slick-next {
    right: -5%;
}

.rooms_slide_area .slick-prev,
.rooms_slide_area .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: none;
    border: none !important;
    transition: all .3s ease;
}

.rooms_slide_area .slick-prev:hover,
.rooms_slide_area .slick-next:hover {
    opacity: 0.7;
}

.rooms_slide_area .slick-next::before {
    transform: rotate(-45deg);
}

.rooms_slide_area .slick-prev::before,
.rooms_slide_area .slick-next::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}

.rooms_slide_area .slick-prev::before {
    transform: rotate(135deg);
}

/*----------------
	facilities
--------------------*/
#index_facilities {
    padding: 20px 0 70px 0;
    background: #DDDBCD;
}

.facilities_area {}

.facilities_about {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
}

.facilities_about_item {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.facilities_about_item:nth-child(3n) {
    margin-right: 0;
}

.facilities_img {
    overflow: hidden;
}

.facilities_img img {
    width: 100%;
    vertical-align: bottom;
}

.facilities_about_item h3 {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 16px 0 10px 0;
}

.facilities_about_item p {
    font-weight: 500;
    padding-top: 5px;
}

/*----------------
	rooms
--------------------*/
/* #index_rooms {
	height: 540px;
    padding: 85px 0 110px 0;
    background: url(../img/index_rooms_bg.jpg) no-repeat center / cover;
} */

/* #index_rooms .top_ttl {
    max-width: 1080px;
    padding: 0 20px;
    margin: 0 auto 35px auto;
} */

#index_rooms .top_ttl {
    position: relative;
    /* max-width: 1080px; */
    /* padding: 0 20px; */
    margin: 0 auto 95px auto;
    height: 540px;
    /* padding: 85px 0 110px 0; */
    background: url(../img/index_rooms_bg.jpg) no-repeat center / cover;
}

#index_rooms .top_ttl h2 {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#index_rooms .top_ttl h2::before {
    color: #fff;
}

.rooms_detail {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 85px 0;
}

.rooms_detail_left td.bold {
    font-weight: 600;
    vertical-align: top;
    padding-left: 0;
}

.rooms_detail_left tbody tr:first-child {
    border-top: 0.1rem solid #dddddd;
}

.rooms_detail_left tbody tr {
    border-bottom: 0.1rem solid #dddddd;
}

.rooms_detail_left tbody td {
    padding: 2.7rem 0 2.6rem 8rem;
}

.rooms_slide_area {
    margin-bottom: 90px;
    margin-top: 40px;
}

/* 	
 	swiperここから 	*/

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-container {}


/* .rooms_img {
    overflow: hidden;
    margin-bottom: 10px;
}

.rooms_img img {
    width: 100%;
    border-radius: 16px;
    vertical-align: bottom;
}

.rooms_item h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.06em;
    color: #fff;
    margin-bottom: 18px;
}

.rooms_item p {
    font-size: 1.3rem;
    line-height: 1.53;
    letter-spacing: 0.06em;
    color: #fff;
    margin-bottom: 0;
} */

/*ページネーション*/
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    color: #000;
}

/* .rooms_slide .swiper-button-prev {
    left: 65px;
}

.rooms_slide .swiper-button-prev:after {
    color: #707070;
}

.rooms_slide .swiper-button-next {
    right: 25px;
}

.rooms_slide .swiper-button-next:after {
    color: #707070;
} */

@media screen and (max-width:1700px) {
    /* .rooms_slide {
        margin-left: 18%;
    } */
}

@media screen and (max-width:1500px) {
    /* .rooms_slide {
        margin-left: 12%;
    } */
}

@media screen and (max-width:1300px) {
    /* .rooms_slide {
        margin-left: 9%;
    } */
}

/*----------------
	price
--------------------*/

#index_price {
    padding: 20px 0 50px 0;
}

.price_area {}

.price_area p {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 100px;
}

.price_box img {
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}

.price_area .reservation_btn {
    text-align: center;
    margin: 25px 0 85px;
}

.price_area .reservation_btn_p {
    text-align: center;
    margin-bottom: 80px;
}

.basic_info_table table {
    width: 100%;
}

.basic_info_table table .bold {
    font-weight: 600;
    vertical-align: top;
}

.basic_info_table table tr:first-child {
    border-top: 1px solid #ccc;
}

.basic_info_table table tr {
    border-bottom: 1px solid #ccc;
}

.basic_info_table table th {
    width: 22%;
    padding: 30px 20px 30px 0;
    text-align: left;
}

.basic_info_table table td {
    padding: 30px 20px 30px 0;
    vertical-align: top;
}

.price_box.sp {
    display: none !important;
}

.reservation_btn_p a:hover {
    opacity: 0.9;
    transition: all 0.3s ease;
}

/*----------------
	flow
--------------------*/

#index_flow {
    padding: 20px 0;
    background: #DDDBCD;
}

.flow_area {}

.flow_block {
    margin-bottom: 110px;
}

.flow_item {
    display: flex;
    margin-bottom: 24px;
    padding-right: 40px;
    background: #fff;
}

.flow_image {
    margin-right: 30px;
}

.flow_image img {
    display: block;
}

.flow_num {
    /*     transform: translateY(7%); */
    margin-top: 40px;
}

.circle_number {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    padding: 20px 22px;
    border: 1px solid black;
    border-radius: 50%;
    font-family: 'Noto Serif JP';
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}

/* .flow_num {
    position: relative;
    min-width: 52px;
    margin-right: 20px;
}

.flow_num:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #707070;
}

.flow_num .num {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}
 */
.flow_txt {
    margin: 40px 0 10px 0;
}

.flow_area p {
    padding-bottom: 40px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
}


/*----------------
	access
--------------------*/

#index_access {
    padding: 20px 0 100px 0;
}

.access_area {
    padding: 0 20px;
}

.index_access_image {
    text-align: center;
    margin: 55px 0 65px 0;
}

.access_column {
    display: flex;
    justify-content: center;
}

.access_column_img {
    padding-right: 30px;
}

.index_access_image.sp {
    display: none !important;
}

/*----------------
	map_bg
--------------------*/
.index_map_bg {
    height: 600px;
    margin-bottom: 45px;
}

.index_map_bg iframe {
    width: 100%;
    object-fit: cover;
    height: 100%;
    vertical-align: bottom;
}

/*----------------
	areainfo
--------------------*/

#index_areainfo {
    padding: 60px 0 90px 0;
    background: #DDDBCD;
}

.areainfo_area {}

.areainfo_list_box {
    max-width: 1340px;
    margin: 0 auto;
    padding: 65px 20px;
    background-color: #fff;
}

/* .areainfo_column {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.areainfo_txt {
    width: 50%;
}

.areainfo_catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.06em;
    margin-top: 25px;
    margin-bottom: 32px;
}

.areainfo_txt .job {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 26px;
}

.areainfo_txt .name {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.areainfo_img {
    width: 47.2%;
    margin-left: 2.8%;
}

.areainfo_img img {
    width: 100%;
    border-radius: 13px;
    vertical-align: bottom;
    overflow: hidden;
} */

/* .areainfo_list_box ul {
    width: 100%;
} */

/* .areainfo_list_box ul {
    border-bottom: 1px solid #ccc;
} */

/* .areainfo_list_box ul li:first-child {
    border-top: 1px solid #ccc;
} */

.areainfo_list_box ul li {
    width: 100%;
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.3;
    letter-spacing: 0.06em;
    text-align: left;
    padding: 15px 20px 10px 0;
}

/* .areainfo_list_box ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #ccc;
} */

.areainfo_list_box ul li h6 {
    border-bottom: 1px solid #ccc;
}

/* .areainfo_list_box ul td {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: 0.06em;
    padding: 20px 20px 20px 40px;
} */

.list_flex {
    display: flex;
}


/*----------------
	FAQ
--------------------*/

.faq_area {
    padding: 40px;
}

#faq-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 60px 20px 90px 20px;
}

#faq-inner .left {
    width: 48.5%;
    transform: translateY(8%);
}

#faq-inner .left .title {
    margin-bottom: 80px;
}

#faq-inner .faq-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#faq-inner .faq-list li {
    margin-bottom: 6%;
    background: #F3F3F3;
    list-style: none;
}

#faq-inner .faq-list li .q {
    padding: 20px 20px 20px 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 500;
    text-indent: -0.8em;
    padding-left: 3.2em;
    line-height: 1.4;
    color: #fff;
    background: #242C58;
}

#faq-inner .faq-list li .q span {
    display: inline-block;
    margin: -2px 5px 0 0;
    font-size: 18px;
    color: #fff;
}

#faq-inner .faq-list li .a {
    padding: 25px;
    line-height: 1.4;
    color: #49526D !important;
}

#faq-inner .faq-list li .a p {
    color: #49526D;
    margin-bottom: 0;
}

#faq-inner .right {
    width: 48.5%;
}

#faq-inner .faq-list li a {
    color: #49526D !important;
}

/*----------------
	contact
--------------------*/

#index_contact {
    padding: 5px 0 100px 0;
    ;
    background: #F5F5F5;
}

.contact_area {}

.form_area {
    background: #fff;
    padding: 20px 40px 50px 40px;
    margin-top: 20px;
}


.form_table table {
    width: 100%;
}

.form_table table tr {}

.form_table table th {
    display: block;
    border: none;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.06em;
    text-align: left;
    padding: 25px 0px 5px 0;
}

.form_table table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0px;
}

.form_table table input {
    width: 100%;
    font-weight: 500;
    border: 1px solid #AAAAAA;
    padding: 12px 15px;
    border-radius: 3px;
}

.form_table table textarea {
    resize: vertical;
    overflow: auto;
    line-height: 1.7em;
    color: #222;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    overflow-wrap: break-word;
    border: 1px solid #AAAAAA;
    padding: 12px 15px;
    border-radius: 3px;
    width: 100%;
    vertical-align: bottom;
}


.req {
    color: #BB1818;
}


.agree_area {
    margin: 30px 0 40px 0;
}

.doi {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
}

.doi label {
    display: flex;
}

.doi input {
    width: 20px;
    height: 20px;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    margin-right: 15px;
}

.doi a[target="_blank"] {
    color: #222;
    padding-right: 25px;
    /*background: url(../img/popup.svg) no-repeat top 2px right 3px;*/
    background: url(../img/popup.svg) no-repeat top 2px right 10px;

}

.doi a:hover {
    text-decoration: none;
}

.form_btn {
    position: relative;
    max-width: 250px;
    width: 100%;
    height: 58px;
    margin: auto;
    margin-top: 50px;
}

.form_btn input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 6px;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #FFF;
    background-color: #1F2D49;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    max-height: 100%;
    position: relative;
}

.form_btn input:hover {
    background: #299862;
}

button.back_btn {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 200px !important;
    width: 100%;
    margin: auto;
    padding: 13px;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #FFF;
    background-color: #AAAAAA;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    max-height: 100%;
    position: relative;
    border: 0px solid #000;
}

button.back_btn:hover {
    background: #898989;
}

.back {
    margin-top: 30px;
}

.back a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px !important;
    height: 100%;
    padding: 13px;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #FFF;
    background-color: #2DB573;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    max-height: 100%;
    position: relative;
    margin: auto;
}

.back a:hover {
    background: #299862;
}


/*------------ フォーム用テキスト表示制御 ------------*/
.preview_txt {
    display: none;
}

.mw_wp_form_confirm .input_txt {
    display: none !important;
}

.mw_wp_form_confirm .preview_txt {
    display: block !important;
    text-align: center;
    margin-bottom: 30px;
}

.mw_wp_form_complete .input_txt,
.mw_wp_form_complete .preview_txt {
    display: none !important;
}

.map_link.non {
    color: #1F2D49 !important;
    letter-spacing: 0;
    text-decoration: none;
    padding-left: 22px;
    background: url(../img/icon_map.svg) no-repeat center left 5px !important;
    transition: all .3s ease;
}

.map_link.non:hover {
    opacity: 0.8;
}

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



    .home #toggle a {
        color: #fff;
    }

    .home #toggle a span,
    .home #toggle a::before,
    .home #toggle a::after {
        background: #fff;
    }

    .home .menu_link {
        color: #222 !important;
    }


    .home .smallhead #toggle a span,
    .home .smallhead #toggle a::before,
    .home .smallhead #toggle a::after {
        background: #1F2D49;
    }

    .home .smallhead #toggle a.open::before,
    .home .smallhead #toggle a.open::after {
        background: #1F2D49;
    }

    .home .fixed #toggle a::before,
    .home .fixed #toggle a::after {
        background: #1F2D49;
    }

    /* home common */

    .top_ttl {
        margin: 30px 0 20px 0;
    }

    .top_ttl h2 {
        font-size: 1.3rem;
    }

    .top_ttl h2::before {
        font-size: 4.0rem;
        margin-bottom: 0;
    }

    h3 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }

    h6 {
        font-size: 1.3rem;
    }

    p.center {
        font-size: 1.3rem;
    }


    /*------------ mv ------------*/
    #index_mv {
        margin-bottom: 0;
    }

    #index_mv img {
        min-height: 490px;
        /* 		height: 80vh; */
        width: 100%;
        object-fit: cover;
        object-position: 56%;
        /* aspect-ratio: 3 / 5; */
    }

    #top_h1 {
        left: 0;
        max-width: 100%;
        padding: 0 13px;
    }

    #top_h1 h1 {
        font-size: 3.6rem;
        font-size: clamp(2.6rem, 7.4vw, 4.8rem);
        margin-bottom: 10px;
    }

    #top_h1 span {
        font-size: 1.3rem;
        font-size: clamp(1.3rem, 2.9vw, 1.8rem);
    }

    .reservation_btn {
        margin-top: 20px;
    }

    .reservation_btn a {
        background-image: url("../img/reservation_btn_sp.svg");
        background-position: left;
    }

    .rooms-dots-wrap {
        bottom: 10px;
    }

    .rooms_slide_area {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    /*.dots-wrap {
		right: 22px;
		bottom: 25px;
	}*/
    /* .dots-wrap button {
		display: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		padding: 0;
		border: none;
		background-color: transparent;
	} */



    /*.dots-wrap li {
		width: 7px;
		height: 7px;
	}*/


    /* slick関連 共通 */
    .concept_slide_area .slick-prev,
    .concept_slide_area .slick-next {
        width: 50px;
        height: 50px;
    }

    .concept_slide_area .slick-prev {
        padding-left: 9px;
        left: 6px !important;
    }

    .concept_slide_area .slick-next {
        padding-right: 9px;
        right: 6px !important;
    }

    .concept_slide_area .slick-prev::before,
    .concept_slide_area .slick-next::before {
        width: 13px;
        height: 13px;
    }

    .rooms_slide_area .slick-prev {
        left: -3%;
    }

    .rooms_slide_area .slick-next {
        right: -3%;
    }

    .rooms_slide_area .slick-prev::before,
    .rooms_slide_area .slick-next::before {
        width: 13px;
        height: 13px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .point_txt_box {
        top: 25%;
        left: 15%;
        max-width: 300px;
    }

    .point_ttl h2 {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }

    .point_ttl h2::before {
        font-size: 2.8rem;
    }

    .concept_slide_area {
        padding: 30px 0 15px 0;
    }

    .concept_slide_area .slick-dots {
        margin: 7px auto 0;
    }

    .concept_slide_area .slick-dots button {
        width: 7px;
        height: 7px;
    }


    /*----------------
		facilities
	--------------------*/
    #index_facilities {
        padding: 20px 0;
    }

    .facilities_about_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .facilities_about_item h3 {
        font-size: 1.6rem;
        margin: 10px 0 8px 0;
    }


    /*----------------
		rooms
	--------------------*/
    #index_rooms {
        padding: 20px 0 0 0;
    }

    #index_rooms .top_ttl {
        height: 200px;
        margin: 0 auto 35px auto
    }

    .rooms_slide {
        margin-left: 20px;
    }

    .rooms_item h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .rooms_item p {
        font-size: 1.2rem;
    }


    .rooms_detail {
        display: block;
        margin: 30px 0 0 0;
    }

    .rooms_detail_left {
        margin-bottom: 15px;
    }

    .rooms_detail_left tbody td {
        padding: 1.7rem 0 1.6rem 6rem;
    }

    .rooms_area #panorama {
        left: 10px;
        top: 10px;
        max-width: 60px;
    }

    /*----------------
		price
	--------------------*/
    #index_price {
        padding: 45px 0 25px 0;
    }

    .price_area p {
        margin-bottom: 40px;
        font-size: 1.3rem;
    }

    .price_area h3 {
        font-size: 1.8rem;
        margin: 30px 0 10px 0;
    }

    .price_area .reservation_btn_p {
        text-align: center;
        margin-bottom: 30px;
    }

    .basic_info_table table th {
        width: 30%;
        padding: 13px 0 13px 0;
        font-size: 13px;
    }

    .basic_info_table table td {
        padding: 13px 0 13px 5px;
        font-size: 13px;
    }

    .price_box.pc {
        display: none !important;
    }

    .price_box.sp {
        display: block !important;
    }



    /*----------------
		flow
	--------------------*/
    #index_flow {
        padding: 40px 0;
    }

    .flow_block {
        margin-bottom: 30px;
    }

    .flow_num {
        min-width: 35px;
        margin-right: 20px;
    }

    .flow_num .num {
        font-size: 1.8rem;
    }

    .flow_txt {
        margin: 0 0 10px 0;
    }

    .flow_area h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .flow_area p {
        font-size: 1.3rem;
        padding-bottom: 25px;
    }

    .flow_item {
        display: block;
        margin-bottom: 20px;
        padding: 15px;
    }

    .flow_image {
        margin: 0;
    }

    .flow_image img {
        margin: 0 auto;
    }

    .flow_num {
        margin: 0 0 10px;
    }

    .circle_number {
        display: block;
        margin-right: 0;
        width: 50px;
        padding: 13px 10px;
        font-size: 1.5rem;
    }

    /*----------------
	access
	--------------------*/

    .index_access_image {
        margin: 20px 0 25px 0;
    }

    .index_map_bg {
        height: 200px;
        margin-bottom: 20px;

    }


    .access_column_img {
        padding-right: 10px;
    }

    #index_access {
        padding-bottom: 30px;
    }

    .index_access_image.pc {
        display: none !important;
    }

    .index_access_image.sp {
        display: block !important;
    }

    /*----------------
	area info
	--------------------*/
    #index_areainfo {
        padding: 40px 0 45px 0;
    }

    .areainfo_area {
        padding: 0 20px;
    }

    .areainfo_list_box {
        padding: 30px 0;
    }

    .list_flex {
        display: block;
        padding-bottom: 15px;
    }



    /* .areainfo_column {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    } */

    /* .areainfo_txt {
        width: 100%;
    }

    .areainfo_catch {
        font-size: 2.0rem;
        margin: 20px 0;
    }

    .areainfo_txt .job {
        font-size: 1.2rem;
        margin-top: 18px;
    }

    .areainfo_txt .name {
        font-size: 1.4rem;
    }

    .areainfo_img {
        width: 100%;
        margin-left: 0;
    } */


    .areainfo_list_box ul li {
        width: 100%;
        padding: 0;
        font-size: 1.3rem;

    }

    /*----------------
	FAQ
	--------------------*/
    .faq_area {
        padding: 0 20px;
    }

    #faq-inner {
        display: block;
        padding: 30px 0 45px;
    }

    #faq-inner .left {
        width: 100%;
        transform: unset;
    }

    #faq-inner .right {
        width: 100%;
    }

    #faq-inner .faq-list li .q {
        padding: 15px 15px 15px 0;
        font-size: 13px;
        padding-left: 3.7rem;
        text-indent: -0.9em
    }

    #faq-inner .faq-list li .a {
        padding: 15px;
    }

    #faq-inner .faq-list li .a p {
        line-height: 1.5;
    }

    /*----------------
	contact
	--------------------*/
    #index_contact {
        padding: 5px 0 50px 0;
    }

    .form_area {
        padding: 15px 0 30px 0;
    }

    .form_table table th {
        font-size: 1.4rem;
        padding: 18px 0 3px 0;
    }

    .form_table table input {
        padding: 10px 12px;
    }

    .doi {
        font-size: 1.4rem;
    }

    .doi input {
        width: 15px;
        height: 15px;
    }

    .form_btn {
        height: 50px;
    }

    .form_btn a {
        font-size: 1.4rem;
    }

}