.oc_sectit {
	text-align: center
}

.oc_sectit>* {
	display: block
}

.oc_sectit .en {
	font-weight: bold;
	letter-spacing: .1em
}

.oc_sectit .jp {
	font-weight: 500;
	letter-spacing: .1em

}

@media print, screen and (min-width: 768px) {
	.oc_sectit .en {
		font-size: 3.0769230769rem;
		margin-bottom: 1rem
	}
}

@media only screen and (max-width: 767px) {
	.oc_sectit .en {
		font-size: 2.4615384615rem;
		margin-bottom: 2.9333333333vw
	}
}

header#oc_header .oc_hnav_list li a {
	display: block
}

header#oc_header .oc_hnav_list li a>* {
	display: block
}

header#oc_header .oc_hnav_list .jp {
	font-size: .8461538462rem;
	font-weight: 500;
	letter-spacing: .1em
}

@media print, screen and (min-width: 768px) {
	header#oc_header .h_logo {
		margin-left: 5.8565153734%
	}
	header#oc_header .h_nav {
		display: block;
		margin-right: 5.8565153734%;
		width: auto;
		height: 3.0769230769rem
	}
	header#oc_header .oc_hnav_list {
		border-left: 1px solid #D9D9D9
	}
	header#oc_header .oc_hnav_list li {
		width: 13.8461538462rem;
		height: 100%;
		border-right: 1px solid #D9D9D9
	}
	header#oc_header .oc_hnav_list li a {
		display: block;
		height: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		z-index: 0
	}
	header#oc_header .oc_hnav_list li a>* {
		display: block
	}
	header#oc_header .oc_hnav_list li a::after {
		content: "";
		display: block;
		-webkit-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -1;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 12.3076923077rem;
		height: 6.9230769231rem
	}
	header#oc_header .oc_hnav_list li a:hover::after {
		background: #FFF500
	}
	header#oc_header .oc_hnav_list .en {
		font-size: 1.0769230769rem;
		font-weight: bold;
		letter-spacing: .1em;
		margin-bottom: 1rem
	}
}

@media only screen and (max-width: 767px) {
	header#oc_header .h_nav_btn {
		background: #FFF500
	}
	header#oc_header .h_nav_btn::after {
		color: #000
	}
	header#oc_header .h_nav_btn span {
		background: #000
	}
	header#oc_header .h_nav {
		color: #000;
		background: #FFF500;
		padding-top: 16vw;
		padding-bottom: 21.8666666667vw
	}
	header#oc_header .oc_hnav_list {
		margin-bottom: 10.6666666667vw
	}
	header#oc_header .oc_hnav_list li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2)
	}
	header#oc_header .oc_hnav_list li a {
		display: block;
		padding: 7.4666666667vw 0 5.3333333333vw 2.6666666667vw
	}
	header#oc_header .oc_hnav_list .en {
		font-size: 6.9333333333vw;
		font-weight: bold;
		letter-spacing: .1em;
		margin-bottom: 4.2666666667vw
	}
	header#oc_header .other_op_hnav_list {
		margin-bottom: 8vw
	}
	header#oc_header .other_op_hnav_list li:not(:last-child) {
		margin-bottom: 1.6vw
	}
	header#oc_header .oc_list {
		margin-bottom: 2.6923076923rem
	}
	header#oc_header .oc_list li:not(:last-child) {
		margin-bottom: .7692307692rem
	}
	header#oc_header .oc_list a {
		height: 13.3333333333vw;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		padding: 0 5.3333333333vw;
		background: #fff
	}
	header#oc_header .oc_list .jp {
		font-weight: bold;
		letter-spacing: .1em
	}
	header#oc_header .oc_list .en {
		font-size: .6923076923rem;
		font-weight: bold;
		letter-spacing: .1em
	}
	header#oc_header .blank_icon::before {
		background-image: url("../add_img/icon_blank.svg")
	}
}

#oc_mv {
	position: relative;
	z-index: 2;
}

