@charset "UTF-8";
/* CSS Document */


#header {
	background-color: #000;
	padding: 5% 0;
}
#header .logoBox {
	width: 30%;
	max-width: 150px;
	margin: 0 auto;
	position: relative;

}
#header .logoBox .frea {
	position: absolute;
	bottom: 48%;
	right: 6%;
}
#btnWrap{
	z-index: 1;
	position: fixed;
	width: 100%;
}

<!--/#sec02-->
	

#secOutline {


}

#gaiyoBox {
	position: relative;
	background-color: #fff;

	padding: 3%;

}
#gaiyoBox .btGaiyo {
	background-color: #fff;
	width: 5%;
	position: absolute;
	top: 0;
	right: 100%;
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
	padding: 2em 0 1em;
	display: flex;
justify-content: center;
align-items: center;
	border-bottom-left-radius: 30px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
#gaiyoBox .btGaiyo span {
	display: inline-block;
	transform: rotateZ(90deg);
	font-size: 70%;
}
#secOutline._show #gaiyoBox .btGaiyo {
	background-color: #999;
	color: #fff;
}
#secOutline._show #gaiyoBox .btGaiyo span {
	transform: rotateZ(270deg);
}
#gaiyoBox .btGaiyo:hover {
	cursor: pointer;
}
#gaiyoBox .btGaiyo img {
	width: 100%;
}
#secOutline h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	color: #a18e71;
	/*border-bottom: #a18e71 solid 1px;*/
	padding: 2em 0 1em;
}
#secOutline h3::before,#secOutline h3::after {
	content: "■";
	font-size: 50%;
	padding: 0 1em;
	position: relative;
	top: -0.3em;
}
#secOutline #gaiyoBox {
	max-width: 900px;
}
#secOutline table {
	width: 100%;
	container-type: inline-size;
}
#secOutline th, #secOutline td {
	text-align: left;
  padding: 0.8em;
	font-size: 16px;
	font-size: clamp(13px, 1.3cqw, 16px);
	border-bottom: rgba(228,226,226,1.00) dotted 1px;
}
#secOutline th {
	width: 14em;
}


/*#contactWrap {
	background-color: #000;
	padding: 2% 0;
	position: relative;
	z-index: 1;
	
}
#contactWrap .flex {
	max-width: 800px;
	align-items: center;
}
#contactWrap .flex .leftBox {
	width: 60%;
}
#contactWrap .flex .rightBox {
	width: 32%;
	
}*/

#yokokuWrap {
	background-color: #eee;
	padding: 1em 0;
	position: relative;
	z-index: 1;
}
#yokokuWrap dl {
	justify-content: center;
align-items: center;
	font-size: 14px;
	gap: 0 15px;
}
#yokokuWrap dt {
	border: #999 solid 1px;
	letter-spacing: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8em;
	height: 2em;
}
#yokokuWrap dd {
}
#yokokuWrap p.caption {
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 1em 1em 0;
}



@media screen and (max-width: 959px) {
	#sec02 .new {
    font-size: 24px;
	}
	#sec02 .h1Box {
		width: 60%;
	}
	#sec03 .titBox h3 {
		font-size: 6vw;
	}
	#sec03 .titBox p {
    font-size: 3vw;
	}
	#sec03 .titBox a {
		font-size: 3vw;
		margin: 30px auto 20px auto;
	}
	#sec05  .infoBox {
    display: block;
		max-width: 480px;
	}
	#sec05  .tableBox {
    width: 100%;
	}
	#sec06 h3 {
    font-size: 18px;
	}
	#yokokuWrap dl {
		display: block;
	}
	#yokokuWrap dt {
		letter-spacing: 0em;
		padding: 0.5em;
		width: 12em;
		margin: 0 auto 0.3em;;
	}
	
}
@media screen and (max-width: 599px) {
	#sec01 .logoBox {
    width: 30%;
	}
	#sec01 .new {
    font-size: 16px;
	}
	#sec01 .h1Box {
		width: 86%;
		top: 40%;
	}
	#sec01 .h1Box h2 {
    font-size: 13cqw;
	}
	#sec03 .titBox h3 {
		font-size: 7vw;
	}
	#sec03 .titBox p {
    font-size: 4vw;
		letter-spacing: 0;
	}
	#sec03 .titBox a {
		font-size: 4.8vw;
	}

	
	#sec05  h3 {
    font-size: 4.5vw;
	}
	#sec05  table th.category {
    font-size: 15px;
	}
	#sec06 h3 {
		font-size: 16px;
  }
	#sec06 th {
    width: 8em;
	}
	#contactWrap .flex {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#contactWrap .flex .leftBox {
		width: 100%;
		padding: 15px 0;
	}
	#contactWrap .flex .rightBox {
		width: 100%;
		padding-bottom: 15px;

	}
}

/*------年末年始-------*/
#nensiBox {
	/*border: #777 solid 1px;*/
	padding: 1.5% 3%;
	text-align: center;
	margin-bottom: 2%;
	container-type: inline-size;
	background-color:rgb(255 255 255 0.8);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	letter-spacing: 0em;
	margin-top: 3%;
}
#nensiBox h3 {
	font-size: 28px;
	padding-bottom: 0.5em;
	letter-spacing: 0.1em;
}
#nensiBox p {
	font-size: 17px;
padding-bottom: 0.3em;
}
#nensiBox h4 {
	font-size: 34px;
	padding-bottom: 0.2em;
	color: rgba(175,0,3,1.00);
}
#nensiBox .cap {
	font-size: 14px;
}
#nensiBox .cap span {
	font-size: 130%;
}
@media screen and (max-width: 959px) {
	#nensiBox {
		padding: 3%;
	}
	#nensiBox h3 {
		font-size: clamp(26px, 3.5vw, 28px);
	}
	#nensiBox p {
		font-size: clamp(16px, 2.0vw, 18px);
	}
	#nensiBox h4 {
		font-size: clamp(24px, 3.3vw, 26px);
	}
	#nensiBox .cap {
		font-size: 13px;

	}
}
@media screen and (max-width: 599px) {
	
	#nensiBox h3 {
		padding-top: 0.5em;
		font-size: clamp(21px, 7vw, 26px);
	}
	#nensiBox p {
		font-size: clamp(14px, 4vw, 16px);
	}
	#nensiBox h4 {
		font-size: clamp(23px, 6.4vw, 25px);
	}
	#nensiBox .cap {
		font-size: 12px;
		text-align: justify;

	}
}

/*------年末年始-------*/

