@charset "UTF-8";
/* CSS Document */

/* body */
/* ============================================ */

.juneevent{
	/*max-width: 806px;*/
	margin: 0 auto;
	font-family:"Noto Sans JP","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","游ゴシック","ヒラギノ角ゴ Pro W5";
	background-color:#deedf4;
	background-image:radial-gradient(#fff 10%, transparent 10%);
	background-size: 12px 12px;
	padding: 40px 20px;
}

.juneevent p{
	color: #1b1b1b;
	letter-spacing: 0.02em;
	line-height: 1.8;
	font-size: 16px;
}

/* main */
/* ============================================ */

picture img{
	width: 100%;
}


/* message */
/* ============================================ */

.juneevent .message {
  margin: 20px auto;
  border: solid 2px #dec5b3;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  color: #6a3906;
  background: #fffdfb;
  max-width: 700px;
}

.juneevent .message p {
  margin: 0;
  padding: 0;
}
.juneevent .line01 {
  background-color: #fffdfb;
  background-image:linear-gradient(90deg, rgba(255, 253, 251, 0) 0%, rgba(255, 253, 251, 0) 50%, #fffdfb 0%, #fffdfb 100%), linear-gradient(180deg, rgba(222, 197, 179, 0) 0%, rgba(222, 197, 179, 0) 95%, #dec5b3 100%);
  background-size: 8px 100%,100% 2.2em;
  line-height: 2.2;
  padding: 4px 10px;
}


/* lineup */
/* ============================================ */

.juneevent .lineup{
	padding: 50px 0;
}
.juneevent .lineup h1{
	font-weight: 700;
	text-align: center;
	margin-bottom: 2%;
	color: #003567;
	font-size: 36px;
	font-family: 'Comfortaa', cursive;
}
.juneevent .lineup .check{
	font-size: 14px;
	text-align: center;
	color: #003567;
	margin-bottom: 20px;
}
.juneevent .lineup .list{
	width: 600px;
	margin: 0 auto;
}
.juneevent ol.e_list{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
.juneevent ol.e_list li{
  position:relative;
  margin: 20px 0 20px 0px;
  padding-left: 50px;
  font-weight: bold;
  font-size:16px;
  line-height: 44px;
  border: solid 1px #003567;
  background: #fff;
  border-radius:20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.juneevent ol.e_list li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -4px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  font-family: 'Comfortaa', cursive;
  font-size: 20px;
  line-height:46px;
  background: #003567;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
}
.juneevent ol.e_list li:hover{
  background: #003567;
  color: #fff;
}
.juneevent ol.e_list li:hover:before{
  background: #fff;
  color: #003567;
}
.juneevent .list-item .alink{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.juneevent .itemname {
	position: relative;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #003567;
	margin-bottom: 3%;
}

.juneevent .itemname::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 15px;
	color: #003567;
	font-size: 30px;
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.06em;
}

.juneevent .itemname::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 2px;
	background-color: #003567;
}

.juneevent #event01,
.juneevent #event02,
.juneevent #event03,
.juneevent #event04,
.juneevent #event05,
.juneevent #event06,
.juneevent #event07,
.juneevent #event08,
.juneevent #event09,
.juneevent #event10{
	background: #fff;
	padding: 40px 0;
	border-radius: 20px;
	max-width: 900px;
	margin: 0 auto 50px;
}

.juneevent .main-img{
	margin: 14px auto 14px;
	width: 640px;
	height: auto;
}

.juneevent .main-img img{
	border-radius: 20px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.juneevent .contents,
.juneevent .coupon{
	width: 90%;
	margin: 0 auto;
}

.juneevent .pen {
  background: linear-gradient(transparent 54%, #fcf48f 54%);
  font-weight: 600;
}

.juneevent .red{
	color: #CC0F12;
	font-weight: bold;
}
.juneevent .big-red{
	color: #CC0F12;
	font-weight: bold;
	font-size: 20px;
}
.juneevent .thr{
	text-decoration: line-through;
}
.juneevent .attention{
	color: #CC0F12;
	font-size: 14px;
}

.juneevent .box01{
    position: relative;
    background: #d4e7f0;
    box-shadow: 0px 0px 0px 5px #d4e7f0;
    border: dashed 2px white;
    padding: 30px 50px;
	margin: 3% auto 5%;
	width: 90%;
}

.juneevent .box01:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #a8d2e7;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.juneevent .box01.pink{
    background: #f4d8d9;
    box-shadow: 0px 0px 0px 5px #f4d8d9;
}
.juneevent .box01.pink:after{
    border-color: #de9194 #fff #de9194;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.juneevent .box01 .cond{
	margin-bottom: 2.2%;
   	text-indent: -1em;
   	padding-left: 1em;
}

.juneevent .box01 .cond:last-child{
	margin-bottom: 1%;
}

.juneevent .box01 .cond::before{
	content: "◎"
}

.juneevent .box01 .cond-title{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 15px;
}

.juneevent .box01 .cond-title-number{
  font-family: "Neonderthaw", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: #1c78a4;
}
.juneevent .box01 .cond-title-number.cond-title-number-pink{
	color: #be4a4d;
}
.juneevent .box01 .cond-img{
	width: 80%;
	margin: 0 auto 14px;
}
.juneevent .box01 .cond-img img{
	width: 100%;
}
.juneevent .box01_img{
	width: 50%;
	margin: 0 auto 20px;
}
.juneevent .box01 .box01_img img{
	width: 100%;
	height: auto;
}
.juneevent .coupon{
	margin-top: 3.4%;
}

.juneevent .coupon .image{
	text-align: center;
}

.juneevent .coupon img{
	margin: 0 auto 20px;
	width: 100%;
}

.juneevent .button {
  	max-width: 300px;
  	margin: 50px auto 0;
}

.juneevent a.btn_more {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 50px;
  	position: relative;
  	background: #003567;
  	border-radius: 30px;
  	box-sizing: border-box;
  	padding: 0 45px 0 25px;
  	color: #fff;
  	font-size: 16px;
  	line-height: 1.3;
  	text-align: left;
  	text-decoration: none;
  	transition-duration: 0.3s;
}

.juneevent a.gray {
  	background: #919191;
  	text-align: center;
}

.juneevent a.btn_more:before {
  	content: '';
  	width: 8px;
  	height: 8px;
  	border: 0;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 50%;
  	right: 25px;
  	margin-top: -5px;
}

.juneevent a.gray:before {
  	content: none;
}

.juneevent .couponcord{
    position: relative;
    background: #ffe699;
    box-shadow: 0px 0px 0px 5px #ffe699;
    border: dashed 2px white;
    padding: 0.5em 0.8em;
	margin: 3% auto;
	width: 60%;
}
.juneevent .couponcord:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #f2cc56;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.juneevent .couponcord p {
    margin: 0; 
    padding: 0;
	text-align: center;
}
.juneevent .couponcord .c-title{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.juneevent .couponcord .c-cord {
	font-size: 1.8rem;
	font-weight: 600;
}
.juneevent .shopping{
	width: 90%;
	margin: 3% auto 3%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.juneevent .item-box{
  width: calc((100% - 30px * 2) / 2);
}
.juneevent .shopping p{
	font-size: 16px;
	margin-bottom: 2%;
	text-align: center;
}
.juneevent .shopping img{
	width: 96%;
}
.juneevent .shopping.s2{
	justify-content: center;	
}
.juneevent .shopping.s2 .item-box{
  width: calc((100% - 30px * 2) / 2);
}
.juneevent .kounyu{
	text-align: center;
	margin-bottom: 2%;
	margin-top: 20px;
	font-size: 17px;
}
.juneevent .kounyu::before,
.juneevent .kounyu::after{
	content: " ▼ "
}
.juneevent .item-box .button {
  	max-width: 180px;
	margin-top: 10px;
}
.juneevent .item-box a.btn_more {
  	height: 40px;
  	padding: 0 45px 0 25px;
  	font-size: 14px;
}
.juneevent .table01{
	margin: 20px auto;
	border: solid 2px #003567;
	border-collapse: collapse;
	width: 90%;
}
.juneevent .table01 th {
  background: #003567;
  color: #fff;
  padding: 16px;
  width: 16%;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #fff;
  letter-spacing: 0.12em;
}
.juneevent .table01 td {
  padding: 16px;
  width: 84%;
  border: solid 1px #c2c2c2;
  line-height: 1.8;
}
.juneevent details{
	margin: 4% auto 4%;
	line-height: 1.5em;
	width: 90%;
	font-size: 15px;
}
.juneevent details summary{
	color: #002e73;
}

.juneevent .under{
	text-decoration: underline;
	color: #003567;
	font-weight: 600;
}

.juneevent .rd_howto{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	background: #f5f9fb;
	padding: 20px;
	border-radius: 10px;
}
.juneevent .rd_howto_content{
	width: calc((100% - 30px * 2) / 3);
	position: relative;
}
.juneevent .rd_howto_content::before{
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 0;
    border-right: 1px dotted #666666;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.juneevent .rd_howto_content:first-of-type::before{
    content: none;
}
.juneevent .rd_howto_content .step{
	text-align: center;
	font-size: 20px;
	font-family: 'Comfortaa', cursive;
  	font-weight: 400;
  	font-style: normal;
	margin-bottom: 10px;
	color: #003567;
}
.juneevent .rd_howto_content img{
	width: 90%;
	margin: 0 auto 10px;
	display: block;
}
.juneevent .rd_howto.pink{
	background: #f4ecee;
}
.juneevent .rd_howto.pink .rd_howto_content{
	width: calc((100% - 30px * 2) / 3);
}
.juneevent .rd_howto_item{
	font-weight: 600;
	color: #be4a4d;
	font-size: 18px;
	text-align: center;
	margin-bottom: 14px;
}
.juneevent .koumoku{
	width: 90%;
    padding: 20px 40px;
    margin: 2% auto;
    border: solid 2px #1b1b1b;
	background-color: #fff;
	text-align: left;
}

.juneevent .koumoku li{
	display: flex;
}

.juneevent .bottom-line {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: solid 2px silver;
}

.juneevent .koumoku .weight{
	font-weight: 600;
	font-size: 18px;
}

.juneevent .koumoku li div{
	width: 66px;
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

.juneevent .koumoku p{
    margin: 0; 
    padding: 0;
	line-height: 1.8em;
}

.juneevent .koumoku .main{
	margin-top: 18px;
	text-align: left;
}
.juneevent .pc {
display:inline;
}
.juneevent .camp_terms{
	border-radius: 16px;
	background-color: #fae7da;
	padding: 16px 8px 24px 16px;
	width: 94%;
	margin: 20px auto;
}
.juneevent .camp_termsInner{
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	padding-right: 8px;
	scrollbar-width: 6px;
	scrollbar-color: #f0781f;
}
.juneevent .camp_termsInner::-webkit-scrollbar{
	width: 6px;
}
.juneevent .camp_termsInner::-webkit-scrollbar-track{
	background-color: #fff;
}
.juneevent .camp_termsInner::-webkit-scrollbar-thumb {
  background-color: #f0781f;
  border-radius: 8px;
}

.juneevent .camp_termsInner>h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}
.juneevent .camp_termsInner>p{
	margin-bottom: 22px;
}
.juneevent .camp_termsInner>p::before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 6px;
	color: #f0781f;
}

.juneevent .camp_termsInner>p:last-child{
	margin-bottom: 0;
}

.juneevent .camp_terms.attn{
	background-color: #fcebeb;

}
.juneevent .camp_termsInner.attn{
	scrollbar-color: #bd5151;
}
.juneevent .camp_termsInner.attn::-webkit-scrollbar-thumb {
  background-color: #bd5151;
}
.juneevent .camp_termsInner.attn>p::before{
	content: "\f06a";
	color: #bd5151;
}
.juneevent .camp_nbr .camp_terms{
	width: 100%;
}
.juneevent .camp_nbr .camp_terms{
	background-color: #fff;
}
.juneevent .camp_nbr .camp_termsInner::-webkit-scrollbar-track{
	background-color: #fae7da;
}
.juneevent .camp_nbr .camp_termsInner.attn::-webkit-scrollbar-track{
	background-color: #fcebeb;
}


#page-top {
  position: fixed;
  bottom: 20px;
  right: 16px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #94d1e7;
  text-decoration: none;
  color: #fff;
  padding: 18px 0;
  width: 68px;
  height:68px;
  text-align: center;
  display: block;
  border-radius: 50vh;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

/* footer */
/* ============================================ */


#footer{
height: 200px;
position: relative;
}

#footer footer{
    background-color: #003567;
    text-align: center;
    color: #fff;
    padding: 20px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

#footer p{
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: 'Comfortaa', cursive;
  	font-weight: 400;
  	font-style: normal;
}