@media print, screen and (min-width: 768px) {
	#oc_mv .mv_inner {
		width: 88.2869692533%;
		margin: 0 auto;
		position: relative;
	}
	#oc_mv .mv_txt {
		width: 32%;
		position:absolute;
		left:5%;top:50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	#oc_mv .mv_txt em{
		display: block;
		background: #BBE2E0;
		padding: 10px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}
	#oc_mv .mv_img {
		width: 82%;
		margin-right: 0;
		margin-left: auto;
	}
	#oc_mv .sns_list_wrap {
		position: fixed;
		left: 2.196193265%
	}
	#oc_mv .sns_list_wrap .list_tit {
		height: 4.6923076923rem;
		margin: 0 auto 1.8461538462rem
	}
	#oc_mv .sns_list_wrap .sns_list li:not(:last-child) {
		margin-bottom: 1.5384615385rem
	}
	#oc_mv .sns_list_wrap .fb {
		color: #3B5998
	}
	#oc_mv .sns_list_wrap .tw {
		color: #1DA1F2
	}
	#oc_mv .sns_list_wrap .youtube {
		color: #cd201f
	}

	#oc_mv .oc_list {
		position: fixed;
		top: 50%;
		right: 2.196193265%;
		z-index: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		font-size: 1.1538461538rem;
		letter-spacing: .1em;
				z-index: 99999
	}
	#oc_mv .oc_list li:not(:last-child) {
		padding-bottom: 1.6153846154rem;
		/* margin-bottom: 1.6153846154rem;*/
		/* border-bottom: 1px solid #D9D9D9*/
	}

	#oc_mv .oc_list li {
		text-align: center;
}

	#oc_mv .oc_list li a {
color: #000;
	}

	#oc_mv .oc_list .jp {
		writing-mode: tb-rl;
		white-space: nowrap
	}

p.oc_link{
	text-align: center;
			font-size: 1.1538461538rem;
			letter-spacing: .1em;
}
p.oc_link a {
	background: #FFF500;
			display: block;
			padding: 0.8em 0.6em;
			border-radius: 8px;
			color: #000;
}

p.oc_link strong{
writing-mode: tb-rl;
		white-space: nowrap;
}

p.oc_link img {
		width: 24px;
		height: auto;
		display: block;
		margin-bottom: 0.3em;
}




/*================================
	Intro
================================*/
main .intro {
	background: #BBE2E0;
	margin-top: 100px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}
