@charset "UTF-8";
/* CSS Document */
#wrapper {
   min-width: 1400px;
}
/* ------------------------------------------
session *index
------------------------------------------ */
.chefs-session .mainvisual {
   height: 500px;
   margin-bottom: 150px;
   background: url("../img/session/index_pic_mainvisual01.jpg") center center no-repeat;
   background-size: cover;
   z-index: 1;
}
.chefs-session .mainvisual h2 {
   position: absolute;
   left: 70px;
   bottom: 70px;
   font-size: 4rem;
   line-height: 1.3;
   letter-spacing: 0.7rem;
   z-index: 1;
}
.chefs-session .mainvisual h2 span {
   font-size: 2rem;
   font-weight: normal;
   letter-spacing: 0;
}
.chefs-session .mainvisual img.mainvisual__catch {
   position: absolute;
   width: 40vw;
   min-width: 450px;
   max-width: 800px;
   right: 50px;
   bottom: -8vw;
   z-index: 1;
}
.chefs-session section h2 {
   margin-bottom: 70px;
}


.chefs-session .s-session-caution {
	margin: 100px 0 150px;
	color: #fa3a3a;
	font-size: 1.8rem;
}


.chefs-session .s-session-caution__btn {
	width: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 50px auto 0;
}

















/* session */
.chefs-session .s-session__search {
   margin: 0 auto 150px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.chefs-session .s-session__search > div {
   font-size: 2.2rem;
   font-weight: 700;
   padding: 0 10px;
   position: relative;
}
.chefs-session .s-session__search .s-session__input_search {
   font-size: 2.2rem;
   width: 400px;
   padding: 8px 70px 8px 8px;
   border: solid 1px #000;
   border-radius: 0;
   outline: none;
   box-shadow: 0;
   -webkit-box-shadow: 0;
   -moz-box-shadow: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.chefs-session .s-session__search .s-session__button_search {
   width: 60px;
   height: 100%;
   background: #000;
   border: solid 1px #000;
   border-radius: 0;
   outline: none;
   box-shadow: 0;
   -webkit-box-shadow: 0;
   -moz-box-shadow: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   position: absolute;
   top: 0px;
   right: 10px;
   -webkit-opacity: 1;
   -moz-opacity: 1;
   opacity: 1;
   -webkit-transition: .25s ease-out;
   -moz-transition: .25s ease-out;
   transition: .25s ease-out;
}
.chefs-session .s-session__search .s-session__button_search:hover {
   cursor: pointer;
   -webkit-opacity: .6;
   -moz-opacity: .6;
   opacity: .6;
   -webkit-transition: .25s ease-out;
   -moz-transition: .25s ease-out;
   transition: .25s ease-out;
}
.chefs-session .s-session {
   margin-bottom: 150px;
}
.chefs-session .s-session h2 {
   font-size: 1.8rem;
   margin-bottom: 100px;
}
.chefs-session .s-session h2 img {
   margin-bottom: 15px;
}
.chefs-session .s-session__list {
   width: 1200px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   margin: 0 auto 100px;
}
.chefs-session .s-session__list li {
   text-align: left;
   font-size: 1.5rem;
   width: 384px;
   margin: 0 24px 100px 0;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
.chefs-session .s-session__list li:nth-child(3n) {
   margin: 0 0 100px;
}
.chefs-session .s-session__list li a {
   text-decoration: none;
   position: relative;
   box-sizing: border-box;
}
.chefs-session .s-session__list li a.s-session__list__btn01 {
   width: 100%;
   height: 57px !important;
   margin-bottom: 20px;
}
.chefs-session .s-session__list .buttonEasing01:hover {
   border: 1px solid #000;
}
.chefs-session .s-session__list li a.s-session__list__btn01 span.icon01 {
   display: block;
   width: 29px;
   height: 34px;
   margin-right: 14px;
   background: url("../img/common/icon_speaker01-black.svg") 0 0 no-repeat;
   background-size: 29px 34px;
}
.chefs-session .s-session__list li a.s-session__list__btn01 span.icon01 img {
   width: 29px;
}
.chefs-session .s-session__list li a.s-session__list__btn01 span.icon02 {
   position: absolute;
   display: block;
   left: 50%;
   width: 51px;
   height: 51px;
   margin-left: 138px;
   background: url("../img/common/icon_click01-black.svg") 0 0 no-repeat;
   background-size: 51px;
}
.chefs-session .s-session__list li a.s-session__list__btn01 span.icon01 img {
   width: 51px;
}
.chefs-session .s-session__list li a.s-session__list__btn01 span.icon01 + span {
   display: inline-block;
   font-size: 2.2rem;
   margin-right: 12px;
}
.s-session__list__soldout {
   margin: 0 0 20px;
   background-color: gray;
   color: #fff;
   text-align: center;
   height: 57px;
   line-height: 57px;
}
.chefs-session .s-session__list__title {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #000;
   color: #FFF;
   padding: 7px 130px 7px 20px;
   margin-bottom: 0;
   line-height: 1.4;
   font-size: 1.8rem;
}
.chefs-session .s-session__list__photo {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #333;
   height: 260px;
   overflow: hidden;
   margin-bottom: 20px;
}
.chefs-session .s-session__list__photo img {
   width: 100%;
}
.chefs-session .s-session__list__text {
   margin-bottom: 30px;
}
.chefs-session .s-session__list__chef {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.chefs-session .s-session__list__chef p {
   width: 224px;
   line-height: 1.6;
}
.chefs-session .s-session__list__chef p span.area {
   display: inline-block;
   width: 100%;
   margin-top: 5px;
   padding-top: 5px;
   border-top: 2px dotted #999;
}
.chefs-session .s-session__list__chef div.chef {
   width: 150px;
   font-size: 1.1rem;
   line-height: 1.4;
}
.chefs-session .s-session__list__chef div.chef__info {
   width: 100%;
}
.chefs-session .s-session__list__chef div.chef__info a.box {
   display: table;
   padding: 5px;
   margin-bottom: 5px;
   color: #FFF;
   background-color: #000;
   box-sizing: border-box;
}
.chefs-session .s-session__list__chef div.chef__info a.btn {
   display: inline-block;
   width: 100%;
   margin-bottom: 15px;
   border: 1px solid #000;
   padding: 2px 5px;
   box-sizing: border-box;
   text-align: center;
   border-radius: 6px;
}
.chefs-session .s-session__list__chef div.chef__info img {
   display: table-cell;
   width: 50px;
   height: 50px;
   margin-right: 5px;
   object-fit: cover;
   vertical-align: middle;
}
.chefs-session .s-session__list__chef div.chef__info span {
   display: table-cell;
   width: 85px;
   vertical-align: middle;
   text-align: center;
}
.chefs-session .s-session__list__category {
   border-top: 1px solid #D9D9D9;
   font-size: 1.2rem;
   padding-top: 10px;
   margin: 0;
}
.chefs-session .s-session__list__date {
   position: absolute;
   max-width: 110px;
   font-family: 'Bebas Neue', cursive;
   text-align: center;
   border: 1px solid #000;
   background-color: #FFF;
   padding: 8px 10px 15px;
   font-size: 2.8rem;
   line-height: 0.7;
   top: -10px;
   right: 10px;
   z-index: 10;
}
.chefs-session .s-session__list__date span {
   display: inline-block;
   width: 100%;
   padding: 0 8px;
}
.chefs-session .s-session__list__date span.day {
      border-bottom: 1px solid #D0D0D0;
      font-size: 2.2rem;
   /*   padding-bottom: 7px; */
   /*   margin-bottom: 7px; */
      padding-bottom: 7px;
}
.chefs-session .s-session__list__date span.month {
/*   border-bottom: 1px solid #D0D0D0; */
/*   border-top: 1px solid #D0D0D0; */
   font-size: 2.2rem;
/*   padding-bottom: 7px; */
/*   margin-bottom: 7px; */
   padding-top: 7px;
}
.chefs-session .s-session__list__date span.year {
   border-bottom: 1px solid #D0D0D0;
   font-size: 2rem;
   padding-bottom: 7px;
}
.chefs-session .s-session__list__date span.time {
   font-size: 1.5rem;
   padding: 0px;
}
/* calendar */
.chefs-session .s-calendar {
   width: 1200px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 200px;
}
.chefs-session .s-calendar .s-calendar__headline h2 {
   font-size: 1.8rem;
   line-height: 2.5;
   float: left;
   margin-top: 0;
   position: relative;
   top: 37px;
}
.chefs-session .s-calendar .s-calendar__headline h2 img {
   float: left;
   margin-right: 15px;
}
.chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date {
   font-family: 'Bebas Neue', cursive;
   line-height: 1;
   float: right;
}
.chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date span {
   display: inline-block;
}
.chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date .year {
   font-size: 4.6rem;
   margin: 0 20px 0 0;
}
.chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date .month-num {
   font-size: 8.0rem;
   margin: 0 5px 0 0;
   position: relative;
}
.chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date .month-en {
   font-size: 4.0rem;
   margin: 0;
}
.chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date .month-num:before {
   content: "";
   width: 2px;
   height: 65px;
   margin: 0 15px 0 0;
   background: #000;
   display: inline-block;
   transform: rotate(15deg);
   -webkit-transform: rotate(15deg);
}
.chefs-session .s-calendar table {
   width: 100%;
}
.chefs-session .s-calendar table th {
   color: #808080;
   font-size: 2.8rem;
   font-weight: 700;
   line-height: 1;
   text-align: center;
   width: calc(100% / 7);
   padding: 8px;
   background: #dedede;
   border-left: solid 10px #fff;
   border-right: solid 10px #fff;
   border-bottom: solid 20px #fff;
}
.chefs-session .s-calendar table th:first-child, .chefs-session .s-calendar table th:last-child {
   color: #fff;
   background: #808080;
   border-left: none;
   border-right: none;
}
.chefs-session .s-calendar table td {
   color: #606060;
   font-size: 1.2rem;
   font-weight: 700;
   text-align: left;
   width: calc(100% / 7);
   height: 110px;
   min-height: 90px;
   padding: 10px;
   background: #f8f8f8;
   border-left: solid 10px #fff;
   border-right: solid 10px #fff;
   border-bottom: solid 10px #fff;
}
.chefs-session .s-calendar table td:first-child, .chefs-session .s-calendar table td:last-child {
   border-left: none;
   border-right: none;
}
.chefs-session .s-calendar table td .day {
   font-size: 2.0rem;
   font-weight: 700;
   line-height: 1;
   width: 1.7em;
   float: left;
   display: block;
}
.chefs-session .s-calendar table td .event {
   overflow: hidden;
   display: block;
}
.chefs-session .s-calendar table td .event p {
   margin: 0;
}
.chefs-session .s-calendar table td .event p.e-time {
   font-size: 1.1rem;
}
/* ------------------------------------------
session *detail
------------------------------------------ */
/* detail */
.chefs-session .s-detail {
   width: 1200px;
   margin: 0 auto;
   text-align: left;
   padding-top: 200px;
   margin-bottom: 150px;
   position: relative;
}
.chefs-session .s-detail h2 {
   font-size: 2.2rem;
   line-height: 1.4;
   margin-bottom: 30px;
}
.chefs-session .s-detail .s-detail__block--top {
   margin: 0 0 150px;
}
.chefs-session .s-detail .s-detail__block--top:after {
   content:"";
   height: 0;
   display: block;
   clear: both;
}
.chefs-session .s-detail .s-detail__block--bottom {
   margin: 0 0 150px;
   clear: both;
}
.chefs-session .s-detail .s-detail__tag {
   margin: 0 0 60px;
}
.chefs-session .s-detail .s-detail__tag ul li {
   margin: 0 10px 10px 0;
   display: inline-block;
}
.chefs-session .s-detail .s-detail__tag ul li a {
   color: #fff;
   font-size: 1.6rem;
   font-weight: 700;
   line-height: 1;
   text-decoration: none;
   padding: 5px 10px;
   background: #000;
   display: block;
}
.chefs-session .s-detail .s-detail__photo {
   width: 550px;
   float: left;
   margin: 0 50px 0 0;
   position: relative;
}
.chefs-session .s-detail .s-session__list__date {
   left: 30px;
}
.chefs-session .s-detail .s-detail__photo__main {
   height: 572px;
   margin: 0 0 10px;
   padding: 10px;
   background: #fff;
   border: solid 1px #000;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.chefs-session .s-detail .s-detail__photo__main__inner {
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   overflow: hidden;
}
.chefs-session .s-detail .s-detail__photo__main__inner:after {
   content: "";
   width: calc(100% - 20px);
   height: calc(100% - 20px);
   margin: auto;
   background: #000;
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 1;
}
.chefs-session .s-detail .s-detail__photo__main__inner img {
   flex-shrink: 0;
   position: relative;
   z-index: 2;
}
.chefs-session .s-detail .s-detail__photo__sub {}
.chefs-session .s-detail .s-detail__photo__sub ul {
   margin: 0;
   overflow: hidden;
   position: relative;
}
.chefs-session .s-detail .s-detail__photo__sub ul li {
   width: 134px;
   height: auto;
   float: left;
   margin: 0 5px 5px 0;
   background: #000;
}
.chefs-session .s-detail .s-detail__photo__sub ul li:hover {
   cursor: pointer;
   opacity: 0.5;
   -moz-opacity: 0.5;
   transition-property: all;
   -webkit-transition-property: all;
   transition: 0.2s linear;
   -webkit-transition: 0.2s linear;
}
.chefs-session .s-detail .s-detail__photo__sub ul li:nth-child(1), .chefs-session .s-detail .s-detail__photo__sub ul li:nth-child(5) {
   margin: 0 4px 5px 0;
}
.chefs-session .s-detail .s-detail__photo__sub ul li:nth-child(4), .chefs-session .s-detail .s-detail__photo__sub ul li:nth-child(8) {
   margin: 0 0 5px;
}
.chefs-session .s-detail .s-detail__photo__sub ul li div {
   width: 100%;
   height: auto;
   position: relative;
   overflow: hidden;
}
.chefs-session .s-detail .s-detail__photo__sub ul li div:before {
   content: "";
   display: block;
   padding-top: 100%;
}
.chefs-session .s-detail .s-detail__photo__sub ul li div img {
   width: 100%;
   max-width: initial;
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   object-fit: cover;
   font-family: 'object-fit: contain;';
}
.chefs-session .s-detail .s-detail__photo__sub ul li img {
   flex-shrink: 0;
}
.chefs-session .s-detail .s-detail__p_info dl {
   font-size: 1.6rem;
   overflow: hidden;
}
.chefs-session .s-detail .s-detail__p_info dl dt {
   float: left;
   width: 150px;
   margin: 0 0 30px;
   clear: both;
}
.chefs-session .s-detail .s-detail__p_info dl dd {
   margin: 0 0 30px;
   overflow: hidden;
}
.chefs-session .s-detail .s-detail__p_info dl dd .chef__photo{
	float: left;
	width: 115px;
}
.chefs-session .s-detail .s-detail__p_info dl dd .chef__photo img {
	width: 100%;
}
.chefs-session .s-detail .s-detail__p_info dl dd .chef__info{
	float: right;
	width: 315px;
}
.chefs-session .s-detail .s-detail__p_info dl dd .chef__info p {
	margin-bottom: 10px;
	line-height: 1.3;
}
.chefs-session .s-detail .s-detail__p_info dl dd .chef__info p.shop {
	font-size: 1.3rem;
	padding-top: 10px;
	margin-bottom: 5px;
	border-top: 1px dotted #999;
}
.chefs-session .s-detail .s-detail__p_info dl dd a.btn {
   display: inline-block;
   border: 1px solid #000;
   padding: 2px 5px;
   box-sizing: border-box;
   text-align: center;
   border-radius: 6px;
	text-decoration: none;
	font-size: 1.1rem;
}
.chefs-session .s-detail .s-detail__p_appli {
   float: right;
   margin: 0 262px 0 0;
}
.chefs-session .s-detail .s-detail__p_appli a,
.chefs-session .s-detail .s-detail__p_appli button {
   border: 1px solid #000;
}
.chefs-session .s-detail .s-detail__block--bottom .s-detail__block__inner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.chefs-session .s-detail .s-detail__col1 {
   width: 100%;
}
.chefs-session .s-detail .s-detail__col2 {
   width: 45%;
}
.chefs-session .s-detail .s-detail__col_info {
   margin: 0 0 60px;
}
.chefs-session .s-detail .s-detail__col_info h3 {
   font-size: 1.8rem;
   font-weight: 700;
   padding: 0 0 5px;
   margin: 0 0 15px;
   border-bottom: solid 1px #707070;
}
.chefs-session .s-detail .s-detail__col_info p {
   font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
   #wrapper {
      min-width: 100%;
   }
	
	
	.chefs-session .s-session-caution {
margin: 50px 0 80px;
		font-size: 1.6rem;
}

		
.chefs-session .s-session-caution__btn {
		margin-top: 30px;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
.chefs-session .s-session-caution__btn a:first-child {
		margin-bottom: 15px;
	}
	
   /* ------------------------------------------
session *index
------------------------------------------ */
   .chefs-session .mainvisual {
      height: 300px;
      margin-bottom: 50px;
      background: url("../img/session/index_pic_mainvisual01.jpg") center center no-repeat;
      background-size: cover;
   }
   .chefs-session .mainvisual h2 {
      width: auto;
      left: 15px;
      bottom: 30px;
   }
   .chefs-session .mainvisual h2 img {
      width: auto;
      height: 10vw;
   }
   /* session */
   .chefs-session .s-session__search {
      margin: 0 auto 70px;
      display: block;
   }
   .chefs-session .s-session__search > div {
      font-size: 1.8rem;
      margin: 0 0 10px;
   }
   .chefs-session .s-session__search .s-session__input_search {
      font-size: 1.8rem;
      width: calc(100% - 80px);
   }
   .chefs-session .s-session {
      margin-bottom: 100px;
   }
   .chefs-session .s-session h2 {
      font-size: 1.2rem;
      margin-bottom: 40px;
   }
   .chefs-session .s-session h2 img {
      width: 214px;
      margin-bottom: 10px;
   }
   .chefs-session .s-session__list {
      width: 100%;
      margin: 0;
   }
   .chefs-session .s-session__list li,
   .chefs-session .s-session__list li:nth-child(3n){
      font-size: 1.3rem;
      width: 100%;
      margin: 0 0 60px;
   }
   .chefs-session .s-session__list li:last-child {
      margin: 0;
   }
   .chefs-session .s-session__list li a.s-session__list__btn01 {
      max-width: 100%;
      margin: 0 0 20px !important;
   }
   .chefs-session .s-session__list li a.s-session__list__btn01 span.icon02 {
      top: 1px;
      left: auto;
      right: 3px;
      margin: 0;
   }
   .chefs-session .s-session__list__photo {
      height: 100%;
   }
   .chefs-session .s-session__list__title {
      height: auto !important;
      padding: 7px 120px 7px 10px;
   }
   .chefs-session .s-session__list__text {
      height: auto !important;
      margin-bottom: 15px;
   }
   .chefs-session .s-session__list__chef p {
      width: calc(100% - 160px);
   }
   .chefs-session .s-session__list__date {
      padding: 6px 8px 12px;
      font-size: 2.2rem;
   }
   .chefs-session .s-session__list__date span {
      padding: 0 6px;
   }
   .chefs-session .s-session__list__date span.month {
      font-size: 1.8rem;
   }
   .chefs-session .s-session__list__date span.year {
      font-size: 1.6rem;
   }
   .chefs-session .s-calendar {
      width: 100%;
      margin-bottom: 100px;
   }
   .chefs-session .s-calendar .s-calendar__headline h2 {
      font-size: 1.2rem;
      margin: 0;
      top: 5px;
   }
   .chefs-session .s-calendar .s-calendar__headline h2 img {
      width: 99px;
      height: auto;
      float: none;
      margin-right: 10px;
   }
   .chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date {
      margin: 0 5px 0 0;
   }
   .chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date .year {
      font-size: 2.0rem;
      margin: 0 10px 0 0;
   }
   .chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date .month-num {
      font-size: 4.0rem;
      margin: 0;
   }
   .chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date .month-en {
      font-size: 2.0rem;
   }
   .chefs-session .s-calendar .s-calendar__headline .s-calendar__headline__date .month-num:before {
      width: 1px;
      height: 40px;
      margin: 0 10px 0 0;
   }
   .chefs-session .s-calendar table th {
      font-size: 1.2rem;
      max-width: 1px;
      padding: 3px;
      background: #dedede;
      border-left: solid 2px #fff;
      border-right: solid 2px #fff;
      border-bottom: solid 2px #fff;
   }
   .chefs-session .s-calendar table td {
      font-size: 1.0rem;
      vertical-align: top;
      max-width: 1px;
      height: 50px;
      padding: 3px;
      border-left: solid 2px #fff;
      border-right: solid 2px #fff;
      border-bottom: solid 2px #fff;
   }
   .chefs-session .s-calendar table td .day {
      font-size: 1.0rem;
      width: auto;
      float: none;
      margin: 0 0 5px;
   }
   .chefs-session .s-calendar table td .event p.e-time {
      font-size: 1.0rem;
   }
   /* ------------------------------------------
session *detail
------------------------------------------ */
   /* detail */
   .chefs-session .s-detail {
      width: 100%;
      padding-top: 100px;
      margin-bottom: 50px;
   }
   .chefs-session .s-detail h2 {
      margin-bottom: 15px;
   }
   .chefs-session .s-detail .s-detail__block--top {
      margin: 0 0 60px;
   }
   .chefs-session .s-detail .s-detail__block--bottom {
      margin: 0 0 60px;
   }
   .chefs-session .s-detail .s-detail__block__inner {
      height: auto !important;
   }
   .chefs-session .s-detail .s-detail__tag {
      margin: 0 0 50px;
   }
   .chefs-session .s-detail .s-detail__tag ul li a {
      font-size: 1.2rem;
   }
   .chefs-session .s-detail .s-detail__photo {
      width: 100%;
      float: none;
      margin: 0 0 30px;
      top: initial;
      left: initial;
   }
   .chefs-session .s-detail .s-detail__photo .s-session__list__date {
      padding: 6px 10px;
      left: 20px;
   }
   .chefs-session .s-detail .s-detail__photo .s-session__list__date span.month {
      font-size: 2.0rem;
   }
   .chefs-session .s-detail .s-detail__photo .s-session__list__date span.year {
      font-size: 1.8rem;
   }
   .chefs-session .s-detail .s-detail__photo__main {
      height: auto;
   }
   .chefs-session .s-detail .s-detail__photo__sub ul li {
      width: calc(97% / 4);
      margin: 0 1% 1% 0;
      height: 100%;
   }
   .chefs-session .s-detail .s-detail__photo__sub ul li:nth-child(1), .chefs-session .s-detail .s-detail__photo__sub ul li:nth-child(5) {
      margin: 0 1% 1% 0;
   }
   .chefs-session .s-detail .s-detail__photo__sub ul li:nth-child(4), .chefs-session .s-detail .s-detail__photo__sub ul li:nth-child(8) {
      margin: 0 0 1%;
   }
   .chefs-session .s-detail .s-detail__photo__sub ul li {
      width: calc(97% / 4);
      margin: 0 1% 1% 0;
      height: auto;
   }
   .chefs-session .s-detail .s-detail__photo__sub ul li div {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
   }
   .chefs-session .s-detail .s-detail__photo__sub ul li div:before {
      content: "";
      display: block;
      padding-top: 100%;
   }
   .chefs-session .s-detail .s-detail__photo__sub ul li div img {
      width: 100%;
      max-width: initial;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      object-fit: cover;
      font-family: 'object-fit: contain;';
   }
   .chefs-session .s-detail .s-detail__p_info dl {
      font-size: 1.3rem;
   }
   .chefs-session .s-detail .s-detail__p_info dl dt {
      width: 85px;
      margin: 0 0 15px;
   }
   .chefs-session .s-detail .s-detail__p_info dl dd {
      margin: 0 0 15px;
   }
   .chefs-session .s-detail .s-detail__p_info dl dd .chef__photo{
	   float: left;
	   width: 25%;
		margin-bottom: 10px;
   }
   .chefs-session .s-detail .s-detail__p_info dl dd .chef__info{
	   float: right;
	   width: 71%;
		margin-bottom: 10px;
   }
   .chefs-session .s-detail .s-detail__p_info dl dd .chef__info p {
	   margin-bottom: 5px;
	   line-height: 1.3;
   }
   .chefs-session .s-detail .s-detail__p_info dl dd .chef__info p.shop {
	   font-size: 1.3rem;
	   padding-top: 5px;
	   margin-bottom: 0;
	   border-top: 1px dotted #999;
   }
   .chefs-session .s-detail .s-detail__p_info dl dd a.btn {
		clear: both;
   }
   .chefs-session .s-detail .s-detail__p_appli {
      float: none;
      margin: 0;
   }
   .chefs-session .s-detail .s-detail__p_appli a,
	.chefs-session .s-detail .s-detail__p_appli button{
      width: 260px;
      margin: 30px auto 0 !important;
      display: block;
   }
   .chefs-session .s-detail .s-detail__col1, .chefs-session .s-detail .s-detail__col2 {
      width: 100%;
   }
   .chefs-session .s-detail .s-detail__col_info {
      margin: 0 0 45px;
   }
   .chefs-session .s-detail .s-detail__col_info h3 {
      font-size: 1.6rem;
   }
   .chefs-session .s-detail .s-detail__col_info p {
      font-size: 1.3rem;
   }
}