@charset "utf-8";
#contents .container-fluid.inner {
	max-width: 100%;
}
#item_detail {
	max-width: 100%;
}
#detail_description_box__name {
	display: none;
}
#item_photo_area {
	display: none;
}
#detail_cart_box__insert_button .col-sm-8 {
	width: 100%;
}
#product_review_area {
	max-width: 1320px;
	margin: auto;
}
@media only screen and (min-width: 768px) {
	#item_detail_area {
		width: 100%;
		padding: 60px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	#item_detail_area {
		margin: 0;
		padding: 40px 0 0;
	}
	#product_review_area {
		margin: 30px 6% 50px;
	}
}
/*---------------------- h1 ----------------------*/
h1#detail_description_box__name {
	display: none;
}
#page_product_detail h1 {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	margin: 0 0 50px;
}
#page_product_detail h1 .en {
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#page_product_detail h1 .en:first-letter {
	color: #48D0BA;
}
@media only screen and (max-width: 767px) {
	#page_product_detail h1 {
		font-size: 20px;
		margin: 0 0 30px;
	}
}
/*---------------------- extendNotice ----------------------*/
#extendNotice {
	text-align: center;
	margin: -30px 0 50px;
}
#extendNotice p {
	color: #E50D0D;
	font-weight: 400;
	display: inline-block;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
