@charset "utf-8";
/*---------------------------
 CSS Document 
-----------------------------*/
/*============================
共通
============================*/

	*{
		/* scroll-behavior: smooth; */
		/* width: 100%; */
		/* overflow: hidden; */
		/* overflow-x: auto; */
		/* outline: 2px red solid; */
		}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#item_01{

padding-top: 100px;

margin-top: -100px;
}
		#item_02{
			
padding-top: 100px;
			
margin-top: -100px;
		}
#breadcrumbs {
	margin: 0;
}
.hed {
}

.fixed_btn{
	position: fixed;
	bottom: 0px;
	right:0;
	width:500px;
	z-index: 20;
	margin-top: -91px;
	padding-top: 91px;
}

.bg_05{
	position:absolute;
	z-index:-10;
	display: none;
}

.bg_05 img{
	position:relative;
	right: -450px;
	top: -350px;
	width: 100%;
}

img {
	width: 100%;
}
a:hover, a:hover img, a:hover p, a:hover div {
	opacity: 1.8;
}
.arrow_next:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	right: 5%;
	top: 40%;
	border-top: 1px solid #e8497a;
	border-right: 1px solid #e8497a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow_next.bk:after {
	border-color: #000;
}
.arrow_down:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 48%;
	bottom: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gs_width {
	max-width: 1280px;
	margin: 0 auto 0px;
	width: 90%;
}
.sp {
	display: none;
}
/*============================
共通ボタン
============================*/
.top_btn {
}
.top_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 0;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn.top a {
	margin: 50px auto 0;
}
.allitem_bt {
	text-align: center;
	margin: 30px;
}
.allitem_bt a {
	font-size: 30px;
	display: inline-block;
	/* border: solid 1px #e8497a; */
	color: #ffffff;
	background-color: #000;
	padding: 10px 0;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 2px;
	font-weight: 600;/* box-shadow: 2px 2px 0 0 rgb(0 0 0 / 20%); */
}
.top_bt {
	text-align: center;
	margin: 20px 0 0;
}
.top_bt a {
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	padding: 10px 0;
	background-color: #bbb;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 2px;
	font-weight: 600;
}
/*============================
画像フェードイン
============================*/
.is-lazyloaded {
	animation: fadeIn 1s;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*============================
gs_item
============================*/
.gs_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 200px auto;
}
.gs_item_list {
	width: 23%;
}
.gs_item_list a {
	display: block;
}
.gs_item_txt {
	text-align: justify;
	min-height: 60px;
	line-height: 1.4;
	font-size: 14px;
}
.gs_item_img {
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.brand_rogo {
	max-width: 400px;
	margin: 2px 80px 2px;
}
.gs_item_name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}


@media only screen and (max-width: 800px){

.wrap{
	overflow:hidden;
	
}

}

@media only screen and (max-width: 786px) {
/*============================
gs_item
============================*/
.gs_item_wrap {
}
.gs_item_list {
	width: 47%;
	margin: 0 0 5%;
}
.gs_item_list a {
}
.gs_item_txt {
	font-size: 12px;
	line-height: 1.2;
}
.gs_item_img {
}
.brand_rogo {
	margin: 0 15%;
}
.gs_item_name {
}
}

