@charset "UTF-8";

/* RESET -------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
ul { list-style-type: none; }
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.contactInner input, .prefecture{
    vertical-align: baseline;
}

input,textarea,select,button {
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: top;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
}

html body input[type=checkbox] {
	-webkit-appearance: checkbox;
    vertical-align: baseline;
}

html body input[type=radio] {
	-webkit-appearance: radio;
}

.pref{
    padding: 10px;
    font-size: 16px;
}

.LC_Page_Index{
min-height: auto !important;
    min-width: auto !important;
    height: auto !important;
    width: auto !important;
}
#top{
min-height: auto !important;
    min-width: auto !important;
    height: auto !important;
    width: auto !important;
}


/* BASE -------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
}
body {
font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #000 !important;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100% !important;
    overflow: hidden;
}
p {
	font-size: 15px;
}
img {
	max-width: 100%;
	height: auto;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
	body {
		font-size: calc(100vw / 66);
	}
	p {
		font-size: calc(100vw / 66);
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	body {
		font-size: calc(100vw / 27);
		padding-top: 50px;
	}
	.open-menu body {
		position: fixed;
	}
	p {
		font-size: calc(100vw / 27);
	}
}

/* LINK -------------------------------------------------------------------------*/

a:link {
	color: #FFAA65;
	text-decoration: none;
	transition: 0.5s;
}
a img {
	transition: 0.5s;
}
a:hover img {
	opacity: 0.7;
}
a:visited {
	color: #FFAA65;
}
a:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
}

/* HEADER -------------------------------------------------------------------------*/

#header h1 {
	float: right;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	padding: .5rem 1.5%;
}
#header .desc {
	color: #666;
	padding: .5rem 5%;
	border-bottom: 1px solid #ccc;
}
#info_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 5%;
}
#info_menu .logo {
	max-width: 220px;
}
#info_menu .bnr {
	display: flex;
}
#info_menu .bnr li {
	max-width: 210px;
}
#info_menu .bnr li:nth-child(n+2) {
	margin-left: .5rem;
}
#info_menu .link {
	display: flex;
	align-items: center;
    grid-area: 15px;
}
#info_menu .link .tel {
	margin-right: 1rem;
}
#info_menu .link .tel a {
	display: block;
	font-size: 13px;
	color: #000;
}
#info_menu .link .tel a span {
	display: block;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	color: #CB6717;
	letter-spacing: .05rem;
}
#info_menu .link .tel a span:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	vertical-align: middle;
	margin-right: .3rem;
	background: url('../img/common/tel.svg') no-repeat center top;
}
#info_menu .link .user_menu .user {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}
#info_menu .link .user_menu .user .shop a,
#info_menu .link .user_menu .user .login a,
#info_menu .link .user_menu .user .logout a {
	display: block;
	max-width: 135px;
    min-width: 100px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: .7rem .5rem;
}
#info_menu .link .user_menu .user .shop a {
	font-size: 14px;
	background: #FFAA65;
}
#info_menu .link .user_menu .user .shop a:hover {
	background: #E66700;
}
#info_menu .link .user_menu .user .shop a:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	vertical-align: middle;
	margin-right: .3rem;
	background: url('../img/common/cart.svg') no-repeat center top;
	background-size: 100% auto;
}
#info_menu .link .user_menu .user .login a {
	background: #4D4D4D;
}
#info_menu .link .user_menu .user .login a:hover {
	background: #7D7D7D;
}
#info_menu .link .user_menu .user .logout a {
	background: #4D4D4D;
}
#info_menu .link .user_menu .user .logout a:hover {
	background: #7D7D7D;
}
#info_menu .link .user_menu .contact {
    width: 100%;
}
#info_menu .link .user_menu .contact a span {
    display: inline-block;
    font-size: 13px;
    color: #000;
    padding: 3px 0;
    border-bottom: 1px solid #000;
	transition: 0.5s;
}
#info_menu .link .user_menu .contact a:hover span {
    color: #FFAA65;
    border-color: #FFAA65;
}
#info_menu .link .user_menu .contact a:before {
    display: inline-block;
    width: 6px;
    height: 10px;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    background: url('../img/orange_arrow.png') no-repeat center center;
}
#info_menu .sp_cart,
#info_menu .sp_faq {
	display: none;
}
/*
.M002 .total {
	font-size: 120%;
	padding: 0 30px 30px 30px;
}

.M002 .total dl {
	border-bottom: 1px solid #d3ccc3;
	display: flex;
	font-size: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 30px;
}
	*/

