<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spot_index {
	text-align: left;
	width: 640px;
}
@media (max-width:768px){
	.spot_index {
		width: 100%;
	}
}
.spot_index ul {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.25rem 0 0;
}
.spot_index ul li {
	border-bottom: 1px solid #E3E3E3;
	padding: 1rem 0;
}
.spot_index ul li:last-child {
	border-bottom: none;
	padding-bottom: 0.25rem;
}
.spot_index ul li:nth-child(n + 4) {
	display: none;
}
.spot_index.is-open ul li:nth-child(n + 4) {
	display: block;
}
.spot_index a {
	display: block;
	margin-bottom: 0.5rem;
}
.accodion-toggle_block {
	padding: 1rem 1rem 0 0;
	text-align: right;
}
/*
.spot_index.is-open .accodion-toggle_block {
	display: none;
}
*/
.accodion-toggle {
	padding-left: 2rem;
	position: relative;
    cursor: pointer;
}
.accodion-toggle:hover {
    opacity: 0.5;
}
.accodion-toggle:before {
	content: "ï¼‹";
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	top: calc(50% - 1.1rem);
}
.accodion-toggle:after {
	content: "ç›®æ¬¡ã‚’ã•ã‚‰ã«è¡¨ç¤º";
}
.is-open .accodion-toggle:before {
	content: "ï¼";
}
.is-open .accodion-toggle:after {
	content: "é–‰ã˜ã‚‹";
}
.tit_spot {
	font-size: 20px;
	font-weight: 700;
	background: url(../../images/mitoyo/bg_flag.png) no-repeat left top;
	position: relative;
	color: #fe5815;
	padding-left: 80px;
	background-size: 70px;
}
.tit_spot .tit_spot_number {
	position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 2rem;
    text-align: center;
}
.tit_spot .txttit {
	color: #000000;
	margin-bottom: 0;
}
@media (max-width: 768px){
	.tit_spot {
		padding-left: 80px;
		background-size: contain;
	}
	.tit_spot .tit_spot_number {
		top: 12px;
	}
	.tit_spot {
		font-size: 17px;
	}
}
.introduction {
    background-color: #FFF8F5;
    background-size: 100px;
    width: 100%;
    padding: 5rem 0 3rem;
    margin: 0 auto 4rem;
}
.introduction_img {
    display: block;
    margin: auto auto 3rem;
    width: auto !important;
}
.introduction p {
    max-width: 1045px;
    width: 100%;
    margin: auto;
    padding-bottom: 2rem;
}
.btn-search {
    max-width: 600px;
    width: 100%;
    border-radius: 3rem;
    font-size: 20px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    display: block;
    background: #ff5115;
    height: 60px;
    text-align: center;
    margin: auto auto 2rem;
    padding-top: 16px;
}
.btn-search:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.5;
}
.btn-search:after {
    content: "";
    display: block;
    width: 20px;
    height: 30px;
    background: url(../../images/ico_arrow_white.png) no-repeat;
    position: absolute;
    right: 1.5rem;
    top: 15px;
}
@media (max-width: 768px){
    .introduction {
        padding: 2rem 20px 0;
    }
    .btn-search {
        height: 90px;
    }
    .btn-search:after {
        top: 30px;
    }
}
.after_note {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #000000;
}
.caution {
    font-size: 0.75rem;
}</pre></body></html>