@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
/*-----------------setting_css---------------------*/
/*-----------------/setting_css/---------------------*/
/*-----------------reset_css---------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
img {
	color: #000;
	border-width: 0px;
	border-style: none;
	background: transparent;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

img {
	width: 100%;
}

.h1Tag {
	display: none;
}

@media screen and (min-width: 769px) {
	._sp {
		display: none;
	}
	._pc {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	._sp {
		display: block;
	}
	._pc {
		display: none;
	}
}
.ib {
	display: inline-block;
}

main {
	overflow: hidden;
}
main p {
	line-height: 1.5em;
	letter-spacing: 0.15em;
}

/**Color Setting**/
/*-----------------Color---------------------*/
.brown {
	color: #A17954;
}

/*-----------------common---------------------*/
.inner {
	width: 95%;
	max-width: 1200px;
	margin-inline: auto;
}

.inner_w1100 {
	width: 95%;
	max-width: 1100px;
	margin-inline: auto;
}

.com-ttl {
	font-size: 35px;
	font-size: clamp(18px, 5vw, 35px);
}
.com-lead--l {
	font-size: 30px;
	font-size: clamp(18px, 4vw, 30px);
}
.com-lead {
	font-size: 25px;
	font-size: clamp(15px, 3vw, 25px);
}
.com-lead--s {
	font-size: 20px;
	font-size: clamp(15px, 2.5vw, 20px);
}
.com-text--l {
	font-size: 18px;
	font-size: clamp(12px, 1.5vw, 18px);
}
.com-text {
	font-size: 15px;
	font-size: clamp(12px, 1.3vw, 15px);
}
.com-txt {
	font-size: 12px;
	font-size: clamp(10px, 1.1vw, 12px);
}

