@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Noto+Sans+JP:wght@400;800&display=swap');

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
	min-width: 1100px;
	
	color: #fff;
	background-color: #000;
	
	-webkit-text-size-adjust: 100%;
}



#myc
{
	text-align: left;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	
	word-break: break-word;
	
	color: #000000;
	background-color: #ffffff;
}
#myc .en
{
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
	font-weight: 900;
}


#myc .cf:after
{
	content: "";
	display: block;
	clear: both;
}


#myc h1,
#myc h2,
#myc h3,
#myc h4,
#myc h5,
#myc h6,
#myc p
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}


#myc table,
#myc tr,
#myc th,
#myc td,
#myc form
{
	margin: 0;
	padding: 0;

	border-collapse: collapse;
}

#myc input[type=text],
#myc input[type=password],
#myc input[type=email],
#myc input[type=tel],
#myc input[type=date],
#myc textarea,
#myc select,
#myc label
{
	font-size: 16px;
}
#myc button,
#myc input[type=submit],
#myc input[type=button]
{
    border: none;
	-webkit-appearance: none;
	border-radius: 0;
}

#myc th,
#myc td
{
	vertical-align: top;
}

#myc ol,
#myc ul
{
	margin: 0;
	padding: 0 0 0 1.4em;
	list-style-position: outside;
}

#myc img
{
	border: 0;
	
	width: 100%;
	height: auto;
}

#myc .sp-only
{
	display: none;
}

#myc .centerview
{
	position: relative;
	margin: 0 auto;

	width: 1000px;
}

#myc a
{
	color: #c36;
}
#myc a.black
{
	color: #000;
	
	transition-duration: 0.12s;
}
#myc a.black:hover
{
	color: #666;
}

#myc a img
{
	transition-duration: 0.12s;
}
#myc a:hover img
{
	opacity: 0.85;
}

#myc .partition
{
	display: flex;
	justify-content: space-between;
}
#myc .partition .left,
#myc .partition .right
{
	width: 50%;
}

#myc .text+.text
{
	margin-top: 1em;
}

#myc .text-line
{
	display: inline-block;
}



#myc .pagetop-show-position
{
	position: relative;
}

#myc .pagetop-parents
{
	position: relative;
}

#myc #myc-pagetop
{
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 1px;
	height: 1px;
	
	z-index: 1;
}

#myc #myc-pagetop .pagetop
{
	width: 40px;
}
html.remodal-is-locked #myc #myc-pagetop .pagetop
{
	display: none !important;
}
#myc.standby #myc-pagetop .pagetop
{
	opacity: 0;
	pointer-events: none;
	
	transition-duration: 0.12s;
	transition-timing-function: ease-in-out;
}
#myc #myc-pagetop .pagetop.show
{
	opacity: 1;
	pointer-events: inherit;
}

#myc #myc-pagetop .fix-area
{
	position: fixed;
	right: 0;
	bottom: 0;
	
	padding: 16px;
}
#myc #myc-pagetop.no-fix .fix-area
{
	position: inherit;
}


#myc .video .video-thumb
{
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}

#myc .video .video-thumb iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#myc #myc-loading
{
	display: none;
	
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	font-size: 13px;
	color: #ccc;
	
	z-index: 9999;
}
#myc.loading #myc-loading
{
	display: inherit;
}
#myc.loading.loaded #myc-loading
{
	display: none;
}

#myc #myc-loading .center
{
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 100%;
	height: 100%;
}



#myc.loading #myc-loaded
{
	display: none;
}
#myc.loading.loaded #myc-loaded
{
	display: inherit;
}

#myc .common-shadow
{
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}



#myc.standby .accordion .accordion-open .is-open
{
	display: none;
}
#myc.standby .accordion.show .accordion-open .is-open
{
	display: inherit;
}
#myc.standby .accordion.show .accordion-open .is-close
{
	display: none;
}

#myc.standby .accordion .accordion-main
{
	display: none;
}



#myc .section
{
	padding: 80px 0;
}
#myc .section.type-half
{
	padding: 40px 0;
}

#myc .section-title
{
	text-align: center;
}

#myc .section-title .en
{
	font-size: 40px;
	font-style: italic;
	line-height: 1;
}

#myc .section-title .jp
{
	margin-top: 12px;
	
	font-weight: 800;
}

