@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%
}

*,
::before,
::after {
	box-sizing: inherit
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit
}

* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	color: #523B1C;
	font-style: normal;
	font: 16px/180% "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 500
}

audio:not([controls]) {
	display: none;
	height: 0
}

hr {
	overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

summary {
	display: list-item
}

small {
	font-size: 80%
}

[hidden],
template {
	display: none
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

li {
	list-style-type: none
}

input {
	border-radius: 0
}

button,
[type="button"],
[type="reset"],
[type="submit"] [role="button"] {
	cursor: pointer
}

[disabled] {
	cursor: default
}

[type="number"] {
	width: auto
}

[type="search"] {
	-webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	resize: vertical
}

button,
input,
optgroup,
select,
textarea {
	font: inherit
}

optgroup {
	font-weight: bold
}

button {
	overflow: visible
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button,
select {
	text-transform: none
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit
}

select {
	-moz-appearance: none;
	-webkit-appearance: none
}

select::-ms-expand {
	display: none
}

select::-ms-value {
	color: currentColor
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

img {
	border-style: none;
	max-width: 100%;
	height: auto
}

progress {
	vertical-align: baseline
}

svg:not(:root) {
	overflow: hidden
}

audio,
canvas,
progress,
video {
	display: inline-block
}

@media screen {
	[hidden~="screen"] {
		display: inherit
	}

	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important
	}
}

[aria-busy="true"] {
	cursor: progress
}

[aria-controls] {
	cursor: pointer
}

[aria-disabled] {
	cursor: default
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none
}

@-webkit-keyframes anim-out {
	0% {
		width: 0%
	}

	100% {
		width: 100%
	}
}

@keyframes anim-out {
	0% {
		width: 0%
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

.common__fade {
	display: block;
	transition-duration: 200ms
}

.common__fade:hover {
	opacity: 0.7
}

.common__btn {
	position: relative;
	overflow: hidden;
	transition: all .3s
}

.common__btn:hover>div {
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s
}

.common__btn:hover>div::after {
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s
}

.common__btn>div {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1
}

.common__btn>div::before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%
}

.common__btn>div::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%
}

.common__mv {
	margin-bottom: 80px;
	position: relative
}

.common__mvInner {
	height: 320px
}

.common__title {
	position: absolute;
	bottom: -30px;
	color: #8a7d6f;
	line-height: 1
}

.common__title span {
	font-size: 70px;
	font-weight: 300;
	line-height: 1;
	color: inherit;
	margin-right: 10px
}

.common__titleWrap {
	max-width: 1400px;
	margin: 0 auto;
	position: relative
}

.common__topicPath {
	background: #F5F3ED
}

.common__topicPath ol {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	padding: 10px
}

.common__topicPath ol li {
	font-size: 12px
}

.common__topicPath ol li a {
	font-size: 12px
}

.common__topicPath ol li:first-child::before {
	content: none
}

.common__topicPath ol li::before {
	content: '>';
	margin: 0 5px
}

.common__pageNav {
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto 120px
}

.common__pageNav ul {
	border: 1px solid #806746;
	display: flex;
	align-items: center;
	justify-content: center
}

.common__pageNav ul li {
	border-left: 1px solid #806746;
	width: 33.3%;
	min-height: 76px
}

.common__pageNav ul li.current a,
.postid-2076 .common__pageNav ul li.post-standardsingle a,
.postid-2071 .common__pageNav ul li.post-standarddouble a,
.postid-2064 .common__pageNav ul li.post-deluxedouble a,
.postid-3623 .common__pageNav ul li.post-airwavedouble a,
.postid-5868 .common__pageNav ul li.post-twin a,
.common__pageNav ul li:hover a {
	background: #EFDCDD
}

.common__pageNav ul li.current a::before,
.common__pageNav ul li:hover a::before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #6A0F14;
	position: absolute;
	left: 0;
	top: 50%
}

.postid-2076 .common__pageNav ul li.post-standardsingle a::before,
.postid-2071 .common__pageNav ul li.post-standarddouble a::before,
.postid-2064 .common__pageNav ul li.post-deluxedouble a::before,
.postid-3623 .common__pageNav ul li.post-airwavedouble a::before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #6A0F14;
	position: absolute;
	left: 0;
	top: 50%
}

.common__pageNav ul li:first-child {
	border-left: none
}

.common__pageNav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	min-height: 76px;
	font-size: 15px;
	padding: 20px 10px;
	position: relative
}

.common__headline {
	margin-bottom: 50px;
	text-align: center
}

.common__headline span {
	display: inline-block;
	background: #fff;
	font-size: 18px;
	position: relative;
	padding: 0 30px;
	z-index: 100
}

.common__headline::after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #806746;
	top: -15px;
	z-index: 1
}

.common__table {
	width: 100%;
	border-collapse: collapse
}

.common__table tr th,
.common__table tr td {
	text-align: left;
	font-size: 13px;
	border-bottom: 1px solid #806746;
	padding: 15px 20px
}

.common__table tr th {
	font-weight: 600
}

.common__sectionInner {
	padding: 0 20px
}

@media screen and (max-width: 768px) {
	.common__mv {
		margin-bottom: 25px
	}

	.common__mvInner {
		height: 150px
	}

	.common__title {
		position: absolute;
		bottom: -12px;
		left: 20px;
		font-size: 7px
	}

	.common__title span {
		font-size: 35px;
		margin-right: 10px
	}

	.common__topicPath {
		height: 15px
	}

	.common__topicPath ol {
		display: none
	}

	.common__pageNav {
		padding: 0 20px;
		margin: 0 auto 35px
	}

	.common__pageNav ul {
		flex-wrap: wrap;
		border-bottom: none
	}

	.common__pageNav ul li {
		width: 50%;
		min-height: 40px;
		border-bottom: 1px solid #806746
	}

	.common__pageNav ul li.current a::before {
		width: 10px
	}

	.common__pageNav ul li:nth-child(odd) {
		border-left: none
	}

	.common__pageNav ul li a {
		font-size: 12px;
		padding: 7px 10px;
		min-height: 40px;
		height: 40px;
	}

	.iphone .common__pageNav ul li:nth-child(2) a {
		line-height: .8;
		padding-top: 0;
		padding-bottom: 11px;
	}

	.common__headline {
		margin-bottom: 25px
	}

	.common__headline span {
		font-size: 12px;
		padding: 0 15px
	}

	.common__headline::after {
		top: -10px
	}

	.common__table {
		width: 100%;
		border-collapse: collapse
	}

	.common__table tr th,
	.common__table tr td {
		font-size: 8px;
		padding: 10px
	}

	.common__table tr th {
		font-weight: 600
	}
}

.footer {
	background: #f5f3ed;
	padding-bottom: 50px;
}

.footer__pageTop {
	position: fixed;
	bottom: 20px;
	z-index: 10000;
	right: 20px
}

.footer__pageTop a {
	width: 55px;
	height: 55px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: #fff url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow_pagetop.svg") no-repeat 50% 50%
}

.footer__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 100px 20px 20px
}

.footer__banner {
	text-align: center;
	max-width: 690px;
	margin: 0 auto 55px;
}

.footer__banners {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	flex-wrap: wrap
}

.footer__banners li {
	width: 23.33333%;
	margin-bottom: 20px
}

.footer__nav {
	text-align: center;
	border-bottom: 1px solid #806746;
	margin-bottom: 40px;
	padding-bottom: 20px
}

.footer__nav li {
	display: inline-block;
	margin-right: 20px
}

.footer__nav li:last-child {
	margin-right: 0
}

.footer__nav li a {
	color: #806746;
	text-decoration: none;
	font-size: 13px
}

.footer__nav li a:hover {
	text-decoration: underline
}

.footer__nav li a.ext::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/icon_ext.svg") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 5px
}

.footer__logo {
	text-align: center;
	margin-bottom: 20px
}

.footer__logo img {
	width: 280px
}

.footer__infoBlock {
	display: flex;
	justify-content: center;
	align-items: center
}

.footer__tel {
	display: flex;
	align-items: center;
	margin-right: 20px
}

.footer__tel dt {
	color: #806746;
	font-size: 20px
}

.footer__tel dd {
	font-size: 30px;
	color: #00523C;
	font-weight: 500;
	margin-left: 10px
}

.footer__contact a {
	display: block;
	text-decoration: none;
	background: #6A0F14;
	color: #fff;
	padding: 10px 50px;
	font-size: 14px;
	font-weight: 500
}

.footer__infoTxt {
	text-align: center;
	color: #806746;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 50px
}

.footer__groups {
	margin-bottom: 50px
}

.footer__groups ul {
	display: flex;
	justify-content: space-between
}

.footer__groups ul li {
	width: 23.75%
}

.footer__groups ul li:nth-child(3) a figure,
.footer__groups ul li:nth-child(4) a figure {
	margin-bottom: 40px
}

.footer__groups ul li a figure {
	margin-bottom: 20px
}

.footer__groups ul li a p {
	text-align: center
}

.footer__copy {
	border-top: 1px solid #806746;
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
	color: #806746
}

