@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
@import url("https://use.typekit.net/pqb2sbp.css");
@import url("http://fonts.cdnfonts.com/css/optima");
body {
	font-family: YuMincho, serif;
}

body .pc {
	display: none;
}

body .sp {
	display: block;
}

@media (min-width: 768px) {
	body {
		max-width: 1920px;
	}
	body .pc {
		display: block;
	}
	body .sp {
		display: none;
	}
}

.floating {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 12px;
	background-color: #000;
	border-radius: 50px;
	margin: 0 auto;
	color: #fff;
	padding: 15px 0;
	z-index: 999;
	text-align: center;
	letter-spacing: 1px;
	position: fixed;
	width: 90%;
	left: 0;
	right: 0;
	bottom: 10px;
	line-height: 1;
}

.floating:hover {
	opacity: .8;
}

@media (min-width: 768px) {
	.floating {
		width: 1200px;
		font-size: 16px;
		padding: 20px 0;
	}
}

@media only screen and (min-width: 765px) and (max-width: 1099px) {
	.floating {
		width: 95%;
	}
}

.sub_tlt {
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
	margin-top: 6.6vw;
	margin-bottom: 8vw;
}

.tlt_img {
	margin: 0 5.3vw 6.6vw 5.3vw;
}

.tlt_txt_box {
	margin: 0 5.3vw;
}

.tlt_txt_box hr {
	border: 1px solid #cecece;
}

@media (min-width: 768px) {
	.tlt_txt_box {
		width: 1200px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 765px) and (max-width: 1099px) {
	.tlt_txt_box {
		width: 95%;
		margin: 0 auto;
	}
}

.tlt_txt {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin: 21vw 0;
	letter-spacing: .3vw;
	line-height: 2;
}

.tlt_txt p {
	text-align: center;
	line-height: 2;
	margin-bottom: 10.5vw;
}

.tlt_txt p span {
	display: block;
	margin-bottom: 3.6vw;
}

@media (min-width: 768px) {
	.tlt_txt {
		text-align: center;
		margin: 100px 0;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.tlt_txt p {
		margin-bottom: 55px;
	}
	.tlt_txt p:last-child {
		margin-bottom: 0;
	}
	.tlt_txt p span {
		margin-bottom: 30px;
	}
}

.item_box {
	padding: 80px 20px;
}

.item_box .tlt {
	font-family: mrs-eaves, sans-serif;
	text-align: center;
	font-size: 24px;
	margin-bottom: 80px;
	line-height: 1;
	font-weight: 600;
}

.item_box .tlt span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
}

.item_box div ul {
	margin: 0 auto;
	width: 68vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	margin-bottom: 25px;
}

.item_box div ul li p {
	line-height: 1;
	text-align: left;
	font-family: "Zen Old Mincho", serif;
}

.item_box div ul li p:nth-child(1) {
	font-size: 14px;
	margin-bottom: 10px;
}

.item_box div ul li p:nth-child(2) {
	font-family: adobe-garamond-pro, serif;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 7px;
	letter-spacing: 2px;
}

.item_box div ul li p:nth-child(3) {
	font-family: "Optima", sans-serif;
	font-size: 12px;
	letter-spacing: .8px;
}

.item_box div ul li p:nth-child(3) span {
	font-family: YuMincho, serif;
	font-size: 10px;
	font-weight: bold;
}

.item_box div ul li:first-child {
	padding-right: 25px;
}

.item_box div ul li:last-child {
	border-left: 1px solid #000;
	padding-left: 21px;
}

.item_box div ul li:last-child p:nth-child(2) {
	font-size: 28px;
}

.item_box img {
	margin-bottom: 32px;
}

.item_box .plan_box {
	text-align: center;
	font-size: 16px;
	font-family: YuMincho, serif;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	width: 68vw;
	margin: 0 auto;
	padding-bottom: 5px;
	letter-spacing: -.5px;
	font-weight: 800;
}

.item_box .plan_box::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 68vw;
	height: 2vw;
	bottom: 0;
}

.item_box .item_main_txt {
	font-family: YuMincho, serif;
	font-size: 14px;
	text-align: justify;
	margin: 50px 0 80px 0;
	letter-spacing: .15vw;
	line-height: 2;
	font-weight: 600;
}