#myc .section-title .jp .border
{
	display: inline-block;
	
	padding-bottom: 8px;
	
	border-bottom: 3px solid #000;
}

#myc .section-inner
{
	margin-top: 64px;
}
#myc .section.type-half .section-inner
{
	margin-top: 32px;
}



#myc .ez-row-ll
{
	margin-top: 48px;
}
#myc .ez-row-l
{
	margin-top: 32px;
}
#myc .ez-row-m
{
	margin-top: 16px;
}
#myc .ez-row-s
{
	margin-top: 8px;
}

#myc .ez-pad-l
{
	padding: 32px 48px;
}
#myc .ez-pad-m
{
	padding: 16px 24px;
}
#myc .ez-pad-s
{
	padding: 8px 12px;
}

#myc .ez-inline
{
	display: inline-block;
}

#myc .ez-zerolist
{
	font-size: 0;
}

#myc .ez-left
{
	text-align: left;
}

#myc .ez-right
{
	text-align: right;
}

#myc .ez-center
{
	text-align: center;
}

#myc .ez-table
{
	display: table;
	
	width: 100%;
}

#myc .ez-tr
{
	display: table-row;
}

#myc .ez-th
{
	display: table-cell;
}

#myc .ez-td
{
	display: table-cell;
}

#myc .ez-wide
{
	width: 100%;
}

#myc .ez-half
{
	width: 50%;
}

#myc .ez-third
{
	width: 33.33%;
}

#myc .ez-flex
{
	display: flex;
}

#myc .ez-content-center
{
	justify-content: center;
}

#myc .ez-flex-wrap
{
	flex-wrap: wrap;
}

#myc .ez-vmiddle
{
	vertical-align: middle;
}
#myc .ez-vtop
{
	vertical-align: top;
}

#myc .ez-small
{
	font-size: 85%;
}
#myc .ez-small-2
{
	font-size: 72%;
}

#myc .ez-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 140%;
}
#myc .ez-large-3
{
	font-size: 200%;
}

#myc .ez-letter-wide
{
	letter-spacing: 0.1em;
}

#myc .ez-letter-normal
{
	letter-spacing: 0;
}

#myc .ez-letter-thin
{
	letter-spacing: -0.02em;
}

#myc .ez-bold
{
	font-weight: 800;
}

#myc .ez-italic
{
	font-style: italic;
}

#myc .ez-nowrap
{
	white-space: nowrap;
}

#myc .ez-relative
{
	position: relative;
}

#myc .ez-red
{
	color: #c36;
}
#myc .ez-gray
{
	color: #999;
}
#myc .ez-green
{
	color: #6DA86D;
}

#myc .ez-white
{
	color: #fff;
}

#myc .ez-bg-white
{
	background-color: #ffffff;
}

#myc .ez-middle
{
	line-height: 1.8;
}
#myc .ez-double
{
	line-height: 2;
}

#myc .ez-subsection
{
	padding: 32px 0;
}
#myc .ez-subsection:first-child
{
	padding-top: 0;
}
#myc .ez-subsection:last-child
{
	padding-bottom: 0;
}

#myc .ez-subsection-inner
{
	margin-top: 32px;
}

#myc .ez-mark
{
	position: relative;
	padding-left: 1em;
}
#myc .ez-mark:before
{
	position: absolute;
	left: 0;
	top: 0;
	
	content: '・';
}
#myc .ez-mark.type-attention:before
{
	position: absolute;
	left: 0;
	top: 0;
	
	content: '※';
}
#myc .ez-mark.type-aster:before
{
	position: absolute;
	left: 0;
	top: 0;
	
	content: '*';
}
#myc .ez-mark.type-kuromaru:before
{
	position: absolute;
	left: 0;
	top: 0;
	
	content: '●';
}

#myc .ez-number-item
{
	position: relative;
	padding-left: 1.4em;
}
#myc .ez-number-item:first-child
{
	counter-reset: myc-number 0;
}
#myc .ez-number-item:before
{
	counter-increment: myc-number 1;
	content: counter(myc-number) '.';
	
	position: absolute;
	left: 0;
	top: 0;
}

#myc .ez-pcwidebox
{
	display: flex;
	justify-content: space-between;
}

