<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
	font-size: 62.5%; /* 16px × 0.625=10px */
}

html.font_m {
	font-size: 62.5%; /* 16px × 0.625=10px */
}

html.font_l {
	font-size: 81%; /* フォント拡大 */
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #3c3c3c;
}

a,
a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

img {
	-webkit-backface-visibility: hidden;
}

button:focus {
	outline: none;
}

main p {
	line-height: 1.9;
	margin-bottom: 30px;
}

main a,
.tel_link a {
	color: #006dab;
	text-decoration: underline;
}

main a:hover {
	color: #006dab;
	text-decoration: underline;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container-fluid {
	max-width: 1120px;
}

.wrapper {
	min-width: 280px;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	position: relative;
	background: #ffffff;
}

.on.wrapper {
	overflow: hidden;
}

.on.wrapper::before {
	position: absolute;
	content: "";
	top: 70px;
	left: 0;
	z-index: 60;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

/*--header--*/

.header_menu .irei,
.header_menu .menu_font,
.header_menu .database {
	display: none;
}

.nav_skip {
	position: absolute;
	width: 100%;
}

.nav_skip a {
	position: absolute;
	left: -9999px;
	top: 0;
}

.nav_skip a:focus {
	left: 0;
	z-index: 50;
	background: #ffffff;
}

.header_logo,
.header_nav {
	height: 70px;
	position: relative;
}

.header_logo {
	float: left;
	width: 50%;
}

.header_logo:hover {
	opacity: .8;
}

.header_logo a img {
	margin-top: 10px;
	width: 100%;
	max-width: 200px;
}

.header_nav {
	float: right;
	width: 50%;
	padding: 0;
	font-weight: bold;
}

.header_nav ul li {
	float: left;
	padding-left: 30px;
}

.header_nav ul li a {
	padding-left: 20px;
	position: relative;
}

.header_nav ul li a:hover {
	color: #8a1e14;
}

.header_nav ul li a::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}

.header_nav ul li a.location::after {
	background: url(../images/icon-map.svg) no-repeat;
	background-size: contain;
}
.header_nav ul li a.access::after {
	background: url(../images/icon-train.svg) no-repeat;
	background-size: contain;
}
.header_nav ul li a.contact::after {
	background: url(../images/icon-phone.svg) no-repeat;
	background-size: contain;
}

.sp_search_btn {
	position: absolute;
	top: 15px;
	right: 75px;
	width: 40px;
	height: 40px;
	border: none;
	background: #ffffff;
	cursor: pointer;
}

.sp_search_btn::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-search.svg) no-repeat center/28px auto;
	opacity: 1;
	transition: 0.5s;
}

.open.sp_search_btn::before {
	opacity: 0;
	transition: 0.5s;
}

.sp_search_btn &gt; span::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	width: 40px;
	height: 40px;
	border: 0;
	opacity: 0;
	transition: 0.5s;
}

.sp_search_btn &gt; span::after {
	position: absolute;
	content: "";
	top: 26px;
	left: 0px;
	width: 40px;
	height: 0;
	border-top: #582c2d solid 2px;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	opacity: 0;
	transition: 0.3s;
}

.open.sp_search_btn &gt; span::before {
	top: 10px;
	height: 0;
	border-top: #582c2d solid 2px;
	background: #ffffff;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	opacity: 1;
}

.open.sp_search_btn &gt; span::after {
	opacity: 1;
}

.search_area {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 90;
	width: 100%;
	padding: 30px 2px;
	background: #f2f2f4;
	box-sizing: border-box;
	font-size: 1.4rem;
	display: none;
}

.search_area form {
	padding: 0 10% 0 10%;
}

.gsc-search-box .gsc-input {
	padding: 0 !important;
}

.gsc-search-box .gsc-input .gsc-input-box {
	height: 35px;
	padding: 0;
	border: #cfcfdb solid 2px !important;
	border-radius: 0;
}

.gsc-input-box tr td:first-child {
	padding: 0;
}

.gsc-input-box input {
	width: 100% !important;
	height: 30px !important;
	border-radius: 0 !important;
}

.gsc-search-button button {
	width: 72px;
	height: 35px;
	padding: 0 5px;
	margin: 0 !important;
	border: #cfcfdb solid 2px;
	vertical-align: bottom;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none !important;
}

.gsc-search-button button::before {
	content: "検索";
	display: block;
	padding: 0 0 0 23px;
	background: #cfcfdb url(../images/icon-search.svg) no-repeat 0px 50%/20px 20px;
	line-height: 33px;
	font-size: 1.3rem;
}

.gsc-search-button button svg {
	display: none;
}

.nav_btn {
	position: absolute;
	top: 15px;
	right: 0;
	width: 40px;
	height: 40px;
	border: none;
	background: none;
	cursor: pointer;
}


.nav_btn::before {
	position: absolute;
	content: "";
	top: 0;
	left: -20px;
	width: 1px;
	height: 40px;
	border-left: #7d8695 solid 1px;
	pointer-events: none;
}

.nav_btn:focus {
	outline: none;
}

.nav_btn span {
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #582c2d;
	transition: 0.5s;
}

.nav_btn span:nth-child(1) {
	top: 10px;
}
.nav_btn span:nth-child(2) {
	top: 18px;
}
.nav_btn span:nth-child(3) {
	top: 26px;
}

.open.nav_btn span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.open.nav_btn span:nth-child(2) {
	opacity: 0;
}
.open.nav_btn span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

/*--/header--*/

