@charset "UTF-8";

/* ▼▼▼ ミオワークショップ トップ
=====================================*/
#workshop .read{
	margin:50px auto;
	font-size:14px;
	text-align: center;
	}
	#workshop .read span{
		display: block;
		padding:0 0 5px 0;
		text-align: center;
		color:#D67C86;
		font-size:22px;
		font-weight: bold;
		}

#workshop .tab_item_wrap{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom:2px solid #CCCCCC;
	padding:0 0 5px 0;
	position: relative;
	}
#workshop .tab_item_wrap::before{
	content:'';
	width:10%;
	border-bottom:2px solid #D67C86;
	position: absolute;
	bottom:-2px;
	left:0;
	}
	#workshop .tab_item_wrap div{
		border:1px solid #ccc;
		border-radius: 15px;
		padding:2px 40px;
		color:#000;
		text-align: center;
		cursor: pointer;
		}

	/* ▼ IE用 */
	@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
	#workshop .tab_item_wrap div{
		padding:5px 40px 0;
		}
	}

	#workshop .tab_item_wrap div:hover{
		border:1px solid #D67C86;
		background: #D67C86;
		color:#fff;
		}
	#workshop .tab_item_wrap div:first-of-type{
		margin-right:10px;
		margin-left: auto;
		}

/*
	#workshop .tab_item_wrap > p{
		margin-right:auto;
		}
*/
		#workshop .tab_item_wrap > p span:first-of-type{
			font-size:24px;
			padding:0 10px 0 0;
			}
		#workshop .tab_item_wrap > p span:last-of-type{
			font-size:14px;
			}

#workshop .workshop_block{
	padding:50px 0 0 0;
}
#workshop .workshop_block:last-of-type{
	margin-bottom:60px;
	}

#workshop .workshop_block .workshop_date{
	color:#999;
	font-size:14px;
	}

#workshop .workshop_block .workshop_title{
	padding:0 60px 0 0;
	margin:0 0 30px 0;
	color:#CC6D77;
	font-size:24px;
	position: relative;
	}
#workshop .workshop_block .workshop_title::after{
	content:'';
	width:48px;
	height:48px;
	margin:auto 0;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	}

#workshop .workshop_block .workshop_title.category_flower::after{
	background: url("../img/workshop/icon_pk_flower.png") no-repeat center / contain;
	}
#workshop .workshop_block .workshop_title.category_relaxation::after{
	background: url("../img/workshop/icon_pk_relaxation.png") no-repeat center / contain;
	}
#workshop .workshop_block .workshop_title.category_craft::after{
	background: url("../img/workshop/icon_pk_craft.png") no-repeat center / contain;
	}
#workshop .workshop_block .workshop_title.category_culture::after{
	background: url("../img/workshop/icon_pk_culture.png") no-repeat center / contain;
	}
#workshop .workshop_block .workshop_title.category_gourmet::after{
	background: url("../img/workshop/icon_pk_gourmet.png") no-repeat center / contain;
	}
#workshop .workshop_block .workshop_title.category_special::after{
	background: url("../img/workshop/icon_pk_special.png") no-repeat center / contain;
	}

#workshop .workshop_block .workshop_overview{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}

#workshop .workshop_block .overview_left,
#workshop .workshop_block .overview_right{
	width:48%;
	}

#workshop .workshop_block .overview_left{
	min-height:280px;
	}

#workshop .workshop_block .overview_right{

	}

#workshop .workshop_block .overview_right_top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin:0 0 20px 0;
	}
#workshop .workshop_block .overview_right_top p.img-container{
	width:190px;
	height: 125px;
	border:1px solid #ccc;
	}
#workshop .workshop_block .overview_right_top .img-container + p{
	width:calc(100% - 210px);
	}
#workshop .workshop_block .shop_floor{
	color:#aaa;
	font-size:16px;
	}
#workshop .workshop_block .shop_name{
	font-size:22px;
	font-weight: bold;
	}
#workshop .workshop_block .shop_category{
	font-size:16px;
	}

#workshop .more_btn_white{
	display: table;
	text-align: center;
	min-width: 200px;
	font-size: 14px;
	height: 50px;
	margin: 40px auto;
	position: relative;
	cursor: pointer;
	}