.M002 h2 {
	font-size: 150%;
}

.M002 h2 {
	font-size: 120%;
	margin: 10px 0;
}

.M002 .information {
	font-size: 100%;
	margin: 10px 0;
}

.M002 .note {
	font-size: 80%;
}

.M002 .attention {
	color: #fe9903;
}

.M002 .steps .step {
	border-bottom: 1px solid #d3ccc3;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.M002 .steps .step:last-child {
	border-bottom: none;
}

.M002 .steps .step ul {
	margin-bottom: 20px;
}


.M002 .steps .step .choices {
	align-items: center;
	display: flex;
	margin: 20px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.M002 .steps .step .choices {
		align-items: flex-start;
		flex-direction: column;
	}

	.M002 .steps .step .choices label {
		margin: 0 0 20px 0;
	}
}

.M002 .steps .step .choices label {
	align-items: center;
	display: flex;
	margin-right: 20px;
}

.M002 .steps .step .choices input[type=radio] {
	appearance: none;
	border: 2px solid #cccccc;
	border-radius: 50%;
	height: 32px;
	margin-right: 10px;
	width: 32px;
}

.M002 .steps .step .choices input[type=radio]:checked {
	background: #fe9903;
}

.M002 div.table ol li {
	font-size: 100%;
}

.M002 div.table .tbody .tr > .td {
	font-size: 100%;
}

/* toggle */
#nav-toggle {
	display: none;
}
/* menu */
#global_menu_sp {
	display: none;
}
#global_menu {
	background: #F0F0F0;
}
#global_menu ul {
	display: flex;
	justify-content: center;
}
#global_menu ul li a {
	display: block;
	font-size: 17px;
	color: #000;
	padding: 1rem;
}
#global_menu ul li a:hover {
	color: #FFAA65;
}

#global_menu .contact {
	position: relative;
}

#global_menu .contact .mypage {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	white-space: nowrap;
	z-index: 1;
}

#global_menu .contact:hover .mypage {
	background: #f0f0f0;
	display: block;
	padding: 20px;
}

#global_menu .contact .mypage a {
	background: #4D4D4D;
	display: block;
	width: 135px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: .7rem .5rem;
	margin: auto;
}