#myc .ez-pcwidebox .item
{
	width: 100%;
}
#myc .ez-pcwidebox .item+.item
{
	margin-left: 24px;
}

#myc .ez-image-border
{
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
}

#myc .ez-tabview .ez-tabview-header
{
	display: flex;
}

#myc .ez-tabview .ez-tabview-header .item
{
	flex-grow: 1;

	background-color: #ccc;
}
#myc .ez-tabview .ez-tabview-header .item.active
{
	background-color: #fff;
}

#myc .ez-tabview .ez-tabview-header .item a
{
	display: block;
}
#myc .ez-tabview .ez-tabview-header .item.active a
{
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

#myc .ez-tabview .ez-tabview-content .item
{
	display: none;
}
#myc .ez-tabview .ez-tabview-content .item.active
{
	display: inherit;
}

#myc .ez-wordpress-content>*+*
{
	margin-top: 40px;
}

#myc .ez-under
{
	text-decoration: underline;
}



/*
	modal
*/
#myc .modal
{
	vertical-align: top;
	
	box-sizing: border-box;
	margin: 0 auto;
	
	pointer-events: none;
}
#myc .modal.type-long
{
	width: 100vw;
}

#myc .modal .vertical-center
{
	display: flex;
	align-items: center;
	
	box-sizing: border-box;
	padding: 72px 0;
	min-height: 100vh;
}

#myc .modal .firstview
{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1000px;
	
	pointer-events: auto;
	
	text-align: left;
}
#myc .modal.type-movie .firstview
{
	padding: 0;
	width: 1050px;
}
#myc .modal.type-short .firstview
{
	padding: 64px;
	
	background-color: #fff;
}
#myc .modal.type-long .firstview
{
	padding: 64px;
	
	background-color: #fff;
}

#myc .modal .close-button
{
	display: block;
	
	position: absolute;
	right: 0;
	top: 0;

	width: 48px;
}
#myc .modal.type-movie .close-button
{
	top: -48px;
}
#myc .modal.hide-close .close-button
{
	display: none;
}

#myc .modal .close-fix-area
{
	display: block;
	
	position: fixed;
    right: 32px;
    top: 24px;
	
	cursor: pointer;
	pointer-events: auto;
	
	z-index: 1;
}

#myc .remodal-overlay
{
	background-color: rgba(0,0,0,0.7);
}

#myc .remodal-wrapper::after
{
	height: inherit;
}



/*
	remodal animation
*/
#myc .remodal-overlay.remodal-is-opening,
#myc .remodal-overlay.remodal-is-closing
{
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
#myc .remodal-overlay.remodal-is-opening
{
	animation-name: remodal-overlay-opening-keyframes;
}
#myc .remodal-overlay.remodal-is-closing
{
	animation-name: remodal-overlay-closing-keyframes;
}
#myc .remodal.remodal-is-opening,
#myc .remodal.remodal-is-closing
{
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}
#myc .remodal.remodal-is-opening
{
	animation-name: remodal-opening-keyframes;
}
#myc .remodal.remodal-is-closing
{
	animation-name: remodal-closing-keyframes;
}
@keyframes remodal-opening-keyframes
{
	from
	{
		transform: translateY(-4px);
		opacity: 0;
	}
	to
	{
		transform: none;
		opacity: 1;
	}
}
@keyframes remodal-closing-keyframes
{
	from
	{
		transform: translateY(0px);
		opacity: 1;
	}
	to
	{
		transform: translateY(-4px);
		opacity: 0;
	}
}
@keyframes remodal-overlay-opening-keyframes
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}
@keyframes remodal-overlay-closing-keyframes
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
	}
}



/*
	menu
*/
#myc #myc-menu-open
{
	position: fixed;
	right: 0;
	top: 0;
	
	z-index: 3;
}
#myc #myc-menu-open.hide
{
	display: none;
}

#myc #myc-menu-close
{
	position: absolute;
	right: 0;
	top: 0;
	
	z-index: 3;
}
#myc #myc-menu-close.hide
{
	display: none;
}

#myc #myc-menu
{
	position: fixed;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	z-index: 1;
}

#myc #myc-menu .bg
{
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	background-color: rgba(0,0,0,0.3);
	
	transition-duration: 0.12s;
}

#myc #myc-menu .contents
{
	position: relative;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	padding-left: 200px;
	height: 100%;
	
	margin-left: 50%;
	background-color: #000;
	
	transition-duration: 0.12s;
}

