@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body *{
	  padding:0;
	  margin:0;
}


ol {
	list-style-type: 	none;
  }

ol li {
    margin-right: 		2em;
	display: 			inline;
}


/* グリッドガイド */
.head	{
	margin: 0px 10px 0px;
	line-height: 1.5;
	background-color:#fff;
	min-height: 0;
	color: #4e2500;
	font-family: 'Noto Sans Japanese',  sans-serif;
	font-weight: normal;
	text-align: center
	}

.head_img {
		margin: 		0 auto;
		width: 			100%;
	}

.head_img img { width: 100%; }

.ttl_txt { 
	font-size: 1em;
	float:left;
	}

.ttl_img { float:left; }

.ttl_tel {
		color:				#762f07;
		font-size:			2em;
		font-weight:		bold;
		float:				right;
	}

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

/* ============================== */
/* ▼各アプリレスポンシブ対応設定 */
/* ============================== */
/* --------- */

hr { border-top: 3px double #bbb; }


.footer	{
		margin:					10px 10px;
		line-height:			1.5;
		min-height:				0;
		font-family:			'Noto Sans Japanese', sans-serif;
		font-weight:			normal;
		color:					#0066ff;
		background-color: 		#BAE6FF;
		text-align:				center;
}

.footerTtl {
		color:					#0066ff;
		font-size: 				x-large;
		font-weight: 			bold;
}

.footerTel {
		color:					#0066ff;
		font-size: 				medium;
		font-weight: 			bold;
}


.NvSpace{
		margin: 				0 auto 10px;
		padding: 				5px 10px;
		height: 				auto;
		line-height: 			normal;
		width: 					75%;
		font-family: 			"Noto Serif JP", serif;
		font-size: 				0.9em;
		font-optical-sizing: 	auto;
		font-weight: 			400;
}

.NvSpace-item {
		display: flex;
		list-style-type: none;
  		margin-right: 20px;
}

.NvSpace-item:last-child {
  margin-right: 0;
}

.TmesB{
		margin: 			0 auto 4em;
		padding: 			20px;
		height: 			auto;
		line-height: 		normal;
		width: 				80%;

		font-family: 		"Noto Serif JP", serif;
		font-size: 			0.9em;
		font-optical-sizing: auto;
		font-weight: 		400;
		font-style: 		normal;
		text-align: 		left;
		background-color: 	#fffff0;
		border: 			#4b0082 solid 2px;
}

.TmesB_s{
	  	text-align: left;
}

.TmesB h2{
		font-family: 		'Noto Sans JP', 	sans-serif;
		font-size:			1.5em;
		font-weight: 		800;
		color: 				#ea5549;
		line-height: 		1.5;
		border-left: 		#0066ff solid 2px;
		padding-left: 		1vw;
}

.TmesB h3{
		margin-top: 		1.5em;
		font-family: 		'Noto Sans JP', 	sans-serif;
		font-size:			1em;
		color: 				black;
		font-weight: 		bold;
}

.table_Bx1{
		width:80%;
		margin:0 auto;
}

.table_Bx1 table{
	    width: 				100%;
		margin: 			5px 0.5% 20px 0.5%;
		padding: 			0;
		border: 			solid 1px #c0b8b2;
		border-collapse: 	collapse;
}

.table_Bx1 table th {
		width: 				30%;
		text-align: 		center;
		padding: 			5px;
		font-size: 			1em;
	    border: 			solid 1px #c0b8b2;
		background: 		#192f60;
		color: 				white;
}
.table_Bx1 table td {
		width: 				70%;
		margin: 			0;
		padding: 			5px;
		text-align: 		left;
		border: 			solid 1px #c0b8b2;
		border-collapse: 	collapse;
		font-size: 			1em;
		background: 		#fff;
		vertical-align: 	middle;
}


.hr1 {
		margin-top: 			3vh;
		border-top: 			2px double #aaa;
}

.cellbox {
		margin:					0 0 2em;
		padding: 				0;
		text-align: 			left;
		border:					none;
		line-height:			1.1;
		display: 				flow-root;
	}

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

.Box2 {
		width: 					calc((100% / 2) - 2em);
		padding: 				1% 1em;
		float: 					left;
		font-size: 				small;
		line-height: 			1.25;
		display: 				flow-root;
}

.Box3 {
		width: 					calc((100% / 3) - 2em);
		padding: 				1% 1em;
		float: 					left;
		font-size: 				small;
		line-height: 			1.25;
		display: 				flow-root;
}

.Box3 h3{
		font-family: 			'Noto Sans JP', 	sans-serif;
		font-size:				1em;
		font-weight: 			800;
		color: 					#ea5549;
		line-height: 			1.5;
}

.Box4 {
		width: 					calc((100% / 4) - 2em);
		padding: 				1% 1em;
		float: 					left;
		font-size: 				small;
		line-height: 			1.25;
		display: 				flow-root;
}

.PicBox{
		margin: 				0 auto;
		text-align: 			center;		
}
.PicBox img{
		width: 					85%;	
}
.PicBox h2{
		margin-bottom: 		5px;
		font-family: 		'Noto Sans JP', 	sans-serif;
		font-size:			1.8em;
		font-weight: 		800;
		color: 				#ffffff;
		line-height: 		1.5;
		background-color: 	#192f60;
/*		border-left: 		#ea5549 solid 2px;	*/
/*		padding-left: 		1vw;				*/
}





.InfoPic{
		margin: 				0 auto;
		text-align: 			center;		
}
.InfoPic img{
		width: 					60%;	
}
.InfoPic h2{
		font-family: 		'Noto Sans JP', 	sans-serif;
		font-size:			1.5em;
		font-weight: 		800;
		color: 				#ea5549;
		line-height: 		1.5;
/*		border-left: 		#ea5549 solid 2px;	*/
/*		padding-left: 		1vw;				*/
}


/* 送料情報欄	*/
.InfoBox {
		margin:					0 0 2em;
		padding: 				1em 0 0;
		text-align: 			left;
		border:					none;
		line-height:			1.1;
		display: 				flex;
	}

.BoXInfo {
		width: 					calc((100% / 3) - 2em);
		margin: 				0 auto;
		padding: 				1% 1em;
		float: 					left;
		font-size: 				small;
		line-height: 			1.25;
		display: 				flow-root;
}
.BoXInfo p{
		font-family: 			'Noto Serif JP', serif;
}

.BoXInfo h3{
		font-family: 			'Noto Serif JP', serif;
		font-size: 				1em;
		font-weight: 			bold;
		color: 					peru;
		line-height: 			1.25;
}

.BoXInfo h4{
		font-family: 			'Noto Sans JP', sans-serif;
		font-size: 				1em;
		font-weight: 			bold;
		color: 					black;
		line-height: 			1.25;
}

.BoXInfo h5{
		font-family: 			'Noto Sans JP', sans-serif;
		font-size: 				1em;
		font-weight: 			bold;
		line-height: 			1.25;
		color: 					crimson;
}

.BoXInfo table{
		width: 					100%;
		margin-top: 			1em;
		font-family: 			'Noto Serif JP', serif;
}

.BoXInfo tabele,th,td{
		border: 				1px solid #bbb;
		line-height: 			1.5;
}

.BoXInfo th{
		width: 					30%;
		text-align: 			center;
		vertical-align: 		middle;
}

.BoXInfo td{
		width: 					70%;
		padding: 				0 0.25em;
/*		text-align: 			center;			*/
}




.IMMes{
		width: 					calc(70%  - 2em);
		padding: 				1% 1em;
		float: 					left;
		font-size: 				normal;
		line-height: 			1.25;
		display: 				flow-root;
}
.IMMes h2{
		margin-bottom: 			5px;
		font-family: 			'Noto Serif JP', serif;
/*		font-family: 			'Noto Sans JP', sans-serif;		*/
		font-size: 				1.2em;
		font-weight: 			bold;
		color: 					peru;
		line-height: 			1.25;
}

.CommRed{
		margin-bottom: 			0.75em;
		font-family: 			'Noto Sans JP', sans-serif;
		font-size: 				1em;
		font-weight: 			bold;
		line-height: 			1.5;
		text-align: 			left;
		color: 					red;
}
.BoxAtten{
		width: 					100%;
		margin: 				0 auto;
		padding: 				3%;
		font-family: 			'Noto Serif JP', serif;
		font-weight: 			bold;
		color: 					red;
		background-color: 		lightyellow;
}


.IMPic{
		width: 					calc(30%  - 2em);
		padding: 				1% 1em;
		float: 					left;
		display: 				flow-root;
}
.IMPic img{
		width: 					95%;
}





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




.DwonSpace{		margin-bottom: 		1em;		}

/*	PC And SmartPhon Display Set	*/
.PCArea{		display: 			block;		}
.SmartP{		display: 			none;		}

/*******************************************/
/*	ハンバーガーメニュー						*/
/*******************************************/
.menu-wrapper {
  position: relative;
}

.menu-icon {
  width: 40px;
  height: 30px;
  position: fixed; /* ← fixedにして常に左上固定 */
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
}

.menu-icon span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #333;
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu {
  position: fixed;
  top: 0;
  left: -250px; /* ← 初期位置を左へ */
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  z-index: 2;
}

#menu-toggle:checked ~ .menu {
  left: 0; /* ← 開いたときは左0へ */
}

