@charset "utf-8";
/* CSS Document */

/*
* PHONE ORDER
******************************************************/
.phone-order__wrapper {
	width: 100%;
}
.phone-order {
	width: auto;
	max-width: 1050px;
	margin: auto;
	overflow: hidden;
}
.phone-order-title {
	font-size: 2.6rem;
	margin: 40px 0;
	text-align: center;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:700;
}
.phone-order-item-title {
	font-size:2.2rem;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:700;
	padding-bottom: 15px;
}
.phone-order-notice {
	background: #FBF5F4;
	padding: 20px;
	margin-bottom:20px;
}
.phone-order-notice p {
	color:#af1b07;
}
.option-notes__wrapper {
	padding: 30px 0;
}
.option-notes {
	background: #ffffff;
	color: #777777;
	border: 1px solid #777777;
	padding: 30px;
}
@media (max-width: 768px) {
	.phone-order {
		width: auto;
		padding: 20px;
	}
	.phone-order-sub-title {
		margin-bottom: 30px;
	}
}
/* button */
.phone-button__wrapper {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.phone-button {
	margin:auto;
	max-width:320px;
}
.phone-button-text {
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
	font-weight:400;
	font-size:1.2rem;
	padding: 15px 0;
}
.option-list {
	padding-bottom: 30px;
}
.option-list p {
	line-height: 2.4rem;
}
@media (max-width: 768px) {
	.phone-button__wrapper {
		margin: 0 0 30px 0;
	}
}


/*
* GUIDE
******************************************************/
.guide-menu__wrapper {
	width: 100%;
	margin: 80px 0;
}
.guide-menu {
	width: auto;
	max-width: 1050px;
	margin: auto;
	overflow: hidden;
}
.guide-menu ul {
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	overflow: hidden;
}
.guide-menu-links {
	line-height: 54px;
	float:left;
	width: calc(100% / 3 - 2px);
	max-width: 350px;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	position: relative;
}
.guide-menu-links::after {
	content: "";
	display: block;
	position: absolute;
	background:url('../img/common/ico-arrow-m.png') left top no-repeat;
	width: 10px;
	height: 19px;
	top:18px;
	right: 10px;
}
.guide-menu-links a {
	display:block;
	padding-left: 20px;
}
@media (max-width: 768px) {
	.guide-menu__wrapper {
		width: 100%;
		margin: 40px 0;
	}
	.guide-menu {
		width:auto;
	}
	.guide-menu-links {
		line-height: 54px;
		float:left;
		width: calc(100% / 2 - 1px);
		max-width: inherit;
		border-bottom:1px solid #dddddd;
		border-left:1px solid #dddddd;
		position: relative;
	}
	.guide-menu-links a {
		display:block;
		padding-left: 5px;
		font-size: 1.4rem;
	}
}

/*
* RENTAL SET
******************************************************/
.rental-sets {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding: 0px;
	overflow: hidden;
}
.rental-set-pc01 img {
	width:100%;
	max-width:650px;
}
.rental-set-pc02 img {
	width:100%;
	max-width:360px;
}
.rental-set-items {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.rental-set-item p {
	padding-bottom:20px;
}
.rental-set-notes {
	padding-bottom:60px;
}
.rental-set-notes ul {
	padding-bottom:30px;
	line-height: 2.4rem;
}
.rental-set-notes li {
	font-size: 1.4rem;
}
.option-see-more {
	text-decoration: underline;
}
.option {
	letter-spacing: 1.2px;
	line-height: 2.4rem;
}
.option ul {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	width: 100%;
}
.option li {
	width: 50%;
}
.option figure img {
	width: 100%;
	max-width: 330px;
}
.option figcaption {
	font-size:1.8rem;
	padding:15px 0;
}
.option-text .option-see-more {
	padding-top:20px;
}

@media (max-width: 768px) {
	.rental-set {
		width: auto;
		margin: auto;
		padding: 40px 20px;
	}
	.rental-set__content {
		padding-top:30px;
	}
	.rental-set-items {
		display: block;
	}
	.rental-set-sp img {
		width:100%;
	}
	.rental-set-notes {
		padding-bottom:30px;
	}
	.option ul {
		display: block;
	}
	.option li {
		width: 100%;
		max-width: inherit;
		padding: 20px 0;
		display: table;
	}
	.option li:not(:last-child){
		border-bottom: 1px solid #DFDEDA;
	}
	.option figure {
		display: table-cell;
		vertical-align: top;
	}
	.option figure img {
		width: 100%;
		max-width: 105px;
	}
	.option-text {
		max-width: 200px;
		padding: 0;
		display: table-cell;
		vertical-align: top
	}
	.option figcaption {
		font-size:1.6rem;
		padding:0;
	}
	.option-text .option-see-more {
		text-align:right;
		font-size:1.4rem;
		padding-top:15px;
	}
}