#footer .img{
position: absolute;
bottom:44px;
right: 50px;
z-index: 2;
}




@media screen and (max-width: 767px){

header img{
	width: 50%;
}

.juneevent{
	margin: 0;
	padding: 10px;
}
.juneevent p{
	font-size: 15px;
}
.juneevent .message{
	width: 100%;
	font-size: 14px;
	padding: 12px;
}
.juneevent .line01{
	padding: 4px 8px;
}
.juneevent .lineup{
	padding: 30px 0;
}
.juneevent .lineup h1{
	font-size: 30px;
	margin-bottom: 4%;
}
.juneevent .lineup .list{
	width: 100%;
}
.juneevent ol.e_list li{
  padding: 12px 16px  12px 48px;
  line-height: 26px;
}
.juneevent ol.e_list li:before{
  left: -4px;
  line-height:46px;
  top: 20%;
}
.juneevent #event01,
.juneevent #event02,
.juneevent #event03,
.juneevent #event04,
.juneevent #event05,
.juneevent #event06,
.juneevent #event07,
.juneevent #event08,
.juneevent #event09,
.juneevent #event10{
	padding: 20px 0 40px;
	max-width: 900px;
	margin: 0 auto 50px;
}
.juneevent .button{
	margin: 30px auto 0;
}
.juneevent .list-item .content{
	font-size: 14px;
	padding-top: 0;
}
.juneevent .list-item .number{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2%;
	margin-top: 5px;
}
.juneevent .itemname {
	font-size: 17px;
	width: 96%;
	margin: 0 auto 3%;
}
.juneevent .itemname::before {
	font-size: 32px;
	margin-bottom: 10px;
}
.juneevent .main-img{
	width: 96%;
	margin: 4% auto;
}
.juneevent .main-img img{
	width: 100%;
	height: auto;
}