#workshop .more_btn_white span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border:1px solid #000;
	background: #fff;
	color: #000;
	}
	#workshop .more_btn_white::after{
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 10px;
		right: 20px;
		font-size: 20px;
		color: #000;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		}
	#workshop .more_btn_white.close::after{
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 8px;
		right: 20px;
		font-size: 20px;
		color: #000;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		}


#workshop .workshop_block .accordion_area{
	display: none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
#workshop .workshop_block .accordion_area table{
	width:100%;
	}
#workshop .workshop_block .accordion_area table tr th,
#workshop .workshop_block .accordion_area table tr td{
	border-bottom:1px dotted #ccc;
	padding:20px 0;
	}
#workshop .workshop_block .accordion_area table tr th{
	width:13%;
	}
#workshop .workshop_block .accordion_area table tr:last-of-type th,
#workshop .workshop_block .accordion_area table tr:last-of-type td{
	border: none;
	}
#workshop .workshop_block .accordion_area table tr td p:not(:last-of-type){
	margin: 0 0 10px 0
	}
#workshop .workshop_block .accordion_area table tr td p.accepting,
#workshop .workshop_block .accordion_area table tr td p.closed{
	display: inline-block;
	padding-right: 100px;
	position: relative;
	}
#workshop .workshop_block .accordion_area table tr td p.accepting::after,
#workshop .workshop_block .accordion_area table tr td p.closed::after{
	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;
	width:85px;
	max-height: 26px;
	border-radius:13px;
	margin:auto;
	color:#fff;
	text-align: center;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	}

	/* ▼ IE用 */
	@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
	#workshop .workshop_block .accordion_area table tr td p.accepting::after,
	#workshop .workshop_block .accordion_area table tr td p.closed::after{
		display: block;
		}
	}

#workshop .workshop_block .accordion_area table tr td p.accepting::after{
	content:'受付中';
	background:#D67C86;
	font-size:14px;
	}
#workshop .workshop_block .accordion_area table tr td p.closed::after{
	content:'受付終了';
	background:#8d8d8d;
	font-size:13px;
	}
#workshop .workshop_block .accordion_area table tr td p.stop::after{
	content:' 【開催中止】';
	background:#ffff00;
	font-size:16px;
	font-weight: bold;
	}
	}
	
	
	/* ▼ IE用 */
	@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
	#workshop .workshop_block .accordion_area table tr td p.accepting::after{
		padding:5px 0;
		}
	#workshop .workshop_block .accordion_area table tr td p.closed::after{
		padding:5px 0;
		}
	}




#workshop .workshop_block .accordion_area table tr td a:link{
	color:#D67C86;
	}
#workshop .workshop_block .accordion_area table tr td .tel-moji{
	display: inline-block;
	background: #000;
	padding:3px 10px 3px 25px;
	margin:10px 0 0 0;
	color:#fff;
	position: relative;
	}

	/* ▼ IE用 */
	@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
	#workshop .workshop_block .accordion_area table tr td .tel-moji{
		padding:6px 10px 0 25px;
		}
	}


#workshop .workshop_block .accordion_area table tr td .tel-moji::before{
	content:'';
	width:12px;
	height:15px;
	background: url(../img/workshop/icon_tel.png) no-repeat center / contain;
	margin:auto;
	position: absolute;
	top:0;
	bottom:0;
	left:10px;
	}

#workshop .archive_link{
	min-width:260px;
	margin:60px auto;
	line-height:1.3;
	}

#workshop .icon_guide{
	width:100%;
	background:#F8F2E9;
	}
#workshop .icon_guide ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:75%;
	max-width: 750px;
	padding:30px 0 20px 0;
	margin:0 auto;
	}
#workshop .icon_guide ul li:nth-of-type(3n+2){
	width:43%;
	}
#workshop .icon_guide ul li:nth-of-type(3n+3){
	width:27%;
	}
#workshop .icon_guide ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width:30%;
	margin:0 0 15px 0;
	}
#workshop .icon_guide ul li img{
	width:40px;
	height:40px;
	margin:0 10px 0 0;
	}

/* ▼▼▼ ミオワークショップ アーカイブ
=====================================*/
.archive_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
.archive_wrap::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
	}