/*--nav--*/

#nav_wrapper {
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 100;
	width: 100%;
	background: #86d3cd;
	color: #582c2d;
	font-weight: bold;
}

nav a {
	color: #582c2d;
}

.open#nav_wrapper {
	display: block;
}

.gnav_dropdown {
	display: none;
}

/*--/nav--*/

/*--footer--*/
#pagetop {
	position: relative;
	margin: 0;
	padding: 15px 0;
	background: #dee2e5;
	font-size: 1.3rem;
	letter-spacing: 0;
}

#pagetop a {
	display: block;
	position: relative;
	width: 110px;
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
}

#pagetop a:hover {
	color: #8a1e14;
}

#pagetop a::before,
#pagetop a::after {
	content: "";
	position: absolute;
	top: 20px;
	width: 25px;
	height: 3px;
	background: #8a1e14;
}

#pagetop a::before {
	left: 33px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

#pagetop a::after {
	right: 33px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

footer {
	position: relative;
	background: #efefef;
}

.footer_nav1,
.footer_nav2 {
	padding: 10px 0;
}

.footer_nav1 {
	border-bottom: #c5c5c5 solid 2px;
}

.footer_nav1 li,
.footer_nav2 li {
	padding: 8px 0;
}

.footer_nav1 li a:hover,
.footer_nav2 li a:hover {
	color: #8a1e14;
}

.footer_nav1 li:not(:last-child),
.footer_nav2 li:not(:last-child) {
	border-bottom: #c5c5c5 solid 1px;
}

.footer_info_inner {
	text-align: center;
	font-size: 1.4rem;
}

.footer_logo {
	margin: 20px auto;
}

.footer_logo img {
	width: 100%;
	max-width: 230px;
}

.footer_address &gt; span {
	display: block;
}

.footer_address br {
	display: none;
}

.copyright {
	margin: 0;
	padding: 20px 0 50px 0;
	letter-spacing: 0.2rem;
	word-wrap: break-word;
	text-align: center;
}

/*--/footer--*/

/*サイドナビ、フッターの矢印アイコン*/

.subnav li,
ul.arrow_br li,
ul.arrow_gr li {
	padding-left: 22px;
}

.subnav span.current,
ul.arrow_br span,
ul.arrow_gr span {
	position: relative;
}

.subnav span.current::before,
ul.arrow_br span::before,
ul.arrow_gr span::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -22px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.subnav span.current::before,
ul.arrow_br span::before {
	background: #8a1e14;
}

ul.arrow_gr span::before {
	background: #86d3cd;
}

.subnav span.current::after,
ul.arrow_br span::after,
ul.arrow_gr span::after {
	content: "";
	position: absolute;
	top: 7px;
	left: -18px;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.subnav span.current::after,
ul.arrow_br span::after {
	border-top: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
}

ul.arrow_gr span::after {
	border-top: #582c2d solid 1px;
	border-right: #582c2d solid 1px;
}

/*--767px以下 主にナビゲーション関連--*/
@media screen and (max-width:767px) {
	nav ul {
		padding: 0 15px;
	}

	nav li:not(:last-child) {
		border-bottom: #6cafa8 solid 1px;
	}

	.gnav &gt; li:last-child,
	.sp_nav ul li:last-child {
		border-bottom: #6cafa8 solid 3px;
	}

	.sp_nav ul:nth-child(2) {
		padding-bottom: 30px;
	}

	.gnav &gt; li {
		position: relative;
	}

	.wrapper_pc ul.gnav &gt; li:hover,
	.sp_nav ul li a:hover {
		background: #6cafa8;
		color: #582c2d;
	}

	.gnav &gt; li &gt; .gnav_icon1 {
		position: relative;
		display: block;
		padding: 20px 15px;
		margin: 0;
		cursor: pointer;
	}

	.gnav &gt; li .gnav_icon1::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width:18px;
		height: 18px;
		border-radius: 50%;
		border: #582c2d solid 1px;
	}

	.gnav &gt; li .gnav_icon2::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 14px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 10px;
		height: 1px;
		background: #582c2d;
	}

	.gnav &gt; li .gnav_icon2::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 19px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
		height: 10px;
		background: #582c2d;
		transition: 0.2s;
	}

	.gnav .active .gnav_icon2::after {
		opacity: 0;
	}

	.gnav_dropdown {
		display: none;
		background: #f3f0eb;
		padding: 10px 5px;
		margin: 0;
		font-weight: normal;
	}

	.gnav_dropdown ul li:not(:last-child) {
		border-bottom: #d5cdc0 solid 1px;
	}

	.gnav_dropdown ul a {
		display: block;
		padding: 10px 15px 10px 0;
		font-size: 1.4rem;
	}

	.sp_nav ul {
		font-size: 1.4rem;
	}

	.sp_nav ul &gt; li &gt; a {
		display: block;
		padding: 15px;
	}

	.gnav_dropdown ul li,
	.sp_nav li {
		position: relative;
	}

	.gnav_dropdown ul li a::after,
	.sp_nav li a::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 15px;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		width: 9px;
		height: 9px;
		border-top: #582c2d solid 1px;
		border-right: #582c2d solid 1px;
	}

	.gnav_dropdown ul a:hover {
		color: #8a1e14;
	}

	.sp_nav ul:first-child li a {
		position: relative;
		padding-left: 40px;
	}

	.sp_nav ul:first-child li a::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
	}

	.sp_nav ul:first-child li a.location::before {
		background: url(../images/icon-map-br.svg) no-repeat;
		background-size: contain;
	}
	.sp_nav ul:first-child li a.access::before {
		background: url(../images/icon-train-br.svg) no-repeat;
		background-size: contain;
	}
	.sp_nav ul:first-child li a.contact::before {
		background: url(../images/icon-phone-br.svg) no-repeat;
		background-size: contain;
	}

	.sp_nav p.database {
		background: #f2f2f4;
		margin: 0;
	}

	.sp_nav p.database a {
		position: relative;
		display: block;
		max-width: 250px;
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
	}
}
/*--/767px以下 主にナビゲーション関連--*/