main .intro::before{
	content:"";
	display: block;
	border-top: 100px solid transparent;
  border-right: 50vw solid #BBE2E0;
  border-bottom: 100px solid #BBE2E0;
  border-left: 50vw solid transparent;	position:absolute;
	left: 0;top: -200px;
	z-index: -1;
}
main .intro .inner{
	width: 90%;
	max-width: 1160px;
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
main .intro figure{
	width: 37%;
	padding: 0 0 30px 30px;
	position: relative;
}
main .intro figure::before{
	content: "";
	display: block;
	width: 90%;
	height: 85%;
	background: #fff;
	position: absolute;
	left: 0;bottom: 0;
	z-index: 1;
}
main .intro figure img{
	display: block;
	position: relative;
	z-index: 2;
}
main .intro .details {
	width: 55%;
	padding-left: 5%;
}
main .intro h3{
	margin-bottom: 50px;
	font-family: "Shippori Mincho B1", 游明朝体, "Yu Mincho", 游明朝, YuMincho, HG明朝E, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	line-height: 1.8;
}
main .intro .note p{
	line-height: 2;
	font-size: 16px;
	font-weight: bold;
}




/*================================
	Program
================================*/
main .program {
	padding-top: 90px;
	position: relative;
}
main .program::before{
	content:"";
	display: block;
  border-right: 50vw solid #BBE2E0;
  border-top: 100px solid #BBE2E0;
	border-bottom: 100px solid transparent;
  border-left: 50vw solid transparent;
  position:absolute;
	left: 0;top: 0;
	z-index: -1;
}
main .program h3{
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
main .program h3 em{
	display: block;
	margin-bottom: 15px;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .1em;
}
main .program .copy{
	margin-top: 50px;
	text-align: center;
	font-family: "Shippori Mincho B1", 游明朝体, "Yu Mincho", 游明朝, YuMincho, HG明朝E, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	line-height: 1.8;
}
main .program section {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	position: relative;
	width: 90%;
	max-width: 1020px;
	border: 2px dotted  #444;
	border-radius: 10px;
	margin: 60px auto 0;
	padding: 60px 30px 30px;
}
main .program section h4{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	width: 28em;
	border-radius: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position:absolute;
	left:50%;top:-30px;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
main .program section h4 span{
	display: block;
	width: 8em;
	height: 35px;
	background: #fff;
	border-radius: 17.5px;
	margin-right: 20px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 35px;
	letter-spacing: .05em;
}
main .program section.lesson h4{
	background: #FFF500;
}
main .program section.consult h4{
	background: #BBE2E0;
}
main .program section figure{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 48%;
}
main .program section figure img.mainimg{
	width: 60%;
}
main .program section figure img.subimg{
	width: 40%;
}
main .program section .details{
	width: 48%;
	padding-top: 10px;
}
main .program section h5{
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
main .program section h5 em{
	display: inline-block;
	margin-right: 10px;
	font-size: 25px;
}
main .program section.lesson h5 em{
	background: linear-gradient(#fff calc(100% - 8px), #BBE2E0 8px);
}
main .program section.consult h5 em{
	background: linear-gradient(#fff calc(100% - 8px), #FFF500 8px);
}
main .program section .note{
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}





/*================================
	Present
================================*/
main .present {
	background: #EFEFE2;
	margin-top: 60px;
	padding: 50px 0;
	position: relative;
}
main .present::before{
	content:"";
	display: block;
	border-top: 100px solid transparent;
  border-right: 50vw solid #EFEFE2;
  border-bottom: 100px solid #EFEFE2;
  border-left: 50vw solid transparent;	position:absolute;
	left: 0;top: -200px;
	z-index: -1;
}
main .present .inner{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
}
main .present .details{
	width: 50%;
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
main .present h3{
	width: 100%;
	margin-bottom: 30px;
	font-family: "Shippori Mincho B1", 游明朝体, "Yu Mincho", 游明朝, YuMincho, HG明朝E, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
	line-height: 1.6;
	letter-spacing: .1em;
}
main .present h3 em{
	display: block;
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
}
main .present .details figure{
	width: 130px;
	border-radius: 50%;
	overflow: hidden;
}
main .present .note{
	width: calc(100% - 160px);
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}
main .present .inner > figure{
	width: 48%;
	position: relative;
}
main .present .inner > figure img{
	position: relative;
	z-index: 2;
}
main .present .inner > figure .sweets{
	width: 75%;
	display: block;
	margin-right: 0;margin-left: auto;
}
main .present .inner > figure::after{
	content: "";
	display: block;
	width: 75%;
	height: 60%;
	background: #fff;
	position: absolute;
	left: 20%;
	bottom: 10%;
	z-index: 1;
}
main .present .inner > figure .shop{
	width: 40%;
	margin-top: -15%;
}





/*================================
	Reservation
================================*/
main .reservation {
	background: #FFF62F;
	margin-top: 50px;
  padding: 90px 0 120px;
  position: relative;
}
main .reservation::before{
  content:"";
  display: block;
  border-top: 100px solid #fff;
  border-right: 50vw solid #fff;
  border-bottom: 100px solid transparent;
  border-left: 50vw solid transparent; position:absolute;
  left: 0;top: 0;
  z-index: 1;
}
main .reservation h3{
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .1em;
  position: relative;
  z-index: 2;
}
main .reservation h3 em{
  display: block;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  letter-spacing: .1em;
}
main .reservation > .note{
	margin-bottom: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
main .reservation .contactlist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
main .reservation .contactlist li{
	width: 47%;
	background: #fff;
	padding: 30px 20px 20px;
	position: relative;
}
main .reservation .contactlist h4{
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: .1em;
	position:absolute;
	left:50%;top:-10px;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
main .reservation .contactlist li.line {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
main .reservation .contactlist li.line figure{
	width: 45%;
}
main .reservation .contactlist li.line .note{
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}
main .reservation .contactlist li.tel{
	padding-top: 60px;
}
main .reservation .contactlist li.tel .num{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
main .reservation .contactlist li.tel .num em{
	display: block;
	margin-top: 10px;
	font-family: "Shippori Mincho B1", 游明朝体, "Yu Mincho", 游明朝, YuMincho, HG明朝E, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
	letter-spacing: .1em;
}



}


















@media only screen and (max-width: 767px) {
	#oc_mv {
		
	}
	#oc_mv .mv_txt {
		width: 81.6vw;
		position: absolute;
		left: 50%;
		bottom: 50px;
		z-index: 0;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
	#oc_mv .sns_list_wrap, #oc_mv .oc_list {
		display: none
	}
	#oc_mv .mv_txt em{
		display: block;
		background: #BBE2E0;
		padding: 10px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}




	/*================================
		Intro
	================================*/
	main .intro {
		background: #BBE2E0;
		margin-top: 60px;
		padding-bottom: 50px;
		position: relative;
		z-index: 1;
	}
	main .intro::before{
		content:"";
		display: block;
		border-bottom: 60px solid transparent;
	  border-left: 50vw solid #fff;
	  border-top: 60px solid #fff;
	  border-right: 50vw solid transparent;	position:absolute;
		left: 0;top: 0px;
		z-index: -1;
	}
	main .intro .inner{
		width: 90%;
		max-width: 1160px;
	}
	main .intro figure{
		margin-top: 50px;
		padding: 0 0 30px 30px;
		position: relative;
	}
	main .intro figure::before{
		content: "";
		display: block;
		width: 90%;
		height: 85%;
		background: #fff;
		position: absolute;
		left: 0;bottom: 0;
		z-index: 1;
	}
	main .intro figure img{
		display: block;
		position: relative;
		z-index: 2;
	}
	main .intro .details {
		
	}
	main .intro h3{
		margin-bottom: 40px;
		font-family: "Shippori Mincho B1", 游明朝体, "Yu Mincho", 游明朝, YuMincho, HG明朝E, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 22px;
		line-height: 1.8;
	}
	main .intro .note p{
		line-height: 2;
		font-size: 14px;
		font-weight: bold;
	}




	/*================================
		Program
	================================*/
	main .program {
		padding: 60px 0;
		position: relative;
	}
	main .program::before{
		content:"";
		display: block;
	  border-right: 50vw solid #BBE2E0;
	  border-top: 60px solid #BBE2E0;
		border-bottom: 60px solid transparent;
	  border-left: 50vw solid transparent;
	  position:absolute;
		left: 0;top: 0;
		z-index: -1;
	}
	main .program h3{
		margin-bottom: 40px;
		text-align: center;
		font-weight: bold;
		font-size: 13px;
	}
	main .program h3 em{
		display: block;
		margin-bottom: 15px;
		font-family: "Poppins", sans-serif;
		font-size: 32px;
		font-weight: bold;
		letter-spacing: .1em;
	}
	main .program .copy{
		margin-bottom: 30px;
		text-align: center;
		font-family: "Shippori Mincho B1", 游明朝体, "Yu Mincho", 游明朝, YuMincho, HG明朝E, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 22px;
		line-height: 1.8;
	}
	main .program section {
		position: relative;
		padding: 0 7%;
		position: relative;
	}
	main .program section::before{
		content: "";
		display: block;
		width: 100%;
		border-top: 2px dotted  #444;
		position: absolute;
		left: 0;top: 70px;
		z-index: -1;
	}
	main .program section:not(:last-of-type){
		margin-bottom: 30px;
	}
	main .program section h4{
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 20px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	main .program section h4 span{
		display: block;
		width: 8em;
		height: 30px;
		background: #fff;
		border-radius: 15px;
		margin: 0 auto 10px;
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		line-height: 35px;
		letter-spacing: .05em;
	}
	main .program section.lesson h4{
		background: #FFF500;
	}
	main .program section.consult h4{
		background: #BBE2E0;
	}
	main .program section figure{
		display:flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	main .program section figure img.mainimg{
		width: 60%;
	}
	main .program section figure img.subimg{
		width: 40%;
	}
	main .program section .details{
		padding-top: 30px;
	}
	main .program section h5{
		margin-bottom: 30px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	main .program section h5 em{
		display: inline-block;
		font-size: 20px;
	}
	main .program section h5 span{
		display: block;
		margin-top: 15px;
	}
	main .program section.lesson h5 em{
		background: linear-gradient(#fff calc(100% - 5px), #BBE2E0 5px);
	}
	main .program section.consult h5 em{
		background: linear-gradient(#fff calc(100% - 5px), #FFF500 5px);
	}
	main .program section .note{
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
	}





	/*================================
		Present
	================================*/
	main .present {
		background: #EFEFE2;
		padding: 50px 0;
		position: relative;
	}
	main .present::before{
		content:"";
		display: block;
		border-bottom: 60px solid transparent;
	  border-left: 50vw solid #fff;
	  border-top: 60px solid #fff;
	  border-right: 50vw solid transparent;
	  position:absolute;
		left: 0;top: 0;
	}
	main .present .inner{
		width: 90%;
		max-width: 1020px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	main .present .details{
		display:flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	main .present h3{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
		font-family: "Shippori Mincho B1", 游明朝体, "Yu Mincho", 游明朝, YuMincho, HG明朝E, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 20px;
		line-height: 1.8;
		letter-spacing: .1em;
	}
	main .present h3 em{
		display: block;
		margin-bottom: 25px;
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: bold;
	}
	main .present .details figure{
		width: 100px;
		border-radius: 50%;
		overflow: hidden;
	}
	main .present .note{
		width: calc(100% - 120px);
		font-size: 12px;
		font-weight: bold;
		line-height: 2;
	}
	main .present .inner > figure{
		margin-top: 30px;
		position: relative;
	}
	main .present .inner > figure img{
		position: relative;
		z-index: 2;
	}
	main .present .inner > figure .sweets{
		width: 75%;
		display: block;
		margin-right: 0;margin-left: auto;
	}
	main .present .inner > figure::after{
		content: "";
		display: block;
		width: 75%;
		height: 60%;
		background: #fff;
		position: absolute;
		left: 20%;
		bottom: 10%;
		z-index: 1;
	}
	main .present .inner > figure .shop{
		width: 40%;
		margin-top: -15%;
	}





	/*================================
		Reservation
	================================*/
	main .reservation {
		background: #FFF62F;
		margin-top: 50px;
	  padding: 50px 0 90px;
	  position: relative;
	}
	main .reservation::before{
	  content:"";
	  display: block;
	  border-top: 60px solid #fff;
	  border-right: 50vw solid #fff;
	  border-bottom: 60px solid transparent;
	  border-left: 50vw solid transparent; position:absolute;
	  left: 0;top: 0;
	  z-index: 1;
	}
	main .reservation h3{
	  margin-bottom: 40px;
	  text-align: center;
	  font-weight: bold;
	  font-size: 13px;
	  letter-spacing: .1em;
	  position: relative;
	  z-index: 2;
	}
	main .reservation h3 em{
	  display: block;
	  margin-bottom: 15px;
	  font-family: 'Poppins', sans-serif;
	  font-size: 30px;
	  letter-spacing: .1em;
	}
	main .reservation > .note{
		width: 90%;
		margin: 0 auto 50px;
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
	}
	main .reservation .contactlist {
		width: 90%;
		max-width: 600px;
		margin: 0 auto;
	}
	main .reservation .contactlist li{
		background: #fff;
		padding: 30px 30px 20px;
		position: relative;
	}
	main .reservation .contactlist li:not(:last-of-type){
		margin-bottom: 30px;
	}
	main .reservation .contactlist h4{
		width: 100%;
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: .1em;
		position:absolute;
		left:50%;top:-10px;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	main .reservation .contactlist li.line {
		display:flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	main .reservation .contactlist li.line figure{
		width: 35%;
		margin-right: 20px;
	}
	main .reservation .contactlist li.line .note{
		width: 50%;
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
	}
	main .reservation .contactlist li.tel{
		padding-top: 50px;padding-bottom: 40px;
	}
	main .reservation .contactlist li.tel .num{
		text-align: center;
		font-size: 13px;
		font-weight: bold;
	}
	main .reservation .contactlist li.tel .num em{
		display: block;
		margin-top: 10px;
		font-family: "Shippori Mincho B1", 游明朝体, "Yu Mincho", 游明朝, YuMincho, HG明朝E, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 26px;
		letter-spacing: .1em;
	}







}

