@charset "utf-8";
/* sp */
/*===============================
	reset
===============================*/
* {margin:0;padding:0;}
ul, ol, li {list-style-type:none;}
img {border:0;vertical-align:bottom;}
th, td {vertical-align:top;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

/*===============================
	universal settings
===============================*/
html {font-size:62.5%;}
h1,h2,h3,div,p,ul,ol,li,dt,dl,dd {font-size:16px;font-size:1.6rem;}
body {
	line-height:1.4;
	font-size:16px;font-size:1.6rem;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word
}


.noborder {border:0;}
.nodisp {display:none;}
.clear{clear:both;}
.bold {font-weight:bold;}
.mt_1 {margin-top:1px !important;}
.mt_2 {margin-top:2px !important;}
.mt_3 {margin-top:3px !important;}
.mt_4 {margin-top:4px !important;}
.mt_5 {margin-top:5px !important;}
.mt_10 {margin-top:10px!important;}
.mt_15 {margin-top:15px!important;}
.mt_20 {margin-top:20px!important;}
.mt_25 {margin-top:25px!important;}
.mt_30 {margin-top:30px!important;}
.mb_1 {margin-bottom:1px!important;}
.mb_2 {margin-bottom:2px!important;}
.mb_3 {margin-bottom:3px!important;}
.mb_4 {margin-bottom:4px!important;}
.mb_5 {margin-bottom:5px!important;}
.mb_10 {margin-bottom:10px!important;}
.mb_15 {margin-bottom:15px!important;}
.mb_20 {margin-bottom:20px!important;}
.mb_25 {margin-bottom:25px!important;}
.mb_30 {margin-bottom:30px!important;}
.w92 {margin-left:4%;margin-right:4%;}
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right, .right {text-align:right;}
.f-left {float:left;}
.f-right {float:right;}
.small {font-size:13px;}
.x-small {font-size:12px;}
.red {color:red;}
.border-box01 {border:1px solid #999;}
.strike, .line-through {text-decoration:line-through;}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

img {width:100%;height:auto;display:block;}

#All {position:relative;}
#All {max-width:640px;margin:0 auto;}/*----*/


/**/
input, select, textarea {font-size:1.6rem;}


/* Header */
#Intoro {line-height:1;}
#HeaderNavi01 {
	width:100%;
	line-height:1rem;
	background-image:url("../img/header/header_bg201811.png");
	background-size:100% auto;
	display:flex;
}
#HeaderNavi01 li {
	letter-spacing: normal;
	vertical-align:top;
}
#H-Navi01_1 {width:20.625%;}
#H-Navi01_2 {width:58.75%;}
#H-Navi01_3 {width:20.625%;}

#HeaderNavi02 {
	width:100%;
	margin:0 auto;
	display:flex;
}
#HeaderNavi02 li {
	width:20%;
	line-height:1;
}
/* Header END */



/* pankuzu list */
#panNavi {margin-left:5px;margin-bottom:10px;}
#panNavi li {font-size:1.3rem;display:inline;}
#panNavi li a {text-decoration:none;}
#panNavi li:last-child a {color:#000;pointer-events:none;}

/*pageTopLink*/
.pagetop {
	position:fixed;
	bottom:20px;
	right:15px;
	z-index: 1000;
	display: none;
}
.pagetop a {
	width:60px;
	height:44px;
	line-height:44px;
	font-size:24px;
	color:#FFF;
	opacity:0.9;
	border-radius:5px;
	background:orange;
	text-align:center;
	text-decoration:none;
	display: block;
	box-shadow: 0 0 3px #FFF;
}


/**/
.hx-std01 {
	border-bottom:1px solid #999;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
	.hx-std01 > span {
		margin:8px;
		padding-left:5px;
		border-left:5px solid #ff7701;
		line-height:1.2em;
		font-size:18px;
		display:inline-block;
	}

/*oyakuchachi*/
.bnr_oyakudachi {margin: 15px 20px;}


/* top toggle menu */
#category_list{
	display:none;
	width:100%;
	position: fixed;
	background-color:#CCC;
	z-index:999;
	top: 0px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#category_list a{
	border-bottom:1px solid #FFF;
	display:block;
}
#category_list a, #category_list p {
	height:3em;
	padding-left:1em;
	line-height:3em;
}

/*-----*/
.jireiBox {
	margin-top:20px;
	/*min-height:320px;*/
	border:1px solid #999;
}
.jireiBox .flexslider {margin-bottom:40px;}
.jireiBox .flex-direction-nav a {height:50px;top:45%;}
.slides a div {font-size:1.4rem;line-height:1.4;}
.flexslider li {position:relative;}
.flexslider .iconew {
	width:40px!important;
	position:absolute;
	top:3px;
	left:0;
	z-index:50;
}
.jireiBox .jireiNum {
	font-weight:normal;
	font-size:1.4rem;
	color:#F50000;
}
#jireiItemName {
	height:20px;
	line-height:20px;
	background-color:#ffdcab;
	text-align:center;
}
/*20210717*/
.jireiBox_item {
	margin:10px 5px;
	display:flex;
	justify-content:space-between;
}
.jireiBox_item li {
	width:33.3333%;
	padding:0 2px;
	position:relative;
}
.jireiBox_item .iconew {
	width:40px!important;
	position:absolute;
	top:3px;
	left:0;
	z-index:19;
}
.jireiBox .jireiNum {
	font-weight:normal;
	font-size:1.4rem;
	color:#F50000;
}