#global_menu .contact .mypage a:hover {
	background: #7d7d7d;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 800px) {
	#header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 99999;
	}
	#header .desc,
	#info_menu .bnr {
		display: none;
	}
	#info_menu {
		padding: 0 0 0 3%;
	}
	#info_menu .logo img {
		width: auto;
		height: 35px;
	}
	#info_menu .link {
		display: none;
	}
	#info_menu .sp_cart,
	#info_menu .sp_faq {
		display: block;
		width: 38px;
		height: 38px;
		position: absolute;
	}
	#info_menu .sp_cart {
		background-color: #FFAA65;
		display: flex;
		justify-content: center;
		align-items: center;
		right: 60px;
	}
	#info_menu .sp_faq {
		font-weight: bold;
		right: 100px;
		font-size: 20px;
	}
	/* toggle */
	#nav-toggle {
		display: block;
		width: 50px;
		height: 50px;
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		left: 25%;
		height: 2px;
		width: 50%;
		background: #FFAA65;
		border-radius: 5px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 14px;
	}
	#nav-toggle span:nth-child(2) {
		top: 24px;
	}
	#nav-toggle span:nth-child(3) {
		top: 34px;
	}
	.open-menu #nav-toggle span:nth-child(1) {
		top: 24px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open-menu #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open-menu #nav-toggle span:nth-child(3) {
		top: 24px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* menu */
	#global_menu {
		display: none;
	}
	#global_menu_sp {
		display: block;
		position: fixed;
		left: 0;
		top: 50px;
		width: 100%;
		height: calc(100% - 50px);
		padding-bottom: 2rem;
		background: #EFEFEF;
		z-index: 99999;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		visibility: hidden;
		opacity: 0;
	}
	.open-menu #global_menu_sp {
		visibility: visible;
		opacity: 1;
	}
	#global_menu_sp .ttl {
		color: #fff;
		padding: .5rem 1rem;
		background: #4D4D4D;
	}
	#global_menu_sp ul {
		margin: 0 1rem;
	}
	#global_menu_sp .menu li:nth-child(n+2),
	#global_menu_sp .login li:nth-child(n+2) {
		border-top: 1px solid #4D4D4D;
	}
	#global_menu_sp ul li a {
		display: block;
		color: #000;
		padding: .5rem 0;
	}
	#global_menu_sp .menu li a:before {
		content: "－";
		color: #FFAA65;
		margin-right: .3rem;
	}
	#global_menu_sp .login li a:before {
		display: inline-block;
		content: "";
		width: 20px;
		height: 17px;
		vertical-align: middle;
		margin-right: .5rem;
		background: url('../img/common/mail_bk.svg') no-repeat center top;
	}

	#global_menu_sp .login li a:before {
		display: inline-block;
		content: "";
		width: 20px;
		height: 17px;
		vertical-align: middle;
		margin-right: .5rem;
		background: url('../img/common/mail_bk.svg') no-repeat center top;
	}

	#global_menu_sp .login li a:before {
		display: inline-block;
		content: "";
		width: 20px;
		height: 17px;
		vertical-align: middle;
		margin-right: .5rem;
		background: url('../img/common/mail_bk.svg') no-repeat center top;
	}

	#global_menu_sp .login li.contact a:before {
		background: url('../img/common/mail_bk.svg') no-repeat center top;
	}

	#global_menu_sp .login li.mypage a:before {
		background: url('../img/common/mypage_icon.svg') no-repeat center top;
		width: 20px;
		height: 20px;
	}

	#global_menu_sp .login li.logout a:before {
		background: url('../img/common/logout.svg') no-repeat center top;
		width: 20px;
		height: 16px;
	}



	#global_menu_sp .bnr {
		text-align: center;
		margin: 1rem;
	}
	#global_menu_sp .bnr li:nth-child(n+2) {
		margin-top: 1rem;
	}
	#global_menu_sp .bnr li a {
		padding: 0;
	}
	#global_menu_sp .prostyle_list {
		margin: 2rem auto;
	}
	#global_menu_sp .info {
		margin: 0 1rem;
	}
	#global_menu_sp .info .ttl {
		font-size: calc(100vw / 23);
		font-weight: 700;
		line-height: 1.4;
		color: #000;
		text-align: center;
		margin-bottom: 1.5rem;
		padding: 0;
		background: none;
	}
	#global_menu_sp .info .box p:nth-child(n+2) {
		margin-top: 1.3rem;
	}
	#global_menu_sp .info .box .tel a {
		display: block;
		font-size: 14px;
		font-weight: 700;
		color: #000;
		text-align: center;
	}
	#global_menu_sp .info .box .tel a span {
		display: block;
		font-size: 30px;
		font-weight: 500;
		line-height: 1;
		color: #FFAA65;
		margin-bottom: .3rem;
		letter-spacing: .05rem;
	}
	#global_menu_sp .info .box .tel a span:before {
		display: inline-block;
		width: 20px;
		height: 20px;
		content: "";
		vertical-align: middle;
		margin-right: .5rem;
		background: url('../img/common/tel_or.svg') no-repeat center top;
	}
	#global_menu_sp .info .box .form a {
		display: block;
		color: #fff;
		text-align: center;
		padding: 1rem;
		background: #FFAA65;
	}
	#global_menu_sp .info .box .form a:hover {
		background: #E66700;
	}
	#global_menu_sp .info .box .form a:before {
		display: inline-block;
		width: 20px;
		height: 18px;
		content: "";
		vertical-align: middle;
		margin-right: .5rem;
		background: url('../img/common/mail.svg') no-repeat center top;
	}
	#global_menu_sp .info .box .mypage a {
		display: block;
		color: #fff;
		text-align: center;
		padding: 0.5rem;
		background: #4d4d4d;
	}
	#global_menu_sp .info .box .line_01 {
		font-size: 16px;
		text-align: center;
	}
	#global_menu_sp .info .box .line_01 a {
		display: block;
		color: #fff;
		margin-top: .3rem;
		padding: .5rem 1rem;
		background: #47A928;
		border-radius: 5px;
	}
	#global_menu_sp .info .box .line_01 a:hover,
	#global_menu_sp .info .box .line_02 a:hover {
		opacity: 0.7;
	}
	#global_menu_sp .info .box .line_01 a:before {
		display: inline-block;
		width: 29px;
		height: 28px;
		content: "";
		vertical-align: middle;
		margin-right: .5rem;
		background: url('../img/common/line_wh.svg') no-repeat center center;
	}
	#global_menu_sp .info .box .line_02 a {
		display: block;
		font-size: 17px;
		font-weight: 700;
		line-height: 1.4;
		color: #000;
		padding: .7rem .5rem .7rem calc(.5rem + 60px);
		background: #fff url('../img/common/line_02.svg') no-repeat .5rem center;
		border: 1px solid #47A928;
	}
	#global_menu_sp .info .box .line_02 a span {
		display: block;
		font-size: 16px;
		color: #47A928;
	}
}

