@charset "utf-8";
@import url("wsf_menu.css");
@import url("wsf_faq.css");

/* wsf
--------------------------------------------------------------- */

.exitDisp{
	margin-top:30px;
	margin-top:30px;
	padding:30px;
	text-align:center;
	background:#0081c6;
	color:#FFF;
	font-size:1.6em;
	line-height:1.6;
}


/* common */


.wsf {
	min-height: 2500px;
	background-image: url("../img/bg.svg?20220705");
	background-size: 600px auto;
}

.wsf a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.wsf h2{
    width: 100%;
}

.wsf h2 span{
    padding: 26px 15px;
}


.wsf .sp{
	display:none;
}


/* mainImg */

.mainImgSet img{
	width:100%;
	height:auto;
}

.mainImgSet img:first-of-type{
	/*margin-bottom:40px;*/
}


/* program */


.wsf .program .panel1-30{
	background: rgba( 255, 255, 255, 0.95 );
}

.wsf .program .yoyaku {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}

.wsf .program .section {
	position: relative;
	width: 100%;
}

.wsf .program .section .one_base{
	border: solid 3px #0081c6;
	border-radius: 10px;
	padding: 20px;
}

.wsf .program .section.first {
    margin-top: 0;
}

.wsf .program .section .left {
	position: relative;
	width: 100%;
}

.wsf .program .section .right {
	position: relative;
	width: 100%;
    margin-top: 50px;

}



.wsf .program .section .infoIcon {
    position: absolute;
	right: 10px;
    top: 20px;
}

.wsf .program .section .cont_num {
	display: block;
    width: 220px;
    padding: 10px;
    border-radius: 25px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-align: center;
	text-decoration: none;
	margin-bottom:10px;
}

.wsf .program .section .cont_num:before{
	content:"PROGRAM ";
	font-size: 0.8em;
	
}

.wsf .program .section .one_base .cont_num {
    background: #0081c6;
}

.wsf .program .section .one_base a:hover.cont_num {
    background: #0081c6;
}

.wsf .program .section .cont_title  {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    border-bottom: solid 5px #0081c6;
    color: #0081c6;
}

.wsf .program .section .cont_title span{
    font-size: 0.7em;
    display:block;
}

.wsf .program .section .area  {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0 5px;
    margin-bottom: 10px;
}

.wsf .program .section .one_base .area  {
    border-bottom: solid 5px #58b765;
    color: #58b765;
}


.wsf .program .section .img01 {

	margin-bottom:10px;

}

