@charset "UTF-8";

/* ---------------------------- */
/*            初期化            */
/* ---------------------------- */
html *,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-block: 0;
	padding-block: 0;
}

/* ---------------------------- */
/*        共通デザイン          */
/* ---------------------------- */
html {
	font-family: Hiragino Mincho ProN;
}

@font-face {
	font-family: 'ヒラギノ明朝 Pro W3';
	src: url('../fonts/ヒラギノ明朝 Pro W3.otf');
}



a {
	text-decoration: none;
	color: #bbb;
	font-size: 10px;
	line-height: 1em;
}

img {
	width: 100%;
	vertical-align: bottom;
}



h2 {
	font-size: 25px;
	text-align: center;
	line-height: 1em;
}

h3 {
	font-size: 10px;
	text-align: center;
	line-height: 1em;
}

p {
	font-size: 10px;
	text-align: center;
	line-height: 1em;
}

li {
	font-size: 10px;
	text-align: center;
	line-height: 1em;
}

/* ---------------------------- */
/*                              */
/* ---------------------------- */
header {

	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	max-width: 10%;
	margin: 30px 0 30px 0;
}

main {

	margin-left: auto;
	margin-right: auto;
}

.top {
	text-align: center;
}

.photo1 {
	max-width: 70%;
}

.vale {
	text-align: center;
}

.vale h1 {
	font-size: 35px;
	text-align: center;
}

.calender {
	max-width: 600px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	margin-top: 50px;
}

li {
	font-size: 16px;
}

.day {
	min-width: 40px;
	text-align: center;
	float: left;
	list-style-type: none;
	margin: 20px;
}


.container_01 {
	position: relative;
	height: 200px;

}


.scrollbar_01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
}

.scrollbar_01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	top: -200px;
	width: 1px;
	height: 100px;
	background: #911D22;
	animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}

	30% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}

	70% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}


.syouhin {
	background-color: #911D22;
	max-height: 3200px;
	padding-bottom: 200px;
}

.syouhin h1 {
	color: #fff;
}

.choco {
	text-align: center;
}

.item {
	max-width: 50%;
	margin-top: 100px;
}

h1 {
	font-size: 32px;
	color: #911D22;
	width: 70%;
	height: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-bottom: 1px solid #fff;
	line-height: 1em;
}

.syoukai {
	font-size: 17px;
	line-height: 1.5em;
	margin-top: 40px;
	color: #fff;
}




.container_02 {
	position: relative;
	height: 200px;
	margin-top: 100px;
}

.scrollbar_02 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
}

.scrollbar_02::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	top: -200px;
	width: 1px;
	height: 100px;
	background: #fff;
	animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}



.group {
	height: 30%;
	width: 100%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid black;*/
	display: flex;
	/* 子要素を均等な幅で配置 */
	justify-content: space-around;
}

.oya {
	width: 30%;
	height: 100%;
	padding: 20px;
	padding-bottom: 50px;
	text-align: center;
	/*border: 1px solid #ccc;*/
}

.oya h2 {
	color: #fff;
}

.choco1,
.choco2,
.choco3 {
	max-width: 40%;
	min-width: 40%;
}

.aji {
	font-size: 17px;
	margin-top: 10px;
	color: #fff;
	padding-bottom: 10px;
}

.tyumon {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	background-color: #fff;
	text-align: center;
}

a {
	font-size: 25px;
	color: #911D22;
	line-height: 1.9em;
}




.bun1 {
	font-size: 24px;
	margin-top: 200px;
	line-height: 1.3em;
}

.bun2 {
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.2em;
}

.container_03 {
	position: relative;
	height: 200px;
	margin-top: 40px;
	margin-bottom: 50px;
}

.scrollbar_03 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
}

.scrollbar_03::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	top: -200px;
	width: 1px;
	height: 100px;
	background: #000;
	animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}





.cm {
	font-size: 25px;
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	border-bottom: 1px solid #911D22;
	color: #911D22;
}

.calm1 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #911D22;
}

.hope{
	text-align: center;
	margin: 0 auto;
	width: 60%;
	height: 400px;
	display: block;
}






.calm2 {
	font-size: 17px;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 100px;
	color: #911D22;
}


.map {
	max-width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #000;
}

.logo2 {
	max-width: 10%;
	margin: 30px 0 30px 0;
}