/* FOOTER -------------------------------------------------------------------------*/

#footer .menu {
	color: #fff;
	padding: 3rem 0;
	background: #1F2B39;
}
#footer .menu .container {
	display: flex;
	justify-content: space-between;
}
#footer .menu .inner .ttl {
	font-size: 16px;
	margin-bottom: 1.5rem;
}
#footer .menu .inner .ttl:after {
	display: block;
	width: 30px;
	height: 2px;
	content: "";
	margin-top: .5rem;
	background: #fff;
}
#footer .menu .inner ul li a {
	font-size: 14px;
	color: #fff;
}
#footer .menu .inner ul li a:hover {
	color: #FFAA65;
}
#footer .menu .inner ul li a:before {
	content: "－";
	color: #FFAA65;
	margin-right: .2rem;
}
#footer .info {
	padding: 2.5rem 0 1.5rem;
}
#footer .info .logo {
	max-width: 220px;
}
#footer .info .add {
	font-size: 16px;
	margin-top: 1rem;
}
#footer .info .sns {
	display: flex;
	align-items: center;
	margin: 1.5rem 0;
}
#footer .info .sns li a {
	display: block;
	min-width: 30px;
	text-align: center;
}
#footer .info .sns li:nth-child(n+2) {
	margin-left: 1rem;
}
#footer .info .copy {
	font-size: 13px;
}
/* shop */
#shop {
	display: none;
}
#shop a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 1.8rem 1rem;
	background: #FFAA65;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
#shop a:hover {
	background: #E66700;
}
#shop a:after {
	display: inline-block;
	width: 26px;
	height: 26px;
	content: "";
	margin-top: .5rem;
	background: url('../img/common/cart.svg') no-repeat center center;
}
/* pagetop */
#pagetop {
	position: fixed;
	right: 2%;
	bottom: 8%;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0;
	color: #fff;
	background: #1F2B39;
	position: relative;
}
#pagetop a:before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "↑";
	font-size: 20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#footer .menu {
		display: none;
	}
	#footer .info {
		padding: 0 0 1rem;
	}
	#footer .info .logo {
		max-width: 170px;
	}
	#footer .info .add {
		font-size: calc(100vw / 27);
		margin-top: .5rem;
	}
	#footer .info .sns {
		margin: 1rem 0;
	}
	#footer .info .copy {
		font-size: calc(100vw / 30);
	}
	/* shop */
	#shop {
		display: block;
		top: 20%;
    right: 6%;
	}
	#shop a {
		font-size: calc(100vw / 30);
		padding: 1rem .8rem;
	}
	#shop a:after {
		width: 22px;
		height: 22px;
		background-size: 100% auto;
	}
	/* pagetop */
	#pagetop {
		bottom: 2%;
	}
	#pagetop a {
		width: 40px;
		height: 40px;
	}
	#pagetop a:before {
		font-size: 13px;
	}
}

/* ALL CONTENTS -------------------------------------------------------------------------*/

/* all */
.sec { padding: 4rem 0; }
.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
/* bg */
.bg_01 { background: #F2F2F2; }
.bg_02 { background: #8BC4D4; }
/* title */
.title_01 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 3rem;
}
.title_01 span {
	display: block;
	font-size: 46px;
	color: #FFAA65;
}
.title_02 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 3rem;
}
.title_02:before {
	display: block;
	width: 30px;
	height: 3px;
	content: "";
	margin-bottom: .7rem;
	background: #FFAA65;
}
.title_02 span {
	display: block;
	font-size: 12px;
	color: #FFAA65;
	margin-top: .3rem;
}
.title_03 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}
.title_03.wh {
	color: #fff;
}
.title_03:after {
	display: block;
	width: 2rem;
	height: 1px;
	content: "";
	margin-top: 1rem;
	background: #EA7C26;
}
.title_03.wh:after {
	background: #000;
}
.title_04 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: .5rem;
}
.title_04:before {
	content: "－";
	font-weight: 400;
	color: #EA7C26;
	margin-right: .3rem;
}
.title_05 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 2rem;
}
.title_05.wh {
	color: #fff;
}
.title_05 span {
	display: block;
	font-size: 36px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: .1rem;
}
.title_05 span:before,
.title_05 span:after {
	display: inline-block;
	width: 30px;
	height: 1px;
	content: "";
	vertical-align: middle;
	background: #000;
}
.title_05.wh span:before,
.title_05.wh span:after {
	background: #fff;
}
.title_05 span:before {
	margin-right: 1rem;
}
.title_05 span:after {
	margin-left: 1rem;
}

