@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	color: rgba(50 50 50/ 1.00);
	font-family: serif;
	;
}

ul,
ol {
	list-style-type: none;
}
a{
	text-decoration: none;
}
.pad10{
	padding: 15px;
	text-align: center;
}
.to_home{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 25px;;
	background-color: rgba(121 23 31/ 1.00);
}

	.to_home a{
		display: inline-block;
		width: auto;
		height: 100%;
		padding: 0 20px;
		color: rgba(255 255 255/ 1.00);
		font-family: serif;
		line-height: 25px;
		text-decoration: none;
	}

		header .to_home a{
			margin-right: auto;
		}
		footer .to_home a{
			margin-left: auto;
		}


a.btn_toForm{
	display: inline-block;
	height: 56px;
	padding: 0 20px;
	background-color: rgba(190 20 20/ 1.00);
	border-radius: 5px;
	box-shadow: rgba(0 0 0/ 0.30) 3px 3px 3px;
	color: rgba(255 255 255/ 1.00);
	font-size: 1.5rem;
	line-height: 56px;
	text-decoration: none;
	white-space: nowrap;
}
	a.btn_toForm br{
		display: none;
	}


#header {
	position: relative;
	width: 100%;
	min-height: 200px;
	background-color: rgba(255 255 255/ 1.00);
}

	#header > div {
	position: relative;
		width: 100%;
		height: 50.00vh;
		margin: 0 auto 30px auto;
		border: 1px solid rgba(220 220 220/ 1.00);
		background-image: url(../img/topimage.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

		#header > div > p {
			position: absolute;
		}
			#header_msg{
				position: absolute;
				top: 50%;
				right: 7%;
				display: block;
				height: 280px;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
				-webkit-writing-mode: vertical-rl;
				-ms-writing-mode: tb-rl;
				writing-mode: vertical-rl;
				font: bold normal 2.30rem/1.35 serif;
				text-shadow:
				rgb(255 255 255) 4px 4px 4px,
				rgb(255 255 255) -4px 4px 4px,
				rgb(255 255 255) 4px -4px 4px,
				rgb(255 255 255) -4px -4px 4px;
			}

			#guest{
				bottom: 30px;
				left: 50px;

				width: 200px;
				height: 200px;

				background-image: url(../img/guest.jpg);
				background-position: top center;
				background-size: 110%;
				border-radius: 100%;
			}
				#guest *{
					position: absolute;
					display: block;
				}
					#guest strong{
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						width: 110px;
						height: 36px;
						margin: 58% auto;
						color: red;
						font-size: 1.50rem;
						line-height: 36px;
						text-align: center;
					}
					#guest em{
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						width: 140px;
						height: 36px;
						margin: 76% auto;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 1.00rem;
						line-height: 1.30;
						text-align: center;
						color: black;
   text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}					
	#header > h1 {
		margin: 10px auto;
		text-align: center;
	}
/**
		#header > h1:after {
			content: "";
			width: 85%;
			max-width: 1100px;
			min-width: 960px;

			height: 350px;
			margin: 0 auto;
			background-image: url(../img/logo.jpg);
			background-position: top center;
			background-repeat: no-repeat;
			background-size: contain;
			border: 1px solid red;
		}
**/
		#header > h1 > strong {
			padding: 1.50rem 0;
			color: rgb(190, 20, 20);
			font-size: 2.50rem;
			line-height: 1.50;
		}

main {
	width: 85%;
	max-width: 1100px;
	min-width: 960px;
	margin: 0 auto;
}


[id^=_0] {
	margin-bottom: 50px;
	;
}

#_01 {
	margin-bottom: 30px;
	text-align: center;
}

	#_01 strong {
		font: normal normal 2.00rem/1.35 arial, sans-serif;
	}

	#logo_main {
		display: block;
		max-width: 960px;
		margin: 0 auto;
	}
	@media screen and (max-width: 960px) {
		#logo_main {
			width: 100%;
		}
	}