.swiper-slide img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.swiper-slide a:hover img {
	filter: brightness(90%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media screen and (max-width: 768px) {
	.footer__pageTop a {
		width: 50px;
		height: 50px
	}

	.footer__inner {
		padding: 15px 20px
	}

	.footer__banner {
		display: none
	}

	.footer__banners {
		flex-wrap: wrap;
		margin-bottom: 30px;
		border-bottom: 1px solid #806746;
		padding-bottom: 20px
	}

	.footer__banners li {
		width: 47.76119%;
		margin-right: 4.47761%;
		margin-bottom: 10px
	}

	.footer__banners li:nth-child(even) {
		margin-right: 0
	}

	.footer__nav {
		display: none
	}

	.footer__logo {
		margin-bottom: 0
	}

	.footer__logo img {
		width: 208px
	}

	.footer__infoBlock {
		display: block;
		margin-bottom: 15px;
		text-align: center
	}

	.footer__tel {
		justify-content: center;
		margin-right: 20px
	}

	.footer__tel dt {
		font-size: 18px
	}

	.footer__tel dd {
		font-size: 27px
	}

	.footer__contact a {
		display: inline-block;
		color: #fff;
		padding: 10px 50px;
		font-size: 12px
	}

	.footer__infoTxt {
		font-size: 8px;
		margin-bottom: 30px
	}

	.footer__groups {
		margin-bottom: 0
	}

	.footer__groups ul {
		flex-wrap: wrap
	}

	.footer__groups ul li {
		width: 47.76119%;
		margin-right: 4.47761%;
		margin-bottom: 20px
	}

	.footer__groups ul li:nth-child(even) {
		margin-right: 0
	}

	.footer__groups ul li:nth-child(3) a figure,
	.footer__groups ul li:nth-child(4) a figure {
		margin-bottom: 10px
	}

	.footer__groups ul li:nth-child(1) a p {
		padding: 0 30px
	}

	.footer__groups ul li:nth-child(2) a p {
		padding: 0 30px
	}

	.footer__groups ul li a figure {
		margin-bottom: 10px
	}

	.footer__groups ul li a p {
		text-align: center
	}

	.footer__copy {
		font-size: 5px
	}
}

.header {
	height: 100px;
	background: #fff
}

.header.-fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	height: 64px;
	transform: translateY(-100%);
	transition-duration: 200ms;
	transition-property: transform;
	will-change: transform
}

.header.-fixed.-on {
	transform: translateY(0)
}

.header.-fixed .header__nav {
	height: 64px
}

.header.-fixed .header__nav li a {
	padding: 15px
}

.header.-fixed .header__nav li a dl dt,
.header.-fixed .header__nav li a dl dd {
	line-height: 1.4
}

.header.-fixed .header__points,
.header.-fixed .header__contact,
.header.-fixed .header__reserve {
	height: 64px
}

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header__logo {
	margin-left: 50px
}

.header__nav {
	display: flex;
	height: 100px;
	align-items: center
}

.header__nav li {
	height: 100%
}

.header__nav li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 30px 15px;
	height: 100%;
	position: relative
}

.header__nav li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	opacity: 0;
	background-color: #222;
	transform: scale(0.1);
	transition-duration: .4s
}

.header__nav li a:hover:before {
	opacity: 1;
	transform: scale(1)
}

.header__nav li a dl dt {
	font-size: 13px;
	color: #222
}

.header__nav li a dl dd {
	font-weight: bold;
	font-size: 10px;
	color: #574634
}

.header__contact {
	background: #8A7D6F;
	width: 100px;
}

.header__points {
	background: #CBA73B;
	width: 100px;
	margin-left: 15px
}

.header__contact a::before,
.header__points a::before {
	content: none !important
}

.header__contact a dl dt,
.header__contact a dl dd,
.header__points a dl dt,
.header__points a dl dd {
	color: #fff !important;
	font-weight: bold;
	white-space: nowrap
}

.header__reserve {
	background: #6A0F14;
	width: 100px
}

.header__reserve a::before {
	content: none !important
}

.header__reserve a dl dt,
.header__reserve a dl dd {
	color: #fff !important;
	font-weight: bold
}

.header__smpMenu {
	display: none
}

@media screen and (max-width: 1250px) {
	.header.-fixed .header__logo {
		margin-left: 20px
	}

	.header__logo {
		margin-left: 20px
	}
}

@media screen and (max-width: 1170px) {
	.header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 2000;
		height: 50px
	}

	.header.-fixed {
		display: none
	}

	.header__nav {
		height: 50px
	}

	.header__nav li {
		display: none
	}

	.header__logo {
		margin-left: 25px;
		padding-top: 7px
	}

	.header__logo img {
		width: 100px
	}

	.header__points {
		width: 50px;
		margin-left: 0;
		display: block !important
	}

	.header__points a {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/bg_header_points.png") no-repeat;
		background-size: contain
	}

	.header__points a dl {
		display: none
	}

	.header__contact {
		width: 50px;
		margin-left: 0;
		display: block !important
	}

	.header__contact a {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/bg_header_contact.png") no-repeat;
		background-size: contain
	}

	.header__contact a dl {
		display: none
	}

	.header__reserve {
		width: 50px;
		margin-left: 0;
		display: block !important
	}

	.header__reserve a {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/bg_header_reserve.png") no-repeat;
		background-size: contain
	}

	.header__reserve a dl {
		display: none
	}

	.header__smpMenu {
		display: block !important;
		width: 50px
	}

	.header__smpMenu a {
		font-size: 11px;
		font-weight: 600;
		padding: 0 !important;
		display: flex !important;
		justify-content: center;
		align-items: center
	}

	.header__smpMenu a::before {
		content: none !important
	}
}

.main {
	margin-bottom: 200px;
	overflow: hidden
}

@media screen and (max-width: 1170px) {
	.main {
		padding-top: 50px;
		margin-bottom: 65px
	}
}

.smpMenu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #8A7D6F;
	padding: 15px 20px;
	display: none
}

.smpMenu__inner {
	position: relative
}

.smpMenu__close a {
	width: 33px;
	height: 33px;
	display: block;
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/close.svg") no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0
}

.smpMenu__nav {
	margin-bottom: 30px
}

.smpMenu__nav li {
	border-bottom: 1px solid #E6DBCF
}

.smpMenu__nav li a {
	display: block;
	text-decoration: none;
	padding: 15px 10px
}

.smpMenu__nav li a dl {
	display: flex;
	align-items: center
}

.smpMenu__nav li a dl dt {
	color: #fff;
	font-size: 12px
}

.smpMenu__nav li a dl dd {
	color: #e6dbcf;
	font-size: 9px;
	margin-left: 10px
}

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

.smpMenu__btns li {
	width: 45.07042%
}

.smpMenu__btns li a {
	text-decoration: none;
	border: 1px solid #E6DBCF;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 20px
}

/* タブレットの横サイズからMENU上のお知らせは非表示 */
@media screen and (min-width: 1024px) {
	.smpMenu .top__reserveBlockNotice {
		display: none;
	}
}

.about .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/about/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.about__table {
	max-width: 720px;
	margin: 0 auto 60px
}

.about__facility {
	max-width: 1000px;
	margin: 0 auto 40px;
	border-bottom: 1px solid #806746;
	display: flex
}

.about__facility:last-child {
	border-bottom: none
}

.about__facility dt {
	width: 150px;
	font-weight: 600;
	padding-left: 30px;
	font-size: 13px;
	position: relative
}

.about__facility dt::before {
	content: '';
	width: 12px;
	height: 3px;
	background: #00523C;
	display: block;
	position: absolute;
	left: 0;
	top: 10px
}

.about__facility dd {
	width: calc(100% - 150px)
}

.about__facility dd ul {
	margin-bottom: 30px
}

.about__facility dd ul li {
	margin-bottom: 10px;
	font-size: 13px
}

@media screen and (max-width: 768px) {
	.about__facility {
		max-width: 1000px;
		margin: 0 auto 20px;
		display: block
	}

	.about__facility:last-child {
		border-bottom: none
	}

	.about__facility dt {
		width: 150px;
		font-weight: 600;
		padding-left: 20px;
		position: relative;
		font-size: 12px;
		margin-bottom: 20px
	}

	.about__facility dd {
		width: auto
	}

	.about__facility dd ul {
		margin-bottom: 30px
	}

	.about__facility dd ul li {
		margin-bottom: 10px;
		font-size: 10px;
		margin-left: 1em;
		text-indent: -1em
	}
}

.access .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/access/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.access__mapBlock {
	text-align: center
}

.access__mapBlock p {
	margin-bottom: 30px;
	font-size: 13px
}

.access__mapBlock iframe {
	margin-bottom: 40px
}

.access__btns {
	margin-bottom: 100px;
	display: flex;
	justify-content: center
}

.access__btns li {
	width: 200px
}

.access__btns li a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #8a7d6f;
	padding: 10px
}

.access__btns li a span {
	margin-left: 10px
}

.access__btns li a span img {
	height: 11px;
}

.access__btns li:first-child {
	margin-right: 20px
}

.access__btns li:first-child a {
	background: #6A0F14
}

.access__car {
	max-width: 1200px;
	margin: 0 auto 90px;
	display: flex;
	justify-content: space-between
}

.access__car figure {
	width: 46.66667%
}

.access__carCont {
	width: 50%;
	padding-top: 40px
}

.access__carCont h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 30px;
	position: relative
}

.access__carCont h3::before {
	content: '';
	width: 12px;
	height: 3px;
	background: #6A0F14;
	display: block;
	position: absolute;
	left: -30px;
	top: 12px
}

.access__carCont p {
	margin-left: 30px;
	font-size: 13px
}

.access__route {
	margin-left: 30px;
	margin-bottom: 40px
}

.access__route li {
	margin-bottom: 20px;
	font-size: 13px;
	margin-left: 1.2em;
	text-indent: -0.9em
}

.access__note {
	margin-left: 30px
}

.access__note li {
	font-size: 11px
}

.access__monorail {
	max-width: 50%;
    padding-top: 40px;
}

.access__monorail h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 45px;
	margin-left: 30px;
	position: relative
}

.access__monorail h3::before {
	content: '';
	width: 12px;
	height: 3px;
	background: #6A0F14;
	display: block;
	position: absolute;
	left: -30px;
	top: 12px
}

.access__monorail dl {
	display: flex;
	margin-left: 30px;
	margin-bottom: 60px;
	align-items: center
}

.access__monorail dl+dl {
	margin-bottom: 0
}

.access__monorail dl dt,
.access__monorail dl dd {
	font-size: 14px
}

.access__monorail dl dt {
	font-weight: 600;
	width: 6em
}

.access__monorail dl dd {
	width: calc(100% - 8em)
}

