@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が640pxまで
===============================================*/

#contents {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-family:'Quicksand',"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}
#contents .t_coupon {
    position: fixed;
    width: 210px;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
}
.anton {
    font-family: 'Anton', sans-serif;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
#contents img {
    display: block;
	width: 100%;
}
#contents .auto {
	width: 92%;
    margin: 0 auto;
}
#contents p, #contents h2, #contents h3, #contents h4,
#contents dl , #contents dt , #contents dd, #contents ul , #contents li , #contents p {
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style-type: none;
}
#contents figure {
    margin: 0;
}
#contents .sp_none {
    display: none !important;
}
#contents #main_image {
    width: 100%;
    padding: 24vw 0 23vw;
    float: left;
    clear: both;
    background-image: url(../img/main_img.jpg);
	background-position: top center;
	background-size: cover;
    -webkit-animation-name: storySlideLeft;
    -webkit-animation-duration: 40;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: storySlideLeft;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: gallerySlideLeft;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-repeat: repeat-x;
    position: relative;
}
@-webkit-keyframes gallerySlideLeft {
    0% {background-position: 0px 0px;}
    100% {background-position: -1800px 0px;}
}
@-moz-keyframes gallerySlideLeft {
    0% {background-position: 0px 0px;}
    100% {background-position: -1800px 0px;}
}
@keyframes gallerySlideLeft {
    0% {background-position: 0px 0px;}
    100% {background-position: -1800px 0px;}
}
#contents #main_image .main_title {
	width: 90%;
    margin: 0 auto;
}
#contents #main_image img {
    width: 100%;
}
#contents #main_image .bg {
    background-image: url(../img/main_img_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
#contents #nav_conts {
    width: 100%;
    float: left;
    clear: both;
    background-color: #3982CD;
}
#contents #nav_conts ul {
    text-align: center;
    font-size: 0;
    letter-spacing: -.4em;
    border-top: 1px solid #FFFFFF;
}
#contents #nav_conts ul li {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    font-size: 11px;
}
#contents #nav_conts ul li a {
    color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
    margin-right: 24px;
    background-image: url(../img/arrow_01.png);
    background-size: 8px;
    padding-right: 18px;
    background-position: right 14px top 21px;
    background-repeat: no-repeat;
    text-decoration: none;
    width: 100%;
    padding: 15px 0px 13px;
    display: block;
    box-sizing: border-box;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
