@charset "UTF-8";
/* workshop.css */
body {
	line-height: 1.6;
	min-width: 1100px;
}

/*コンテンツ*/
#Contents {
	background: url(/images/workshop/bg.jpg);
}


#ContentsInner {
	position:relative;
	width:1100px;
	padding: 0;
  font-size: 1.6rem;
}

/* メインビジュアル */
.workshopMainVisual {
	width: 100%;
  /* height: 680px; */
  /* height: 640px;
	padding: 1px 0 0 0;
  position: relative; */
  text-align: center;
  margin-top: 30px;
}
.workshopMainVisual img {
	/* position: absolute;
	top: 0;
	left: 0; */
}
.workshopMainVisual p {
	display: block;
  margin: 20px auto 0;
	width: 580px;
  line-height: 1.8;
}

/* アンカーリンク */
.navArticle{
  display: flex;
  justify-content: space-between;
  width: 790px;
  margin: 50px auto;
}
.navArticle li{
  list-style: none;
  width: 250px;
}
.navArticle li a{
  display: block;
  width: 100%;
  background: #41B049;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px 0;
  border-radius: 24px;
}
.navArticle li a:hover{
  opacity: 0.9;
}

.anchorLink {
  position: absolute;
  top: -190px;
}

.capacity{
text-align: center;
}

.capacity p{
	border: solid 2px #ea6928;
	background-color: #fff;
	font-size: 1.8rem;
	padding: 10px;
	display: inline-block;
	margin: 0 auto 60px;
}


/* ワークショップコンテンツ */
.WorkshopContainer {
  position: relative;
	background-color: #fff;
	max-width: 1000px;
	padding: 20px;
	margin: 0 auto 80px;
	border-radius: 5px;
}
.WorkshopContainer h2 {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: #594737;
	font-family: "TBChibiRGothicPlusK DB";
	font-size: 2rem;
	margin: -45px auto 20px;
}
/* ワークショップコンテンツ - タイムテーブル 画像版*/
.tabs {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}


.tab_label_sat {
  color: #1987ca;
  border: solid 2px #1987ca;
	  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 5px 0;
  margin: 20px 5px;
	width: 130px;
	border-radius: 30px;
	text-align: center;
		font-size: 2rem;
}

.tab_label_sun {
  color: #d55381;
  border: solid 2px #d55381;
	  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 5px 0;
  margin: 20px 5px;
		width: 130px;
	border-radius: 30px;
	text-align: center;
	font-size: 2rem;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label_sat{
  color: #fff;
  background-color: #1987ca;
}

.tabs input:checked + .tab_label_sun{
  color: #fff;
  background-color: #d55381;
}



#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
}


/* ワークショップコンテンツ - タイムテーブル */
#TimeTable{
	text-align:center;
}
#TimeTableSp{
	display:none;
}
.timeTableItem {
  display: none; /* 初期値 */
}

#TimeTable iframe{
  width: 980px;
  /* height: 775px; /*春*/
  height: 520px; /* 秋*/
}