#_02{
	;
}

	#_02 > ul {
		margin-bottom: 5px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-self: flex-start;
	}
		#_02 > ul > li {
			font-family: sans-serif;
			font-size: 1.10rem;
		}
			#_02 > ul > li:not(:first-child, :last-child):after {
				content: "、";
			}
			#_02 > ul > li:first-child {
				content: "";
			}
			#_02 > ul > li:first-child:after {
				content: "\0020";
				font-size: 0.75rem;
				white-space: pre;
			}

#_03 *{
	font-family: sans-serif;
}
	#_03 > :nth-child(1) {
		font: normal normal 3.00rem arial, sans-serif;
	}

	#_03 > :nth-child(2) {
		font: normal normal 1.25rem arial, sans-serif;
	}

	#_03 > :nth-child(3) {
		font: normal normal 3.00rem arial, sans-serif;
	}

	#_03 > :nth-child(4) {
		font: normal normal 1.00rem arial, sans-serif;
	}
		#_03 > :nth-child(4) > li{
			padding-right: 0.50rem;
			padding-left: 0.50rem;
		}
	#_03 > :nth-child(5) {
		font: normal normal 1.25rem arial, sans-serif;
	}
		#_03 #datetime {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-around;
		}

		#_03 #datetime>li {
			margin: 0 15px;
			width: 40%;
			text-align: center;
		}
			@media screen and (max-width: 960px) {
				#_03 #datetime>li {
					width: 100%;
				}

			}

		#_03 #datetime>li:not(:first-child) dt {

		}
		#_03 #datetime>li:not(:first-child) dt {

		}
		#_03 #datetime>li:first-child {
			margin: 10px 0;
			background: rgba(50 50 50/ 1.00);
			color: rgba(255 255 255/ 1.00);
			font-size: 1.25rem;
		}
#_04{
	;;
}

	#_04 > ul > li {
		width: 44%;
		margin: 0 3%;
	}

		#_04 > ul > li * {
			font-family: Arial, Helvetica, sans-serif;
		}

			#_04 > ul > li dl dt h2 {
				display: flex;
				flex-direction: column;
				position: relative;
				height: 50px;
				margin-top: 30px;
				background: rgba(250 250 250/ 1.00);
				border: 1px solid rgba(150 150 150/ 1.00);
				border-radius: 3px;
				line-height: 50px;
				text-align: center;
			}

				#_04 > ul > li dl dt h2:before {
					content: "";
					position: absolute;
					top: -50px;
					width: 100%;
					height: 40px;
				}

					#_04 > ul > li:nth-child(1) dl dt h2:before {
						content: "2月20日(金)午前中まで受付";
						color: rgba(255 0 0/ 1.00);
						font-size: 90%;
						text-align: center;
					}

			#_04 > ul > li dl dd > * {
				text-align: center;
			}
				#_04 > ul > li dl dd :nth-child(1) {
					font-size: 1.75rem;
				}
				#_04 > ul > li dl dd :nth-child(2),
				#_04 > ul > li dl dd :nth-child(3){
					font-size: 1.25rem;
				}
				#_04 > ul > li dl dd :nth-child(3) {
					color: rgba(255 0 0/ 1.00);
				}



#_05{
	width: 90%;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid rgba(190 20 20/ 1.00);
	border-radius: 5px;
}
	#_05 *{
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		text-align: center;
	}
	#_05 em, #_05 strong{
		display: block;	
	}


	#_05 section:nth-child(1){
		margin-bottom: 20px;;
	}

		#_05 > section > article > p > strong{
			font-size: 2.00rem;
		}
		#_05 > section > article > p > em{
			font-size: 1.50rem;
		}


	#_05 section:nth-child(2) ul > li{
		width: 47%;
	}
		#_05 section:nth-child(2) ul > li strong{
			font-size: 2.00rem;
		}
		#_05 section:nth-child(2) ul > li em{
			font-size: 1.25rem;
		}