@media screen and (max-width: 768px) {
	.access__mapBlock {
		text-align: center
	}

	.access__mapBlock p {
		margin-bottom: 15px
	}

	.access__mapBlock iframe {
		margin-bottom: 40px
	}

	.access__btns {
		margin: 0 20px 50px
	}

	.access__btns li a {
		font-size: 12px
	}

	.access__car {
		margin: 0 auto 45px;
		display: block
	}

	.access__car figure {
		width: auto;
		text-align: center;
		margin-bottom: 20px
	}

	.access__carCont {
		width: auto;
		padding-top: 0
	}

	.access__carCont h3 {
		font-size: 12px;
		margin-left: 20px
	}

	.access__carCont h3::before {
		top: 10px;
		left: -20px
	}

	.access__carCont p {
		margin-left: 0;
		font-size: 12px
	}

	.access__route {
		margin-left: 0;
		margin-bottom: 20px
	}

	.access__route li {
		margin-bottom: 10px;
		font-size: 12px
	}

	.access__note {
		margin-left: 0
	}

	.access__note li {
		font-size: 10px
	}

	.access__monorail h3 {
		font-size: 12px;
		margin-left: 20px
	}

	.access__monorail h3::before {
		top: 10px;
		left: -20px
	}

	.access__monorail dl {
		display: block;
		margin-left: 0;
		margin-bottom: 30px
	}

	.access__monorail dl+dl {
		margin-bottom: 0
	}

	.access__monorail dl dt,
	.access__monorail dl dd {
		font-size: 12px
	}

	.access__monorail dl dt {
		font-weight: 600;
		width: 6em
	}

	.access__monorail dl dd {
		width: auto
	}
}

.area .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/area/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.area .common__headline {
	margin-bottom: 90px
}

.area__img {
	text-align: center;
	margin-bottom: 100px
}

.area__block {
	max-width: 1000px;
	margin: 0 auto 85px
}

.area__block:last-child {
	margin-bottom: 0
}

.area__block h3 {
	border-bottom: 1px solid #806746;
	font-size: 15px;
	font-weight: bold;
	padding: 0 30px 20px;
	margin-bottom: 40px
}

.area__block table {
	margin: 0 40px;
	width: 100%;
	border-collapse: collapse
}

.area__block table th,
.area__block table td {
	text-align: center;
	width: 25%;
	font-size: 13px;
	border-bottom: 1px solid #806746;
	padding: 10px 0
}

.area__block table th a,
.area__block table td a {
	font-size: 13px
}

.area__block table th {
	font-weight: bold
}

.area__block ul {
	margin: 0 40px;
	display: flex
}

.area__block ul li {
	margin-right: 70px
}

.area__block ul li a {
	text-decoration: none
}

.area__block ul li a figure {
	margin-bottom: 20px
}

.area__block ul li a figure img {
	display: block
}

.area__block ul li a dl dt {
	font-size: 13px;
	font-weight: bold
}

.area__block ul li a dl dd {
	font-size: 13px
}

@media screen and (max-width: 768px) {
	.area .common__headline {
		margin-bottom: 45px
	}

	.area__img {
		margin-bottom: 50px
	}

	.area__table {
		overflow-x: scroll
	}

	.area__block {
		margin: 0 auto 40px
	}

	.area__block:last-child {
		margin-bottom: 0
	}

	.area__block h3 {
		font-size: 15px;
		padding: 0 15px 10px;
		margin-bottom: 20px
	}

	.area__block table {
		margin: 0;
		width: 500px;
		border-collapse: collapse
	}

	.area__block ul {
		margin: 0;
		display: block
	}

	.area__block ul li {
		margin-right: 0;
		margin-bottom: 20px
	}

	.area__block ul li a {
		text-decoration: none
	}

	.area__block ul li a figure {
		margin-bottom: 10px;
		text-align: center
	}

	.area__block ul li a figure img {
		display: block;
		margin: 0 auto
	}

	.area__block ul li a dl dt {
		font-size: 13px;
		font-weight: bold
	}

	.area__block ul li a dl dd {
		font-size: 13px
	}
}

.contact .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/contact/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.contact__telBlock {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 90px
}

.contact__telLead {
	font-size: 13px;
	margin-bottom: 20px
}

.contact__tel {
	font-size: 18px
}

.contact__form {
	max-width: 1000px;
	margin: 0 auto
}

.contact__form table {
	max-width: 900px;
	margin: 0 auto 60px;
	width: 100%
}

.contact__form table th {
	text-align: right;
	white-space: nowrap;
	width: 1%;
	padding-bottom: 10px;
	padding-right: 10px
}

.contact__form table td {
	padding-bottom: 10px
}

.contact__form table td input,
.contact__form table td textarea {
	border: 1px solid #707070;
	width: 100%
}

.contact__btn {
	text-align: center
}

.contact__btn input {
	font-size: 14px;
	color: #fff;
	background: #6A0F14;
	padding: 10px 70px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	display: inline-block
}

.contact__formTxt {
	font-size: 13px;
	margin-bottom: 40px
}

.contact__formTxt a {
	font-size: inherit
}

@media screen and (max-width: 768px) {
	.contact__telBlock {
		margin-bottom: 45px
	}

	.contact__telLead {
		font-size: 13px;
		margin-bottom: 20px
	}

	.contact__tel {
		font-size: 18px
	}

	.contact__form {
		max-width: 1000px;
		margin: 0 auto
	}

	.contact__form table {
		display: block;
		margin-bottom: 20px
	}

	.contact__form table tr,
	.contact__form table tbody {
		display: block
	}

	.contact__form table th,
	.contact__form table td {
		padding: 0;
		display: block
	}

	.contact__form table th {
		width: auto;
		text-align: left
	}

	.contact__form table td {
		padding-bottom: 10px
	}

	.contact__btn {
		text-align: center
	}

	.contact__btn input {
		font-size: 14px;
		color: #fff;
		background: #6A0F14;
		padding: 10px 70px;
		line-height: 1;
		font-weight: bold;
		text-decoration: none
	}

	.contact__formTxt {
		font-size: 13px;
		margin-bottom: 40px
	}

	.contact__formTxt a {
		font-size: inherit
	}
}

.facility .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/facility/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.facility__figBox {
	max-width: 1200px;
	margin: 0 auto 150px;
	display: flex;
	justify-content: space-between
}

.facility__figBox.-solo {
	justify-content: center
}

.facility__figBox.-reverse {
	flex-direction: row-reverse
}

.facility__figBox.-intro {
	flex-direction: row-reverse;
	max-width: 1400px
}

.facility__figBox.-intro figure {
	width: 51.42857%
}

.facility__figBox.-intro .facility__BoxCont {
	width: 37.85714%;
	margin-left: 7.14286%;
	padding-top: 50px
}

.facility__figBox.-intro .facility__BoxCont .common__linebox {
	margin-bottom: 50px
}

.facility__figBox.-intro .facility__BoxCont h4 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px
}

.facility__figBox.-intro .facility__BoxCont .footer__infoBlock .footer__contact a {
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	padding: 10px 30px
}

.facility__figBox.-intro .facility__BoxCont .footer__infoBlock .footer__contact a span {
	color: inherit;
	font-size: 10px;
	display: block
}

.facility__figBox.-intro .facility__BoxCont .footer__infoBlock .footer__tel {
	white-space: nowrap
}

.facility__figBox.-intro .facility__BoxCont .footer__infoBlock .footer__tel dd {
	font-size: 24px
}

.facility__figBox figure {
	width: 48.33333%
}

.facility__figBox .slider-wrap {
	width: 48.33333%;
	display: flex;
}

.facility__figBox .slider-wrap .swiper-container.slider {
	width: 87.9%;
	height: 86.8%;
	margin-right: 1%;
	overflow: hidden;
	position: relative;
}

.facility__figBox .slider-wrap .swiper-container.slider-thumbnail {
	width: 20.3%;
}

.facility__figBox .slider-wrap .swiper-container.slider-thumbnail .swiper-slide {
	width: 100%;
	height: 22% !important;
	cursor: pointer;
}

.facility__BoxCont {
	width: 45%
}

.facility__BoxCont h3 {
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #E0D8CF;
	padding-bottom: 10px
}

.facility__BoxCont .common__linebox {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/bg_linebox.png") 0 100%;
	text-align: center
}

.facility__BoxCont .common__linebox p {
	line-height: 47px;
	font-size: 13px
}

.facility__BoxCont .common__linebox .common__linebox-notice {
	font-size: 11px
}

.facility__breakfast {
	border: 1px solid #9D8970;
	max-width: 1200px;
	margin: -80px auto 100px;
	padding: 35px 60px;
	display: flex;
	justify-content: space-between
}

.facility__breakfastInfo {
	width: 35%
}

.facility__breakfastInfo dl {
	display: flex;
	margin-bottom: 10px
}

.facility__breakfastInfo dl dt {
	width: 5em;
	font-weight: 600;
	text-align: center;
	border-right: 1px solid #C5B9AA;
	white-space: nowrap;
	padding-right: 10px;
	margin-right: 10px
}

.facility__breakfastInfo dl dd {
	font-size: 14px;
	font-weight: 600
}

.facility__breakfastNote {
	width: 57%
}

.facility__breakfastNote ul li {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 13px
}