.menu ul {
  list-style: none;
  padding: 60px 20px;
}

.menu li {
  margin: 20px 0;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.menu a:hover {
  color: #007bff;
}












section {
  max-width: 90%;
  margin: 0 auto;
}


/******************************************************************
	メディアクエリ
******************************************************************/
@media screen and (min-width: 1200px) {
#wrapper {
		width:			70%;
		margin:			0 auto;
	}


.ttl_tel {
		color:				#762f07;
		font-size:			xx-large;
		font-weight:		bold;
		float:				right;
	}

}


@media screen and (min-width: 992px) and (max-width: 1199px) {
#wrapper {
		width:			100%;
		margin:			0 auto;
	}

	.ttl_tel {
		color:				#762f07;
		font-size:			x-large;
		font-weight:		bold;
		float:				right;
	}
}


@media screen and (min-width: 768px) and (max-width: 991px) {
#wrapper {
		width:			100%;
		margin:			0 auto;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
#wrapper {
		width:			100%;
		margin:			0 auto;
	}

	.PCArea{	display: 		none;	}
	.SmartP{	display: 		block;	}

}

@media screen and (min-width: 0px) and (max-width: 575px) {
#wrapper {
		width:			100%;
		margin:			0 auto;
	}

	.head_img {
		width: 			95%;
	}

	.Box2 {
		width: 					calc(100% - 2em);
		padding: 				1% 1em;
		float: 					left;
		font-size: 				small;
		line-height: 			1.25;
		display: 				flow-root;
	}

	.Box3 {
		width: 					calc(100% - 1em);
		padding: 				0 0.5em;
		line-height: 			1.25;
	}

	.Box4 {
		width: 					calc((100% / 2) - 2em);
		padding: 				1% 1em;
		float: 					left;
		font-size: 				small;
		line-height: 			1.25;
		display: 				flow-root;
	}

	.BoXInfo {
		width: 					calc(100% - 2em);
		margin: 				0 auto;
		padding: 				1% 1em;
		font-size: 				small;
		line-height: 			1.25;
	}

	.PCArea{	display: 		none;	}
	.SmartP{	display: 		block;	}

}