@charset "utf-8";
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 {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul,
ol {
	list-style-type: none;
	list-style-position: inside;
}
html {
	font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic,
		"Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	line-height: 1.7;
}
img {
	max-width: 100%;
	height: auto;
}
.pc_only {
	display: block;
}
.sm_only {
	display: none;
}
.none {
	display: none;
}
.center {
	text-align: center;
}
#map {
	min-height: 543px;
	max-width: 375px;
}
.mark {
	background-color: rgba(255, 255, 255, 0);
	width: 50px;
	height: 35px;
}
#mark1 {
	position: absolute;
	top: 13.5%;
	right: 0;
}
#mark2 {
	position: absolute;
	top: 15%;
	left: 14%;
}
#mark3 {
	position: absolute;
	top: 25%;
	left: 36%;
}
#mark4 {
	position: absolute;
	bottom: 1%;
	left: 46%;
}
#mark5 {
	position: absolute;
	top: 53%;
	right: 4%;
}
#page-top {
	position: fixed;
	right: 13px;
	bottom: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
	background: rgba(191, 0, 8, 1);
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 0px 1px 1px #fff;
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow:before,
.arrow:after {
	position: absolute;
	top: 8px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.triangle:before {
	left: 2px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.wrapper {
	width: 100%;
	max-width: 768px;
	margin: 0 auto 40px;
}
a {
	color: rgba(191, 0, 8, 1);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
section {
	padding: 1.4em;
	text-align: justify;
	color: rgba(68, 68, 68, 1);
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
section div {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	section div {
		font-size: 16px;
	}
}
section div.hide {
	display: none;
}

section div.show {
	display: block;
}
h1,
h2 {
	color: rgba(191, 0, 8, 1);
	text-align: center;
	margin-bottom: 1em;
}
h2 {
	font-size: 2rem;
	margin-bottom: 0.5em;
}
.mejs-container {
	margin-bottom: 1em;
}
.txt_main {
	margin-bottom: 1em;
}
.spot {
	background-color: rgba(251, 223, 240, 0.5);
	margin-bottom: 2em;
}
footer {
	text-align: center;
	font-size: 1.2rem;
}
footer p {
	margin-bottom: 1em;
}
footer img {
	max-width: 60px;
}
.flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.flex div {
	align-items: center;
	vertical-align: middle;
}
.selectlang {
	line-height: 1.3;
	text-align: center;
	margin-top: 5em;
	margin-bottom: 2.5em;
}
.selectlang span {
	display: inline-block;
	line-height: 1.8;
	padding: 0 0.5em;
}
.lang_btn {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 4em;
}
.h2_otono div {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.h2_otono span {
	font-size: 1.6rem;
}
.h2_otono span img {
	max-width: 60px;
}

@media only screen and (min-width: 320px) {
	#map {
		margin: 0 auto;
		width: 100%;
		min-height: 400px;
		max-width: 280.8px;
		position: relative;
		background-image: url(img/map.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media only screen and (min-width: 375px) {
	#map {
		min-height: 480px;
		max-width: 335.8px;
	}
	.mark {
		width: 60px;
		height: 40px;
	}
	#mark4 {
		bottom: 1.5%;
	}
}

@media only screen and (min-width: 768px) {
	.pc_only {
		display: none;
	}
	.sm_only {
		display: block;
	}
	#map {
		min-height: 543px;
		max-width: 375px;
	}
	.mark {
		width: 65px;
		height: 50px;
	}
}
/* ここから */
.guide {
	padding: 0;
}
.f_no {
	width: 100%;
	margin-bottom: 30px;
}
.content {
	display: none;
}
.content p {
	margin-bottom: 1em;
}
a {
	color: rgba(191, 0, 8, 1);
	text-decoration: none;
}
a img.exlink {
	width: 15px;
	display: inline-block;
	padding-left: 3px;
	position: relative;
	top: 2px;
}
.audioguide {
	margin-top: 1em;
}
.audioguide li {
	background-color: rgba(251, 223, 240, 0.5);
}
.audioguide li a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}
.audioguide li div {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin: 0;
	font-size: 13px;
}
.audioguide li div h3 {
	font-size: 20px;
	padding-left: 8px;
}
.audioguide li div img {
	margin-right: 5px;
}
.audioguide li div:first-child {
	flex: 0 0 45%;
}
.audioguide li div:last-child {
	flex: 0 0 55%;
	position: relative;
}
.audioguide li div.guide {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	align-self: stretch;
	line-height: 1.5;
	padding: 8px 0;
}
.audioguide li div.guide div {
	display: block;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.audioguide li div:last-child .num {
		font-size: 3vw;
	}
}
.audioguide li div:last-child .title {
	display: block;
	padding-left: 2em;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.audioguide li div:last-child .title {
		font-size: 3vw;
	}
}
.audioguide li div:last-child .start {
	display: inline-block;
	font-size: 14px;
	text-align: right;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 8px;
}
.audioguide li div:last-child .start img {
	width: 20px;
	vertical-align: middle;
	padding-left: 4px;
	position: relative;
	top: -1px;
}
/* 文字数が多い時 */
.audioguide li div:last-child .overtext {
	position: static;
	margin-top: 2em;
}

@media (min-width: 768px) {
	.audioguide li div:last-child .start {
		font-size: 14px;
	}
}
.audioguide li div:last-child .start i {
	padding-left: 0.3em;
}
.modal_box {
	position: fixed;
	display: none;
	z-index: 7777;
	width: 90%;
	max-width: 600px;
	margin: 0;
	padding: 30px 2vw 10px;
	border: 2px solid #464646;
	border-radius: 10px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}
.modal_box .contents {
	width: 95%;
}
.foreign .modal_box .contents {
	height: 450px;
	overflow: scroll;
}
.modal_box .contents h4 {
	color: rgba(191, 0, 8, 1);
	font-size: 22px;
	line-height: 1;
	text-align: center;
	margin: 1em 0;
}
@media (min-width: 768px) {
	.modal_box .contents h4 {
		font-size: 24px;
	}
}
.modal_box .contents p {
	color: #464646;
	font-size: 14px;
	line-height: 2;
	text-align: left;
}
@media (min-width: 768px) {
	.modal_box .contents p {
		font-size: 18px;
	}
}
.modal_bg {
	z-index: 6666;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}
.link_area {
	width: 95%;
	height: 60px;
	margin: 0 auto;
	position: relative;
}
.link_area .modal_link_next {
	position: absolute;
	right: 0;
	top: 0;
}
.link_area .modal_link_prev {
	position: absolute;
	left: 0;
	top: 0;
}
.link_area a {
	display: inline-block;
	color: rgba(191, 0, 8, 1);
	cursor: pointer;
	font-size: 20px;
}
.link_area a span {
	font-size: 16px;
}
.modal_switch i {
	padding: 0 4px;
}
/*.link_area a i {
	padding-left: 5px;
	padding-right: 5px;
}*/
.link_area .modal_close {
	color: #464646;
	display: block;
	font-size: 20px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	text-align: center;
	width: 36px;
	height: 25px;
	transform: translateX(-18px);
}
.link_area .modal_close .modal_close i {
	line-height: 75px;
	vertical-align: bottom;
}
