

/*** for PC Browser ***/
@media (min-width:401px)
{
.nostalgic
{
    background: url(../../../secure/112882/spot_title_bg.png) no-repeat left top #C46E34;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C;
}

.nostalgic_title
{
    background: url(../../../secure/112882/spot_title_line.png) repeat-x center bottom #C46E34;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 5px;
}

.nostalgic_contents
{
    color: #ffffff;
    font-size: large;
    line-height: 2em;
}

.nostalgic_footer
{
    background: url(../../../secure/112882/spot_bg2.png) repeat-x center bottom #FFFFFF;
    width: 100%;
    height: 920px;
    display: block;
    background-size: 100%;
    position: relative;
}

.nostalgic_footer a
{
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}



.spot_list
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
    position: relative;
}

.spot_list .spot_box
{
    width: 33%;
    margin: 0 auto;
}

.spot_list .spot_box:nth-child(7)
{
    width: 66%;
}

.spot_list .spot_box h3
{
    font-size: large;
    font-weight: bold;
    color: #79441F;
}


.spot_list .spot_box .spot_desc
{
    display: inline-block;
    padding: 5px;
}

.spot_list .spot_box .spot_desc img
{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.spot_list .spot_box:nth-child(7) .spot_desc img
{
    width: 66%;
    max-width: 320px;
}


.spot_list .spot_box h3::before
{
    border-radius: 50%;
    background: #79441F;
    color: #FFFFFF;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    margin-right: 5px;
    box-sizing: border-box;
}

.spot_list #box1 h3::before
{
    content: "1";
}

.spot_list #box2 h3::before
{
    content: "2";
}

.spot_list #box3 h3::before
{
    content: "3";
}

.spot_list #box4 h3::before
{
    content: "4";
}

.spot_list #box5 h3::before
{
    content: "5";
}

.spot_list #box6 h3::before
{
    content: "6";
}

.spot_list #box7 h3::before
{
    content: "7";
}

.spot_list #box8 h3::before
{
    content: "8";
}


.access_info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 0;
}

.access_info h2 {
    width: 100%;
    text-align: center;
}

.access_info .access_left {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 330px;
}

.access_info .access_right {
    width: 670px;
    text-align: center;
}

.access_info .access_right img:first-child {
    margin: 0 0 40px;
}



/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.nostalgic
{
    background-color: #C46E34;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C, 1px 1px 3px #6A3C1C;
}

.nostalgic_title
{
    background: url(../../../secure/112882/spot_title_line.png) repeat-x center bottom #C46E34;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 5px;
}

.nostalgic_contents
{
    color: #ffffff;
    font-size: 88%;
    line-height: 2em;
    padding: 0 10px;
    text-align: left !important;
}

.nostalgic_footer
{
    background: url(../../../secure/112882/spot_bg2.png) repeat-x center bottom #FFFFFF;
    width: 100%;
    height: 300px;
    display: block;
    background-size: auto 100%;
    position: relative;
}

.nostalgic_footer a
{
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.nostalgic_footer a img
{
    width: 80px;
}


.spot_list
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
    position: relative;
}

.spot_list .spot_box
{
    width: 100%;
    margin: 0 auto 20px;
}

.spot_list .spot_box h3
{
    font-size: large;
    font-weight: bold;
    color: #79441F;
}


.spot_list .spot_box .spot_desc
{
    display: inline-block;
    padding: 5px;
}

.spot_list .spot_box .spot_desc img
{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}


.spot_list .spot_box h3::before
{
    border-radius: 50%;
    background: #79441F;
    color: #FFFFFF;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    margin-right: 5px;
    box-sizing: border-box;
}

.spot_list #box1 h3::before
{
    content: "1";
}

.spot_list #box2 h3::before
{
    content: "2";
}

.spot_list #box3 h3::before
{
    content: "3";
}

.spot_list #box4 h3::before
{
    content: "4";
}

.spot_list #box5 h3::before
{
    content: "5";
}

.spot_list #box6 h3::before
{
    content: "6";
}

.spot_list #box7 h3::before
{
    content: "7";
}

.spot_list #box8 h3::before
{
    content: "8";
}


.access_info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 0;
}

.access_info h2 {
    width: 100%;
    text-align: center;
}

.access_info h2 img {
    width: 100%;
}

.access_info .access_left {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.access_info .access_right {
    width: 100%;
    text-align: center;
}

.access_info .access_right img {
    margin: 20px 0;
    width: 100%;
}
}