#contents #nav_conts ul li a:hover {
    color: #4189D3;
    background-color: #FFFFFF;
    background-image: url(../img/arrow_01_hover.png);
}
#contents #nav_conts ul li:nth-child(even) a {
    border-right: none;
}
#contents #charm_conts {
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 46%;
    background-image: url(../img/bg_01.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: cover;
    position: relative;
}
#contents #charm_conts .w_img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 9999;
    width: 46%;
}
#contents #charm_conts .list {
    margin-top: 42px;
    z-index: 9999;
    position: relative;
}
#contents #charm_conts .list dl {
    font-style: italic;
    font-size: 0;
    display: table;
    margin-bottom: 16px;
    width: 100%;
}
#contents #charm_conts .list dt {
    background-color: #4189D3;
    font-size: 31px;
    line-height: 0.9;
    color: #F8F502;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
}
#contents #charm_conts .list p {
    background-color: #4189D3;
    font-size: 12px;
    margin-bottom: 1px;
}
#contents #charm_conts .list dd {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.2;
    color: #297fd0;
    padding: 15px 6px 14px;
    width : calc(100% - 50px);
}
#contents #list_conts {
    width: 100%;
    float: left;
    clear: both;
}
#contents #list_conts .outer {
    width: 100%;
    float: left;
    clear: both;
    background-color: #4B97DE;
    background-image: url(../img/bg_02.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center top 86px;
    position: relative;
    padding-bottom: 62px;
}
#contents #list_conts .outer .eng {
    position: absolute;
    left: 110px;
    top: 83px;
    color: rgba(255, 255, 255, 0.13);
    font-size: 84px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: 99;
    pointer-events: none;
    
}
#contents #list_conts h2 {
    background-image: url(../img/pattern_01.jpg);
    background-size: 350px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-style: italic;
    color: #FFFFFF;
    font-weight: bold;
    padding: 16px 0 14px;
    margin-bottom: 70px;
    position: relative;
    z-index: 9999;
}
#contents #list_conts .inner {
    position: relative;
    width: 92%;
    margin: 0 auto;
}
#contents #list_conts .inner .number {
    position: absolute;
    z-index: 999999;
    right: -15px;
    top: -42px;
    width: 48%;
}
#contents #list_conts .inner .move {
    z-index: 9999;
    box-shadow: 5px -1px 24px 6px rgba(0, 0, 0, 0.18);
    line-height: 0;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#contents #list_conts .inner .move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#contents #list_conts .snowresort_02 .move {
    padding-top: 0;
}
#contents #list_conts .inner .move_2 {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    box-shadow: 5px -1px 24px 6px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 99;
}
#contents #list_conts .inner .move_2 video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
}
#contents #list_conts .inner .box {
    color: #FFFFFF;
}
#contents #list_conts .inner .box h3 {
    font-size: 24px;
    padding: 20px 10px 3px;
}
#contents #list_conts .inner .box .text {
    margin-bottom: 16px;
    text-align: left;
}
#contents #list_conts .inner .box .btn {
	width: 100%;
	text-align: center;
    margin-bottom: 28px;
}
#contents #list_conts .inner .box .btn a {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    border-radius: 6px;
    padding: 20px 0 20px;
    text-decoration: none;
    transition-duration: .3s;
    background-image: url(../img/arrow_02.png);
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 8px;
}
#contents #list_conts .inner .box .btn a:hover {
	background-color: #fff;
	color: #4B97DE;
    background-image: url(../img/arrow_hover_01.png);
}
#contents #list_conts .img_area {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}
#contents #list_conts .img_area .img_outer {
    width: 92%;
    margin: 0 auto 10px;
    z-index: 9999;
}
#contents #list_conts .img_area .sub_img {
    float: right;
     z-index: 9999;
    position: relative;
}
#contents #list_conts .img_area .sub_img p {
    margin-bottom: 10px;
}
#contents #list_conts .img_area2 {
    width: 100%;
}
#contents #list_conts .img_area2 img {
    display: block;
}
#contents #list_conts .img_area2 .img_outer {
    margin-bottom: 10px;
}
#contents #list_conts .img_area2 .sub_img p {
    width: 100%;
    margin-bottom: 10px;
}
#contents #list_conts .img_area2 .sub_img p:last-of-type {
    margin-bottom: 0;
}
#contents #list_conts .outer_02 {
    background-color: #5dc4e1;
}
#contents #list_conts .outer_02 h2 {
    background-image: url(../img/pattern_02.jpg);
}
#contents #list_conts .outer_02 .inner .box h3 {
}

