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

/*
* PANEL
******************************************************/
.guide-panel {
	max-width: 1050px;
	width: 100%;
}
.guide-top-title {
	font-size: 3.6rem;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'ZENオールド明朝N B','Zen Old Mincho N B',-apple-system,BlinkMacSystemFont,serif,'Times New Roman';
}
.guide-panel ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.guide-panel li {
	width:33.33%;
	max-width: 325px;
	border: 1px solid #dddddd;
	margin-right:32px;
	margin-bottom:30px;
	text-align:center;
}
.guide-panel li:nth-child(3n) {
	margin-right:0;
}
.guide-panel li a {
	display:block;
	height: 230px;
}
.guide-panel figure {
	margin-bottom:30px;
	padding-top: 50px;
}
@media (max-width: 1049px) {
	.guide-panel {
		width: auto;
		padding: 20px;
	}
	.guide-panel li {
		width:47%;
		max-width:inherit;
		border: 1px solid #dddddd;
		margin-right:15px;
		margin-bottom:15px;
		text-align:center;
	}
	.guide-panel li a {
		display:block;
		height: auto;
	}
	.guide-panel li:nth-child(3n) {
		margin-right:15px;
	}
	.guide-panel li:nth-child(2n) {
		margin-right:0px;
	}
	.guide-panel figure {
		margin-bottom: 0px;
		padding-top: 25px;
	}
	.guide-panel div {
		display: table;
		height: 40px;
		width: 100%;
	}
	.guide-panel div p {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.guide-panel div span {
		display: block;
	}
}
@media (max-width: 768px) {
	.guide-top-title {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 360px) {
	.guide-panel li{
		width: 44%;
	}
}
/*
* NAVI
******************************************************/
.feature-navi__wrapper {
	width:100%;
}
.feature {
	padding: 0 0 40px 0;
}
.navi-title {
	padding: 20px 40px;
}
.feature-navi {
	width: auto;
	max-width: 1050px;
	margin: auto;
	overflow: hidden;
}
.feature-text {
 margin-bottom: 40px;
}
.feature-navi ul {
	width:100%;
	display: -webkit-box;
  display: box;
	display: -ms-flexbox;
}
.feature-navi li {
	line-height:45px;
	height:45px;
	border-left:1px solid #dddddd;
	-webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
	position:relative;
}
.feature-navi li:last-child {
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.feature-navi li a {
	display: block;
	width: auto;
	padding: 0 20px;
}
.feature-navi li p {
	display: block;
	line-height: 1.4;
}
.feature-navi li p span {
	display: block;
}
.feature-navi li::after {
	content: "";
	display: block;
	position: absolute;
	background:url('../img/common/ico-arrow-bottom.png') left top no-repeat;
	width: 15px;
	height: 16px;
	top: 14px;
	right: 20px;
}
.feature-step-num {
	padding-right: 8px;
	color: #763f49;
}
#feature01,
#feature02,
#feature03,
#feature04,
#feature05 {
	margin-top: -60px;
	padding-top: 60px;
}
#option2 {
	padding-top: 80px;
}
.feature-step__inner {
	border: 1px solid #dddddd;
	padding: 40px;
	position: relative;
	margin-bottom:80px;
}
.feature-step__inner::after {
	position: absolute;
	content: "";
	background: url('/order/public/pages/img/common/thanks-arrow.png');
	left: 48%;
	bottom: -50px;
	width: 35px;
	height: 18px;
}
.feature-step__inner-last {
	border: 1px solid #dddddd;
	position: relative;
}
.feature-step-text__wrapper {
	padding: 40px;
}
.feature-step-title {
	font-size:1.7rem;
	font-weight: bold;
}
.feature-step-text {
	font-size:1.6rem;
	padding-top: 8px;
	line-height: 2.4rem;
}
.feature-step-complete {
	background: #F8F9F4;
}
.feature-step-complete li {
	padding-bottom:40px;
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 40px;
}
.feature-step-complete li:last-child {
	padding-bottom:0;
	border-bottom: none;
	margin-bottom: 0;
}
.feature-step-complete-title {
	font-size:1.7rem;
	font-weight: bold;
}
.feature-step-complete-text {
	font-size:1.6rem;
	padding-top: 8px;
	line-height: 2.4rem;
}
.return-content {
	display: table;
	width:100%;
}
.return-content p {
	display: table-cell;
	width:65%;
	vertical-align: top;
	padding-right: 30px;
}
.return-content figure {
	display: table-cell;
	width:35%;
	vertical-align: top;
}
.return-content img {
	width:100%;
	max-width: 330px;
}
.outbound-link {
	font-size: 1.4rem;
	text-decoration: underline;
	padding:30px 0;
}
.feature-step-complete-notes {
	font-size: 1.4rem;
	line-height: 2.4rem;
}
@media (max-width: 768px) {
	.feature-navi__wrapper {
		padding-top:0px;
	}
	.feature-navi {
		padding: 20px 0 40px 0;
	}
	.feature-text {
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.feature-step__inner {
		padding: 20px 15px;
	}
	.feature-navi ul {
		display: block;
	}
	.feature-navi li {
		border-left:none;
		display: block;
		width:auto;
		border-bottom:1px solid #dddddd;
	}
	.feature-navi li:last-child {
		border-left:none;
		border-right:none;
	}
	.feature-navi li p {
		line-height: inherit;
	}
	.feature-navi li p span {
		display: inline-block;
	}
	.return-content p {
		display: block;
		width:100%;
		padding-right: 0px;
	}
	.return-content figure {
		display: block;
		width:100%;
		padding-top: 15px;
	}
	.return-content img {
		width:100%;
		max-width: 330px;
	}
	.feature {
		padding: 0 20px 40px 20px;
	}
	.feature-step-complete li {
		padding-bottom:20px;
		margin-bottom: 20px;
	}
	.feature-step-text__wrapper {
    padding: 20px 15px;
	}
	.outbound-link {
		padding:15px 0;
	}
}

/*
* GUIDE
******************************************************/
.guide-menu__wrapper {
	width: 100%;
}
.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;
}
.guide-menu-footer {
	margin-bottom: 80px;
	margin-top: 40px;
}
@media (max-width: 768px) {
	.guide-menu {
		width:auto;
	}
	.guide-menu-footer {
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.guide-menu-links {
		line-height: 54px;
		float:left;
		width: calc(100% / 2 - 2px);
		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;
	}
}
@media screen and (max-width: 320px) {
	.guide-menu-links a {
    padding-left: 3px;
    font-size: 1.2rem;
	}
	.guide-menu-links::after {
	    right: 5px;
	}
}

/*
* PAYMENT AND CANCEL
******************************************************/
.payment {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding: 80px 0px;
	overflow: hidden;
}
.payment-icons {
	font-size: 1.2rem;
	color: #FFFFFF;
	overflow: hidden;
}
.payment-icons span {
	display: inline-block;
	padding: 5px;
	margin-right:8px;
}
.payment-icon01 {
	background: #763f49;
}
.payment-icon02 {
	background: #777777;
}
.payment-text {
 font-family:'秀英角ゴシック銀 L','Shuei KakuGo Gin L',-apple-system,BlinkMacSystemFont,serif,'Times New Roman';
	padding-bottom: 25px;
	padding-left: 1.6rem;
}
/* video */
.videoWrapper {
	position: relative;
	width: 100%;
	max-width: 690px;
	padding-top: 56.25%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media (max-width: 768px) {
	.payment {
		width: auto;
		margin: auto;
		padding: 20px 20px;
	}
	.payment-icons {
		margin-top: 20px;
	}
}

/* NOTES */
.payment-notes {
	margin-bottom: 40px;
}
.bg-beige {
	background: #F8F9F4;
	padding: 30px;
}
.payment-notes-title {
	font-size: 1.8rem;
	padding-bottom: 20px;
}

.payment-notes-text {
	line-height: 2.4rem;
	padding-bottom: 20px;
}
.payment-notes__inner {
	padding-bottom: 30px;
}
.notes-title {
	padding-bottom: 15px;
}
.text-red {
	color: #af1b07;
}
.notes-text {
	line-height: 2.4rem;
}
.notes-img img {
	max-width:100%;
}
.notes-img-pc {
	padding-top:15px;
}
.notes-img-sp {
	display: none;
}
@media (max-width: 768px) {
	.cart-member-item-menu1 {
		font-size: 1.6rem;
	}
	.cart-member-item-menu2 {
		font-size: 1.4rem;
	}
	.payment-notes {
		padding: 15px;
		margin-bottom: 80px;
	}
	.notes-img {
		margin-top: 20px;
	}
	.notes-img-pc {
		display: none;
	}
	.notes-img-sp {
		display: block;
	}
}


/*
* RENTAL SET
******************************************************/
.rental-sets {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding: 80px 0px;
	overflow: hidden;
}
.rental-set-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.rental-set-list li {
	width: 25%;
	max-width: 160px;
	padding-left: 10px;
}

.rental-set-list li img {
	width: 100%;
}
.option-list li {
	width:auto;
	max-width: 330px;
}
.rental-set {
	letter-spacing: 1.2px;
	line-height: 2.4rem;
}
.rental-set p {
	padding-bottom: 20px;
}
.rental-set ul {
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 100%;
}
.rental-set li {
	width: 33%;
	max-width: 330px;
}
.rental-set li:first-child {
	margin-right: 30px;
}
.rental-set figure img {
	width: 100%;
	max-width: 330px;
}
.rental-set-text .rental-set-see-more {
	padding-top:20px;
}

.rental-set-see-more {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.primary-title {
		margin-bottom: 20px;
	}
	.rental-sets {
		width: auto;
		margin: auto;
		padding: 20px 20px;
	}
	.rental-set-list ul {
		display: -webkit-flex;
		display: flex;
	}
	.rental-set-list li {
		width: 47%;
		max-width: 100%;
		padding-left: 0px;
		padding-right: 10px;
	}
	.rental-set-list li img {
		width: 100%;
	}
	.rental-set-list li:nth-child(4n+1){
		padding-left: 0px;
	}
	.option-list li {
		width: 46%;
		max-width: 100%;
	}
	.rental-set ul {
		display: table;
	}
	.rental-set li {
		width: 50%;
		max-width: inherit;
		padding: 20px 0;
		display: table-cell;
		vertical-align: top;
	}
	.rental-set figure img {
		width: 100%;
		max-width: 160px;
	}
	.rental-set-text {
		padding: 0;
	}
	.rental-set figcaption {
		font-size:1.6rem;
		padding:0;
	}
	.rental-set-text .rental-set-see-more {
		font-size:1.4rem;
		padding-top:15px;
		max-width:160px;
		text-indent: -1em;
		padding-left: 1em;
	}
}
/* details */
.rental-set-detail__wrapper {
	padding-top: 60px;
}
.rental-set-detail {
	width: 100%;
	max-width: 1050px;
	margin:auto;
}
.title-more {
	color:#773F4A;
	display:table;
	padding-top:20px;
}
.title-more span {
	display:table-cell;
	vertical-align: middle;
}
.title-more span img {
	width:100%;
	max-width:60px;
	padding-right:15px;
}
.rental-set-detail__content {
	display: table;
	padding-bottom:40px;
}
.rental-set-detail__content-title {
	padding-bottom: 0;
}
.rental-set-detail__content figure {
	display:table-cell;
	vertical-align: top;
	width:420px;
}
.rental-set-detail__content figure img {
	width:100%;
	max-width:420px;
}
.rental-set-detail__content-figcaption {
	padding: 0 0 0 40px;
}
.rental-set-detail__content-caption {
	display:table-cell;
	vertical-align: top;
	padding-left:30px;
	line-height: 2.4rem;
}
.rental-set-detail__notes ul {
	margin-left: -1em;
}
.rental-set-detail__notes li {
	line-height: 2rem;
	/*text-align: center;*/
	padding: 0 0 0 20px;
}
.rental-set-detail__list,
.rental-set-detail__option {
	width: 100%;
	max-width: 950px;
	margin: auto;
	padding: 0 0 40px 0;
}
.rental-set-detail__list-image img {
	width: 400px;
	max-width: 93%;
}
.set-item-image {
	padding: 0 0 40px 0;
}
.rental-set-detail__list-text {
	padding: 0 0 40px 0;
}
.rental-set-detail__option ul {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.rental-set-detail__option li {
    width: calc(100%/3);
    margin-bottom: 40px;
}
.rental-set-detail__option li img {
	max-width: 100%;
}
.rental-set-price {
	padding: 20px 0;
	margin-bottom: 20px;
}
.price-icon {
	background: #000;
	color: #FFF;
	font-size: 1.4rem;
	padding: 3px 10px;
	display: inline-block;
	line-height: 1.4rem;
}
.price-small-text {
	font-size: 1.4rem;
	margin-top: 8px;
}
.price-text {
	font-size: 2.0rem;
	margin-top:8px;
}

@media (max-width: 768px) {
	.rental-set-detail__wrapper {
		padding-top: 20px;
	}
	.title-more span img {
		width:100%;
		max-width:45px;
	}
	.rental-set-detail {
		width: auto;
		margin: auto;
		padding: 0 20px;
	}
	.rental-set-detail__content {
		display:block;
	}
	.rental-set-detail__content figure {
		display:block;
		width:100%;
	}
	.rental-set-detail__content figcaption {
		display:block;
		padding-left:0px;
		padding-top:20px;
	}
	.rental-set-detail__content-figcaption {
		padding: 0;
	}
	.rental-set-detail__notes ul {
		margin-left: 0;
	}
	.rental-set-detail__notes li {
		padding: 0;
	}
	.rental-set-detail__list {
		width: auto;
		padding: 0 0 20px 0;
	}
	.rental-set-detail__option ul {
		display: block;
		padding: 20px 0 0 0;
	}
	.rental-set-detail__option li {
		width: auto;
		margin-bottom: 20px;
	}
}

/*
* OPTION
******************************************************/
.option {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding: 80px 0px 40px 0;
	overflow: hidden;
}
.option-text p {
	padding-bottom: 30px;
}
.text-red {
	color: #af1b07;
}
.special-price span {
	display: inline-block;
}
.special-price img {
	width:100%;
	max-width: 30px;
}
.option-price {
	font-size: 3.8rem;
}
@media (max-width: 768px) {
	.option {
		width: auto;
		margin: auto;
		padding: 20px 20px;
	}
	.option-text {
		padding-top: 20px;
	}
	.option-price {
		font-size: 2.4rem;
	}
}


/*
* DAMAGEWAIVER
******************************************************/
.price-panels ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.price-panels li:last-child {
	padding-left: 20px;
}
.price-panel img {
	width: 100%;
}
.member-button-text {
	text-align:center;
}
.member-button__wrapper {
	width:100%;
}
.member-button {
	max-width: 330px;
	margin: auto;
	margin-bottom: 15px;
	cursor: pointer;
	line-height: 70px;
}
.member-button a {
    color: #FFFFFF;
    display: block;
}
.icon-panels ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.icon-panels li:last-child {
	padding-left: 20px;
}
.icon-panel img {
	width: 100%;
}
.option-text li {
	line-height: 2.4rem;
}
@media (max-width: 768px) {
	.price-panel img,
	.icon-panel img {
		width: 100%;
		max-width: 170px;
	}
}

/*
* FAQ
******************************************************/
.faq-categories {
	padding-bottom: 40px;
}
.faq-categories ul {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	overflow: hidden;
}
.faq-menu-links {
	line-height: 54px;
	float:left;
	width: calc(100% / 2 - 2px);
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	position: relative;
}
.faq-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;
}
.faq-menu-links a {
	display:block;
	padding-left: 20px;
	font-size: 1.6rem;
}
.faq {
	width: auto;
	max-width: 1050px;
	margin: auto;
	padding: 80px 0px;
	overflow: hidden;
}
.faq-list__wrapper {
	margin-top: 40px;
}
.faq-category-title {
	font-size: 2.2rem;
	margin-bottom: 30px;
	font-family:'ZENオールド明朝N B','Zen Old Mincho N B',-apple-system,BlinkMacSystemFont,serif,'Times New Roman';
}
.accordionbox{
	width: 100%;
	background:#FFFFFF;
	margin-bottom: 60px;
}
.accordionbox:last-child {
	margin-bottom: 0px;
}
.accordionbox dl {
	border-left: 1px solid #DDDDDD;
}
.accordionlist dt {
	display:block;
	padding: 0 0 10px 15px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	cursor:pointer;
}
.accordionlist dt:first-child{
	border-top: 1px solid #DDDDDD;
}
.accordionlist dt .title{
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 15px;
	float: left;
}
.accordionlist dd{
	display:none;
	background: #F2ECEE;
	padding: 20px 0 20px 25px;
	margin-left: 0px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	line-height: 2.4rem;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top:20px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #763f49;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/* cleatfix */

.clearfix {zoom:1;}
.clearfix:after {
	content : ""    ;
	display : block ;
	clear   : both  ;
}
@media (max-width: 768px) {
	.faq-categories {
    padding-bottom: 20px;
	}
	.accordionlist dt .title {
    padding-left: 0;
    padding-right: 0;
		padding-bottom: 10px;
    max-width: 280px;
		line-height: 2.2rem;
	}
	.faq {
		width: auto;
		margin: auto;
		padding: 20px 20px;
	}
	.faq-menu-links a {
		display:block;
		padding-left: 5px;
		font-size: 1.3rem;
	}
	.faq-lists {
		padding-top: 20px;
	}
	.accordionlist dd{
		margin-left: 0px;
		padding-left: 25px;
		padding-right: 20px;
	}
	.faq-list__wrapper {
    margin-top: 20px;
	}
	.faq-category-title {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 320px) {
	.faq {
	    padding: 20px 10px;
	}
	.faq-menu-links a {
    padding-left: 3px;
    font-size: 1.2rem;
	}
	.faq-menu-links::after {
    right: 5px;
	}
	.accordionlist dt .title {
    max-width: 240px;
	}
}
