@charset "UTF-8";

/* space
-----------------------------------*/
.space {
	margin-top: 75px;
}

.space_info {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 30px 0;
}

.space_info > figure,
.space_right {
	width: 29.3%;
	text-align: center;
	font-weight: bold;
}

.space_info figcaption {
	font-size: 1.7rem;
	margin-top: 14px;
}

.space_info dl {
	width: 67%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-top: 1px solid #ccc;
}

.space_info dl:only-child {
	width: 100%;
}

.space_info dl dt {
	width: 194px;
	padding: 18px 20px;
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
}

.space_info dl dd {
	width: calc(100% - 194px);
	padding: 18px 20px 18px 0;
	border-bottom: 1px solid #ccc;
}

.space_info dl:only-child dt {
	width: 230px;
}

.space_info dl:only-child dd {
	width: calc(100% - 230px);
}

.space_info dl dd a {
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.space_info dl dd a:hover {
	opacity: .6;
}
.space_info dl dd a[href^="tel:"] {
	pointer-events: none;
}

.space_info dl dd:last-child {
	padding-bottom: 62px;
}

.space_info dl:only-child dd:last-child {
	padding-bottom: 18px;
}

.space_info dl dd p {
	line-height: inherit;
	font-size: inherit;
	margin-bottom: 17px;
}

.space_info dl dd p:last-child {
	margin-bottom: 0;
}

.space_info dl dd .txt_note {
	font-size: 1.3rem;
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 19px;
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.space {
		margin-top: 40px;
	}
	.space_info {
		display: block;
	}
	.space_info dl dt {
		font-size: 1.5rem;
	}
	.space_info dl:only-child dt {
    	width: 100%;
	}
	.space_info dl:only-child dd {
    	width:100%;
	}
	.space_info > figure,
	.space_right,
	.space_info dl,
	.space_info dl dt,
	.space_info dl dd {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.space_info dl dd:last-child {
		padding-bottom: 18px;
	}
	.space_info figure {
		margin-top: 30px;
	}
	.space_info dl dd a:hover {
		opacity: 1;
	}
	.space_info dl dd a[href^="tel:"] {
		pointer-events: auto;
	}
}

.access_map {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	width: 100%;
	background: #FFF;
	padding: 18px 16px;
	margin-top: 80px;
}

.access_map figure {
	width: 58%;
	margin-right: 16px;
}

.access_map .contact {
	width: 35.123%;
	margin: 0 auto 3px;
}

.access_map .contact p {
	margin: 0;
	font-size: 1.3rem;
}

.access_map .contact p:last-child {
	line-height: 2.2;
	margin-top: 3px;
}

.access_map .contact p strong {
	font-size: 1.6rem;
}

.access_map .contact h4 {
	font-size: 23px;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 25px;
	margin: 0 0 27px;
	border-bottom: 1px solid #ccc;
}

.access_map .contact h4 span {
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
}

.access_map .contact .name {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}

.access_map .contact .phone,
.access_map .contact .mobil {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}

.access_map .contact .phone {
	padding: 0 0 0 40px;
	background: url(../img/common/phone.svg) no-repeat left;
}

.access_map .contact .mobil {
	padding: 0 0 0 40px;
	background: url(../img/common/mobile.svg) no-repeat left;
}


@media only screen and (max-width: 768px) {
	.access_map {
		display: block;
		padding: 18px 3.75%;
	}
	.access_map figure {
		width: 100%;
	}
	.access_map .contact {
		width: 100%;
	}
}

.google_map iframe {
	width: 100%;
	height: 500px;
	display: block;
}




/* VR
-----------------------------------*/
.align_r.txt_note {
	font-size: 1.1rem;
	color: #535353;
	margin-top: -38px;
}

.asterisk.vr {
	margin: 29px 0 79px;
	color: #000;
	line-height: 1.8;
}
.asterisk.vr li + li {
	margin-top: 1px;
}

.vr_cont {
	background: #FFF;
	padding: 52px 24px 30px;
	margin: 67px 0 0 0;
}

h3 + .vr_cont {
	margin-top: 99px;
}

.vr_cont:last-child {
	margin-bottom: 85px;
}

.vr_cont h4 {
	font-size: 2.3rem;
	position: absolute;
	top: -24px;
}

.vr_cont h4 span {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 2rem;
	padding: 7px 15px 6px 18px;
	margin: 0 18px 0 0;
	letter-spacing: 0;
	background: #856D47;
	color: #FFF;
	letter-spacing: .05em;
}

.vr_cont h4 small {
	font-size: 1.4rem !important;
	letter-spacing: .05em;
}

.vr_cont h5 {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 31px 32px;
	color: #000;
	letter-spacing: .05em;
}

.vr_cont figure {
	text-align: center;
	margin: 0 0 40px;
}

.vr_cont figcaption {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: -13px;
}

.vr_cont p {
	font-size: 1.4rem;
	padding: 0 52px;
	line-height: 1.65;
}

.vr_cont p:last-child {
	margin-bottom: 0;
}

.vr_cont .txt_note {
	font-size: 1.2rem;
}

.vr_cont .col2_block {
	width: 850px;
	margin: 0 auto -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media only screen and (max-width: 768px) {
	.align_r.txt_note {
		margin-top: -10px;
	}
	.asterisk.vr {
		margin: 10px 0 40px;
	}
	.vr_cont {
		padding: 52px 3.75% 30px;
		margin: 60px 0 0 0;
	}

	h3 + .vr_cont {
		margin-top: 60px;
	}

	.vr_cont:last-child {
		margin-bottom: 60px;
	}

	.vr_cont h4 {
		font-size: 1.8rem;
		position: relative;
		top: auto;
		margin: -76px 0 20px;
		letter-spacing: .01em;
		display: block;
	}

	.vr_cont h4 span {
		display: inline-block;
		font-size: 1.6rem;
		padding: 7px 10px 6px;
		margin: 0 0 5px;
		letter-spacing: .01em;
	}

	.vr_cont h4 small {
		font-size: 1.3rem !important;
	}

	.vr_cont h5 {
		font-size: 1.6rem;
		margin: 0 0 31px;
	}

	.vr_cont figure {
		margin: 0 0 30px;
	}

	.vr_cont figcaption {
		font-size: 1.4rem;
		margin-top: -5px;
	}

	.vr_cont p {
		padding: 0;
	}

	.vr_cont .col2_block {
		width: auto;
		margin: 0;
		display: block;
	}
}

/* AR
-----------------------------------*/
.ar_cont {
	display: flex;
	justify-content: space-between;
}

.ar_cont figure {
	width: 43.8%;
}

.ar_cont .txt {
	width: 55.1%;
}

.ar_cont .txt h5 {
	font-size: 18px;
	margin: 0 0 20px 0;
	color: #856D47;
}

.ar_cont .txt h6 {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin: 0 0 24px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ar_cont .btn {
	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;
}

.ar_cont .btn > figure {
	width: 134px;
	margin-right: 30px;
}

.ar_cont .btn_store {
	width: 304px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 5px;
}
.ar_cont .btn_store a {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ar_cont .btn_store a:hover {
	opacity: .6;
}
.ar_cont .btn_store figure {
	width: 144px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
}
.ar_cont .btn_store figcaption {
	margin-bottom: 7px;
}
.ar_cont .btn_store figcaption::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0;
	border-color: #575757 transparent transparent;
	margin-left: 5px;
	vertical-align: 2px;
}
.ar_cont .btn_store figure:first-child {
	width: 304px;
	margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
	.ar_cont {
		display: block;
	}

	.txtarea:last-child {
		margin-left: 3.75%;
		margin-right: 3.75%;
	}

	.ar_cont figure,
	.ar_cont .txt {
		width: auto;
	}

	.ar_cont .txt h5 {
		font-size: 1.6rem;
		letter-spacing: .05em;
	}

	.ar_cont .txt h6 {
		font-size: 1.5rem;
		letter-spacing: .05em;
	}

	.ar_cont .btn > figure {
		width: 28.818%;
		margin-right: 15px;
	}

	.ar_cont .btn_store {
		width: calc(71.182% - 15px);
		padding-top: 0;
	}
	.ar_cont .btn_store a:hover {
		opacity: 1;
	}
	.ar_cont .btn_store figure {
		width: 49%;
		font-size: 1.2rem;
	}
	.ar_cont .btn_store figcaption {
		margin-bottom: 5px;
	}
	.ar_cont .btn_store figcaption::after {
		border-width: 6px 4px 0;
	}
	.ar_cont .btn_store figure:first-child {
		width: 100%;
		margin-bottom: 10px;
	}
}


/* GUIDE
-----------------------------------*/

.guid_contact {
	background: #fff;
	padding: 30px;
	text-align: center;
}

.guid_contact h5 {
	font-size: 16px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.guid_contact p.phone {
	font-size: 17px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 0 20px 0;
}

.guid_contact .phone a {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 0 40px;
	margin: 0 0 0 20px;
	background: url(../img/common/phone.svg) no-repeat left;
}

.guid_contact p.time {
	margin: 0;
}

.guid_contact a[target="_blank"] {
	text-decoration: underline;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.guid_contact a[target="_blank"]:hover {
	opacity: .6;
}
.guid_contact a[target="_blank"]::after {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../img/common/icon_external.svg) no-repeat left top / 15px auto;
	vertical-align: -1px;
	margin-left: 5px;
}
@media only screen and (max-width: 768px) {
	.guid_contact .phone a {
		margin: 0;
	}
}

/* calendar
-----------------------------------*/
.fc-sun,.fc-holiday {
	color: #b8001b;
}
.fc-close {
	opacity: .5;
}
.fc-mon.fc-holiday:not(.fc-close-group) {
	opacity: 1;
}
.fc-sat {
	color: #004a90;
}
.calendar-holiday {
	color: #ccc;
}
.fc-title {
	font-size: 1rem;
	font-weight: 500;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	float: none;
	display: block;
	text-align: center;
}

/* sub_nav
-----------------------------------*/
.sub_nav {
	max-width: 1000px;
	margin: -29px auto 55px;
}
.sub_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sub_nav li {
	width: 300px;
	margin: 0 7px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sub_nav li a {
	width: 100%;
	display: block;
	text-align: center;
	border: 2px solid #856D47;
	font-weight: bold;
	font-size: 1.6rem;
	background: #FFF;
	color: #856D47;
	padding: 11px;
	-webkit-transition: color 300ms, background 300ms;
	transition: color 300ms, background 300ms;
}
.sub_nav li a:hover,
.sub_nav li.current a {
	background: #856D47;
	color: #FFF;
}
@media only screen and (max-width: 768px) {
	.sub_nav {
		margin: 0 2% 30px
	}
	.sub_nav li {
		width: 45%;
		margin: 0 1.351% 10px;
	}
	.sub_nav li a {
		font-size: 1.4rem;
	}
	.sub_nav li a:hover {
		background: #FFF;
		color: #856D47;
	}
}





/* VIsitor
-----------------------------------*/
.visitor_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px -2px 30px;
}
.visitor_list li {
	width: 308px;
	margin: 0 0 0px 40px;
}
.visitor_list li:nth-child(3n+1) {
	margin-left: 0;
}
.visitor_list li img {
	display: block;
	-webkit-transition: transform 300ms;
	transition: transform 300ms;
}
.visitor_list li a {
	display: block;
	overflow: hidden;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.visitor_list li a:hover {
	opacity: .6;
}
.visitor_list li a:hover img {
	transform: scale(1.1);
}

.map_block {
	width: 100%;
	margin-bottom: 30px;
	padding-top: 40%;
}
.map_block iframe {
	display: block;
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 768px) {

	.visitor_list {
		justify-content: space-between;
		margin: 0 0 30px 0;
	}

	.visitor_list li {
		width: 46%;
		margin: 0;
	}

	.visitor_list li:last-child {
		margin: 10px 0 0 0 ;
	}

	.map_block {
		padding-top: 100%;
	}
}