.workshopTimeTable .btnDate{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.workshopTimeTable .btnDate li{
  list-style: none;
  width: 120px;
  padding: 6px 0;
  border-radius: 22px;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 5px;
  border-style: solid;
  border-width: 3px;
  cursor: pointer;
}
.workshopTimeTable .btnDate li.sat{
  /*border: 3px solid #1987ca;*/
  border-color: #1987ca;
  color: #1987ca;
}
.workshopTimeTable .btnDate li.sat.current{
  background: #1987ca;
  color: #fff;
}
.workshopTimeTable .btnDate li.sun{
  /*border: 3px solid #d35581;*/
  border-color:#d35581;
  color: #d35581;
}
.workshopTimeTable .btnDate li.sun.current{
  background: #d35581;
  color: #fff;
}

.workshopTimeTable .note {
	padding: 1rem 0 0 2rem;
}


/* ワークショップコンテンツ - ワークショップ紹介 */
.WorkshopContainer.workshopIntroduction {
	background: none;
}
.WorkshopContainer.workshopIntroduction .workshopFilter {
	margin: 0 0 20px 0;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul {
	list-style-type: none;
	margin: 0 -5px 0 0;
	width: auto;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul li {
	float: left;
	width: 134px;
	height: 33px;
	line-height: 33px;
	border: 2px solid #000;
	border-radius: 3px;
	text-align: center;
	font-size: 1.4rem;
	margin: 0 5px 10px 0;
	cursor: pointer;
	background: #fff;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul li.tagType01 {
	color: #947960;
	border-color: #947960;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul li.tagType02 {
	color: #F18B45;
	border-color: #F18B45;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul li.tagType03 {
	color: #41B049;
	border-color: #41B049;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul li.tagType01:hover,
.WorkshopContainer.workshopIntroduction .workshopFilter ul li.tagType01.current {
	color: #fff;
	background: #947960;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul li.tagType02:hover,
.WorkshopContainer.workshopIntroduction .workshopFilter ul li.tagType02.current {
	color: #fff;
	background: #F18B45;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul li.tagType03:hover,
.WorkshopContainer.workshopIntroduction .workshopFilter ul li.tagType03.current {
	color: #fff;
	background: #41B049;
}

.workshopTitle {
  position: relative;
  padding: 2px 0 2px 55px;
}
.workshopTitle .date{
  position: absolute;
  top: 2px;
  left: 0;
  width: 45px;
  height: 20px;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
}
.workshopTitle .date[data-date="両"]{
  background-color: #594738;
}
.workshopTitle .date[data-date="土"]{
  background-color: #1987ca;
}
.workshopTitle .date[data-date="日"]{
  background-color: #d55381;
}

#WorkshopList {
	margin: 0 -20px 0 0;
  width: auto;
}
#WorkshopList li{
	width: 220px;
	padding: 10px;
	list-style:none;
	float: left;
	margin: 0 12px 10px 0;
	background-color: #fff;
	cursor: pointer; /*モーダルを無効化しているのでカーソルを通常に設定 */
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
#WorkshopList li:hover {
	opacity: .8;
}
#WorkshopList .WorkShopPhoto {
	width: 100%;
  overflow: hidden;
	margin: 0 0 10px 0;
}
#WorkshopList .WorkShopPhoto img {
	max-width:100%;
}
#WorkshopList .WorkshopText h3{
  position: relative;
	color:#755000;
	padding: 2px 0 2px 55px;
	font-size: 1.5rem;
  line-height: 1.5;
	height: 40px;
}


/* ワークショップモーダル */
#workshopModalCover {
	position: fixed;
	background: #000;
	opacity: .7;
	cursor: pointer;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10090;
	display: none;
}
.workshopModal {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  margin: 0 0 0 -400px;
  width: 740px;
  padding: 30px;
  background: #fff;
  z-index: 10100;
}
.workshopModal .modalClose {
	position: absolute;
	top: -19px;
	right: -19px;
	width: 38px;
	height: 38px;
	background-image: url(/images/workshop/BtnModalClose.png);
	display: block;
	cursor: pointer;
}
.workshopModal .modalClose:hover {
	opacity: .8;
}
.workshopModal .left {
	float: left;
	max-width: 300px;
}
.workshopModal .left .WorkShopPhoto{
	width: 100%;
  overflow: hidden;
	margin: 0 0 20px 0;
}
.workshopModal .left .WorkShopPhoto img{
	width:100%;
}
.workshopModal .left .BtnApply:before {
	content:"";
	display:block;
	clear:both;
}
.workshopModal .left .BtnApply {
	text-align: center;
}
.workshopModal .left .BtnApply a {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75665a+0,594738+100 */
	background: #75665a; /* Old browsers */
	background: -moz-linear-gradient(top,  #75665a 0%, #594738 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #75665a 0%,#594738 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #75665a 0%,#594738 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75665a', endColorstr='#594738',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
}
.workshopModal .left .BtnApply:hover {
	opacity:.8;
}
.workshopModal .BtnApply .attention{
	border: 2px #F18B45 solid;
	margin-bottom: 20px;
	padding: 10px;
	text-align: left;
}
.workshopModal .right {
	float: right;
	max-width: 400px;
}
.workshopModal .right .WorkshopText {
	/*min-height: 190px;*/
	margin: 0 0 20px 0;
}
.workshopModal .right .WorkshopText h3{
	position: relative;
	color:#594738;
	padding:2px 0 2px 50px;
	margin-bottom:15px;
	font-size:20px;
	font-family: "TBChibiRGothicPlusK DB";
}
.workshopModal .right .WorkshopText h3::before{
	position: absolute;
  top: 9px;
  left: 0;
  width: 45px;
  height: 20px;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
	letter-spacing: 1px;
}
.workshopModal .right .WorkshopText h3 {
  margin-bottom: 15px;
  padding: 2px 0 2px 55px;
  color: #594738;
  font-family: "TBChibiRGothicPlusK DB";
  font-size: 20px;
}
.workshopModal .right .WorkshopText h4 {
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
	color: #92745F;
}
.workshopModal .right .WorkshopText p {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}
.workshopModal .right .WorkshopText .Note {
	margin-top: 20px;
	font-size: 12px;
}
.workshopModal .right .WorkshopText .specialNote {
  border: 2px solid #ea6928;
  padding: 15px;
  line-height: 1.5;
  color: #ea6928;
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.workshopModal .right table {
	width: 100%;
	padding: 5px 15px;
	border-radius: 5px;
	background: #F7F4EE;
	border-collapse: initial;
	margin-top: 0;
}
.workshopModal .right th,
.workshopModal .right td {
	/*font-size: 13px;*/
	padding: 5px 0;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  word-break: break-word;
}
.workshopModal .right th:last-child {
	padding: 0;
}
.workshopModal .right th {
	color: #594738;
	text-align: left;
	padding-right: 1em;
	white-space: nowrap;
}
.workshopModal .right td .time {
	position: relative;
	padding: 0 0 0 50px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
.workshopModal .right td .time .badge {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 2px solid #594736;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
	margin: -20px 0 0 0;
	border-radius: 20px;
  font-size: 15px;
  line-height: 38px;
	text-align: center;
}
.workshopModal .right td .time .badge:after {
	content: '分';
	font-size: 11px;
}
.workshopModal .right .BtnApply {
	display: none;
}


/* ワークショップコンテンツ - お申込み方法 */
.workshopApply h3{
  font-size: 2rem;
  color: #3A2A1E;
  padding: 5px 20px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.workshopApply .applyBefore h3{
  background: #f9d2b5;
}
.workshopApply .applyCurrent h3{
  background: #CBE8BA;
}
.workshopApply .leadText{
  text-align: center;
  margin-bottom: 20px;
}
.workshopApply .applyFlow{
  display: flex;
  justify-content: space-between;
  margin: 0 10px 30px;
}
.workshopApply .flow{
  width: 470px;
  border: 3px solid #f9d2b5;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
.workshopApply .flow h4{
  font-size: 2rem;
  color: #594737;
}
.workshopApply .flow01::after{
  content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #f9d2b5;
    position: absolute;
    top: 50%;
    right: -34px;
    margin-top: -10px;
}
.workshopApply .aboutPassMarket{
  display: flex;
  margin: 0 10px 30px;
  color: #555;
}
.workshopApply .aboutPassMarket .image{
  flex-shrink: 0;
  width: 160px;
  margin: 0 30px 0 20px;
}
.workshopApply .aboutPassMarket .image img{
  width: 100%;
}
.workshopApply .aboutPassMarket h5{
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.workshopApply .aboutPassMarket li{
  font-size: 1.35rem;
  margin:0 0 0.5em 1em;
}
.workshopApply .applyCurrent p{
  margin: 0 50px 20px;
}


/*--------------------
　募集開始前
--------------------*/
/*
.workshopEntryInfo,
.workshopTimeTable,
.workshopFilter,
.workshopModal .left .BtnApply a{
	display:none;
}

.pre .workshopMainVisual{
	height:850px;
}
.pre .workshopMainVisual p{
	margin: 490px auto 30px;
  width: 540px;
}
.pre .workshopMainVisual .btn{
	text-align:center;
}
.pre .workshopMainVisual .btn img {
	position:static;
}

#WorkshopList li {
  pointer-events: none;
}
#WorkshopList .WorkshopText h3{
	padding:2px 0;
}
#WorkshopList .WorkshopText .Day2days,
#WorkshopList .WorkshopText .DaySat,
#WorkshopList .WorkshopText .DaySun{
	background:none;
}
*/

/* 当日以降のテキスト */
.currentDayText{
  max-width: 1000px;
  text-align:center;
  padding: 20px;
}

/* コロナ対策のお知らせ */
.covidNotice {
  width: 700px;
  margin: 30px auto 80px;
  border: 2px solid #594737;
  border-radius: 10px;
  background-color: #fff;
}
.covidNotice h3 {
  font-size: 1.8rem;
  color: #594737;
  text-align: center;
  padding: 15px 0 0;
}
.covidNotice h3 span{
  border-bottom: 3px solid #409B41;
  padding-bottom: 5px;
}
.covidNotice .covidNoticeDetail {
  padding: 20px;
}
.covidNotice .text {
  font-size: 1.3rem;
  color: #594737;
  text-align: center;
}
.covidNotice ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}
.covidNotice ul li {
  color: #409B41;
  width: 50%;
  font-size: 1.4rem;
}
.covidNotice ul li::before {
  content: "・";
  display: inline-block;
}