/*20240225*/
.posi {position:relative;}
.jireiBox_title {
	color:#ff7721;
	line-height:1.1;
	font-size:2rem;
	font-weight:bold;
	text-align: center;
	position:absolute;
	left:0;
	right:0;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff;

}

/*--------------------------- footer ---------------------------*/
#footer {
	margin-bottom:100px;
	border-top:2px solid #5c3217;
	text-align:center;
}
#footerTitle {font-size:18px;font-weight:bold;}
#disp_envChange a {text-decoration:underline;}
#footerMenu01 li {padding:0 3px;display:inline;}
#footerMenu01 a {font-size:12px;color:#333;text-decoration:underline;}
#copyright {font-size:12px;color:#999;}
/**/
#FooterNavi01 {
	padding:10px 10px 0;
	background-color:#efe8da;
}
#FooterNavi01 h2 {
	margin-bottom:10px;
	font-size:2rem;
	color:#603813;
}
#FooterNavi01 li {
	background-color:#FFF;
	text-align:left;
	border-bottom:1px solid #b1b1b1;
}
#FooterNavi01 li a {
	height:45px;
	padding-left:10px;
	line-height:46px;
	color:#000;
	font-size:16px;
	text-decoration:none;
	display:block;
	position: relative;
}
#FooterNavi01 li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ff4a00;
	border-right: solid 2px #ff4a00;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#FooterNavi01 .more {padding:10px;}
#FooterNavi01 .triangle {
	padding: 0 0 0 22px;
	background: url("../img/price/sp_price_top01_066_03.png") 0 50% no-repeat;
	background-size: 18px auto;
}
#FooterNavi01.close .triangle {background-image:url("../img/price/sp_price_top01_066_06.png");}
#FooterNavi01.close {display:none;}
#footer .footer img {width:auto;}



#HeaderNavi01.fixed #H-Navi01_1 {
	max-width: 132px;
	position: fixed;
	top: 0px;
	z-index:20;
}
#HeaderNavi01.fixed #H-Navi01_2 {
	margin-left:20.625%;
}


.fixedmenu01 {
	width:100%;
	background-color:#fff;
}

#H-Navi01_3 {
    float:right;
}


.fixedmenu01 {
	max-width:640px;
	overflow-y:auto;
	padding:10px 10px 0;
	background-color:#efe8da;
	display:none;
	position:fixed;
	top:0;
	z-index:20;
	box-sizing:border-box;
}
.fixedmenu01.open {
	display:block;
}
.fixedmenu01_scroll_inner {
	margin-top:10px;
	overflow-y:scroll;
}
.fixedmenu01 h2 {
	margin-bottom:10px;
	font-size:2rem;
	color:#603813;
	text-align:center;
}
.fixedmenu01 li {
	background-color:#FFF;
	text-align:left;
	border-bottom:1px solid #b1b1b1;
}
.fixedmenu01 li a {
	height:32px;
	padding-left:10px;
	line-height:33px;
	color:#000;
	font-size:16px;
	text-decoration:none;
	display:block;
	position: relative;
}
.fixedmenu01 li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ff4a00;
	border-right: solid 2px #ff4a00;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.fixedmenu01 .btn_fixedmenu01_close {
	padding:10px;
	text-align:center;
	display:block;
}
.fixedmenu01 .triangle {
	padding: 0 0 0 22px;
	background: url("../img/price/sp_price_top01_066_03.png") 0 50% no-repeat;
	background-size: 18px auto;
}


.tel_absolute_inner{
	width:100%;
	margin:0 auto;
	max-width:640px;
}
.tel_absolute {
	width:100%;
	max-width:640px;
	padding:10px;
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	overflow:hidden;
	position:fixed;
	bottom:0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
	box-sizing:border-box;
}
.tel_ab_tel{
	width:30%;
	height:auto;
	/*background-color:#F00;*/
}
.tel_ab_mitu{
	width:30%;
	height:auto;
	/*background-color:#F60;*/
	margin:0 0 0 5%;
}
.tel_ab_line{
	width:30%;
	height:auto;
	/*background-color:#0F0;*/
	margin:0 0 0 5%;
}





/*--------------------------- company/privacy/law ---------------------------*/
.table01 {
	width:100%;
	margin:10px auto 20px;
	border-top: 1px solid #CCC;
	background-color:#FFF;
	border-collapse:collapse;
	border-spacing:0;
}
.table01 th {
	width:30%;
	padding:5px 10px;
	border-bottom: 1px solid #CCC;
	background-color:#F2F2F2;
	text-align:left;
	box-sizing:border-box;
	font-size:1.4rem;
}
.table01 td {
	width:70%;
	padding:5px 10px;
	border-bottom: 1px solid #CCC;
	box-sizing:border-box;
	font-size:1.4rem;
}
.lineBtn01, .btn_small0702 {
	margin-left: 3.616352%;
	margin-right: 3.616352%;
}
.h1_title {
	padding: 0.6rem;
	border-top: 2px solid #a9a9a9;
	border-bottom: 2px solid #a9a9a9;
	font-size: 2.4rem;
	color: #333;
	text-align: center;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
}