.lead_txt {
margin: 0 auto;
padding: 100px 0;
}
.lead_txt h3 {
text-align: center;
}
.lead_txt p {
text-align: center;
}
@media screen and (max-width: 896px) {
.lead_txt {
padding: 50px 20px;
}
}  .flex_list {
display: flex;
justify-content: space-between;
margin: 0 auto 100px;
}
.flex_list.reverse {
flex-direction: row-reverse;
}
.flex_list .img_area {
width: 50%;
}
.flex_list .txt_box {
width: 50%;
padding: 50px;
box-sizing: border-box;
}
.flex_list .img_box {
width: 50%;
}
.flex_list .img_box img {
display: block;
width: 100%;
height: auto;
}
.flex_list .img_area .img-slick {
width: 100%;
}
.flex_list .img_area .img-slick-nav {
width: 100%;
}
@media screen and (max-width: 896px) {
.flex_wrapper {
padding: 0 20px;
}
.flex_list,
.flex_list.reverse {
margin: 0 auto 50px;
flex-direction: column;
}
.flex_list .img_area {
width: 100%;
}
.flex_list .img_box {
width: 100%;
margin-bottom: 30px;
}
.flex_list .txt_box {
width: 100%;
padding: 0px;
}
}  .service-list {
scroll-margin-top: 60px;
}  .roommap {
width: 90%;
margin: 30px auto 100px;
position: relative;
}
.roommap img {
width: 100%;
}
@media screen and (max-width: 768px) {
.roommap {
width: 100%;
margin: 0 auto 50px;
background: #fff;
}
}
.map_btn {
position: absolute;
padding: 10px;
margin: 0;
text-align: center;
background-color: rgba(171, 155, 117, 0.8);
border-radius: 5px;
}
.map_btn a {
color: #fff;
text-decoration: none;
}
.map_btn:hover {
background-color: rgba(171, 155, 117, 0.5);
}
.map_btn.map_btn_room01 {
top: 61%;
left: 10%;
}
.map_btn.map_btn_room02 {
top: 72%;
right: 10%;
}
.map_btn.map_btn_room03 {
top: 20%;
right: 9%;
}
.map_btn.map_btn_room04 {
top: 20%;
left: 24%;
}
@media screen and (max-width: 768px) {
.map_btn.map_btn_room01 {
top: inherit;
bottom: 5%;
left: 10%;
}
.map_btn.map_btn_room02 {
top: 68%;
right: 2%;
}
.map_btn.map_btn_room03 {
top: 7%;
right: 5%;
}
.map_btn.map_btn_room04 {
top: 7%;
left: 13%;
}
}
.map_btn_transparent {
position: absolute;
z-index: 2;
width: 35%;
height: 24%;
}
.map_btn_transparent a {
display: block;
width: 100%;
height: 100%;
background: transparent;
cursor: pointer;
}
.map_btn_transparent.map_btn_room01 {
top: 60%;
left: 10%;
width: 40%;
height: 28%;
}
.map_btn_transparent.map_btn_room02 {
top: 55%;
right: 10%;
height: 30%;
}
.map_btn_transparent.map_btn_room03 {
top: 20%;
right: 9%;
width: 30%;
}
.map_btn_transparent.map_btn_room04 {
top: 16%;
left: 24%;
}
@media screen and (max-width: 768px) {}  #meal .service-list>li .infor-box {
padding-bottom: 10px;
}
#meal .table01 tr th,
.table01 tr td {
text-align: left;
}
#meal .table01 tr td ul li span {
position: relative;
top: -8px;
}  .en-ttl.dog_amenities_ttl_en {
font-size: 5rem;
}
.dog_amenities_ttl {
font-size: 2rem;
}
.dog_amenities_ttl::before,
.dog_amenities_ttl::after {
display: none;
}
.dog_amenities_box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
width: 95%;
margin: 0 auto;
gap: 20px;
}
.dog_amenities_item {
width: calc((100% - 60px) / 4);
border-right: 1px dotted #777;
}
.dog_amenities_item:last-of-type {
border: none;
}
.dog_amenities_item p span {
border-right: 1px solid #ab9b75;
padding-right: 0.5em;
margin-right: 0.5em;
}
.dog_amenities_item p {
position: relative;
font-size: 1.6rem;
border: 1px solid #ab9b75;
width: fit-content;
padding: 5px 40px 5px 5px;
}
.dog_amenities_item p:after {
content: "\f1b0";
font-weight: 900;
font-family: "Font Awesome 6 Free";
color: #ab9b75;
position: absolute;
top: 13%;
right: 10px;
}
.dog_amenities_details li {
position: relative;
padding-left: 10px;
}
.dog_amenities_details li::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 6px;
height: 6px;
border-radius: 50%;
background: #ab9b75;
}
@media screen and (max-width: 1020px) {
.dog_amenities_item {
width: calc((100% - 60px) / 2);
border: none;
}
.dog_amenities_item:nth-of-type(odd) {
border-right: 1px dotted #777;
}
}
@media screen and (max-width: 580px) {
.dog_amenities_item {
width: 100%;
border: none;
}
.dog_amenities_item:nth-of-type(odd) {
border: none;
}
.dog_amenities_item p {
margin-bottom: 15px;
}
} .single-top {
margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
.single-top {
margin-bottom: 30px;
}
}
.sightseeing-list {
padding: 120px 0;
}
.hover-all .txt-box .archive_ttl {
font-size: 2rem;
position: relative;
padding-bottom: 10px;
margin-bottom: 10px;
}
.hover-all .txt-box .archive_ttl::before {
content: "";
height: 1px;
position: absolute;
bottom: 0;
width: 100px;
background: #424851;
left: 0;
z-index: 2;
transition: 0.3s;
}
.hover-all .txt-box .archive_ttl::after {
content: "";
height: 1px;
position: absolute;
bottom: 0;
width: calc(100% - 100px);
background: #ab9b75;
right: 0;
} .qa_list_box {
margin: 50px auto 70px;
padding: 30px 0;
border-top: 1px solid #bbb;
border-bottom: 1px solid #bbb;
}
.qa_anchor_list {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
gap: 10px;
max-width: 590px;
margin: 0 auto;
}
.qa_anchor_list li a {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
min-width: 180px;
padding-bottom: 14px;
color: #333;
text-decoration: none;
transition: 0.3s ease;
font-size: 1.6rem;
}
.qa_anchor_list li a:hover {
color: #b89b72;
}
.qa_ttl_flex {
display: flex;
align-items: center;
gap: 8px;
}
.qa_anchor_list li a i {
font-size: 1rem;
color: #b89b72;
transition: 0.3s ease;
}
.qa_anchor_list li a:hover i {
transform: translateY(3px);
}
.qa-list .btn_more_white {
color: #424851;
width: auto;
}
@media screen and (max-width: 768px) {
.qa_anchor_list {
gap: 0px 10px;
margin: 0px auto;
}
.qa_anchor_list li {
width: calc(50% - 6px);
min-width: auto;
padding-bottom: 10px;
font-size: 1.4rem;
}
.qa_ttl_flex {
gap: 5px;
font-size: 1.3rem;
}
}
.qa-list>*+* {
margin-top: 40px;
}
.qa-list>li>.q-txt,
.qa-list>li>.a-txt {
padding-left: 30px;
position: relative;
}
.qa-list>li>.q-txt:before,
.qa-list>li>.a-txt:before {
font-size: 2.5rem;
font-family: "Cormorant Garamond", serif;
position: absolute;
top: 0;
left: 0;
line-height: 1.3;
}
@media only screen and (max-width: 768px) {
.qa-list>li>.q-txt:before,
.qa-list>li>.a-txt:before {
line-height: 1.2;
}
}
.qa-list>li>.q-txt {
font-weight: 700;
margin-bottom: 10px;
}
.qa-list>li>.q-txt:before {
content: "Q";
color: #424851;
}
.qa-list>li>.a-txt:before {
content: "A";
color: #ab9b75;
}   .form {
padding: 50px 0;
}
.inquiry {
margin: 0 auto 42px auto;
}
.inquiry tr {
width: 75%;
margin: 0 auto;
}
.inquiry th,
.inquiry td {
display: block !important;
width: 80%;
border-top: none !important;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
padding: 1rem;
background: #fff;
} .inquiry .haveto,
.inquiry .any {
font-size: 1.2rem;
} .inquiry th {
text-align: left;
font-size: 1.6rem;
color: #444;
padding-right: 5px;
vertical-align: top;
position: relative;
} .inquiry td {
font-size: 1.6rem;
}
.inquiry_etc_text {
text-align: center;
} max .entry-content .inquiry tr,
.entry-content table {
border: solid 1px #ededed;
} .haveto {
font-size: 1.2rem;
padding: 4px 12px;
background: #b66d6d;
color: #fff;
border-radius: 3px;
position: absolute;
right: 0;
top: 36px;
} .any {
font-size: 1.2rem;
padding: 5px 12px;
background: #17283f;
color: #fff;
border-radius: 3px;
position: absolute;
right: 0;
top: 48px;
} #formbtn2 {
display: block;
padding: 10px;
width: 300px;
font-size: 1.5rem;
margin: 60px auto 0;
color: #232323;
border: 1px solid #ab9b75;
border-radius: 5px;
} #formbtn2:hover {
background-color: #ab9b75;
border: 1px solid transparent;
}
#formbtn:hover {
background-color: #ab9b75;
border: 1px solid transparent;
}
#formbtn {
display: block;
padding: 10px;
width: 300px;
font-size: 1.5rem;
margin: 0 auto 0;
border-radius: 5px;
}
#formbtn,
#formbtn:hover,
#formbtn:focus,
#formbtn:active {
color: #232323;
background-color: #fff;
border: 1px solid #ab9b75;
-webkit-appearance: none;
appearance: none;
} #formbtn:hover {
background-color: #ab9b75;
border: 1px solid transparent;
}
.wpcf7-form-control {
width: 60%;
margin: 0 auto;
width: 96%;
height: 50px;
border-radius: 2px;
padding-left: 10px;
border: 1px solid #eee;
}
.cont_fl {
width: 96%;
height: 50px;
border-radius: 2px;
padding-left: 10px;
border: 1px solid #eee;
}
.cont_fl2 {
width: 94%;
border: 0;
border-radius: 5px;
padding: 10px;
}
.cont_t {
margin-top: 5px;
}
.cont_b {
margin-bottom: 20px;
border: 1px solid #eee;
}
.line_h {
line-height: 1.2;
}
.case_bd {
width: 87%;
margin-left: 6%;
border-bottom: solid #d7d7f4 1px;
}
.bigfont {
font-size: 24px;
letter-spacing: 2px;
padding: 10px;
}
.form.inr {
max-width: 1330px;
margin: 0 auto;
}
.form.inr img {
width: 75%;
margin: 0 auto;
}
.first-box img {
width: 100%;
object-fit: cover;
} @media screen and (min-width: 897px) {
.inquiry {
max-width: 1330px;
width: -moz-available;
width: -webkit-fill-available;
}
.inquiry tr {
display: flex;
}
.inquiry th {
width: 30%;
padding: 38px 3% 20px 5%;
}
.inquiry td {
width: 70%;
padding: 25px 30px 33px 25px;
}
} @media screen and (max-width: 897px) {
.inquiry {
width: 100%;
max-width: 100%;
}
.inquiry th,
.inquiry td {
width: 100%;
}
.inquiry .pt_40 {
padding-top: 0 !important;
} .haveto {
right: auto;
top: 8px;
margin-left: 10px;
} .any {
right: auto;
top: 8px;
margin-left: 10px;
}
.form.inr img {
width: 99%;
margin: 0 auto;
}
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
font-size: 16px;
}
.more-btn {
text-align: center;
margin-top: 20px;
}
.more-btn>button {
font-size: 14px;
color: #fff;
display: inline-block;
padding: 12px 15px;
background: #888;
border: 1px solid #888;
transition: 0.3s;
}
.more-btn>button:hover {
background: #fff;
color: #888;
}