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

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

#augustwrap{
	width: 100%;
	margin: 0 auto;
	font-family:"Noto Sans JP","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","游ゴシック","ヒラギノ角ゴ Pro W5";
}
.augustevent{
	margin: 0 auto;
}
.augustevent p{
	color: #1b1b1b;
	letter-spacing: 0.02em;
	line-height: 1.8;
	font-size: 16px;
}


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

picture img{
	width: 100%;
}


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

#augustwrap .lineup{
	padding: 6% 3%;
    background: #faf570;
}
#augustwrap .lineup h1{
	font-weight: 700;
	text-align: center;
	margin-bottom: 2%;
	color: #002e73;
	font-size: 28px;
	font-family: 'Comfortaa', cursive;
}
#augustwrap .lineup .check{
	font-size: 14px;
	text-align: center;
	color: #002e73;
	margin-bottom: 20px;
}
#augustwrap .lineup .list{
	width: 600px;
	margin: 0 auto;
}
#augustwrap ol.e_list{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
#augustwrap 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 #002e73;
  background: #fff;
  border-radius:20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#augustwrap 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: #002e73;
  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;
}
#augustwrap ol.e_list li:hover{
  background: #002e73;
  color: #fff;
}
#augustwrap ol.e_list li:hover:before{
  background: #fff;
  color: #002e73;
}
#augustwrap .list-item .alink{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.augustevent .blue{
	background: #9ddff4;
	padding: 40px 0 40px;
}
.augustevent .yellow{
	background: #faf570;
	padding: 40px 0 40px;
}

.augustevent .white{
	background: #fff;
	border-radius: 30px;
	width: 840px;
	margin: 0 auto;
	padding: 20px 0 5px;
}
.augustevent .main-title{
	position: relative;
}
.augustevent .deco{
	width: 160px;
	margin: 0 auto;
}
.augustevent .deco img{
	width: 100%;
	height: auto;
}
.augustevent .t_number{
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Comfortaa', cursive;
	font-size: 36px;
	color: #002e73;
	letter-spacing: 0.06em;
}
.augustevent h2{
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #002e73;
	line-height: 1.46;
	margin-top: 12px;
	letter-spacing: 0.046em;
}
.augustevent .main-img{
	margin: 16px auto 20px;
	width: 640px;
	height: auto;
}
.augustevent .main-img img{
	border-radius: 20px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.augustevent .box-orange {
    position: relative;
	width: 90%;
    margin: 2em auto;
    padding: 40px 18px 14px;
    border: solid 2px #f4860e;
}
.augustevent .box-orange.box-pink{
    border: solid 2px #f58186;
}
.augustevent .box-orange .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 20px;
    height: 34px;
    line-height: 30px;
    font-size: 18px;
    background: #f4860e;
    color: #ffffff;
    font-weight: 600;
	border-radius: 0 0 10px 0;
	letter-spacing: 0.08em;
}
.augustevent .box-orange p {
    margin: 0; 
    padding: 0;
}
.augustevent .box-orange .box-img{
	width: 90%;
	margin: 10px auto;
}
.augustevent .box-orange .box-img img{
	width: 100%;
}
.augustevent .box-orange .cond{
	margin-bottom: 6px;
   	text-indent: -1em;
   	padding-left: 1em;
}
.augustevent .box-orange .cond:last-child{
	margin-bottom: 1%;
}
.augustevent .box-orange .cond::before{
	content: "◎"
}
.augustevent .box-orange dl{
	text-align: center;
	margin: 12px 0 10px;
}
.augustevent .box-orange dl dt{
	font-size: 22px;
	font-weight: bold;
	color: #f4860e;
	margin-bottom: 6px;
	letter-spacing: 0.1em;
}
.augustevent .box-orange dl dt span{
	font-size: 18px;
	font-weight: 100;
	margin-left: 2px;
}
.augustevent .box-orange dl dd{
	line-height: 1.4;
}

.augustevent .box-orange.box-big_text {
    border: solid 2px #f58186;
}
.augustevent .box-orange.box-pink .box-title {
    background: #f58186;
}
.augustevent .box-orange.box-red {
    border: solid 2px #b91b22;
}
.augustevent .box-orange.box-red .box-title {
    background: #b91b22;
}
.augustevent .box-orange.box-red .cond.attend{
	color: #b91b22;
	font-size: 14px;
}
.augustevent .box-orange.box-red .cond.attend::before{
	content: "※"
}
.augustevent .box-orange .coupon_cord{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}
.augustevent .box-orange .boshu{
	margin-bottom: 16px;
}
.augustevent .box-orange .camp_title{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #f4860e;
	line-height: 1.6;
	margin-bottom: 10px;
}
.augustevent .box-orange .camp_title span{
	font-size: 15px;
}

.augustevent a.insta{
	text-decoration: underline;
}

