@charset "utf-8";

.container {
    font-family:  "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans TC", Meiryo, sans-serif;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
}

.container img {
    width: 100%;
    height: auto;
}

/* パンくずリスト */
.breadcrumb_list {
    width: 980px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: start;
    font-size: 12px;
}

.breadcrumb_item {
    display: flex;
    align-items: center;
    margin: 0.5em 0.5em 0.5em 0;
}

.breadcrumb_item::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
    margin-left: 0.5em;
}

.breadcrumb_item:last-child::after {
    display: none;
}

/* メインビジュアル */
.mainVisual {
    max-width:1280px;
    margin: 0 auto 50px;
    padding: 0;
    border: none;
    position: relative;
}

.mainVisual_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #1F73AC;
    font-size: 42px;
    font-weight: 700;
}

/* 共通タイトル */
.section_subtitle {
    display: flex;
    flex-direction: column;
    color: #1F73AC;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 2em;
    align-items: center;
}

.section_subtitle::after {
    display: block;
    content:"";
    background: url(/activity/hokkaido/special/winter/img/subtitle_line_pc.png) no-repeat 50% 50%;
    width: 228px;
    height: 15px;
    margin-top: 5px;
    background-size: cover;
}

.section_subtitle_h3 {
    color: #000;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

figure {
    margin: 0;
    padding: 0;
}

/* ボタン */
.button_wrap {
    margin-top: 100px;
}

.button_list {display: flex;flex-wrap: wrap;justify-content: center;}

.button_item {
    margin: 0 54px 20px 0;
    width: 463px;
}

.button_item:nth-child(2n) {
    margin-right: 0;
}

.button_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #F08300;
    padding: 10px 20px 10px 15px;
    height: 30px;
    border-radius: 8px;
}

.button_item a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

/* メニュー */
.menu {
    width: 980px;
    margin: 0 auto 80px;
}

.menu_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu_item {
    width: 300px;
    margin-bottom: 20px;
}

.menu_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #336169;
    font-size: 18px;
    font-weight: bold;
    background: #D9F1F2;
    padding: 10px 20px 10px 15px;
    height: 30px;
    line-height: 1.2em;
}

.menu_item a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
}

/*　メインコンテンツ　*/
main {
    /* width: 980px; */
    margin: 50px auto 0;
}

.section {
    margin: 0 auto 100px;
    /* width: 980px; */
}

.content-wrap {
    margin: 0;
}

.content-map {
    margin: 70px 0;
}

.recommend_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recommend_item {
    width: 232px;
    margin-bottom: 2em;
}

.recommend_item_photo {
    margin-bottom: 0.5em;
    width: 100%;
}

.recommend_item_text {
    width: 100%;
}

/*イントロダクション*/
section#charm {
    width: 980px;
    margin: 0 auto 100px;
}

section#charm p {
    font-size: 18px;
    margin-bottom: 1em;
} 
/*エリア*/

.area-wrap {
    margin: auto;
    padding: 100px 0;
    /* width: 980px; */
}

.area-wrap:last-child {
    padding-bottom: 0;
}

.area-wrap > * {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.section_subtitle +.area-wrap {
    padding-top: 0;
} 

.area-wrap.isBlue {
    background: #EAF8FA;
}

.area_subtitle_mini {
    display: flex;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 3em auto 1em;
    align-items: center;
}

.area_subtitle_mini::before {
    display:block;
    content:"";
    margin-right: 0.5em;
    width: 30px;
    height: 30px;
    background:url(/activity/hokkaido/special/winter/img/ico_area_subtitle.png) no-repeat 0 0;
    background-size: cover;
}

.skislope_subtitle {
    margin: 1.5em auto 0;
    color: #000;
}

.skislope_subtitle::before {
    content:"";
    display: inline-block;
    width: 12px;
    height: 12px;
    background:#000;
    margin-right:0.3em;
}

.area_photo {
    /* width: 100%; */
    position:relative;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 2em;
    background: url(/activity/hokkaido/special/winter/img/bg_section_subtitle.png) no-repeat 0 0;
    background-size: 100%;
}

.area_photo img {
    width: 575px;
    height: 305px;
    border-radius: 8px;
    object-fit: cover;
}

/* .area_photo::after {
    position:absolute;
    bottom: 0;
    right: 10px;
    content:"";
    width: 70px;
    height: 64px;
    background: url(/activity/hokkaido/special/winter/img/section_subtitle_item.png) no-repeat 0 0;
    background-size: cover;
    z-index: 2;
} */

.area-wrap > ul {
    list-style-position: inside;
    list-style-type: disc;
}

.area-wrap > ul li {list-style: disc;list-style-position: inside;}


/*キャンペーン*/
.campaign {
    margin: 0 auto 100px;
    width: 660px;
    text-align: center;
}

.campaign img {
    width: 658px;
    height: 148px;
}

/*アクティビティ*/

section#activities {
    width: 980px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: start;
}

section#activities > .section_subtitle {
    width: 100%;
}

.activity-item {
    margin: 0 40px 100px 0;
    width: 300px;
    display: flex;
    flex-direction: column;
}

.activity-item:nth-child(3n + 1) {
    margin-right: 0
}

.activity-item p:nth-last-child(2) {
    margin-bottom:1.5em;
}


.activity-item img {
    width: 300px;
    height: 160px;
    border-radius: 8px;
    object-fit: cover;
}

.activity_subtitle {
    margin: 1.5em 0 0;
    color: #000;
    font-weight: 700;
}

.activity_subtitle::before {
    content:"";
    display: inline-block;
    width: 12px;
    height: 12px;
    background:#89DAE5;
    margin-right:0.3em;
}

.activity_button_wrap {
    margin-top: auto;
}

.activity_button_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #7FCCD6;
    padding: 10px 20px 10px 15px;
    height: 30px;
    border-radius: 8px;
    text-align: center;
    /* width: calc(100% - 12px); */
    position: relative;
}

.activity_button_wrap a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
}