@media screen and (max-width: 768px) {
	.com-ttl {
		font-size: clamp(10px, 8vw, 35px);
	}
	.com-lead--l {
		font-size: clamp(10px, 5.5vw, 30px);
	}
	.com-lead {
		font-size: clamp(10px, 4.5vw, 25px);
	}
	.com-lead--s {
		font-size: clamp(10px, 4vw, 20px);
	}
	.com-text--l {
		font-size: clamp(10px, 3.8vw, 18px);
	}
	.com-text {
		font-size: clamp(10px, 3.5vw, 15px);
	}
	.com-txt {
		font-size: clamp(10px, 3vw, 12px);
	}
	/*@media screen end*/
}
.com-w800 {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
}
.com-w1000 {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.com-w1200 {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.com-w1400 {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
.com-min--vh100 {
	min-height: 100vh;
}

.com-imgbox {
	position: relative;
}
.com-imgnote {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font-size: 10px;
	letter-spacing: 0.05em;
}
.com-notebox {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
	.com-notebox {
		padding: clamp(20px, 6vw, 50px) 0;
	}
}
.com-note {
	font-size: 10px;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: left;
}

.com-fs10 {
	font-size: 10px;
}
.com-fs12 {
	font-size: 12px;
}
.com-texR {
	text-align: right;
}
.com-texC {
	text-align: center;
}
.com-col--wh {
	color: #fff;
}
.com-col--bk {
	color: #000;
}
.com-tex__shadow--wh {
	text-shadow: 0 0 10px #fff;
}
.com-tex__shadow--bk {
	text-shadow: 0 0 10px #000;
}

.com-flbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--ac {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--jc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/*-----------------linkstyle---------------------*/
.com-linkbox {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	margin: 50px auto;
}
.com-linkbox__fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: min(1vw, 20px);
}
.com-linkbtn {
	width: 32%;
	margin: 0 0.6666666667%;
}
.com-linkbtn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #A17954;
	text-align: center;
	padding: 4px 0 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: clamp(0.813rem, 0.404rem + 0.849vw, 1.063rem);
	position: relative;
	overflow: hidden;
}
.com-linkbtn a .menu-en {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	line-height: 1.3;
}
.com-linkbtn-map a {
	padding: 12px 0;
	display: inline-block;
}
.com-linkbtn-map a .icon-map {
	position: relative;
}
.com-linkbtn-map a .icon-map::before {
	position: absolute;
	content: "";
	-webkit-mask-image: url("../../img/common/icon_map-br.svg");
	        mask-image: url("../../img/common/icon_map-br.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: currentColor;
	top: 52%;
	left: -60%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.com-linkbtn-map a p {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (any-hover: hover) {
	.com-linkbtn-map a {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.com-linkbtn-map a:hover {
		color: #fff;
	}
	.com-linkbtn-map a:hover .icon-map::before {
		background-color: #fff;
	}
}
.com-linkbtn-outline a {
	background: #2C2F33;
	border: 1px solid #A17954;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.com-linkbtn-outline a:hover {
	background: #fff;
	color: #A17954;
}
.com-linkbtn-request a {
	background: #2C2F33;
	border: 1px solid #2C2F33;
}
.com-linkbtn-request a::before {
	position: absolute;
	content: "";
	top: 0;
	left: -120%;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	        transform: skewX(-30deg);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
	-webkit-animation: shine 2s 0s linear infinite;
	        animation: shine 2s 0s linear infinite;
}
.com-linkbtn-request a:hover {
	color: #A17954;
	opacity: 0.7;
}
.com-linkbtn-reserve a {
	background: #2C2F33;
	border: 1px solid #2C2F33;
}
.com-linkbtn-reserve a::before {
	position: absolute;
	content: "";
	top: 0;
	left: -120%;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	        transform: skewX(-30deg);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
	-webkit-animation: shine 2s 0s linear infinite;
	        animation: shine 2s 0s linear infinite;
}
.com-linkbtn-reserve a:hover {
	color: #A17954;
	opacity: 0.7;
}
.com-linkbtn-online a {
	background: #968375;
}
@-webkit-keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
@media screen and (min-width: 767px) {
	.com {
		/*@media screen end*/
	}
	.com-linkbtn a {
		opacity: 1;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
}
@media screen and (max-width: 768px) {
	.com {
		/*@media screen end*/
	}
	.com-linkbox {
		width: 95%;
	}
	.com-linkbtn {
		width: 100%;
		margin: 10px auto 0;
	}
	.com-linkbtn a p {
		font-size: clamp(10px, 3.5vw, 15px);
	}
}

/*-----------------/linkstyle/---------------------*/
body {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #2C2F33;
}

.animation-bg {
	background: #2C2F33;
	display: block;
	position: fixed;
	content: "";
	inset: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	-webkit-transform-origin: top;
	        transform-origin: top;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.page-mv__wrap {
	height: 31vw;
	overflow: hidden;
	position: relative;
}
.page-mv__wrap .mv-img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: 2s ease;
	transition: 2s ease;
	-webkit-animation: mv-scale 2s ease;
	        animation: mv-scale 2s ease;
}
.page-mv__wrap .imgnote {
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	right: 5px;
	color: #fff;
}

@-webkit-keyframes mv-scale {
	0% {
		opacity: 0;
		scale: 1.2;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}

@keyframes mv-scale {
	0% {
		opacity: 0;
		scale: 1.2;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}
.page__ttl {
	position: absolute;
	top: 45%;
	left: min(8.9vw, 363px);
}
.page__ttl .page__ttl--en {
	text-transform: uppercase;
	color: #fff;
	font-family: "STIX Two Text", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(3.5rem, 2.498rem + 2.085vw, 5rem);
	line-height: 1.3;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	--clip: 0%;
}
.page__ttl .page__ttl--en .char {
	-webkit-clip-path: polygon(0 0, var(--clip) 0, var(--clip) 100%, 0% 100%);
	        clip-path: polygon(0 0, var(--clip) 0, var(--clip) 100%, 0% 100%);
}
.page__ttl .js-line {
	width: 77px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}
.page__ttl .page__ttl--ja {
	margin-top: min(1.5vw, 20px);
	color: #fff;
	font-size: clamp(1rem, 0.833rem + 0.348vw, 1.25rem);
	letter-spacing: 0.15em;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	--clip2: 0%;
	-webkit-clip-path: polygon(0 0, var(--clip2) 0, var(--clip2) 100%, 0% 100%);
	        clip-path: polygon(0 0, var(--clip2) 0, var(--clip2) 100%, 0% 100%);
}

.remark {
	font-size: 0.5em;
	vertical-align: super;
}

@media screen and (max-width: 768px) {
	.page-mv__wrap {
		height: 80vw;
	}
	.page__ttl {
		left: 8%;
	}
	.page__ttl .page__ttl--en {
		font-size: clamp(2.5rem, 0.294rem + 9.804vw, 5rem);
	}
	.page__ttl .page__ttl--ja {
		font-size: clamp(1rem, 0.779rem + 0.98vw, 1.25rem);
	}
	/*@media screen end*/
}
.w50 {
	width: 50%;
	margin-inline: auto;
}

.w55 {
	width: 55%;
	margin-inline: auto;
}

.w60 {
	width: 60%;
	margin-inline: auto;
}

.w65 {
	width: 65%;
	margin-inline: auto;
}

.w70 {
	width: 70%;
	margin-inline: auto;
}

.w75 {
	width: 75%;
	margin-inline: auto;
}

.w80 {
	width: 80%;
	margin-inline: auto;
}

.w85 {
	width: 85%;
	margin-inline: auto;
}

.w90 {
	width: 90%;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	#accesslocation {
		/*@media screen end*/
	}
	#accesslocation .page__ttl .page__ttl--en {
		font-size: clamp(1.625rem, -0.029rem + 7.353vw, 3.5rem);
	}
	#accesslocation .page__ttl .page__ttl--ja {
		font-size: clamp(0.813rem, 0.537rem + 1.225vw, 1.125rem);
	}
}
#accesslocation .sec__city {
	margin-top: -1px;
	background: #252427;
	padding-block: min(7.8vw, 150px) min(3.5vw, 68px);
}
#accesslocation .sec__city--ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 30px;
}
#accesslocation .sec__city--txt {
	width: 46%;
	color: #fff;
	font-size: clamp(0.875rem, 0.791rem + 0.174vw, 1rem);
	letter-spacing: 0.05em;
	line-height: 2.1;
}
#accesslocation .sec__city--container1 {
	margin-top: min(3vw, 56px);
}
#accesslocation .container1__right {
	width: min(55%, 566px);
	margin-inline: auto;
}
#accesslocation .tr-content {
	color: #fff;
}
#accesslocation .tr-content .line {
	font-size: 14px;
}
#accesslocation .tr-content .tr-content__flbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#accesslocation .tr-content .tr-content__flbox.tr-content__flbox1 {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#accesslocation .tr-content .sta1 {
	font-size: clamp(1.25rem, -0.093rem + 2.794vw, 2.125rem);
}
#accesslocation .tr-content .sta1 .num {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 2.6em;
	color: #A17954;
}
#accesslocation .tr-content .sta1__area {
	background: #A17954;
	padding: 10px 32px;
	outline: 1px solid #fff;
	outline-offset: -3px;
	font-size: clamp(0.875rem, 0.299rem + 1.198vw, 1.25rem);
}
#accesslocation .tr-content .sta2 {
	font-size: clamp(1rem, 0.137rem + 1.796vw, 1.563rem);
	letter-spacing: 0.05em;
}
#accesslocation .tr-content .sta2 .num {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5em;
}
#accesslocation .tr-content .dist {
	font-size: 10px;
	text-align: right;
}
#accesslocation .tr-content .slah {
	width: min(1.5vw, 20px);
}
#accesslocation .tr-content .slah img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
#accesslocation .sec__city--container2 {
	margin-top: min(4.58vw, 88px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#accesslocation .sec__city--container3 {
	margin-top: min(5.5vw, 106px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: min(2vw, 42px);
}
#accesslocation .sec__city--containerL {
	width: 32.3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: min(1.2vw, 24px);
}
#accesslocation .sec__city--containerR {
	width: 70%;
}
#accesslocation .sec__city--container5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: min(1.6vw, 32px);
}
#accesslocation .city-imgbox .imgnote {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	text-align: right;
	color: #fff;
}
#accesslocation .city-imgbox1 {
	width: 46%;
}
#accesslocation .city-imgbox2 {
	width: 49%;
}
#accesslocation .city-imgbox9 {
	margin-top: min(0.9vw, 18px);
}
#accesslocation .sec__city--note {
	margin-top: min(4.6vw, 90px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#accesslocation {
		/*@media screen end*/
	}
	#accesslocation .sec__city {
		padding-block: min(14vw, 108px) min(16.2vw, 122px);
	}
	#accesslocation .sec__city--container1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: min(13vw, 98px);
	}
	#accesslocation .sec__city--txt,
	#accesslocation .container1__right {
		width: 100%;
	}
	#accesslocation .sec__city--txt {
		text-align: justify;
	}
	#accesslocation .sec__city--container2 {
		margin-top: min(16vw, 120px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: min(17vw, 128px);
	}
	#accesslocation .sec__city--container3 {
		margin-top: min(10.6vw, 80px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: min(7.46vw, 56px);
	}
	#accesslocation .sec__city--containerL {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: min(2vw, 16px);
	}
	#accesslocation .sec__city--containerR {
		width: 100%;
	}
	#accesslocation .sec__city--container5 {
		gap: min(2vw, 16px);
	}
	#accesslocation .city-imgbox1,
	#accesslocation .city-imgbox2 {
		width: 100%;
	}
	#accesslocation .city-imgbox9 {
		margin-top: min(7.7vw, 58px);
	}
	#accesslocation .tr-content .sta1 {
		font-size: clamp(1.125rem, -0.199rem + 5.882vw, 2.625rem);
	}
	#accesslocation .tr-content .sta1__area {
		font-size: clamp(0.875rem, 0.103rem + 3.431vw, 1.75rem);
	}
	#accesslocation .tr-content .sta2 {
		font-size: clamp(0.938rem, 0rem + 4.167vw, 2rem);
		letter-spacing: 0.02em;
	}
	#accesslocation .tr-content .sta2 .num {
		font-size: 2em;
	}
	#accesslocation .tr-content .dist {
		letter-spacing: 0em;
	}
	#accesslocation .tr-content .slah {
		width: min(4.2vw, 24px);
	}
	#accesslocation .tr-content.tr-content1 {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-inline: auto;
	}
	#accesslocation .tr-content.tr-content1 .sta1 {
		font-size: clamp(1.625rem, 0.412rem + 5.392vw, 3rem);
	}
	#accesslocation .tr-content.tr-content1 .sta1__area {
		margin-left: auto;
	}
	#accesslocation .tr-content .tr-content__flbox.tr-content__flbox1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: min(4vw, 30px);
	}
	#accesslocation .sec__city--note {
		margin-top: min(13.6vw, 102px);
	}
}
#accesslocation .sec__miyabi {
	background: #fff;
	padding-block: min(4.8vw, 93px) min(7vw, 134px);
}
#accesslocation .miyabi-txt__en {
	width: 50%;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #424242;
}
#accesslocation .miyabi-txt__en.miyabi-txt__en--br {
	margin-top: min(1.9vw, 38px);
	color: #A17954;
}
#accesslocation .miyabi__lead {
	margin-top: min(2.6vw, 50px);
	font-size: 24px;
}
#accesslocation .miyabi__lead.miyabi__lead--br {
	color: #A17954;
	letter-spacing: 0.2em;
	line-height: 1.8;
}
#accesslocation .miya-imgbox .imgnote {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	text-align: right;
}
#accesslocation .miya-imgbox img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#accesslocation .miya-imgbox.miya-imgbox1 {
	margin-top: min(5.5vw, 107px);
}
#accesslocation .miya-imgbox.miya-imgbox3 {
	width: 30%;
}
#accesslocation .miya-imgbox.miya-imgbox5, #accesslocation .miya-imgbox.miya-imgbox6 {
	margin-top: min(1.56vw, 30px);
}
#accesslocation .miya-imgbox.miya-imgbox7 {
	width: 33%;
}
#accesslocation .miyabi__content1 {
	margin-top: min(6.8vw, 132px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#accesslocation .miyabi__content1--l {
	width: 68%;
}
#accesslocation .miyabi-txt__ja {
	color: #A17954;
	letter-spacing: 0.2em;
	line-height: 1.8;
}
#accesslocation .miyabi__content2 {
	margin-top: min(2.9vw, 57px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#accesslocation .miyabi__content2--l {
	width: 64%;
}
@media screen and (max-width: 768px) {
	#accesslocation {
		/*@media screen end*/
	}
	#accesslocation .sec__miyabi {
		padding-block: min(12.4vw, 93px) min(18.4vw, 138px);
	}
	#accesslocation .miyabi-txt__en {
		width: 100%;
	}
	#accesslocation .miyabi-txt__en.miyabi-txt__en--br {
		margin-top: min(8.2vw, 62px);
	}
	#accesslocation .miyabi__lead {
		margin-top: min(13vw, 50px);
	}
	#accesslocation .miyabi__lead.miyabi__lead--br {
		margin-top: 0;
	}
	#accesslocation .miya-imgbox.miya-imgbox1 {
		margin-top: min(15.7vw, 118px);
	}
	#accesslocation .miyabi__content1 {
		margin-top: min(15.7vw, 118px);
	}
	#accesslocation .miyabi__content2 {
		margin-top: min(10.6vw, 80px);
	}
}
/*# sourceMappingURL=accesslocation.css.map */