.augustevent #event04 .box-orange.box-pink .mojibox{
	padding: 3px 8px;
	border: 2px solid #f58186;
	color: #f58186;
	margin-right: 5px;
	font-weight: 600;
}
.augustevent #event04 .box-orange.box-pink.box-pink02{
	padding-top: 50px;
	padding-bottom:8px;
}
.augustevent .box-orange .boshu{
	margin-bottom: 16px;
}
.augustevent .contents,
.augustevent .coupon{
	width: 90%;
	margin: 0 auto;
}
.augustevent .pen {
  background: linear-gradient(transparent 54%, #faf570 54%);
  font-weight: 600;
}
.augustevent .red{
	color: #CC0F12;
	font-weight: bold;
}
.augustevent .attention{
	color: #CC0F12;
	font-size: 14px;
}
.augustevent .big_text {
	font-weight: 600;
	font-size: 20px;
	color: #002e73;
	text-align: center;
}
.augustevent .big-price{
	text-align: center;
	margin: 16px 0 3px;
}
.augustevent .big-price_p{
	display: inline-block;
	width: 100px;
	font-weight: 600;
	font-size: 22px;
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #fff;
    background: #b30000;
}

.augustevent #event02 details{
	margin: 6px auto;
	line-height: 1.5em;
	width: 90%;
}
.augustevent details summary{
	color: #002e73;
}

.augustevent .button {
  	max-width: 300px;
  	margin: 4% auto 6%;
}
.augustevent a.btn_more {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 50px;
  	position: relative;
  	background: #002e73;
  	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;
}
.augustevent 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;
}
.augustevent a.btn_more:hover{
	opacity: 0.6;
}
.augustevent details{
	margin: 20px auto;
	line-height: 1.5em;
	width: 90%;
}
.augustevent details summary{
	color: #002e73;
}
.augustevent .coupon{
	margin-top: 3.4%;
}
.augustevent .coupon .image{
	text-align: center;
}
.augustevent .coupon img{
	margin: 0 auto;
}
.augustevent .coupon_img{
	margin: 16px auto;
}
.augustevent .coupon_img img{
	border-radius: 20px;
}

.augustevent .mojibox{
	padding: 3px 8px;
	border: 2px solid #f4860e;
	color: #f4860e;
	margin-right: 5px;
	font-weight: 600;
}
.augustevent .koumoku{
	width: 90%;
    padding: 20px;
    margin: 10px auto 20px;
    border: solid 2px #1b1b1b;
	background-color: #fff;
	text-align: left;
}
.augustevent .koumoku li{
	display: flex;
	align-items: center;
}
.augustevent .bottom-line {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: solid 2px silver;
}
.augustevent .koumoku .weight{
	font-weight: 600;
	font-size: 18px;
}
.augustevent .koumoku li div{
	width: 46px;
	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;
}
.augustevent .koumoku p{
    margin: 0; 
    padding: 0;
	line-height: 1.8em;
}
.augustevent .koumoku .main{
	margin-top: 18px;
	text-align: left;
}

.augustevent .shopping{
	width: 90%;
	margin: 3% auto 3%;
	display: flex;
	justify-content: space-between;
}

.augustevent .shopping p{
	font-size: 0.8rem;
	margin-bottom: 2%;
	text-align: center;
}

.augustevent .shopping img{
	width: 96%;
}

.augustevent .shopping:nth-child(3n){
	margin: 0 auto 6%;	
}

.augustevent .event05{
	margin-bottom: 6%;
}

.augustevent .table01{
	margin: 20px auto;
	border: solid 2px #003567;
	border-collapse: collapse;
	width: 90%;
}
.augustevent .table01 th {
  background: #003567;
  color: #fff;
  padding: 16px;
  width: 16%;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #fff;
  letter-spacing: 0.12em;
}
.augustevent .table01 td {
  padding: 16px;
  width: 84%;
  border: solid 1px #c2c2c2;
  line-height: 1.8;
}

.augustevent #event03 .button{
	max-width: 500px;
}

.augustevent .eventbox {
  display:flex;
  margin-bottom: 40px;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 40px;
}

.augustevent .eventbox .eventtext{
	width: 46%;
}

.augustevent .eventbox .eventpict {
  width: 50%;
}

.augustevent .eventbox .eventpict img {
  width: 100%;
  height:auto;
  border-radius: 20px;
}

.augustevent .last-img{
	text-align: right;
	margin-right: 3%;
}

.augustevent .last-img img{
	width: 300px;
	height: auto;
}

.augustevent .camp_terms{
	border-radius: 16px;
	background-color: #fae7da;
	padding: 16px 8px 24px 16px;
	width: 90%;
	margin: 20px auto;
}
.augustevent .camp_termsInner{
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	padding-right: 8px;
	scrollbar-width: 6px;
	scrollbar-color: #f0781f;
}
.augustevent .camp_termsInner::-webkit-scrollbar{
	width: 6px;
}
.augustevent .camp_termsInner::-webkit-scrollbar-track{
	background-color: #fff;
}
.augustevent .camp_termsInner::-webkit-scrollbar-thumb {
  background-color: #f0781f;
  border-radius: 8px;
}

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

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

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

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