/*--375px以上--*/
@media screen and (min-width:375px) {
	.footer_address br {
		display: block;
	}
}
/*--/375px以上--*/

/*--768px以上--*/
@media screen and (min-width:768px) {
	.wrapper {
		font-size: 1.6rem;
	}

	.header_menu {
		border-bottom: #7d8695 solid 1px;
		font-size: 1.4rem;
	}

	.header_menu .irei,
	.header_menu .menu_font,
	.header_menu .database {
		display: block;
	}

	.header_menu_inner {
		display: flex;
	}

	.header_menu_inner p,
	.header_menu_inner ul {
		margin: 0;
	}

	.header_menu_inner p.irei,
	.header_menu_inner .menu_font {
		border-right: #7d8695 solid 1px;
	}

	.header_menu_inner p.irei {
		flex: 0 0 auto;
	}

	.header_menu_inner p.irei a {
		display: flex;
		align-items: center;
		position: relative;
		height: 100%;
		margin-left: -15px;
		padding: 10px 5px 10px 25px;
	}

	.header_menu_inner p.irei a:hover {
		color: #8a1e14;
	}

	.header_menu_inner p.irei span {
		position: relative;
	}

	.header_menu_inner p.irei span::before {
		content: "";
		position: absolute;
		top: 3px;
		left: -20px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #8a1e14;
	}

	.header_menu_inner p.irei span::after {
		content: "";
		position: absolute;
		top: 7px;
		left: -16px;
		width: 5px;
		height: 5px;
		border-top: #ffffff solid 1px;
		border-right: #ffffff solid 1px;
		-webkit-transform:rotate(45deg);
		transform: rotate(45deg);
	}

	.header_menu_inner .menu_font {
		flex: 0 0 auto;
	}

	.header_menu_inner .menu_font &gt; li {
		display: flex;
		align-items: center;
		height: 100%;
		font-weight: bold;
		padding: 0 10px;
	}

	.header_menu_inner .menu_font ul {
		display: flex;
		align-items: center;
		font-weight: normal;
	}

	.menu_font li ul li {
		padding: 0 0 0 5px;
	}

	.menu_font li a {
		display: inline-block;
		padding: 5px 10px;
		background: #cfcfdb;
	}

	.menu_font li a:hover {
		background: #582c2d;
		color: #ffffff;
	}

	.menu_font li .active {
		background: #86d3cd;
		color: #582c2d;
	}

	.search_area {
		display: block;
		align-items: center;
		position: relative;
		top: 0;
		width: auto;
		flex: 1 1 auto;
		padding: 0;
		background: none;
	}

	.search_area form {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.header_menu_inner p.database {
		flex: 0 0 185px;
	}

	.header_menu_inner p.database a {
		display: flex;
		align-items: center;
		position: relative;
		height: 100%;
		margin-right: -15px;
		padding: 2px 0;
	}

	.header_menu_inner p.database img {
		width: 100%;
	}

	.header_logo {
		width: auto;
	}

	.header_nav {
		width: auto;
	}

	.header_logo a img {
		width: 240px;
	}

	.sp_search_btn {
		display: none;
	}

	.nav_btn {
		display: none;
	}

	nav {
		position: relative;
		background: #86d3cd;
		padding-bottom: 10px;
	}

	#nav_wrapper {
		display: block;
		position: static;
		border-bottom: #f4f1ec solid 1px;
	}

	ul.gnav {
		position: relative;
		display: flex;
	}

	ul.gnav &gt; li {
		width: 20%;
		min-height: 50px;
		border-left: #f4f1ec solid 1px;
		cursor: pointer;
	}

	ul.gnav &gt; li:last-child {
		border-right: #f4f1ec solid 1px;
	}

	.wrapper_pc ul.gnav &gt; li:hover {
		background: #6cafa8;
	}

	ul.gnav &gt; li &gt; span {
		position: relative;
		display: block;
		padding: 90px 20px 20px 20px;
		text-align: center;
	}

	ul.gnav &gt; li &gt; span &gt; span {
		display: inline-block;
		text-align: left;
	}

	ul.gnav &gt; li &gt; span::before {
		content:"";
		position: absolute;
		left: 50%;
		top: 25px;
		width: 50px;
		height: 50px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	ul.gnav &gt; li.kuyou &gt; span::before {
		background: url(../images/icon-crane.svg) no-repeat;
		background-size: contain;
	}

	ul.gnav &gt; li.park &gt; span::before {
		background: url(../images/icon-park.svg) no-repeat;
		background-size: contain;
	}

	ul.gnav &gt; li.press &gt; span::before {
		background: url(../images/icon-camera.svg) no-repeat;
		background-size: contain;
	}

	ul.gnav &gt; li.ireidou &gt; span::before {
		background: url(../images/icon-ireidou.svg) no-repeat;
		background-size: contain;
	}

	ul.gnav &gt; li.museum &gt; span::before {
		background: url(../images/icon-museum.svg) no-repeat;
		background-size: contain;
	}

	.gnav_dropdown {
		position: absolute;
		left: 0;
		top: 95%;
		z-index: 10;
		width: 96%;
		min-height: 230px;
		margin: 0 2%;
		padding: 30px 0px 30px 260px;
		border: #d5cdc0 solid 1px;
		font-weight: normal;
		cursor: default;
	}

	.kuyou .gnav_dropdown {
		background: #fffffa url(../images/dropdown_kuyou.jpg) 20px 45px/210px auto no-repeat;
	}
	.park .gnav_dropdown {
		background: #fffffa url(../images/dropdown_park.jpg) 20px 45px/210px auto no-repeat;
	}
	.press .gnav_dropdown {
		background: #fffffa url(../images/dropdown_press.jpg) 20px 45px/210px auto no-repeat;
	}
	.ireidou .gnav_dropdown {
		background: #fffffa url(../images/dropdown_ireidou.jpg) 20px 45px/210px auto no-repeat;
	}
	.museum .gnav_dropdown {
		background: #fffffa url(../images/dropdown_museum.jpg) 20px 45px/210px auto no-repeat;
	}


	.gnav_dropdown::before,
	.gnav_dropdown::after {
		content: "";
		position: absolute;
		top: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.gnav_dropdown::before {
		top: 1px;
		border: transparent solid 8px;
		border-bottom: #fffffa solid 16px;
		z-index: 2;
	}

	.gnav_dropdown::after {
		top: 0;
		border: transparent solid 8px;
		border-bottom: #d5cdc0 solid 16px;
		z-index: 1;
	}

	ul.gnav &gt; li.kuyou .gnav_dropdown::before,
	ul.gnav &gt; li.kuyou .gnav_dropdown::after {
		left: 9.5%;
	}

	ul.gnav &gt; li.park .gnav_dropdown::before,
	ul.gnav &gt; li.park .gnav_dropdown::after {
		left: 29.5%;
	}

	ul.gnav &gt; li.press .gnav_dropdown::before,
	ul.gnav &gt; li.press .gnav_dropdown::after {
		left: 49.5%;
	}

	ul.gnav &gt; li.ireidou .gnav_dropdown::after,
	ul.gnav &gt; li.ireidou .gnav_dropdown::before {
		left: 69.5%;
	}

	ul.gnav &gt; li.museum .gnav_dropdown::before,
	ul.gnav &gt; li.museum .gnav_dropdown::after {
		left: 89.5%;
	}

	.gnav_dropdown ul {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}

	.gnav_dropdown ul li {
		position: relative;
		width: 29.33%;
		margin-right: 4%;
		text-align: left;
		font-size: 1.4rem;
		padding: 20px 0 20px 22px;
	}

	.gnav_dropdown ul li a {
		position: relative;
		width: 100%;
		cursor: pointer;
	}

	.gnav_dropdown ul li a::before {
		content: "";
		position: absolute;
		top: 3px;
		left: -22px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #86d3cd;
	}

	.gnav_dropdown ul li a::after {
		content: "";
		position: absolute;
		top: 7px;
		left: -18px;
		width: 5px;
		height: 5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-top: #582c2d solid 1px;
		border-right: #582c2d solid 1px;
	}

	.gnav_dropdown ul li:not(:first-child):nth-child(3n+1)::after {
		content: "";
		position: absolute;
		top: 0;
		left: -10px;
		width: 330%;
		height: 2px;
		background: #d5cdc0;
	}

	ul.gnav .gnav_dropdown ul li a:hover {
		color: #8a1e14;
	}

	.subnav span.current::before,
	ul.arrow_br span::before,
	ul.arrow_gr span::before {
		top: 3px;
	}

	.subnav span.current::after,
	ul.arrow_br span::after,
	ul.arrow_gr span::after {
		top: 7px;
	}

	#pagetop {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 100;
		margin: 0;
		padding: 0;
		border-radius: 5px;
		background: rgba(255, 255, 255, 0.95);
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	#pagetop a {
		display: block;
		position: relative;
		width: 94px;
		height: 90px;
		padding-top: 45px;
		text-align: center;
	}

	#pagetop a::before,
	#pagetop a::after {
		top: 25px;
	}

	#pagetop a::before {
		left: 25px;
	}

	#pagetop a::after {
		right: 25px;
	}

	.footer_nav1 {
		padding: 40px 10px 20px 10px;
	}

	.footer_nav2 {
		padding: 20px 10px;
	}

	.footer_nav1 li,
	.footer_nav2 li {
		float: left;
		padding: 0;
		font-size: 1.4rem;
	}

	.footer_nav1 li:not(:last-child),
	.footer_nav2 li:not(:last-child) {
		padding-right: 10px;
		border-bottom: none;
	}

	.footer_info {
		padding-top: 30px;
	}

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

	.footer_logo {
		flex: 0 0 40%;
		text-align: right;
		padding: 0 8% 0 2%;
	}

	.footer_address {
		flex: 0 0 50%;
		text-align: left;
	}

	.footer_address br {
		display: block;
	}

	.copyright {
		padding: 20px 0;
	}
}
/*--/768px以上--*/

