@charset "UTF-8";
/*===============================================
●pc.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
    .auto {
        width: 1100px;
        margin: 0 auto;
    }
    #conts_page_title {
        background-image: url(../img/access/page_title_bg.jpg);
    }
    h3 {
        font-size: 28px;
        background-color: #967F51;
        text-align: center;
        color: #fff;
        padding: 13px 0 12px;
        clear: both;
        margin-bottom: 46px;
        font-weight: bold;
    }
    h4 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        clear: both;
    }
    #content {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 180px;
    }
    #conts_link {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 80px;
    }
    #conts_link ul {
        width: 100%;
        float: left;
        clear: both;
    }
    #conts_link ul {
        text-align: center;
    }
    #conts_link ul li {
        display: inline-block;
        margin: 0 5px;
    }
    #conts_link ul li a {
        background-color: #8B713E;
        color: #FFFFFF;
        font-size: 16px;
        width: 246px;
        float: left;
        clear: both;
        padding: 7px 0 9px;
        border-radius: 4px;
        /* CSS3草案 */
        -webkit-border-radius: 4px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 4px;
        /* Firefox用 */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #8B713E;
        background-image: url(../img/share/button_icon_off.png);
        background-repeat: no-repeat;
        background-position: 18px 18px;
        background-size: 12px;
    }
    #conts_link ul li a:hover {
        background-color: #fff;
        border: 2px solid #8B713E;
        color: #8B713E;
        background-image: url(../img/share/button_icon_on.png);
        text-decoration: none;
        transition-duration: 0.4s;
    }
    #conts_sightseeing {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 120px;
    }
    #conts_sightseeing dl {
        border: 6px solid #f0f0f0;
    }
    #conts_sightseeing dl dt {
        display: table-cell;
        vertical-align: middle;
        background-color: #f8f8f8;
        width: 320px;
        height: 160px;
        text-align: center;
        font-size: 17px;
    }
    #conts_sightseeing dl dd {
        display: table-cell;
        width: calc(100% - 320px);
        vertical-align: middle;
        padding: 30px 40px;
        line-height: 1.8;
    }
    #conts_sightseeing dd .link_list {
        display: flex;
        gap: 20px;
        margin-top: 10px;
    }
    #conts_sightseeing dd .link_list a {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    #conts_sightseeing dd .link_list a:hover {
        text-decoration: none;
    }
    #conts_info {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 120px;
    }
    #conts_info dl {
        border: 6px solid #f0f0f0;
    }
    #conts_info dl dt {
        display: table-cell;
        vertical-align: middle;
        background-color: #f8f8f8;
        width: 320px;
        height: 160px;
        text-align: center;
        font-size: 17px;
    }
    #conts_info dl dd {
        display: table-cell;
        width: calc(100% - 320px);
        vertical-align: middle;
        padding: 30px 40px;
        line-height: 1.8;
    }
    #conts_map {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 100px;
    }
    #conts_map .box {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 56px;
    }
    #conts_map .box .outer {
        width: 100%;
        float: left;
        clear: both;
        background-color: #F8F8F8;
        text-align: center;
        padding: 45px 0 40px;
    }
    #conts_map .box .outer .inner {
        width: 498px;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
    }
    #conts_bus {
        width: 100%;
        float: left;
        clear: both;
    }
    #conts_bus .caution {
        text-align: center;
        margin: -14px 0 32px;
        font-size: 18px;
        color: red;
    }
    #con #conts_bus .lead {
        text-align: center;
        margin-bottom: 16px;
        font-size: 17px;
    }
    #conts_bus .outer {
        overflow: auto;
    }
    #conts_bus .outer .img {
        width: 512px;
        float: left;
    }
    #conts_bus .outer .right_box {
        width: 546px;
        float: right;
    }
    #conts_bus .outer .right_box dl {
        width: 100%;
        float: left;
        clear: both;
        border-bottom: 1px dashed #dfdfdf;
    }
    #conts_bus .outer .right_box dl:last-child {
        border: none;
    }
    #conts_bus .outer .right_box dl dt {
        width: 120px;
        display: table-cell;
        background-color: #f8f8f8;
        padding: 18px 16px 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
    }
    #conts_bus .outer .right_box dl dd {
        display: table-cell;
        line-height: 24px;
        vertical-align: top;
        padding: 18px 16px 18px;
    }
    #conts_bus .outer .right_box dl dd p {
        padding-left: 1em;
        text-indent: -1em;
    }
    #conts_bus .outer .right_box dl .red_text {
        color: red;
    }
    #conts_bus .outer .right_box dl .big_text {
        color: #000000;
        font-size: 20px;
        font-weight: bold;
    }
    #conts_bus .outer .right_box dl dd.red_text .big_text a {
        color: #000000;
        font-weight: bold;
    }
    #conts_bus .outer .right_box .link_text {
        display: block;
        float: left;
        clear: both;
        margin-top: 12px;
    }
    #conts_bus .outer .right_box .link_text a {
        text-decoration: underline;
    }
    #conts_bus .outer .right_box .link_text a:hover {
        text-decoration: none;
    }

    #conts_bus .bus_info {
        margin-bottom: 50px;
    }

    #conts_attention {
        width: 100%;
        float: left;
        clear: both;
    }
    #conts_attention .auto {
        border: 1px solid #000;
    }
    #conts_attention .about-corona {
        margin: 40px 70px;
    }

    #conts_attention h5 {
        font-size: 20px;
        text-align: center;
    }

    #conts_attention h6 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    #conts_attention .about-corona>div {
        margin: 15px 0;
    }
}

