﻿@charset "utf-8";

/* news */
.news-sec .clm .box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pager {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.pager {
		gap: 7px;
		margin-top: 40px;
	}
}
.pager .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #e9e9e8;    
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
	.pager .page-numbers {
		font-size: 1.2rem;
        width: 32px;
        height: 32px;
        line-height: 30px;
	}
}       
.pager .page-numbers:hover,
.pager .page-numbers.current {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;	
}
.pager .page-numbers.current {
	pointer-events: none;
}
.single-title {
	margin-bottom: 0.5em;
	font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
	.single-title {
		font-size: 1.8rem;
	}
}
.single-info {
	margin-bottom: 2em;
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.single-info {
		font-size: 1.2rem;
	}
}
.single-category {
	display: inline-block;
	line-height: 1;
    color: #fff;
    margin: 0 0 0 1.5em;
    padding: 0.2em 0.5em;
    background-color: #000;
}
.single-category:hover {
	color: #fff;
	text-decoration: none;
}
.single-tag {
	display: inline-block;
	color: #808080;
    margin: 0 1.0em 0 0;
}
.single-tag:hover {
	color: #808080;
	text-decoration: none;
}
.single-content {
	font-size: 1.8rem;
}
.single-content > * {
	margin-bottom: 1em;
}
.single-content ul {
	margin-left: 2.2em;
	list-style: disc;
}
@media screen and (max-width: 767px) {
	.single-content {
		font-size: 1.2rem;
	}
}
.single-content a {
	text-decoration: underline;
}
.single-content em {
	font-style: italic;
}


/* reservation */
.js-preferred-date,
.js-preferred-time,
.js-contact-time {
	max-width:360px;
}
.wpcf7-form .wpcf7-list-item:has([name="category"]) {
	display: block;
	margin: 0;
}
.wpcf7-form .btn-confirm,
.wpcf7-form .btn-submit {
	font-size: 2.2rem;
    line-height: 1;
    padding: 0.7em 1.5em;
    background-color: #fff;
    border: 1px solid #333;
    display: block;
    transition: background-color 0.3s ease;
}
.wpcf7-form .btn-back {
	font-size: 2.2rem;
    line-height: 1;
    padding: 0.7em 1.5em;
    background-color: #e6e6e6;
    border: 1px solid #333;
    display: block;
    transition: background-color 0.3s ease;
}
.wpcf7-form .btn-confirm:hover,
.wpcf7-form .btn-submit:hover {
	background-color:#e6e6e6;
}
.wpcf7-form .btns > div,
.wpcf7-form .btns > div > p {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 2em;
	padding: 0;
}
.contact-sec.confirm .list2 {
	margin: 0;
}
.contact-sec.confirm .form > dl.type1 > dt {
	padding-top: 0;
}
.contact-sec.confirm .mult-clm {
	margin: 0 0 0 -.2em;
}
.contact-sec.confirm .mult-clm > div {
	padding: 0;
}
.wpcf7-spinner {
	position: absolute;
	top: calc(100% + 10px);
}
.contact-sec.complete .txt1 a {
	font-size: 1.8rem;
    text-decoration: none;
    padding: 0 1.5em 0 0;
    display: inline-block;
    position: relative;
    transition: opacity 0.3s ease;
}
.contact-sec.complete .txt1 a svg {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
