@charset "utf-8";

/* common
****************************************************/
.sp{ display:none!important; }

/* customfair
****************************************************/
.custom_kaijyo{
	padding: 5px 0;
	margin-bottom: 10px;
	background-image: none;
	background-color: #ea6d01;
}
.custom_kaijyo p{
	padding: 3px;
}
.customfair p,.customfair ul li{
 line-height: 1.5;
	font-size: 16px;
}

.customfair h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 20px 10px;
}
.customfair h2.ttl_h2 {
	color: #0093d9;
    text-shadow: 2px 2px #fff, 5px 5px rgba(134, 209, 244, 0.4);
    font-size: 45px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.customfair .soon h2.ttl_h2 {
	color: #eb7f00;
    text-shadow: 2px 2px #fff, 5px 5px rgba(249, 188, 116, 0.4);
    font-size: 45px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.customfair h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 40px 0 0px;
	padding: 20px 0;
	color: #1755a6;
	border-top: double 8px #1755a6;
	border-bottom: double 8px #1755a6;
}
.customfair h4{
	font-size: 20px;
	font-weight: bold;

}

p.ttl_img{
	padding: 15px 0;
	color: #1755a6;
	border-top: double 8px #1755a6;
	border-bottom: double 8px #1755a6;
	text-align: center;
	margin-bottom: 15px;
}


.customfair .small{
	font-size: 14px;
}
ul.type_lens{
	display: flex;
	text-align: center;
}
ul.type_lens li{
	flex-basis: 45%;
	border: solid 1px #1755a6;
	padding: 2%;
	margin-right: 10px;
}
ul.type_lens li p{
	font-weight: bold;
	border-bottom: double 5px #1755a6;
	display: inline-block;
	font-size: 20px;
	color: #1755a6;
	margin: 0 0 15px;
}
ul.type_lens li dl{
	text-align: left;
}
ul.type_lens li dl dt{
	font-weight: bold;
	font-size: 18px;
}


/*バックグランド*/
.contents-bg{
	background-image: url("/wintersports/2020customfair/img/bg02.jpg");
	background-size: 100%;
	background-repeat:repeat;
	padding-bottom:30px;
}

.contents-bg.img{
	margin: 0 auto;
	width:initial;
}

#gmap iframe {
    width: 100%;
    height: 450px;
}