/*===============================================
●sp.css  画面の横幅が769pxまで
===============================================*/
@media screen and (max-width:769px) {
    #conts_page_title {
        background-image: url(../img/access/page_title_bg.jpg);
    }
    h3 {
        font-size: 1.7rem;
        background-color: #967F51;
        text-align: center;
        color: #fff;
        padding: 12px 0 12px;
        clear: both;
        margin-bottom: 16px;
    }
    h4 {
        font-size: 1.7rem;
        text-align: center;
        clear: both;
        margin-bottom: 6px;
    }
    #content {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 140px;
    }
    #conts_link {
        width: 90%;
        float: left;
        clear: both;
        margin: 0 5% 40px;
    }
    #conts_link ul {
        width: 100%;
        float: left;
        clear: both;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #conts_link ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
        text-align: center;
        background-color: #8B713E;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 4px;
        /* CSS3草案 */
        -webkit-border-radius: 4px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 4px;
        /* Firefox用 */
    }
    #conts_link ul li:nth-child(even) {
        margin-right: 0;
    }
    #conts_link ul li a {
        color: #FFFFFF;
        font-size: 1.2rem;
        line-height: 1.2;
        float: left;
        clear: both;
        width: 100%;
        padding: 10px 10px 10px 26px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #8B713E;
        background-image: url(../img/share/button_icon_off.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 8px;
        border-radius: 4px;
        /* CSS3草案 */
        -webkit-border-radius: 4px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 4px;
        /* Firefox用 */
    }
    #conts_link ul li a:hover {
        text-decoration: none;
    }

    #conts_sightseeing {
        width: 90%;
        float: left;
        clear: both;
        margin: 0 5% 110px;
    }
    #conts_sightseeing dl {
        display: flex;
        border: 6px solid #f0f0f0;
        line-height: 1.5;
    }
    #conts_sightseeing dl dt {
        display: flex;
        vertical-align: middle;
        background-color: #f8f8f8;
        width: 22%;
        min-width: 80px;
        text-align: center;
        padding: 30px 10px;
        justify-content: center;
        align-items: center;
    }
    #conts_sightseeing dl dd {
        display: flex;
        width: 78%;
        vertical-align: middle;
        padding: 30px 10px 30px 20px;
        flex-direction: column;
        justify-content: center;
    }
    #conts_sightseeing dd .link_list {
        display: flex;
        gap: 14px;
        margin-top: 10px;
    }
    #conts_sightseeing dd .link_list a {
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    #conts_info {
        width: 90%;
        float: left;
        clear: both;
        margin: 0 5% 110px;
    }
    #conts_info dl {
        display: flex;
        border: 6px solid #f0f0f0;
        line-height: 1.5;
    }
    #conts_info dl dt {
        display: flex;
        vertical-align: middle;
        background-color: #f8f8f8;
        width: 22%;
        min-width: 80px;
        text-align: center;
        padding: 30px 10px;
        justify-content: center;
        align-items: center;
    }
    #conts_info dl dd {
        display: flex;
        width: 78%;
        vertical-align: middle;
        padding: 30px 10px 30px 20px;
        align-items: center;
    }
    #conts_map {
        width: 90%;
        float: left;
        clear: both;
        margin: 0 5% 70px;
    }
    #conts_map .box {
        margin-bottom: 40px;
        width: 100%;
        float: left;
        clear: both;
    }
    #conts_map .box .outer {
        width: 100%;
        float: left;
        clear: both;
        background-color: #F8F8F8;
        text-align: center;
        padding: 45px 20px 48px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #conts_map .box .outer .inner:first-child {
        margin-bottom: 40px;
    }
    #conts_map .box h4 {
        text-align: center;
        margin-bottom: 5px;
        font-size: 1.7rem;
        clear: both;
    }
    #conts_map .box .ggmap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #conts_bus {
        width: 90%;
        float: left;
        clear: both;
        margin: 0 5%;
    }
    #conts_bus .caution {
        max-width: 400px;
        margin: 0 auto 17px;
        font-size: 1.6rem;
        color: red;
    }
    #conts_bus .lead {
        text-align: center;
        margin-bottom: 10px;
        font-size: 1.7rem;
    }
    #conts_bus .outer .img {
        margin-bottom: 16px;
    }
    #conts_bus .outer .img img {
        width: 100%;
    }
    #conts_bus .outer .right_box dl {
        width: 100%;
        display: table;
        border-bottom: 1px dashed #dfdfdf;
    }
    #conts_bus .outer .right_box dl:last-child {
        border: none;
    }
    #conts_bus .outer .right_box dl dt {
        width: 28%;
        display: table-cell;
        background-color: #f8f8f8;
        padding: 18px 16px 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
    }
    #conts_bus .outer .right_box dl dd {
        display: table-cell;
        line-height: 1.5;
        vertical-align: top;
        padding: 18px 16px 18px;
        text-align: left;
    }
    #conts_bus .outer .right_box dl dd p {
        padding-left: 1em;
        text-indent: -1em;
    }
    #conts_bus .outer .right_box dl .red_text {
        color: red;
    }
    #conts_bus .outer .right_box dl .big_text {
        color: #000000;
        font-size: 1.9rem;
        font-weight: bold;
    }
    #conts_bus .outer .right_box dl dd.red_text .big_text a {
        color: #000000;
        font-weight: bold;
    }
    #conts_bus .outer .right_box .link_text {
        display: block;
        float: left;
        clear: both;
        margin-top: 12px;
    }
    #conts_bus .outer .right_box .link_text a {
        text-decoration: underline;
    }
    #conts_bus .bus_info {
        margin-bottom: 50px;
    }

    #conts_attention {
        width: 90%;
        float: left;
        clear: both;
        margin: 0 5%;
    }
    #conts_attention .auto {
        border: 1px solid #000;
    }
    #conts_attention .about-corona {
        margin: 30px;
    }

    #conts_attention h5 {
        font-size: 20px;
        text-align: center;
    }

    #conts_attention h6 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    #conts_attention .about-corona>div {
        margin: 15px 0;
    }
}