/*--992px以上--*/
@media screen and (min-width:992px) {

	.header_menu {
		font-size: 1.6rem;
	}

	.menu_font li ul li {
		padding: 0 0 0 10px;
	}

	.header_menu_inner p.irei a {
		padding: 10px 10px 10px 30px;
	}

	.header_menu_inner p.irei span::before {
		top: 6px;
	}

	.header_menu_inner p.irei span::after {
		top: 10px;
	}

	#nav_wrapper {
		font-size: 1.6rem;
	}

	.gnav .gnav_dropdown {
		background-size: 290px auto;
		min-height: 250px;
		padding: 30px 0 50px 350px;
	}

	.gnav_dropdown ul li {
		font-size: inherit;
	}

	.gnav_dropdown ul li a::before {
		top: 6px;
	}

	.gnav_dropdown ul li a::after {
		top: 10px;
	}

	.subnav span.current::before,
	ul.arrow_br span::before,
	ul.arrow_gr span::before {
		top: 6px;
	}

	.subnav span.current::after,
	ul.arrow_br span::after,
	ul.arrow_gr span::after {
		top: 10px;
	}

	.footer_nav1 li,
	.footer_nav2 li {
		font-size: 1.6rem;
	}

	.footer_nav1 li:not(:last-child),
	.footer_nav2 li:not(:last-child) {
		padding-right: 50px;
	}

	.footer_address,
	.copyright {
		font-size: 1.6rem;
	}

	.footer_info {
		display: flex;
		padding: 40px 0 25px 0;
	}

	.footer_info_inner {
		flex: 1 1 auto;
	}

	.footer_logo {
		flex: 1 1 auto;
		text-align: left;
		padding: 0 50px 0 20px;
	}

	.footer_logo img {
		max-width: 270px;
	}

	.footer_address {
		flex: 0 0 390px;
	}

	.copyright {
		flex: 0 0 300px;
		text-align: right;
	}

}
/*--/992px以上--*/