.facility__rental-equipment {
	max-width: 926px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.facility__rental-equipment figure {
	width: 23%;
	margin: 0 2% 6% 0;
	text-align: center;
}

.facility__rental-equipment figure:nth-child(4n) {
	margin-right: 0;
}

.facility__rental-equipment figure span {
	font-size: 14px;
}

.facility__rental-equipment-notes {
	max-width: 926px;
	margin: 0 auto;
	font-size: 14px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 30px;
}

@media screen and (max-width: 768px) {
	.facility__figBox {
		margin: 0 auto 75px;
		display: block
	}

	.facility__figBox.-reverse {
		flex-direction: row-reverse
	}

	.facility__figBox.-intro {
		flex-direction: row-reverse;
		max-width: 1400px
	}

	.facility__figBox.-intro figure {
		width: auto
	}

	.facility__figBox.-intro .facility__BoxCont {
		width: auto;
		margin-left: 0;
		padding-top: 0
	}

	.facility__figBox.-intro .facility__BoxCont .common__linebox {
		margin-bottom: 25px
	}

	.facility__figBox.-intro .facility__BoxCont h4 {
		margin-bottom: 10px;
		font-size: 12px
	}

	.facility__figBox.-intro .facility__BoxCont .footer__infoBlock .footer__contact a {
		display: block
	}

	.facility__figBox.-intro .facility__BoxCont .footer__infoBlock .footer__tel {
		white-space: nowrap
	}

	.facility__figBox.-intro .facility__BoxCont .footer__infoBlock .footer__tel dd {
		font-size: 24px
	}

	.facility__figBox figure {
		width: auto;
		margin-bottom: 20px;
		text-align: center;
	}

	.facility__figBox .slider-wrap {
		max-width: 580px;
		width: 100%;
		margin: 0 auto 20px;
	}

	.facility__figBox .slider-wrap .swiper-container.slider {
		height: 86.6%;
	}

	.facility__figBox .slider-wrap .swiper-container.slider-thumbnail .swiper-slide {
		height: 25% !important;
	}

	.facility__BoxCont {
		width: auto
	}

	.facility__BoxCont h3 {
		font-size: 12px
	}

	.facility__BoxCont .common__linebox p {
		font-size: 12px;
		text-align: left
	}

	.facility__BoxCont .common__linebox p br {
		display: none
	}

	.facility__breakfast {
		margin: -50px 0 0;
		padding: 15px;
		display: block
	}

	.facility__breakfastInfo {
		width: auto
	}

	.facility__breakfastInfo dl {
		margin-bottom: 20px
	}

	.facility__breakfastInfo dl dt {
		font-size: 11px
	}

	.facility__breakfastInfo dl dd {
		font-size: 11px
	}

	.facility__breakfastNote {
		width: auto
	}

	.facility__breakfastNote ul li {
		font-weight: 500;
		font-size: 12px;
		margin-bottom: 10px;
		margin-left: 1em;
		text-indent: -1em
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 24px;
	}
}

@media screen and (max-width: 480px) {
	.facility__rental-equipment figure {
		width: 48%;
		margin: 0 4% 6% 0;
	}

	.facility__rental-equipment figure:nth-child(2n) {
		margin-right: 0;
	}

	.facility__rental-equipment figure span {
		font-size: 12px;
	}

	.facility__figBox .slider-wrap .swiper-container.slider-thumbnail .swiper-slide {
		height: 23.7% !important;
	}

	.facility__rental-equipment-notes {
		font-size: 12px;
	}
}

.gallery .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/gallery/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.gallery .common__headline {
	margin-bottom: 90px
}

.gallery__photos {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap
}

.gallery__photos li {
	width: 23%;
	margin-right: 2.66667%;
	margin-bottom: 32px;
	overflow: hidden
}

.gallery__photos li:nth-child(4n) {
	margin-right: 0
}

.gallery__photos li a {
	display: block;
	position: relative;
	text-decoration: none
}

.gallery__photos li a::after {
	content: '';
	width: 0;
	height: 2px;
	background: #000;
	display: block;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 200
}

.gallery__photos li a::before {
	content: '+';
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 16px;
	color: #523b1c;
	background: #fff;
	border: 1px solid #523b1c;
	display: inline-block;
	padding: 5px;
	border-radius: 50%;
	line-height: 1;
	padding: 1px 5px 3px;
	z-index: 200
}

/*.gallery__photos.gallery__photos__list a::before {
	content: '';
	background: none;
	border: none;
}*/
.gallery__photos li a img {
	transition-duration: 300ms;
	display: block;
	width: 100%;
}

.gallery__photos li a:hover::after {
	width: 100%
}

.gallery__photos li a img {
	transform: scale(1.1)
}

@media screen and (max-width: 768px) {
	.gallery .common__headline {
		margin-bottom: 45px
	}

	.gallery__photos li {
		width: 47%;
		margin-bottom: 20px;
		margin-right: 5%
	}

	.gallery__photos li:nth-child(even) {
		margin-right: 0
	}

	.modaal-gallery-control {
		bottom: 0;
		top: 50%;
		margin-top: -24px;
	}
}

.information .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/information/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.information .common__headline {
	margin-bottom: 100px
}

.information .top__news {
	max-width: 710px;
	margin-bottom: 80px
}

.information__pageNate {
	text-align: center
}

.information__pageNate li {
	display: inline-block;
	margin-right: 10px
}

.information__pageNate li.current a {
	background: #6A0F14;
	color: #fff
}

.information__pageNate li:last-child {
	margin-right: 0
}

.information__pageNate li a {
	display: block;
	font-size: 14px;
	color: #6A0F14;
	background: #e8edec;
	padding: 8px 10px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none
}

.information__detailBlock {
	max-width: 1000px;
	margin: 0 auto
}

.information__detailHeader {
	border-bottom: 1px solid #ccc;
	padding: 0 40px;
	padding-bottom: 20px
}

.information__date {
	color: #6A0F14;
	margin-bottom: 5px;
}

.information__contents {
	padding: 40px
}

.information__contents p {
	font-size: 14px;
	margin: 0 0 20px
}

.information__covid19lead {
	text-align: center;
	font-size: 13px;
	margin-bottom: 80px
}

.information__covid19contents {
	max-width: 1000px;
	margin: 0 auto
}

.information__covid19contents ul {
	display: flex;
	flex-wrap: wrap;
	counter-reset: section
}

.information__covid19contents ul li {
	position: relative;
	width: 48.3%;
	margin-right: 1.4%;
	border: 1px solid #707070;
	padding: 0 30px 40px;
	margin-bottom: 80px
}

.information__covid19contents ul li::before {
	counter-increment: section;
	content: counter(section);
	text-align: center;
	font-size: 23px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%)
}

.information__covid19contents ul li h2 {
	text-align: center;
	position: relative;
	top: -10px;
	margin-bottom: 30px
}

.information__covid19contents ul li h2 span {
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.information__covid19contents ul li p {
	font-size: 13px;
	margin-bottom: 30px;
	min-height: 135px
}

.information__covid19contents ul li:nth-child(even) {
	margin-right: 0
}

.information__covid19contents figure,
.information__covid19contents .imfromation__covid19Slide {
	margin: 0 30px;
	position: relative
}

.information__covid19contents .imfromation__covid19Slide img {
	display: block
}

.information__covid19contents .swiper-container {
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.information__covid19contents .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -5px
}

.information__covid19contents .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 10px
}

.information__covid19contents .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #523B1C
}

.information__covid19contents .swiper-button-prev1 {
	left: -30px;
	width: 18px;
	height: 33px;
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 39%;
}

.information__covid19contents .swiper-button-prev1::after {
	content: none
}

.information__covid19contents .swiper-button-next1 {
	right: -30px;
	width: 18px;
	height: 33px;
	transform: rotate(-180deg);
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 39%;
}

.information__covid19contents .swiper-button-next1::after {
	content: none
}

.information__covid19contents .swiper-button-prev2 {
	left: -30px;
	width: 18px;
	height: 33px;
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 39%;
}

.information__covid19contents .swiper-button-prev2::after {
	content: none
}

.information__covid19contents .swiper-button-next2 {
	right: -30px;
	width: 18px;
	height: 33px;
	transform: rotate(-180deg);
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 39%;
}

.information__covid19contents .swiper-button-next2::after {
	content: none
}

.information__covid19contents .swiper-button-prev3 {
	left: -30px;
	width: 18px;
	height: 33px;
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 39%;
}

.information__covid19contents .swiper-button-prev3::after {
	content: none
}

.information__covid19contents .swiper-button-next3 {
	right: -30px;
	width: 18px;
	height: 33px;
	transform: rotate(-180deg);
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 39%;
}

.information__covid19contents .swiper-button-next3::after {
	content: none
}

@media screen and (max-width: 768px) {
	.information .common__headline {
		margin-bottom: 50px
	}

	.information .top__news {
		margin-bottom: 40px
	}

	.information__detailHeader {
		padding: 0 20px 20px
	}

	.information__contents {
		padding: 20px
	}

	.information__covid19lead {
		text-align: center;
		font-size: 13px;
		margin-bottom: 80px
	}

	.information__covid19contents {
		max-width: 1000px;
		margin: 0 auto
	}

	.information__covid19contents ul {
		display: block
	}

	.information__covid19contents ul li {
		position: relative;
		padding: 0 15px 20px;
		margin-bottom: 80px;
		width: auto;
		margin-right: 0
	}

	.information__covid19contents ul li h2 {
		text-align: center;
		position: relative;
		top: -10px;
		margin-bottom: 15px
	}

	.information__covid19contents ul li h2 span {
		background: #fff;
		font-size: 16px;
		padding: 0 15px
	}

	.information__covid19contents ul li p {
		font-size: 13px;
		margin-bottom: 30px;
		min-height: auto
	}

	.information__covid19contents ul li:nth-child(even) {
		margin-right: 0
	}

	.information__covid19contents figure,
	.information__covid19contents .imfromation__covid19Slide {
		margin: 0 30px;
		position: relative;
		text-align: center;
	}

	.information__covid19contents .imfromation__covid19Slide img {
		display: block;
		margin: 0 auto;
	}

	.information__covid19contents .swiper-container {
		padding-bottom: 20px
	}

	.information__covid19contents .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: -5px
	}

	.information__covid19contents .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 10px
	}

	.information__covid19contents .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: #523B1C
	}

	.information__covid19contents .swiper-button-prev {
		left: -30px;
		width: 18px;
		height: 33px;
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
		background-size: contain
	}

	.information__covid19contents .swiper-button-prev::after {
		content: none
	}

	.information__covid19contents .swiper-button-next {
		right: -30px;
		width: 18px;
		height: 33px;
		transform: rotate(-180deg);
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
		background-size: contain
	}

	.information__covid19contents .swiper-button-next::after {
		content: none
	}
}

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

	.information__covid19contents .swiper-button-next1,
	.information__covid19contents .swiper-button-next2,
	.information__covid19contents .swiper-button-next3,
	.information__covid19contents .swiper-button-prev1,
	.information__covid19contents .swiper-button-prev2,
	.information__covid19contents .swiper-button-prev3 {
		top: 36%;
	}
}