.rental_qa_a{
padding: 10px 0px;
    font-size: 29px;
    font-weight: bold;
    border-bottom: dashed 1px #190a02;
    margin: 40px 0px;
    text-align: center;
}


/* text */
.text_01 { font-size: 14px; }
/* image */
.image {
	text-align: center;
}
.image.max img {
	width: 100%;
}
/* button */
.btn_01 a {
	font-size: 16px;
	padding: .3rem 0;
	position: relative;
}
.btn_01 a:after {
	content: "→";
	margin-left: 1rem;
}
.btn_01 a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 0;
	border-bottom: 2px solid #FFAA65;
	transition: all 0.3s ease;
}
.btn_01 a:hover:before {
	width: 100%;
	border-color: #FFAA65;
}
.btn_02 {
	max-width: 300px;
	margin: 0 auto;
}
.btn_02 a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 1rem;
	background: #FFAA65;
	position: relative;
}
.btn_02 a:hover {
	background: #E66700;
}
.btn_02 a:after {
	position: absolute;
	right: 5%;
	top: 50%;
	content: "→";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn_03 {
	max-width: 300px;
	margin: 0 auto;
}
.btn_03 a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 1rem 2rem 1rem 1rem;
	background: #4D4D4D url('../img/common/arrow_02_wh.svg') no-repeat right 1rem center;
}
.btn_03 a:hover {
	opacity: 0.7;
}
.btn_04 {
	max-width: 300px;
	margin: 0 auto;
}
.btn_04 a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 1rem;
	background: #4D4D4D;
	position: relative;
}
.btn_04 a:hover {
	opacity: 0.7;
}
.btn_04 a:before {
	position: absolute;
	left: 1rem;
	top: 50%;
	content: "←";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn_05 {
	width: 48.5%;
	margin: 0 auto;
}
.btn_05 a {
	display: block;
	color: #fff;
	font-size: 21px;
	text-align: center;
	padding: 1.5rem 1rem;
	background: #8BC4D4;
	border-radius: 7px;
	position: relative;
}
.btn_05 a:hover {
	opacity: 0.7;
}
.btn_05 a:after {
	position: absolute;
	right: 5%;
	top: 50%;
	content: "→";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn_05 a span {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	vertical-align: middle;
	margin: 0 1rem .2rem 0;
	padding-right: 1rem;
	border-right: 1px solid #fff;
}

/* tuika */
.btn_06 {
	width: 48.5%;
	margin: 0 auto;
}
.btn_06 a {
	display: block;
	color: #fff;
	font-size: 21px;
	text-align: center;
	padding: 1.5rem 1rem;
	background: #ffaa65;
	border-radius: 7px;
	position: relative;
}
.btn_06 a:hover {
	opacity: 0.7;
}
.btn_05 a:after {
	position: absolute;
	right: 5%;
	top: 50%;
	content: "→";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn_06 a span {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	vertical-align: middle;
	margin: 0 1rem .2rem 0;
	padding-right: 1rem;
	border-right: 1px solid #fff;
}

.cart .btn {
	margin: .5rem 0;
}

.cart .btn a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: .7rem .5rem;
	background: #FFAA65;
}

.cart .btn a:hover {
	background: #E66700;
}

.cart .btn a:before {
	display: inline-block;
	width: 17px;
	height: 19px;
	content: "";
	vertical-align: middle;
	margin-right: .5rem;
	background: url('../img/common/cart.svg') no-repeat center top;
	background-size: 100% auto;
}

.cart .choice_box {
	flex-wrap: wrap;
}

.cart .choice_box .choice {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
	position: relative;
}

.cart .choice_box .choice span {
	margin-right: 20px;
	text-align: right;
	width: 80px;
}

.cart .choice_box .choice:after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 35px;
	height: 100%;
	background: #4D4D4D url('../img/common/arrow_03.svg') no-repeat center center;
	pointer-events: none;
}

.cart .choice_box .choice select {
	width: 100px;
	font-size: 16px;
	padding: .5rem calc(35px + .7rem) .5rem .7rem;
	background: #F5F7F8;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.cart .choice_box .choice select::-ms-expand {
	display: none;
}

.cart .inCart.disabled {
	background: #cccccc;
}

.note {
	font-size: 12px;
}

.prices {
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.prices th {
	border: 1px solid #cccccc;
	padding: 10px 2px;
	white-space: nowrap;
}

.prices th.term {
	background: #808080;
	color: #ffffff;
}

.prices th.reuse {
	background: #4d4d4d;
	color: #ffffff;
}

.prices th.new {
	background: #ff7b08;
	color: #ffffff;
}

.prices td {
	border: 1px solid #cccccc;
	padding: 10px 2px;
	text-align: center;
	white-space: nowrap;
}

.prices td.active {
	position: relative;
}

.prices td.active::before {
	border: 2px solid #ff7b08;
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
}

.prices .separater th,
.prices .separater td {
	padding: 0;
	height: 2px;
}

.kasen_span01{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffaa65 0%) repeat scroll 0 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2rem;
    display: inline-block;
}

.kasen_span02{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffaa65 0%) repeat scroll 0 0;
}

