@charset "UTF-8";
/* =================================
 plan.css
================================= */
  
.table-plan-price {
	font-size: 2rem;
	margin-top: 30px;
	padding: 0 25px;
}
.ttl-plan-price-01 {
	color: #966f38;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 180%;
	padding-left: 0;
}
.ttl-plan-price-02 {
	background-color: #ebe3d9;
	font-size: 2rem;
	padding: 10px;
	font-weight: 700;
	margin: 10px 0;
}
.box-plan-price-01 {
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
}
.ttl-plan-price-03 {
	font-weight: bold;
	color: #888;
	font-size: 1.8rem;
	font-weight: bold;
}
.txt-plan-price-01 {
}
.txt-plan-price-02 {
	font-size: 1.6rem;
	margin-left: 20px;
}
/* category comment
----------------------------------*/
.txt-plan-comment {
	margin: 40px 0;
	color: #2c2c2c;
	font-size: 2rem;
	font-weight: 500;
	line-height: 230%;
}
/* line up
----------------------------------*/
h2 {
	font-family: "garamond-premier-pro", serif;
	color: #737373;
	font-size: 6.4rem;
	font-weight: 400;
	margin-top: 100px;
	margin-bottom: 30px;
}
.box-lineup {
	position: relative;
}
.box-lineup img {
	border: solid 1px #ddd;
	margin-bottom: 15px;
}
.ico-new {
	background-color: #e03441;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 50%;
	padding: 10px 7px;
}
.box-lineup {
	margin-bottom: 70px;
}

@media screen and (max-width:767px) {

.table-plan-price {
	font-size: 1.6rem;
	margin-top: 15px;
}
.ttl-plan-price-01 {
	color: #966f38;
	font-size: 2.2rem;
}
.ttl-plan-price-03 {
	font-size: 1.6rem;
	font-weight: bold;
}
.txt-plan-price-01 {
}

/* category comment
----------------------------------*/
.txt-plan-comment {
	font-size: 1.6rem;
	line-height: 200%;
}
/* line up
----------------------------------*/
h2 {
	font-size: 4rem;
	margin-top: 40px;
}

.ttl-top-01 {
	font-size: 2rem;
	line-height: 3.6rem;
	margin-bottom: 5px;
}
.ttl-top-02 {
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.box-lineup img {
	margin-bottom: 8px;
}
.box-lineup {
	margin-bottom: 35px;
}
}

@media screen and (max-width:500px) {
}
