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



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




	



/* min 801px */
@media screen and (min-width: 801px), print {


	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	background: url(../img/pagetitle/menu.jpg) no-repeat center / cover;
}



 
	
/* menu
--------------------- */
#menu {
	width: 100%;
	min-width: 1240px;
	padding: 0 0 50px 0;
	position: relative;
}
#menu:after {
	content: "";
	width: 100%;
	height: 830px;
	background: #f7f5f2;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
	#menu .flex {
		padding-left: 100px;
	}
		#menu .flex .box {
			width: 33.3333333%;
			margin-bottom: 50px;
		}
			#menu .flex .box a {
				display: block;
			}
				#menu .flex .box a .pht {
					overflow: hidden;
				}
					#menu .flex .box a .pht img {
						width: 100%;
						height: auto;
						-moz-transition: -moz-transform 0.2s linear;
						-webkit-transition: -webkit-transform 0.2s linear;
						-o-transition: -o-transform 0.2s linear;
						-ms-transition: -ms-transform 0.2s linear;
						transition: transform 0.2s linear;
					}
					#menu .flex .box a:hover .pht img {
						-webkit-transform: scale(1.05);
						-moz-transform: scale(1.05);
						-o-transform: scale(1.05);
						-ms-transform: scale(1.05);
						transform: scale(1.05);
					}

	
				#menu .flex .box a .text {
					padding: 20px 50px 0 50px;
					position: relative;
				}
				#menu .flex .box a .text:after {
					font-size: 40px;
					font-family: 'Crimson Text', serif;
					font-weight: 600;
					color: #5d261b;
					position: absolute;
					top: 0;
					left: 0;
				}
				#menu .flex .box:nth-child(1) a .text:after {
					content: "01";
				}
				#menu .flex .box:nth-child(2) a .text:after {
					content: "02";
				}
				#menu .flex .box:nth-child(3) a .text:after {
					content: "03";
				}
				#menu .flex .box:nth-child(4) a .text:after {
					content: "04";
				}
				#menu .flex .box:nth-child(5) a .text:after {
					content: "05";
				}
				#menu .flex .box:nth-child(6) a .text:after {
					content: "06";
				}
				#menu .flex .box:nth-child(7) a .text:after {
					content: "07";
				}
				#menu .flex .box:nth-child(8) a .text:after {
					content: "08";
				}
				#menu .flex .box:nth-child(9) a .text:after {
					content: "09";
				}
				#menu .flex .box:nth-child(10) a .text:after {
					content: "10";
				}
					#menu .flex .box a .text h2 {
						font-size: 143%;
						color: #5d261b;
						margin-bottom: 7px;
					}
	
					#menu .flex .box a .text p {
						color: #101010;
					}

	
	
/* detail
--------------------- */
#detail #contents {
	width: 890px;
}
	#detail #contents .title {
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		padding: 25px 0 20px 0;
	}
		#detail #contents .title .cat {
			font-size: 115%;
			line-height: 1;
			letter-spacing: 3px;
			padding-bottom: 7px;
		}
	
		#detail #contents .title h2 {
			font-size: 32px;
			color: #5d261b;
			line-height: 1;
			letter-spacing: 3px;
		}
	
	
	#detail #contents .read {
		padding-top: 30px;
		padding-bottom: 30px;
		position: relative;
	}
		#detail #contents .read p {
			width: 470px;
			letter-spacing: 2px;
			line-height: 30px;
		}
	
		#detail #contents .read .pht {
			width: 380px;
			position: absolute;
			top: -50px;
			right: 0;
		}
			#detail #contents .read .pht img {
				width: 100%;
				height: auto;
			}
	
	
	#detail #contents .cell {
		padding-top: 35px;
		margin-top: 35px;
		border-top: dashed 1px #ddd;
	}
		#detail #contents .cell h3 {
			font-size: 172%;
			color: #5d261b;
			letter-spacing: 2px;
			line-height: 1.4em;
			margin-bottom: 15px;
		}
	
		#detail #contents .cell p {
			letter-spacing: 2px;
			line-height: 32px;
		}
			#detail #contents .cell p img {
				width: 280px;
				height: auto;
				padding-left: 20px;
				padding-bottom: 15px;
				float: right;
			}
	
	
	#detail #contents .btn {
		padding-top: 60px;
		margin: 0 auto;
	}
	
	
	
	
