html {
	background-size: 100vw auto;
	background-attachment: fixed;
	position: relative;
	color: #1E0000;
}

body,
body * {
	font-family: "Medium", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "verdana", sans-serif;

}

input,
textarea {
	font-family: "Medium", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "verdana", sans-serif;
}

a {
	text-decoration: none !important;
	color: inherit !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
	line-height: 1.75;
	color: #1E0000;
}

strong {
	font-weight: bold;
}

em {
	font-weight: normal;
	font-style: normal;
	color: inherit;
}

i {
	margin-right: .5em !important;
}

.gothic,
.gothic * {
	font-family: "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "verdana", sans-serif !important;
}

.mincho,
.mincho * {
	font-family: "YuMincho", "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "Shippori Mincho B1", serif !important;
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free" !important;
}

.fab {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: bold;
}

.f10 {
	font-size: 0.625rem;
}

.f11 {
	font-size: 0.6875rem;
}

.f12 {
	font-size: 0.75rem;
}

.f13 {
	font-size: 0.8125rem;
}

.f14 {
	font-size: 0.875rem;
}

.f15 {
	font-size: 0.9375rem;
}

.f16 {
	font-size: 1rem;
}

.f18 {
	font-size: 1.125rem;
}

.f20 {
	font-size: 1.25rem;
}

.f22 {
	font-size: 1.375rem;
}

.f24 {
	font-size: 1.5rem;
}

.f26 {
	font-size: 1.625rem;
}

.f28 {
	font-size: 1.75rem;
}

.f30 {
	font-size: 1.875rem;
}

.f32 {
	font-size: 2rem;
}

.f36 {
	font-size: 2.25rem;
}

.f48 {
	font-size: 3rem;
}

.underline {
	text-decoration: underline !important;
}

.monospaced {
	font-family: 'Questrial', sans-serif;
}


.noborder {
	border: none !important;
}

.text-default {
	font-size: 1rem;
}

.color-inverse {
	color: #fff !important;

}

.pm {
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: inline !important;
	letter-spacing: -.25em;
}

.title-page {
	display: block;
	font-size: 1.75rem;
}

.title-section {
	background: #fff url('https://d3f82ewtjow4zj.cloudfront.net/otayori/img/hairline-ddd.gif') center center repeat-x;
	font-size: 1.5rem;
	text-align: center;

}

.title-section span {
	padding: 0 1em;
	background: #fff;

}

/* app */

.app-hidden {
	display: none;
}


/* slick slider */
.slide-area {
	margin: 0 auto;
	width: 90%;
	padding: 0 30px 0 0;
}

/*
.slick01 img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
*/

.slick01 {
	margin-bottom: 0;

}

.slick-slide img {
	height: auto;
	opacity: .3;
	transform: scale(.9);
	transition: opacity .5s, transform .5s;
	width: 100%;
}

.slick-slide.slick-center img {
	opacity: 1;
	transform: scale(1);
}

.slick-dots {
	bottom: -35px;

}

.map-action p {
	line-height: 2rem;
	color: #B7A263;
	margin: 0 10px;
	padding: 5px;
	text-align: center;
	background: #fff;
	border: #B7A263 solid 0.25px;
	letter-spacing: 2px;
}

.map-action p:hover {
	color: #FF435A;
	border: #FF435A 0.25px solid;
}

div.map-action {
	margin-left: 30px;
}

@media screen and (max-width:640px) {
	.slide-area {
		margin: 0 auto;
	}

	.slick01 img {
		display: block;
	}

	div.map-action {
		margin-top: -15px;
		margin-left: 30px;
		width: 92%;

	}

	.map-action p {
		font-size: 14px;
		width: 50px !important;
		line-height: 1rem;
		margin: 3px 3px;
		padding: 5px 2px;
		letter-spacing: 0.5px;

	}

	/* .map-action p.slick-slide {
	} */
	.slick-slide img {
		opacity: 1;
	}

	.slick-dots {
		bottom: -30px;
		left: 17px;
	}
}


/*サムネイルが動かないように*/
.map-action .slick-track {
	transform: unset !important;
}

.map-hover .slick-track {
	transform: unset !important;
}





@media screen and (max-width:640px) {

	p.slide-caption {
		width: 320px;
		line-height: 1.3em;
		margin-top: -10px;
		top: 0px;
		height: 165px;
	}

}