#extendNotice p .bold {
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	#extendNotice {
		margin: -15px 6% 30px;
	}
	#extendNotice p {
		font-size: 14px;
	}
}
/*---------------------- tremilDesc ----------------------*/
#tremilDesc {
	max-width: 1100px;
	margin: 0 auto 90px;
	background-color: #F8FBFB;
}
#tremilDesc .text {
	padding: 0 0 35px;
}
#tremilDesc .text .highlight {
	background-color: #212121;
	border-radius: 23px;
	width: 195px;
	font-size: 22px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 0.03em;
	color: #FFF;
	text-align: center;
	margin: 0 0 10px;
}
#tremilDesc .text h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #424242;
	margin: 0 0 20px;
}
#tremilDesc .text ul li {
	background-image: url("../img/tremil/green_check_icon01.svg");
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.03em;
	padding-left: 35px;
	margin: 0 0 5px;
}
#tremilDesc .text ul li.line1 {
	padding: 11px 0 11px 35px;
}
@media only screen and (min-width: 768px) {
	#tremilDesc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 25px 140px 0 155px;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 767px) {
	#tremilDesc {
		padding: 25px 6% 0;
		margin: 0;
	}
	#tremilDesc .text {
		padding: 0 0 10px;
	}
	#tremilDesc .text .highlight {
		border-radius: 20px;
		width: 180px;
		font-size: 20px;
		line-height: 40px;
		margin: 0 auto 10px;
	}
	#tremilDesc .text h2 {
		font-size: 20px;
		text-align: center;
		margin: 0 0 20px;
	}
	#tremilDesc .text ul li {
		background-size: 22px;
		font-size: 15px;
		padding-left: 30px;
	}
	#tremilDesc .text ul li.line1 {
		padding: 10px 0 10px 30px;
	}
	#tremilDesc .photo {
		text-align: center;
	}
	#tremilDesc .photo img {
		width: 250px;
		height: auto;
	}
}
/*---------------------- price ----------------------*/
#price {
	background-color: #48D0BA;
	text-align: center;
	padding: 50px 0;
	margin: 0 auto 115px;
}
#price h2 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #FFF;
	margin: 0 0 50px;
}
#price h2 .en {
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 0 5px;
}
#price h2 .en:first-letter {
	color: #FDDB5D;
}
#price .priceInner {
	max-width: 1100px;
	margin: auto;
	background-color: #FFF;
	border-radius: 20px;
	padding: 60px 45px 55px;
	box-sizing: border-box;
}
#price ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#price ul li {
	background-color: #E7F7F4;
	border-radius: 6px;
	text-align: center;
}
#price ul li .rentalPeriod {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.03em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 25px;
}
#price ul li .rentalPeriod span:first-of-type {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: normal;
	margin: -10px 10px 0 0;
}
#price ul li .rentalPrice {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #616161;
	margin: 0 0 30px;
}
#price ul li .rentalPrice .exTax {
	font-size: 21px;
	font-weight: 700;
	color: #212121;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 -5px;
}
#price ul li .rentalPrice .exTax span {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	margin: -10px 10px 0 0;
}
#price ul li .perDay {
	display: inline-block;
	background-image: url("../img/tremil/price_icon01.svg");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 26px;
	color: #23AE98;
	text-align: left;
	padding-left: 30px;
}
#price .comment {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #424242;
}
@media only screen and (min-width: 768px) {
	#price ul {
		margin: 0 0 25px;
	}
	#price ul li {
		width: 235px;
		padding: 45px 0;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 767px) {
	#price {
		padding: 30px 6%;
		margin: 0 0 50px;
	}
	#price h2 {
		font-size: 18px;
		margin: 0 0 30px;
	}
	#price .priceInner {
		border-radius: 10px;
		padding: 15px 15px 25px;
	}
	#price ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#price ul li {
		width: calc(94% / 2);
		margin: 0 0 6%;
		padding: 30px 0;
	}
	#price ul li .rentalPeriod {
		font-size: 14px;
		margin: 0 0 20px;
	}
	#price ul li .rentalPeriod span:first-of-type {
		font-size: 28px;
		margin: -10px 5px 0 0;
	}
	#price ul li .rentalPrice {
		font-size: 12px;
		margin: 0 0 15px;
	}
	#price ul li .rentalPrice .exTax {
		font-size: 14px;
	}
	#price ul li .rentalPrice .exTax span {
		font-size: 28px;
		margin: -10px 5px 0 0;
	}
	#price ul li .perDay {
		background-size: 20px;
		font-size: 12px;
		line-height: 20px;
		padding-left: 25px;
	}
	#price .comment {
		font-size: 16px;
	}
}
/*---------------------- product_option_upper_area ----------------------*/
#product_option_upper_area {
	margin: auto;
	border-top: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	box-sizing: border-box;
	border-radius: 40px 40px 0 0;
	overflow: hidden;
}
#product_option_upper_area p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #424242;
	padding: 30px 40px 10px;
}
@media only screen and (min-width: 768px) {
	#product_option_upper_area {
		width: 610px;
	}
}
@media only screen and (max-width: 767px) {
	#product_option_upper_area {
		margin: 0 6%;
		border-radius: 20px 20px 0 0;
	}
	#product_option_upper_area p {
		font-size: 13px;
		padding: 15px 20px 5px;
	}
}
/*---------------------- detail_cart_box ----------------------*/
#detail_cart_box {
	margin: auto;
	border-right: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	box-sizing: border-box;
	border-radius: 0 0 40px 40px;
}
#detail_cart_box__cart_quantity {
	margin: 20px 0 0;
	width: 100%;
}
#detail_cart_box__cart_quantity dt {
	min-height: 24px;
	line-height: 24px;
	float: none;
}
#detail_cart_box__cart_quantity dd {
	padding: 0;
	margin: 10px 0 0;
}
#main button[type="submit"] {
	font-size: 21px;
	padding: 0;
	line-height: 48px;
	height: auto;
	font-weight: 700;
	box-shadow: none;
	background-color: #FF9000;
	border: 3px solid #FF9000;
	border-radius: 27px;
	width: 380px;
	margin: auto;
	box-sizing: border-box;
}
#detail_cart_box__button_area {
	margin: 45px 0 0;
}
@media only screen and (min-width: 768px) {
	#detail_cart_box {
		width: 610px;
		padding: 1px 75px 35px;
	}
	#detail_cart_box.cart_area .classcategory_list li select, #detail_cart_box .form-control {
		width: 100%;
	}
	#main button[type="submit"] {
		transition: 0.3s;
	}
	#main button[type="submit"]:hover {
		background-color: #FFF;
		color: #FF9000;
	}
}
@media only screen and (max-width: 767px) {
	#detail_cart_box {
		border-radius: 0 0 20px 20px;
		margin: 0 6%;
		padding: 1px 20px 25px;
	}
	#detail_cart_box__button_area {
		margin: 35px 0 0;
	}
	#main button[type="submit"] {
		font-size: 18px;
		line-height: 42px;
		width: 250px;
	}
}
/*---------------------- features ----------------------*/
#detail_free_box__freearea {
	margin: 80px 0 40px;
}
#features {
	max-width: 1100px;
	margin: auto;
}
#features h2 {
	font-size: 31px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
	color: #616161;
	margin: 0 0 60px;
}
#features h2::before {
	content: attr(data-en);
	font-size: 15px;
	font-weight: 700;
	color: #1FBAA1;
	letter-spacing: 0.05em;
	display: block;
	margin: 0 0 5px;
}
#features h3 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
	color: #616161;
	margin: 0 0 35px;
}
#features ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#features ul li {
	background-color: #FFF;
	border-radius: 10px;
	text-align: left;
}
#features h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #424242;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 22px;
	min-height: 22px;
	padding-left: 30px;
	margin: 0 0 5px;
}
#features01 h4 {
	background-image: url("../img/tremil/green_check_icon02.svg");
}
#features02 h4 {
	background-image: url("../img/tremil/red_check_icon01.svg");
	color: #AE3523;
}
#features03 h4 {
	background-image: url("../img/tremil/gold_check_icon01.svg");
	color: #AC991B;
}
#item_detail #features p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #616161;
	margin: 0;
}
#features01 {
	background-color: #ECFDFB;
	border-radius: 20px;
	padding: 40px 50px 35px;
	margin: 0 0 30px;
}
#features02 {
	background-color: #FDF1F1;
	border-radius: 20px;
	padding: 40px 50px 35px;
	margin: 0 0 30px;
}
#features03 {
	background-color: #F9FBEB;
	border-radius: 20px;
	padding: 40px 50px 35px;
	margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
	#features ul li {
		width: 315px;
		height: 140px;
		margin: 0 0 15px;
		padding: 10px 20px 0;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 767px) {
	#sub_area {
		padding: 0;
	}
	#detail_free_box__freearea {
		margin: 30px 0 0;
	}
	#features h2 {
		font-size: 20px;
		margin: 0 0 25px;
	}
	#features h2::before {
		font-size: 14px;
	}
	#features h3 {
		font-size: 20px;
		margin: 0 0 20px;
	}
	#features01 {
		background-color: #ECFDFB;
		border-radius: 0;
		padding: 20px 6% 35px;
		margin: 0;
	}
	#features02 {
		background-color: #FDF1F1;
		border-radius: 0;
		padding: 20px 6% 35px;
		margin: 0;
	}
	#features03 {
		background-color: #F9FBEB;
		border-radius: 0;
		padding: 20px 6% 35px;
		margin: 0;
	}
	#features ul li {
		border-radius: 6px;
		width: 100%;
		padding: 15px;
		margin: 0 0 15px;
	}
	#footer {
		margin-top: 0;
	}
}
}