.item_box .item:last-child .item_txt_box a {
	margin-bottom: 0;
}

.item_box .item_txt_box {
	font-family: noto-sans-cjk-jp, sans-serif;
	text-align: justify;
	letter-spacing: .2px;
	font-size: 12px;
	margin-bottom: 23px;
}

.item_box .item_txt_box .item_txt {
	line-height: 2;
	margin-bottom: 35px;
}

.item_box .item_txt_box .price {
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 17px;
}

.item_box .item_txt_box .price span:nth-child(1) {
	font-size: 14px;
	margin-left: 7px;
}

.item_box .item_txt_box .price span:nth-child(2) {
	font-size: 10px;
}

.item_box .item_txt_box .price:last-child {
	margin-bottom: 0;
}

.item_box .item_txt_box a {
	display: block;
	width: 240px;
	margin: 0 auto;
	color: #fff;
	line-height: 1.5;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 12px;
	padding: 12px;
	background-color: #000;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 80px;
}

.item_box .item_txt_box a:hover {
	letter-spacing: 2px;
	-webkit-transition: .5s;
	transition: .5s;
}

@media (min-width: 768px) {
	.item_box {
		width: 1200px;
		margin: 0 auto;
		padding: 100px 0;
	}
	.item_box .tlt {
		font-size: 26px;
		margin-bottom: 45px;
	}
	.item_box div ul {
		width: 270px;
	}
	.item_box .plan_box {
		width: 270px;
	}
	.item_box .plan_box::after {
		width: 270px;
		height: 7px;
	}
	.item_box .item_main_txt {
		font-size: 16px;
		text-align: center;
		letter-spacing: 1px;
		margin: 50px 0;
	}
	.item_box .img_main {
		display: block;
		width: 800px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.item_box .item {
		width: 1000px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		margin-bottom: 50px;
	}
	.item_box .item:last-child {
		margin-bottom: 0px;
	}
	.item_box .item img {
		width: 470px;
		margin-bottom: 0px;
	}
	.item_box .item .item_txt_box {
		width: 470px;
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 0px;
	}
	.item_box .item .item_txt_box .item_txt {
		margin-bottom: 50px;
	}
	.item_box .item .item_txt_box .price span:nth-child(1) {
		font-size: 16px;
	}
	.item_box .item .item_txt_box .price span:nth-child(2) {
		font-size: 12px;
	}
	.item_box .item .item_txt_box a {
		width: 270px;
		font-size: 14px;
		padding: 10px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 765px) and (max-width: 1099px) {
	.item_box {
		width: 95%;
	}
	.item_box .img_main {
		width: 100%;
	}
	.item_box .item {
		width: 100%;
	}
	.item_box .item img {
		width: 48%;
	}
	.item_box .item .item_txt_box {
		width: 48%;
	}
}

.shop_box {
	padding: 65px 20px;
	font-family: YuMincho, serif;
	font-weight: 800;
	letter-spacing: .5px;
	text-align: justify;
}

.shop_box .tlt {
	text-align: center;
	font-size: 24px;
	margin-bottom: 65px;
	line-height: 1;
}

.shop_box .shop_main_txt {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 50px;
}

.shop_box .buttom {
	display: block;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	width: 200px;
	margin: 50px auto;
	text-align: center;
	font-size: 12px;
	padding: 13px;
	-webkit-transition: .5s;
	transition: .5s;
}

.shop_box .buttom:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
}

.shop_box .note {
	font-size: 10px;
	line-height: 2;
}

.shop_box .contact {
	display: block;
	font-size: 12px;
	text-decoration: underline;
	margin-top: 25px;
	line-height: 2px;
}

@media (min-width: 768px) {
	.shop_box {
		width: 650px;
		margin: 0 auto;
		padding: 100px 0;
	}
	.shop_box .shop_main_txt {
		font-size: 16px;
		letter-spacing: 2px;
		margin-bottom: 60px;
	}
	.shop_box .buttom {
		font-size: 16px;
		width: 454px;
		height: 47px;
		padding: 10px;
	}
	.shop_box .note {
		text-align: center;
		font-size: 14px;
	}
	.shop_box .contact {
		text-align: center;
		font-size: 16px;
		margin-top: 40px;
	}
}

.bg_color {
	background-color: #f9f4f1;
}
/*# sourceMappingURL=style.css.map */