@charset "UTF-8";

/* 2025-旧CSS
body {
	background-image: url("../images/menu_tai.png");
	background-repeat: repeat-x;
	background-position: 0 108px;
} */

body{
	background-image: unset;
	background-repeat: repeat-x;
	background-position: 0 188px;
}

#wrapper_header {
	margin: 0 auto 0;
	width: 850px;
	position: relative;
}

#wrapper_nav {
	margin:0 auto 0;
	position: relative;
}

#wrapper {
	margin:0 auto 0;
	width: 850px;
	position: relative;
}

#wrapper li.tel {
	font-size: 24px;
	line-height: 22px;
	color: #3e3e3e;
	margin-right: 10px;
}

#wrapper li.fax {
	font-size: 24px;
	line-height: 22px;
	color: #3e3e3e;
}

#wrapper li.tel span {
	font-size: 14px;
	margin-right: 8px;
	color: #056EB8;
	font-weight: bold;
}

#wrapper li.fax span {
	font-size: 14px;
	margin-right: 5px;
	color: #056EB8;
	font-weight: bold;
}

#wrapper .thanks_box {
	text-align: center;
	border: solid 1px #509fa2;
	/* border: solid 1px #008fd6; */
	padding: 20px 10px 20px 10px;
	margin-bottom: 10px;
}

#wrapper .home_back {
	text-align: center;
}

#wrapper .error {
	font-size: 12px;
	color: red;
}

#wrapper .contact_botan a {
	text-decoration: none;
	background-image: url("../images/contact_botan.png");
	display: block;
	overflow: hidden;
	background-position: 0 0;
	text-indent: -10000px;
	color: #FFF;
	width: 205px;
	height: 30px;
}

#wrapper .contact_botan a:hover {
	background-position: 0 -30px;
}

/*ここからヘッダー*/
 /* 2025-旧CSS */
/* #header {
	margin:10px auto 0;
	width:850px;
	height: 98px;
}

#header h1 {
	float: left;
	width: 230px;
	height: 91px;
	margin-left: 15px;
}


 #header h1 a{
	width: 230px;
	height: 91px;
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	background: url("../images/header.png");
}


.header_right {
	margin-top: 16px;
	float: right;
	width: 410px;
}

#header .header_right h3 {
	font-size: 14px;
	font-weight: 600;
	color: #056EB8;
}

#header .destination {
	float: left;
}

#header .cart_dummy {
	margin-top: 8px;
	float: right;
	margin-right: 20px;
} */

/*ここからnewヘッダー*/

#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto 10px;
	width: 850px;
	height: 60px;
	/* margin: 10px auto 30px; */
	/* height: 98px;  */
}

#header h1 {
	/* width: 230px;
	height: 91px;
	margin-left: 15px; */
	width: 350px;
	height: 50px;
	margin-left: 15px;
}

#header h1 a {
	/* width: 325px; */
	/* height: 130px; */
	/* background: url("../images/header_logo_new2025.png"); */
	/* background-size: cover;  */
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	background-repeat: no-repeat;
	width: 350px;
	height: 50px;
	background: url(../images/header_new2026_20260529_02.png);
	background-size: contain;
}


#header .header_right {
	margin-top: 0;
	/* カテゴリ無し時 */
	/* margin-top: 16px; */
	display: flex;
	/* flex-direction: column; *//* 検索あり時 */
	flex-direction: column-reverse;/* 検索なし時 */
	width: 440px;
}

#header .header_right h3 {
	font-size: 14px;
	font-weight: 600;
	color: #056EB8;
}

#header .header_rightTop {
	display: flex;
	justify-content: space-between;
}

#header .header_rightBottom {
	display: flex;
	justify-content: space-between;
}

#header .headerPrice{
	color: #2e6cb1;
	font-weight: bold;
	border-bottom: 1px solid #2e6cb1;
}

#header .headerPrice .headerTotalPrice .yen{
	font-size: 12px;
	margin-left: 10px;
}

#header .cart_dummy {
	/* margin-top: 8px;
	margin-right: 20px; */
}

#headerBottom #search{
	display: flex;
	justify-content: space-between;
}