/*============================
コンテンツ
============================*/
.hed{
}
.pc{
}
.sp{
}
.read{
}
.read_cover{/* background-color: cornflowerblue; */background-image: url(cpimg/snowclim_bk_01.jpg);background-size: cover;/* width: 100%; */}
.read_contents{background-color: #fff;width: 930px;padding: 30px;margin: auto;}
.read_ttl{font-size: 40px;letter-spacing: 1.8;letter-spacing: 2;text-align: center;font-weight: 600;padding: 10px 0 10px;color: #193865;}
.read_txt{font-size: 20px;line-height: 2;padding: 20px;color: #193865;letter-spacing: 0.5;}
.attend_01{
}
.attend_cover{background-color: #064a95;padding: -10px;padding: 40px;margin: 0px 0 0;}
.attend_contents{max-width: 1080px;/* background-color: #fff; *//* margin: auto; */padding: 0px 0;margin: auto;}
.attend_flex{
    display: flex;
    margin: 0 0 -10px;
    align-items: flex-start;
    justify-content: space-between;
    /* padding: 40px 0; */
    /* align-items: end; */
}
.attend_txt_box{width: 52%;color: #fff;padding: 0px 0;}
.attend_ttl{color: #fff;font-size: 50px;padding: 0px 0 0;position: relative;margin: 0 0 30px;z-index: 10;font-weight: 600;/* padding: 50px 0  0; */letter-spacing: 1;}
.line{/* border-bottom:  solid; */border-color:#ea911;/* border-width: 12px; */x;/*5ピクセルの太さにする*/text-underline-position: above;/* margin: 0 0 -34px; *//* padding: 0 0; *//* background-color: #ea9113; *//* background-position-y: 60px; *//* display: inline; *//* font-size: 36px; */background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(234,145,19) 70%);}

span.line {}

.attend_txt{line-height: 2.0;font-size: 24px;line-height: 1.9;padding: -10px 0;}
.attend_ttl_02{
	font-size: 34px;
	font-weight:600;
	line-height: 1.8;
	margin: 20px 0 0;
	}
	
.attend_img{
}


.attend_img_02{
	position: relative;
	right: -80px;
	top: 30px;
}
.menu{scroll-behavior: smooth;/* scroll-behavior: smooth; */}

.menu_cover{

background-color: #4ec1ec;
}

.menu_contents{

max-width: 1280px;

padding: 60px 0;

margin: 0px auto 40px;
}


.menu_ttl_flex{

display: flex;

align-items: flex-start;

padding: 10px 0 30px;
}

.menu_ttl_flex h3{

font-size: 56px;

font-weight: 600;

color: #193865;

width: 50%;

padding: 0px 0px 0 0px;
}


.menu_ttl_flex p{
	
font-size: 16px;
	
color: #193865;
	
width: 45%;
	
line-height: 1.8;
}




.btn_wrapper{
}
.blue_btn_wrapper{display: inline-block;/* max-width: 1000px; */}
.blue_btn_flex{display: flex;justify-content: space-between;align-items: center;background-color: #064a95;color: #fff;width: 290px;padding: 10px;}


.blue_btn_flex h5{
   font-size: 24px;
   padding:0 10px 0 0;
   font-weight: 600;
}

.blue_btn_flex p{
   font-size: 23px;
   font-weight: 600;
   padding:0 10px 0 0;
}

.allow{
}
.menu_human{max-width: 216px;margin: auto;}
.human{
}
.item_01{
}
.item_cover{
}
.item_contents{padding: -10px 0 0;background-color: white;max-width: 1200px;padding: 40px 0 40px;margin: 60px auto;}
.gs_width{
}
.num_tit_flex{display: flex;align-items: baseline;/* width: 800px; */margin: 0 auto 20px;}

.num_tit_flex h3{

color: #204b96;

font-size: 90px;

font-weight: 600;

padding: 0 30px 0 0px;
}

.num_tit_flex p{

font-size: 50px;

font-weight: 600;

color: #204b96;
}
.num_tit_flex h4{
	
font-size: 50px;
	
padding: 0 30px 0 0;
	
font-weight: 600;
}

.num_tit_flex h4::before{
	content: "■";
	width: 10px;
	height: 200px;
	color: #064a95;
	/* position: absolute; */
	/* width: 15px; */
	height: 35px;
	padding-right: 16px;
}



.point_flex{display: flex;align-items:baseline;padding: 10px 0;margin: 0 0 20px;}
.point_flex h5{
	background-color: #064a95;
	color:#fff;
	width: 130px;
	text-align:center;
	padding: 0px;
	font-size: 20px;
	font-weight: 600;
}

.point_flex p{
	padding: 0 0 0 20px;
	font-size: 20px;
	font-weight: 600;
}

.point_txt{
	font-size: 16px;
	font-weight:600;
	padding: 10px 0;
	margin: 0 0 32px;
}
.twin{
	width:100px;
	
}
.item_flex{display: flex;align-items: flex-end;/* width: 1220px; */margin: auto;/* align-items: end; */}
.item_box{/* width: 100%; */padding: 0 5px;}
.item_ttl{font-size: 20px;font-weight: 600;padding: 10px 0 0;height: 70px;color: #fff;}
.item_price{text-align: right;color: #064a95;font-weight: 600;font-size: 20px;}
.tax{font-size: 70%;}
.item_txt_flex{display: flex;/* justify-content: space-between; */margin: auto;}

.item_txt_twin{
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	width: 49%;
	margin: 10px 0 40px;
}


.item_txt_two{/* display: flex; *//* flex-wrap: nowrap; */margin: 0 0 80px;}
.item_txt{padding: 10px;border: 1px solid #ccc;font-size: 16px;line-height: 1.8;font-weight: normal;background: #fff;/* width: 50%; *//* width: 300px; *//* width: 5%; */height: 90px;margin: 10px 0 20px;}
.item_txt_single{/* width: 200%; */}

.item_05{
}

.wrap{
	overflow: auto;
	/* background-color: cadetblue; */
	width: 100%;
}
.pickup_cover{padding: 0;background-image: url(cpimg/snowclim_bg_05.png);background-size: contain;/* background-position-y: -310px; */margin: auto;}
.pickup_contents{max-width: 1280px;margin: 0px auto;background-image: url(cpimg/snowclim_bg_06.png);background-size: cover;padding: 2px;}
.pickup_ttl{color: #fff;font-size: 30px;padding: 40px 0 0;text-align: center;}

.pickup_ttl h3{
	font-size: 56px;
	font-weight: 600;
	margin: 0 0 0px;
}
.pickup_ttl h4{

font-weight: 600;

font-size: 40px;
}

.pickup_ttl p{

font-size: 20px;

margin: 0 0 0px;
}

.pickup_cover_01{
	background-color:#40b4e1;
	padding: 50px;
}

.strong{
	font-weight:600;
}

.pickup_contents_01{
	/* width: 1350px; */
	margin:auto;
}

.item_flex{
}
.item_box{/* width: 95%; *//* width: 330px; *//* margin: auto; */width: 95%;align-items: center;}
.acc_name{
	height: 140px;
}

.acc_name h4{
	background-color: #064a95;
	text-align:center;
	color:white;
	padding: 4px 0;
	font-size: 18px;
}

.acc_name p{
	color:#fff;
	font-size: 20px;
}


.item_ttl{
}
.item_price{
}
.tax{
}
.item_txt{
	
}
.acc_name_bg{text-align: center;}
.acc_name_bg h4{
 background-color: #064a95;
 max-width: 540px;
 color:#fff;
 font-size: 20px;
 font-weight: 600;
 /* padding: 0px 90px; */
 margin: 30px auto;
}

.acc_name_bg p{color:#fff;font-size: 30px;font-weight: 600;margin: 10px 0 40px;}


.attend_img{max-width: 500px;}

.bg_01{
    z-index: -10;
    position: absolute;
    padding: -200px;
}
.bg_02{
    position: absolute;
    z-index: -10;
    width: 100%; */
    position: absolute;
    z-index: -10;
    margin: 0 0 50px;
    padding: -200px;
    overflow: hidden;
}
.bg_03{
    position: absolute;
    z-index: -10;
}
.bg_04{
    position: absolute;
    width: 100%;
    z-index: -10;
    display: none;
}

.bg_01 img{
position: relative;

top: -60px;
}

.bg_02 img{position:relative;top: -1819px;right: 0px;width: 110%;}
.bg_03 img{
    position: relative;
    top: -150px;
    right: 10px;
    width: 100%;
}

.bg_04 img{
    position: relative;
    top: -1166px;
    width: 110%;
}

.menu_flex{
    display: flex;
    align-items: flex-start;
    margin: 0px auto 0px;
}

.menu_img_box{}

.menu_img_box_pc{
    width: 100%;
  
}
.menu_img_box_sp{
    display: none;
}

.menu_btn_box{
    margin: 0px 20px  20px 0px;
}

.btn_wrapper{margin: 0px 0 20px;}

.item_cover{/* background-color: midnightblue; */}
.item_contents{width: 100%;}

.item_comment_flex{display: flex;}
.item_comment_box{width: 50%;margin: 20px 0;}



.mini_item_txt{
	max-width: 310px;
	width: 100%;
	font-size: 16px;
	color: #193865;
	line-height: 1.6;
}



/*============================
#item_01
============================*/



.item_contents_flex{display: flex;flex-wrap: wrap;justify-content: space-between;}

.item_contents_box{width: 48%;padding: 0%;margin: 0px 0 40px;}

.item_contents_box h5{

font-size: 24px;
font-weight: 600;
margin: 18px 0 0px;
padding: 0px;
}

.item_contents_box h5::before{
   content: "";
   width: 10px;
   height:200px;
   border-left: 6px solid #204b96;
   height: 35px;
   padding-right: 16px;
   margin: 0px;
   border-radius: 0px;
}



.item_contents_box dl{
padding: 0 0 0 20px;
margin: 6px 0 0;
}

.item_contents_box dt{
font-size: 24px;
font-weight: 600;
color: #064a95;
}

.item_contents_box dd{

margin: 6px 0;
font-size: 16px;
line-height: 1.8;
font-weight: normal;
}

.point_txt_mini{
	font-size:20px;
	padding: 10px 0 0px;
	margin: 0 0 40px;
	font-weight:600;
}

.blue_btn{width: 80%;text-align: center;margin: 40px auto;font-size: 20px;font-weight: 600;background-color: #064a95;color: white;padding: 0px;transition: .3s;/* box-shadow: 5px 5px #00b7ee; */}
}

.blue_btn:hover{
}

    .item_check_box li{
    	list-style:disc;
    	padding: 0px 0px 0px;
    	margin: 0 21px;
    }
.blue_btn a{

	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: transparent;
	text-align: center;
	line-height: 60px;
	border: 0px solid #fff;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	transition: .3s;
}
blue_btn a::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #333;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
	a:hover {
		opacity:0.8;
		
}
	a:hover::before {
  transform: translateX(0);
};
}
/*============================
#item_02
============================*/
#item_02{
}
.item_check_flex{display: flex;justify-content: space-between;padding: 30px 0  0;}
.item_check_box{width: 49%;}

.item_check_box dl{}
.item_check_box dt{
    font-size: 26px;
    font-weight: 600;
    padding: 0 0 4px;
    color: #064a95;
}
.item_check_box dd{
    font-size: 18px;
    padding: 0 0px 20px;
    color: #333;
    font-weight: normal;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/*============================
#item_03
============================*/
#item_03{padding-top: 70px;margin-top: -70px;}
.bg_03{
}
.point_txt{
}
.txt_box{padding: 20px;border: 2px solid #ccc;}
.txt_box dt{
    color: #064a95;
    font-size: 18px;
    font-weight: 600;
}
.txt_box dd{
    padding: 5px 0 0;
    font-size: 18px;
}

.l_img_box{
}

.attend_txt_box_02{

background-color: #064a95;

padding: 10px;

color: white;

text-align: center;

margin: 20px 0;
}
.attend_ttl_03{
	
font-size: 32px;
	
margin: 10px 0;
	
font-weight: 600;
}

.attend_txt_02{
	
width: 90%;
	
margin: auto;
	
line-height: 1.8;
	
font-size: 16px;
}

attend_ttl_03{
	
}

.slc_box h5{
	
font-size: 20px;
	
font-weight: 600;
	
color: #064a95;
	
padding: 0 0 10px;
}
/*============================
#item_04
============================*/
#item_04{padding-top: -50px;margin-top: 50px;}

#item_05{padding-top: -50px;margin-top: 50px;
	
}
.bg_04{
}
.slc_flex{display: flex;flex-wrap: wrap;}
.slc_box{width: 31%;padding: 1%;margin: 0 0 20px;}
.slc_contents{text-align: center;font-size: 20px;font-weight: 600;background-color: #eee;padding: 20px;}
.white{width: 100%;background-color: white;padding: 0px;margin: 10px 0;}
.blue{width: 100%;background-color: #064a95;color: #fff;margin: 5px 0;}
.slc_txt{font-size: 16px;font-weight: 600;margin: 16px 0 0;line-height: 1.8;}






/*====================================
	リキッド表示設定
	1100pxより変形
====================================*/
@media only screen and (max-width: 1380px) {
}
 @media only screen and (max-width: 980px) {
.item_list {
	width: 100%;
	max-width: 90%;
	margin: 0 auto 5%;
}
.col4 .item_list {
	width: 48%;
	max-width: 100%;
	padding: 0 0 7%;
}
.price_list a {
	font-size: 20px;
}
.activty_list {
	width: 48%;
	margin: 0 0 5%;
}

}
@media only screen and (max-width: 786px) {
	
	
/*---------------------------
共通
-----------------------------*/
.sp_br {
	display: block;
}
.no_br br {
	display: none;
}
.gs_width {
	width: 95%;
	margin: 0 auto;
	/* width: 100%; */
	/* background-color: yellow; */
}
.sp {
	display: block;
}
.pc {
	display: none !important;
}
/*============================
ヘッダ
============================*/
.copy_ttl {
	font-size: 24px;
}
.copy_txt {
	font-size: 20px;
	text-align: left;
}
/*============================
ボタン
============================*/
.allitem_bt {
}
.allitem_bt a {
	font-size: 20px;
}
.top_bt {
}
.top_bt a {
	font-size: 20px;
}
.arrow_next:after {
	width: 5px;
	height: 5px;
	top: 44%;
}


.read_contents{padding: 5%;overflow-wrap: break-word;width: 78%;}
.read_ttl{text-align: left;padding: 10px 0 0px;}
.read_txt{overflow-wrap: break-word;font-size: 14px;}

.attend_cover{padding: 0 0 110px;}

.attend_txt_box{width: 490%;}

.attend_img{padding: 0 0 -20px;}

.item_flex{flex-wrap: wrap;align-items: flex-start;margin: 0 0 0;}


.num_tit_flex h3{
color: #204b96;
font-size: 60px;
font-weight: 600;
padding: 0 30px 0 0px;
}

.num_tit_flex p{
font-size: 38px;
font-weight: 600;
color: #204b96;
}
.num_tit_flex h4{
font-size: 30px;
padding: 0 30px 0 0;	
font-weight: 600;
}

.attend_contents{display: block;width: 80%;}
.attend_flex{display: block;}

.attend_ttl{text-align: left;font-size: 32px;padding: 10px 0 10px;}
.attend_txt{font-size: 12px;display: block;margin: auto;}
.attend_ttl_02{font-size: 20px;}

.read_ttl{font-size: 28px;text-align: left;padding: 10px 0;}
.read_txt{font-size: 14px;padding: 0;}

.attend_cover{padding: 0;}

.attend_ttl{font-size: 29px;padding: 43px 0 0;}
.line{border-width: 7px;}
.attend_flex{flex-wrap: wrap;}
.attend_txt_box{width: 100%;}
.attend_txt{font-size: 16px;}


.point_flex h5{
	background-color: #064a95;
	color:#fff;
	/* width: 130px; */
	text-align:center;
	padding: 1px;
	font-size: 16px;
	font-weight: 600;
}

.point_flex p{
	padding: 0 0 0 16px;
	font-size: 14px;
	font-weight: 600;
}


.menu_contents{width: 100%;}
.menu_ttl_flex{flex-wrap: wrap;display: inline-block;width: 100%;margin: auto;}
.btn_wrapper{display: flex;margin: 10px;}

.fas.fa-chevron-right{font-size: 22px;}

.blue_btn_wrapper{display: block;}

.menu_ttl_flex h3{

font-size: 28px;

font-weight: 600;

width: 100%;

color: #193865;

padding: 0;
}


.menu_ttl_flex p{	
font-size: 16px;	
width: 100%;	
display: block;	
color: #193865;	
padding: 0 0 20px;
}

.item_contents{width: 100%;margin: 20px 0;padding: 20px 0 0;/* background-color: chartreuse; */}

.num_tit_flex{display: block;}
.point_flex{align-items: self-end;}
.point_txt{font-size: 14px;line-height: 1.8;font-weight: normal;margin: 0px 0 0;}
.item_comment_flex{flex-wrap: wrap;margin: auto;}
.item_comment_box{width: 100%;margin: auto;}

.item_box{width: 46%;margin: 40px auto 0;}
.item_ttl{
    font-size: 14px;
    padding: 4px 0 40px;
    height: 0;
    height: 23px;
}
.item_price{font-size: 14px;margin: 20px 0 0;}

.acc_name h4{
	background-color: #064a95;
	text-align:center;
	color:white;
	padding: 4px 0;
	font-size: 14px;
	font-weight: 600;
}

.acc_name p{
	color:#fff;
	font-size: 14px;
}



.item_txt{font-size: 14px;font-weight: normal;height: 170px;margin: 30px 0 0;}
.pickup_cover_01{padding: 0;margin: 70px 0 0;}
.pickup_contents_01{padding: 10px;}
.pickup_ttl{padding: 0px;}

.pickup_ttl h3{
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}
.pickup_ttl h4{

font-weight: 600;

font-size: 24px;
}

.pickup_ttl p{

font-size: 14px;

margin: 0px 0 0px;
}
.acc_name_bg h4{
 background-color: #064a95;
 width: 100%;
 margin: 10% auto -8%;
 color:#fff;
 font-size: 18px;
 font-weight: 600;
 padding: 0px;
}

.acc_name_bg p{color:#fff;font-size: 24px;font-weight: 600;margin: 0;}



.pickup_contents{padding: 20px;margin: 30px 0 0;}
.acc_name{height: 117px;}
.acc_name_bg{padding: 0px 0 0;}

.attend_img_02{position: initial;margin: 0 0 -40px;}


.menu_flex{
   
    display: block;
    margin: -50px auto 20px;
}

.menu_img_box{}

.menu_img_box_pc{
  
}
.menu_img_box_sp{
    display: inline-block;
    width: 110%;
    margin: 0 auto 30px;
}

.menu_btn_box{
   
    width: 100%;
    margin: 10px -10px;
}

.btn_wrapper{display: block;margin: 10px auto;padding: 0px;max-width: 320px;width: 75%;}
.blue_btn_wrapper.btn01{
}
.blue_btn_flex{width: 100%;}



.blue_btn_flex h5{
   font-size: 21px;
   padding:0 10px 0 0;
   font-weight: 600;
}

.blue_btn_flex p{
   font-size: 20px;
   font-weight: 600;
   padding:0 10px 0 0;
}
.bg_01{
    display: none;
    /* width: 300px; */
    /* position: absolute; */
    /* z-index: -10; */
    /* margin: 0 0 50px; */
    padding: -200px;
    /* overflow: hidden; */
}
.bg_02{
    position: absolute;
    z-index: -10;
    display: none;
    overflow: hidden;
}
.bg_03{
    position: absolute;
    z-index: -10;
        display: none;
    overflow: hidden;
}
.bg_04{
    position: absolute;
    width: 580px;
    z-index: -10;
    overflow: hidden;
        display: none;
    overflow: hidden;
}


.bg_01 img{
display:none;
}

.bg_02 img{
	display:none;

}
.bg_03 img{
    /* top: 580px; */
    display: none;
}

.bg_04 img{position: sticky;width: -90px;display: none;}


.attend_contents{padding: 0 0 40px;}
.attend_ttl{padding: 30px 0 0;margin: 0 0 10px;}

.attend_ttl_02{padding: 0 0 0px;font-size: 20px;}

.fixed_btn{width: 70%;margin: 0 auto 10px;/* right: 0%; *//* overflow: hidden; */}

.mini_item_txt{
	max-width: 700px;
	width: 95%;
	margin: auto;
}


.menu_contents{padding: 10px 0;width: 100%;}
.menu_ttl_flex{
    display: block;
}

.item_contents_flex{
    display: block;
}
.item_contents_box{width: 100%;}

.item_check_flex{display: block;}
.item_check_box{width: 100%;}



.item_flex{width: 100%;margin: 0 auto;}

.item_price{margin: 0 0 4px;}

.item_txt{margin: 0px;}


.item_cover{margin: 40px 0 0;/* background-color: bisque; */padding: 0;}
.item_contents{
}
.num_tit_flex{display: block;}
.point_flex{
    align-items: center;
    padding: 20px 0px;
    margin: 0;
}
.item_contents_flex{display: block;/* flex-wrap: wrap; */}
.item_contents_box{width: 100%;padding: 0;/* background-color: rebeccapurple; */}
.item_contents_box h5{

font-size: 18px;

font-weight: 600;

margin: 4% 0 0;
}





.item_contents_box dl{
padding: 6px 0 0 22px;
}

.item_contents_box dt{
font-size: 18px;
font-weight: 600;
color: #064a95;
margin: -2% 0 0;
}

.item_contents_box dd{
margin: 2% 0 5%;
font-size: 14px;
}


.blue_btn{width: 100%;text-align: center;margin: 9px auto;font-size: 16px;font-weight: 600;background-color: #064a95;color: white;padding: 4px -10px;padding: 0;}


.blue_btn a{
	color:white;
	display: inline-block;
	width: 100%;
}

.item_check_flex{display: block;/* justify-content: space-between; */}
.item_check_box{width: 100%;}


.item_check_box dt{
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 4px;
    color: #064a95;
}
.item_check_box dd{
    font-size: 16px;
    padding: 0 0 18px;
}



.point_txt{font-size: 14px;line-height: 1.6;margin: -20px 0 0;}
.txt_box{padding: 20px;border: 2px solid #ccc;margin: 20px 0 0;}
.txt_box dt{
    color: #064a95;
    font-size: 18px;
    font-weight: 600;
}
.txt_box dd{
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 1.5;
}


.attend_txt_box_02{

background-color: #064a95;
padding: 10px;
color: white;
text-align: center;
margin: 20px 0;
}

.attend_ttl_03{
	
font-size: 20px;
margin: 10px 0;
font-weight: 600;
}

.attend_txt_02{
width: 100%;
margin: auto;
line-height: 1.6;	
font-size: 14px;
}

.strong{
	font-weight:600;
}


.slc_box h5{
font-size: 16px;
height: 51px;
font-weight: 600;
color: #064a95;
}

.slc_flex{display: flex;flex-wrap: wrap;}
.slc_box{width: 45%;padding: 2%;margin: 0 auto;}
.slc_contents{text-align: center;font-size: 16px;font-weight: 600;background-color: #eee;padding: 10px;}
.white{width: 100%;background-color: white;padding: 0px;margin: 10px 0;}
.blue{width: 100%;background-color: #064a95;color: #fff;margin: 5px 0;}
.slc_txt{font-size: 12px;font-weight: normal;margin: 10px 0 0;}
.point_txt_mini{
	
font-size: 13px;
}

.wrap{
	width: 100%;
	/* margin: auto; */
	overflow:hidden;
	box-sizing: border-box;
	/* background-color: red; */
}


}
