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

/* 折り返し位置指定 */
.poki2 span{
	display:inline-block;
}

/* 2025 トップ写真3枚 */
.top3imgbox{
	display:flex;
}
.top3imgbox p{
	height:210px;
	overflow:hidden;
	margin:0;
}
.top3imgbox p:nth-child(-n+2){
	width:calc((100% - 380px) / 2 - 10px);
	margin:0 10px 0 0;
}
.top3imgbox p:last-child{
	width:380px;
}
.top3imgbox p:nth-child(-n+2) img{
	height:210px;
	object-fit:cover;
}
@media(min-width:751px){
	.sponly{
		display:none;
	}
}
@media(max-width:750px){
	.pconly{
		display:none;
	}
}

@media(max-width:750px){
	.top3imgbox{
		flex-wrap:wrap;
	}
	.top3imgbox p:nth-child(-n+2){
		height:140px;
		width:49%;
		margin-right:0;
	}
	.top3imgbox p:first-child{
		margin-right:2%
	}
	.top3imgbox p:last-child{
		width:100%;
		margin-top:1.5vw;
		height: 45vw;
	}
	.top3imgbox p:nth-child(-n+2) img{
		height:140px;
		width:100%;
		object-fit:cover;
	}
}



body{
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1.pagetitle{
	font-size:85%;
	font-weight:normal;
	letter-spacing:2px;
	color:#f90;
	background:#fff;;
	margin:0;
	padding:3px 0 2px;
	
}
h2 {
	font-size:120%;
	font-weight:bold;
	letter-spacing:3px;
	margin:20px 0;
	padding: 0.3em 13px;
	border-left: 5px solid #FF9900;
	border-bottom: 1px dotted #FF9900;
}


h3{
    margin-top: 2em;
    padding-left: 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 4px solid #FF9900;
    font-size: 105%;
	 letter-spacing:1px;
}

.textBody{
	width:96%;
	margin-left:2%;
	margin-right:2%;	
	margin-bottom:30px;
}

b{
	color:#f00;	
}

img{
	max-width:100%;
}
iframe{
	max-width:100%;
}
p{
	margin: 5px 0 10px 0;
	font-size:95%;
}
hr {
	margin: 10px 0;
	padding: 0;
	border: 0;
	height: 6px;
	background: url(img/wave.png) repeat-x 0 0;
}

a:link,a:visited{
	text-decoration:none;
	color: #ff9900;
}
a:hover,a:active{
	color:#f96;
	text-decoration:underline;
		
}


#wrapper{
	width: 1100px;
	margin:0 auto;
	/*border:1px solid #f00;*/
}
#header{
	width:100%;
	background:#d9f0d4;
	padding: 3px 0 10px;
	margin:0 0 15px 0;
	border-top:1px solid #d9f0d4;
	text-align:center
}
#header img{
	/* display:inline-block; */
	vertical-align:bottom;
}
#firsttext{
	font-size:90%;
	letter-spacing:0.1em;
	font-weight:normal;
	color:#f90;
	padding:0 5px;
	margin:8px 0;
	background:#fff;
	width:fit-content;
	margin: 10px auto 0;
	padding:3px 20px 2px;
	border-radius:5px;
}

#menubar{
	display:block;
	background-color: #f90;
}
.menu_button{
	display:none;
}
.nav{
	width:210px;
	float:left;
	margin-top:15px;
}
.nav ul{
	margin:0;
	padding:0;	
}
.nav li{
	list-style-type:none;
	margin:0 0 0 15px;
	padding:16px 0 4px 0;
	float:left;
	width:100%;
	height:30px;
	background:url(img/menu-1.jpg) left bottom no-repeat;
	/*border:1px solid #0f0;*/
}
.nav li a{
	font-weight:bold;
	letter-spacing:2px;
	margin: 0 0 0 44px;
	text-shadow: 2px 1px 2px rgba(0,100,0,0.1);
}

