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

.pc {
  display: block;
}
.sp {
  display: none;
}

/* コンテンツ */
#ContentsInner{
	line-height: 1.6;
}
#main {
  background-image: url(/images/workshop/bg.jpg);
}

/* メインビジュアル */
.workshopMainVisual {
  position: relative;
  width: 100%;
  height: 520px;
  padding: 1px 0 0 0;
}
.workshopMainVisual img {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.workshopMainVisual p {
  display: block;
  width: 505px;
  margin: 305px auto 0;
  font-size: 14px;
  line-height: 1.65;
}


/* ワークショップコンテンツ */
.WorkshopContainer {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.WorkshopContainer h2 {
  display: block;
  width: 280px;
  height: 50px;
  margin: -45px auto 20px;
  text-align: center;
  color: #fff;
  background-color: #594737;
  font-family: "TBChibiRGothicPlusK DB";
  font-size: 20px;
  line-height: 50px;
}


/* ワークショップコンテンツ - お申込み方法 */
.WorkshopContainer.workshopEntryInfo p {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.WorkshopContainer.workshopEntryInfo > p {
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 17px;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn {
  margin: 0 0 20px 0;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn h3 {
  display: block;
  height: 34px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  color: #594736;
  background-color: #f3eddf;
  font-family: "TBChibiRGothicPlusK DB";
  line-height: 34px;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn h4 {
  margin: 0 0 10px 0;
  color: #594736;
  font-family: "TBChibiRGothicPlusK DB";
  font-size: 17px;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn strong {
  color: #f87918;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn .note {
  margin: 0;
  padding: 0 0 0 15px;
  list-style-type: disc;
  font-size: 12px;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn .note li {
  margin: 0 0 8px 0;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn .left {
  float: left;
  width: 540px;
  padding: 0 20px;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn .right {
  float: right;
  width: 345px;
  padding: 0 20px;
}
.WorkshopContainer.workshopEntryInfo .workshopEntryInfoColumn .oneColumn {
  padding: 0 20px;
}


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

/* ワークショップコンテンツ - ワークショップ紹介 */
.WorkshopContainer.workshopIntroduction {
  background: none;
}
.WorkshopContainer.workshopIntroduction .workshopFilter {
  margin: 0 0 20px 0;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul {
  width: auto;
  margin: 0 -5px 0 0;
  list-style-type: none;
}
.WorkshopContainer.workshopIntroduction .workshopFilter ul li {
  float: left;
  width: 134px;
  height: 33px;
  margin: 0 5px 10px 0;
  cursor: pointer;
  text-align: center;
  border: 2px solid #000;
  border-radius: 3px;
  background: #fff;
  font-size: 13px;
  line-height: 33px;
}
.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: #75bc3d;
  border-color: #75bc3d;
}
.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: #75bc3d;
}
.WorkshopContainer .boothmap {
  text-align: center;
  margin-bottom: 50px;
}
.WorkshopContainer .boothmap a {
  width: 283px;
  padding: 8px 0;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #76bd3d;
  text-decoration: none;
  border-radius: 3px;
}
.WorkshopContainer .boothmap a:hover {
  opacity: 0.8;
}
#WorkshopList {
  width: auto;
  margin: 0 -20px 0 0;
}
#WorkshopList > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 220px;
  margin: 0 12px 10px 0;
  padding: 10px;
  list-style: none;
  cursor: pointer; /*モーダルを無効化しているのでカーソルを通常に設定 */
  -webkit-transition: opacity .3s ease;
       -o-transition: opacity .3s ease;
          transition: opacity .3s ease;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
#WorkshopList > li:hover {
  opacity: .8;
}
#WorkshopList li a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
}


#WorkshopList ul.date {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 10px;
  font-size: 13px;
}
#WorkshopList ul.date li {
  float: left;
  margin-right: 0;
  list-style-type: none;
  width: auto;
  height: auto;
}
#WorkshopList ul.date .eventSaturday {
  margin-right: 10px;
}
#WorkshopList ul.date .eventSaturday,
#WorkshopList ul.date .eventSunday {
  display: block;
}


#WorkshopList .WorkShopPhoto {
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px 0;
}
#WorkshopList .WorkShopPhoto img {
  max-width: 100%;
}

#WorkshopList .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding: 100% 0 0 0;
  border: none;
  background: #f4f4f4;
}
#WorkshopList .thumb .extensions {
  position: absolute;
  z-index: 10;
  left: 5px;
  bottom: 5px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}
/* STORES */
#WorkshopList .thumb .extensions .enableStores {
  display: flex;
  align-items: center;
  width: 75px;
  height: 30px;
  padding: 0 8px;
  margin: 4px;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  border-radius: 5px;
  background: #fff;
}
#WorkshopList .thumb .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
  padding: 0;
}
#WorkshopList .thumb .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform .3s ease;
  -ms-transition:     -ms-transform .3s ease;
  transition:         transform .3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
#WorkshopList .thumb .inner:hover img {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
  transform: translateY(-50%) translateX(-50%) scale(1.2);
}