.plan .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/plan/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.plan__list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap
}

.plan__list li {
	width: 21.66667%;
	margin-right: 4.33333%;
	margin-bottom: 70px
}

.plan__list li:nth-child(4n) {
	margin-right: 0
}

.plan__list li a {
	display: block;
	text-decoration: none
}

.plan__list li a:hover figure::after {
	width: 100%
}

.plan__list li a:hover figure img {
	transform: scale(1.1)
}

.plan__list li a figure {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative
}

.plan__list li a figure::after {
	content: '';
	width: 0;
	height: 2px;
	background: #000;
	display: block;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0
}

.plan__list li a figure img {
	transition-duration: 300ms;
	display: block;
	width: 100%
}

.plan__list li a dl dt,
.plan__list li a dl dd {
	font-size: 13px
}

@media screen and (max-width: 768px) {
	.plan__list li {
		width: 47%;
		margin-right: 5%;
		margin-bottom: 35px
	}

	.plan__list li:nth-child(even) {
		margin-right: 0
	}

	.plan__list li a {
		display: block;
		text-decoration: none
	}

	.plan__list li a figure {
		margin-bottom: 10px
	}

	.plan__list li a figure img {
		width: 100%
	}

	.plan__list li a dl dt,
	.plan__list li a dl dd {
		font-size: 12px
	}
}

.room .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/room/mv1.png") 50% 50% no-repeat;
	background-size: cover
}

.room__info {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 20px
}

.room__slide {
	margin-bottom: 20px;
	position: relative
}

.room__slide .swiper-button-prev {
	left: -50px;
	width: 15px;
	height: 30px;
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat
}

.room__slide .swiper-button-prev::after {
	content: none
}

.room__slide .swiper-button-next {
	right: -50px;
	width: 15px;
	height: 30px;
	transform: rotate(-180deg);
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat
}

.room__slide .swiper-button-next::after {
	content: none
}

.room__txt {
	margin-bottom: 60px
}

.room__txt h3 {
	font-size: 15px;
	font-weight: bold
}

.room__txt p {
	font-size: 13px
}

.room__infoBlock {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
}

.room__spec {
	width: 69.44444%
}

.room__img {
	width: 24.16667%
}

.room__img figure {
	margin-bottom: 10px
}

.room__btn a {
	border: 1px solid #8A7D6F;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #8A7D6F;
	font-size: 11px;
	font-weight: 600;
	background: #f5f3ed;
	padding: 10px
}

.room__btn a::before {
	content: '';
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/room/icon_plus.svg") no-repeat;
	display: inline-block;
	width: 13px;
	height: 13px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px
}

.room__facility {
	background: #f5f3ed;
	border-radius: 5px;
	margin: 0 auto 40px;
	max-width: 1200px;
	padding: 50px
}

.room__facility h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px
}

.room__facility ul {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap
}

.room__facility ul li {
	width: 11%;
	margin-bottom: 20px;
	margin-right: 1.7%
}

.room__facility ul li:nth-child(8n) {
	margin-right: 0
}

.room__facilityWrap {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto 40px
}

.room__facilityWrap>div {
	max-width: 48.33333%;
	width: 100%;
	margin: 0
}

.room__facilityWrap>div ul {
	max-width: 364px
}

.room__facilityWrap>div ul li {
	width: 30.21978%;
	margin-right: 4.67033%
}

.room__facilityWrap>div ul li:nth-child(3n) {
	margin-right: 0
}

.room__facilityNote {
	font-size: 11px;
	max-width: 1000px;
	margin: 0 auto
}

.room__rule {
	max-width: 1200px;
	margin: 0 auto;
	border: #806746 1px solid;
	padding: 30px;
	text-align: center
}

.room__rule h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 30px
}

.room__rule ul,
.room__rule p {
	text-align: left;
	max-width: 700px;
	margin: 0 auto;
	font-size: 13px
}

.room__rule ul li,
.room__rule p li {
	font-size: 13px
}

.room__rule ul br,
.room__rule p br {
	display: none
}

.room__indexList {
	max-width: 880px;
	margin: 140px auto 0
}

.room__indexList li {
	margin-bottom: 35px
}

.room__indexList li:last-child {
	margin-bottom: 0
}

.room__indexList li a {
	text-decoration: none
}

.room__indexList li a h3 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px
}

.room__indexList li a h3 span {
	font-size: 14px;
	font-weight: bold;
	display: block
}

.room__indexList li a figure {
	overflow: hidden;
	position: relative
}

.room__indexList li a figure::after {
	content: '';
	width: 0;
	height: 2px;
	background: #000;
	display: block;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0
}

.room__indexList li a figure img {
	transition-duration: 300ms;
	display: block;
	width: 100%
}

.room__indexList li:hover figure::after {
	width: 100%
}

.room__indexList li:hover figure img {
	transform: scale(1.1)
}

.remodal {
	background: none;
	padding: 0
}

.room .common__pageNav ul {
	border: none;
}

.room .common__pageNav ul li {
	/* width: 33.3%; */
	width: calc(100% / 4);
	border-left: 1px solid #806746;
	border-right: 1px solid #806746;
	border-bottom: 1px solid #806746;
	border-top: 1px solid #806746;
}

.room .common__pageNav ul li:nth-child(4) {
	border-right: 1px solid #806746;
}

.room__indexList__btn {
	text-align: center;
}

.room__indexList__btn a {
	text-decoration: none;
	color: #574634;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: #E3DAB3;
	max-width: 200px;
	padding: 10px 0;
	display: block;
	margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
	.room__info {
		padding: 0
	}

	.room__slide {
		margin: 0 15px 20px
	}

	.room__slide .swiper-button-prev {
		left: -20px;
		width: 7px;
		height: 15px;
		background-size: contain;
		top: 55%;
	}

	.room__slide .swiper-button-next {
		right: -20px;
		width: 7px;
		height: 15px;
		background-size: contain;
		top: 55%;
	}

	.room__txt {
		margin: 0 15px 30px
	}

	.room__txt h3 {
		font-size: 13px;
		font-weight: bold
	}

	.room__txt p {
		font-size: 12px
	}

	.room__infoBlock {
		display: block;
		margin-bottom: 30px
	}

	.room__spec {
		width: auto;
		margin: 0 15px 20px
	}

	.room__img {
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}

	.room__img figure {
		margin-bottom: 10px
	}

	.room__btn {
		max-width: 130px;
		margin: 0 auto
	}

	.room__btn a {
		font-size: 14px
	}

	.room__facility {
		margin: 0 auto 20px;
		padding: 20px 15px
	}

	.room__facility h2 {
		font-size: 12px;
		margin-bottom: 15px
	}

	.room__facility ul li {
		width: 22.5%;
		margin-bottom: 10px;
		margin-right: 3.33333%
	}

	.room__facility ul li:nth-child(4n) {
		margin-right: 0
	}

	.room__facility .room__facilityMore {
		display: block;
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/room/more.svg") no-repeat 50% 50%;
		background-size: 30px 15px;
		text-indent: -9999px
	}

	.room__facilityWrap {
		display: block
	}

	.room__facilityWrap>div {
		max-width: none;
		width: 100%;
		margin: 0 0 20px
	}

	.room__facilityWrap>div ul {
		max-width: none
	}

	.room__facilityWrap>div ul li {
		width: 22.5%;
		margin-bottom: 10px;
		margin-right: 3.33333%
	}

	.room__facilityWrap>div ul li:nth-child(3n) {
		margin-right: 3.33333%
	}

	.room__facilityWrap>div ul li:nth-child(4n) {
		margin-right: 0
	}

	.room__facilityNote {
		text-align: left;
		font-size: 7px;
		max-width: none;
		margin: 0 auto
	}

	.room__rule {
		padding: 25px 15px
	}

	.room__rule h3 {
		font-size: 12px;
		margin-bottom: 20px
	}

	.room__rule p {
		text-align: center;
		font-size: 11px;
		margin-bottom: 10px
	}

	.room__rule p br {
		display: block
	}

	.room__rule ul li {
		font-size: 10px;
		margin-left: 1em;
		text-indent: -1em
	}

	.room__indexList {
		margin: 70px auto 0
	}

	.room__indexList li a h3 {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 14px
	}

	.room__indexList li a h3 span {
		font-size: 10px;
		font-weight: bold;
		display: block
	}

	.room .common__pageNav ul {
		display: flex;
		justify-content: flex-start;
		border: none;
	}

	.room .common__pageNav ul li {
		width: 50%;
	}

	/* .room .common__pageNav ul li:first-child {
		border-bottom: none;
	} */

	.room .common__pageNav ul li:nth-child(2) {
		border-right: 1px solid #806746;
		/* border-bottom: none */
	}

	.room .common__pageNav ul li:nth-child(3) {
		/* border-top: none; */
		/* width: 50.3%; */
	}

	.room__indexList__btn a {
		margin-bottom: 50px
	}
}

.sitemap .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/sitemap/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.sitemap__home {
	max-width: 860px;
	margin: 0 auto 40px
}

.sitemap__home a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 600
}

.sitemap__block {
	max-width: 860px;
	margin: 0 auto;
	display: flex
}

.sitemap__block ul {
	width: 50%
}

.sitemap__block ul>li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px
}

