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

/* =======================================

	MAP CSS 山の家マップ

========================================== */


/* ------------------------------------------------------------------------------
   map
-------------------------------------------------------------------------------*/
#faq {
    height: 1700px;
    background:url("../img/map_back_01.png") no-repeat center top;
}

#faq .mapTitle{
    background:url("../img/map_img_01.svg") no-repeat center top;
    height:593px;
    margin:60px auto 0 auto;
    width: 858px;
    position: relative;
}
#faq .mapTitle h1{
    position: absolute;
    top:0px;
    left:50px;
}
#faq .mapTitle &gt; p{
    position: absolute;
    display:inline;
}
#faq .mapTitle p:nth-child(2){
    top: 298px;
    left: 612px;
}
#faq .mapTitle p:nth-child(3){
    top: 428px;
    left: 466px;
}
#faq .mapTitle p:nth-child(4){
    top: 323px;
    left: 300px;
}
#faq .mapTitle p:nth-child(5){
    top: 240px;
    left: 294px;
}
#faq .mapTitle p:nth-child(6){
    top: 276px;
    left: 190px;
}
#faq .mapTitle p:nth-child(7){
    top: 322px;
    left: 179px;
}
#faq .mapTitle p:nth-child(8){
    top: 230px;
    left: 94px;
}
#faq .mapTitle p:nth-child(9){
    top: 138px;
    left: 46px;
}
#faq .mapTitle p:nth-child(10){
    top: 264px;
    left: 230px;
}
#faq .mapTitle p:nth-child(11){
    top: 293px;
    left: 639px;
}
#faq .contents article{
    min-height:120px;
    margin:30px auto 0 auto;
    width: 804px;
    overflow: hidden;
    position: relative;
}
#faq .contents article &gt;div{
    height:100%;
    margin: 40px 26px 0 0;
    padding-left: 62px;
    width: 100%;
    background-position:left 4px;
    background-repeat:no-repeat;
    position: relative;
    display: inline-block;
}
#faq .contents article &gt;div p:nth-child(1){
    font-size:175%;
    font-weight:800;
    line-height: 1.5;
}
#faq .contents article &gt;div p:nth-child(2){
    font-size:125%;
    line-height:1.7;
}
#faq .contents article &gt;div a{
    position: absolute;
    bottom: -16px;
    right: 80px;
}
#faq .contents article &gt;div a div{
    font-size:110%;
    text-align:right;
    background:url("../img/map_icn_01.svg") no-repeat right 6px;
    padding-right:15px;
}
#faq .contents article &gt;div a:link div{
    color:#fdb302;
}
#faq .contents article &gt;div a:visited div{
    color:#fdb302;
}
#faq .contents article &gt;div a:hover{
    text-decoration:none;
}
#faq .contents article img{
    position: absolute;
    top: 50px;
}
#faq .contents article:nth-child(1){
    background:url("../img/map_line_01.png") no-repeat center top;
}
#faq .contents article:nth-child(1) &gt; div{
    background-image:url("../img/map_number_01.png");
}
#faq .contents article:nth-child(2){
    background:url("../img/map_line_02.png") no-repeat center top;
}
#faq .contents article:nth-child(2) &gt; div{
    background-image:url("../img/map_number_02.png");
}
#faq .contents article:nth-child(3){
    background:url("../img/map_line_03.png") no-repeat center top;
}
#faq .contents article:nth-child(3) &gt; div{
    background-image:url("../img/map_number_03.png");
}
#faq .contents article:nth-child(4){
    background:url("../img/map_line_04.png") no-repeat center top;
}
#faq .contents article:nth-child(4) &gt; div{
    background-image:url("../img/map_number_04.png");
}
#faq .contents article:nth-child(5){
    background:url("../img/map_line_05.png") no-repeat center top;
}
#faq .contents article:nth-child(5) &gt; div{
    background-image:url("../img/map_number_05.png");
}
#faq .contents article:nth-child(6){
    background:url("../img/map_line_06.png") no-repeat center top;
}
#faq .contents article:nth-child(6) &gt; div{
    background-image:url("../img/map_number_06.png");
}
#faq .contents article:nth-child(7){
    background:url("../img/map_line_07.png") no-repeat center top;
}
#faq .contents article:nth-child(7) &gt; div{
    background-image:url("../img/map_number_07.png");
}
#faq .contents article:nth-child(8){
    background:url("../img/map_line_08.png") no-repeat center top;
}
#faq .contents article:nth-child(8) &gt; div{
    background-image:url("../img/map_number_08.png");
}
#faq .contents article:nth-child(9){
    background:url("../img/map_line_09.png") no-repeat center top;
}
#faq .contents article:nth-child(9) &gt; div{
    background-image:url("../img/map_number_09.png");
}
#faq .contents article:nth-child(10){
    background:url("../img/map_line_10.png") no-repeat center top;
}
#faq .contents article:nth-child(10) &gt; div{
    background-image:url("../img/map_number_10.png");
}
#faq #faqUnderline{
    background:url("../img/map_line_11.png") no-repeat center top;
    height:15px;
    margin-top:40px;
}
</pre></body></html>