/* breadcrumb */
#breadcrumb {
	font-size: 14px;
	padding: 1rem 0;
}
#breadcrumb a:after {
	content: "＞";
	color: #000;
	margin: 0 .7rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	/* all */
	.sec { padding: 3rem 0; }
	/* title */
	.title_01 {
		font-size: calc(100vw / 24);
		margin-bottom: 2rem;
	}
	.title_01 span {
		font-size: calc(100vw / 12);
	}
	.title_02 {
		font-size: calc(100vw / 20);
		margin-bottom: 2rem;
	}
	.title_02:before {
		width: 25px;
	}
	.title_02 span {
		font-size: calc(100vw / 34);
	}
	.title_03 {
		font-size: calc(100vw / 22);
	}
	.title_03:after {
		width: 1.5rem;
		margin-top: .7rem;
	}
	.title_04 {
		font-size: calc(100vw / 24);
	}
	.title_05 {
		font-size: calc(100vw / 27);
	}
	.title_05 span {
		font-size: calc(100vw / 14);
	}
	.title_05 span:before,
	.title_05 span:after {
		width: 20px;
	}
	.title_05 span:before {
		margin-right: .5rem;
	}
	.title_05 span:after {
		margin-left: .5rem;
	}
	/* button */
	.btn_01 a {
		font-size: calc(100vw / 27);
	}
	.btn_03 a {
		font-size: calc(100vw / 27);
		background-size: 5px auto;
	}
	.btn_05 {
		width: 100%;
		max-width: 500px;
	}
	.btn_05 a {
		font-size: calc(100vw / 25);
		padding: 1.3rem .5rem;
	}
	.btn_05 a span {
		font-size: calc(100vw / 27);
		margin: 0 .5rem .2rem 0;
		padding-right: .5rem;
	}
	/* breadcrumb */
	#breadcrumb {
		font-size: calc(100vw / 40);
	}
	#breadcrumb a:after {
		margin: 0 .3rem;
	}
.btn_06 {
    width: 100%;
    max-width: 500px;
margin-top: 30px;
}

.btn_06 a {
    font-size: calc(100vw / 25);
    padding: 1.3rem 0.5rem;
}
}

/* CONTACT -------------------------------------------------------------------------*/

