#how_to
{
	background: url(../images/how_to_buy_bg_01.jpg) no-repeat left bottom,
	url(../images/how_to_buy_bg_02.jpg) no-repeat right bottom,
	#f7f7f7;
	padding-bottom: 100px;
}

#how_to h4
{
	color: var(--point-color);
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
}

#how_to h4 small
{
	font-family: "Geologica", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	display: block;
	color: #76c044;
	font-weight: normal;
}

#how_to .how_to_menu
{
	margin-bottom: 30px;
}

#how_to .how_to_menu ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px; /* 横のスペース */
	row-gap: 30px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	grid-auto-rows: 1fr;         /* ← 各行の高さを均等にする */
	margin: 0px;
	padding: 0px;
}

#how_to .how_to_menu ul li
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;              /* ← 追加 */
	align-items: stretch;       /* ← 追加 */

}

#how_to .how_to_menu ul li a
{
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	display: flex;              /* ← 追加 */
	flex-direction: column;     /* ← 追加（縦方向に整列） */
	justify-content: center;    /* ← 中央寄せ（任意） */
	width: 100%;
	height: 100%;               /* ← 親liにフィットさせる */
	border: 2px solid #52904d;
	box-sizing: border-box;     /* ← padding込みで高さ調整 */

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px -3px #666;
	-moz-box-shadow: 0px 0px 10px -3px #666;
	-webkit-box-shadow: 0px 0px 10px -3px #666;
	position: relative;
	background-image: url(../images/how_to_icon_01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#how_to .how_to_menu ul li a p
{
	margin: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 30px;
	display: block;
}

#how_to .how_to_menu ul li a:after
{
	font-family: "Font Awesome 6 Free";
	color: var(--point-color);
	content: '\f061';
	font-weight: 900;
	margin-right: 10px;
	position: absolute;
	right: 10px;
}

#how_to .how_to_menu ul li:nth-child(2)  a{	background-image: url(../images/how_to_icon_02.png);}
#how_to .how_to_menu ul li:nth-child(3)  a{	background-image: url(../images/how_to_icon_03.png);}
#how_to .how_to_menu ul li:nth-child(4)  a{	background-image: url(../images/how_to_icon_04.png);}
#how_to .how_to_menu ul li:nth-child(5)  a{	background-image: url(../images/how_to_icon_05.png);}
#how_to .how_to_menu ul li:nth-child(6)  a{	background-image: url(../images/how_to_icon_06.png);}

#how_to .how_to_menu ul li a:before
{
	background: var(--link-color);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	z-index: -1;
	background-image: url(../images/how_to_icon_01w.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 2px solid var(--link-color);

}

#how_to .how_to_menu ul li:nth-child(2)  a:before{	background-image: url(../images/how_to_icon_02w.png);}
#how_to .how_to_menu ul li:nth-child(3)  a:before{	background-image: url(../images/how_to_icon_03w.png);}
#how_to .how_to_menu ul li:nth-child(4)  a:before{	background-image: url(../images/how_to_icon_04w.png);}
#how_to .how_to_menu ul li:nth-child(5)  a:before{	background-image: url(../images/how_to_icon_05w.png);}
#how_to .how_to_menu ul li:nth-child(6)  a:before{	background-image: url(../images/how_to_icon_06w.png);}

#how_to .how_to_menu ul li a:hover
{
	color: #fff !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

#how_to .how_to_menu ul li a:hover:before
{
	color: #fff !important;
	transform-origin: left top;
	transform: scale(1, 1);
}

#how_to .how_to_menu ul li a:hover:after
{
	color: #fff !important;
}

#how_to .how_to_link
{
	margin-bottom: 60px;
}

#how_to .how_to_link ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#how_to .how_to_link ul li
{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#how_to .how_to_link ul li:first-child
{
	margin-right: 100px;
}

#how_to .how_to_link ul li a
{
	font-size: 24px;
	line-height: 1;
}

#how_to .how_to_link ul li a:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f0a9';
	font-weight: 900;
	margin-left: 10px;
	color: var(--point-color);
	font-size: 30px;
	line-height: 1;
}

.how_to_order
{
	box-shadow: 0px 0px 10px -3px #666;
	-moz-box-shadow: 0px 0px 10px -3px #666;
	-webkit-box-shadow: 0px 0px 10px -3px #666;
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	position: relative;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 20px;
	background-color: #FFF;
	margin-bottom: 60px;
}

.how_to_order .img01
{
	position: absolute;
	left: 0px;
	top: 10px;
}

.how_to_order .img02
{
	position: absolute;
	right: -10px;
	top: -40px;
}


.how_to_order h5
{
	color: var(--point-color);
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
}

.how_to_order h5 small
{
	font-family: "Geologica", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	display: block;
	color: #76c044;
	font-weight: normal;

}

.how_to_order .supplement
{
	margin: 20px;
}

.how_to_order .supplement ul
{
	display: inline-block;
}

.how_to_order .supplement ul li
{
	text-align: justify;
}

.how_to_order .reception
{
	text-align: center;
	width: 850px;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	margin-left: auto;
	margin-bottom: 30px;

}

.how_to_order .reception p
{
	text-align: center;
	margin: 0px;
}


.how_to_order .tel_box
{
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}


.how_to_order .tel_box ul
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px; /* 横のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
	grid-auto-rows: 1fr;         /* ← 各行の高さを均等にする */

}

.how_to_order .tel_box ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	align-items: stretch;
	width: 100%;
}


.how_to_order .tel_box ul li a
{
  display: flex;
  flex-direction: column;
  justify-content: center;     /* ← 縦中央揃え */
  width: 100%;
  height: 100%;    
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.how_to_order .tel_box ul li:first-child a
{
	background-color: #f7f7f7;
	padding: 20px;
	pointer-events:none;
}

.how_to_order .tel_box ul li:first-child h6
{
	color: var(--point-color);
	font-size: 40px;
	line-height: 1.2;
	background-image: url(../images/how_to_order_icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 44px;
}

.how_to_order .tel_box ul li:first-child p
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.how_to_order .tel_box ul li:last-child a
{
	background-color: #e18f22;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px -3px #666;
	-moz-box-shadow: 0px 0px 10px -3px #666;
	-webkit-box-shadow: 0px 0px 10px -3px #666;
	background-image: url(../images/how_to_order_icon_fax.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	color: #fff !important;

}

.how_to_order .tel_box ul li:last-child a h6
{
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 0px;
}

.how_to_order .tel_box ul li:last-child a p
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.how_to_order .tel_box ul li:last-child a:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transform:scale(1.04,1.04);
}

#how_to .notice ul 
{
	padding-left: 20px;
}


#how_to .notice ul li::marker
{
	color: #e18f22;
	content: "● ";
}

#how_to .notice ul li
{
	line-height: 1.2;
	margin-bottom: 4px;
}


footer
{
	_zoom: 1;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 90px;
	clear: both;
	color: #FFF;
	background-color: #4e4e4e;
}

footer .body
{
	padding-top: 80px;
	position: relative;
}

footer .foot_base
{
	display: flex;
	gap: 0px;
	justify-content: space-between;
	align-items: flex-start;
}



footer .company 
{
	display: block;
	text-align: left;
	width: 500px;
}

footer .company h3
{
	font-size: 21px;
	line-height: 1.4;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

footer .company h3 a img
{
	vertical-align: middle;
	transition-duration: 0.6s;
	transform:scale(1,1);
}

footer .company h3 a:hover img
{
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transform:scale(1.04,1.04);
}

footer .company p 
{
	margin-bottom: 1em;
}

footer .company p a
{
	color: #FFF !important;
}

footer .foot_menu
{
	margin: 0px;
	padding: 0px;
}



footer .foot_search h4
{
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	margin-top: 0px;
	padding-top: 0px;
}

footer .foot_search h4:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f0da';
	font-weight: 900;
	margin-right: 10px;
	color: var(--point-color);
}


footer .foot_search ul
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

footer .foot_search ul li
{
	display: inline-block;
	margin-right: 4px;
	list-style-type: none;
	margin-bottom: 0px;
}

footer .foot_search ul li a
{
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}

footer .foot_search ul li a:before
{
	content:"・";
	color: var(--point-color);
}

footer .seach_form
{
	margin-bottom: 30px;
}

footer .seach_form ul
{
	display: flex;
	gap: 10px;
	margin: 0px;
	padding: 0px;
}

footer .seach_form li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


footer .seach_form input
{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

footer .seach_form button
{
	background-color: var(--point-color);
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-shadow: 0px 0px 10px -3px #333;
	-moz-box-shadow: 0px 0px 10px -3px #333;
	-webkit-box-shadow: 0px 0px 10px -3px #333;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

footer .seach_form button:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f061';
	font-weight: 900;
	margin-left: 30px;
}

footer .seach_form button:before
{
	background: var(--sub-link-color);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	z-index: -1;
}

footer .seach_form button:hover
{
	color: #fff !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

footer .seach_form button:hover:before
{
	transform-origin: left top;
	transform: scale(1, 1);
}


footer .foot_navi ul
{
	margin: 0px;
	padding: 0px;
}

footer .foot_navi ul li
{
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

footer .foot_navi ul li:last-child
{
	margin-right: 0px;
}

footer .foot_navi ul li a
{
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1;
}

footer .foot_navi ul li a:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f0da';
	font-weight: 900;
	margin-right: 10px;
	color: var(--point-color);
}



footer .copyright
{
	font-size: 14px;
	line-height: normal;
	text-align: right;
	clear: both;
	padding-top: 20px;
}

#page_top
{
	position: fixed;
	z-index: 100;
	right: 30px;
	bottom: 30px;
	cursor:pointer;
}





/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{


}

@media (max-width: 1199px) 
{

#how_to .how_to_menu ul li a
{
	font-size: 21px;
	line-height: 1;
}

#how_to .how_to_menu ul li a p
{
	line-height: 1.2;
	margin: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
}

.how_to_order .img01 img,
.how_to_order .img02 img
{
	width: auto;
	height:auto;
}


.how_to_order .img01
{
	width: 14%;
	left: 0px;
	top: 10px;
}

.how_to_order .img02
{
	width: 14%;
	right: -10px;
	top: -40px;
}

.how_to_order .reception,
.how_to_order .tel_box
{
	width:auto;
}


footer
{
	padding-bottom: 160px;
}

footer .body
{
	padding-top: 30px;
}


footer .foot_navi
{
}

footer .tb_foot_navi
{
	display:block;
}


footer .company
{
	width: 40%;
}

footer .foot_menu
{
	width: 56%;
}

footer .seach_form input
{
	width: auto !important;
}

footer .seach_form button
{
	padding-right: 10px;
	padding-left: 10px;
	width: 100px;
}

footer .seach_form button:after
{
	margin-left: 10px;
}


}

@media (max-width: 849px) 
{
.how_to_order .reception,
.how_to_order .tel_box

{
	width: auto;
}

.how_to_order .tel_box ul
{
	column-gap: 20px; /* 横のスペース */
}


.how_to_order
{
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
}




.how_to_order .tel_box ul li:first-child h6
{
	font-size: 32px;
	line-height: 1.2;
}

.how_to_order .tel_box ul li:first-child p
{
}


}



/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:1199px)
{




footer .foot_title
{
}



#page_top
{
	bottom: 60px;
}





}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
#how_to h4
{
	font-size: 26px;
	line-height: 1.2;
}

#how_to h4 small
{
	font-size: 16px;
	line-height: 1.2;
}

#how_to .how_to_menu ul li a
{
	font-size: 21px;
	line-height: 1;
}

.how_to_order .img01
{
	width: 14%;
	left: 0px;
	top: 10px;
}

.how_to_order .img02
{
	width: 14%;
	right: 0px;
	top: 0px;
}


.how_to_order h5
{
	font-size: 24px;
	line-height: 1.2;
}

.how_to_order h5 small
{
	font-size: 16px;
	line-height: 1.2;

}


.how_to_order .tel_box ul li:first-child h6
{
	font-size: 26px;
	line-height: 1.2;
}


.how_to_order .tel_box ul li:first-child a
{
	pointer-events:auto;
}



footer 
{
	padding-top: 20px;
	padding-bottom: 160px;
}

footer .body
{
	margin-top: 0px;
	padding-top: 30px;
}



footer .foot_title
{
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}




footer .foot_navi ul li a
{
	font-size: 16px;
	line-height: 1;
}



footer .copyright
{
	text-align: center;
}






#page_top
{
	position: fixed;
	z-index: 100;
	right: 10px;
	bottom: 60px;
	cursor:pointer;
}

#page_top img
{
	width: 60px;
	height:auto;
}



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{
#how_to
{
	background-image: none;
	padding-bottom: 30px;
}


.how_to_order h5
{
	text-align: justify;
}

.how_to_order h5 small
{
	text-align: center;

}


#how_to .how_to_menu ul
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px; /* 横のスペース */
	row-gap: 10px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	grid-auto-rows: 1fr;         /* ← 各行の高さを均等にする */
	margin: 0px;
	padding: 0px;
}

#how_to .how_to_menu ul li a
{
	-ms-background-size: auto 90%;
	-o-background-size: auto 90%;
	-webkit-background-size: auto 90%;
	-moz-background-size: auto 90%;
	background-size: auto 90%;
	font-size: 14px;
	letter-spacing: 0em;
	padding: 0px;
	line-height: 1;
}


#how_to .how_to_menu ul li a p
{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#how_to .how_to_link ul li
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#how_to .how_to_link ul li:first-child
{
	margin-right: 0px;
}

#how_to .how_to_link ul li a
{
	font-size: 18px;
	line-height: 1;
}

#how_to .how_to_link ul li a:after
{
	font-size: 20px;
	line-height: 1;
}

.how_to_order .supplement ul
{
	display: block;
}

.how_to_order .supplement ul li
{
	line-height: 1.2;
	margin-bottom: 10px;
}

.how_to_order .tel_box ul
{
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
}

.how_to_order .tel_box ul li:first-child h6
{
	font-size: 26px;
	line-height: 1.2;
	-ms-background-size: auto 24px;
	-o-background-size: auto 24px;
	-webkit-background-size: auto 24px;
	-moz-background-size: auto 24px;
	background-size: auto 24px;
	padding-left: 30px;
}

.how_to_order .tel_box ul li:last-child a 
{
	-ms-background-size: 40px auto;
	-o-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	-moz-background-size: 40px auto;
	background-size: 40px auto;
	background-position: 20px center;
	padding-left: 60px;
}

.how_to_order .tel_box ul li:last-child a h6
{
	font-size: 32px;
	line-height: 1.2;
}


footer .foot_base
{
	display:block;

}


footer .company,
footer .foot_menu
{
	width: auto;
}



footer .company
{
	margin-bottom: 40px;
	display: block;
}

footer .seach_form ul
{
}

footer .seach_form ul li
{
	width: auto;
}

footer .seach_form ul li:last-child
{
	padding-left: 10px;
}


footer .seach_form button
{
	padding-right: 0px;
	padding-left: 0px;
	width: 80px;
}


footer .seach_form input
{
	margin-bottom: 20px;
}


}