#quick-reserve {
	position: absolute;
	top: 0;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 8px rgb(0 0 0 / 11%);
	box-shadow: 0 0 8px rgb(0 0 0 / 11%);
	width: calc(100% - 10rem);
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 880px;
	z-index: 2;
	}

#quick-reserve.ja .ja,
#quick-reserve.en .en {
	display: inline-block;
	}

#quick-reserve.ja .en,
#quick-reserve.en .ja {
	display: none;
	}

#quick-reserve h2 {
	margin: 0 !important;
	padding: 8px 0 0 24px;
	font-size: 32px !important;
	line-height: 48px !important;
	text-align: left !important;
	}

#quick-reserve h2 small {
	display: block;
	overflow: hidden;
	}

#quick-reserve h2 span {
	float: left;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	}

#quick-reserve em {
	position: absolute;
	top: 64px;
	right: calc(15em + 20px);
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	opacity: .7;
	}

	#quick-reserve.en em {
		left: 24px;
		}

#quick-reserve em a {
	color: #000;
	text-decoration: underline;
	}

	#quick-reserve.en em a {
		float: right;
		}

#quick-reserve form {
	display: flex;
	justify-content: space-between;
	}

#quick-reserve .information {
	flex: 1;
	}

#quick-reserve dl {
	display: flex;
	margin-top: 8px;
	max-width: 460px;
	text-align: center;
	}

#quick-reserve dl > div {
	position: relative;
	flex: 2;
	width: 16em;
	padding-left: 8px;
	box-sizing: border-box;
	}

	#quick-reserve.en dl > div {
		width: 8em;
		}

#quick-reserve div.select {
	flex: 1;
	width: 4em !important;
	}

#quick-reserve dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	padding: 0 8px;
	box-sizing: border-box;
	color: var(--sub);
	font-size: 12px;
	line-height: 32px;
	pointer-events: none;
	}

	#quick-reserve dt::before {
		content: "";
		position: absolute;
		top: 8px;
		bottom: 8px;
		left: 0;
		width: 1px;
		background-color: rgba(0,0,0,.1);
		transform-origin: 50% 50%;
		transform: rotate(10deg);
		}

#quick-reserve dd {
	position: relative;
	padding: 0 4px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	}

#quick-reserve var {
	display: block;
	position: relative;
	left: -6px;
	padding: 24px 8px 0 0;
	border-bottom: 1px solid var(--sub);
	line-height: 22px;
	font-style: normal;
	}

#quick-reserve var::before,
#quick-reserve var::after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 4px;
	width: 1px;
	height: 6px;
	border-radius: 1px;
	background-color: #000;
	transform-origin: 50% 100%;
	transform: rotate(45deg);
	}

	#quick-reserve var::after {
		transform: rotate(-45deg);
		}

#quick-reserve .input {
	position: absolute;
	top: 24px;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	}

#quick-reserve input {
	width: 100%;
	text-align: center;
	}

#quick-reserve button {
	margin: 8px;
	width: 11em;
	background-color: var(--black);
	border-radius: 2px;
	line-height: 72px;
	color: #fff;
	}

.entry-content section.news_list {
	padding-top: 8px;
	}

#news a:not(.button) {
	color: var(--black);
	}

#news .container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	}

#top #news h2 {
	width: 20%;
	}

#top #news .news-content {
	width: 75%;
	overflow:hidden;
	}

#top #news #news-list .news {
	display: none;
	}

#top #news #news-list .news.picked {
	display: list-item;
	}

#news .switch {
	display: flex;
	justify-content: stretch;
	}

#news .switch li {
	flex-grow: 1;
	}

#news .switch a {
	display: block;
	padding: 24px 0;
	text-align: center;
	cursor: pointer;
	}

#news .switch .selected a {
	color: var(--sub);
	}

#news #news-list {
	border-bottom: 1px solid #ddd;
	}

#news #news-list li a {
	display: block;
	padding: 24px 0;
	border-top: 1px solid #ddd;
	text-align: left;
	}

#news #news-list time {
	float: left;
	width: 10em;
	}

#news #news-list time a {
	color: var(--sub);
	letter-spacing: 1px;
	}

#news #news-list .title {
	margin-left: 10em;
	}

.pager {
	padding: 24px 0;
	text-align: center;
	}

.pager .nav-links {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	margin: 48px 0;
	}

.pager .button {
	display: inline-block;
	margin: 0 12px;
	padding: 12px 48px;
	width: auto;
	}