/*特典*/
.bg-image {
    background: url(/wintersports/2020customfair/img/winter_bk_img.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0;
	margin: 20px 0;
}
.bg-image .tokuten_l{
    margin: 0 auto 30px;
    display: -webit-flex;
    display: flex;
}
.bg-image .tokuten_l li{
	position: relative;
    z-index: 2;
    margin-right: 40px;
    flex: 1;

}

/*info*/
.bg-image_info {
    background: url(/wintersports/2020customfair/img/info_bk_img.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0;
	margin: 20px 0;
}
.bg-image_info .tokuten_l{
    margin: 0 auto 30px;
    display: -webit-flex;
    display: flex;
}
.bg-image_info .tokuten_l li{
	position: relative;
    z-index: 2;
    margin-right: 40px;
    flex: 1;
    padding: 1.5%;
	background: #01043b;
    box-shadow: 7px 6px 0 #fff;
}
.bg-image_info .tokuten_l li a{
	color: #fff;
}
.bg-image_info .tokuten_l li .title {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
}
.bg-image_info .tokuten_l li .title:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #fff;
    vertical-align: 4px;
}

/*photo*/
.bg-image_photo {
    background: url(/wintersports/2020customfair/img/photo_bk_img.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0;
	margin: 20px 0;
}
.bg-image_photo .photo_l{
    margin: 0 auto 30px;
    display: -webit-flex;
    display: flex;
}
.bg-image_photo .photo_l li{
	position: relative;
    z-index: 2;
    margin-right: 40px;
    flex: 1;
}


/* PICK UP */
.pickup_place	{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.pickup_place li{
  width: 42%;
  background: #eee1c0;
  margin: 2%;
  padding: 2%;
  font-weight: bold;
}

.pickup_place li:nth-child(even){
  background: #c8e7e9;
}

.pickup_place li p{
	text-align:left;
}

.pickup_place li .title{
    display: block;
    width: 100%;
    font-size: 1.5em;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    color: #0092da;
}

.pickup_place li .copy{
	font-size: 1.2em;
    margin-bottom: 10px;
}


/*バスツアー*/
.bus_tour ul li{
	display: inline-block;
	width: 45%;
	border-radius: 4px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #eb7f00;
	box-shadow: 2px 5px 10px -5px rgba(0, 0, 0, 0.59);
	position: relative;
	padding: 10px;
	margin: 15px 1%;
}
.bus_tour ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.bus_tour ul li a{
	color: #fff;
}

/* まもなくスタート */
.soon .soon_right{
	width:45%;
	margin:0 2% 20px 3% ;
	float:left;
}
.soon_left{
	width:45%;
	margin:2% 3% 20px 2% ;
	float:left;
}

.soon_right p{
    text-align: left;
    margin: 0 50px;
}

.soon #counter_in{
	width: 100%;
    background: #0093d9;
    padding: 10px 0 5px;
    margin: 10px 0 0;
}
.custom_counter {
    display: inline-flex;
}

.guest_btn{
	border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #7c8081;
    box-shadow: 2px 5px 10px -5px rgba(0, 0, 0, 0.59);
    position: relative;
	padding: 10px;
}
.guest_btn a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}
.guest_btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.guest5{
	display: flex;
}
.guest5 li{
	width: 19%;
	margin: 0 1% 0 0;
}

.customfair h4.guest_h4{
    color: #eb7f00;
    text-shadow: 2px 2px #fff, 5px 5px rgba(249, 188, 116, 0.4);
    font-size: 35px;
    padding-bottom: 10px;

}

/*開催場所*/
.basho_right{
	width:45%;
	margin:0 2% 20px 3% ;
	float:left;
}
.basho_left{
	width:45%;
	margin:0 3% 20px 2% ;
	float:left;
}

.basho_right p, .basho_left p {
    text-align: left;
    margin: 0 30px;
}
.map_btn{
	border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
	border: 2px solid #01043B;
    position: relative;
	margin: 10px auto;
	width: 70%;
}
.map_btn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.map_btn a{
	width:100%;
	display:block;
	padding: 10px 0;
}

.shop{
		border: 1px solid #ddd;
		padding:1.5%;
		text-align:left;
		margin-top:15px;

  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;

  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;

}
.shop_left, .shop_right{
	width:50%;
	-ms-flex-item-align: center;
	align-self: center;
}


.cvn_btn{
	border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #eb7f00;
    box-shadow: 2px 5px 10px -5px rgba(0, 0, 0, 0.59);
    position: relative;
	padding: 10px;
margin:15px 10px;
}
.cvn_btn a {
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
}
.cvn_btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.cvn_bigbtn{
	clear: both;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}



.digest ul{

}
.digest ul li{
    width: 46%;
    float: left;
    margin: 0 2% 0;
}
.digest ul li .txt{
font-size: 16px;
text-align: left;
margin: 10px 0;
min-height: 80px;
}


/*事前申込*/
.guide_member {
	margin: 10px auto 30px;
	width:90%;
}

.guide_member li{
	display: inline-block;
	width: 33%;
}

.balloon1 {
	position: relative;
    display: inline-block;
    margin: 15px 0;
    padding: 15px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    background: #0093d9;
    font-weight: bold;
	border-radius: 10px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid  #0093d9;
}

/* カスタムブログ */

.blog_list{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;

  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.blog_list li{
	padding:1%;
	width:48%;
	display:block;
}

.blog_list img{
	max-width:100%;
}

.blog_list .blog_relative {
    position: relative;
    width: 100%;
}
.blog_list .blog_absolute {
    position: absolute;
    color: #fff;
    background: #00003b9e;
    padding: 1em 0;
    width: 100%;
    top: 50%;
    left: 50%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.blog_list .blog_absolute .title{
    margin: 0;
    padding: 0 0.8em;
    font-size: 150%;
    text-align: center;
    font-weight: bold;
}

.blog_list .blog_absolute p{
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 1024px){
.inner {
    width: 100%;
    margin: 0 auto;
}


}

@media screen and (max-width: 920px){
.inner {
    width: 100%;
    margin: 0 auto;
}

p.text_box {
    width: 58%;
    float: right;
    margin: 0 0 0 2%;
}

}


@media screen and (max-width: 768px){
/* common
****************************************************/
.spa1 img, .sp img{ max-width:100%; height:auto; }
.pc{ display:none!important; }
.sp{ display:block!important; }
.sp_tac{ text-align:center; }

.customfair{
	margin: 2%;
	}
.customfair h4{
	text-align: left;
}


.shop{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.shop_left, .shop_right{
	width:100%;
}


.blog_list li{
	padding:1%;
	width:98%;
	display:block;
}

.pickup_place {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.pickup_place li{
	width:94%;
}


.basho_right {
    width: 98%;
    margin: 2% 1% 10px 1%;
}
.basho_left {
    width: 98%;
    margin: 2% 1% 10px 1%;
}
.basho_right p,
.basho_left p{
	margin: 0 20px;
}

}


@media screen and (max-width: 480px){

/* common
****************************************************/
.spa1 img, .sp img{ max-width:100%; height:auto; }
.pc{ display:none!important; }
.sp{ display:block!important; }
.sp_tac{ text-align:center; }
.inner {
    width: 100%;
    margin: 0 auto;
}

.custom_kaijyo{
	width: 98%;
	padding: 1%;
	margin: 5px 0;
}

.customfair{
	margin: 2%;
}
.customfair h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0px;
}
.customfair h3 {
	font-size: 18px;
	text-align: left;
	margin: 20px 0 10px;
}
.customfair h4{
	text-align: left
}

ul.type_lens {
    display: block;
}
ul.type_lens li {
    margin: 0 0 10px;
}

p.ttl_img img{
	width: 100%!important;
	height: auto;
}

#gmap iframe {
    width: 100%;
    height: 240px;
}

.customfair h2.ttl_h2,
.customfair .soon h2.ttl_h2	{
    font-size: 24px;
    padding-bottom: 10px;
}

/*特典*/
.bg-image {
    padding: 0px 0;
	margin: 40px 0 40px;
}
.bg-image .tokuten_l{
    display: block;
}
.bg-image .tokuten_l li{
	width:46%;
	margin:0 0% 5px 3%;
	float: left;
}
.bg-image .tokuten_l li::nth-child(odd){
	width:46%;
	margin:0 0% 5px 3%;
}
.bg-image .tokuten_l li::nth-child(odd){
	width:46%;
	margin:0 0% 5px 3%;
}
.bg-image .tokuten_l li:first-child,
.bg-image .tokuten_l li:last-child{
	margin:0 0% 5px 3%;
}
	.map_btn {
	font-size: 14px;
	margin: 10px auto;
	padding: 5px;
	width: 80%;
}

#jyoshi_under{
 width: 380px;
}

.cvn_btn {
	font-size: 20px;
	margin: 0px 5px;
	padding: 0;
	padding: 10px;
}
.cvn_bigbtn {
    width: 85%;
    margin: 0 auto;
}

.digest ul li {
    width: 100%;
    float: none;
    margin: 5px 0px 20px;
}
.digest ul li .txt {
    font-size: 15px;
    margin: 0px;
    min-height: 0;
}

.guide_member li{
	width: 100%;
}

.guide_member_link li{
	width: 99%;
	margin-bottom:40px;
}

.balloon1 {
    margin: 10px 15px;
}

/*info*/
.bg-image_info .tokuten_l{
    display: block;
}
.bg-image_info .tokuten_l li {
    margin: 10px;
	padding: 2% 3%;
    background: #01043b;
    box-shadow: none;
    border: 2px solid #fff;
}
.bg-image_info .tokuten_l li .title {
    margin-bottom: 0px;
}
.bg-image_info .tokuten_l li .text{
	text-align: left;
}



/*photo*/
.bg-image_photo {
    padding: 0px 0;
	margin: 40px 0 40px;
}
.bg-image_photo .photo_l{
    display: block;
}
.bg-image_photo .photo_l li{
	width:46%;
	margin:0 0% 5px 3%;
	float: left;
}
.bg-image_photo .photo_l li::nth-child(odd){
	width:46%;
	margin:0 0% 5px 3%;
}
.bg-image_photo .photo_l li::nth-child(odd){
	width:46%;
	margin:0 0% 5px 3%;
}
.bg-image_photo .photo_l li:first-child,
.bg-image_photo .photo_l li:last-child{
	margin:0 0% 5px 3%;
}



/*バスツアー*/
.bus_tour ul {
    margin: 25px 0 0;
}
.bus_tour ul li {
    display: block;
    width: 90%;
	font-size: 20px;
}

/* まもなく会場 */
.soon .soon_right {
    width: 98%;
    margin: 2% 1% 10px 1%;
}
.soon .soon_left {
    width: 98%;
    margin: 2% 1% 10px 1%;
}
.soon_right p{
	margin: 0 20px;
}

.soon #timer .yycountdown-box .yyc-day,
.soon #timer .yycountdown-box .yyc-hou,
.soon #timer .yycountdown-box .yyc-sec,
.soon #timer .yycountdown-box .yyc-min{
    font-size: 2.7em;
}

.customfair h4.guest_h4 {
	font-size: 20px;
	text-align: center;
	margin: 10px 0 5px;
}

.customfair ul.guest5 li{
	font-size: 14px;
}



}