#menubar_lower{
	float:left;
	width:210px;
	padding:10px;
}

.menu_privacy{
	display:block;
	text-align:center;
	margin: 12px auto;
	color:#f90;
	border:1px solid #999;
	padding:4px
}

#main{
	width: 820px;
	min-height: 780px;
	float:right;
	padding: 15px 10px 0 30px;
	border-left:1px solid #090;
	/* border-bottom:1px solid #090; */
}
#footer{
	background:#d9f0d4;
	border-bottom:1px solid #d9f0d4
}
#footer > div{
	width:1100px;
	max-width:100vw;
	margin: 20px auto 0;
	padding: 15px 0 0;
}

#totop {
	text-align:right;
	font-size:90%;
	margin-top: 5px;
}
#totop  a{
	text-decoration:underline;
}

#copyright{
	text-align:right;
	margin:0;
	padding: 10px 0 10px 10px;
	font-size:75%;
	letter-spacing:1px;
	/* background-color:#d9f0d3; */
	color:#333;
}
#jimukyoku{
	letter-spacing:0;
	font-size:90%;
	letter-spacing:1px;
}

.cb{
	clear:both;	
}
.cb25{
	clear:both;
	height:25px;	
}
.hanbun{
	width:50%;
}
.sanbun{
	width:33.3333%;	
}
.yonbun{
	width:25%;	
}