.sitemap__block ul>li::before {
	content: '';
	width: 12px;
	height: 3px;
	background: #00523C;
	display: block;
	position: absolute;
	left: 0;
	top: 13px
}

.sitemap__block ul>li ul {
	margin-top: 30px
}

.sitemap__block ul>li ul li a {
	font-size: 14px
}

.sitemap__block ul>li ul li::before {
	height: 1px
}

.sitemap__block ul>li>a {
	font-size: 16px
}

.sitemap__block ul>li a {
	text-decoration: none
}

.sitemap__block ul>li a:hover {
	text-decoration: underline
}

@media screen and (max-width: 768px) {
	.sitemap__home {
		margin: 0 auto 10px
	}

	.sitemap__home a {
		font-size: 14px
	}

	.sitemap__block {
		max-width: 860px;
		margin: 0 auto;
		display: flex
	}

	.sitemap__block ul {
		width: 50%
	}

	.sitemap__block ul>li {
		margin-bottom: 10px;
		position: relative;
		padding-left: 20px
	}

	.sitemap__block ul>li::before {
		top: 10px
	}

	.sitemap__block ul>li ul {
		margin-top: 10px;
		width: auto
	}

	.sitemap__block ul>li ul li {
		margin-left: -10px
	}

	.sitemap__block ul>li ul li a {
		font-size: 10px
	}

	.sitemap__block ul>li ul li::before {
		height: 1px;
		top: 13px
	}

	.sitemap__block ul>li>a {
		font-size: 12px
	}

	.sitemap__block ul>li a {
		text-decoration: none
	}
}

.top__mv .swiper-slide img {
	width: 100%;
	height: 700px;
	-o-object-fit: cover;
	object-fit: cover
}

#toggle_f {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	padding-top: 8px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	background: #6A0F14;
	font-size: 15px;
	border-top: 1px solid #ffffff;
}

#toggle_f span {
	color: #ffffff;
}

#toggle_f span.open {
	display: none;
}

#top__reserveWrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.top__reserveBlock {
	/* position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999; */
	background: hsla(0, 0%, 100%, .9);
	padding: 15px 0 25px;
	position: absolute;
	bottom: -500px;
	width: 100%;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/* .top__reserveBlock::after {
	background: #F0EEE6;
	position: absolute;
	width: 92.85714vw;
	left: 0;
	top: 0;
	content: '';
	z-index: -1;
	height: 100%;
	display: block;
	border-radius: 0 10px 10px 0
} */
.top__reserveBlock h2 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0
}

.top__reserveBlock h2 span {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	border-left: 1px solid #707070;
	margin-left: 10px;
	padding-left: 10px;
	vertical-align: middle
}

.top__reserveBlockInner {
	max-width: 1420px;
	/* padding: 0 40px 0 0; */
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end
}

.top__reserveBlock #con_tripla {
	margin: 0 auto;
	flex-basis: 100%;
	max-width: 100%;
}

.input-container-input-container-da40af .input-container-title-db81ec,
.input-container-input-container-da40af .input-container-slot-239963 {
	display: inline-block !important;
}

.search-widget-day-use-wrapper-fc1ff9 {
	margin-bottom: 10px;
}

.input-container-input-container-da40af {
	margin-bottom: 0;
}

.button-btn-f51c1a {
	margin: 0 0 8px;
}

.top__reserveBlockInner form {
	border-radius: 0;
	width: auto;
	text-align: center;
	box-shadow: none;
	background: none;
	padding: 0 !important;
}

.top__reserveBlockInner form dl {
	margin-right: 20px
}

.top__reserveBlockInner form dl dt {
	font-size: 10px;
	font-weight: 600;
	color: #6A0F14;
	margin-bottom: 10px
}

.top__reserveBlockInner form dl dd {
	display: flex;
	align-items: center
}

.top__reserveBlockInner form dl dd span {
	margin: 0 10px;
	font-size: 13px
}

.top__reserveBlockInner form dl dd select {
	border: 1px solid #806746;
	padding: 5px 40px 5px 10px;
	font-size: 15px;
	background: #fff url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/arrow_down.svg") no-repeat top 50% right 10px
}

.top__reserveBlockInner form dl dd label {
	font-size: 13px
}

.top__reserveBlockInner form dl dd input[type="checkbox"] {
	margin-left: 10px
}

.top__reserveBlockInner form input[type="submit"] {
	background: #6A0F14;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	padding: 5px 50px
}

.top__reserveBlockBtns {
	display: flex;
	flex-basis: 100%;
	max-width: 100%;
	justify-content: center;
	margin-top: 0;
}

.top__reserveBlockBtns li {
	margin-left: 5px;
	width: 100px
}

.top__reserveBlockBtns li:nth-child(3) a {
	background: #BE4916
}

.top__reserveBlockBtns li:nth-child(4) a {
	background: #2454A0
}

.top__reserveBlockBtns li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background: #8a7d6f;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.2;
	font-size: 11px;
	height: 38px
}

.top__reserveBlockNotice {
	text-align: right;
	max-width: 1100px;
	margin: auto;
}

.top__reserveBlockNotice__link {
	border: 1px solid #f00;
	color: #f00;
	text-decoration: none;
}

/* 開閉後 */
.open-nav_f #toggle_f {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	padding-top: 8px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	background: #6A0F14;
	font-size: 14px;
	border-top: 1px solid #ffffff;
}

.open-nav_f #toggle_f span.open {
	display: block;
}

.open-nav_f #toggle_f span.close {
	display: none;
}

.open-nav_f .top__reserveBlock {
	-moz-transform: translateY(-535px);
	-webkit-transform: translateY(-535px);
	transform: translateY(-535px);
}

.open-nav_f #toggle_f span.open span {
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 10px;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

span.close {
	letter-spacing: 1px;
}

span.close span {
	display: inline-block;
	margin-bottom: -3px;
	margin-left: 10px;
	border-top: solid 2px #ffffff;
	border-left: solid 2px #ffffff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.top__banner {
	text-align: center;
	margin: 60px 0 90px;
}

.top__banner a {
	display: inline-block
}

.top__hgroup {
	margin-bottom: 50px;
	text-align: center
}

.top__hgroup p {
	font-size: 24px;
	font-weight: 600;
	color: #6A0F14
}

.top__hgroup p::after {
	content: '';
	width: 190px;
	height: 1px;
	border-bottom: 1px solid #6A0F14;
	display: block;
	margin: 5px auto
}

.top__hgroup h2 {
	font-size: 18px;
	font-weight: 500
}

.top .common__section {
	margin-bottom: 100px
}

.top .common__section:last-child {
	margin-bottom: 0
}

.top__news {
	max-width: 560px;
	margin: 0 auto 20px
}

.top__news li {
	border-bottom: 1px solid #ccc
}

.top__news li a {
	padding: 30px;
	text-decoration: none;
	display: block;
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/arrow.svg") no-repeat right 25px top 50%
}

.top__news li a:hover {
	text-decoration: underline
}

.top__news li a dl {
	display: flex
}

.top__news li a dl dt {
	color: #6A0F14;
	font-size: 13px;
	width: 50%;
}

.top__news li a dl dd {
	margin-left: 5px;
	margin-right: 25px;
	font-size: 13px;
	width: 37%;
}

.top__btn {
	text-align: center
}

.top__btn a {
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: #6A0F14;
	max-width: 210px;
	padding: 10px 0;
	display: block;
	margin: 0 auto
}

.top__btn__wrap a {
	max-width: 100%;
	width: 100%;
}

.top__planSlide {
	max-width: 1200px;
	margin: 0 auto 50px;
	position: relative
}

.top__planSlide .swiper-button-prev {
	left: -50px;
	width: 27px;
	height: 55px;
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
	background-size: contain
}

.top__planSlide .swiper-button-prev::after {
	content: none
}

.top__planSlide .swiper-button-next {
	right: -50px;
	width: 27px;
	height: 55px;
	transform: rotate(-180deg);
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/arrow.svg") no-repeat;
	background-size: contain
}

.top__planSlide .swiper-button-next::after {
	content: none
}

.top__planSlide .swiper-slide {
	width: 21.66667%
}

.top__planSlide .swiper-slide a {
	text-decoration: none
}

.top__planSlide .swiper-slide a:hover figure::after {
	width: 100%
}

.top__planSlide .swiper-slide a:hover figure img {
	transform: scale(1.1)
}

.top__planSlide .swiper-slide a figure {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative
}

.top__planSlide .swiper-slide a figure::after {
	content: '';
	width: 0;
	height: 2px;
	background: #000;
	display: block;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0
}

.top__planSlide .swiper-slide a figure img {
	transition-duration: 300ms;
	display: block;
	width: 100%
}

.top__planSlide .swiper-slide a dl dt,
.top__planSlide .swiper-slide a dl dd {
	font-size: 13px
}

.top__guest {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap
}

.top__guest li {
	width: 50%;
	overflow: hidden;
	position: relative
}

.top__guest li::after {
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	display: block;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.37, 0.16, 0.12, 1);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 200
}

.top__guest li:hover::after {
	width: 100%
}

.top__guest li:hover a::after {
	transform: scale(1.1)
}

.top__guest li:nth-child(1) a::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room04.png") no-repeat;
	background-size: cover;
	background-position: center;
}

.top__guest li:nth-child(1) a:hover::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room04_on.png") no-repeat;
	background-size: cover;
	background-position: center;

}

.top__guest li:nth-child(2) a::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room01.png") no-repeat;
	background-size: cover;
}

.top__guest li:nth-child(2) a:hover::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room01_on.png") no-repeat;
	background-size: cover;
}

.top__guest li:nth-child(3) a::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room03.png") no-repeat;
	background-size: cover;
}

.top__guest li:nth-child(3) a:hover::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room03_on.png") no-repeat;
	background-size: cover;
}

.top__guest li:nth-child(4) a::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room05.png") no-repeat;
	background-size: cover;
}

