@charset "UTF-8";

:root {
    --primary-color: #003c1f;
}

.color-1 {
    color: #003c1f;
}

.color-2 {
    color: #76161b;
}

.header-top {
    background-color: #000;
    color: #fff;
    padding-left: 30px;
    min-height: 70px;
}

.box-header-top-right {
    display: flex;
    align-items: center;
    gap: 0;
}

a.btn.btn-top {
    min-height: 70px;
    width: 174px;
    background: #76161b;
    color: #fff;
    gap: 24px;
    font-family: "Noto Serif JP", sans-serif;
}

.box-language select {
    background-color: #000;
    color: #fff;
    width: 130px;
    height: 30px;
    padding: 0 15px 2px;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP", sans-serif;
    background-image: url(../images/index/icon-down-small.svg);
    background-size: 11px 6px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.header-bottom {
    min-height: 60px;
    background: #003c1f;
    display: flex;
    align-items: center;
}

.banner-slide img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
}

button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    padding: 0;
}

button.slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: 30px;
}

ul.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    display: flex;
    gap: 6px;
}

ul.slick-dots li {
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li.slick-active {
    background-color: #fff;
}

ul.slick-dots li button {
    opacity: 0;
    padding: 0;
    border: none;
}

.home-booking {
    background-color: #000;
    color: #fff;
}

.box-revation {
    display: flex;
    align-items: center;
}

.box-revation-left {
    width: 158px;
}

.revation-leftcont {
    min-height: 154px;
    background: #76161b;
    text-align: center;
    padding: 28px 0;
}

.revation-leftcont h2 {
    font-size: 2.4rem;
    padding-top: 10px;
}

.revation-leftcont p {
    font-size: 1.3rem;
    padding-top: 10px;
}

.box-revation-right {
    flex: 1;
    padding-left: 18px;
}

.box-revation-right h3 {
    font-size: 1.4rem;
}

.box-revation-right select,
.box-revation-right input {
    border: 1px solid rgba(174, 174, 174, 0.5);
    background-color: #000;
    height: 43px;
    padding: 10px;
    color: #fff;
    margin-top: 10px;
    width: 150px;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", sans-serif;
}

.box-revation-right select#date {
    width: 240px;
}