#myc #myc-menu a
{
	color: #fff;
}

#myc #myc-menu .list
{
	text-align: center;
}

#myc #myc-menu .list .item+.item
{
	margin-top: 64px;
}

#myc #myc-menu .list .item img
{
	width: 377px;
}



#myc #myc-menu.hide
{
	pointer-events: none;
}

#myc #myc-menu.hide .bg
{
	opacity: 0;
	
	transition-duration: 0.8s;
}

#myc #myc-menu.hide .contents
{
	opacity: 0;
	transform: translateX(2%);
	
	transition-duration: 0.8s;
}

#myc #myc-menu.hide #myc-menu-close
{
	opacity: 0;
	
	transition-duration: 0.8s;
}










#myc .link-button
{
	display: inline-block;
	
	box-sizing: border-box;
	padding: 12px 28px;
	
	font-weight: 800;
	color: #000;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	
	border: 2px solid #000;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.3);
	
	transition-duration: 0.12s;
}
#myc .link-button:hover
{
	color: #fff;
	
	background-color: #000;
}
#myc .link-button.type-large
{
	padding: 20px 92px;
	
	font-size: 200%;
	font-weight: inherit;
}

#myc .link-button.type-black
{
	color: #fff;
	
	background-color: #000;
}
#myc .link-button.type-black:hover
{
	border: 2px solid #D41414;
	background-color: #D41414;
}

#myc .text-icon
{
	margin-right: 0.4em;
}







#myc #myc-nav
{
	position: sticky;
	top: 0;
	z-index: 2;
	
	color: #fff;
	
	background-color: #000;
}

#myc #myc-nav .centerview
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	height: 86px;
}

#myc #myc-nav a
{
	color: #fff;
	text-decoration: none;
}

#myc #myc-nav .title
{
	line-height: 1;
	font-size: 24px;
}

#myc #myc-nav .nav
{
	display: flex;
}

#myc #myc-nav .nav .item
{
	line-height: 1;
}
#myc #myc-nav .nav .item+.item
{
	margin-left: 32px;
}

#myc #myc-nav .nav .item a
{
	display: block;
	
	box-sizing: border-box;
	padding: 12px 0;
	
	/*background-color: rgba(255,255,0,0.5);*/
	
	border-bottom: 3px solid transparent;
	
	transition-duration: 0.12s;
}
#myc #myc-nav .nav .item.active a,
#myc #myc-nav .nav .item a:hover
{
	border-bottom: 3px solid #fff;
}





#myc #myc-mainvisual
{
	margin-bottom: 48px;
	
	position: relative;
	
	color: #fff;
	
	background-image: url("../images/251201/20251119_100859_AK0428.jpg");
	background-size: cover;
	background-position: center;
}

#myc #myc-mainvisual .overlay
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	
	background-color: rgba(0,0,0,0.2);
}

#myc #myc-mainvisual .centerview
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	height: 660px;
}

#myc #myc-mainvisual .title
{
	font-size: 56px;
	line-height: 1;
}

#myc #myc-mainvisual .catch
{
	margin-top: 24px;
}

#myc #myc-mainvisual .reserve-button-area
{
	position: absolute;
	left: 0;
	bottom: 0;
	
	display: flex;
	justify-content: center;
	
	width: 100%;
	
	transform: translateY(50%);
}

#myc #myc-mainvisual .reserve-button-area .reserve-button
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	width: 150px;
	height: 150px;
	
	line-height: 1;
	color: #fff;
	text-decoration: none;
	
	background-color: #B92604;
	border-radius: 500px;
	
	transition-duration: 0.12s;
}
#myc #myc-mainvisual .reserve-button-area .reserve-button:hover
{
	background-color: #000;
}

#myc #myc-mainvisual .reserve-button-area .reserve-button .label-01
{
	display: block;
	
	font-size: 40px;
}

#myc #myc-mainvisual .reserve-button-area .reserve-button .label-02
{
	display: block;
	
	margin-top: 12px;
	
	font-size: 12px;
}





#myc #myc-underconstruction
{
	color: #fff;
	
	background-color: #A12323;
}





#myc #myc-about .partition .image+.image
{
	padding-left: 16px;
}