#_06{
	;
}
	#_06 *{
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}
	#_06 h2{
		margin-bottom: 20px;
	}

	#_06 article ul#sd{
		margin-bottom: 15px;
		border: 2px solid rgb(120, 180, 140);
		border-radius: 5px;
	}
		#_06 article ul#sd li{
			display: flex;
			flex-direction: column;

			box-sizing: border-box;
			width: calc(90% / 5);
			height: 220px;
			margin: 5px 1%;
			padding-top: 10px;

			font-size: 1.10rem;
		}

			#_06 article ul#sd li:before{
				content: "";
				background-position: top center;
				background-repeat: no-repeat;
				background-size: 80%;
				
				height: 180px;
			}

				#_06 article ul#sd li:nth-child(1):before{
					background-image: url(../img/sd_00.png);
				}
				#_06 article ul#sd li:nth-child(2):before{
					background-image: url(../img/sd_01.png);
				}
				#_06 article ul#sd li:nth-child(3):before{
					background-image: url(../img/sd_02.png);
				}
				#_06 article ul#sd li:nth-child(4):before{
					background-image: url(../img/sd_03.png);
				}
				#_06 article ul#sd li:nth-child(5):before{
					background-image: url(../img/sd_04.png);
				}

#_07{
	;;
}

	#_07 dl,
	#_08 dl,
	#_09 dl{
		width: 40%;
	}
		#_07 dl dt,
		#_08 dl dt,
		#_09 dl dt{
			margin-bottom: 20px;
		}
			#_07 dl dt h2,
			#_08 dl dt h2,
			#_09 dl dt h2{
				font-size: 2.00rem;
				font-weight: bold;
			}
			#_07 dl dt p,
			#_08 dl dt p,
			#_09 dl dt p{
				color: rgba(190 20 20/ 1.00);
				font: bold normal 1.50rem sans-serif;
			}
			#_07 dl dd p,
			#_08 dl dd p,
			#_09 dl dd p,
			#_08 dl dd ul li,
			#_09 dl dd ul li{
				font: normal normal 1.0rem/1.50 arial, sans-serif;
			}
				#_07 dl dd p:nth-child(3){
					padding: 20px 0 0 0;
				}
				#_08 dl dd ul,
				#_09 dl dd ul{
					background-color: rgba(245 245 245/ 1.00);
				}
					#_08 dl dd ul#list-sake-1{
						padding: 1.00rem;
						margin: 20px 0;
						border-radius: 3px;
					}
					#_08 dl dd ul#list-sake-1 + p{
						margin: 0 0 5px 0;
					}
					#_08 dl dd ul#list-sake-2{
						margin: 0px 0 20px 0;
					}
					#_09 dl dd ul#list-food{
						padding: 1.00rem;
						margin: 20px 0;
						border-radius: 3px;
					}
					#_09 dl dd ul#list-food > li{
						margin-right: 0.5rem;
					}


					a#btn_gi_harima {
						display: inline-block;
						height: 40px;
						padding: 0 15px;
						background-color: rgba(235 235 235/ 1.00);
						border-radius: 5px;
						box-shadow: rgba(0 0 0/ 0.30) 3px 3px 3px;
						color:rgb(68, 125, 201);
						font: bold normal 1.35rem sans-serif;
						line-height: 40px;
						text-decoration: none;
					}


	#_07 figure,
	#_08 figure,
	#_09 figure{
		width: 55%;
	}
		#_07 figure img,
		#_08 figure img,
		#_09 figure img{
			width: 100%;
		}



#_10{
	;
}
	#_10 h2{
		margin-bottom: 20px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}
	#_10 > section *:not(h2){
		list-style-type: none;
		font-size: 1.15rem;
	}
	#_10 > section > ul > li{
		margin-bottom: 20px;
	}
	#_10 > section > ul > li > ol > li{
		margin-bottom: 5px;
	}