.juneevent .contents,
.juneevent .coupon{
	width: 94%;
	margin: 0 auto;
	line-height: 1.8;
}

.juneevent .box01,
.juneevent .couponcord{
	margin: 5% auto 7%;
	width: 92%;
	padding: 14px;
}

.juneevent .box01 .cond-img{
	width: 100%;
}
.juneevent .box01_img{
	width: 100%;
}

.juneevent .coupon{
	margin-top: 3%;
}

.juneevent .coupon img{
	width: 	100%;
}

.juneevent .table01{
	width: 96%;
}
.juneevent .table01 th,
.juneevent .table01 td{
	display: block;
	width: 100%;
	border: none;
}
.juneevent .table01 th{
	padding: 12px;
}
.juneevent .shopping{
	width: 100%;
	gap: 10px;
}

.juneevent .item-box{
  width: calc((100% - 15px * 2) / 2);
}
.juneevent .shopping.s2 .item-box{
  width: calc((100% - 15px * 2) / 2);
}

.juneevent .shopping .button{
	max-width: 200px;
	text-align: center;
	margin: 4% auto 6%;
}

.juneevent .shopping a.btn_more {
  	width: 100%;
  	height: 40px;
  	font-size: 13px;
	margin: 0 auto;
	padding: 0 10px 0 0;
}