#myc #myc-photo .list
{
	display: flex;
	flex-wrap: wrap;
}

#myc #myc-photo .list .item
{
	box-sizing: border-box;
	
	width: 33.333%;
	
	padding-left: 1px;
}
#myc #myc-photo .list .item:nth-child(3n-2)
{
	padding-left: inherit;
}
#myc #myc-photo .list .item:nth-child(n+4)
{
	padding-top: 1px;
}





#myc #myc-price .price-list table
{
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

#myc #myc-price .price-list table tr th,
#myc #myc-price .price-list table tr td
{
	padding: 12px 24px;
	
	line-height: 1;
	
	border: 1px solid #fff;
}

#myc #myc-price .price-list table tr .time
{
	text-align: center;
}

#myc #myc-price .price-list table tr .price
{
	width: 110px;
	
	text-align: center;
	color: #333;
	
	background-color: #E7E7E7;
}
#myc #myc-price .price-list table tr .price+.price
{
	background-color: #FFDEDA;
}

#myc #myc-price .price-list table .header .time
{
	color: #fff;
	background-color: #000;
}
#myc #myc-price .price-list table .header .price
{
	text-align: center;
	color: #fff;
	
	background-color: #999999;
}
#myc #myc-price .price-list table tr.header .price+.price
{
	background-color: #D07B75;
}






#myc #myc-guide
{
	background-color: #eeeeee;
}

#myc #myc-guide .list .item
{
	display: flex;
}
#myc #myc-guide .list .item+.item
{
	margin-top: 60px;
}

#myc #myc-guide .list .item .number
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	box-sizing: border-box;
	padding: 20px;
	width: 180px;
	
	text-align: center;
	color: #fff;
	background-color: #000;
}

#myc #myc-guide .list .item .text
{
	flex: 1;
	margin-left: 80px;
}





#myc #myc-map .map
{
	width: 100%;
	height: 500px;
}





#myc #myc-footer
{
	padding-bottom: 40px;
	
	color: #fff;
	
	background-color: #000;
}

#myc #myc-footer a
{
	color: #fff;
	text-decoration: none;
}

#myc #myc-footer .title
{
	font-size: 24px;
}

#myc #myc-footer .copyright
{
	color: #999999;
}





#myc *[data-remodal-id="myc-modal-remotelock"] .list
{
	margin: 0;
	padding: revert;
	
	list-style-position: outside;
}

#myc *[data-remodal-id="myc-modal-remotelock"] .list li+li
{
	margin-top: 16px;
}





#myc #myc-subheader
{
	color: #fff;
	background-color: #BEBEBE;
}

#myc #myc-subheader .title
{
	font-size: 56px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}





#myc #myc-rules .list
{
	margin: 0;
	padding: revert;
	
	list-style-position: outside;
}

#myc #myc-rules .list li+li
{
	margin-top: 40px;
}

#myc #myc-rules .list .establish
{
	margin: 20 0 0 0;
	padding: revert;
	list-style: none;
}



#myc #myc-form-header
{
	padding: 32px 0;
	
	line-height: 1;
	
	background-color: #9A9A9A;
}

#myc #myc-form-header .prev-button
{
	position: absolute;
	left: 0;
	top: 50%;
	
	color: #000;
	
	transform: translateY(-50%);
}





#myc #myc-flush
{
	padding: 48px 0;
	
	color: #fff;
	background-color: #B74141;
}
#myc #myc-flush.type-finish
{
	background-color: mediumseagreen;
}





#myc #myc-form
{
    box-sizing: border-box;
    min-height: 64vh;
    
	background-color: #E2E2E2;
}

#myc #myc-form .hr
{
	border-top: 1px solid #fff;
	border-bottom: inherit;
}

#myc #myc-form .form .error
{
	display: inline-block;
	
	margin-top: 8px;
	padding: 2px 8px;
	
	color: #fff;
	background-color: #B74141;
	border-radius: 4px;
}

#myc #myc-form .form .item
{
	display: flex;
}
#myc #myc-form .form .item+.item
{
	margin-top: 32px;
}

#myc #myc-form .form .item .label
{
	margin-top: 4px;
	
	box-sizing: border-box;
	padding-right: 24px;
	width: 240px;
	
	text-align: right;
}
#myc #myc-form .form .item .input-area
{
	flex: 1;
}