/*--フォント拡大時のスタイル---------*/
.font_l .gsc-search-button button{
	padding: 0;
}

.font_l .subnav span.current::before,
.font_l ul.arrow_br span::before,
.font_l ul.arrow_gr span::before {
	top: 9px;
}

.font_l .subnav span.current::after,
.font_l ul.arrow_br span::after,
.font_l ul.arrow_gr span::after {
	top: 13px;
}

.font_l #pagetop a {
	width: 120px;
}

.font_l #pagetop a::before {
	left: 38px;
}

.font_l #pagetop a::after {
	right: 38px;
}

/*--768px以上--*/
@media screen and (min-width:768px) {
	.font_l .header_menu {
		font-size: 1.3rem;
	}

	.font_l .gnav_dropdown ul li a::before {
		top: 6px;
	}

	.font_l .gnav_dropdown ul li a::after {
		top: 10px;
	}

	.font_l .subnav span.current::before,
	.font_l ul.arrow_br span::before,
	.font_l ul.arrow_gr span::before {
		top: 6px;
	}

	.font_l .subnav span.current::after,
	.font_l ul.arrow_br span::after,
	.font_l ul.arrow_gr span::after {
		top: 10px;
	}

	.font_l #pagetop a {
		width: 112px;
	}

	.font_l #pagetop a::before {
		left: 34px;
	}

	.font_l #pagetop a::after {
		right: 34px;
	}
}
/*--992px以上--*/
@media screen and (min-width:992px) {
	.font_l .header_menu {
		font-size: 1.4rem;
	}

	.font_l .gnav_dropdown ul li a::before {
		top: 9px;
	}

	.font_l .gnav_dropdown ul li a::after {
		top: 13px;
	}

	.font_l .subnav span.current::before,
	.font_l ul.arrow_br span::before,
	.font_l ul.arrow_gr span::before {
		top: 9px;
	}

	.font_l .subnav span.current::after,
	.font_l ul.arrow_br span::after,
	.font_l ul.arrow_gr span::after {
		top: 13px;
	}
}
/*--/992px以上--*/
/*--/フォント拡大時のスタイル--------*/

/*--------------------------------
サブページ共通
----------------------------------*/
.single_column.container-fluid {
	max-width: 840px;
}

.heading1_wrapper {
	position: relative;
	height: 400px;
	text-align: center;
}

.heading1_wrapper.kuyou {
	background: url(../images/heading1_kuyou.jpg) no-repeat center/cover;
}
.heading1_wrapper.park {
	background: url(../images/heading1_park.jpg) no-repeat center/cover;
}
.heading1_wrapper.press {
	background: url(../images/heading1_press.jpg) no-repeat center/cover;
}
.heading1_wrapper.ireidou {
	background: url(../images/heading1_ireidou.jpg) no-repeat center/cover;
}
.heading1_wrapper.museum {
	background: url(../images/heading1_museum.jpg) no-repeat center/cover;
}

.heading1_wrapper .heading1 {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(134, 211, 205, 0.9);
	width: 80%;
	padding: 30px 20px;
	max-width: 400px;
	min-height: 170px;
	margin: 0 auto;
	color: #582c2d;
}

.heading1_wrapper .heading1 span {
	display: block;
	padding-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}

.heading1_wrapper .heading1 h1 {
	position: relative;
	padding-top: 15px;
	font-size: 2.5rem;
	font-weight: bold;
}

.heading1_wrapper .heading1 br {
	display: none;
}

.heading1_wrapper .heading1 h1:before {
	position: absolute;
	content: "";
	top: 0;
	left: 5%;
	width: 90%;
	border-top: #f4f1ec solid 3px;
}

.heading1_normal {
	position: relative;
	border-bottom: #cdcdcd solid 2px;
	padding: 35px 0 40px 0;
	text-align: center;
	color: #582c2d;
}