.top__guest li:nth-child(4) a:hover::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room05_on.png") no-repeat;
	background-size: cover;
}
.top__guest li:nth-child(4) a::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room05.png") no-repeat;
	background-size: cover;
}

.top__guest li:nth-child(4) a:hover::after {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room05_on.png") no-repeat;
	background-size: cover;
}

.top__guest li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 130px 0;
	position: relative
}

.top__guest li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 300ms;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.top__guest li a dl dt,
.top__guest li a dl dd {
	color: #fff
}

.top__guest li a dl dt {
	font-size: 20px;
	font-weight: 600
}

.top__guest li a dl dd {
	font-size: 14px;
	font-weight: 600
}

.top__other {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between
}

.top__other li {
	width: 31.66667%
}

.top__other li a {
	text-decoration: none
}

.top__other li a:hover dl dt::after {
	width: 100%
}

.top__other li a:hover dl dt img {
	transform: scale(1.1)
}

.top__other li a dl dt {
	border: 1px solid #8B724F;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative
}

.top__other li a dl dt::after {
	content: '';
	width: 0;
	height: 2px;
	background: #000;
	display: block;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.37, 0.16, 0.12, 1);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 200
}

.top__other li a dl dt img {
	transition-duration: 300ms;
	display: block
}

.top__other li a dl dd {
	text-align: center;
	color: #956521;
	font-weight: 600;
	font-size: 16px
}

.top__news_category {
	display: inline-block;
	width: 14em;
	margin-left: 11px;
	padding: 3px 0;
	font-size: 11px;
	text-align: center;
	border: 1px solid #6A0F14;
	color: #6A0F14;
}

.top__news__info li a dl dt {
	width: 41%;
}

.top__news__info li a dl dd {
	width: 55%;
}

.top__btn__wrap {
	display: flex;
	/*justify-content: space-between;*/
	max-width: 680px;
	margin: 0 auto 50px;

	flex-wrap: wrap;
}

.top__btn__wrap .top__btn {
	/*width: 100%;*/

	width: 32%;
	margin: 0 2% 2% 0;
}

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

.top__btn__wrap .top__btn a {
	color: #6A0F14;
	background: #fff;
	border: 1px solid #6A0F14;
	font-size: 14px;
}

.top__btn__wrap .top__btn a:hover {
	color: #fff;
	background: #6A0F14;
}

.category-info .top__btn__wrap div:nth-child(1) a {
	color: #fff;
	background: #6A0F14;
}

.category-news .top__btn__wrap div:nth-child(1) a {
	color: #fff;
	background: #6A0F14;
}

.category-campaign .top__btn__wrap div:nth-child(2) a {
	color: #fff;
	background: #6A0F14;
}

.category-neighborhood .top__btn__wrap div:nth-child(3) a {
	color: #fff;
	background: #6A0F14;
}

.category-okinawa-information .top__btn__wrap div:nth-child(4) a {
	color: #fff;
	background: #6A0F14;
}

.category-economic-information .top__btn__wrap div:nth-child(5) a {
	color: #fff;
	background: #6A0F14;
}

@media screen and (max-width: 1570px) {
	.top__reserveBlockInner {
		display: block
	}

	.top__reserveBlockInner form {
		justify-content: center;
		margin-bottom: 0;
	}

	.top__reserveBlockBtns {
		justify-content: center
	}
}

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

	/* .top__reserveBlock::after {
		width: calc(100% - 20px)
	} */
	.top__reserveBlock form {
		flex-wrap: wrap
	}

	.top__reserveBlock form input[type="submit"] {
		margin-top: 20px
	}
}

@media screen and (max-width: 768px) {
	.footer {
		padding-bottom: 0;
	}

	.top__mv .swiper-slide img {
		width: 100%;
		height: 280px;
		-o-object-fit: cover;
		object-fit: cover;
		display: block
	}

	.top__reserveBlockNotice {
		text-align: center;
		margin-bottom: 30px;
		border: 1px solid #f00;
		background: #fff;
	}

	.top__reserveBlockNotice__link {
		border: none;
	}

	#top__reserveWrap {
		display: none;
	}

	/* .top__reserveBlock::after {
		width: 100%;
		border-radius: 0
	} */
	.top__reserveBlock h2 {
		font-size: 17px;
		margin-bottom: 10px
	}

	.top__reserveBlock h2 span {
		display: block;
		border: none;
		font-size: 10px;
		margin-left: 0;
		padding-left: 0
	}

	.top__reserveBlock h2 span::before {
		content: '';
		height: 1px;
		width: 120px;
		background: #707070;
		display: block;
		margin: 0 auto
	}

	.top__reserveBlockInner {
		display: block;
		padding: 0 10px;
	}

	.top__reserveBlockInner form {
		display: flex;
		justify-content: flex-start;
		align-items: flex-end
	}

	.top__reserveBlockInner form dl {
		margin-bottom: 10px;
		margin-right: 20px
	}

	.top__reserveBlockInner form dl:first-child {
		width: 100%
	}

	.top__reserveBlockInner form dl dt {
		font-size: 14px;
		margin-bottom: 5px
	}

	.top__reserveBlockInner form dl dd {
		display: flex;
		align-items: center;
		font-size: 7px
	}

	.top__reserveBlockInner form dl dd span {
		margin: 0 5px;
		font-size: 14px
	}

	.top__reserveBlockInner form dl dd select {
		border: 1px solid #806746;
		padding: 5px 30px 5px 10px;
		font-size: 15px;
		border-radius: 0;
		background: #fff url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/arrow_down.svg") no-repeat top 50% right 10px;
		background-size: 6px 13px
	}

	.top__reserveBlockInner form dl dd label {
		font-size: 14px;
		white-space: nowrap
	}

	.top__reserveBlockInner form dl dd input[type="checkbox"] {
		margin-left: 5px;
		border: 1px solid #806746;
		background: #fff
	}

	.top__reserveBlockInner form input[type="submit"] {
		background: #6A0F14;
		margin: 10px auto 0;
		color: #fff;
		width: 100%;
		font-size: 15px;
		padding: 5px 10px
	}

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

	.top__reserveBlockBtns li:first-child a {
		position: relative;
		padding-top: 0
	}

	.top__reserveBlockBtns li:first-child a br {
		display: none
	}

	.top__reserveBlockBtns li a {
		font-size: 10px;
		line-height: 1
	}

	.top__banner {
		margin: 30px 20px
	}

	.top__hgroup {
		margin-bottom: 15px;
		text-align: center
	}

	.top__hgroup p {
		font-size: 17px
	}

	.top__hgroup p::after {
		width: 120px;
		margin: 5px auto
	}

	.top__hgroup h2 {
		font-size: 12px;
		font-weight: 500
	}

	.top .common__section {
		margin-bottom: 25px
	}

	.top__news {
		margin: 0;
		border-top: 1px solid #ccc;
		max-width: 100%;
	}

	.top__news li a {
		padding: 10px 20px;
		text-decoration: none;
		display: block;
		background-size: 6px 15px;
		background-position: right 10px top 50%
	}

	.top__news li a dl {
		display: flex
	}

	.top__news li a dl dt {
		color: #6A0F14;
		font-size: 11px;
		width: 38%;
	}

	.top__news li a dl dd {
		font-size: 12px;
		width: 60%;
	}

	.top__btn {
		text-align: center;
		margin: 0 -20px
	}

	.top__btn a {
		text-decoration: none;
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		background: #6A0F14;
		/*max-width: none;*/
		padding: 10px 0;
		display: block;
		margin: 0 auto
	}

	.top__planSlide {
		margin: 0 30px 50px;
		position: relative
	}

	.top__planSlide .swiper-button-prev {
		left: -40px;
		width: 13px;
		height: 27px
	}

	.top__planSlide .swiper-button-next {
		right: -40px;
		width: 13px;
		height: 27px
	}

	.top__planSlide .swiper-slide {
		width: 21.66667%
	}

	.top__planSlide .swiper-slide a {
		text-decoration: none
	}

	.top__planSlide .swiper-slide a figure {
		margin-bottom: 10px
	}

	.top__planSlide .swiper-slide a dl dt {
		font-size: 11px
	}

	.top__planSlide .swiper-slide a dl dd {
		font-size: 12px
	}

	.top__guest {
		margin: 0 -20px;
		display: flex;
		flex-wrap: wrap
	}

	.top__guest li {
		width: 50%
	}

	.top__guest li:nth-child(1) {
		border-bottom: 1px solid #fff
	}

	.top__guest li:nth-child(1) a::after {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room04_smp.png") no-repeat;
		background-size: cover
	}

	.top__guest li:nth-child(1) a:hover::after {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room04_smp.png") no-repeat;
		background-size: cover
	}

	.top__guest li:nth-child(2) {
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff
	}

	.top__guest li:nth-child(2) a::after {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room01_smp.png") no-repeat;
		background-size: cover;
	}

	.top__guest li:nth-child(2) a:hover::after {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room01_smp.png") no-repeat;
		background-size: cover;
	}

	.top__guest li:nth-child(3) a::after {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room03_smp.png") no-repeat;
		background-size: cover;
	}

	.top__guest li:nth-child(3) a:hover::after {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room03_smp.png") no-repeat;
		background-size: cover;
	}

	.top__guest li:nth-child(4) {
		border-left: 1px solid #fff
	}

	.top__guest li:nth-child(4) a::after {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room05_smp.png") no-repeat;
		background-size: cover;
	}

	.top__guest li:nth-child(4) a:hover::after {
		background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/top/room05_smp.png") no-repeat;
		background-size: cover;
	}

	.top__guest li a {
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 100px 0 0
	}

	.top__guest li a dl {
		background: #7a1f24;
		padding: 5px 0
	}

	.top__guest li a dl dt,
	.top__guest li a dl dd {
		color: #fff;
		line-height: 1.2
	}

	.top__guest li a dl dt {
		font-size: 16px
	}

	.top__guest li a dl dd {
		font-size: 12px
	}

	.top__other {
		flex-wrap: wrap
	}

	.top__other li {
		width: 47.76119%
	}

	.top__other li:nth-child(2n) {
		margin-left: 2.98507%;
		margin-bottom: 20px
	}

	.top__other li a {
		text-decoration: none
	}

	.top__other li a dl dd {
		font-size: 13px
	}

	.top__btn__wrap {
		margin: 0 10% 50px;
		flex-wrap: wrap;
	}

	.top__btn__wrap .top__btn {
		/*margin-bottom: 15px;
    	width: 52%;*/
		margin-bottom: 15px;
	}

	.top__btn__wrap .top__btn a {
		font-size: 11px;
	}
}