.archive_wrap > div.archive_block{
	width:32%;
	padding:50px 0;
	}
.archive_wrap > div.archive_block:nth-of-type(3n){
	position: relative;
	}
.archive_wrap .archive_block .archive_mainphoto{
	margin-bottom:20px;
	position: relative;
	overflow: hidden;
	}
.archive_wrap .archive_block .archive_mainphoto::after{
	content:'';
	width:48px;
	height:48px;
	position: absolute;
	top:10px;
	left:10px;
	z-index: 2;
	pointer-events: none;
	}
.archive_wrap .archive_block .archive_mainphoto.category_flower::after{
	background: url("../img/workshop/icon_wh_flower.png") no-repeat center / contain;
	}
.archive_wrap .archive_block .archive_mainphoto.category_relaxation::after{
	background: url("../img/workshop/icon_wh_relaxation.png") no-repeat center / contain;
	}
.archive_wrap .archive_block .archive_mainphoto.category_craft::after{
	background: url("../img/workshop/icon_wh_craft.png") no-repeat center / contain;
	}
.archive_wrap .archive_block .archive_mainphoto.category_culture::after{
	background: url("../img/workshop/icon_wh_culture.png") no-repeat center / contain;
	}
.archive_wrap .archive_block .archive_mainphoto.category_gourmet::after{
	background: url("../img/workshop/icon_wh_gourmet.png") no-repeat center / contain;
	}
.archive_wrap .archive_block .archive_mainphoto.category_special::after{
	background: url("../img/workshop/icon_wh_special.png") no-repeat center / contain;
	}

.archive_wrap .archive_block .archive_mainphoto > p{
	width: 100%;
	padding: 0 10%;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	pointer-events: none;
	}
.archive_wrap .archive_block .archive_mainphoto a{
	display: block;
	padding-bottom:100%;
	position: relative;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
	}
.archive_wrap .archive_block .archive_mainphoto a::after{
	content:'';
	width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.3);
	mix-blend-mode: multiply;
	position: absolute;
	z-index: 1;
	}

.archive_wrap .archive_block .archive_mainphoto:hover > a {
    opacity: 1!important;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}


#workshop .archive_block .workshop_date{
	color:#999;
	font-size:14px;
	margin: 0 0 10px 0;
	}

#workshop .archive_block .workshop_title{
	padding:0 60px 0 0;
	margin:0 0 30px 0;
	color:#CC6D77;
	font-size:24px;
	position: relative;
	}
#workshop .archive_block .workshop_title::after{
	content:'';
	width:48px;
	height:48px;
	margin:auto 0;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	}

#workshop .shop_data{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	}
#workshop .shop_data > p:first-of-type{
	width:100px;
	height:66px;
	border:1px solid #ccc;
	}
#workshop .shop_data > p:last-of-type{
	width:calc(100% - 120px);
	}
#workshop .shop_data span{
	display: block;
	}
#workshop .shop_data .shop_floor{
	color:#aaa;
	font-size:14px;
	}
#workshop .shop_data .shop_name{
	margin-bottom:5px;
	font-size:18px;
	font-weight: bold;
	}
#workshop .shop_data .shop_category{
	font-size:12px;
	line-height: 1;
	}


/* アーカイブ詳細 */
.inner_box{
	padding: 15px 0 0 15px;
	}

.event_date{
	width: 90%;
    padding-right: 15px;
    margin: 15px auto 0 auto;
    color: #999;
    font-size: 12px;
	}
.event_name{
	width: 90%;
    padding: 0 70px 0 0;
    margin: 0 auto 20px auto;
    color: #CC6D77;
    font-size: 18px;
    font-weight: bold;
    position: relative;
	}
.event_name:after {
    content: '';
    width: 48px;
    height: 48px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
	}
.event_name.category_flower::after{
	background: url("../img/workshop/icon_pk_flower.png") no-repeat center / contain;
	}
.event_name.category_relaxation::after{
	background: url("../img/workshop/icon_pk_relaxation.png") no-repeat center / contain;
	}
.event_name.category_craft::after{
	background: url("../img/workshop/icon_pk_craft.png") no-repeat center / contain;
	}