.jusyo {
	font-size: 18px;
	line-height: 1.5em;
}

iframe {
	margin-top: 30px;
	max-width: 70%;
	min-width: 70%;
}


footer {
	height: 100px;
	margin-top: 100px;
	background-color: #911D22;
	display: flex;
	align-items: center;
	justify-content: center;
}


footer p {
	font-size: 20px;
	color: #fff;
}



/*--------------------------*/
/*          スマホ版         */
/*-------------------------*/
@media (width <=640px) {

	.logo{
		max-width: 20%;
	}
	.vale h1 {
		font-size: 20px;
		line-height: 0.9em;
		text-align: center;
	}


	.calender{
		max-width: 90%;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.day{
		margin: 5px;
	}
	.calender li{
		font-size: 15px;
	}


	.item {
		max-width: 70%;
	}

	.syouhin{
		margin-bottom: 30px;
	}
	.syouhin h1 {
		font-size: 20px;
	}

	.syoukai {
		width: 85%;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}

	.syoukai {
		font-size: 13px;
	}

	.choco1,
	.choco2,
	.choco3{
		max-width: 100%;
	}
	.oya{
		padding: 1%;
	}
	.oya h2{
		font-size: 17px;
	}
	.oya p{
		font-size: 15px;
	}
	.tyumon{
		margin-top: 30px;
		max-width: 70%;
	}
	.tyumon a{
		
		font-size: 17px;
	}
	

	.bun1{
		font-size: 17px;
		margin-top: 50px;
	}
	.bun2{
		font-size: 15px;
		max-width: 85%;
		margin-right: auto;
		margin-left: auto;
	}


	



	.cm{
		width: 70%;
		font-size: 17px;
	}
	.calm1{
		font-size: 17px;
	}
	.hope{
		height: 200px;
	}

	.logo2{
		width: 30%;
		max-width: 100%;
	}
	.jusyo{
		font-size: 15px;
	}
	.iframe{
		width: 100%;
	}

	footer p{
		font-size: 15px;
	}
}






/*-------------------*/
/*注文フォームはこちらから*/
/*-------------------*/
.tops{
	background-color: #911D22;
}
.logo3{
	max-width: 100px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.momo{
	height: 1300px;
	/*background-color: #bbb;*/
}
.momo main{
	max-width: 50%;
	margin: 0 auto;
	margin-bottom: 100px;
	padding: 100px 30px;
	
}
.momo h1{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 70px;
	color: #000;
	font-size: 30px;

}


.show{
	margin-bottom: 70px;
}
.req{
	font-size: 15px;
	color: #fff;
	line-height: 1em;
	background-color: #911D22;
}
.order{
	width: 100px;
}
.name{
	width: 300px;
}
.jusyo1{
	width: 200px;
}
.jusyo2{
	width: 400px;
}
.denwa{
	width: 300px;
}
.date{
	width: 200px;
}
dl{
	max-width: 70%;
	margin-right: auto;
	margin-left: auto;

}
dt{
	font-size: 19px;
	font-weight: bold;
}
dd{
	margin-bottom: 10px;
}
p{
	font-size: 16px;
}

.name,
.denwa,
.jusyo2,
.order
{
	background-color: #F2F2F2;
}


.general{
	font-size: 20px;
}


.denwa{
	margin-bottom: 30px;
}
.jusyo2{
	margin-bottom: 30px;
}

.list{
	margin-bottom: 30px;
}
.date{
	margin-bottom: 20px;
}
.time{
	margin-bottom: 20px;
}
.liner{
	margin-bottom: 40px;
}

dd{
	margin-bottom: 30px;
}
dd p{
	text-align: left;
}

span{
	margin-left: 10px;
	padding: 4px;
}

.label{
	font-size: 19px;
}
.btn{
	background-color: #911D22;
	color: #fff;
	max-width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 200px;
	text-align: center;
	margin: 0 auto;
	display: block;

}



/**-----------------**/
/*　　　スマホ版　　　　*/
@media (width <=640px) {

	
	.momo h1{
		font-size: 25px;
	}
	.general{
		font-size: 17px;
	}
	dt{
	font-size: 25px;
	font-weight: bold;
    }
	.name,
	.denwa,
	.jusyo2{
		width: 80%;
	}
	.btn{
		margin-top: 50px;
		max-width: 600px;
	}
}