.heading1_normal::before,
.heading1_normal::after {
	content: "";
	position: absolute;
	top: 0;
	width: 65px;
	height: 5px;
}

.heading1_normal::before {
	right: 50%;
	background: #86d3cd;
}

.heading1_normal::after {
	left: 50%;
	background: #8a1e14;
}

.breadcrumb {
	border-bottom: #cdcdcd solid 2px;
	background: #ffffff;
	margin: 0;
	padding: 10px 0;
}

.breadcrumb li {
	float: left;
	position: relative;
	padding-right: 40px;
	font-size: 1.4rem;
}

.breadcrumb li:not(:last-child)::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	width: 8px;
	height: 8px;
	border-top: #3c3c3c solid 1px;
	border-right: #3c3c3c solid 1px;
}

.breadcrumb a {
	color: #8a1e14;
}

.breadcrumb br {
	display: none;
}

main {
	padding: 20px 0;
}

.subnav {
	padding: 20px 15px;
	border-top: #cdcdcd solid 2px;
}

.subnav p {
	font-size: 1.8rem;
}

.subnav ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.subnav li {
	position: relative;
	width: 50%;
	padding: 20px 0;
}

.subnav li:nth-child(2n)::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 200%;
	border-bottom: #cdcdcd solid 1px;
}

.subnav li:nth-child(2n-1) {
	padding-right: 20px;
}

.subnav li:last-child::after {
	border-bottom: none;
}

.subnav li a {
	width: 100%;
}

.subnav li a:hover {
	color: #8a1e14;
}

.subnav .current {
	color: #8a1e14;
}

/*--768px以上--*/
@media screen and (min-width:768px) {

	.columns_main {
		padding: 0 25px;
	}

	.heading1 h1 {
		font-size: 3.0rem;
	}

	.heading1_wrapper .heading1 br {
		display: block;
	}

	main {
		padding: 70px 0 90px 0;
	}

	.subnav {
		padding: 70px 15px;
		border: none;
		border-right: #cdcdcd solid 2px;
	}

	.subnav p {
		position: relative;
		padding-bottom: 20px;
	}

	.subnav p::after {
		position: absolute;
		content: "";
		bottom: 15px;
		left: 0;
		width: 30px;
		height: 1px;
		background: #cdcdcd;
	}

	.subnav ul {
		display: block;
	}

	.subnav li {
		width: 100%;
		padding: 10px 0;
		font-size: 1.4rem;
	}

	.subnav li:nth-child(2n)::after {
		border-bottom: none;
	}

}
/*--/768px以上--*/

/*---992px以上--*/
@media screen and (min-width:992px) {

	.subnav li {
		font-size: 1.6rem;
	}

}
/*--/992px以上--*/

/*--------------------------------
汎用パーツ
----------------------------------*/

/*--テキスト--*/
.text_notice {
	color: #c10c0c;
}

.text_bold {
	font-weight: bold;
}
/*--/テキスト--*/
/*--余白--*/
.mg_b0 {
	margin-bottom: 0;
}
.mg_b30 {
	margin-bottom: 30px;
}
/*--/余白--*/
/*--見出し--*/

.heading2, .heading3, .heading4 {
	margin-bottom: 20px;
}

.heading2 {
	position: relative;
	padding: 20px 0 10px 0;
	border-bottom: #86d3cd solid 1px;
	font-size: 2.5rem;
}

.heading2::after {
	position: absolute;
	content: "";
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #86d3cd;
}

.heading3 {
	position: relative;
	padding-left: 10px;
	font-size: 2.0rem;
}

.heading3::after {
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 3px;
	height: 18px;
	background: #86d3cd;
}

.heading4 {
	position: relative;
	padding-bottom: 8px;
	font-size: 1.8rem;
}

.heading4::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #86d3cd;
}
/*---768px以上--*/
@media screen and (min-width:768px) {
	.heading2 {
		font-size: 2.8rem;
	}
}
/*--/768px以上--*/
/*--/見出し--*/

/*--ページ内リンク--*/
.internal_link {
	display: none;
}
/*---768px以上--*/
@media screen and (min-width:768px) {
	.internal_link {
		display: flex;
		padding: 10px 7px 30px 7px;
	}

	.internal_link &gt; li {
		padding: 8px;
	}

	.internal_link &gt; li a {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 15px 45px 15px 15px;
		border: #cdcdcd solid 2px;
		color: #3c3c3c;
	}

	.internal_link &gt; li a::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 20px;
		border-top: transparent solid 5px;
		border-right: #8a1e14 solid 8px;
		border-bottom: transparent solid 5px;
		border-left: transparent solid 0;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}

	.internal_link &gt; li a:hover {
		border: #8a1e14 solid 2px;
		color: #8a1e14;
		text-decoration: none;
	}
}
/*--/768px以上--*/
/*--/ページ内リンク--*/
/*--リスト--*/
ul.list_normal,
ol.list_number,
ul.list_arrow {
	margin: 20px 0 20px 30px;
	padding: 0;
}

ul.list_normal li,
ol.list_number li,
ul.list_arrow li {
	position: relative;
}

ul.list_normal li:not(:last-child),
ol.list_number li:not(:last-child),
ul.list_arrow li:not(:last-child) {
	padding-bottom: 4px;
}

ul.list_normal &gt; li::before {
	position: absolute;
	content: "";
	top: 8px;
	left: -18px;
	width: 8px;
	height: 8px;
	background: #86d3cd;
	border-radius: 50%;
}