#headerBottom {
	height: 55px;
	/* カテゴリ無し時 */
	/* height: 80px; */
}

#headerBottom #search .leftBox,
#headerBottom #search .rightBox{
	width: 48%;
	font-size: 16px;
}

#headerBottom #search .leftBox .searchCategory{
	display: flex;
	justify-content: space-between;
}

.inputBox input {
	width: 100%;
	padding: 1.25em;
	background-color: #f7f7f7;
	outline: 2px solid #ae040a;
	border: none;
	border-radius: 4px;
	margin-top: 0.5em;
}

.searchRadioBtn input[type="checkbox"] {
	appearance: none;
	position: relative;
	width: 1em;
	height: 1em;
	background: #fff;
	border: 1px solid #a8a8a8;
	border-radius: 50%;
	margin: 0 10px 0 0px;
	padding: 0.8em;
	transition: all 0.15s;
}

.searchRadioBtn input[type="checkbox"]::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 40%;
	height: 40%;
	background: white;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.searchRadioBtn input[type="checkbox"]:checked {
	background: #528789;
	border: 1px solid #528789;
}

.searchRadioBtn input[type="checkbox"]:checked::before {
	opacity: 1;
}

#searchBox{
	display: flex;
	justify-content: flex-start;
}

.searchInner{
	width: 70%;
	border: 1px solid #747474;
}

.searchInner input[type="text" i] {
	width: 98%;
	height: 40px;
	border-radius: unset;
	border: none;
}

.searchInner + button{
	width: 30%;
	border-radius: unset;
	border-right: 1px solid #747474;
	border-bottom: 1px solid #747474;
	border-top: 1px solid #747474;
	border-left: none;
	background-color: #555151;
	color: #ffff;
}
/*cart*/

#cart_box {
	float: right;
	margin-right: 20px;
}

#cart_box .cart_bt {
	text-decoration: none;
	background-image: url("../images/cart.png");
	display: block;
	overflow: hidden;
	background-position: 0 0;
	text-indent: -10000px;
	color: #FFF;
	width: 164px;
	height: 40px;
	margin-top: 8px;
}

#cart_box .on {
	background-position: 0 -40px;
}

#mega-menu {
	position: absolute;
	right: 20px;
	width: 210px;
	display: none;
	padding-bottom: 10px;
	background-image: url("../images/round_bottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

.menu_side {
	background-image: url("../images/side_border.png");
	background-position: top;
	background-repeat: repeat-y;
}

#mega-menu dl {
	width: 210px;
	margin-bottom: 10px;
}

#mega-menu .menu_top {
	border-top: solid 5px #008fd6;
	padding-top: 10px;
}

#mega-menu .menu_top p {
	text-align: center;
}

#mega-menu dt {
	line-height: 15px;
	margin-left: 10px;
	float: left;
}

#mega-menu dd {
	float: left;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
}

#mega-menu dd a {
	margin-bottom: 5px;
	display: block;
	color: #006cb7;
	text-decoration: none;
	text-align: left;
}

#mega-menu dl a:hover {
	text-decoration: underline;
	color: #ECA326;
}

#mega-menu .affirmation {
	border: none;
	margin-left: 15px;
	width: 180px;
}

#mega-menu .affirmation a {
	text-indent: -10000px;
	display: block;
	width: 180px;
	height: 20px;
	background-image: url("../images/affirmation.png");
}

#mega-menu .affirmation a:hover {
	background-position: 0 -20px;
}

/*cart end*/

/*ヘッダー終わり*/

 /* 2025-旧CSS */
/*ここからナビ部分*/
/* #navi {
	width: 100%;
	height: 40px;
	background-image: url("../images/menu_tai.png");
	background-position: left;
}

#navi ul {
	margin:0 auto 0;
	width: 850px;
	height: 40px;
}

#navi li {
	float: left;
	width: 170px;
	height: 40px;
}

#navi li a {
	display: block;
	width: 170px;
	height: 40px;
	background-image: url("../images/menu_bar.jpg");
	overflow: hidden;
	text-indent: -10000px;
} */