.event_name.category_culture::after{
	background: url("../img/workshop/icon_pk_culture.png") no-repeat center / contain;
	}
.event_name.category_gourmet::after{
	background: url("../img/workshop/icon_pk_gourmet.png") no-repeat center / contain;
	}
.event_name.category_special::after{
	background: url("../img/workshop/icon_pk_special.png") no-repeat center / contain;
	}

.event_detail_photo {
    width: calc(100% - 15px);
    margin: 0 auto 0 0;
    font-size: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
	}

/* スライド共通 */
.slick-list,
.slick-track,
.slick-slide,
.slick-slide > div{
	height: 100%!important;
	}

.event_detail_photo .slick-list{
	width: 100%;
	}
.event_detail_photo .slick-list,
.event_detail_photo .slick-track,
.event_detail_photo .slick-slide,
.event_detail_photo .slick-slide > div,
.event_detail_photo .main_slider_wrap .slick-slide > div li {
    text-align: center;
	}
.event_detail_photo .prev_arrow{
	width: 40px;
    height: 40px;
    background: #000;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
	cursor: pointer;
	}
.event_detail_photo .prev_arrow::after{
	content:'';
	display: block;
    width: 9px;
    height: 9px;
    background: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
	}
.event_detail_photo .next_arrow{
	width: 40px;
    height: 40px;
    background: #000;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
	cursor: pointer;
	}
.event_detail_photo .next_arrow::after{
	content:'';
	display: block;
    width: 9px;
    height: 9px;
    background: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
	}

.event_detail_photo li {
    display: inline-block;
    width: 90%!important;
    height: 0;
    padding-bottom: 90%;
    scroll-snap-align: center;
    margin: 0 0 0 0;
	}



.event_detail_photo li a:hover{
	opacity: 1!important;
	}
.event_detail_photo li img{
	width:100%;
	height:100%;
	margin:auto;
	}


.event_textarea{
	padding-right:15px;
	width: 90%;
    margin: 20px auto 0;
	}
.event_textarea .event_text{
	margin:20px 0;
	font-size:12px;
	}
.event_textarea table{
	width:100%;
	margin-bottom: 30px;
	font-size:13px;
	}
.event_textarea table tr th{
	width:20%;
	}
.event_textarea table tr th,
.event_textarea table tr td{
	border-bottom: 1px dotted #ccc;
    padding: 10px 0;
	}
.event_textarea table tr:first-of-type th,
.event_textarea table tr:first-of-type td{
	border-top: 1px solid #ccc;
	}
.event_textarea table tr:last-of-type th,
.event_textarea table tr:last-of-type td{
    border-bottom: 1px solid #ccc;
	}


a.btn_close{
	display: block;
	text-align: center;
	position: relative;
	}
a.btn_close::before{
	content:'';
	width:15px;
	height:15px;
	background: url(../img/workshop/close.png) no-repeat center;
	background-size:cover;
	position:absolute;
	top:5px;
	left:calc(50% - 3em);
	}

a.btn_close:link{
	color:#000;
	}
a.btn_close:hover{
	text-decoration: none;
	opacity: 0.8;
	}
a.btn_close:visited{
	color:#000;
	}

#cboxMiddleLeft,
#cboxBottomLeft,
#cboxMiddleRight{
	display: none;
	}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
	-ms-overflow-style: none;
	}
#cboxOverlay{
	background: #000!important;
	}
#cboxLoadedContent {
	margin:0;
	}


/* ボタン */
#workshop .more_btn{
	max-width: 340px;
	width: 100%;
	height: 60px;
}
#workshop .more_btn a{
	background: #CC6D77!important;
	font-size: 16px;
}
#workshop .more_btn:after{
	top: 16px;
}


/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

/* ▼▼▼ ミオワークショップ トップ
=====================================*/
#workshop .container{
	padding:0 15px;
	}
#workshop .workshop_mv.container {
    padding: 0;
	}
#workshop .read {
	margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
	}
#workshop .read span {
    font-size: 18px;
    padding: 0 0 10px 0;
	}
#workshop .tab_item_wrap div {
	padding: 3px 25px 2px 25px;
	}
#workshop .tab_item_wrap::before {
    width: 15%;
	}


