@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#price {
	background-color: #EEEEEE;
	padding-top: 100px;
	padding-bottom: 100px;
}
#price h2 {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#price .box {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 30px;
	padding-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 60px;
}
#price .box h3 {
	position: relative;
	margin-bottom: 40px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 500;
}
#price .box h3::before {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#price .box h3+p {
	margin-bottom: 20px;
}
#price .box h4 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
}
#price .box .flex {
	display: flex;
	justify-content: space-between;
}
#price .box .flex div {
	width: 32.5%;
}
#price .box .flex.drop div {
	width: 100%;
}
#price .box .flex div h4 {
	background-color: #EEEEEE;
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#price .box table {
	margin-top: 10px;
}
#price .box table th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F2F0;
	position: relative;
}
#price .box table th span {
	display: block;
	background-color: #C38C42;
	color: #fff;
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	right: 60px;
	top: 9px;
}
#price .box.drop table th:first-child {
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
}
#price .box.drop table th:last-child {
	border-top-left-radius: 0px;
	border-bottom-right-radius: 5px;
	border-left: none;
}
#price .box table td {
	font-size: 24px;
}
#price .box table td span {
	font-size: 13px;
}
#price .box table tr.top td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#price .box table td {
	line-height: 1.5em;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#price .box table tr:last-child td {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#price .box table td em {
	background-color: #FDE8A9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 100px;
	font-size: 15px;
	position: relative;
	top: -10px;
}
#price .box .flex figure {
	width: 40%;
}
#price .box .flex figure img {
	width: 100%;
	height: auto;
}
#price .box .osusume table {
	box-shadow: 0px 0px 5px rgba(195,140,66,0.50);
	border-radius: 8px;
}
#price .box .osusume table th {
	background-color: #FCECD8;
}
#price .box .osusume table td {
	background-color: #FDF9F0;
}



#price .box+h3 {
	position: relative;
	margin-bottom: 40px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 500;
	margin-top: 100px;
}
#price .box+h3::before {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#price .box+h3+p+figure {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#price .box+h3+p+figure img {
	width: 100%;
	height: auto;
}
#price .box2 {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#price .box2 table+table {
	margin-top: 20px;
}
#price .box2 table th {
	background-color: #FFF5F1;
	width: 20%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#price .box2 table th+td {
	background-color: #E7E7E7;
	width: 15%;
}
#price .box2 table th+td+td {
	border: 1px solid #ccc;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: left;
	line-height: 1.6em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}





#flowtop {
	padding-bottom: 7.8125vw;
}
#flowtop img {
	width: 100%;
	height: auto;
}

#flowtop h2 {
	text-align: center;
	padding-top: 7.8125vw;
	margin-bottom: 2.6042vw;
}

#flowtop .flex {
	background-color: #fff;
	width: 50vw;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 5.2083vw;
	padding-bottom: 1.5625vw;
	padding-top: 1.5625vw;
	align-items: center;
}

#flowtop .flex::after {
	content: "";
	background-image: url("../images/pc/index/flow.png");
	width: 2.0313vw;
	height: 1.1458vw;
	background-size: cover;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -3.125vw;
	margin-left: auto;
	margin-right: auto;
}

#flowtop .flex:nth-of-type(5)::after {
	width: 0px;
	height: 0px;
}

#flowtop .flex div {
	text-align: left;
	width: 35.2917vw;
}

#flowtop .flex div h3 {
	font-size: 1.3542vw;
}

#flowtop .flex div h3 span {
	font-size: 2.6042vw;
	font-family: Cardo;
	color: #C3B29C;
}

#flowtop .flex div p {
	font-size: 0.8333vw;
	margin-top: 1.0417vw;
}

#flowtop .flex figure {
	width: 10.4167vw;
	padding-left: 3.2083vw;
	text-align: center;
}

#flowtop .flex:nth-of-type(1) figure img { width: 3.1771vw; }
#flowtop .flex:nth-of-type(2) figure img { width: 7.3958vw; }
#flowtop .flex:nth-of-type(3) figure img { width: 5.4688vw; }
#flowtop .flex:nth-of-type(4) figure img { width: 7.3438vw; }
#flowtop .flex:nth-of-type(5) figure img { width: 8.9063vw; }

#flowtop .btn a {
	width: 19.7917vw;
	height: 3.6458vw;
	border-radius: 5.2083vw;
	background: #89BCA2;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	line-height: 3.6458vw;
	text-decoration: none;
	font-size: 1.0417vw;
	font-weight: 500;
	transition: 0.3s;
	margin-top: 1.5625vw;
}

#flowtop .btn a span {
	margin-left: 0.2604vw;
	font-size: 0.9375vw;
}

#flowtop .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}





