@charset "UTF-8";
/*===============================================
●pc.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
    .auto {
        width: 1100px;
        margin: 0 auto;
    }
    #content {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 60px;
    }
    #conts_page_title {
        background-image: url(../img/activity/main_bg.jpg);
    }
    #conts_main {
        width: 100%;
        height: 520px;
        margin-bottom: 90px;
        float: left;
        clear: both;
        text-align: center;
        background-image: url(../img/activity/main_bg.jpg);
        background-repeat: repeat-x;
        background-position: center center;
        -webkit-animation-name: storySlideLeft;
        -webkit-animation-duration: 70;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: storySlideLeft;
        -moz-animation-duration: 70s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        animation-name: gallerySlideLeft;
        animation-duration: 70s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        color: #FFFFFF;
    }
    @-webkit-keyframes gallerySlideLeft {
        0% {
            background-position: 0px 0px;
        }
        100% {
            background-position: -2400px 0px;
        }
    }
    @-moz-keyframes gallerySlideLeft {
        0% {
            background-position: 0px 0px;
        }
        100% {
            background-position: -2400px 0px;
        }
    }
    @keyframes gallerySlideLeft {
        0% {
            background-position: 0px 0px;
        }
        100% {
            background-position: -2400px 0px;
        }
    }
    #conts_main .bg {
        background-image: url(../img/share/title_pattern.png);
        width: 100%;
        height: 520px;
        float: left;
        clear: both;
    }
    #conts_main h2 {
        font-weight: bold;
        font-size: 32px;
        margin-top: 250px;
        margin-bottom: 20px;
    }
    #conts_main .eng {
        font-weight: bold;
        font-size: 20px;
    }
    #conts_link {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
    }
    #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;
        float: left;
        clear: both;
        padding: 7px 34px 9px 58px;
        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_encircle {
        width: 100%;
        margin-bottom: 80px;
    }
    .conts_encircle .info_area {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 120px;
    }
    .conts_encircle .info_area .top_outer {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 34px;
    }
    .conts_encircle .info_area .top_outer .left {
        float: left;
    }
    .conts_encircle .info_area .top_outer .right {
        float: right;
    }
    .conts_encircle .info_area .top_outer .img {
        width: 608px;
    }
    .conts_encircle .info_area .top_outer .inner {
        width: 458px;
        margin-top: 32px;
    }
    .conts_encircle .info_area .top_outer .inner h3 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .conts_encircle .info_area .top_outer .inner .text {
        margin-bottom: 32px;
    }
    .conts_encircle .info_area .top_outer .photo {
        width: 100%;
        float: left;
        clear: both;
        margin-top: 16px;
    }
    .conts_encircle .info_area .top_outer .photo li {
        float: left;
        margin-right: 10px;
    }
    .conts_encircle .info_area .top_outer .photo li:last-child {
        margin-right: 0;
    }
    .conts_encircle .info_area .table_bg {
        padding: 42px 0;
        width: 100%;
        float: left;
        clear: both;
        background-color: #F8F8F8;
        margin-bottom: 38px;
    }
    .conts_encircle .info_area .table_bg .snowshoe_text {
        width: 90%;
        margin: 0 auto 18px
    }
    .conts_encircle .info_area .table_bg .snowshoe_text dt {
        font-size: 26px;
        font-weight: bold;
        color: #8B713E;
        margin-bottom: 4px;
        line-height: 1.6em;
    }
    .conts_encircle .info_area .table_bg .snowshoe_text dd {}
    .conts_encircle .info_area .table_bg table {
        width: 90%;
        border: 1px solid #dfdfdf;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        padding-left: 0px;
        margin-right: auto;
        background-color: #FFFFFF;
    }
    .conts_encircle .info_area .table_bg th,
    .conts_encircle .info_area .table_bg td {
        padding: 13px 16px;
        border-bottom: 1px #dfdfdf solid;
        border-right: 1px #dfdfdf solid;
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
    }
    .conts_encircle .info_area .table_bg th.title {
        width: 30%;
    }
    .conts_encircle .info_area .table_bg .active {
        background-color: #f8f8f8;
    }
    .conts_encircle .info_area .table_bg td.text {
        text-align: left;
        line-height: 28px;
    }
    .conts_encircle .info_area .link {
        text-align: center;
        margin-bottom: 28px;
        clear: both;
    }
    .conts_encircle .info_area .link li {
        width: 320px;
        display: inline-block;
        margin: 0 10px;
    }
    .conts_encircle .info_area .link li a {
        width: 100%;
        float: left;
        clear: both;
        background-color: #d23f3f;
        color: #FFFFFF;
        padding: 12px 0 12px;
        font-weight: bold;
        border: 2px solid #D23F3F;
        font-size: 18px;
    }
    .conts_encircle .info_area .link li a:hover {
        border: 2px solid #D23F3F;
        background-color: #FFFFFF;
        color: #D23F3F;
        text-decoration: none;
        transition-duration: 0.4s;
    }
    .conts_encircle .info_area .offer {
        background-color: #F8F8F8;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        width: 1100px;
        padding-top: 46px;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        padding-bottom: 54px;
        float: left;
    }
    .conts_encircle .info_area .message {
        margin-bottom: 22px;
        font-size: 20px;
        line-height: 1.4;
    }
    .conts_encircle .info_area .offer .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .conts_encircle .info_area .offer .text {
        margin-bottom: 14px;
        font-size: 20px;
        padding-top: 8px;
    }
    .conts_encircle .info_area .offer .address_img {
        width: 500px;
        margin: 0 auto 10px;
    }
    .conts_encircle .info_area .offer .address_img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .conts_encircle .info_area .offer .tel {
        font-size: 32px;
        color: #8B713E;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .conts_encircle .info_area .offer .tel a {
        color: #8B713E;
        font-weight: bold;
    }
    .conts_encircle .info_area .offer .tel span {
        font-size: 22px;
        font-weight: bold;
    }
    .conts_encircle .info_area .offer .button {
        width: 320px;
        margin: 0 auto 30px;
    }
    .conts_encircle .info_area .offer .button:last-of-type {
        margin-bottom: 0;
    }
    .conts_encircle .info_area .offer .button a {
        display: block;
        width: 100%;
        background-color: #d23f3f;
        color: #FFFFFF;
        padding: 12px 0 12px;
        font-weight: bold;
        border: 2px solid #D23F3F;
        font-size: 18px;
    }
    .conts_encircle .info_area .offer .button a:hover {
        border: 2px solid #D23F3F;
        background-color: #FFFFFF;
        color: #D23F3F;
        text-decoration: none;
        transition-duration: 0.4s;
    }
    .conts_encircle .info_area .offer .attention {
        text-align: center;
        clear: both;
    }
    .conts_encircle .info_area .offer .attention.mt {
        padding-top: 8px;
    }
}

/*===============================================
●sp.css  画面の横幅が769pxまで
===============================================*/
@media screen and (max-width:769px) {
    #content {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
    }
    #conts_page_title {
        background-image: url(../img/activity/main_bg.jpg);
    }
    #conts_main {
        width: 100%;
        height: 520px;
        margin-bottom: 90px;
        float: left;
        clear: both;
        text-align: center;
        background-image: url(../img/activity/main_bg.jpg);
        background-repeat: repeat-x;
        background-position: center center;
        -webkit-animation-name: storySlideLeft;
        -webkit-animation-duration: 70;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: storySlideLeft;
        -moz-animation-duration: 70s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        animation-name: gallerySlideLeft;
        animation-duration: 70s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        color: #FFFFFF;
    }
    @-webkit-keyframes gallerySlideLeft {
        0% {
            background-position: 0px 0px;
        }
        100% {
            background-position: -2400px 0px;
        }
    }
    @-moz-keyframes gallerySlideLeft {
        0% {
            background-position: 0px 0px;
        }
        100% {
            background-position: -2400px 0px;
        }
    }
    @keyframes gallerySlideLeft {
        0% {
            background-position: 0px 0px;
        }
        100% {
            background-position: -2400px 0px;
        }
    }
    #conts_main .bg {
        background-image: url(../img/share/title_pattern.png);
        width: 100%;
        height: 520px;
        float: left;
        clear: both;
    }
    #conts_main h2 {
        font-weight: bold;
        font-size: 2.6rem;
        margin-top: 210px;
        margin-bottom: 10px;
    }
    #conts_main .eng {
        font-weight: bold;
        font-size: 1.6rem;
    }
    #conts_link {
        width: 90%;
        float: left;
        clear: both;
        margin: 0 5% 40px;
    }
    #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_encircle {
        width: 90%;
        float: left;
        clear: both;
        margin: 0 5% 0px;
    }
    .conts_encircle .info_area {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 110px;
    }
    .conts_encircle .info_area .top_outer {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 28px;
    }
    .conts_encircle .info_area .top_outer .img {
        margin-bottom: 8px;
    }
    .conts_encircle .info_area .top_outer .inner {}
    .conts_encircle .info_area .top_outer .inner h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .conts_encircle .info_area .top_outer .inner .text {
        margin-bottom: 20px;
    }
    .conts_encircle .info_area .top_outer .photo {
        width: 100%;
        float: left;
        clear: both;
    }
    .conts_encircle .info_area .top_outer .photo li {
        float: left;
        margin-right: 2%;
        width: 32%;
    }
    .conts_encircle .info_area .top_outer .photo li:last-child {
        margin-right: 0;
    }
    .conts_encircle .info_area .table_bg {
        padding: 20px 0;
        width: 100%;
        float: left;
        clear: both;
        background-color: #F8F8F8;
        margin-bottom: 30px;
    }
    .conts_encircle .info_area .table_bg .snowshoe_text {
        width: 90%;
        margin: 0 auto 18px
    }
    .conts_encircle .info_area .table_bg .snowshoe_text dt {
        font-size: 1.7rem;
        line-height: 1.5;
        font-weight: bold;
        color: #8B713E;
        margin-bottom: 4px;
        margin-top: 14px;
    }
    .conts_encircle .info_area .table_bg .snowshoe_text dd {}
    .conts_encircle .info_area .table_bg table {
        width: 90%;
        border: 1px solid #dfdfdf;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        padding-left: 0px;
        margin-right: auto;
        background-color: #FFFFFF;
    }
    .conts_encircle .info_area .table_bg th,
    .conts_encircle .info_area .table_bg td {
        padding: 13px 10px;
        border-bottom: 1px #dfdfdf solid;
        border-right: 1px #dfdfdf solid;
        text-align: center;
        vertical-align: middle;
    }
    .conts_encircle .info_area .table_bg th.title {
        width: 24%;
    }
    .conts_encircle .info_area .table_bg .active {
        background-color: #f8f8f8;
    }
    .conts_encircle .info_area .table_bg td.text {
        text-align: left;
    }
    .conts_encircle .info_area .link {
        text-align: center;
        margin-bottom: 28px;
    }
    .conts_encircle .info_area .link li {
        width: 48%;
        display: inline-block;
        margin-right: 2%;
    }
    .conts_encircle .info_area .link li:last-child {
        margin-right: 0;
    }
    .conts_encircle .info_area .link li a {
        width: 100%;
        float: left;
        clear: both;
        background-color: #d23f3f;
        color: #FFFFFF;
        padding: 12px 0 12px;
        font-weight: bold;
        border: 2px solid #D23F3F;
        font-size: 1.4rem;
    }
    .conts_encircle .info_area .link li a:hover {
        border: 2px solid #D23F3F;
        background-color: #FFFFFF;
        color: #D23F3F;
        text-decoration: none;
        transition-duration: 0.4s;
    }
    .conts_encircle .info_area .offer {
        background-color: #F8F8F8;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        padding: 36px 20px;
        text-align: center;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .conts_encircle .info_area .message {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.4;
    }
    .conts_encircle .info_area .offer .title {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .conts_encircle .info_area .offer .text {
        margin-bottom: 20px;
        padding-top: 8px;
    }
    .conts_encircle .info_area .offer .tel {
        font-size: 2.6rem;
        color: #8B713E;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .conts_encircle .info_area .offer .tel a {
        color: #8B713E;
        font-weight: bold;
        display: block;
        word-break: break-all;
    }
    .conts_encircle .info_area .offer .tel span {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .conts_encircle .info_area .address_img {
        margin-bottom: 10px
    }
    .conts_encircle .info_area .offer .button {
        margin: 0 auto 20px;
    }
    .conts_encircle .info_area .offer .button:last-of-type {
        margin-bottom: 0;
    }
    .conts_encircle .info_area .offer .button a {
        display: block;
        width: 100%;
        background-color: #d23f3f;
        color: #FFFFFF;
        padding: 12px 0 12px;
        font-weight: bold;
        border: 2px solid #D23F3F;
    }
    .conts_encircle .info_area .offer .button a:hover {
        border: 2px solid #D23F3F;
        background-color: #FFFFFF;
        color: #D23F3F;
        text-decoration: none;
        transition-duration: 0.4s;
    }
    .conts_encircle .info_area .offer .attention {
        text-align: center;
        clear: both;
    }
    .conts_encircle .info_area .offer .attention.mt {
        padding-top: 8px;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}