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

.u-container {
	padding: 0 0 1px 0;
}

.e-img {
	width: 100%;
}

.u-container p {
	letter-spacing: 0.1em;
	line-height: 2.2em;
	font-size: 16px;
}

.u-inner {
	max-width: 1080px;
	margin: 40px auto;
	padding: 40px 0px;
}

.mainimg {
	margin-bottom: 60px;
}

.points p {
	margin-bottom: 30px;
}

.btn_tab {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.btn_tab li {
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 15px;
}

.btn_tab li a {
	text-decoration: none;
	display: block;
	padding: 25px 0;
	position: relative;
	color: #6d6d6d;
	border: 1px solid #6d6d6d;
	background: #eeeeee;
}

.btn_tab li a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 9px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 50%;
	top: 75%;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	background-image: url(../../img/common/arrow_B.png);
}

.btn_tab li a:hover {
	opacity: 1;
	color: #fff;
	background: #0e2141;
}

.btn_tab li a:hover:after {
	background-image: url(../../img/common/arrow_W.png);
}

/*-----アクティブ-----*/

.btn_tab li.active a {
	color: #fff;
	background: #0e2141;
}

.btn_tab li.active a:after {
	background-image: url(../../img/common/arrow_W.png);
}



.u-container p.name {
	font-size: 36px;
	text-align: center;
	margin: 40px auto 10px;
	color: #0e2141;
}

.u-inner .is-inner-short {
	max-width: none;
	margin: 0 auto;
	background: none;
	padding: 40px 40px;
}

.l-colom_container.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px -30px 0 0;
}

.l-colom_container.is-flex .l-colom_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px 0 0;
}

.l-colom_container.is-line3 {
	display: block;
	margin: 0 -30px 0 0;
	letter-spacing: -.5rem;
}

.l-colom_container.is-line3 .l-colom_item {
	display: inline-block;
	letter-spacing: 0.1rem;
	padding: 0 30px 30px 0;
	width: calc(100% / 2);
}

.is-guide-nav {
	counter-reset: number 0;
	background: #eae3d0;
	padding: 40px 40px 0 40px;
}

.is-guide-nav .l-colom_item {
	position: relative;

}

.is-guide-nav .l-colom_item:before {
	counter-increment: number 1;
	content: counter(number);
	padding-right: 5px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #0a8779;
	padding: 7px 11px;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 50%;
}

.is-guide-nav .l-colom_item:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #00326c;
	top: 37%;
	/* bottom: 0; */
	right: 9px;
}

.is-guide-nav .l-colom_item:nth-child(even):after {
	content: none;
}

.is-guide-nav .l-colom_item .l-note {
	padding-top: 8px;
	line-height: 1.6rem;

}

.l-note .l-note_number {
	display: table-cell;
	vertical-align: top;
	line-height: 1.4;
	padding: 5px 10px 0px 8px;
}

.l-note .l-note_number span {
	background: #0a8779;
	padding: 4px 12px 4px 12px;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 50%;
	letter-spacing: 0;
	line-height: 1.4;

}

.l-note .l-note_text {
	display: table-cell;
	line-height: 1.4;
	vertical-align: bottom;
}


.is-bg_brown {
	background: #eae3d0;
}

.is-guide .is-section_02 {
	margin-top: -40px;
}

.l-guide-detail {
	letter-spacing: -.4em;
	/* max-width: 1000px; */
	margin: 0 -20px 0 -20px;
	padding: 0px;
}

.l-guide-detail .u-inner:after {
	content: '';
	display: block;
	clear: both;
}

.l-guide-detail-item {
	letter-spacing: 0;
	width: 50%;
	display: inline-block;
}

.l-guide-detail-title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	padding: 0 0 15px;
	border-bottom: 2px solid #ddd;
}

.l-guide-detail .e-button-items {
	padding: 30px 0 0;
}

.l-guide-detail .e-button-item {
	width: calc(50% - 10px);
	float: left;
}

.l-guide-detail .e-button-item:nth-of-type(even) {
	float: right;
}

.l-guide-detail .e-button-item .e-link {
	min-height: 80px;
	display: block;
	border: 1px solid #bd9d6d;
	position: relative;
}

.l-guide-detail .e-button-item .e-image {
	width: 65px;
	border: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-guide-detail .e-button-item .e-caption {
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0;
	width: 100%;
	padding: 20px 40px 20px 90px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-guide-detail .e-button-item .e-caption .e-note {
	font-size: 1.2rem;
	font-weight: 400;
	padding: 5px 0 0;
	display: block;
}

.search-head-inbox .print-btn .e-link .e-sub {
	font-size: 1rem;
	font-weight: 700;
	display: block;
}

.search-head .e-detail {
	display: none;
}

.l-guide-detail-item {
	width: calc(50% - 35px);
	margin: 30px 0 0;
	border: 2px solid #ddd;
}

.l-guide-detail-item:nth-of-type(odd) {
	margin-right: 15px;
	margin-left: 20px;
	/*	float: left;*/
}

.l-guide-detail-item:nth-of-type(even) {
	margin-left: 15px;
	margin-right: 20px;
	float: right;
}

.l-guide-detail-item:nth-of-type(1),
.l-guide-detail-item:nth-of-type(2) {
	min-height: 165px;
}

.l-guide-detail-item:nth-of-type(3),
.l-guide-detail-item:nth-of-type(4) {
	min-height: 170px;
}

.l-guide-detail-item .e-title {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .15em;
	margin: -2px -2px 0 -2px;
	padding: 17px 0;
	background: #666;
	-webkit-transform: rotate(.05deg);
	    -ms-transform: rotate(.05deg);
	        transform: rotate(.05deg);
}

.l-guide-detail-item .e-item {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	padding: 45px 0 0;
	-webkit-transform: rotate(.05deg);
	    -ms-transform: rotate(.05deg);
	        transform: rotate(.05deg);
}

.l-guide-detail-item:nth-of-type(3) .e-items {
	line-height: 1.35;
	padding: 10px 15px;
}

.l-guide-detail-item:nth-of-type(3) .e-items dt {
	width: 5em;
	padding: 5px 0 0;
	float: left;
}

.l-guide-detail-item:nth-of-type(3) .e-items dd {
	margin: 0 0 0 5em;
	padding: 5px 0 0;
}

.l-guide-detail-item:nth-of-type(4) .e-item {
	padding: 45px 0 0;
}

.l-guide-detail-item.is-line__2 .e-item {
	padding: 30px 0 0;
}

.l-guide-detail-01 {
	padding: 0 40px 0 40px;
	margin-top: 80px;
}

.l-guide-detail-01 {
	padding: 0 40px 0 40px;
	margin-top: 80px;
}

.l-guide-detail-01 .l-section-subtitle {
	margin-bottom: 0;
}

.u-note {
	padding-right: 40px;
	padding-left: 40px;
}

.u-note .u-inner {
	margin-top: 0;
	margin-bottom: 0;
}
</pre></body></html>