#myc #myc-form .form .buttons
{
	margin-top: 32px;
}

#myc #myc-form .buttons
{
	text-align: center;
}
#myc #myc-form .buttons *+*
{
	margin: 0 24px;
}

#myc #myc-form input[type=text],
#myc #myc-form input[type=password],
#myc #myc-form input[type=email],
#myc #myc-form input[type=tel],
#myc #myc-form input[type=date],
#myc #myc-form textarea,
#myc #myc-form select,
#myc #myc-form label
{
	box-sizing: border-box;
	padding: 8px 12px;
	width: 100%;
	
	font-size: 16px;
	
	border: none;
	border-radius: 4px;
}
#myc #myc-form textarea
{
	height: 120px;
}

#myc #myc-form button,
#myc #myc-form input[type=submit],
#myc #myc-form input[type=button]
{
	box-sizing: border-box;
	padding: 12px 36px;
	
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	
    border: 2px solid #000;
	border-radius: 100px;
	background-color: #000;
	-webkit-appearance: none;
	
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.3);
	
	cursor: pointer;
	
	transition-duration: 0.12s;
}
#myc #myc-form button:hover,
#myc #myc-form input[type=submit]:hover,
#myc #myc-form input[type=button]:hover
{
	color: #000;
	
	background-color: #fff;
	
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
}

#myc #myc-form button:disabled,
#myc #myc-form input[type=submit]:disabled,
#myc #myc-form input[type=button]:disabled
{
	color: #ddd !important;
	border: 2px solid #aaa !important;
	background-color: #aaa !important;
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.3) !important;
	cursor: inherit;
}

#myc #myc-form input[type=checkbox]
{
	width: 20px;
	height: 20px;
	
	vertical-align: top;
}





#myc #myc-form .space-header
{
	display: flex;
	justify-content: space-between;
}

#myc #myc-form .reserve-list .item
{
	position: relative;
	
	display: block;
	/*padding: 24px 32px;*/
	
	overflow: hidden;
	
	color: #000;
	text-decoration: none;
	
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
	
	transition-duration: 0.12s;
}
#myc #myc-form .reserve-list a.item:hover
{
	background-color: #eee;
}
#myc #myc-form .reserve-list .item+.item
{
	margin-top: 32px;
}

#myc #myc-form .reserve-list .item .section-area,
#myc #myc-form .reserve-list .item .type-right-top
{
	padding: 24px 32px;
}
#myc #myc-form .reserve-list .item .section-area+.section-area
{
	border-top: 1px solid #E5E5E5;
}
#myc #myc-form .reserve-list .item .section-area.type-red
{
	color: #fff;
	background-color: #B74141;
}

#myc #myc-form .reserve-list .item .type-right-top
{
	position: absolute;
	right: 0;
	top: 0;
}





#myc #myc-form .coupon-list
{
	display: flex;
	flex-wrap: wrap;
}

#myc #myc-form .coupon-list .item
{
	margin-left: 3%;
	width: 48.5%;
}
#myc #myc-form .coupon-list .item:nth-child(2n-1)
{
	margin-left: 0;
}
#myc #myc-form .coupon-list .item:nth-child(n+3)
{
	margin-top: 32px;
}

#myc #myc-form .coupon-list .item .radio
{
	display: none;
}

#myc #myc-form .coupon-list .item .box
{
	display: block;
	
	box-sizing: border-box;
	padding: 28px;
	height: 100%;
	
	background-color: #fff;
	border-radius: 12px;
}
#myc #myc-form .coupon-list .item label.box,
#myc #myc-form .coupon-list .item a.box
{
	cursor: pointer;
	
	transition-duration: 0.12s;
}
#myc #myc-form .coupon-list .item a.box
{
    color: inherit;
    text-decoration: inherit;
}
#myc #myc-form .coupon-list .item.type-notuse .box
{
	background-color: #eee;
}
#myc #myc-form .coupon-list .item .radio:not(:checked)+.box:hover,
#myc #myc-form .coupon-list .item a.box:hover
{
	background-color: rgba(255,255,255,0.72);
}
#myc #myc-form .coupon-list .item .radio:checked+.box,
#myc #myc-form .coupon-list .item a.box:focus
{
	color: #fff;
	background-color: #000;
}

