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

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

/* ============================== */
/* ▼各アプリレスポンシブ対応設定 */
/* ============================== */
/* --------- */
.mEsMox {
			margin: 				1vh auto 2vh;
			padding: 				1vh 1vw;
/*
			margin: 			0 auto;
			padding: 			0;
*/
			height: 			auto;
			line-height: 		normal;
			background-image: linear-gradient(90deg, rgba(168, 202, 240, 1), rgba(233, 240, 250, 1));
			width: 				80%;
	}
.mEsMRight {
			text-align: 		right;
	}


hr {
		margin: 				1vh 0;
		border-top: 			3px double #bbb;
}


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

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


/* Text Link Color Attribute Setting */
a{ text-decoration:	none; }

a:link {								/*リンクの色*/
		text-decoration:		none;
		color:					BLACK;
}

a:visited {								/*訪問済みリンクの色*/
		text-decoration:		none;
		color: 					cornflowerblue;
}

a:hover {								/*マウスオン時のリンクの色*/
		color: 					white;
		border-color: 			red;
}

a:active {								/*クリックしている時のリンクの色*/
		color: 					white;
}

.Rap{
	margin: 				1vh auto 2vh;
	padding: 				1vh 1vw;
/*	background-color: 		#2b2b2b;	*/
	background: radial-gradient(rgb(169, 214, 255), rgb(0, 80, 159));
	width: 					80%;
}

.Rap h2{
			margin: 			0;
			padding: 			1vh 0 1vh;
			font-family: 		'Noto Sans JP', 	sans-serif;
			font-size:			1.5em;
			color: 				white;
			font-weight: 		400;
			text-shadow: 		1px 1px 2px #979797;
}

.Rap h3{
			margin: 			0;
			padding: 			1vh 0 1vh;
			font-family: 		'Noto Sans JP', 	sans-serif;
			font-size:			1.2em;
			color: 				white;
			font-weight: 		200;
}



.TmesB{
		margin: 				5 auto;
		padding: 				5 10;
		text-align: 			center;
		width: 					95%;

		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;

}
.TmesB_s{
	  	text-align: left;
}

.TmesB_s h2{
			margin: 			0;
			padding: 			1vh 0 1vh;
			font-family: 		'Noto Sans JP', 	sans-serif;
			font-size:			1.5em;
			color: 				#241a08;
			font-weight: 		400;
			text-shadow: 		1px 1px 2px #979797;
}






/* CELL BOX */
.cellbox {
		margin:					1vh auto;
		padding: 				0 10px;
		border:					none;
		line-height:			1.1;
		width: 					100%;
	}

.cellbox img{
		width: 					95%;
		margin-bottom: 			1em;
}


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


/******************************************************************
******************************************************************/
.ThreeCellBox {
			float:				left;
			width:				33%;
			margin:  			0 auto 1em;
			padding:  			0 0vw 0 2px;
}

.ThreeCellBox img{
			padding:  			0 1;
			width: 				90%;
			height: 			140px;
			border-radius: 		0%;
			object-fit: 		cover;
}

.ThreeCellBox h3{
			margin-bottom: 		0vh;
			font-size: 			1em;
}

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


.HdMes1{
			font-family: 		'Noto Sans JP', 	sans-serif;
			font-size:			3em;
			color: 				black;
			font-weight: 		bolder;
			text-align: 		center;
			text-shadow: 		2px 2px 3px #979797;
}

.HdMes1m{
			font-family: 		'Sawarabi Mincho', 	sans-serif;
			font-size:			3em;
			color: 				black;
			font-weight: 		bolder;
			text-align: 		center;
			text-shadow: 		2px 2px 3px #979797;
}




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









/******************************************/
/*	ボタン									*/
/******************************************/
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0rem;
}

/*その他と主な共通部分は省略*/

a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}






section {
  max-width: 90%;
  margin: 0 auto;
}
a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#4fb5ef, #0076b9 100%);
  border: 1px solid #005e94;
  border-radius: 12px;
  box-shadow: inset 0px 0px 2px 0px rgb(255, 255, 255);
  box-shadow: 0px 4px 4px 0px rgb(175, 175, 175);
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  padding: 0 20px 0 70px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_01:hover {
  opacity: .7;
}
a.btn_01:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -7px;
}
a.btn_01:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #005e94;
  box-shadow: 0px 0px 2px 0px rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 50px;
}













/******************************************************************
	メディアクエリ
******************************************************************/
@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;
	}

	.cellbox {
		margin:					1em 0em;
		text-align: 			left;
		border:					none;
		line-height:			1.1;
	}

	.ThreeCellBox h3{
			color: aquamarine;
	}


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

	.cellbox {
		margin:					1em 0em;
		text-align: 			left;
		border:					none;
		line-height:			1.1;
	}

	.ThreeCellBox h3{
			color: aquamarine;
	}

}

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

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


	.Rap{
			margin: 				1vh auto 2vh;
			padding: 				1vh 1vw;
			background: radial-gradient(rgb(169, 214, 255), rgb(0, 80, 159));
			width: 					99%;
	}

	.Rap h2{
				margin: 			0;
				padding: 			1vh 0 1vh;
				font-size:			1.5em;
				color: 				white;
				font-weight: 		400;
				text-shadow: 		1px 1px 2px #979797;
	}

	.Rap h3{
				margin: 			0;
				padding: 			1vh 0 1vh;
				font-size:			1.2em;
				color: 				white;
				font-weight: 		200;
	}

	.mEsMox {
			margin: 				1vh auto 1vh;
			padding: 				1vh 1vw;
			width: 				99%;
	}

	.TmesB_s h2{
			margin: 			0;
			padding: 			0.5vh 0 0.5vh;
			font-size:			1.1em;
			font-weight: 		400;
	}


/* CELL BOX */
	.cellbox {
			margin: 			0 auto;
			padding: 			0 auto;
			width: 				98%;
	}

	.ThreeCellBox {
			width:				46%;
			margin:				0;
			padding:			2% 1%;
	}

	.ThreeCellBox img{
			width: 				90%;
			border-radius: 		5%;
	}

	.ThreeCellBox h3{
			font-size: 			0.8em;
			color: blue;
	}
}


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

	.mEsMox {
			margin: 				1vh auto 1vh;
			padding: 				1vh 1vw;
			width: 				99%;
	}

	.TmesB_s h2{
			margin: 			0;
			padding: 			0.5vh 0 0.5vh;
			font-size:			1.1em;
			font-weight: 		400;
	}

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


	.Rap{
			margin: 				1vh auto 2vh;
			padding: 				1vh 0.5vw;
			background: radial-gradient(rgb(169, 214, 255), rgb(0, 80, 159));
			width: 					99%;
	}

	.Rap h2{
				margin: 			0;
				padding: 			1vh 0 1vh;
				font-size:			1.5em;
				color: 				white;
				font-weight: 		400;
				text-shadow: 		1px 1px 2px #979797;
	}

	.Rap h3{
				margin: 			0;
				padding: 			1vh 0 1vh;
				font-size:			1.2em;
				color: 				white;
				font-weight: 		200;
	}


/* CELL BOX */
	.cellbox {
			margin: 			0 auto;
			padding: 			0 auto;
			width: 				99%;
	}

	.ThreeCellBox {
			width:				49%;
			margin:				0;
			padding:			1% 0%;
	}

	.ThreeCellBox img{
			width: 				96%;
			border-radius: 		5%;
			height: 			100px;
	}



	.ThreeCellBox h3{
			font-size: 			0.7em;
	}

}