ol.list_number {
	list-style: none;
	counter-reset: ol_count;
}

ol.list_number &gt; li::before {
	position: absolute;
	counter-increment: ol_count;
	content: counter(ol_count);
	top: 0;
	left: -18px;
	color: #8a1e14;
}

ul.list_arrow &gt; li::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -22px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #86d3cd;
}

ul.list_arrow &gt; li::after {
	content: "";
	position: absolute;
	top: 7px;
	left: -18px;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
}

ul.list_arrow &gt; li a {
	color: #3c3c3c;
}

ul.list_arrow &gt; li a:hover {
	color: #8a1e14;
}

dl.list_dl {
	margin: 20px 0 20px 0;
}

dl.list_dl dt {
	padding: 10px 10px 0 10px;
}

dl.list_dl dd {
	padding: 10px;
	border-bottom: #e7e3e4 solid 2px;
}

dl.collist_dl {
	margin: 10px 0 10px 0;
}

dl.collist_dl dt {
	padding: 10px 10px 0 10px;
}

dl.collist_dl dd {
	padding: 10px;
	border-bottom: #e7e3e4 solid 2px;
}
/*---768px以上--*/
@media screen and (min-width:768px) {
	ul.list_arrow &gt; li::before {
		top: 6px;
	}

	ul.list_arrow &gt; li::after {
		top: 10px;
	}

	dl.list_dl dt {
		float: left;
		width: 130px;
	}

	dl.list_dl dd {
		padding-left: 130px;
		border-bottom: #e7e3e4 solid 2px;
	}

	dl.list_dl dd::after{
		display: block;
		content: "";
		clear: both;
	}

}
/*--/768px以上--*/

/*---/992px以上--*/
@media screen and (min-width:992px) {
	dl.collist_dl dt {
		padding: 20px 10px;
		border-bottom: #e7e3e4 solid 2px;
	}

	dl.collist_dl dd {
		padding: 20px 10px;
		margin-bottom: 0;
	}

	dl.collist_dl dt:first-of-type,
	dl.collist_dl dd:first-of-type {
		padding-top: 0;
	}

}
/*--/992px以上--*/

/*--フォント拡大時のスタイル---------*/
.font_l ul.list_normal &gt; li::before {
	top: 11px;
}

.font_l ul.list_arrow &gt; li::before {
	top: 7px;
}

.font_l ul.list_arrow &gt; li::after {
	top: 11px;
}
@media screen and (min-width:768px) {
	.font_l ul.list_arrow &gt; li::before {
		top: 7px;
	}

	.font_l ul.list_arrow &gt; li::after {
		top: 11px;
	}
}
/*--/768px以上--*/
/*--フォント拡大時のスタイル---------*/

/*--/リスト--*/

/*--テーブル--*/
.table_wrapper {
	padding: 20px 0 20px 0;
}

.table_wrapper caption {
	color: #3c3c3c;
	caption-side: top;
}

.table_wrapper .table {
	min-width: 540px;
}

.table_wrapper .table th,
.table_wrapper .table td {
	padding: 10px;
	border: #e4e2e3 solid 1px;
	vertical-align: middle;
}

.table_wrapper .table th {
	padding: 20px 10px;
	background: #efe9e9;
	text-align: center;
}

/*IE用スタイル*/
@media all and (-ms-high-contrast: none) {
	.table_inner {
		padding-bottom: 20px;
	}
	.table_wrapper .table {
		min-width: 540px;
		margin-bottom: 0;
	}
}
/*--/テーブル--*/

/*--ファイルアイコン--*/

a[href$="xls"],
a[href$="xlsx"],
a[href$="doc"],
a[href$="docx"],
a[href$="pdf"] {
	position: relative;
	padding-right: 24px;
}

a[href$="xls"]::after,
a[href$="xlsx"]::after,
a[href$="doc"]::after,
a[href$="docx"]::after,
a[href$="pdf"]::after {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	margin: 4px 0 0 4px;
}

a[href$="xls"]::after,
a[href$="xlsx"]::after {
	background: url(../images/icon-excel.svg) no-repeat;
	background-size: contain;
}

a[href$="doc"]::after,
a[href$="docx"]::after {
	background: url(../images/icon-word.svg) no-repeat;
	background-size: contain;
}

a[href$="pdf"]::after {
	background: url(../images/icon-pdf.svg) no-repeat;
	background-size: contain;
}

a.no_icon {
	padding: 0;
}

a.no_icon::after {
	content: none;
}
/*--/ファイルアイコン--*/

/*--モーダルウィンドウ--*/

.movie_content img {
	position: relative;
	width: 100%;
}

.movie_content a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 80px;
	height: 80px;
	z-index: 10;
	border: #86d3cd solid 5px;
	border-radius: 50%;
	background: #c0e9e5;
	opacity: 0.8;
}

.movie_content a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-20%);
	transform: translateY(-50%) translateX(-20%);
	width: 0;
	height: 0;
	z-index: 11;
	border-top: transparent solid 15px;
	border-right: transparent solid 30px;
	border-bottom: transparent solid 15px;
	border-left: #582c2d solid 30px;
}

.movie_content a:hover::before {
	opacity: 1;
}

.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.image_wrapper {
	margin-bottom: 15px;
}

.image_wrapper figure {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66%;
	margin-top: 15px;
	margin-bottom: 0;
	overflow: hidden;
}