/* 新ナビ */
#navi {
	width: 100%;
	height: 40px;
	background-image: unset;
	background: #52a3a6;
	background-position: left;
}

#navi ul {
	margin: 0 auto 0;
	width: 850px;
	height: 40px;
}

#navi li {
	float: left;
	width: 170px;
	height: 40px;
}

#navi li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 40px;
	text-decoration: unset;
	background-image: unset;
	background: #52a3a6;
	overflow: hidden;
	text-indent: 0;
	color: #fff;
	font-size: 14px;
}

#navi li a:hover{
	text-shadow: 1px 1px 5px #42b5a9, 1px 1px 5px #42b5a9, 1px 1px 5px #42b5a9;
	background: #4fb3b7;
}
/* 
#navi li a#faq {
	background: #ccc;
	color: #fff;
	pointer-events: none;
	cursor: none;
}

#navi li a#faq:hover{
	text-shadow: unset;
	background: #ccc;
} */

/* 新ナビ */

#home {
	background-position: 0 0;
}

#home:hover {
	background-position: 0 -40px;
}

#body_home #home {
	background-position: 0 -40px;
	cursor: default;
}

#products {
	background-position: -170px 0;
}

#products:hover {
	background-position: -170px -40px;
}

#body_products #products {
	background-position: -170px -40px;
	cursor: default;
}

#request {
	background-position: -340px 0;
}

#request:hover {
	background-position: -340px -40px;
}

#body_request #request {
	background-position: -340px -40px;
	cursor: default;
}

#outline {
	background-position: -510px 0;
}

#outline:hover {
	background-position: -510px -40px;
}

#body_outline #outline {
	background-position: -510px -40px;
	cursor: default;
}

#contact {
	background-position: -680px 0;
}

#contact:hover {
	background-position: -680px -40px;
}

#body_contact #contact {
	background-position: -680px -40px;
	cursor: default;
}

/*ナビ部分終わり*/

/*ここからメイン部分*/

#main {
	margin:0 auto 0;
	width: 850px;
	min-height: 700px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#main h2 {
	margin-bottom: 10px;
}

/*ここからメインレフト部分*/
/*2025-旧メインレフト部分*/

/* #main_left {
	float: left;
	width: 234px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}

#main_left .side dl {
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 15px;
	width: 234px;
	height: 60px;
	background-image: url("../images/side.jpg");
}

#main_left .side dt {
	float: right;
	color: #000;
	width: 170px;
	padding-top: 10px;
	padding: 10px 2px 2px;

}

#main_left .side dt a:hover {
	color: #ECA326;
}

#main_left .side dt a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#main_left .side dt a:hover {
	color: #ECA326;
}

#main_left .side dd {
	float: left;
	margin: 2px;
}

#main_left a.side_text {
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	font-weight: bold;
}

#main_left .side_bottom {
	background-image: url("../images/form_back.png");
	width: 219px;
	height: 296px;
	padding: 20px 0 15px 15px;
}

#main_left .side_bottom h3 {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	font-weight: 600;
}

#main_left p.form_botan a {
	text-decoration: none;
	background-image: url("../images/form.png");
	display: block;
	overflow: hidden;
	background-position: 0 0;
	text-indent: -10000px;
	color: #FFF;
	width: 205px;
	height: 50px;
}

#main_left p.form_botan a:hover {
	background-position: 0 -50px;
}

#main_left .side_bottom ul {
	margin-bottom: 5px;
}

#main_left .side_bottom li {
	font-size: 23px;
}

#main_left .side_bottom h4 {
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}

#main_left .side_bottom dl {
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
}

#main_left .side_bottom dt {
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

#main_left .side_bottom p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
	margin-left: 10px;
}

#main_left p.form_botan {
	margin: 0;
}

#main_left .left_bottom {
	background-image: url("../images/left_bottom.png");
	margin-top: 10px;
	height:180px;
	padding: 15px 15px 15px 15px;
}

#main_left .left_bottom p {
	font-size: 12px;
}

#main_left .left_bottom h4 {
	font-weight: bold;
	font-weight: 13px;
	margin-bottom: 5px;
}

#main_left .contact_botan {
	margin-top: 10px;
}  */

/*メインレフト部分終わり*/