.wsf .program .section .text01 {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wsf .program .section .one_base .text01 {
    color: #0081c6;
}

.wsf .program .section .text02 {
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

.wsf .program .section .one_base .text02 {
    color: #0081c6;
}


.wsf .program .section .text02 .s_text { font-size:0.8em;}

.wsf .program .section .text02 .m_text { font-size:0.9em;}

.wsf .program .section .text03 {
    width: 60%;
    float: left;
    font-size: 1.2em;
    line-height: 1.5;
    padding-bottom: 10px;
}
.wsf .program .section .text03 small {
	display: inline-block;
	margin-top:10px;
    font-size: 0.9em;
}

.wsf .program .section .text03 .point {
	position: relative;
    display: block;
    margin:30px 0 20px;
    padding:10px;
    border:3px solid #58b765;
    border-radius: 8px;
    font-size:1.2em;
    font-weight: bold;
    color: #58b765;
}
.wsf .program .section .text03 .point:before {
  content: "POINT";
  display: block;
  width:60px;
  text-align: center;
  font-size:12px;
  padding:3px 5px;
  margin-bottom:5px;
  background: #58b765;
  color: #FFF;
}
.wsf .program .section .text03 .point:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #58b765;
}

.wsf .program .section .text03 .point_ex {
    margin:30px 0 20px;
}

.wsf .program .section .text03 .point_ex img{
    width: 100%;
}

@media only screen and (max-width: 640px) {



}

.wsf .program .section .text03 .s_text {font-size:0.8em;}

.wsf .program .section .one_base .text03 {
    color: #58b765;
}


.wsf .program .section .point{
	width: 100%;
	margin-top: 20px;
}


.wsf .program .section .detail {
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
    padding: 6px 6px;
}

.wsf .program .section .one_base .detail {
    color: #58b765;
    background: #FFF;
    border-right: solid 4px #58b765;
    border-left: solid 4px #58b765;
}

.wsf .program .section .detail .detail-box {
	float: none;
	width: 100%;
}

.wsf .program .section .detail .detail-box p{
    padding: 5px 0;
}

.wsf .program .section .one_base .detail .day { background: url(../img/s_day.svg?date=20190621) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; word-break: break-all;border-bottom: 2px dotted; }

.wsf .program .section .one_base .detail .time { background: url(../img/s_time.svg) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; word-break: break-all;border-bottom: 2px dotted; }

.wsf .program .section .one_base .detail .price { background: url(../img/s_price.svg) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; border-bottom: 2px dotted;}

.wsf .program .section .one_base .detail .number { background: url(../img/s_number.svg) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; border-bottom: 2px dotted;}

.wsf .program .section .one_base .detail .ticket { background: url(../img/s_ticket.svg) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; border-bottom: 2px dotted;}

.wsf .program .section .one_base .detail .map { background: url(../img/s_map.svg) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; border-bottom: 2px dotted;}

.wsf .program .section .one_base .detail .map a{
    color: #58b765;
}

.wsf .program .section .one_base .detail .map a:hover{
    text-decoration: none;
}

.wsf .program .section .one_base .detail .map span {
    display: inline-table;
}

.wsf .program .section .one_base .detail .info { border-bottom: 2px dotted;}
.wsf .program .section .one_base .detail .info img{ vertical-align: middle;
max-width: 100%;
width: 200px;}
.wsf .program .section .one_base .detail .info a{
    color: #0081c6;
}

.wsf .program .section .one_base .detail .info .child { background: url(../img/s_ko.svg) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; padding-top: 2px; padding-bottom: 2px;}

.wsf .program .section .one_base .detail .info .parent { background: url(../img/s_oya.svg) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; padding-top: 2px; padding-bottom: 2px;}

.wsf .program .section .one_base .detail .info .book { background: url(../img/s_yoyaku.svg) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; padding-top: 2px; padding-bottom: 2px;}

.wsf .program .section .one_base .detail .info .book_current { background: url(../img/s_toujitsu.svg) no-repeat left center; background-size: 20px 20px;  padding-left: 22px; padding-top: 2px; padding-bottom: 2px;}


.wsf .program .section .detail .form{
	width: 100%;
	float: none;
}
.wsf .program .section .one_base .form a{
	display:block;
	margin:20px auto 0;
	padding:15px 10px;
	color:#FFF;
	text-align:center;
	text-decoration: none;
	font-size:1.2em;
	font-weight: bold;
}
.wsf .program .section .one_base .many a{
	margin:0 auto;
}

.wsf .program .section .one_base .form a{
	background:#0081c6;
}
.wsf .program .section .one_base .form a:hover{
	opacity:0.8;
}

/* 公開前 */
.wsf .program .section .one_base .form a[href="javascript:void(0)"],
.wsf .program .section .one_base .form a[href="javascript:void(0)"]:hover{
	background:#999;
	cursor: default;
	/*opacity:1;*/
}

.wsf .program .section .one_base .form.none{
	background:#999;
    display: block;
    margin: 20px auto 0;
    padding: 15px 10px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}


.wsf .program .section .one_base .detail .form{
	/*display:none;*/
}


.wsf .program .section .detail .form a{ color:#ff6c00; text-decoration: none;}
.wsf .program .section .detail .form a:hover { color:#ffb84a; }
.wsf .program .section .detail .reserve { color:#ffb84a; }





.wsf .program .section .photo {
	margin: 0 0 20px;
    width: 35%;
    float: right;
}

.wsf .program .section .photo img{
    width: 100%;
	border-radius: 20px;
}
.wsf .program .section .photo img:nth-of-type(n+2){
    margin-top: 20px;
}

.wsf .program .section .last{
	margin-top: 60px;
}


/**** map ***/
.wsf .map .panel1-50{
background: rgba( 255, 255, 255, 0.90 );
}


.wsf .map .map_bg{
	display: block;
    overflow: hidden;
}

.wsf .map .map_bg .map_text{
	width: 45%;
    float: left;
	margin-top: 6px;
	text-align: center;
}
.wsf .map .map_bg .map_text img{
	width: 70%;
	margin: auto;
}

.wsf .map .map_bg ul{
	width: 400px;
    float: right;
}

.wsf .map .map_bg ul li{
	float:left;
	margin-right:25px;
	margin-bottom:20px;
}

.wsf .map .map_bg ul li img{
	width: 175px;
	height: auto;
}

.wsf .map .map_bg ul li.long img{
	width: 375px;
	height: auto;
}


.wsf .access{
	padding: 50px 0;
	margin-bottom: 50px;
	text-align: center;
}
.wsf .access a img{
	max-width: 100%;
	width: 636px;
}


/**** head_btn ***/

.setTwoCol .wsf .head_btn{
	width: auto !important;
	margin-right: 324px;
}
.wsf .head_btn{
	padding: 30px 0;
	text-align: center;
}

.wsf .head_btn img{
	width: 350px;
}
.wsf .head_btn .l_btn{
	margin-right: 30px;
}


.wsf .inquery{
	text-align: center;
	color: #58b765;
	font-size: 1.2em;
	line-height: 1.4;
}
.wsf .inquery strong{
	display: inline-block;
	margin-bottom: 5px;
	color: #0081c6;
	font-size: 1.4em;
}
.wsf .inquery a{
	color: #0081c6;
}


@media only screen and (max-width: 640px) {
	
	.wsf {
		min-width: 592px;
		min-height: auto;
	}
	
	.wsf h2{
		line-height: 160%;
	}
	.wsf h2 br{
		display:block;
	}
	
	.wsf .pc{
		display:none;
	}
	
	.wsf .sp{
		display:block;
	}
	
	/* mainImg */
	
	.mainImgSet img{
		width:100%;
		height:auto;
	}
	.mainImgSet img:first-of-type{
		/*margin-bottom:20px;*/
	}
	
	/**** program ***/
	
	.wsf .program .section {
	    width: 98%;
	    margin: 0 auto 0;
	}
	
	.wsf .program .section .left {
		width: 100%;
		clear: left;
		float: none;
		margin-top: 40px;
	}
	
	.wsf .program .section .left.first {
		margin-top: 0;
	}
	
	.wsf .program .section .right {
		width: 100%;
		clear: left;
		float: none;
		margin-top: 40px;
	}
	
	.wsf .program .section .center {
		margin-top: 40px;
	}
	
	.wsf .program .section .last{
		margin-top: 0;
	}

	.wsf .program .section .text03{
		width: 100%;
	}

	.wsf .program .section .point{
		margin-top: 10px;
	}

	.wsf .program .section .photo{
        width: 80%;
    margin: 20px auto;
    float: none;
	}

	.wsf .program .section .detail .detail-box{
		width: 100%;
		float: none;
	}

	.wsf .program .section .detail .form{
		width: 100%;
		float: none;
	}
	
    .wsf .program .section .detail .detail-box p {
    padding: 10px 0;
    }
    
	/**** map ***/
	
	.wsf .map .map_bg{
		background: none;
		min-height: none;
		padding-top: 0;
		padding-left: 0;
		width: 500px;
		margin: 0 auto;
	}
	
	.wsf .map .map_bg .map_text{
		width: 100%;
	    float: none;
		margin-top: 0 auto;
	}
	.wsf .map .map_bg ul{
	    float: none;
		margin: 0 auto;
	}
	
	/**** head_btn ***/
	.setTwoCol .wsf .head_btn{
		width: 80% !important;
		margin:auto;
	}

	
	.wsf .head_btn{
		padding: 20px 0 0 0;
		text-align: center;
	}
	
	.wsf .head_btn img{
		width: 455px;
	}
	
	.wsf .head_btn .l_btn{
	    display: block;
		margin-right: 0;
		margin-bottom: 20px;
		}
		
		
		
	.iconCopy img{
		margin-bottom:10px;
		width: 100%;
		height:auto;
	}
	
	.wsf .access img{
		width:100%;
		height:auto;
	}


	.wsf .inquery{
		font-size: 1.1em;
	}
	.wsf .inquery strong{
		font-size: 1.3em;
	}
}




/* VP320用 ワークショップフェス */

@media only screen and (max-width: 640px) {
	
	.wsf{
		min-width: 100%;
		background-size: 100% auto;
	}
	
	.wsf .head_btn img {
		width: 100%;
	}
	
	.wsf .program .section{
		width: 100%;
	}
	
	.wsf .program .section .cont_num {
		margin-bottom: 40px;
	}
	
	.wsf .program .section .infoIcon {
		top: 75px;
		left: 0px;
		width:264px;
		text-align:center;
	}
	
	.wsf .program .section .infoIcon img{
		height:32px;
		width:auto;
	}
	
	.wsf .program .section .detail{
		font-size: 1em;
	}
	
	.wsf .program .section .detail .detail-box {
		width: 100%;
		float: none;
		word-break: break-all;
	}
	
	.wsf .map .map_bg{
		width: 80%;
	}
	
	.wsf .map .map_bg ul {
		width: 100%;
	}
	
	
	.wsf .map .map_bg ul li {
		margin-right: 4%;
		margin-bottom: 4%;
		width: 45%;
	}

	.wsf .map .map_bg ul li:nth-child(even) {
		margin-right: 0;
    }

	.wsf .map .map_bg ul li.long {
		margin-right: 0;
		margin-bottom: 0;
		width: 94%;
	}

	.wsf .map .map_bg ul li img,
	.wsf .map .map_bg ul li.long img{
		width: 100%;
	}
	
	.wsf .access img.sp{
		width: 100%;
	}
	
	.exitDisp{
		margin-top: 0;
		margin-bottom: 20px;
	}
		
	/* 20180307スマホレイアウト調整 */    
    
	.mainImgSet img:first-of-type{
		/*margin-bottom:20px;*/
	}
	
    
    .wsf .program .panel1-30{
	border: solid 3px #0081c6;
    }  
    
    .wsf .program .section .one_base{
	border: 0;
	border-radius: 10px;
	padding: 0;
    }

    .wsf .program .section .cont_num {
    width: 100px;
    padding: 5px;
    border-radius: 15px;
    font-size: 1.0em;
    margin-bottom: 10px;
    }
    
    .wsf .program .section .infoIcon {
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
    }

    .wsf .program .section .infoIcon img{
	height: 25px;
	width:auto;
    }

    .wsf .program .section .cont_title  {
    font-size: 1.4em;
    border-bottom: solid 2px #0081c6;
    }
    
    .wsf .program .section .text01 {
    font-size: 1.2em;
    }
    
    .wsf .program .section .text02 {
    font-size: 1.2em;
    }
    
    .wsf .program .section .text03 {
    font-size: 1em;
    }

	.wsf .program .section .detail{
    font-weight: normal;
	}

	.wsf .map .map_bg ul {
    margin-top: 20px;
    margin-left: 8px;
	}

}



/*----------------------*/

/**** 予約ボタン ***/

/*----------------------*/

.wsf .form_box .day_title{
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #58b765;
    margin-bottom: 30px;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;    
}

.wsf .form_box dl{
    display: block;
    overflow: hidden;    
}

.wsf .form_box dl dt{
    width: 24%;
    float: left;
    border-top: 2px solid #58b765;
    border-bottom: 2px solid #58b765;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #58b765;
    font-weight: bold;
}

.wsf .form_box dl dt:nth-of-type(odd){
    clear: both;
}


.wsf .form_box dl dd{
    width: 22%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 1%;
    background: #666;
    text-align: center;
    color: #FFF;
}

.wsf .form_box dl dd:nth-of-type(odd){
    margin-right: 5%;
}

.wsf .form_box dl dd a{
    display: block;
    position: relative;
    text-decoration: none;
    color: #FFF;
}
.wsf .form_box dl dd a[href=""]{
	pointer-events:none;
	font-size:0.9em;
}

.wsf .form_box dl dd a.open{
    background: #0081c6;
}

.wsf .form_box dl dd a.open:hover{
    background: #ff9f32;
}

.wsf .form_box dl dd a::after {
    content: url(../img/new_window.svg);
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    position: absolute;
    top: 2px;
    width: 20px;
}
.wsf .form_box dl dd a[href=""]::after {
	content: '';
}

.wsf .form_box a.btnYT, .wsf .form_box a.btnQF{
	display: block;
    position: relative;
    text-decoration: none;
    color: #FFF;
    background: #0081c6;
    text-align: center;
    padding:20px;
    font-size: 1.4em;
}
.wsf .form_box a.btnYT::after, .wsf .form_box a.btnQF::after {
    content: url(../img/new_window.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 15px;
    position: relative;
    top:-2px;
}
.wsf .form_box a[href=""].btnYT, .wsf .form_box a[href=""].btnQF{
	background: #666;
	pointer-events:none;
}
.wsf .form_box a[href=""].btnYT::after, .wsf .form_box a[href=""].btnQF::after {
	content: '';
}

.wsf .form_box a.btnQF{
	width:60%;
	margin:auto;
}

@media only screen and (max-width: 640px) {
    
.wsf .form_box .day_title{
    margin-bottom: 20px;
}
    
.wsf .form_box dl dt{
    clear: both;
    width: 51%;
    margin-bottom: 20px;
}

.wsf .form_box dl dd{
    width: 45%;
    margin-left: 10px;
}
.wsf .form_box dl dd:nth-of-type(odd){
    margin-right: 0;
}

.wsf .form_box dl dd a[href=""]{
	pointer-events:none;
	font-size:0.8em;
	line-height: 16px;
	padding-top:4px;
}

.wsf .form_box a.btnQF{
	width:90%;
}
    
}

/*----------------------*/

/**** infoコメント ***/

/*----------------------*/

.wsf .info_att{
    text-align: center;
    color:#0081c6;
    font-size: 1.2em;
}

.wsf .info_att a{
    color: #0081c6;
}

.wsf .info_att span{
    color: #E60012;
}

@media only screen and (max-width: 640px) {

.wsf .info_att{
    font-size: 1.1em;
}
    
    
}



.wsf .end_message {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    background: #0081c6;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.4;
}


/*----------------------*/

/**** 事前予約受付日についてご注意 20191028 ***/

/*----------------------*/

.wsf .entry_att{
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5;
}

.wsf .entry_att span{
    color: #E60012;
}

@media only screen and (max-width: 640px) {


    
    
}


/*----------------------*/

/**** コンテンツ5のみ表示のcss ***/

/*----------------------*/

.wsf .program .section .contWrap{
    clear: both;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.wsf .program .section .contWrap div{
    width: 45%;
    color: #58b765;
    font-size: 1.2em;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-right: 10%;
    margin-bottom: 10px;
}

.wsf .program .section .contWrap div:nth-child(even){
    margin-right: 0;
}

.wsf .program .section .contWrap div em{
    text-align: center;
    display: block;
    background: #58b765;
    color: #FFF;
    padding: 5px 0;
}

.wsf .program .section .contWrap div .img{
    width: 60%;
    margin: 20px auto 10px;
}

.wsf .program .section .contWrap div .img img{
    width: 100%;
}

.wsf .program .section .contWrap div strong{
    display: block;
    
}




@media only screen and (max-width: 640px) {


.wsf .program .section .contWrap div{
    width: 100%;
    margin-right: 0;
}
    
}


/*----------------------*/

/**** お知らせ ***/

/*----------------------*/

.wsf .clmAttention{
	clear: both;
	margin:60px 0 0;
	padding:20px;
	border:3px solid #F00;
	color: #F00;
	background: #fffaec;
}
.wsf .clmAttention strong{
	display: block;
	margin-bottom:20px;
	text-align: center;
	font-size: 1.4em;
}

.wsf .program .clmAttention{
	margin:0px 0 30px;
}

.wsf .program .clmUpdate{
	text-align: right;
	font-size: 0.9em;
	color:#666;
	margin:10px 0 0;
}

@media only screen and (max-width: 640px) {

	.wsf .program .section .contWrap div{
	    width: 100%;
	    margin-right: 0;
	}

}



/*----------------------*/

/**** YouTube ***/

/*----------------------*/

.youtubeTitle{
	font-size: 1.2em;
	margin:10px 0 5px;
	color:#0081c6;
}

.youtubeWrap{
    margin-bottom: 20px;
}

.youtubeWrap .iframebox {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtubeWrap .iframebox iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important
}

.youtubeWrap a{
    text-align: right;
    display: inherit;
    margin-top: 10px;
    color: #00f;
}

/*----------------------*/

/**** アイコンのSVG化による修正 ***/

/*----------------------*/

.head_btn a{
    width: 350px;
}

	.iconCopy img{
    width: 195px;
    }

    .infoIcon img{
    height: 46px;
    }

@media only screen and (max-width: 640px) {

    .head_btn a{
        width: 100%;
    }

    .iconCopy img{
		margin-bottom:10px;
		width: 100%;
		height:auto;
	}

    .infoIcon img{
    height: 25px;
    }
    
}


/*----------------------*/

/**** FAQページ追加 ***/

/*----------------------*/


.wsf .faqLink{
    text-align: center;
    margin: 30px auto 0;
}

.wsf .faqLink .btn{
    display: inline-block;
    overflow: hidden;
}

.wsf .faqLink .btn a {
    display: block;
    font-size: 1.0em;
    border-radius: 5px;
    background-color: #58b765;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

.wsf .faqLink .btn a.arrow:after {
    border-left: 5px solid #FFF;
}


@media only screen and (max-width: 640px) {

	.wsf .faqLink .btn{
		width: 100%;
		float:  none;
        padding-top: 10px;

}