.image_wrapper a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.image_wrapper a.image_bottom {
	transform: translateY(-80%);
}

.image_wrapper a::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
}

.image_wrapper a:hover {
	opacity:0.8;
}

.image_wrapper a:focus {
	opacity:0.8;
	outline: solid 2px #8a1e14;
}

.image_wrapper a:focus::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: solid 2px #8a1e14;
}

.image_wrapper p {
	margin-bottom: 10px;
	color: #585858;
	text-align: center;
}

.image_one.image_wrapper figure {
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 0;
	overflow: visible;
}

.image_one.image_wrapper a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.image_wrapper img {
	width: 100%;
	height: auto;
}

.modal-title {
	text-align: center;
	width: 100%;
	margin-right: -40px;
	padding: 10px 40px 0 40px;
}

.modal-body {
	height: 100%;
}

.modal-body img{
	width: 100%;
	height: auto;
}

#modal_image .modal-body::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.modal .close_icon {
	font-size: 3.5rem;
}

.modal .close_btn {
	display: block;
	padding: 5px 20px;
	margin: 10px 5px;
	border: #86d3cd solid 3px;
	border-radius: 0;
	background: #ffffff;
	color: #3c3c3c;
	font-weight: bold;
	cursor: pointer;
}

.modal .close_btn:hover,
.modal .close_btn:focus {
	border: #8a1e14 solid 3px;
	color: #8a1e14;
}
/*---768px以上--*/
@media screen and (min-width:768px) {
	.movie_content a::before {
		width: 100px;
		height: 100px;
	}
}
/*--/768px以上--*/
/*--/モーダルウィンドウ--*/
/*--ページネーション--*/
.pagination {
	display: flex;
	justify-content: center;
}
.pagination ul {
	text-align: center;
	margin: 0 auto;
}

.pagination ul li {
	float: left;
}

.pagination ul a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 8px;
	margin: 10px;
	border: #86d3cd solid 3px;
	color: #3c3c3c;
	text-decoration: none;
}

.pagination ul a.prev,
.pagination ul a.next {
	position: relative;
	border: none;
	width: auto;
	height: auto;
	padding: 0;
}

.pagination ul a.prev::after {
	position: absolute;
	content: "";
	top: 25px;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: transparent solid 8px;
	border-right: #582c2d solid 12px;
}

.pagination ul a.next::after {
	position: absolute;
	content: "";
	top: 25px;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: transparent solid 8px;
	border-left: #582c2d solid 12px;
}

.pagination ul a:hover,
.pagination ul span {
	text-decoration: none;
	color: #8a1e14;
	border: #8a1e14 solid 3px;
}

.pagination ul a.prev:hover,
.pagination ul a.next:hover {
	border: none;
}
/*--/ページネーション--*/
/*--Adobe Reader-*/
.getadobe {
	padding: 15px 0;
	margin: 20px 0;
	background: #faf4f4;
	font-size: 1.4rem;
	text-align: center;
}

.getadobe_h {
	font-size: 1.3rem;
	font-weight: bold;
	color: #c30c11;
}

.getadobe img {
	padding: 10px 0;
}

.getadobe div:nth-child(2) {
	text-align: left;
}
/*--/Adobe Reader-*/
/*--よくあるお問い合わせ-*/
.faq_box {
	border: #f4f3f8 solid 3px;
	margin-bottom: 20px;
}

.faq_q {
	position: relative;
	background: #f4f3f8;
	padding: 15px 40px 15px 40px;
	font-weight: bold;
	cursor: pointer;
}

.faq_a {
	display: none;
	padding: 15px 20px 15px 40px;
	color: #582c2d;
}

.faq_q_heading {
	position: relative;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.6;
}

.faq_a p {
	position: relative;
	margin: 0;
}

.faq_q_heading::after {
	position: absolute;
	content: "";
	top: 50%;
	right: -29px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #86d3cd;
	border-radius: 50%;
}

.faq_q::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 1px;
	background: #582c2d;
}

.faq_q::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: #582c2d;
	transition: 0.2s;
}

.open.faq_q::after {
	opacity: 0;
}

.faq_q_heading::before {
	position: absolute;
	content: "Q";
	top: -13px;
	left: -25px;
	font-size: 25px;
	color: #c75442;
	font-weight: bold;
}

.faq_a p::before {
	position: absolute;
	content: "A";
	top: -13px;
	left: -25px;
	font-size: 25px;
	color: #0e7c97;
	font-weight: bold;
}
/*---768px以上--*/
@media screen and (min-width:768px) {

	.faq_q {
		padding: 15px 100px 15px 60px;
	}

	.faq_q_heading::after {
		right: -70px;
		margin-top: 0;
	}

	.faq_q::before {
		right: 34px;
	}

	.faq_q::after {
		right: 39px;
	}

	.faq_a {
		padding: 15px 20px 15px 60px;
	}

	.faq_q_heading::before {
		left: -35px;
	}

	.faq_a p::before {
		left: -35px;
	}
}
/*--/768px以上--*/
/*--/よくあるお問い合わせ-*/
/*--注釈-*/
.note {
	display: block;
	color: #b60000;
	text-indent: -1em;
	padding-left: 1em;
}
/*--/注釈-*/
/*--QR Translator-*/
.qr_box {
	border: #e0e4e3 solid 1px;
	padding: 25px 25px 20px 25px;
	margin: 20px 0;
}

.qr_h img {
	max-width: 180px;
	padding-bottom: 10px;
}
/*--/QR Translator-*/</pre></body></html>