#workshop .workshop_block {
    padding: 30px 0 0 0;
	}
#workshop .workshop_block .workshop_date{
	font-size:12px;
	}
#workshop .workshop_block .workshop_title{
	padding: 0 80px 0 0;
	font-size:18px;
	}
#workshop .workshop_block .workshop_overview{
	display: block;
	}
#workshop .workshop_block .overview_left {
    min-height: 240px;
	margin:0 0 20px 0;
	}
#workshop .workshop_block .overview_left,
#workshop .workshop_block .overview_right {
    width: 100%;
	}
#workshop .workshop_block .overview_right_top p.img-container {
    width: 100px;
    height: 66px;
	}
#workshop .workshop_block .overview_right_top .img-container + p {
    width: calc(100% - 120px);
	}

#workshop .workshop_block .shop_floor{
	font-size:14px;
	}
#workshop .workshop_block .shop_name{
	font-size:18px;
	}
#workshop .workshop_block .shop_category{
	font-size:11px;
	}
#workshop .more_btn_white {
    margin: 30px auto;
	}
#workshop .workshop_block .accordion_area table{
	table-layout: fixed;
	}
#workshop .workshop_block .accordion_area table tr th,
#workshop .workshop_block .accordion_area table tr td {
    padding: 15px 0;
	}
#workshop .workshop_block .accordion_area table tr th {
    width: 20%;
	}
#workshop .workshop_block .accordion_area table tr td p.accepting,
#workshop .workshop_block .accordion_area table tr td p.closed {
    padding-right: 80px;
	}
#workshop .workshop_block .accordion_area table tr td p.accepting::after,
#workshop .workshop_block .accordion_area table tr td p.closed::after {
    width: 68px;
	padding:1px 0;
	font-size:12px;
	}
#workshop .workshop_block .accordion_area table tr td .tel-moji{
    padding: 1px 6px 1px 18px;
	font-size:11px;
    margin: 5px 0 0 0;
    color: #fff;
    position: relative;
	}
#workshop .workshop_block .accordion_area table tr td .tel-moji::before {
    content: '';
    width: 8px;
    height: 10px;
	left: 6px;
	}
#workshop .workshop_block .accordion_area table tr td .tel-moji a:link {
    color: #fff;
	}
#workshop .icon_guide ul{
	width:90%;
	padding:30px 0 20px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
#workshop .icon_guide ul li{
	width:48%;
	line-height: 1.2;
	}

#workshop .icon_guide ul li:nth-of-type(3n+2){
	width:48%;
	}
#workshop .icon_guide ul li:nth-of-type(3n+3){
	width:48%;
	}
#workshop .icon_guide ul li img{
	width:25px;
	height:25px;
	margin: 0 5px 0 0;
	}
#workshop .archive_link {
    margin: 40px auto 60px;
	}


/* ボタン */
#workshop .more_btn{
	width: 100%;
}



/* ▼▼▼ ミオワークショップ アーカイブ
=====================================*/
.archive_wrap {
    display:block;
	}
	.archive_wrap > div.archive_block {
		width: 100%;
		border-bottom:1px solid #ccc;
		padding: 30px 0;
		}
		.archive_wrap > div.archive_block:last-of-type {
			border-bottom:none;
			}

.archive_wrap .archive_block .archive_mainphoto:hover > a {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
	}


#cboxContent {
    width: 100%!important;
	}

#cboxLoadedContent {
    width: 100%!important;
	}
.inner_box {
    overflow: hidden;
    padding: 15px 0 0 0;
	}
	.inner_box .event_date,
	.inner_box .event_name,
	.inner_box .event_textarea{
		margin-left: calc(10% - 10px);
		}
	.inner_box .event_textarea{
		margin-right: calc(10% - 10px);
		}

.event_detail_photo {
    height: 70vw;
    margin-left:  calc(10% - 15px);
	}
.event_detail_photo li {
    width: 70vw!important;
    height: 70vw;
	}
a.btn_close::before {
    top: 2px;
    left: calc(50% - 3.5em);
	}

.event_detail_photo .slick-list{
		padding: 0 10% 0 0;
	}

.event_detail_photo .slick-slide{
/*	margin: 0 15px 0 0;*/
	}


}
