.Logo-text,
.Around-title,
.Menu-list,
.shop_tel,
.type_menu .Menu-cat-Title {
	font-family: 'Josefin Sans',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.calendar_date .num_day,
.head_week,
.calender_head_button,
.calendar_display_button,
.wrap_calendar .title-En {
	font-family: 'Josefin Sans',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*body {
	font-family: 'Josefin Sans',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}*/

/* Light
 * :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.Stage-Head-Top-inner {
	background: rgba(0,0,0,0.04);
	text-align: center;
}

.Stage-Head-Bottom-inner {
	border-top: 1px solid rgba(0,0,0,0.06);
	border-bottom: 1px solid rgba(0,0,0,0.06);
	margin-bottom: 12px;
}

body,
.Stage-Body-Bottom-inner {
	background: rgba(0,0,0,0.64);
}

.Outside-container {
	background: #fff;
}

/* ------------------------------------------ */
.MdPC .Main-label:hover{
	background: rgba(0,0,0,0.02);
}
.MdPC .Main-label:before,
.MdPC .Main-label:after{
	background: rgba(0,0,0,0.3);
}

.MdPC .box_link:before,
.MdPC .box_link:after{
	background: rgba(0,0,0,0.3);
}

/* Dark
 * :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body.thmclrtp_dark {
	background: #323232;
}

.thmclrtp_dark .Stage-Head-Top-inner {
	background: rgba(255,255,255,0.04);
	text-align: center;
}

.thmclrtp_dark .Stage-Head-Bottom-inner {
	border-top: 1px solid rgba(255,255,255,0.06);
	border-bottom: 1px solid rgba(255,255,255,0.06);
	margin-bottom: 12px;
}

.thmclrtp_dark .Stage-Body-Bottom-inner {
	background: rgba(0,0,0,0.64);
}

/* ------------------------------------------ */
.thmclrtp_dark.MdPC .Main-label:hover{
	background: rgba(255,255,255,0.02);
}
.thmclrtp_dark.MdPC .Main-label:before,
.thmclrtp_dark.MdPC .Main-label:after{
	background: rgba(255,255,255,0.3);
}

.thmclrtp_dark.MdPC .box_link:before,
.thmclrtp_dark.MdPC .box_link:after{
	background: rgba(255,255,255,0.3);
}

/* Navi
 * -------------------------------------- */
.Mainnavi .Main-label {
	font-weight: normal;
	padding: 12px 0;
}

/* -◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇
 * TOP PAGE Slide
 * -◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇-◇ */
.Front .Stage-Body-Main-SlIn {
	width: 1360px;
}

@media screen and (max-width: 1360px) {
	.Front .Stage-Body-Main-SlIn {
		width: 100%;
	}
}

/* ------------------------------------------------
 * CSS Anm
 * ------------------------------------------------ */
.MdPC .Main-label {
	/*border:none;*/
	position:relative;
	transition:800ms ease all;
	outline:none;
}
/*.MdPC .Main-label:hover{
	background: rgba(0,0,0,0.02);
}*/
.MdPC .Main-label:before,
.MdPC .Main-label:after{
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	height: 1px;
	width: 0;
	/*background: rgba(0,0,0,0.3);*/
	transition: 280ms ease all;
}
.MdPC .Main-label:after{
	right: inherit;
	top: inherit;
	left: 0;
	bottom: -1px;
}
.MdPC .Main-label:hover:before,
.MdPC .Main-label:hover:after{
	width: 100%;
	transition: 280ms ease all;
}

/* Box LINK
 * -------------------------------------------- */
.MdPC .box_link {
	position:relative;
	transition:800ms ease all;
	outline:none;
}

/*.MdPC .box_link::before,*/
.MdPC .box_link::after{
	content: '';
	position: absolute;
	/*top: -1px;
	right: 0;*/
	height: 1px;
	width: 0;
	transition: 280ms ease all;
}

/*.MdPC .box_link::before {
	right: 0px;
	top: -1px;
	left: inherit;
	bottom: inherit;
}*/

.MdPC .box_link::after{
	right: inherit;
	top: inherit;
	left: 0;
	bottom: -1px;
}
/*.MdPC .box_link:hover::before{
	width: 100%;
	transition: 280ms ease all;
}*/
.MdPC .box_link:hover::after{
	width: 100%;
	transition: 280ms ease all;
}