.contact_box {
	display: flex;
	align-items: center;
}
.contact_box .image {
	width: 50%;
}
.contact_box .inner {
	width: 50%;
	padding: 1rem 3rem;
}
.contact_box .inner .ttl {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}
.contact_box .inner .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contact_box .inner .box p:nth-child(odd) {
	width: 46%;
}
.contact_box .inner .box p:nth-child(even) {
	width: 51%;
}
.contact_box .inner .box p:nth-child(n+3) {
	margin-top: 1rem;
}
.contact_box .inner .box .tel a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
.contact_box .inner .box .tel a span {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	color: #FFAA65;
	margin-bottom: .3rem;
	letter-spacing: .05rem;
}
.contact_box .inner .box .tel a span:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	vertical-align: middle;
	margin-right: .5rem;
	background: url('../img/common/tel_or.svg') no-repeat center top;
}
.contact_box .inner .box .form a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 1rem;
	background: #FFAA65;
}
.contact_box .inner .box .form a:hover {
	background: #E66700;
}
.contact_box .inner .box .form a:before {
	display: inline-block;
	width: 20px;
	height: 18px;
	content: "";
	vertical-align: middle;
	margin-right: .5rem;
	background: url('../img/common/mail.svg') no-repeat center top;
}
.contact_box .inner .box .line_01 {
	font-size: 16px;
	text-align: center;
}
.contact_box .inner .box .line_01 a {
	display: block;
	color: #fff;
	margin-top: .3rem;
	padding: .5rem 1rem;
	background: #47A928;
	border-radius: 5px;
}
.contact_box .inner .box .line_01 a:hover,
.contact_box .inner .box .line_02 a:hover {
	opacity: 0.7;
}
.contact_box .inner .box .line_01 a:before {
	display: inline-block;
	width: 29px;
	height: 28px;
	content: "";
	vertical-align: middle;
	margin-right: .5rem;
	background: url('../img/common/line_wh.svg') no-repeat center center;
}
.contact_box .inner .box .line_02 a {
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	padding: .7rem .5rem .7rem calc(.5rem + 60px);
	background: #fff url('../img/common/line_02.svg') no-repeat .5rem center;
	border: 1px solid #47A928;
}
.contact_box .inner .box .line_02 a span {
	display: block;
	font-size: 16px;
	color: #47A928;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.contact_box {
		flex-wrap: wrap;
	}
	.contact_box .image {
		width: 100%;
	}
	.contact_box .inner {
		width: 100%;
		padding: 1rem;
	}
	.contact_box .inner .ttl {
		font-size: calc(100vw / 23);
		text-align: center;
		margin-bottom: 1rem;
	}
	.contact_box .inner .box p:nth-child(odd) {
		width: 100%;
	}
	.contact_box .inner .box p:nth-child(even) {
		width: 100%;
	}
	.contact_box .inner .box p:nth-child(n+2) {
		margin-top: 1rem;
	}
	.contact_box .inner .box .tel a {
		font-size: calc(100vw / 27);
		text-align: center;
	}
	.contact_box .inner .box .tel a span {
		font-size: calc(100vw / 14);
	}
	.contact_box .inner .box .line_01 {
		font-size: calc(100vw / 27);
	}
	.contact_box .inner .box .line_02 a {
		font-size: calc(100vw / 24);
	}
	.contact_box .inner .box .line_02 a span {
		font-size: calc(100vw / 27);
	}
}

/* BANNER -------------------------------------------------------------------------*/

.prostyle_list {
	display: flex;
	flex-wrap: wrap;
}
.prostyle_list li {
	width: 31.4%;
	margin-right: 2.9%;
}
.prostyle_list li:nth-child(3n) {
	margin-right: 0;
}
.prostyle_list li:nth-child(n+4) {
	margin-top: 2rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.prostyle_list {
		width: 90%;
		max-width: 300px;
		margin: 0 auto;
	}
	.prostyle_list li {
		margin-right: 0;
	}
	.prostyle_list li:nth-child(n+4) {
		margin-top: 0;
	}
}

/* CATEGORY -------------------------------------------------------------------------*/