#detail #localnav {
	width: 260px;
}
	#detail #localnav .tit {
		background: #5d261b;
		text-align: center;
		color: #fff;
		padding: 17px 0;
	}
		#detail #localnav .tit h3 {
			font-size: 14px;
			line-height: 1;
			padding-bottom: 10px;
		}
	
		#detail #localnav .tit p {
			font-size: 115%;
			font-weight: 600;
			line-height: 1;
		}
	
	
	#detail #localnav ul li {
		border-bottom: solid 1px #ddd;
	}
		#detail #localnav ul li a {
			display: block;
			height: 50px;
			line-height: 50px;
			padding-left: 10px;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		#detail #localnav ul li a:hover {
			padding-left: 15px;
		}





}








/* max 800px */
@media only screen and (max-width: 800px) {


	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	background: url(../img/pagetitle/menu.jpg) no-repeat center / cover;
}



 
	
/* menu
--------------------- */
#menu {
	width: 100%;
	padding: 40px 0 0 0;
	position: relative;
}
#menu:after {
	content: "";
	width: 100%;
	height: 430px;
	background: #f7f5f2;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
	#menu .flex {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 5%;
	}
		#menu .flex .box {
			width: 50%;
			margin-bottom: 50px;
		}
			#menu .flex .box a {
				display: block;
			}
				#menu .flex .box a .pht img {
					width: 100%;
					height: auto;
				}

	
				#menu .flex .box a .text {
					padding: 20px 15px 0 0;
				}
					#menu .flex .box a .text h2 {
						font-size: 129%;
						color: #5d261b;
						margin-bottom: 7px;
					}
	
					#menu .flex .box a .text p {
						font-size: 93%;
						color: #101010;
					}

	
	
/* detail
--------------------- */
#detail .inner {
	padding: 0;
}
#detail #contents {
	padding: 20px 5% 40px 5%;
}
	#detail #contents .title {
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		padding: 25px 0 20px 0;
	}
		#detail #contents .title .cat {
			font-size: 100%;
			line-height: 1;
			padding-bottom: 7px;
		}
	
		#detail #contents .title h2 {
			font-size: 150%;
			color: #5d261b;
			line-height: 1;
		}
	
	
	#detail #contents .read {
		padding-top: 20px;
		position: relative;
	}
		#detail #contents .read p {
			font-size: 93%;
			line-height: 2em;
		}
	
		#detail #contents .read .pht {
			padding-bottom: 15px;
		}
			#detail #contents .read .pht img {
				width: 100%;
				height: auto;
			}
	
	
	#detail #contents .cell {
		padding-top: 25px;
		margin-top: 25px;
		border-top: dashed 1px #ddd;
	}
		#detail #contents .cell h3 {
			font-size: 122%;
			color: #5d261b;
			line-height: 1.4em;
			margin-bottom: 15px;
		}
	
		#detail #contents .cell p {
			font-size: 93%;
			line-height: 2em;
		}
			#detail #contents .cell p img {
				width: 50%;
				height: auto;
				padding-left: 10px;
				padding-bottom: 15px;
				float: right;
			}
	
	
	#detail #contents .btn {
		padding-top: 40px;
	}
	
	
	
	
#detail #localnav {
}
	#detail #localnav .tit {
		background: #5d261b;
		text-align: center;
		color: #fff;
		padding: 17px 0;
	}
		#detail #localnav .tit h3 {
			font-size: 14px;
			line-height: 1;
			padding-bottom: 10px;
		}
	
		#detail #localnav .tit p {
			font-size: 115%;
			font-weight: 600;
			line-height: 1;
		}
	
	
	#detail #localnav ul li {
		border-bottom: solid 1px #ddd;
	}
		#detail #localnav ul li a {
			display: block;
			height: 50px;
			font-size: 93%;
			line-height: 50px;
			padding-left: 10px;
		}
	
	




}

	


