@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;
}

p{
	line-height: 		1.2em;
}

.spacer{
	display: 			block;
	height: 			10px;
}



/* グリッドガイド */
.head	{
	margin: 0px 10px;
	margin-bottom: 1em;
	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: 			80%;
	}

.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;
}



.Flbox{
		width: 					100%;
}

.FlbBx{
		margin: 				0;
		padding: 				5px;
		width:					calc(25% - 10px);
		float: 					left;
}

.FlbBx img{
			padding:  			5;
			width: 				90%;
			height: 			120px;
			object-fit: 		cover;
}



.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 h2{
		font-family: 		'Noto Sans JP', 	sans-serif;
		font-size:			1.5em;
		font-weight: 		800;
		color: 				#0066ff;
		line-height: 		1.5;
		border-left: 		#0066ff solid 2px;
		padding-left: 		1vw;
}

.TmesB h3{
		margin-top: 			1.5em;
		padding: 				10px 0 10px 10px;
		font-size: 				1.2em;
		font-weight: 			normal;
		color: 					white;
		line-height: 			1;
}

.TmesB_Backcolor {
		color: 					white;
		background: 			cornflowerblue;
		padding: 				0px;
}

.TmesB h4{
		font-size: 				1em;
		font-weight: 			normal;
		color: 					#0066ff;
}

.TmesB h5{
		margin-top: 			1em;
		font-size: 				1em;
		font-weight: 			normal;
		color: 					cornflowerblue;
}

.TmesB h6{
		margin-top: 			1.5em;
		padding: 				10px 0 10px 10px;
		font-size: 				1em;
		font-weight: 			normal;
		color: 					white;
		line-height: 			1;
}

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

.TxtUline {
      	text-decoration: 		underline;
}

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


.RSpace{
		margin-right : 			20px;
}





.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;
	}

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

}