.box-revation-right select {
    background-image: url(../images/index/bg-select-home.png);
    background-size: 24px 24px;
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.home-booking {
    /*position: fixed;*/
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 5;
    z-index: 1000;
}

.box-flex-revation {
    display: flex;
    gap: 24px;
}

.list-choose-revation {
    display: flex;
    gap: 28px;
    align-items: flex-end;
}

.list-choose-revation input[type=submit] {
    background-color: #003c1f;
    width: 123px;
    padding: 5px 10px;
}

a.btn.btn-link {
    max-width: 548px;
    min-height: 72px;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.25em;
}

a.btn.btn-link::after {
    width: 12px;
    height: 13px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #fff;
    transition: 0.3s;
    right: 48px;
}

a.btn.btn-link:hover {
    background-color: #fff;
    color: #000;
}

a.btn.btn-link:hover::after {
    background-color: #000;
}

a.btn.btn-link.v2 {
    background-color: transparent;
    color: #000;
    border: 1px solid rgba(148, 148, 148, 0.5);
}

a.btn.btn-link.v2::after {
    background-color: #000;
}

a.btn.btn-link.v2:hover {
    background-color: #000;
    color: #fff;
}

a.btn.btn-link.v2:hover::after {
    background-color: #fff;
}

a.btn.btn-link.v3 {
    background-color: #76161b;
    border: 1px solid rgba(148, 148, 148, 0.5);
    color: #fff;
    max-width: 460px;
    min-height: 52px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

a.btn.btn-link.v3::after {
    background-color: #fff;
    right: 25px;
}

a.btn.btn-link.v3:hover {
    background-color: #fff;
    color: #76161b;
}

a.btn.btn-link.v3:hover::after {
    background-color: #76161b;
}

a.btn.btn-link.v3.medium {
    max-width: 344px;
    min-height: 52px;
}

a.btn.btn-link.v3.large {
    max-width: 558px;
    min-height: 52px;
}

a.btn.btn-link.small {
    max-width: 184px;
    min-height: 42px;
    font-size: 1.5rem;
}

a.btn.btn-link.small::after {
    right: 20px;
}

a.btn.btn-link.no-link {
    pointer-events: none;
}

a.btn.btn-link.no-link::after {
    display: none;
}

.link-banner {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.link-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-link.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.link-banner a.btn.btn-link {
    width: 100%;
    margin: 0 auto;
}

.box-home-info {
    display: flex;
    align-items: center;
}

.box-home-info.reverse {
    flex-direction: row-reverse;
}

.box-home-info.reverse .home-info-right-cont {
    margin-left: 0;
}

.box-home-info.reverse .home-info-img {
    right: auto;
    left: 0;
}

.home-info-left {
    width: 50%;
    position: relative;
    min-height: 523px;
}

.home-info-right {
    width: 50%;
}

.home-info-right-cont {
    max-width: 343px;
    margin-left: auto;
}

.home-info .box-home-info:nth-child(2) .home-info-right-cont {
    max-width: 345px;
}

.home-info-right-cont h2 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    color: #003c1f;
}

.home-info-right-cont p {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 60px;
    letter-spacing: 0.15em;
}

.home-info-right-cont a.btn.btn-link {
    margin-left: auto;
    margin-right: auto;
}

.home-info-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
}

.home-info-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-link {
    display: flex;
    align-items: stretch;
}

.home-link-item {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.home-link-item img {
    width: 100%;
    transition: 0.3s;
}

.home-link-item .title-link-home {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 2.1rem;
    letter-spacing: 0.25em;
    line-height: 1.24;
    z-index: 1;
}

.home-link-item a.btn.btn-link.small {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 184px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.home-link-item a.btn.btn-link.small::after {
    background-color: #fff;
}

.home-link-item p {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.778;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 230px;
}

.home-link-item:hover img {
    transform: scale(1.1);
}

.home-link-item:hover a.btn.btn-link {
    background-color: #fff;
    color: #000;
}

.home-link-item:hover a.btn.btn-link::after {
    background-color: #000;
}

.news-item.item-list {
    display: flex;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.news-item.item-list:last-child {
    margin-bottom: 0;
}

.news-item.item-list .title {
    flex: 1;
}

.news-item.item-list .title a {
    color: #000;
    letter-spacing: 0.05em;
}

.news-item .date {
    width: 90px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

a.cat {
    width: 157px;
    color: #003c1f;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
}

.box-btn-news a.btn {
    margin-left: auto;
    margin-right: 80px;
    margin-top: 8px;
}

.home-news {
    position: relative;
}

.home-news::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.box-flex-img-link {
    display: flex;
    gap: 20px;
}

.index-external-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.index-external-links img {
    width: 350px;
    max-width: 100%;
    height: auto;
}

.list-link-plant {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    gap: 40px 80px;
}

.list-link-plant a {
    color: #000;
    position: relative;
}

.list-link-plant a::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    right: -40px;
    top: 0;
}

.list-link-plant a:last-child::after,
.list-link-plant a:nth-child(5)::after {
    display: none;
}

.list-link-plant a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #003c1f;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.3s;
}

.list-link-plant a:hover {
    opacity: 1;
}

.list-link-plant a:hover::before {
    transform: scaleX(1);
}

.box-header-top-left.hide-for-small a.menu-btn {
    position: relative;
    width: 48px;
    height: 48px;
    display: block;
}

.box-header-top-left.hide-for-small {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-plant-link {
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
}

.home-plant-link::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #f4f4f4;
    z-index: -2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.home-plant-link a.btn.btn-link {
    max-width: 390px;
    min-height: 52px;
    font-size: 1.8rem;
}

a.link-icon {
    display: block;
    margin-bottom: 10px;
}

.list-logo {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.list-groupas dl.p-group__as{
	max-width: 1200px;
	margin: 40px auto;
	background-color: #FAE2E2;
	padding: 40px 0;
}
.list-groupas dl.p-group__as dt{
	width: 175px;
	margin: 0 auto 20px;
}
.list-groupas dl.p-group__as dt > img{
	width: 100%;
	height: auto;
}
.list-groupas dl.p-group__as dd{
	display: flex;
	justify-content: center;
	gap: 0 30px;
}
.list-groupas dl.p-group__as dd > a{
	display: flex;
	flex-direction: column;
	width: 175px;
}
.list-groupas dl.p-group__as dd > a > img{
	width: 100%;
	height: auto;
}
.list-groupas dl.p-group__as dd > a > p{
	margin-top: 5px;
	font-size: 1.3rem;
	color: #000;
	text-align: center;
}

.link-footer-fix.list-link-plant {
    padding: 40px 10px;
    background-color: #f4f4f4;
    gap: 30px 65px;
}

.link-footer-fix.list-link-plant a {
    font-size: 1.4rem;
}

.link-footer-fix.list-link-plant a::after {
    right: -33px;
}

.footer {
    position: relative;
}

.footer::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.footer-infor {
    color: #fff;
}

.tel-footer {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 3.2rem;
    color: #fff;
}

.tel-footer::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../images/index/icon-phone.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.p-footer__sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    color: #fff;
    font-size: 1.4rem;
}

.p-footer__mailmagazine {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 272px;
    margin-left: auto;
}

.footer-copyright {
    color: #c1c4bf;
}

.footer-top {
    display: flex;
    align-items: flex-start;
}

.footer-left {
    width: 27%;
}

.footer-right {
    width: 25%;
}

.footer-center {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 80px;
}

a.link-footer {
    display: block;
    color: #fff;
    line-height: 2;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
}

body {
    /*padding-bottom: 154px;*/
}

.box-link-footer {
    width: auto;
    flex: 1;
}

.box-link-footer:nth-child(1) {
    width: 220px;
    flex: unset;
}

.box-link-footer:nth-child(3) {
    flex: unset;
    width: 200px;
}

.box-link-footer:nth-child(4) {
    width: 100%;
    flex: unset;
}

ul.list-anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

ul.list-anchor a {
    /*padding-right: 40px;*/
    padding-right: 20px;
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
    line-height: 1.21;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

ul.list-anchor a::after {
    content: "";
    width: 11px;
    height: 11px;
    /*background-image: url(../images/index/icon-down.svg);*/
    background-image: url(../images/index/icon-down.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-anchor {
    background-color: #e6e6e6;
    padding: 10px 0;
}

.box-img-spa {
    height: 487px;
    position: relative;
}

.box-img-spa img {
    position: absolute;
    right: 0;
    height: auto;
    max-width: unset;
    width: calc(50vw - 50px);
    object-fit: cover;
}

.no-1 {
    position: relative;
}

.no-1::after {
    width: 62px;
    height: 62px;
    content: "";
    background-image: url(../images/index/no-1.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}

.no-1 {
    position: relative;
}

.no-1::after {
    width: 62px;
    height: 62px;
    content: "";
    background-image: url(../images/index/no-1.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}

.no-2 {
    position: relative;
}

.no-2::after {
    width: 62px;
    height: 62px;
    content: "";
    background-image: url(../images/index/no-2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}

.no-3 {
    position: relative;
}

.no-3::after {
    width: 62px;
    height: 62px;
    content: "";
    background-image: url(../images/index/no-3.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}

.box-spa-right {
    max-width: 420px;
    margin-left: auto;
}

.box-spa-right h3 {
    color: #003c1f;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-bottom: 20px;
}

.box-spa-right h3 small {
    font-size: 2rem;
}

.box-spa-right p {
    letter-spacing: 0.25em;
    line-height: 1.875;
    text-align: justify;
}

.box-spa-right p.fs-14 {
    font-size: 1.4rem;
}

.box-spa-right h4 {
    color: #003c1f;
    letter-spacing: 0.25em;
    margin-bottom: 55px;
}

.slide-spa ul.slick-dots {
    /*bottom: -25px;*/
    bottom: -55px;
    left: 0px;
    transform: none;
    top: auto;
}

.slide-spa ul.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #c7c7c7;
    border: none;
}

.slide-spa ul.slick-dots li.slick-active {
    background-color: #000;
}

.slide-spa button.slick-arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    left: 0;
}

.slide-spa button.slick-arrow.next-arrow {
    left: auto;
    right: 0;
}

.box-text-spa-left {
    padding-right: 20px;
}

.no-maxwidth img {
    max-width: unset;
}

h3.title-spa {
    font-size: 2.5rem;
    font-weight: 600;
    color: #003c1f;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

h3.title-spa.small {
    font-size: 2.3rem;
}

h3.title-spa small {
    font-size: 1.6rem;
}

table.table-spa {
    width: 100%;
}

table.table-spa td {
    height: 40px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(148, 148, 148, 0.5);
    padding: 10px 0;
    text-align: justify;
    line-height: 1.7;
}

table.table-spa td:first-child {
    width: 120px;
    padding: 10px;
    letter-spacing: 0.25em;
    color: #003c1f;
    vertical-align: top;
}

table.table-spa.v3 td:nth-child(2) {
    width: 110px;
}

table.table-spa.v3 tr:first-child td {
    color: #003c1f;
    font-size: 1.6rem;
    font-weight: 500;
}

.text-note {
    position: relative;
    padding-left: 23px;
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: 0.05em;
    color: #000;
}

.text-note::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.text-note.ls-250 {
    letter-spacing: 0.25em;
}

.name-slide {
    letter-spacing: 0.25em;
    color: #000;
    margin-top: 5px;
}

.sub-title {
    text-align: center;
    width: 230px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2.8rem;
    letter-spacing: 0.15em;
    line-height: 1.39;
    position: relative;
}

.sub-title.smaller-sub-title {
    font-size: 2.65rem;
}

.sub-title small {
    position: absolute;
    font-size: 1.6rem;
    left: 50px;
}

.img-meal h3 {
    font-size: 1.8rem;
    color: #003c1f;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 10px 0;
}

.img-meal p {
    letter-spacing: 0.25em;
    color: #000;
    padding-top: 10px;
    text-align: center;
}

.box-text-meal-right {
    padding-left: 50px;
}

.box-text-meal-right h3.title-spa {
    font-size: 2.8rem;
}

.box-text-meal-right h3.title-spa span {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .toggle-meal-row .box-text-meal-left {
        padding-top: 50px;
    }
}

.box-text-meal-left {
    padding-left: 50px;
}

.box-text-meal-left h3.title-spa {
    font-size: 2.3rem;
}

.box-text-meal-left table.table-spa td:first-child {
    width: 150px;
}

.row-reverse .box-text-meal-left {
    padding-left: 0;
    padding-right: 50px;
}

.row-reverse .box-text-meal-right {
    padding-left: 0;
    padding-right: 50px;
}

.img-meal-right {
    padding-top: 10px;
}

.row-reverse .text-meal-2 {
    padding-left: 0;
    padding-right: 70px;
}

.text-meal-2 {
    padding-left: 70px;
}

.text-meal-2 h3 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #003c1f;
    margin-bottom: 25px;
}

.text-meal-2 p {
    letter-spacing: 0.25em;
    line-height: 1.875;
}

table.table-meal {
    width: 100%;
}

table.table-meal td {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #949494;
    height: 40px;
    padding: 10px 20px;
}

table.table-meal td:nth-child(1) {
    width: 140px;
    background-color: #e5ebe8;
    text-align: center;
    color: #003c1f;
    letter-spacing: 0.25em;
}

.box-meal-info h3 {
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    color: #003c1f;
    text-align: center;
    line-height: 1.3;
    margin: 10px 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-meal-info p {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 25px;
    color: #003c1f;
}

.box-meal-info.small h3 {
    font-size: 1.8rem;
    align-items: flex-start;
}

.box-meal-info.small table.table-meal td {
    padding: 10px;
}

.box-meal-info.small table.table-meal td:nth-child(1) {
    width: 90px;
    padding: 10px 5px;
}

.menu-fix-sm {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #003c1f;
    z-index: 4;
}

.box-menu-fix {
    display: flex;
}

.box-menu-fix a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    border-right: 1px solid #fff;
    width: 25%;
    min-height: 55px;
}

.box-menu-fix a:last-child {
    border-right: none;
}

.box-menu-fix a img {
    width: 19px;
}

.box-btn-meal {
    margin-top: 30px;
}

.box-btn-meal a.btn.btn-link.v3 {
    max-width: 232px;
    min-height: 47px;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
}

.meal-03 {
    position: relative;
}

.meal-03::after {
    content: "";
    background-color: #f7f7f7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

table.table-spa.v2 td:first-child {
    color: #000;
}

.list-icon-meal {
    display: flex;
    gap: 30px;
}

.box-img-meal-4 h3 {
    font-size: 2.3rem;
    text-align: center;
    font-weight: 500;
    color: #003c1f;
    letter-spacing: 0.1em;
    margin: 15px 0;
}

.box-img-meal-4 p {
    font-size: 1.4rem;
    letter-spacing: 0.25em;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #003c1f;
}

.box-img-meal-4.v2 h3 {
    font-size: 1.8rem;
}

.box-img-meal-4.v2 p {
    letter-spacing: 0.15em;
}

.room-01 .text-meal-2 {
    padding-left: 30px;
}

.text-room-img {
    padding: 10px 32px 0;
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: 0.05em;
}

table.table-room {
    width: 100%;
}

table.table-room tr:first-child td {
    background-color: #e5ebe8;
    color: #003c1f;
    text-align: center;
    height: 55px;
    padding: 0;
}

table.table-room td {
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #949494;
    line-height: 1.28;
    text-align: center;
    width: 95px;
    font-size: 1.4rem;
}

table.table-room td:first-child {
    text-align: left;
    width: 193px;
}

.box-spa-right h3.text-left {
    text-align: left;
}

.box-spa-right h4 {
    margin-bottom: 20px;
}

.box-flex-day {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.box-flex-day .day-icon {
    text-align: center;
}

.box-flex-day .day-icon img {
    width: auto;
    height: 100px;
}

.box-flex-day .day-icon span {
    display: block;
    text-align: center;

}

.has-tooltip {
    position: relative;
}

.tooltip {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.1rem;
}

.box-img-day h2 {
    margin-top: 23px;
    font-size: 2rem;
    color: #003c1f;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 10px;
}

.box-img-day h3 {
    color: #003c1f;
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: center;
}

.box-img-day p {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 1.57;
    min-height: 66px;
    padding-left: 15px;
    padding-right: 15px;
}

.box-img-day table.table-spa td:first-child {
    padding-left: 15px;
    width: 75px;
}

.box-btn-day {
    margin-top: 20px;
}

.box-img-meal-4.meal-left h3 {
    margin-top: 0;
    text-align: left;
}

.box-img-meal-4.meal-left p {
    letter-spacing: 0.05em;
}

.day-04 .box-spa-right {
    max-width: 480px;
}

.day-04 .box-img-meal-4.meal-left.mt-50 {
    max-width: 480px;
    margin-left: auto;
}

.day-04 .box-img-meal-4 p {
    letter-spacing: 0.05em;
}

.day-05 .box-img-meal-4.meal-left.mt-50,
.day-06 .box-img-meal-4.meal-left.mt-50 {
    max-width: 420px;
    margin-left: auto;
}

.box-list-file {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

a.btn.btn-file {
    min-height: 45px;
    padding-left: 50px;
    justify-content: flex-start;
    font-size: 1.4rem;
    text-decoration: underline;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    color: #000;
    border-bottom: 1px solid rgba(148, 148, 148, 0.5);
}

a.btn.btn-file::after {
    width: 22px;
    height: 25px;
    background-image: url(../images/day/icon-file.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 13px;
}

a.btn.btn-file::before {
    width: 23px;
    height: 23px;
    background-image: url(../images/day/icon-down.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 18px;
}

table.price-table {
    width: 100%;
}

table.price-table tr:nth-child(1) td,
table.price-table tr:nth-child(2) td {
    background-color: #e5ebe8;
    color: #003c1f;
    text-align: center;
}

table.price-table td {
    height: 55px;
    border: 1px solid rgba(148, 148, 148, 0.5);
    background-color: #fff;
    padding: 10px 20px;
    width: 200px;
    text-align: right;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

table.price-table td:first-child {
    width: 400px;
    text-align: left;
}

.box-flex-meeting {
    display: flex;
    gap: 14px;
    align-items: center;
}

.content-meat-2 {
    padding-left: 57px;
}

.content-meat-2 h3 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #003c1f;
    margin-bottom: 15px;
}

.content-meat-2 p {
    letter-spacing: 0.25em;
    line-height: 1.875;
}

.title-border {
    font-size: 2rem;
    color: #003c1f;
    border-bottom: 1px solid rgba(148, 148, 148, 0.5);
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 0.2em;
}

.access-left {
    margin-bottom: 100px;
}

section#access-02 table.table-spa td:first-child {
    width: 280px;
    padding: 25px 0;
    padding-left: 95px;
}

.floor-01 .box-img-meal-4 h3 {
    text-align: left;
}

.floor-01 table.table-spa:not(.v5) td:first-child {
    text-align: center;
    color: #000000;
}

.box-floor-2-title {
    min-height: 384px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.25em;
    color: #fff;
    position: relative;
}

.box-floor-2-title::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/floor/bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    z-index: -2;
}

.box-floor-2-title h3 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 20px 0 50px;
}

.row-reverse .box-spa-right {
    margin-left: 0;
    margin-right: auto;
}

.row-reverse .box-img-spa img {
    left: 0;
    right: auto;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
}

ul.tabs-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
}

ul.tabs-nav li {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(148, 148, 148, 0.5);
    background-color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

ul.tabs-nav li.active,
ul.tabs-nav li:hover {
    background-color: #191919;
    color: #fff;
}

.history-01 .box-spa-right {
    max-width: 480px;
}

.history-01 .box-spa-right h3 {
    font-size: 2.5rem;
}

.history-01 .box-spa-right h5 {
    font-weight: 500;
    margin-bottom: 15px;
}

.box-border-contact {
    border: 1px solid rgba(148, 148, 148, 0.5);
    padding: 30px;
    text-align: center;
}

a.tel-contact {
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    color: #000;
}

.box-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
}

.box-radio span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
}

.box-radio span.wpcf7-list-item {
    margin: 0;
    width: 33.33%;
}

span.wpcf7-spinner {
    display: none;
}

span.wpcf7-list-item {
    margin-left: 0;
}

.box-border-contact.form-border {
    padding: 60px;
    text-align: left;
    padding-bottom: 75px;
}

.form-item {
    margin-left: 30px;
}

.box-text-right {
    padding-left: 45px;
    padding-top: 5px;
}

.box-text-right a {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #76161b;
}

.box-text-right p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: #4d4d4d;
    padding-top: 20px;
}

.p-transportation {
    margin: 80px 0;
}

.p-transportation__item {
    display: flex;
    width: 100%;
    margin: 0 8px;
    padding: 40px 0;
}

.p-transportation__item:not(:last-of-type) {
    border-bottom: 1px solid #c1c4bf;
}

.p-transportation__item__icon {
    /* display: table-cell; */
    width: 12%;
    padding: 0 8px;
}

.p-transportation__item__icon i {
    font-size: 72px;
    margin-right: 0;
    color: #396319;
}

.p-transportation__item__content {
    /* display: table-cell; */
    width: 88%;
    vertical-align: top;
}


/*2022.07.20変更*/

.p-transportation__item__text {
    margin-right: 56px;
    flex-basis: 45%;
}

.p-transportation__item__text dl {
    margin-top: 15px;
    line-height: 1.75;
}

.p-transportation__item__text dl dt {
    font-weight: bold;
}

.p-transportation__item__text dl dd span {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 16px;
}

.p-transportation__item__text h4 {
    font-size: 2.3rem;
    color: #003c1f;
    font-weight: 500;
}

.p-transportation__item__text p {
    font-size: 0.875rem;
    margin-top: 16px;
}

.p-transportation__item__image {
    margin-left: auto;
    flex-basis: calc(55% - 56px);
}

.p-transportation__item__image img {
    width: 100%;
}

.p-transportation__item__link ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0;
}

.p-transportation__item__link ul li:not(:last-child) {
    margin-right: 40px;
}

.p-transportation__item__link .c-attention {
    margin-top: 0 !important;
    margin-left: 2em !important;
}

.p-slider--access__nav .slick-track {
    display: flex;
    width: 100% !important;
    justify-content: center;
}

.p-slider--access__nav li {
    padding: 0 12px;
    text-align: center;
    outline: 0;
    flex-basis: 80px;
}

.p-slider--access__nav li i {
    font-size: 2rem;
    display: flex;
    width: 56px;
    height: 56px;
    margin-right: 0;
    margin-bottom: 8px;
    color: #c1c4bf;
    border: 1px solid #c1c4bf;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.p-slider--access__nav li.slick-current {
    color: #396319;
}

.p-slider--access__nav li.slick-current i {
    color: #fff;
    border: 1px solid #396319;
    background-color: #396319;
}

.p-freebus {
    margin-bottom: 80px;
}

.p-freebus__list {
    display: flex !important;
    border-radius: 16px;
}

.p-freebus__item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.p-freebus__item .images {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.p-freebus__item:first-of-type {
    flex-basis: 37.25% !important;
}

.p-freebus__item:last-of-type {
    flex-basis: 62.75% !important;
}

.p-freebus__item h3 {
    font-size: 1.25rem;
}

.p-freebus__item h4 {
    font-size: 1rem;
    margin: 16px 0;
}

.p-freebus__item p {
    font-size: 0.875rem;
    margin-bottom: 24px;
}

.p-freebus__item picture.half {
    display: block;
    margin-top: 15px;
    width: 50%;
    height: auto;
}

.c-col2 {
    display: flex;
}

.c-link a {
    text-decoration: underline;
    color: #8e3d3e;
    display: flex;
    font-weight: 500;
}

li.c-link a:before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    content: "";
    background: url(../images/index/icon_open_new.svg) center center no-repeat;
}

h5.c-title--round-black {
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

h5.c-title--round-black span {
    font-size: 1.4rem;
    margin-right: 8px;
    padding: 0 8px;
    color: #fff;
    border-radius: 20px;
    background: #000;
}

.p-transportation__item__link {
    margin-top: 30px;
}

.box-flex-access {
    display: flex;
    gap: 50px;
    align-items: center;
}

table.p-sightseeing__link {
    width: 100%;
}

table.p-sightseeing__link td {
    border-bottom: 1px solid rgba(148, 148, 148, 0.5);
    height: 70px;
}

table.p-sightseeing__link th {
    border-bottom: 1px solid rgba(148, 148, 148, 0.5);
}

table.p-sightseeing__link th img {
    margin-right: 20px;
}

table.p-sightseeing__link .c-link a {
    color: #000;
}

table.p-sightseeing__link .c-link a::after {
    width: 19px;
    height: 19px;
    margin-left: 8px;
    content: "";
    background: url(../images/access/icon-blank.svg) center center no-repeat;
}

.box-flex-link {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.photo-01 .sub-title {
    letter-spacing: 0;
}

.title-photo {
    color: #003c1f;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.box-photo-top {
    padding: 50px 0;
    position: relative;
}

.box-photo-top::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -2;
}

.page-news .news-img {
    width: 160px;
}

.page-news .news-content {
    flex: 1;
    padding-left: 24px;
}

.page-news a.cat {
    background-color: #003c1f;
    padding: 0 5px;
    color: #fff;
    width: fit-content;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}

.page-news .news-item.item-list {
    padding: 25px 0;
    border-top: 1px solid rgba(148, 148, 148, 0.5);
    margin-bottom: 0;
}

.page-news .news-item.item-list .title {
    margin: 10px 0;
}

.page-news .news-item.item-list .title a {
    font-size: 1.7rem;
    color: #003c1f;
}

.page-news .date {
    color: #003c1f;
}

.box-filter {
    display: flex;
    justify-content: space-between;
}

nav.page-navi {
    padding: 40px 0;
    border-top: 1px solid rgba(148, 148, 148, 0.5);
}

.home-banner {
    position: relative;
}

.img-home-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    color: #fff;
    /* switch */
}

.search-toggle .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.search-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.search-toggle .slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dcdcdc;
    border-radius: 30px;
    transition: 0.3s;
}

.search-toggle .slider-switch:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    top: 3px;
    background: white;
    border-radius: 50%;
    transition: 0.3s;
}

.search-toggle {
    /* checked */
}

.search-toggle .switch input:checked+.slider-switch {
    background: #003c1f;
}

.search-toggle .switch input:checked+.slider-switch:before {
    transform: translateX(20px);
}

.list-switch-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.list-switch {
    margin-top: -23px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: -20px;
    width: fit-content;
    margin-left: auto;
}

.iconlist ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconlist ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.home-contact-top.footer-logo img {
    width: 200px;
}

.box-btn-day a.btn.btn-link.v3 {
    max-width: 232px;
    font-size: 1.6rem;
    margin: 0 auto;
    min-height: 47px;
}

@media (min-width: 768px) {
    .header-main .logo-left .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.box-btn-contact a.btn.btn-link.mx-auto.small.v2 {
    max-width: 206px;
    letter-spacing: 0.15em;
    padding-bottom: 2px;
    padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .list-choose-revation {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .header-main .logo-left .logo {
        position: static;
        transform: none;
    }
}

#map {
    width: 100%;
    height: 600px;
    z-index: 9;
}


/* ポップアップのスタイル */

.leaflet-popup-content {
    font-size: 14px;
    line-height: 1.6;
    min-width: 150px;
}

.popup-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 4px;
    color: #333;
}

.popup-info {
    font-size: 12px;
    color: #666;
}

.p-mapinfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 300px;
    max-width: 392px;
    padding: 24px 32px;
    border-radius: 0;
    background-color: #fff;
    z-index: 999;
    left: 20px;
}

.p-mapinfo__item {
    margin-top: 16px;
    font-size: 1.4rem;
}

.p-mapinfo__item dt {
    font-size: 1.6rem;
}

.p-mapinfo__item:first-child {
    margin-top: 0;
}

.p-mapinfo__link {
    text-align: center;
}

.p-mapinfo dt {
    position: relative;
    padding: 8px 0 0;
    color: #396319;
}

.home-map-box {
    position: relative;
}

.p-mapinfo__item dt {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.p-mapinfo__item dt img {
    width: 40px;
    background: #396319;
    padding: 7px;
    border-radius: 50%;
}

.p-mapinfo__item dd {
    margin-left: 50px;
}

.p-mapinfo__link a.btn.btn-link.v2 {
    max-width: 280px;
    min-height: 52px;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
}

.p-mapinfo__link a.btn.btn-link.v2:after {
    right: 25px;
}


/* 404 Page
----------------------------------------------- */

.content-error {
    padding: 120px 0 150px;
    text-align: center;
}

.box-404 h2 {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #003c1f;
    margin-bottom: 30px;
}

.box-404 h2 span {
    display: block;
    font-size: 8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.box-404 h3 {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: #003c1f;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.box-404 p {
    font-size: 1.6rem;
    line-height: 2;
    color: #333;
    letter-spacing: 0.05em;
}

.box-btn-404 {
    margin-top: 60px;
}

.box-btn-404 a.btn.btn-link {
    max-width: 360px;
}

.sub-title.has-ruby {
    line-height: 2.6;
}

.sub-title.has-ruby rt {
    position: relative;
    top: -7px;
}

.slide-day-spa-cont {
    width: fit-content;
    margin-left: 120px;
    margin-right: 15px;
}

@media(min-width: 1200px) {
    .box-spa-right h3 {
        position: relative;
        width: calc(100% + 50px);
    }
}

.sub-title.ls-100 {
    letter-spacing: 0.1em;
}

a.btn.btn-file:hover {
    opacity: 0.6;
}

a.btn.btn-link.btn-back-list {
    width: 250px;
}

a.btn.btn-link.btn-back-list:after {
    right: 20px;
}

a.link-privacy {
    text-decoration: underline;
}

.slick-dot-thumb li img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

ul.slick-dot-thumb {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

ul.slick-dot-thumb li {
    width: 100px;
    height: 100px;
    margin: 0 6px;
    position: relative;
    opacity: .7;
    cursor: pointer;
}

ul.slick-dot-thumb li::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../images/index/icon_checked.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}

ul.slick-dot-thumb li.active {
    opacity: 1;
}

ul.slick-dot-thumb li.active::after {
    opacity: 1;
}

.box-slide-photo .slick-slide {
    padding: 0 12px;
    opacity: .7;
}

.box-slide-photo .slick-current {
    opacity: 1;
}

.box-slide-photo .slick-slide img {
    border-radius: 16px;
}

.box-slide-photo .slick-list {
    overflow: visible;
}

.box-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.gallery-item {
    position: relative;
    cursor: pointer;
    width: 188px;
    height: 125px;
    overflow: hidden;
    border-radius: 16px;

}

.gallery-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    opacity: 0;
    transition: .3s;
}

.gallery-item:hover::after,
.gallery-item:hover::before {
    opacity: 1;
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background-image: url(../images/index/icon_zoom_in.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .3s;
}

.gallery-item img {
    width: 100%;
    cursor: pointer;
    display: block;
    border-radius: 16px;
    object-fit: cover;
}

.gallery-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-img {
    max-width: 90%;
    max-height: 90%;
}

.close-popup {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    left: 30px;
}

.gallery-next {
    right: 30px;
    left: auto;
}

.box-revation .search-widget-search-container-bf1818 {
    background: transparent;
    padding: 0;
    color: #fff;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 28px;
}

#searchform_fixed .input-container-input-container-da40af .input-container-title-db81ec {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', sans-serif;
}

#searchform_fixed .search-widget-select-75fb48 {
    width: 150px;
    background-color: #000 !important;
    color: #fff !important;
    background: url(../images/index/icon05.png) no-repeat 97% 50%;
    border-radius: 0 !important;
}

#searchform_fixed .search-widget-calendar-9fdfc9 {
    background: url(../images/index/icon06.png) no-repeat 98% 50% !important;
    color: #fff !important;
}

#searchform_fixed section.search-widget-day-use-wrapper-fc1ff9 {
    width: 100%;
}

#searchform_fixed section.search-widget-input-wrapper-eaf5bf {
    display: flex !important;
    gap: 28px;
}

#searchform_fixed .input-container-input-container-da40af {
    margin-right: 0;
}