#WorkshopList .WorkshopText h3 {
	position: relative;
}
/* #WorkshopList .WorkshopText h3::before{
	position: absolute;
  top: 2px;
  left: 0;
  width: 45px;
  height: 20px;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
	letter-spacing: 1px;
}
#WorkshopList .WorkshopText h3.Day2days::before{
	background-color: #594738;
	content: "両日";
}
#WorkshopList .WorkshopText h3.DaySat::before{
	background-color: #1987ca;
	content: "14(土)";
}
#WorkshopList .WorkshopText h3.DaySun::before{
	background-color: #d55381;
	content: "15(日)";
} */
#WorkshopList .WorkshopText h3 {
  display: flex;
  color: #755000;
  font-size: 16px;
  line-height: 1.25;
  height: 3em;
  align-items: center;
}
#WorkshopList .WorkshopText dt {
  width: 62px;
  text-align: center;
  float: left;
  border-radius: 3px;
  margin: 5px 7px 0 0;
}
#WorkshopList .WorkshopText dd {
  width: calc(100% - 69px);
  display: inline-block;
  margin: 5px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#WorkshopList .WorkshopText .bgRed {
  color: #fff;
  background-color: #b2665b;
}
#WorkshopList .WorkshopText .bgGrey {
  color: #000;
  background-color: #ddd;
}

/* ワークショップモーダル */
#workshopModalCover {
  position: fixed;
  z-index: 10090;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: .7;
  background: #000;
}
.workshopModal {
  position: fixed;
  z-index: 10100;
  top: 50%;
  left: 50%;
  display: none;
  width: 740px;
  margin: -250px 0 0 -400px;
  padding: 30px;
  background: #fff;
}
.workshopModal .modalClose {
  position: absolute;
  top: -19px;
  right: -19px;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background-image: url(/images/workshop/BtnModalClose.png);
}
.workshopModal .modalClose:hover {
  opacity: .8;
}
.workshopModal .left {
  float: left;
  max-width: 300px;
}
.workshopModal .left .WorkShopPhoto {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
}
.workshopModal .left .WorkShopPhoto img {
  width: 100%;
}
.workshopModal .left .BtnApply:before {
  display: block;
  clear: both;
  content: "";
}
.workshopModal .left .BtnApply {
  text-align: center;
}
.workshopModal .left .BtnApply a {
  display: inline-block;
  width: 200px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  /* 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+ */
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75665a', endColorstr='#594738',GradientType=0 ); /* IE6-9 */
}
.workshopModal .left .BtnApply:hover {
  opacity: .8;
}

.workshopModal .right {
  float: right;
  max-width: 400px;
}
.workshopModal .right .WorkshopText {
  min-height: 190px;
  margin: 0 0 15px 0;
}
.workshopModal .right .WorkshopText h3{
	position: relative;
}

.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 .Day2days::before{
	background-color: #594738;
	content: "両日";
}
.workshopModal .right .WorkshopText .DaySat::before{
	background-color: #1987ca;
	content: "14(土)";
}
.workshopModal .right .WorkshopText .DaySun::before{
	background-color: #d55381;
	content: "15(日)";
} */
.workshopModal .right .WorkshopText h3 {
  margin-bottom: 15px;
  padding: 2px 0 2px 55px;
  color: #594738;
  font-family: "TBChibiRGothicPlusK DB";
  font-size: 20px;
}
/*.workshopModal .right .WorkshopText .Day2days {
  background: url(/images/workshop/Day2days.png) no-repeat left 8px;
}
.workshopModal .right .WorkshopText .DaySat {
  background: url(/images/workshop/DaySat.png) no-repeat left 8px;
}
.workshopModal .right .WorkshopText .DaySun {
  background: url(/images/workshop/DaySun.png) no-repeat left 8px;
}*/
.workshopModal .right .WorkshopText h4 {
  width: 100%;
  margin-bottom: 10px;
  color: #92745f;
  font-size: 16px;
}
.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 table {
  width: 100%;
  margin-top: 0;
  padding: 15px 15px 5px;
  border-collapse: initial;
  border-radius: 5px;
  background: #f7f4ee;
}
.workshopModal .right th,
.workshopModal .right td {
  padding: 0 0 10px 0;
  vertical-align: middle;
  font-size: 13px;
}
.workshopModal .right th:last-child {
  padding: 0;
}
.workshopModal .right th {
  padding-right: 1em;
  text-align: left;
  white-space: nowrap;
  color: #594738;
}
.workshopModal .right td .time {
  position: relative;
  display: table-cell;
  height: 40px;
  padding: 0 0 0 50px;
  vertical-align: middle;
}
.workshopModal .right td .time .badge {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  text-align: center;
  border: 2px solid #594736;
  border-radius: 20px;
  background: #fff;
  font-size: 15px;
  line-height: 38px;
}
.workshopModal .right td .time .badge:after {
  content: '分';
  font-size: 11px;
}
.workshopModal .right .BtnApply {
  display: none;
}

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

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