@media screen and (max-width: 680px) {
	.top__news li a dl dt {
		width: 40%;
	}

	.top__news li a dl dd {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.top__news li a dl {
		display: block;
	}

	.top__news li a dl dt {
		width: 100%;
	}

	.top__news li a dl dd {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.top__btn__wrap .top__btn {
		width: 48%;
		margin: 0 4% 4% 0;
	}

	.top__btn__wrap .top__btn:nth-child(3n) {
		margin-right: 3%;
	}

	.top__btn__wrap .top__btn:nth-child(2n) {
		margin-right: 0;
	}
}

.flow .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/flow/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.flow .common__pageNav ul li {
	width: 34%
}

.flow__box {
	max-width: 1400px;
	margin: 0 auto 100px;
	display: flex
}

.flow__box.-box01 {
	flex-direction: row-reverse
}

.flow__box.-box01 figure {
	width: 51.42857%
}

.flow__box.-box01 .flow__boxCont {
	margin-right: 7.14286%;
	width: 35.71429%
}

.flow__box.-box01 .flow__boxCont h3 {
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #E0D8CF;
	padding-bottom: 10px
}

.flow__box.-box01 .flow__boxCont .common__linebox {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/common/bg_linebox.png");
	text-align: center
}

.flow__box.-box01 .flow__boxCont .common__linebox p {
	line-height: 47px;
	font-size: 13px
}

.flow__box.-box01 .flow__tel {
	font-size: 24px !important;
	font-weight: 600
}

.flow__box.-box01 .flow__tel span {
	font-size: 20px
}

.flow__box.-box01 .common__linebox {
	margin-bottom: 40px
}

.flow__box.-box01 .flow__contact {
	text-align: center
}

.flow__box.-box01 .flow__contact dt {
	font-weight: 600;
	margin-bottom: 20px
}

.flow__box.-box01 .flow__contact dd a {
	display: inline-block;
	background: #6A0F14;
	color: #fff;
	text-decoration: none;
	padding: 15px 100px;
	line-height: 1.2;
	font-size: 14px
}

.flow__box.-box01 .flow__contact dd a span {
	font-size: 10px;
	display: block;
	color: inherit
}

.flow__box.-box02 {
	display: block
}

.flow__box.-box02 .flow__boxCont {
	margin-left: 200px
}

.flow__box.-box02 .flow__boxCont dl {
	margin-bottom: 30px;
	margin-left: 30px;
	position: relative
}

.flow__box.-box02 .flow__boxCont dl dt {
	font-size: 15px;
	font-weight: 600
}

.flow__box.-box02 .flow__boxCont dl dt::before {
	content: '';
	width: 12px;
	height: 3px;
	background: #00523C;
	display: block;
	position: absolute;
	left: -30px;
	top: 12px
}

.flow__box.-box02 .flow__boxCont dl dt p {
	margin-top: 10px
}

.flow__box.-box02 .flow__boxCont dl dd p {
	font-size: 13px
}

.flow__box.-box02 .flow__note {
	font-size: 12px;
	font-weight: 600
}

.flow__qa {
	max-width: 760px;
	margin: 0 auto
}

.flow__qa dl {
	border: 1px solid #806746;
	border-radius: 4px;
	margin-bottom: 25px;
	position: relative
}

.flow__qa dl::before {
	content: '+';
	display: block;
	font-size: 30px;
	font-weight: 500;
	position: absolute;
	top: 24px;
	right: 35px;
	color: #8b724f;
	transition-duration: 200ms;
	transition-property: transform, color
}

.flow__qa dl.-on::before {
	transform: rotate(45deg);
	color: #6A0F14
}

.flow__qa dl dt {
	padding: 25px 35px 25px 70px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	cursor: pointer
}

.flow__qa dl dt::before {
	content: 'Q';
	font-size: 30px;
	font-weight: 600;
	color: #6A0F14;
	vertical-align: middle;
	top: 22px;
	left: 32px;
	position: absolute;
	margin-right: 15px
}

.flow__qa dl dd {
	padding: 25px 35px 25px 70px;
	font-weight: 600;
	display: none;
	color: #be4916;
	position: relative
}

.flow__qa dl dd::before {
	content: '';
	width: calc(100% - 70px);
	height: 1px;
	border-top: 1px solid #806746;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 35px
}

.flow__qa dl dd::after {
	content: 'A';
	font-size: 30px;
	font-weight: 600;
	color: #BE4916;
	vertical-align: middle;
	left: 35px;
	top: 25px;
	position: absolute;
	margin-right: 15px
}

@media screen and (max-width: 768px) {
	.flow .common__pageNav ul {
		flex-wrap: nowrap
	}

	.flow .common__pageNav ul li:last-child {
		border-left: 1px solid #806746
	}

	.flow__box {
		margin: 0 auto 50px;
		display: block
	}

	.flow__box.-box01 figure {
		width: auto;
		margin-bottom: 20px
	}

	.flow__box.-box01 .flow__boxCont {
		margin-right: 0;
		width: auto
	}

	.flow__box.-box01 .flow__boxCont h3 {
		font-size: 12px
	}

	.flow__box.-box01 .flow__boxCont .common__linebox p {
		line-height: 47px;
		font-size: 12px
	}

	.flow__box.-box01 .flow__tel {
		font-size: 18px !important
	}

	.flow__box.-box01 .common__linebox {
		margin-bottom: 40px
	}

	.flow__box.-box01 .flow__contact {
		text-align: center
	}

	.flow__box.-box01 .flow__contact dt {
		font-size: 12px
	}

	.flow__box.-box01 .flow__contact dd a {
		display: inline-block;
		background: #6A0F14;
		color: #fff;
		text-decoration: none;
		padding: 15px 100px;
		line-height: 1.2;
		font-size: 14px
	}

	.flow__box.-box01 .flow__contact dd a span {
		font-size: 10px;
		display: block;
		color: inherit
	}

	.flow__box.-box02 figure {
		width: auto;
		margin-bottom: 20px
	}

	.flow__box.-box02 .flow__boxCont {
		margin-right: 0;
		margin-left: 0;
		width: auto
	}

	.flow__box.-box02 .flow__boxCont dl {
		margin-bottom: 15px;
		margin-left: 30px;
		position: relative
	}

	.flow__box.-box02 .flow__boxCont dl dt {
		font-size: 12px;
		font-weight: 600
	}

	.flow__box.-box02 .flow__boxCont dl dt p {
		margin-top: 10px
	}

	.flow__box.-box02 .flow__note {
		font-size: 10px;
		font-weight: 600
	}

	.flow__qa dl {
		margin-bottom: 15px
	}

	.flow__qa dl::before {
		font-size: 20px;
		top: 12px;
		right: 15px
	}

	.flow__qa dl dt {
		padding: 15px 25px 15px 40px;
		font-size: 13px
	}

	.flow__qa dl dt::before {
		font-size: 20px;
		top: 15px;
		left: 15px
	}

	.flow__qa dl dd {
		padding: 15px 25px 15px 40px;
		font-size: 12px
	}

	.flow__qa dl dd::before {
		content: '';
		width: calc(100% - 30px);
		height: 1px;
		border-top: 1px solid #806746;
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 15px
	}

	.flow__qa dl dd::after {
		font-size: 20px;
		top: 15px;
		left: 15px
	}
}

body {
	width: auto
}

.policy .common__mvInner {
	background: url("/wpadm/wp-content/themes/grgblion-yoyaku/img/policy/mv.png") 50% 50% no-repeat;
	background-size: cover
}

.policy__box {
	max-width: 1065px;
	margin: 0 auto 100px;
}

.policy__list {
	margin: 30px 0 0 35px;
}

.policy__list dt {
	font-size: 15px;
	font-weight: 600;
	position: relative;
}

.policy__list dt::before {
	content: '';
	width: 12px;
	height: 3px;
	background: #00523C;
	display: block;
	position: absolute;
	left: -30px;
	top: 12px;
}

.policy__list dd {
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: 500;
}

.policy__list dd ul li {
	font-size: 13px;
	font-weight: 500;
}

.policy__revised {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.policy__box {
		margin: 0 auto 50px;
	}

	.policy__lead {
		font-size: 15px;
	}

	.policy__list dt {
		font-size: 14px;
	}
}

.not-found-text {
	text-align: center;
	font-size: 26px;
}

.not-found-btn {
	margin: 40px auto 0;
	max-width: 300px;
}

.not-found-btn a {
	display: inline-block;
	background: #6A0F14;
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
	font-size: 18px;
	text-align: center;
	width: 100%;
}

.error404 .common__mvInner {
	background: url(/wpadm/wp-content/themes/grgblion-yoyaku/img/about/mv.png) 50% 50% no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.not-found-text {
		text-align: center;
		font-size: 18px;
	}

	.not-found-btn a {
		font-size: 14px;
	}
}

.alignnone {
	padding: 4px;
	margin: 0px 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}

.alignright {
	float: right;
	display: inline;
	padding: 4px;
	margin: 0px 15px;
}

.alignleft {
	float: left;
	display: inline;
	padding: 4px;
	margin: 0px 15px;
}

.clear {
	clear: both;
}

.fbred {
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.alignright {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.alignleft {
		float: none;
		display: block;
		margin: 0 auto;
	}
}