img.fullw{
	width:100%;	
}
img.halfw{
	width:50%;
}
.fl{
	float:left;	
}
.fr{
	float:right;	
}
.mr1{ margin-right:15px; }
.ml1{ margin-left:15px; }
.tac{ text-align:center; }
.bg1{ background-color:#ccc; }
.ul1{ border-bottom:2px dotted #eee;}
.mgb1{ margin-bottom:15px; }
.small1{font-size:85%;}
.small2{font-size:70%;}
.large1{
	font-size:120%;	
}
.pcml{
	margin-left:20px;	
}
.pcmr{
	margin-right:20px;	
}

table.lined {
	border-collapse:collapse;
	border-spacing:0;
}
td{
	padding:5px 5px 5px 5px;
}
.lined td{
	border:1px solid #3C3;
	
}
.mgl20{margin-left:20px}
.mgb10{margin-bottom:10px}

.maxw20{max-width:20%}
.maxw30{max-width:30%}
.maxw32{max-width:32%}
.maxw33{max-width:33%}
.maxw40{max-width:40%}
.maxw50{max-width:50%}

.top3{
	/* float:left; */
	/* margin:0 1%; */
	/* width:31.33%; */
}

.txt_spsmall{
	font-size:90%;	
}
.pc_center{
	text-align:center;	
}
.enet{
	margin: 30px 1%;
	border:2px solid #C60;
	border-radius:15px;	
}
.enet-img{
	margin:12px 20px;
	float:left;	
}
.enet-qr{
	margin-left:30px;	
}
.enet-txt{
	width:245px;
	margin:8px;
	float:left;
	padding:10px 10px;	
}
.topic_date{
	width: 110px;
	/* max-width:22vw; */
	/* float:left; */
	padding: 5px 10px 5px 15px;
	margin:0;
}
.topic_title{
	width:500px;
	/* margin:5px 10px; */
	float:left;
	font-weight:bold;
}
.timetable{
	margin: 2.5vw 1%;
	text-align:center;
	/* table-layout:fixed; */
	/* width:98%; */
	/* border:1px solid #ff9900; */
	/* border-radius:6px; */
}
.timetable img{
	width:650px;
}


.timetable table, .timetable table td{
	box-sizing:border-box;
	max-width:94vw;
	margin-left:auto;
	margin-right:auto;
}
.timetable table td{
	border:1px solid #ff9900;
}

.timetable_text{
	margin: 0 0 30px 1%;
	float:left;
	/* width:42%; */
}

.timetable_youbi{
	min-width:40px;	
}
.timetable td span{
	font-size:90%;	
}
.map{
	margin:auto 1% 30px;
}
.map p{
	margin:0 0 0.1em;
}
/*pcのみブロッククオート*/
.pcbq {
	padding-left: 20px;
	padding-right: 20px;
}
/*製品ギャラリー部分*/
.gallery {
	margin-left: -5%;
}
.gallery div {
	width: 45%;
	margin-left: 5%;
	text-align:center;
	float:left;
}
.topic img{
	margin:30px 0;
}
.mailform{
	width:100%;
	height:500px;
	border:none;
}

#privacy-policy h4{
	color:#f90;
	margin:25px 0 8px
}

/*sp-mode*/
@media only screen and (max-width: 750px) {
	#header{
		margin-bottom:0;
	}
	h1.pagetitle{
		font-size:75%;
	}
	.gallery div {
		width: 45%;
		margin-left: 5%;
		text-align:center;
		float:left;
	}
	.pcbq {
		padding-left: 0px;
		padding-right: 0px;
	}
	#wrapper{
		width:100%;
	}
	#menubar{
		width:100%;
		z-index: 1000;
	}
	#firsttext{
		font-size:12px;
		max-width: 280px;
		margin-bottom:0
	}
	.menu_button{
		display:block;
		padding-top:5px;
		height:32px;
		text-align:center;
		color:#fff;
	}
	.nav{
		/*position:absolute;*/
		top:100%;
		width:100%;
		margin-top:0;
		display:none;
	}
	.nav ul{
		width:100%;
	}
	.nav li{
		width:48%;
		margin:6px 1% 0 1%;
		background-image:none;
		background-color:#F90;
		border-radius:7px;
		text-align:center;
		color:#fff;
		padding:5px 0;
		height:auto;
	}
	.nav li a{
		color:#fff;	
		margin:10px;
	}
	#main{
		/*position: absolute;*/
		width:100%;
		padding:0;
	
	}
	.hanbun{
		width:100%;
	}
	.yonbun{
		width:50%;
	}
	.pcml,.pcmr{
		margin:10px;
	}
	#totop{
		text-align:center;
		margin-top: 10px;
	}
	.nosp{
		display:none;	
	}
	blockquote{
		margin-left:10px;
		margin-right:10px;	
	}
	table.lined {
		margin-right:10px;	
	}
	.spfullw{
		width:100%;
	}
	.sp98{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.txt_spsmall{
		font-size:80%;	
	}
	.pc_center{
		text-align:left;	
	}
	.enet-img{
		float:none;
		width:100%;
		margin-left:0;
		margin-right:0;
		text-align:center;
	}
	.enet-qr{
		margin-left:10px;	
	}
	.enet-txt{
		float:none;
		font-size:85%;
		width:auto;
		padding:0;
		text-align:center;
	}
	.topic_title{
		/* margin-left:15px; */
		margin-top:5px;
	}
	.topic_date{
		font-size:85%
		/* margin-left:15px; */
		/* margin-top:5px; */
	}
	.timetable{
		/* margin-bottom:0; */
		font-size: 90%;
	}
	.timetable_text{
		margin-top:10px;	
	}
	.timetable_text p{
		text-indent:-1.3em;
		margin-left:1.5em;
	}
	.timetable_text p span{
		text-indent:0;
	}
	.topic_title{
		/* width:auto; */
	}
	#copyright{
		text-align:center;
	}
	#menubar_lower{
		float:none;
		width:210px;
		padding:10px;
		text-align:center;
		margin:0 auto;
	}
}
.chu{
	font-size:90%;
	margin-top:-10px;
	color:#f60;
}
.topic_list{
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.topic_list *{
	box-sizing:border-box;
}
.topic_date{
	width: 8em;
}
.topic_title{
	width: calc(100% - 8em);
	margin:0;
	padding:5px;
}
.topic_more{
	width:100%;
}