#searchform_fixed .input-container-input-container-da40af.input-container-width-sm-88e98c {
    width: auto;
}

#searchform_fixed .dropdown-selector-container-ed6e73 .dropdown-selector-input-349b9d {
    background: url(../images/index/icon05.png) no-repeat 97% 50% !important;
}

#searchform_fixed input.search-widget-input-34bba0.dropdown-selector-input-6d2b0e {
    background-color: transparent !important;
    color: #fff !important;
    background: url(../images/index/icon05.png) no-repeat 97% 50% !important;
    height: 43px;
    border-radius: 0 !important;
}

#searchform_fixed .button-btn-f51c1a {
    width: 123px !important;
    padding: 5px 10px !important;
    background-color: #003c1f !important;
    color: #fff !important;
    font-size: 1.4rem !important;
    border-radius: 0px !important;
    height: 43px;
}

.box-slide-day-spa button.slick-arrow {
    left: 0;
}

.box-slide-day-spa button.slide-arrow.next-arrow.slick-arrow {
    right: 0;
}

.box-slide-day-spa ul.slick-dots {
    bottom: -25px;
    left: 5px;
    transform: none;
    top: auto;
}

.box-slide-day-spa ul.slick-dots li.slick-active {
    background-color: #000;
}

.box-slide-day-spa ul.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #c7c7c7;
    border: none;
}

/**/

.post-content .wp-block-button a {
    text-decoration: none;
}

.mov-yuguchi {
    max-width: 100%;
    height: auto;
}

/**/

#chatbot-btn {
    display: block;
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 9999;
    background-color: #c8a84b;
    color: #1a1a1a;
    text-decoration: none;
    writing-mode: vertical-rl;
    padding: 20px 10px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1;
    transition: opacity 0.2s;
    border-radius: 8px 0 0 8px;
}

/**/
.grecaptcha-badge {
  display: none;
}
/* contact と download ページだけ表示 */
body.page-contact .grecaptcha-badge,
body.page-download .grecaptcha-badge {
  display: block;
}

/**/
#UgcCreativeReviewArea input[type="checkbox"]{
	display: none;
	
}