#_11{
	margin: 50px auto 0 auto;
}
	#_11 h2{
		margin-bottom: 20px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}

	#_11 > section > article > ul > li:nth-child(1){
		width: 50%;
	}
	#_11 > section > article > ul > li:nth-child(2){
		width: 50%;
	}
	@media screen and (max-width: 960px) {
		#_11>section>article>ul>li: nth-child(1),
		#_11>section>article>ul>li: nth-child(2) {
			width: 100%;
		}
	}

	#_11 > section > article > ul > li:nth-child(3),
	#_11 > section > article > ul > li:nth-child(4){
		width: 100%;
		margin-top: 15px;
	}
		#_11 > section > article > ul > li:nth-child(1) img,
		#_11 > section > article > ul > li:nth-child(2) img {
			width: 100%;
		}

		#_11 > section > article > ul > li:nth-child(5){
			display: flex;
			justify-content: center;
			margin-right: auto;
			margin-left: auto;
		}
			#_11 > section > article > ul > li:nth-child(5) > dl{
				display: inline-block;
				padding: 15px 25px;
				margin: 40px auto;
				border: 2px solid rgba(190 20 20/ 1.00);
				border-radius: 5px;
			}
				#_11 > section > article > ul > li:nth-child(5) > dl *{
					border: none;
					font-family: Arial, Helvetica, sans-serif;
					font-style: normal;
					font-weight: normal;
					text-align: center;
				}
					#_11 > section > article > ul > li:nth-child(5) > dl >:nth-child(1):not(a.btn_toForm){
						display: block;
						font-size: 2.00rem;
					}
					#_11 > section > article > ul > li:nth-child(5) > dl >:nth-child(2){
						display: block;
						font-size: 1.10rem;
					}
					#_11 > section > article > ul > li:nth-child(5) > dl >:nth-child(3) a{
						display: inline-block;
					}


	#_11 dt{
		margin-bottom: 10px;
		border-bottom: 2px solid rgba(220 220 220/ 1.00);
		font-size: 2.00rem;
		font-weight: bold;
	}
		#_11 dt p:nth-child(1){
			color: rgba(255 0 0/ 1.00);
		}

	#_11 dd p{
		margin-bottom: 10px;
	}
		#_11 dd p a#btn_akurie_himeji{
			display: inline-block;
			height: 40px;
			padding: 0 15px;
			background-color: rgba(235 235 235/ 1.00);
			border-radius: 5px;
			box-shadow: rgba(0 0 0/ 0.30) 3px 3px 3px;
			color:rgb(68, 125, 201);
			font: bold normal 1.35rem sans-serif;
			line-height: 40px;
			text-decoration: none;
		}

		

/**
 * 20240109追加
 */
#faq {
	padding: 2.00rem;
	margin: 3.00rem auto;
	background: rgba(200 200 200/ 1.00);
}

#faq ol>li {
	padding: 1.00rem;
	margin-bottom: 0.75rem;
	background: rgba(255 255 255/ 1.00);
	border-radius: 5px;
}

#faq ol>li:first-child {
	margin-top: 0.75rem;
}

#faq ol>li:last-child {
	margin-bottom: 0;
}

#faq ol>li>ul>li {
	display: flex;
	font-size: 1.10rem;
}

#faq ol>li>ul>li::before {
	content: "";
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1.50rem !important;
	height: 1.50rem !important;
	margin-right: 1.00rem;
	background: black;
	border-radius: 100%;
	color: white;
}

#faq ol>li>ul>li:nth-child(1) {
	margin-bottom: 0.75rem;
}

#faq ol>li>ul>li:nth-child(1)::before {
	content: "Q";
	background: rgba(215 80 80/ 1.00);
}

#faq ol>li>ul>li:nth-child(2)::before {
	content: "A";
	background: rgba(90 90 150/ 1.00);
}