#linereserve {
	margin-top: 0px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#price {
	background-color: #EEEEEE;
	padding-top: 15vw;
	padding-bottom: 15vw;
}
#price h2 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: 8vw;
}
#price .box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 5vw;
	padding-top: 10vw;
	margin-bottom: 10vw;
	text-align: left;
}
#price .box h3 {
	position: relative;
	margin-bottom: 6vw;
	font-family: 'Noto Serif JP', serif;
	font-size: 5vw;
	font-weight: 500;
	text-align: center;
}
#price .box h3::before {
	content: "";
	width: 10vw;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#price .box h4 {
	font-size: 5vw;
	text-align: center;
	margin-top: 10vw;
	margin-bottom: -4vw;
}
#price .box .flex {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 2vw;
}
#price .box .flex div {
	text-align: center;
	margin-top: 5vw;
}
#price .box .flex div h4 {
	background-color: #EEEEEE;
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#price .box table {

}
#price .box table th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 4vw;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F2F0;
	position: relative;
}
#price .box table th span {
	display: block;
	background-color: #C38C42;
	color: #fff;
	width: 18vw;
	height: 6vw;
	line-height: 6vw;
	font-size: 3vw;
	position: absolute;
	right: 5vw;
	top: 2vw;
}
#price .box.drop table th:first-child {
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
}
#price .box.drop table th:last-child {
	border-top-left-radius: 0px;
	border-bottom-right-radius: 5px;
	border-left: none;
}
#price .box table td {
	font-size: 6vw;
}
#price .box table td span {
	font-size: 3vw;
}
#price .box table tr.top td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#price .box table td {
	line-height: 1.5em;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#price .box table tr:last-child td {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#price .box table td em {
	background-color: #FDE8A9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 100px;
	font-size: 3.5vw;
	position: relative;
	top: -10px;
}
#price .box .flex figure {
	width: 40%;
}
#price .box .flex figure img {
	width: 100%;
	height: auto;
}
#price .box .osusume table {
	box-shadow: 0px 0px 5px rgba(195,140,66,0.50);
	border-radius: 8px;
}
#price .box .osusume table th {
	background-color: #FCECD8;
}
#price .box .osusume table td {
	background-color: #FDF9F0;
}
#price .box .flex figure img {
	width: 100%;
	height: 80vw;
	object-fit: cover;
}



#price .box+h3 {
	position: relative;
	margin-bottom: 8vw;
	font-family: 'Noto Serif JP', serif;
	font-size: 5vw;
	font-weight: 500;
	margin-top: 15vw;
}
#price .box+h3::before {
	content: "";
	width: 10vw;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#price .box+h3+p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#price .box+h3+p+figure {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#price .box+h3+p+figure img {
	width: 100%;
	height: auto;
}
#price .box2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 5vw;
	padding-top: 10vw;
	padding-bottom: 10vw;
	margin-bottom: 15vw;
}
#price .box2 table+table {
	margin-top: 5vw;
}
#price .box2 table th {
	background-color: #FFF5F1;
	display: block;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#price .box2 table th+td {
	background-color: #E7E7E7;
	width: 100%;
	display: block;
}
#price .box2 table th+td+td {
	border: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: left;
	line-height: 1.6em;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}





#flowtop {
	padding-bottom: 15vw;
	background-color: #FAFAFA;
	padding-top: 15vw;
}

#flowtop h2 {
	text-align: center;
	margin-bottom: 8vw;
}

#flowtop .flex {
	background-color: #fff;
	width: 80vw;
	padding: 5vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 15vw;
}

#flowtop .flex::after {
	content: "";
	background-image: url("../images/pc/index/flow.png");
	width: 10.0313vw;
	height: 5.51458vw;
	background-size: cover;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -10vw;
	margin-left: auto;
	margin-right: auto;
}

#flowtop .flex:nth-of-type(5)::after {
	width: 0px;
	height: 0px;
}

#flowtop .flex div {
	text-align: left;
}

#flowtop .flex div h3 {
	font-size: 5vw;
	text-align: center;
}

#flowtop .flex div h3 span {
	font-size: 8vw;
	font-family: Cardo;
	color: #C3B29C;
}

#flowtop .flex div p {
	margin-top: 3vw;
}

#flowtop .flex figure {
	text-align: center;
	margin-bottom: 3vw;
}

#flowtop .flex:nth-of-type(1) figure img { width: 10vw; }
#flowtop .flex:nth-of-type(2) figure img { width: 25vw; }
#flowtop .flex:nth-of-type(3) figure img { width: 20vw; }
#flowtop .flex:nth-of-type(4) figure img { width:25vw; }
#flowtop .flex:nth-of-type(5) figure img { width: 25vw; }

#flowtop .btn a {
	width: 80vw;
	height: 15vw;
	border-radius: 100px;
	background: #89BCA2;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	line-height: 15vw;
	text-decoration: none;
	font-size: 4vw;
	font-weight: 500;
	transition: 0.3s;
	margin-top: 5vw;
}

#flowtop .btn a span {
	margin-left: 0.2604vw;
	font-size: 2.9375vw;
}

#flowtop .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}





#linereserve {
	margin-top: -15vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}