.pager .newer.primary::after {
	position: absolute;
    content: "\e90a";
    right: auto;
    top: 50%;
	left: 24px;
    transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    font-family: "icomoon";
    font-weight: bold;
	transition:.3s;
	}

.pager .older.primary:hover::after {
	right: 20px;
	}

.pager .newer.primary:hover::after {
	left: 20px;
	}

.entry-meta {
	display: block;
	margin: 2rem 0;
	text-align: right;
	}

.entry-meta .category a {
	margin-left: 1em;
	color: var(--black);
	text-decoration: underline;
	}

.entry-content article.page section {
	padding-bottom: 0;
	}





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

.main_banner li .text {
	bottom: 6rem;
	}

#top #banner_area {
	padding-top: 7rem;
	}

#quick-reserve {
	padding-bottom:  32px;
	}

#quick-reserve h2 {
	padding-bottom: 4px !important;
	font-size: 27px !important;
	line-height: 32px !important;
	text-align: center !important;
	}

#quick-reserve h2 small {
	display: inline-block;
	float: none;
	margin-left: 1ex;
	vertical-align: top;
	margin-top: 12px;
	}

#quick-reserve form {
	display: block;
	}

#quick-reserve dl {
	margin: 0 calc(11em + 24px) 8px 24px;
	max-width: none;
	}

#quick-reserve dt:first-of-type::before {
	display: none;
	}

#quick-reserve em {
	top: auto;
	right: calc(15em + 16px);
	bottom: 12px;
	left: 24px;
	text-align: center;
	line-height: 20px;
	}

	#quick-reserve.en em {
		left: 16px;
		}

	#quick-reserve.en em a {
		float: none;
		margin-left: 1ex;
		}

#quick-reserve button {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: calc(11em - 16px);
	box-sizing: border-box;
	line-height: 64px;
	}

#quick-reserve button .icon-calender::before {
	margin-right: 4px;
	}

}



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

#top #banner_area {
	padding-top: 0;
	}

#quick-reserve {
	position: static;
	transform: translate(0,0);
	width: 100%;
	margin-bottom: 32px;
	padding-top: 32px;
	box-shadow: none;
	}

#quick-reserve h2 {
	padding-bottom: 24px !important;
	}

#quick-reserve dl {
	margin: 0;
	}

#quick-reserve button {
	position: static;
	float: none;
	width: 60%;
	margin: 16px 20%;
	line-height: 48px;
	}

#quick-reserve em {
	display: block;
	position: static;
	}

#news .container {
	display: block;
	}

#top #news h2 {
	width: auto;
	}

#top #news .news-content {
	width: auto;
	}

#news #news-list time {
	width: 7em;
	}

#news #news-list .title {
	margin-left: 7em;
	}

}



@media screen and (max-width: 599px) {
	
	.pager .nav-links{
		flex-direction: column;
	}
.nav-previous + .nav-next{
margin-top:12px;
	}
	
	.main_banner li .text{
	    bottom: 3rem;
		left:5%;
   
	}
	#en .main_banner li .text{
	 max-width: 80%;
	}

#en #quick-reserve {
	margin-bottom: 0;
	padding-bottom: 0;
	}

#quick-reserve dl {
	position: relative;
	margin: 0;
	flex-wrap: wrap;
	}

#quick-reserve dl > div {
	min-width: 66.66%;
	}

	#en #quick-reserve dl > div {
		min-width: 50%;
		}

#quick-reserve div.select {
	min-width: 33.33% !important;
	}

#quick-reserve dt,
#quick-reserve dd {
	padding: 0;
	}

#quick-reserve var {
	white-space: nowrap;
	}

#news .switch {
	justify-content: space-between;
	}

#news .switch li {
	flex-grow: 0;
	font-size: 3.6vw;
	}

#news #news-list li time {
	float: none;
	width: auto;
	padding: 8px 0 4px 0;
	border-top: none;
	}

#news #news-list li a {
	padding: 16px 0 4px 0;
	}

#news #news-list li .title {
	margin-left: 0;
	padding: 0 0 16px 0;
	border-top: none;
	}

.pager {
	padding: 12px 0 24px 0;
	}

.pager .button {
	margin: 0 auto;
	padding: 8px 40px;
	width:100%;
	}

.primary::after {
	right: 16px;
	}

.pager .newer.primary::after {
	left: 16px;
	}

.pager .older.primary:hover::after {
	right: 12px;
	}

.pager .newer.primary:hover::after {
	left: 12px;
	}


}