#contents #list_conts .outer_02 .inner .box .btn a:hover {
	background-color: #fff;
	color: #5dc3e1;
    background-image: url(../img/arrow_hover_02.png);
}
#contents #list_conts .outer_02 .img_area .img_outer {
    width: 92%;
    margin: 0 auto 10px;
}
#contents #list_conts .outer_02 .img_area .sub_img p {
}
#contents #list_conts .snowresort_02 {
    background-image: url(../img/bg_03.png);
}
#contents #list_conts .snowresort_03 {
    background-image: url(../img/bg_04.png);
}
#contents #list_conts .snowresort_04 {
    background-image: url(../img/bg_05.png);
}
#contents #stamprally_conts {
    width: 100%;
    float: left;
    clear: both;
    background-color: #f3fcff;
    background-image: url(../img/bg_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 44px;
    padding-bottom: 68px;
}
#contents #stamprally_conts h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-style: italic;
}
#contents #stamprally_conts .b_img {
    position: relative;
    z-index: 99;
    margin-bottom: 10px;
}
#contents #stamprally_conts .detail {
    width: 100%;
    float: left;
    clear: both;
}
#contents #stamprally_conts .detail .top_box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 18px;
}
#contents #stamprally_conts .detail .top_box .img {
    width: 38%;
    margin: 0 auto 20px;
}
#contents #stamprally_conts .detail .top_box .r_box {
}
#contents #stamprally_conts .detail .top_box .r_box .text {
    text-align: left;
    margin-bottom: 23px;
}
#contents #stamprally_conts .detail .top_box .r_box .table {
}
#contents #stamprally_conts .detail .top_box .r_box .table dl {
    margin-bottom: 14px;
    width: 100%;
}
#contents #stamprally_conts .detail .top_box .r_box .table dt {
    background-color: #02afbd;
    color: #fff;
    text-align: center;
    padding: 12px 0px 10px;
    display: block;
    width: 100%;
    font-size: 15px;
}
#contents #stamprally_conts .detail .top_box .r_box .table dd {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 14px 0px 12px;
    box-sizing: border-box;
    line-height: 1.6;
}
#contents #stamprally_conts .detail .bottom_box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
#contents #stamprally_conts .detail .bottom_box .period {
    margin-bottom: 20px;
}
#contents #stamprally_conts .detail .bottom_box .period dl {
}
#contents #stamprally_conts .detail .bottom_box .period dl dt {
    background-color: #02AFBD;
    color: #FFFFFF;
    padding: 12px 0 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}
#contents #stamprally_conts .detail .bottom_box .period dl dd {
}
#contents #stamprally_conts .detail .bottom_box .period p {
}
#contents #stamprally_conts .detail .bottom_box .text {
}
#contents #stamprally_conts .detail .app {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    border: 4px solid #02AFBD;
    padding: 27px 28px 28px;
    box-sizing: border-box;
}
#contents #stamprally_conts .detail .app .box {
    margin-bottom: 18px;
}
#contents #stamprally_conts .detail .app .box:last-of-type {
    margin-right: 0;
}
#contents #stamprally_conts .detail .app .box .text {
    font-size: 20px;
    margin-bottom: 0px;
}
#contents #stamprally_conts .detail .bottom_box .text a {
    color: #000;
    text-decoration: none;
}
#contents #stamprally_conts .detail .app .box span {
    font-size: 12px;
}
#contents #stamprally_conts .detail .app .box li {
    width: 74%;
    margin: 0 auto;
}
#contents #stamprally_conts .detail .app .box li:first-of-type {
    margin-right: 25px;
    display: none;
}
#contents #recommend_conts {
    width: 100%;
    float: left;
    clear: both;
    background-color: #518de6;
    color: #fff;
    text-align: center;
    padding-top: 57px;
    padding-bottom: 55px;
}
#contents #recommend_conts h2 {
    font-size: 28px;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 31px;
}
#contents #recommend_conts .title_box {
    margin-bottom: 29px;
}
#contents #recommend_conts .title_box h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
}
#contents #recommend_conts .title_box p {
    text-align: left;
}
#contents #recommend_conts .list {
    position: relative;
}
#contents #recommend_conts .box {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
#contents #recommend_conts .box:nth-child(even) {
    margin-right: 0;
}
#contents #recommend_conts .box .number {
    position: absolute;
    left: -4px;
    top: -23px;
    text-align: center;
    width: 65px;
    height: 75px;
    padding-top: 16px;
    background-image: url(../img/icon.png);
    background-size: 65px;
    color: #518DE6;
    font-size: 9px;
    font-style: italic;
    box-sizing: border-box;
}
#contents #recommend_conts .box span {
    font-size: 30px;
    line-height: 28px;
    display: block;
    margin-right: 10px;
}
#contents #recommend_conts .box .img {
    margin-bottom: 12px;
    line-height: 0;
}
#contents #recommend_conts .box h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
}
#contents #recommend_conts .box .text {

}