@media screen and (max-width: 960px){
	body{
/*		background-color: red;*/
	}
	main {
		width: 90%;
		min-width: 780px;
		margin: 0 auto;
	}
	#header > h1{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#_06 article ul#sd li{
		width: calc(90% / 5);
	}
	#_11 > section > article > ul > li:nth-child(1),
	#_11 > section > article > ul > li:nth-child(2),
	#_11 > section > article > ul > li:nth-child(3),
	#_11 > section > article > ul > li:nth-child(4){
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 780px){
	#header > h1 > strong {
		font-size: 1.50rem;
	}
		#header > h1:after {
			content: "";
			background-position: top left;
			background-size: contain;
		}

	main {
		width: 95%;
		min-width: 620px;
		margin: 0 auto
	}


	a.btn_toForm{
		display: inline-block;
		height: auto;
		padding: 10px 20px;
		background-color: rgba(190 20 20/ 1.00);
		border-radius: 5px;
		box-shadow: rgba(0 0 0/ 0.30) 3px 3px 3px;
		color: rgba(255 255 255/ 1.00);
		font-size: 1.5rem;
		line-height: 1.50;
		text-decoration: none;
		white-space: wrap;
	}
		a.btn_toForm br{
			display: inline;
		}
	#_01>p {
		flex-wrap: wrap !important;
	}

	#_01>p>img {}

	#_01>p>img:nth-child(1) {
		width: 70%;
		margin: auto;
	}

	#_01>p>img:nth-child(2) {
		width: 100%;
		margin-bottom: 30px;
	}

	#_04 > ul > li {
		width: 80%;
		margin: 0 auto;
	}
		#_04 > ul > li:nth-child(1) dl dt h2:before {
			font-size: 1.25rem;
		}

	#_02 > ul {
		justify-content:flex-start;
		width: 90%;
		margin: auto;
	}
		#_02 > ul > li{
			font-size: 1.20rem;
		}

		#_04 ul{
		flex-wrap: wrap;
	}

	#_05 section:nth-child(2) ul > li{
		width: 80%;
	}

	#_06 article ul#sd li{
		width: calc(90% / 3);
		height: 240px;
	}
		#_06 article ul#sd li:last-child{
			margin-left: 3.00%;
			margin-right: auto;
		}

	#_07 dl,
	#_08 dl,
	#_09 dl{
		width: 100%;
		margin-bottom: 30px;
	}
	#_08{
		flex-direction: row !important;
	}
	#_07 figure,
	#_08 figure,
	#_09 figure{
		width: 80%;
		margin: 0 auto;
	}
	#_10{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
		#_10 > section > ul > li {
			width: 50%;
		}

	#_11 > section > article > ul > li{
		width: 80%;
		margin: 10px auto;
	}


}


@media screen and (max-width: 640px){
	main {
		width: 95%;
		min-width: 300px;
		margin: 0 auto
	}

	#_05 section:nth-child(2) > article > ul > li {
		width: 100%;
		margin: 0 auto;
	}

	#_06 article ul{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
		#_06 article ul#sd li{
			width: calc(90% / 2);
			height: 270px;
		}
			#_06 article ul#sd li:before{
				height: 180px;;
			}
			#_06 article ul#sd li:last-child{
				margin: 5px 1%;
			}

	#_10{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
		#_10 > section > ul > li {
			width: 100%;
		}
		#_10 > section > ul > li ol li{
			text-align: center;
		}


	#_11 > section > article > ul > li{
		width: 95%;
		margin: 10px auto;
	}


}


/* タブレット 横 */
@media screen and (orientation: landscape) and (max-width: 1270px){
	#header_msg{
		top: 65%;
		right: 7%;
		height: 270px;
		font: bold normal 1.50rem/1.35 serif;
	}

	#guest{
		bottom: 30px;
		left: 50px;

		width: 200px;
		height: 200px;
	}
			#guest strong{
				margin: 58% auto;
				font-size: 1.50rem;
			}
			#guest em{
				margin: 76% auto;
				font-size: 1.00rem;
			}
}


/* スマフォ タテ */
@media screen and (max-width: 780px){
	#header_msg{
		top: 62%;
		right: 0.0%;
		height: 270px;
		font: bold normal 1.50rem/1.35 serif;
	}

	#guest{
		bottom: 10px;
		left: 10px;

		width: 120px;
		height: 120px;
	}
			#guest strong{
				margin: 58% auto;
				font-size: 1.00rem;
			}
			#guest em{
				margin: 80% 0% 0 -5%;
				font-size: 0.850rem;
			}
}