/*ここから新しいメインレフト部分*/

#main_left {
	float: left;
	width: 234px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}

#main_left .side ul li {
	margin-bottom: 5px;
}

#main_left .side ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 15px;
	width: 234px;
	height: 60px;
	color: #fff;
	background-color: #3f8d90;
	border: 1px solid #3f8d90;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#main_left .side ul li a:hover{
	opacity: 0.7;
	transition: 1s;
	background-color: #fff;
	color: #3f8d90;
}

#main_left .side_bottom {
	width: 234px;
	height: 296px;
	padding: 5px 0 15px 0;
}

#main_left .side_bottom h3 {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	font-weight: 600;
}

#main_left p.form_botan a {
	text-decoration: none;
	background-image: url("../images/form.png");
	display: block;
	overflow: hidden;
	background-position: 0 0;
	text-indent: -10000px;
	color: #FFF;
	width: 205px;
	height: 50px;
}

#main_left p.form_botan a:hover {
	background-position: 0 -50px;
}

#main_left .side_bottom ul {
	
}

#main_left .side_bottom li {
	font-size: 14px;
	margin-bottom: 5px;
}

#main_left .side_bottom li a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #408d90;
	border: 1px solid #408d90;
	background-color: #ffffff;
	width: 234px;
	height: 50px;
	text-decoration: none;
}

#main_left .side_bottom li a:hover {
	transition: 1s;
	opacity: 0.7;
	background-color: #408d90;
	border: 1px solid #408d90;
	color: #ffffff;
}

#main_left .side_bottom h4 {
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}

#main_left .side_bottom dl {
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
}

#main_left .side_bottom dt {
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

#main_left .side_bottom p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
	margin-left: 10px;
}

#main_left p.form_botan {
	margin: 0;
}

#main_left .left_bottom {
	background-image: url("../images/left_bottom.png");
	margin-top: 10px;
	height: 180px;
	padding: 15px 15px 15px 15px;
}

#main_left .left_bottom p {
	font-size: 12px;
}

#main_left .left_bottom h4 {
	font-weight: bold;
	font-weight: 13px;
	margin-bottom: 5px;
}

#main_left .contact_botan {
	margin-top: 10px;
} 

/*新しいメインレフト終わり*/

/*メイン部分終わり*/

/*ここからフッター*/
/*2025-旧フッター*/

/* #footer {
	margin:0 auto 0;
	min-width: 850px;
	height: 70px;
	background-color: #006CB7;
	padding-top: 15px;
	color: #FFF;
	font-size: 12px;
}


#footer .footer_bottom {
	margin-left: 13px;
}

#footer ul {
	width: 850px;
	text-align: center;
	margin: 0 auto;
}

#footer li {
	display: inline;
	line-height: 18px;
	border-right: solid 1px #FFF;
	margin-right: 7px;
	margin-bottom: 5px;
	padding-right: 7px;
}

#footer li.border_end {
	border: none;
	margin: 0;
	padding: 0;
}

#footer li a {
	color: #FFF;
	text-decoration: none;
}

#footer li a:hover {
	color: #ECA326;
}

#footer address {
	margin:10px auto 0;
	width: 850px;
	text-align: center;
} */

/*フッター終わり*/

/*新フッターここから*/

#footer {
	margin: 0 auto 0;
	min-width: 850px;
	height: 70px;
	background-color: #53a3a6;
	padding-top: 15px;
	color: #FFF;
	font-size: 12px;
}


#footer .footer_bottom {
	margin-left: 13px;
}

#footer ul {
	width: 850px;
	text-align: center;
	margin: 0 auto;
}

#footer li {
	display: inline;
	line-height: 18px;
	border-right: solid 1px #FFF;
	margin-right: 7px;
	margin-bottom: 5px;
	padding-right: 7px;
}

#footer li.border_end {
	border: none;
	margin: 0;
	padding: 0;
}

#footer li a {
	color: #FFF;
	text-decoration: none;
}

#footer li a:hover {
	color: #90423F;
}

#footer address {
	margin: 10px auto 0;
	width: 850px;
	text-align: center;
}

/*新フッター終わり*/