.category_list {
	display: flex;
	flex-wrap: wrap;
}
.category_list li {
	width: 32%;
	margin-right: 2%;
}
.category_list li:nth-child(3n) {
	margin-right: 0;
}
.category_list li:nth-child(n+4) {
	margin-top: 1.5rem;
}
.category_list li a {
	display: flex;
	align-items: center;
	height: 80px;
	color: #000;
	padding: .5rem 1rem;
	background: #fff;
	position: relative;
}
.category_list li:last-child a {
	padding: .2rem 1rem;
}
.category_list li a:after {
	position: absolute;
	right: 1rem;
	top: 50%;
	content: "→";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.category_list li img {
	width: auto;
	height: 80%;
}
.category_list li:last-child img {
	margin: 0 auto;
}
.category_list li span {
	margin-left: 1rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.category_list li {
		width: 48%;
	}
	.category_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.category_list li:nth-child(even) {
		margin-right: 0;
	}
	.category_list li:nth-child(n+3) {
		margin-top: .5rem;
	}
	.category_list li a {
		height: 70px;
		font-size: calc(100vw / 30);
		line-height: 1.4;
		padding: .5rem 1.3rem .5rem .5rem;
	}
	.category_list li:last-child a {
		padding: .6rem .5rem;
	}
	.category_list li a:after {
		right: .5rem;
	}
	.category_list li img {
		height: 70%;
	}
	.category_list li:last-child img {
		margin: 0;
	}
	.category_list li span {
		margin-left: .5rem;
	}
}

/* SP CATEGORY -------------------------------------------------------------------------*/

#sp_category {
	display: none;
}
.sp_category_ttl {
	color: #fff;
	padding: .7rem 1.5rem .7rem 1rem;
	background: #FFAA65;
	position: relative;
}
.sp_category_ttl:after {
	position: absolute;
	right: 1rem;
	top: 50%;
	content: "＋";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.sp_category_ttl.active:after {
	content: "–";
	font-size: calc(100vw / 22);
}
.sp_category_list {
	display: none;
}
.sp_category_list ul {
	display: flex;
	flex-wrap: wrap;
}
.sp_category_list ul li {
	width: 50%;
	border-bottom: 1px solid #ccc;
}
.sp_category_list ul li:nth-child(odd) {
	border-right: 1px solid #ccc;
}
.sp_category_list ul li a {
	display: flex;
	align-items: center;
	height: 65px;
	font-size: 12px;
	line-height: 1.4;
	color: #000;
	padding: .5rem 1.7rem .5rem .5rem;
	background: #fff;
	position: relative;
}
.sp_category_list ul li:last-child a {
	padding: .2rem 1.5rem .2rem .5rem;
}
.sp_category_list ul li a:after {
	position: absolute;
	right: .5rem;
	top: 50%;
	content: "→";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.sp_category_list ul li img {
	width: auto;
	height: 80%;
}
.sp_category_list ul li:last-child img {
	margin: 0 auto;
}
.sp_category_list ul li span {
	margin-left: .5rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#sp_category {
		display: block;
	}
}

/*　tuika20220408 CATEGORY -------------------------------------------------------------------------*/

.category_list {
	display: flex;
	flex-wrap: wrap;
}
.category_list li {
	width: 32%;
	margin-right: 2%;
}
.category_list li:nth-child(3n) {
	margin-right: 0;
}
.category_list li:nth-child(n+4) {
	margin-top: 1.5rem;
}
.category_list li a {
	display: flex;
	align-items: center;
	height: 80px;
	color: #000;
	padding: .5rem 1rem;
	background: #fff;
	position: relative;
}
.category_list li:last-child a {
	padding: .2rem 1rem;
}
.category_list li a:after {
	position: absolute;
	right: 1rem;
	top: 50%;
	content: "→";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.category_list li img {
	width: auto;
	height: 80%;
}
.category_list li:last-child img {
	margin: 0 auto;
}
.category_list li span {
	margin-left: 1rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.category_list li {
		width: 48%;
	}
	.category_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.category_list li:nth-child(even) {
		margin-right: 0;
	}
	.category_list li:nth-child(n+3) {
		margin-top: .5rem;
	}
	.category_list li a {
		height: 70px;
		font-size: calc(100vw / 30);
		line-height: 1.4;
		padding: .5rem 1.3rem .5rem .5rem;
	}
	.category_list li:last-child a {
		padding: .6rem .5rem;
	}
	.category_list li a:after {
		right: .5rem;
	}
	.category_list li img {
		height: 70%;
	}
	.category_list li:last-child img {
		margin: 0;
	}
	.category_list li span {
		margin-left: .5rem;
	}
}



/* FLOW -------------------------------------------------------------------------*/

.flow_list {
	display: flex;
	justify-content: space-between;
}
.flow_list li {
	width: 18.5%;
	padding: 1rem;
	background: #FCF4E2;
}
.flow_list li .number {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.flow_list li .number span {
	display: inline-block;
	font-size: 26px;
	color: #FFAA65;
	vertical-align: middle;
	margin-left: .5rem;
}
.flow_list li .image {
	margin: 1rem 0;
}
.flow_list li h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1rem;
}
#flow .btn_01 {
	text-align: center;
	margin-top: 3rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.flow_list {
		width: 90%;
		max-width: 250px;
		margin: 0 auto;
	}
	.flow_list li {
		margin: 0 .5rem;
	}
	.flow_list li .number {
		font-size: calc(100vw / 27);
	}
	.flow_list li .number span {
		font-size: calc(100vw / 18);
	}
	.flow_list li .image img {
		margin: 0 auto;
	}
	.flow_list li h3 {
		font-size: calc(100vw / 22);
	}
	#flow .btn_01 {
		margin-top: 2rem;
	}
}

/* ETC -------------------------------------------------------------------------*/

.pc_br { display: block !important; }
.sp_br { display: none !important; }
.jost { font-family: 'Jost', sans-serif; }
.mrou { font-family: 'M PLUS Rounded 1c', sans-serif; }
.b { font-weight: 700; }
.or { color: #EA7C26; }
.pb0 { padding-bottom: 0; }
.mb-ss { margin-bottom: 1rem; }
.mb-s { margin-bottom: 1.5rem; }
.mb-ms { margin-bottom: 2rem; }
.mb-m { margin-bottom: 3rem; }

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.pc_br { display: none !important; }
	.sp_br { display: block !important; }
	.mb-ms { margin-bottom: 1.7rem; }
	.mb-m { margin-bottom: 2rem; }
}