.augustevent #page-top {
  position: fixed;
  bottom: 20px;
  right: 16px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
.augustevent #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;
}
.augustevent #page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
.augustevent .sp{
	display: none;
}



/* ==============
event01
==============*/

.augustevent .rd_howto{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.augustevent .rd_howto_content{
	width: calc((100% - 30px * 2) / 3);
	position: relative;
}
.augustevent .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;
}
.augustevent .rd_howto_content:first-of-type::before{
    content: none;
}
.augustevent .rd_howto_content img{
	width: 90%;
	margin: 0 auto 10px;
	display: block;
}
.augustevent .rd_howto_item{
	font-weight: 600;
	color: #e57802;
	font-size: 17px;
	text-align: center;
	margin-bottom: 14px;
}
.augustevent .rd_howto_price{
	text-align: center;
	font-size: 17px;
}
.augustevent .rd_howto_price .b_price{
	color: #b30000;
	font-size: 22px;
	font-weight: 600;
}


/* ==============
event05
==============*/

.augustevent .hau_number{
	font-family: 'Comfortaa', cursive;
	color: #7c53af;
	font-weight: 600;
	font-size: 24px;
}
.augustevent .b_text{
	font-size: 22px;
	font-weight: 600;
	text-decoration: underline double 2px;
}


/* ==============
event06
==============*/

.augustevent .box-blue {
    position: relative;
	width: 90%;
    margin: 12px auto;
    padding: 14px 18px 20px;
    border: solid 2px #002e73;
}
.augustevent #event06 .rd_howto_item{
	color: #002e73;
}
.augustevent .rd_howto_item_small{
	font-size: 15px;
}
.augustevent .contents.graytext{
	text-align: center;
	color: #9d9c99;
	font-size: 15px;
	margin-bottom: 10px;
}


@media screen and (max-width: 1100px){
.parts_main{
	max-width: none;
}
}

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

.augustevent{
	margin: 0;
}
.augustevent p{
	font-size: 15px;
}
#augustwrap .lineup h1{
	font-size: 24px;
	margin-bottom: 4%;
}
#augustwrap .lineup .list{
	width: 100%;
}
#augustwrap ol.e_list li{
  padding: 12px 16px  12px 48px;
  line-height: 26px;
}
#augustwrap ol.e_list li:before{
  left: -4px;
  line-height:46px;
  top: 20%;
}
.augustevent .blue{
	padding: 30px 0 30px;
}
.augustevent .yellow{
	padding: 30px 0 30px;
}

.augustevent .white{
	width: 97%;
}
.augustevent .deco{
	width: 120px;
}
.augustevent .t_number{
	top: 18px;
	font-size: 28px;
}
.augustevent h2{
	font-size: 19px;
	margin-bottom: 16px;
	width: 94%;
	margin: 12px auto 16px;
}
.augustevent .main-img{
	width: 96%;
}
.augustevent .main-img img{
	width: 100%;
	height: auto;
}
.augustevent .box-orange {
	width: 96%;
    padding: 40px 12px 14px;
	margin: 1.4em auto;
}
.augustevent .box-orange .box-img{
	width: 96%;
}

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

.augustevent .koumoku{
	width: 96%;
}


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

.augustevent .shopping a.btn_more {
  	width: 94%;
  	height: 32px;
  	font-size: 14px;
	margin: 0 auto;
}

.augustevent #event03 .button{
	max-width: 300px;
}

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

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

.augustevent .shopping{
	width: 100%;
}

.augustevent .shopping p{
	width: 100%;
	text-align: center;
}

.augustevent .shopping img{
	width: 96%;
}

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

.augustevent #event05 .button{
	max-width: 300px;
}

.augustevent .eventbox {
  display: block;
  width: 94%;
}

.augustevent .eventbox .eventtext{
	width: 100%;
}

.augustevent .eventbox .eventpict {
  width: 100%;
  margin-bottom: 2%;
}

.augustevent .eventbox .eventpict img {
  width: 100%;
  height:auto;
}

.augustevent .last-img img{
	width: 70%;
}

.augustevent .sp{
	display: inline;
}

.augustevent .camp_terms{
	width: 96%;
}

/* ==============
event01
==============*/
.augustevent .rd_howto{
	display: block;
	flex-wrap: nowrap;
	justify-content: none;
}
.augustevent .rd_howto_content{
	width: 100%;
	position: none;
	margin-bottom: 30px;
}
.augustevent .rd_howto_content:last-of-type{
	margin-bottom: 0;
}
.augustevent .rd_howto_content::before{
    position: none;
    content: none;
    display: block;
    border-right: none;
}
.augustevent .rd_howto_content:first-of-type::before{
    content: none;
}
.augustevent .rd_howto_content img{
	width: 100%;
	margin: 10px auto;
	display: block;
}
.augustevent .rd_howto_item{
	line-height: 1.6;
}


/* ==============
event06
==============*/

.augustevent .box-blue {
	width: 96%;
    padding: 14px 12px 14px;
	margin: 12px auto;
}
}