.juneevent .shopping a.btn_more:before {
  	right: 14px;
	margin-top: -4px;
}
.juneevent .shopping p{
	font-size: 14px;
}

.juneevent .rd_howto{
	display: block;
	flex-wrap: nowrap;
	justify-content: none;
	margin-bottom: 20px;
	background: #f5f9fb;
	padding: 20px;
	border-radius: 10px;
}
.juneevent .rd_howto_content{
	width: 100%;
	position: none;
	margin-bottom: 30px;
}
.juneevent .rd_howto_content:last-of-type{
	margin-bottom: 0;
}
.juneevent .rd_howto_content::before{
    position: none;
    content: none;
    display: block;
    border-right: none;
}
.juneevent .rd_howto_content:first-of-type::before{
    content: none;
}
.juneevent .rd_howto_content .step{
	font-size: 26px;
	margin-bottom: 10px;
}
.juneevent .rd_howto_content img{
	width: 100%;
	margin: 0 auto 10px;
	display: block;
}
.juneevent .rd_howto_content.rd_howto_content-02 img{
	width: 70%;
}
.juneevent .rd_howto.pink .rd_howto_content{
	width: 100%;
}
.juneevent .koumoku{
    padding: 20px;
}
.juneevent .koumoku .weight{
	font-size: 16px;
	line-height: 1.4;
}
.juneevent .pc {
display:none;
}

#footer .img{
	right: 0;
	bottom: 52px;
}
#footer .img img{
	width: 70%;
	height: auto;
}


}