#myc #myc-form .coupon-list .item .box .check .type-enable
{
	display: none;
}
#myc #myc-form .coupon-list .item .radio:checked+.box .check .type-enable,
#myc #myc-form .coupon-list .item a.box:focus .check .type-enable
{
	display: inherit;
}

#myc #myc-form .coupon-list .item .radio+.box .check .type-disable,
#myc #myc-form .coupon-list .item a.box .check .type-disable
{
	color: rgba(0,0,0,0.08);
}
#myc #myc-form .coupon-list .item .radio:checked+.box .check .type-disable,
#myc #myc-form .coupon-list .item a.box:focus .check .type-disable
{
	display: none;
}





#myc #myc-form .side-buttons .item+.item
{
	margin-left: 20px;
}





#myc #myc-form .calendar
{
    border-left: 1px solid #BCC5E3;
	border-top: 1px solid #BCC5E3;
}

#myc #myc-form .calendar .row
{
    display: flex;
}

#myc #myc-form .calendar .col-list
{
    display: flex;
    flex-direction: row;
}

#myc #myc-form .calendar .col-list .col
{
    width: 100%;
}

#myc #myc-form .calendar .day
{
	display: block;
	
    box-sizing: border-box;
	padding: 16px 8px;
    width: 100%;
	min-height: 120px;

    color: inherit;
    text-decoration: inherit;

    border-right: 1px solid #BCC5E3;
	border-bottom: 1px solid #BCC5E3;
	
	background-color: rgba(255,255,255,0.1);
}
#myc #myc-form .calendar .row.type-header .day,
#myc #myc-form .calendar .day.type-header
{
	min-height: inherit;
	
	text-align: center;
	color: #A2A2A2;
}
#myc #myc-form .calendar .col-list .day
{
	padding: inherit;
	min-height: inherit;
	
	text-align: center;
	font-size: 12px;
}
#myc #myc-form .calendar a.day:hover
{
    background-color: rgba(188,197,227,0.2);
}
#myc #myc-form .calendar .day.type-sat
{
    background-color: rgba(0,0,255,0.05);
}
#myc #myc-form .calendar .day.type-sun,
#myc #myc-form .calendar .day.type-holi
{
	background-color: rgba(255,0,0,0.05);
}
#myc #myc-form .calendar .day.type-disabled
{
    background-color: rgba(0,0,0,0.08);
}

#myc #myc-form .calendar .day .number
{
	padding: 0 8px;
}

#myc #myc-form .calendar .times
{
	margin-top: 8px;
}

#myc #myc-form .calendar .times .item
{
	display: inline-block;
	
	padding: 4px 8px;
	
	font-size: 12px;
	line-height: 1;
	color: #fff;
	
    background-color: #999999;
	border-radius: 6px;
}
#myc #myc-form .calendar .times .item+.item
{
    margin-top: 4px;
}





#myc #myc-list table
{
	width: 950px;
	border: solid 1px #333;
}

#myc #myc-list table td
{
	border: solid 1px #333;
	padding: 5px;
}

#myc #myc-list table td:first-child
{
	font-weight: bold;
}

#myc #myc-list table td:last-child
{
	text-align: center;
}


#myc #myc-list table tr:first-child
{
	background-color: #666;
	color: #fff;
	font-weight: bold;
}







/*
	scrollmagic
*/
#myc.standby .scrollmagic
{
	opacity: 0;
	transition-duration: 0.8s;
	transition-timing-function: sine-out;
	transform: translateY(12px);
}

#myc.standby .scrollmagic.show
{
	opacity: 1 !important;
	transform: translateX(0) translateY(0) scale(1) !important;
}
#myc.standby .scrollmagic:nth-child(2) {transition-delay: 0.1s;}
#myc.standby .scrollmagic:nth-child(3) {transition-delay: 0.2s;}
#myc.standby .scrollmagic:nth-child(4) {transition-delay: 0.3s;}
#myc.standby .scrollmagic:nth-child(5) {transition-delay: 0.4s;}
#myc.standby .scrollmagic:nth-child(6) {transition-delay: 0.5s;}
#myc.standby .scrollmagic:nth-child(n+7) {transition-delay: 0.6s;}



/*
	transition
*/
#myc.standby.reset *
{
	transition-delay: 0s !important;
	transition-duration: 0s !important;
}
