/*==================================================
Home
==================================================*/
/* common
--------------------------------------------------------------- */
.home .section {
	padding: 0 0 50px;
	text-align: center;
}
.home .main h2 {
	padding: 0 0 30px;
	font-size: 30px;
	color: #805f8c;
	letter-spacing: 0.05em;
	font-family: 'Great Vibes', "Sawarabi Mincho", serif;
}
.home .main h2 span {
	display: block;
	font-size: 14px;
}
.home .main p {
	padding: 0 0 35px;
	color: #6d476b;
}
.home .main .btn_more {
	width: 160px;
	margin: 0 auto;
}
	@media(min-width:1px) and (max-width: 1240px) {
		.home .main p {
			width: 90%;
			margin: 0 auto;
		}
	}

	@media(min-width:1px) and (max-width: 1240px) {
		.home .main p {
			text-align: left;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.home .main h2 {
			font-size: 26px;
		}
	}


/* kv
--------------------------------------------------------------- */
.kv {
	overflow: hidden;
	width: 100%;
	height: 680px;
}
.kv .inner {
	position: relative;
	padding: 0px;
	background: url(../img/bg_main.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.kv .kvlogo {
	position: absolute;
	left: 50%;
	top: 350px;
	z-index: 999;
	display: block;
	width: 252px;
	margin: -50px 0 0 -126px;
}
.kv .grid {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 700px;
	background: url(../img/bg_grid.png);
	z-index: 50;
}
.kv video {
	position: absolute;
	width: 100%;
	z-index: 5;
}
.kv .spkv {
	display: none;
}
.kv .btn_scroll {
	position: absolute;
	left: 50%;
	top: 600px;
	z-index: 999;
	display: block;
	width: 48px;
	margin: 0 0 0 -24px;
}

	@media(min-width:1px) and (max-width: 1240px) {
		.kv .inner {
			padding: 0px;
		}
		
			.kv video {
			position: absolute;
			width: auto;
			height: 680px;
		}

}
	@media(min-width:1px) and (max-width: 900px) {
		.kv {
			padding: 80px 0 0;
		}
		.kv .btn_scroll {
			display: none;
		}
	}
	@media(min-width:1px) and (max-width:640px) {
		.kv,
		.kv .inner {
			padding: 0 0 0;
			height: auto;
		}
		.kv .kvlogo {
			position: absolute;
			left: 50%;
			top: 50%;
			z-index: 999;
			display: block;
			width: 70%;
			margin: 0 0 0 -35%;
		}
		.kv video {
			display: none;
		}
		.kv .spkv {
			display: block;
		}
		.kv .spkv img {
			width: 100%;
			height: auto;
		}
	}


/* h_news
--------------------------------------------------------------- */
.home .h_news {
	width: 700px;
	margin: 28px auto 50px;
	text-align: left;
	color: #6d476b;
}
.home .h_news dt {
	float: left;
	clear: both;
	padding: 12px 0 12px 24px;
	width: 145px;
	box-sizing: border-box;
}
.home .h_news dd {
	padding: 12px 0 12px 145px;
	border-bottom: 1px dashed #6d476b;
}
.home .h_news dd:last-of-type {
	border: none;
}
	@media(min-width:1px) and (max-width: 768px) {
		.home .h_news {
			width: 95%;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.home .h_news dt {
			padding-left: 15px;
			width: 110px;
		}
		.home .h_news dd {
			padding-left: 110px;
		}
	}

/* h_about
--------------------------------------------------------------- */
.home .h_about.section {
	padding: 70px 0 50px;
}
.h_about figure {
	padding: 0 0 25px;
}
.home .h_about h2 {
	padding: 0 0 10px;
}
.home .h_about p:last-of-type{
	padding: 0 0 24px;
}
	@media(min-width:1px) and (max-width: 1240px) {
		.h_about figure {
			width: 70%;
			margin: 0 auto;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.home .h_about.section {
			padding: 10% 0;
		}
	}

/* h_mothersday
--------------------------------------------------------------- */
.home .h_mothersday {
	padding: 0 0 76px;
}
.h_mothersday .bgimg {
	display: block;
	width: 100%;
	height: 530px;
	margin-bottom: 70px;
	content: "";
	background: url(../img/mothersday_toplink.jpg) no-repeat 30% 50%;
	background-size: cover;
}
	@media(min-width:1px) and (max-width: 900px) {
		.h_mothersday .bgimg {
			height: auto;
			padding: 60% 0 0;
		}
	}


/* h_lesson
--------------------------------------------------------------- */
.home .h_lesson {
	padding: 0 0 76px;
}
.h_lesson .bgimg {
	display: block;
	width: 100%;
	height: 400px;
	margin-bottom: 70px;
	content: "";
	background: url(../img/lesson_toplink.jpg) no-repeat 30% 50%;
	background-size: cover;
}
	@media(min-width:1px) and (max-width: 900px) {
		.h_lesson .bgimg {
			height: auto;
			padding: 60% 0 0;
		}
	}


/* h_cafe
--------------------------------------------------------------- */
.home .h_cafe {
	padding: 0 0 76px;
}

.h_cafe .bgimg {
	display: block;
	width: 100%;
	height: 522px;
	margin-bottom: 70px;
	content: "";
	background: url(../img/img_home_cafe.jpg) no-repeat 85% 50%;
	background-size: cover;
}
	@media(min-width:1px) and (max-width: 900px) {
		.h_cafe .bgimg {
			height: auto;
			padding: 60% 0 0;
		}
	}

/* h_wedding
--------------------------------------------------------------- */
.h_wedding .bgimg {
	display: block;
	width: 100%;
	height: 400px;
	margin-bottom: 70px;
	content: "";
	background: url(../img/wedding_toplink.jpg) no-repeat 50% 50%;
	background-size: cover;
}
	@media(min-width:1px) and (max-width: 900px) {
		.h_wedding .bgimg {
			height: auto;
			padding: 60% 0 0;
		}
	}

/* snsWrap
--------------------------------------------------------------- */
.h_snsWrap {
	width: 930px;
	padding: 0 0 50px;
	margin: 0 auto;
}
.h_snsWrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.h_snsWrap h2 {
	padding: 0 0 25px;
	text-align: center;
}
.h_facebook,
.h_instagram {
	width: 450px;
	margin: auto;
	text-align: center;
	padding: 35px 23px 23px;
	float: left;
	box-sizing: border-box;
}
.h_facebook .iframe {
	height: 536px;
	margin: auto;
}
.h_instagram {
	margin-left: 30px;
}
.h_instagram ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.h_instagram li {
	float: left;
	display: block;
	width: 92px;
	height: 92px;
	padding: 0 12px 12px 0;
}
.h_instagram li img {
	width: 100%;
}
.h_instagram li:nth-child(4n) {
	padding-right: 0;
}

	@media(min-width:1px) and (max-width: 1240px) {
		.h_snsWrap {
			width: 100%;
		}
		.h_facebook,
		.h_instagram {
			max-width: 600px;
			width: 90%;
			float: none;
			margin: 5% auto;
		}
		.h_instagram li {
			width: 23%;
			padding: 0 2.6667% 2.7% 0;
		}
		.h_instagram li:nth-child(3n) {
			padding-right: 2.6667%;
		}
		.h_instagram li:nth-child(4n) {
			padding-right: 0;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.h_instagram li {
			width: 31.333%;
			padding: 0 3% 3% 0;
		}
		.h_instagram li:nth-child(3n) {
			padding-right: 0;
		}
		.h_instagram li:nth-child(4n) {
			padding-right: 3%;
		}
		.h_instagram li:last-child {
			padding-right: 0;
		}
	}

/*==================================================
lesson
==================================================*/
.lesson .cont_inner {
	position: relative;
}
.lesson .imgCut {
	position: relative;
	width: 844px;
	height: 603px;
	padding:0 0 0;
	margin: -134px auto 100px;
	margin-top: -134px;
	z-index: 100;
}
.lesson .imgCut .img01,
.lesson .imgCut .img02,
.lesson .imgCut .img03 {
	position: absolute;
}
.lesson .imgCut .img01 {
	top: 0;
	left: 0;
}
.lesson .imgCut .img02 {
	top: 403px;
	left: 225px;
}
.lesson .imgCut .img03 {
	top: 154px;
	left: 544px;
}
.lesson .readtxt {
	text-align: center;
	color: #72547a;
	padding: 90px 0 100px;
}
.lesson .readtxt2 {
	text-align: left;
	width: 90%;
	padding-top: 50px;
	line-height: 2em;
	font-size: 16px;
	font-weight: 600;
	color: #523c57;
}
.lesson .readtxt2 span {
	font-size: 18px;
	font-weight: 700;
	line-height: 3em;
	color: #523c57;
	background: #cfc0d3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

	@media(min-width:1px) and (max-width: 1250px) {
		.lesson .imgCut {
			width: 90%;
			height: auto;
			padding: 71.45% 0 0;
			margin: -6% auto 0;
		}
		.lesson .imgCut .img01 {
			width: 62.2%;
		}
		.lesson .imgCut .img02 {
			width: 35.54%;
			top: 62.6%;
			left: 26.78%;
		}
		.lesson .imgCut .img03 {
			width: 35.54%;
			top: 25.54%;
			left: 64.45%;
		}
		.lesson .readtxt {
			text-align: left;
			width: 90%;
			margin: 0 auto;
			padding: 60px 0;
		}
		.lesson .readtxt2 {
	color: #523c57;
	text-align: left;
	width: 95%;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 10px;
		}

	}
	@media(min-width:1px) and (max-width: 640px) {
		.lesson .cont_inner {
			padding-top: 0px;
		}
		.lesson .imgCut {
			margin: 0% auto 0;
		}
	}
		@media(min-width:1px) and (max-width: 480px) {
		.lesson .readtxt {
			text-align: left;
			padding: 50px 0;

		}
	}

/* lessonStyle
--------------------------------------------------------------- */
.lesson .lessonStyle {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.lesson .lessonStyle h2 {
	color: #333;
	margin-top: 30px;
}

.lesson .lessonStyle .txtimg {
	padding: 0 0 30px;
	text-align: center;
}

.lesson .lessonStyle .--grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.lesson .lessonStyle .--grid img {
	width: 100%;
	aspect-ratio: 44 / 61;
}

.lesson .lessonStyle .txt {
	padding: 0 0 30px;
	text-align: center;
}
	@media(min-width:1px) and (max-width: 1300px) {
		.lesson .lessonStyle {
			width: 90%;
			margin: 0 auto 0;
		}
		.lesson .lessonStyle .txt {
			text-align: left;
		}
	}

	@media(min-width:1px) and (max-width: 768px) {
		.lesson .lessonStyle .--grid {
			grid-template-columns: repeat(3, 1fr);
		}
	}

	@media(min-width:1px) and (max-width: 640px) {
	.lesson .lessonStyle {
	padding-bottom: 30px;
}
		.lesson .lessonStyle .--grid {
			grid-template-columns: repeat(2, 1fr);
		}
		
	}

/* courseList
--------------------------------------------------------------- */
.lesson .courseList {
	position: relative;
	padding: 0 0 60px 25px;
	z-index: 100;
}
.lesson .courseList li {
	display: table;
	margin: 0 0 30px;
	background: #fff;
}
.lesson .courseList li figure {
	display: table-cell;
	width: 400px;
	vertical-align: top;
}
.lesson .courseList li figure img {
	width: 100%;
}
.lesson .courseList li .txtWrap {
	display: table-cell;
	padding: 20px 30px 20px 25px;
	vertical-align: middle;
	background: #fff;
}
.lesson .courseList li h3 {
	padding: 0 0 15px;
	color: #72547a;
}
.lesson .courseList li h3 span {
	padding: 0 10px 0 0;
	font-size: 140%;
	font-style: italic;
}
.lesson .courseList li .price {
	padding: 8px 15px;
	line-height: 140%;
	margin: 20px 0 0;
	color: #523c57;
	background: #cfc0d3;
}
.lesson .courseList li .note {
	padding: 15px 0 0;
	color: #72547a;
	line-height: 140%;
}
.lesson .cont_inner .img04 {
	position: absolute;
	right: 0;
	bottom: 0;
}
	@media(min-width:1px) and (max-width: 900px) {
		.lesson .courseList {
			padding: 0 0 50px;
		}
		.lesson .cont_inner .img04 {
			position: relative;
			top: 0;
			left: 0;
			text-align: center;
		}
		.lesson .courseList li figure {
			display: block;
			width: 320px;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.lesson .courseList {
			padding-left: 0;
			padding-bottom: 30px;
		}
		.lesson .courseList li {
			display: block;
		}
		.lesson .courseList li .txtWrap {
			display: block;
			width: 100%;
			padding: 30px 5% 5%;
			box-sizing: border-box;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.lesson .courseList li figure {
			display: block;
			width: 100%;
		}
	}


/* orner
--------------------------------------------------------------- */
.lesson .orner {
	display: table;
	width: 100%;
	background: #72547a;
	margin-bottom:100px;
}
.lesson .orner .txtWrap {
	display: table-cell;
	padding: 0 0 0 10%;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	background: #72547a;
}
.lesson .orner .txtWrap .inner {
	width: 770px;
	margin: 50px 0 50px  auto;
}
.lesson .orner .txtWrap dt {
	padding: 5px 0;
}
.lesson .orner .txtWrap dd {
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	line-height: 170%;
	border-left: 1px solid #fff;
}
.lesson .orner .imgOrner {
	display: table-cell;
    padding: 50px 50px 0 50px;
	width: 490px;
}
.lesson .orner .imgOrner img {
	width: 100%;
		}
		
.lesson .orner .txtWrap h3 span {
	font-size: 140%;
	font-style: italic;
}

	@media(min-width:1px) and (max-width: 1720px) {
		.lesson .orner .txtWrap {
			padding: 50px 0;
		}
		.lesson .orner .txtWrap .inner {
			width: 90%;
			margin: 0 auto;
		}
		.lesson .orner .imgOrner {
    padding: 50px 50px 0 0;
}

	}
	@media(min-width:1px) and (max-width: 1440px) {
		.lesson .orner .txtWrap {
			width: 60%;
		}
		.lesson .orner .imgOrner {
			width: 100%;
		}
		.lesson .orner .imgOrner img {
			width: 100%;
		}
	}
	@media(min-width:1px) and (max-width: 1250px) {
		.lesson .orner {
			display: block;
			width: 100%;
			padding: 0;
		}
		.lesson .orner .txtWrap {
			text-align: left;
			padding-bottom: 30px;
		}
		.lesson .orner .txtWrap dl {
			padding: 20px 0 0;
		}
		.lesson .orner .txtWrap dt {
			position: relative;
			display: inline-block;
			padding: 10px 50px;
		}
		.lesson .orner .txtWrap dt:before {
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			height: 1px;
			content: "";
			background: #fff;
		}
		.lesson .orner .txtWrap dt span {
			position: relative;
			display: inline-block;
			padding: 0 5px;
			background: #72547a;
			z-index: 100;
		}
		.lesson .orner .txtWrap dd {
			padding: 0 0 20px;
			margin: 0;
			border-left: none;
		}
		.lesson .orner .img {
			display: block;
			width: 100%;
		}
		.lesson .orner .imgOrner {
			display: block;
			width: 100%;
			max-width: 650px;
			margin: 0 auto;
			padding: 0;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
	.lesson .orner {
	margin-bottom:70px;
}
		.lesson .orner .txtWrap {
			font-size: 13px;
		}
	}


/* orner_about
--------------------------------------------------------------- */
.about .orner {
	display: table;
	width: 100%;
	background: #72547a;
}
.about .orner .txtWrap {
	display: table-cell;
	padding: 0 0 0 10%;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	background: #72547a;
}
.about .orner .txtWrap .inner {
	width: 1005px;
	margin: 0 0 0  auto;
}
.about .orner .txtWrap dt {
	padding: 5px 0;
}
.about .orner .txtWrap dd {
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	line-height: 170%;
	border-left: 1px solid #fff;
}
.about .orner .imgOrner {
	display: table-cell;
	width: 365px;
}
	@media(min-width:1px) and (max-width: 1720px) {
		.about .orner .txtWrap {
			padding: 30px 0;
		}
		.about .orner .txtWrap .inner {
			width: 93%;
			margin: 0 auto;
		}
	}
	@media(min-width:1px) and (max-width: 1400px) {
		.about .orner .txtWrap {
			width: 70%;
		}
		.about .orner .imgOrner {
			width: 30%;
			vertical-align: middle;
		}
		.about .orner .imgOrner img {
			width: 100%;
		}
	}
	@media(min-width:1px) and (max-width: 1250px) {
		.about .orner {
			display: block;
			width: 100%;
			padding: 3% 0 0;
		}
		.about .orner .txtWrap {
			text-align: center;
		}
		.about .orner .txtWrap dl {
			padding: 20px 0 0;
		}
		.about .orner .txtWrap dt {
			position: relative;
			display: inline-block;
			padding: 10px 50px;
		}
		.about .orner .txtWrap dt:before {
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			height: 1px;
			content: "";
			background: #fff;
		}
		.about .orner .txtWrap dt span {
			position: relative;
			display: inline-block;
			padding: 0 5px;
			background: #72547a;
			z-index: 100;
		}
		.about .orner .txtWrap dd {
			padding: 0 0 20px;
			margin: 0;
			border-left: none;
		}
		.about .orner .img {
			display: block;
			width: 100%;
		}
		.about .orner .imgOrner {
			display: block;
			width: 100%;
			max-width: 365px;
			margin: 0 auto;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.about .orner .txtWrap {
			font-size: 13px;
		}
		
		.about .orner .imgOrner {
			display: block;
			width: 75%;
			margin: 0 auto;
			padding-bottom:40px;
		}

	}


/*==================================================
about
==================================================*/
.about .pageHeader h1 {
	text-shadow: none;
}
	@media(min-width:1px) and (max-width: 640px) {
		.about .pageHeader h1 {
			text-shadow: none;
		}
	}

/* encounter
--------------------------------------------------------------- */
.about .encounter {
	width: 980px;
	padding: 70px 0 70px;
	margin: 0 auto;
	text-align: center;
	color: #72547a;
}
.about .encounter h2 {
	padding: 0 0 50px;
}
.about .encounter p {
	line-height: 170%;
	padding: 0 0 20px;
}
.about .encounter figure {
	padding: 0 0 50px;
}
	@media(min-width:1px) and (max-width: 1250px) {
		.about .encounter {
			width: 90%;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.about .encounter {
			padding: 50px 0 20%;
		}
		.about .encounter h2 {
			max-width: 300px;
			width: 50%;
			margin: 0 auto;
			padding: 0 0 10%;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.about .encounter p {
			text-align: left;
		}
		.about .encounter p br {
			display: none;
		}
	}


/* intro */
.about .intro {
	padding: 195px 0 0;
}
.about .intro li {
	position: relative;
	overflow: hidden;
	clear: both;
	margin-top: -60px;
}
.about .intro li figure {
	float: right;
	padding: 0;
}
.about .intro li .txtWrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 490px;
	height: 410px;
	background: #fff;
	text-align: left;
	-webkit-transform: translate( 0, -50%);
	transform: translate( 0, -50%);
}
.about .intro li:nth-child(2n) figure {
	float: left;
}
.about .intro li:nth-child(2n) .txtWrap {
	right: 0;
	left: auto;
}
.about .intro .txtWrap div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 331px;
}
.about .intro .txtWrap div p:last-of-type {
	padding: 0;
}
	@media(min-width:1px) and (max-width: 1250px) {
		.about .intro li {
			margin: 0 0 30px;
		}
		.about .intro li figure {
			width: 54%;
		}
		.about .intro li figure img {
			width: 100%;
		}
		.about .intro li .txtWrap {
			width: 50%;
		}
	}
	@media(min-width:1px) and (max-width: 1100px) {
		.about .intro {
			padding: 60px 0 0;
		}
		.about .intro li .txtWrap {
			height: 300px;
		}
		.about .intro .txtWrap div {
			width: 100%;
			padding: 5% !important;
			box-sizing:border-box;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.about .intro li figure {
			width: 60%;
		}
	}
	@media(min-width:1px) and (max-width: 600px) {
		.about .intro {
			width: 90%;
			margin: 0 auto;
		}
		.about .intro li figure {
			width: 100%;
			float: none;
		}
		.about .intro li:nth-child(2n) figure {
			float: none;
		}
		.about .intro li .txtWrap {
			position: relative;
			top: 0;
			width: 100%;
			height: auto;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
		.about .intro .txtWrap div {
			display: block;
			position: relative;
			top: 0;
			left:0;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.about .encounter p {
			padding: 0 0 20px;
		}
	
	}


/*==================================================
cafe
==================================================*/
.cafe {
	background: url(../img/bg_cafe.png) repeat-y;
	background-size: contain;
}
.cafe p {
	padding: 0 0 35px;
}
.cafe h1 + p {
	padding: 30px 0 0;
}
.cafe figure img {
	width: 100%;
}
.cafe .readtxt {
	text-align: center;
	padding: 100px 0 75px;
}
.cafe .readtxt br.sp {
	display: none;
}
.cafe .menuList {
	width: 980px;
	margin: 0 auto 20px;
}
.cafe .menuList h2 {
	padding: 0 0 90px;
}
.cafe .menuList h3 {
	font-size: 26px;
	padding: 0 0 20px;
	font-family: 'Bellefair';
	letter-spacing: 0.1em;
}
.cafe .menuList .left {
	float: left;
	width: 450px;
}
.cafe .menuList .right {
	float: right;
	width: 450px;
}
.cafe .menuList .menutop {
	margin: 0 0 70px;
}
.cafe .menuList li {
	padding: 30px 0;
}
.cafe .menuList li + li {
	border-top: 1px dotted #000;
}
.cafe .menuList li p {
	padding: 15px 0 0;
}
.cafe .menuList dl {
	overflow: hidden;
}
.cafe .menuList dt {
	float: left;
	clear: both;
	font-size: 18px;
	line-height: 100%;
}
.cafe .menuList dt span {
	font-size: 13px;
	padding: 0 0 0 20px;
}
.cafe .menuList dd {
	float: right;
}
.cafe .menuList .inner {
	padding: 30px 0 0 30px;
}
.cafe .menuList .inner dt {
	float: none;
	padding: 0 0 15px;
}
.cafe .menuList .inner dd {
	float: none;
	padding: 0 0 35px;
}
.cafe .menuList .inner dd:last-of-type {
	padding: 0;
}
	@media(min-width:1px) and (max-width: 1250px) {
		.cafe .menuList {
			width: 90%;
			margin: 0 auto 40px;
		}
		.cafe .menuList .left {
			width: 45%;
		}
		.cafe .menuList .right {
			width: 45%;
		}
	}
	@media(min-width:1px) and (max-width: 1000px) {
		.cafe .menuList .left {
			width: 100%;
			float: none;
		}
		.cafe .menuList .right {
			width: 100%;
			float: none;
		}
		.cafe .menuList li {
			padding: 20px 0;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.cafe h1 + p {
			padding: 0;
			color: #333;
			font-size: 120%;
		}
		.cafe .readtxt {
			padding: 60px 5%;
		}
		.cafe .readtxt br.sp {
			display: block;
		}
		.cafe .menuList h2 {
			padding: 0 0 50px;
		}
		.cafe .menuList .menutop {
			margin: 0 0 40px;
		}
		.cafe .menuList dt {
			font-size: 18px;
		}
		.cafe .menuList .inner {
			padding: 30px 0 30px 5%;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.cafe h1 + p {
			text-align: center;
		}
	}


/*==================================================
wedding
==================================================*/
.wedding .pageHeader h1,
.wedding .pageHeader p {
text-shadow: none;}
.wedding .pageHeader h1+p {
	padding: 30px 0 0;
}
	@media(min-width:1px) and (max-width: 640px) {
		.wedding .pageHeader h1,
		.wedding .pageHeader p {
			text-shadow: none;
		}
		.wedding .pageHeader h1+p {
			padding: 0;
		}
		.wedding .pageHeader p {
			color: #333;
			text-align: center;
		}
	}

.wedding .cont_inner {
	padding: 100px 0 0;
	color: #72547a;
}
.wedding .readtxt {
	padding: 0 0 90px;
	text-align: center;
}
.wedding .readtxt  p {
	padding: 0 0 30px;
}
.wedding .orderFlow {
	width: 980px;
	padding: 0 0 100px;
	margin: 0 auto;
}
.wedding .orderFlow p {
	padding: 0 0 80px;
	text-align: center;
}
.wedding .orderFlow p br.sp {
	display: none;
}
.wedding .orderFlow ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.wedding .orderFlow li {
	width: 450px;
	float: left;
}
.wedding .orderFlow li+li {
	margin: 0 0 0 80px;
}
.wedding .orderFlow h3 {
	padding: 0 0 50px;
	font-size: 20px;
	text-align: center;
}
.wedding .orderFlow table {
	width: 100%;
}
.wedding .orderFlow table tr {
	border-bottom: 1px dotted #72547a;
}
.wedding .orderFlow table th {
	width: 320px;
	padding: 12px 0;
	font-size: 18px;
	font-weight: normal;
}
.wedding .orderFlow table td {
	padding: 12px 0;
	font-size: 14px;
	text-align: right;
}
.wedding .orderFlow .caption {
	padding: 40px 0 0;
	text-align: right;
}

	@media(min-width:1px) and (max-width: 1250px) {
		.wedding .readtxt {
			width: 90%;
			margin: 0 auto;
		}
		.wedding .orderFlow {
			width: 90%;
		}
		.wedding .orderFlow li {
			width: 47%;
		}
		.wedding .orderFlow li+li {
			margin: 0 0 0 6%;
		}
	}
	@media(min-width:1px) and (max-width: 980px) {
		.wedding .orderFlow table th {
			font-size: 16px;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.wedding .cont_inner {
			padding: 30px 0 0;
		}
		.wedding .readtxt {
			padding: 0 0 50px;
		}

		.wedding .orderFlow p br.sp {
			display: block;
		}
		.wedding .orderFlow li {
			width: 100%;
			float: none;
		}
		.wedding .orderFlow li+li {
			margin: 40px 0 0;
		}
		.wedding .orderFlow h3 {
			padding: 0 0 15px;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.wedding .readtxt {
			text-align: left;
		}
	}


/* imgList */
.wedding .imgList:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.wedding .imgList li {
	width: 20%;
	float: left;
}
.wedding .imgList li img {
	width: 100%;
}
	@media(min-width:1px) and (max-width: 768px) {
		.wedding .imgList li {
			width: 25%;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.wedding .imgList li {
			width: 33.333%;
		}
	}


/*==================================================
shop
==================================================*/
.shop .cont_inner {
	padding: 85px 0 0;
	color: #5f4661;
}
.shop .floor h3 {
	padding: 0 0 15px;
	font-size: 30px;
	font-family: 'Bellefair';
	letter-spacing: 0.06em;
}
.shop .floor .map {
	width: 980px;
	margin: 0 auto;
}
.shopinfo {
	padding: 95px 0 30px;
}
.shop .cont {
	width: 980px;
	margin: 0 auto;
}
.shop .cont:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.shop .cont .txtWrap {
	width: 455px;
	float: left;
	font-size: 14px;
}
.shop .cont .txtWrap dl,
.shop .cont .txtWrap p,
.shop .cont .txtWrap a {
	font-family: YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.shop .cont figure {
	float: left;
}
.shop .cont dt {
	width: 90px;
	float: left;
	padding: 5px 0;
}
.shop .cont dd {
	padding: 5px 0 5px 90px;
}
.shop .cont dd span {
	display:block;
	font-size: 94%;
}
.shop .cont .btn {
	position: relative;
	display: block;
	width: 260px;
}



.shop .cont .btn {
	width: 260px;
	margin: 15px auto 0;
}

.shop .shopaccess {
	position: relative;
	padding: 0 0 85px;
}
.shop .shopaccess p {
	padding: 0 0 20px;
}
.shop .shopaccess figure {
	padding: 0 0 0 60px;
}
.shop .shopaccess .img {
	position: absolute;
	bottom: -145px;
	left: -50px;
}

	@media(min-width:1px) and (max-width: 1250px) {
		.shop .floor .map {
			width: 90%;
		}
		.shop .floor .map img {
			width: 100%;
		}
		.shop .cont {
			width: 90%;
		}
		.shopinfo {
			padding: 90px 0;
		}
		.shop .cont .txtWrap {
			width: 45%;
		}
		.shop .cont figure {
			width: 45%;
			padding: 0 0 0 10%;
		}
		.shop .cont figure img {
			width: 100%;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.shop .imgSlider li img {
			height: 260px;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.shop .cont_inner {
			padding: 50px 0 0;
		}
		.shop .cont .txtWrap {
			width: 100%;
			float: none;
		}
		.shop .cont figure {
			max-width: 506px;
			width: 80%;
			float: none;
			margin: 40px auto 0;
			padding: 0;
		}
		.shopinfo {
			padding: 60px 0;
		}
 		.shop .shopaccess .img {
			width: 45%;
			bottom: -12%;
			left: -5%;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.shop .imgSlider li img {
			height: 200px;
		}
		.shop .cont .txtWrap {
			font-size: 13px;
		}
	}


/*==================================================
news
==================================================*/
.news .pageHeader h1 {
	text-shadow: none;
}
	@media(min-width:1px) and (max-width: 640px) {
		.news .pageHeader h1 {
			text-shadow: none;
		}
	}

/*cont_inner*/
.news .cont_inner {
	width: 800px;
	padding: 90px 0 55px;
	margin: 0 auto;
}
.news .newsList li {
	border-bottom: 1px dotted #5f4661;
}
.news .newsList a {
	display:block;
	color: #5f4661;
	text-decoration: none;
}
.news .newsList a time {
	width: 145px;
	float: left;
	padding: 15px 0 15px;
	line-height: 140%;
}
.news .newsList a p {
	padding: 15px 0 15px 145px;
	line-height: 140%;
}
.news .img {
	clear: both;
	text-align: center;
}

	@media(min-width:1px) and (max-width: 1100px) {
		.news .cont_inner {
			width: 90%;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.news .cont_inner {
			padding: 10% 0 55px;
		}
		.news .img {
			width: 90%;
			margin: 0 auto;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.news .newsList a {
			padding: 5% 2%;
		}
		.news .newsList a time {
			display: block;
			width: 100%;
			float: none;
			padding: 0;
			font-weight: bold;
		}
		.news .newsList a p {
			padding: 0;
		}
		
	}


/*==================================================
news-archive
==================================================*/
.archiveHead,
.archiveCont {
	color: #5f4661;
}
.archiveHead {
	margin-bottom: 30px;
	border-bottom: 1px dotted #5f4661;
}
.archiveHead time {
	display: block;
	padding: 0 0 10px;
}
.main .cont_inner .archiveHead h2 {
	padding: 0 0 25px;
	text-align: left;
	font-weight: bold;
}
.archiveCont {
	padding: 0 0 120px;
}
.archiveCont p {
	margin: 0 0 30px;
}
.archiveCont figure {
	margin: 50px 0;
	text-align: center;
}
.archiveCont ul,
.archiveCont ol {
	margin: 0 0 40px 20px;
}
.archiveCont ul li {
	list-style: disc;
}
.archiveCont ol li {
	list-style: decimal;
}
	@media(min-width:1px) and (max-width: 480px) {
		.archiveCont {
			padding: 0;
		}

	}

/*==================================================
news / blog  pager
==================================================*/
.pager {
	position: relative;
	margin: 60px 0 95px;
	text-align: center;
}
.pager li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.pager li.number {
	width: 33px;
	height: 33px;
	margin: 0 7px 0 0;
	text-align: center;
}
.pager li a {
	color: #fff;
	opacity: 1 !important;
}
.pager li.number a {
	display: block;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid #5f4660;
	background: #5f4660;
	text-decoration: none;
}
.pager li.current a,
.pager li.number a:hover {
	color: #5f4660;
	font-weight: bold;
	border: 1px solid #5f4660;
	background: url(../img/bg_main.jpg) no-repeat 50% 50%;
}
.pager li.pev a,
.pager li.nxt a {
	overflow: hidden;
	display:block;
	position: relative;
	width: 80px;
	height: 37px;
	white-space: nowrap;
	text-indent: 100%;
}
.pager li.pev a::after,
.pager li.nxt a::after {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pager li.pev a::after {
	right: 50px;
	border-bottom: 4px solid #5f4660;
	border-left: 4px solid #5f4660;
}
.pager li.nxt a::after {
	right: 20px;
	border-top: 4px solid #5f4660;
	border-right: 4px solid #5f4660;
}
	@media(min-width:1px) and (max-width: 480px) {
		.pager li.number {
			width: 30px;
			height: 30px;
		}
		.pager li.pev a,
		.pager li.nxt a {
			width: 30px;
		}
		.pager li.number a {
			width: 30px;
			height: 25px;
			padding: 5px 0 0 0;
		}
		.pager li.pev a::after {
			right: 10px;
		}
		.pager li.nxt a::after {
			right: 10px;
		}
	}


/* pager_acv  */
ul.pager_acv {
	padding: 0 0 90px;
	text-align: center;
	font-family: "Bellefair";
}
.pager_acv li {
	display: inline-block;
	padding: 5px 30px;
	list-style: none;
}
.pager_acv li.back {
	border-left: 1px solid #eeeae7;
	border-right: 1px solid #eeeae7;
}
.pager_acv li a {
	position: relative;
	color: #5f4660;
	text-decoration: none;
}
.pager_acv li:first-child a::after,
.pager_acv li:last-child a::after {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pager_acv li:first-child a::after {
	left: -30px;
	border-bottom: 2px solid #5f4660;
	border-left: 2px solid #5f4660;
}
.pager_acv li:last-child a::after {
	right: -30px;
	border-top: 2px solid #5f4660;
	border-right: 2px solid #5f4660;
}

	@media(min-width:1px) and (max-width: 480px) {
		ul.pager_acv {
			margin: 0;
		}
		.pager_acv {
			overflow: hidden;
			padding: 10% 3%;
		}
		.pager_acv li {
			display: block;
			width: 33.333%;
			padding: 0;
			float: left;
			border: 1px solid #5f4660;
			box-sizing: border-box;
		}
		.pager_acv li a {
			display: block;
			padding: 15px 5px;
		}
		.pager_acv li:nth-child(2) {
			border-left: none;
			border-right: none;
		}
		.pager_acv li:nth-child(1) {
			border-top-left-radius: 6px; 
			border-bottom-left-radius: 6px; 
			-webkit-border-top-left-radius: 6px;
			-webkit-border-bottom-left-radius: 6px; 
			-moz-border-radius-topleft: 6px;
			-moz-border-radius-bottomleft: 6px;
		}
		.pager_acv li:nth-child(3) {
			border-top-right-radius: 6px; 
			border-bottom-right-radius: 6px; 
			-webkit-border-top-right-radius: 6px;
			-webkit-border-bottom-right-radius: 6px; 
			-moz-border-radius-topright: 6px;
			-moz-border-radius-bottomright: 6px;
		}
		.pager_acv li:first-child a::after {
			left: 10px;
			border-bottom: 2px solid #5f4660;
			border-left: 2px solid #5f4660;
		}
		.pager_acv li:last-child a::after {
			right: 10px;
			border-top: 2px solid #5f4660;
			border-right: 2px solid #5f4660;
		}
	}

/*==================================================
contact
==================================================*/
.contact .pageHeader h1 {
text-shadow: none;}
.contact .cont_inner {
	width: 750px;
	margin: 0 auto;
	padding: 100px 0;	
}
.contact .cont_inner h2 {
	font-size: 24px;
	color: #72547a;
}
.contact .cont_inner p {
	text-align: center;
	padding: 0 0 20px;
}
.contact .cont_inner dl {
	position: relative;
	padding: 0 0 40px;
}
.contact .cont_inner dl::after {
	position: absolute;
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.contact .cont_inner dt {
	float: left;
	clear: both;
	width: 220px;
	color: #72547a;
	padding: 20px 0 0;
}
.contact .cont_inner dt span {
	color: #e10b0b;
	padding-left: 7px;
}
.contact .cont_inner dd {
	padding: 20px 0 20px 220px;
	border-bottom: 1px dotted #72547a;
}
.contact .cont_inner dd:last-of-type {
	border-bottom: none;
}
.contact dd input,
.contact dd textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #72547a;
	padding: 8px 10px;
	outline: 0;
}
.contact dd textarea {
	height: 210px;
}
.contact .btn_check {
	text-align: center;
	padding: 10px 0 0;
}
.contact .btn_check input {
	display: inline-block;
	width: 180px;
	padding: 15px 0;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	border: none;
	background: #8b6896;
	transition: all .3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contact .btn_check input:hover {
	background: #533951;
	cursor: pointer;
}
.contact .error {
	color: #e10b0b;
	background: #fff;
	border: 1px solid #e10b0b;
	padding: 20px 15px;
	width: 600px;
	margin: 30px auto 50px;
	line-height: 170%;
	box-sizing: border-box;
}
	@media(min-width:1px) and (max-width: 1100px) {
		.contact .cont_inner {
			width: 80%;
		}
	}
	@media(min-width:1px) and (max-width: 768px) {
		.contact .error {
			width: 100%;
		}
	}
	@media(min-width:1px) and (max-width: 640px) {
		.contact .pageHeader h1 {
			text-shadow: none;
		}
		.contact .cont_inner h2 {
			font-size: 22px;
			padding: 0 0 30px;
		}
		.contact .cont_inner p {
			text-align: left;
			padding: 0 0 10px;
		}
		.contact .cont_inner p br {
			display: none;
		}
		.contact .cont_inner dt {
			width: 100%;
			float: none;
			padding: 20px 0 10px;
		}
		.contact .cont_inner dd {
			padding: 0 0 20px;
		}
		.contact #form .btn_check input {
			padding: 12px 0;
			margin: 5px;
		}
	}
	@media(min-width:1px) and (max-width: 480px) {
		.contact .cont_inner {
			padding: 60px 0;
		}
		.main .cont_inner h2 {
			font-size: 20px;
			padding: 0 0 20px;
		}
		.contact .cont_inner dl {
			padding: 0 0 20px;
		}
		.contact .btn_check {
			padding: 10px 0 0;
		}
		.contact .btn_check input {
			width: 150px;
			font-size: 14px;
		}
		.contact .error {
			margin: 10px auto 25px;
		}
	}

/*==================================================
calendar
==================================================*/
/*!
 * FullCalendar v3.8.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-icon:after,.fc-toolbar button{position:relative}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap3 hr.fc-divider{border-color:inherit}.fc-bootstrap3 .fc-today.alert{border-radius:0}.fc-bootstrap3 .fc-popover .panel-body{padding:0}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
.fc-day{
	position:relative;
}
.fc-content-skeleton tbody td{
	display:none;
}
.calendar_day_cont_cafe {
   -webkit-transform: translate(0%, -100%);
   transform: translate(0%, -100%);
}
.calendar_day_cont_shop {
   -webkit-transform: translate(0%, 100%);
   transform: translate(0%, 100%);
}
.calendar_day_cont_all {
   -webkit-transform: translate(0%, -25%);
   transform: translate(0%, -25%);
}
/*==================================================
Calender
==================================================*/
.fc-unthemed {
	margin: 50px auto;
	width:96%;
}
.fc-left {
	color: #72547a;
	font-size: 1.2em;
	font-weight: 700;
}
.calendar_day_cont_cafe,
.calendar_day_cont_shop {
	position: absolute;
	left: 5%;
	width: 90%;
	top: 50%;
	padding: 5px 0;
	line-height: 125%;
	font-size: 13px;
	color:#fff;
}
.calendar_day_cont_shop {
	top: 20%;
}
.calendar_day_cont_cafe {
	border-bottom: 1px solid #ccc;
}
.calendar_day_cont_shop {
	color: #512759;
	background: #E3DCE7;
}
.calendar_day_cont_cafe.calendar_day_cont_open {
	background: #A7BB28;
}
.calendar_day_cont_shop.calendar_day_cont_open {
	color: #fff;
	background: #512759;
}
.calendar_day_cont_ttl,
.calendar_day_cont_txt,
.momcalendar_day_cont_txt {
	display: block;
	text-align: center;
}
.calendar_day_cont_cafe.calendar_day_cont_close,
.calendar_day_cont_shop.calendar_day_cont_close {
	color: #999;
	background: none;
}
.calendar_day_cont_open{
}
.fc-other-month .calendar_day_cont {
	color: #ccc;
}
.fc-unthemed .fc-other-month {
	background: #eee;
}
.fc-unthemed .fc-other-month .calendar_day_cont_cafe,
.fc-unthemed .fc-other-month .calendar_day_cont_shop {
	background: none;
}
.fc-basic-view .fc-day-number {
	padding: 5px;
	color: #512759;
	font-weight: 700;
}
.fc-unthemed .fc-unselectable {
	background: #fff;
}
.fc-unthemed .momcalendar_day_cont {
	color: #333 !important;
}
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border: none !important;
}
.fc-bg {
	border-top: 1px solid #dedede;
}
.fc-day+.fc-day {
	border-left: 1px solid #dedede !important;
}
.fc-day-top {
	padding: 0 0 10px !important;
}
.fc-day-grid-event {
	margin-right: 7px !important;
	margin-left: 7px !important;
}
.conttitle {
	padding: 5px 0;
	color: #ddd !important;
}
.fc .fc-day-header {
	padding: 5px 0;
	color: #666;
	border-right: 1px solid #dedede !important;
	background: #f6f6f6;
}
.fc .fc-day-header.fc-sun {
	color: #cc0000;
}
.fc-button {
	outline: none;
}

	@media(min-width:1px) and (max-width: 1300px) {
		.fc-day-grid-container {
			height: auto !important;
			overflow: visible !important;
		}
		.fc-day-grid-container td {
			height: auto !important;
			height: 120px !important;
		}
	
	}
	@media(min-width:1px) and (max-width: 768px) {
		table {
			width:100%;
		}
		.calendar {
			padding: 0 0 50px !important;
		}
		.fc-view {
			overflow: auto !important;
			white-space: nowrap !important;
		}
		.fc-view::-webkit-scrollbar {
			 height: 5px !important;
		}
		.fc-view::-webkit-scrollbar-track {
			 background: #F1F1F1 !important;
		}
		.fc-view::-webkit-scrollbar-thumb {
			background: #BCBCBC !important;
		}
		.calendar_day_cont_cafe,
		.calendar_day_cont_shop {
			font-size: 11px;
		}
	}
	
	@media (max-width: 768px) {
  .vimeo iframe{
  width: 100%;
  padding: 0px;
　margin: 0px;
}
}
