@charset "UTF-8";

/*-------------------------------

 index.html

-------------------------------*/


/* mv
-------------------------------*/

#top #mv .wrap {
	position: relative;
	max-height: 670px;
	width: 100%;
	height: 58.72vw;
}

#top #mv .inner {
	background: url(../img/mv-photo01.png) center top 23px no-repeat;
	background-size: 100% auto;
}

#top #mv .inner img {
	position: absolute;
	top: 235px;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 550px;
	width: 55%;
}

#top #mv .plane {
	right: -200px;
}

@media screen and (max-width: 1600px) {
	#top #mv .wrap {
		margin: 0 auto;
		width: 1100px;
	}
	#top #mv .inner {
		margin: 0 auto;
		width: 100%;
	}
	#top #mv .bird {
		top: 325px;
		left: -180px;
	}
	#top #mv .plane {
		top: 40px;
		right: -440px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
	#top #mv .wrap {
		width: 100%;
	}
	#top #mv .inner {
		margin: 0 auto;
		width: 92%;
		background-size: 100%;
	}
	#top #mv .inner img {
		top: 18vw;
	}
}

@media screen and (max-width: 768px) {
	#top #mv {
		height: 80vw;
	}
	#top #mv .wrap {
		width: 100%;
		height: 100%;
	}
	#top #mv .inner {
		background: url(../img/mv-photo01-sp.png) center top 0 no-repeat;
		background-position: center top 4.5vw;
		background-size: 92%;
	}
	#top #mv .inner img {
		top: auto;
		bottom: 14vw;
		width: 80%;
	}
	#top #mv .plane {
		top: 20px;
		right: -50px;
		width: 50vw;
	}
	#top #mv .plane img {
		width: 100%;
		height: auto;
	}
}


/*　コンテンツ
-------------------------------*/

#top #greeting {
	background: #fff;
}

#top #greeting .inner {
	padding: 70px 4% 75px;
}

#top #greeting h2 {
	margin-bottom: 50px;
	color: #faa30c;
}

#top #greeting h2 span {
	color: #80c204;
}

#top #greeting h2 .space {
	padding-right: .5em;
}

#top #greeting h2 .space br {
	display: none;
}

#top #greeting p {
	text-align: center;
	text-shadow: 0 0 4px white;
	line-height: 2.5;
}

#top #greeting p span {
	font-weight: bold;
}

#top #greeting p .pk {
	color: #f164af;
}

#top #greeting p .bl {
	color: #16bdf7;
}

#top #greeting p .gr {
	color: #80c204;
}

#top #greeting p .or {
	color: #f79d00;
}

#top #greeting p:not(:last-of-type) {
	margin-bottom: 20px;
}

#top #top-minbnr .inner {
	background: url(../img/parts-flower01.svg) left top 60px no-repeat;
	background-size: 35px auto;
}

#top #top-minbnr ul {
	display: flex;
	display: -webkit-flex;

	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#top #top-minbnr ul li {
	margin: 0 30px;
	max-width: 280px;
	width: 100%;
}

#top #top-minbnr ul li img {
	width: 100%;
	vertical-align: bottom;
}

#top #top-minbnr ul li a {
	-webkit-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-moz-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-o-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
}

#top #top-minbnr ul li a:hover {
	opacity: .6;
}

#top #top-bigbnr .inner::before {
	position: absolute;
	top: -60px;
	right: 0;
	display: block;
	width: 77px;
	height: 77px;
	background: url(../img/parts-flower02.svg);
	background-position: center;
	background-size: 77px auto;
	content: "";
}

#top #top-bigbnr ul {
	display: flex;
	display: -webkit-flex;

	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#top #top-bigbnr ul li {
	margin: 0 30px;
	max-width: 450px;
	width: 100%;
}

#top #top-bigbnr ul li img {
	width: 100%;
	vertical-align: bottom;
}

#top #top-bigbnr ul li a {
	-webkit-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-moz-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-o-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
}

#top #top-bigbnr ul li a:hover {
	opacity: .6;
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
	#top #top-minbnr .inner {
		background-position: 20px 40px;
		background-size: 25px auto;
	}
	#top #top-minbnr ul li {
		margin: 0 15px 10px;
	}
	#top #top-bigbnr .inner::before {
		top: -40px;
		right: 20px;
		width: 55px;
		height: 55px;
		background-size: 55px auto;
	}
}

@media screen and (max-width: 768px) {
	#top #greeting .inner {
		padding: 35px 4% 40px;
	}
	#top #greeting h2 {
		margin-bottom: 20px;
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.5;
	}
	#top #greeting h2 .space {
		padding-right: 0;
	}
	#top #greeting h2 .space br {
		display: inherit;
	}
	#top #greeting p {
		line-height: 1.8;
	}
	#top #greeting p .spnone {
		display: none;
	}
	#top #greeting p:not(:last-of-type) {
		margin-bottom: 15px;
	}
	#top #top-minbnr .inner {
		background-position: left 10% bottom 20%;
		background-size: 7% auto;
	}
	#top #top-minbnr ul {
		width: 100%;

		-webkit-box-flex-wrap: wrap;
		-moz-box-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#top #top-minbnr ul li {
		margin: 0 auto;
		width: calc(50% - 10px);
	}
	#top #top-minbnr ul li:nth-of-type(2n) {
		margin-left: 20px;
	}
	#top #top-minbnr ul li:not(:last-of-type) {
		margin-bottom: 5px;
	}
	#top #top-bigbnr .inner::before {
		top: -10vw;
		right: 5%;
		width: 15vw;
		height: 15vw;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#top #top-bigbnr ul {
		display: block;
	}
	#top #top-bigbnr ul li {
		max-width: 100%;
		width: auto;
	}
	#top #top-bigbnr ul li:first-of-type {
		margin-bottom: 15px;
	}
}


/*-------------------------------

下層共通

-------------------------------*/

.kasou #mv.kasou-mv .wrap {
	max-height: 320px;
	height: 30vw;
}

.kasou #mv.kasou-mv .inner {
	display: flex;
	display: -webkit-flex;

	-webkit-box-align-items: center;
	-moz-box-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.kasou #mv.kasou-mv .inner span {
	display: block;
	margin-bottom: 5vw;
	padding: 20px 0 20px .5em;
	border-radius: 30px;
	background: #fff;
	color: #f79d00;
	letter-spacing: .5em;
	font-weight: 800;
	font-size: 48px;
	font-size: 3rem;
	font-family: "Rounded Mplus 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
	.kasou #mv.kasou-mv .wrap {
		height: 35vw;
	}
	.kasou #mv.kasou-mv .plane {
		display: none;
	}
	.kasou #mv.kasou-mv .inner span {
		margin-bottom: 10vw;
		padding: 10px .25em 10px .5em;
		border-radius: 16px;
		letter-spacing: .25em;
		font-weight: 700;
		font-size: 8vw;
	}
}


/* 当園案内
-------------------------------*/

#about #policy dd {
	margin-bottom: 40px;
	padding: 30px;
	border: 3px dashed #ffe6d2;
	background: #fff;
}

#about #policy .indent1e:not(:last-of-type) {
	margin-bottom: 10px;
}

#about #policy .mokuhyo {
	background: url(../img/about-policy02.png) right top no-repeat, #fff;
	background-size: auto contain;
}

#about #policy .mokuhyo li:not(:last-of-type) {
	margin-bottom: 10px;
}

#about #snap ul {
  width: 100%;
	display: flex;
	display: -webkit-flex;

	-webkit-box-justify-content: space-between;
	-moz-box-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-flex-wrap: wrap;
	-moz-box-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#about #snap ul li {
  width: 22%;
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	font-size: 14px;
}

#about #snap ul li figcaption {
	padding: 20px 0 10px;
	text-align: center;
}

#about #snap ul li::before,
#about #snap ul li::after,
#about #snap ul figure::before,
#about #snap ul figure::after {
	position: absolute;
	color: #d4d42a;
	content: "●";
	font-size: 14px;
}

#about #snap ul li::before {
	top: 3px;
	right: 3px;
}

#about #snap ul li::after {
	top: 3px;
	left: 3px;
}

#about #snap ul figure::before {
	right: 3px;
	bottom: 3px;
}

#about #snap ul figure::after {
	bottom: 3px;
	left: 3px;
}

#about #snap ul figure img {
  width: 100%;
}

#about #download .txt {
	margin-bottom: 10px;
	text-align: center;
}

#about #download ul {
	display: flex;
	display: -webkit-flex;
  flex-wrap: wrap;
	padding: 10px 0;
	border: 3px dashed #ffe6d2;
	background: #fff;

	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#about #download ul li {
	margin: 10px;
	max-width: 100%;
	width: 340px;
}

#about #download ul li a {
	display: block;
	padding: 20px 0;
	width: 100%;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	font-size: 20px;
	font-size: 1.25rem;
}

#about #download ul li:first-of-type a {
	background: #f164af;
}

#about #download ul li:nth-of-type(2) a {
	background: #f79d00;
}

#about #download ul li:nth-of-type(3) a {
	background: #80c204;
}

#about #download ul li:nth-of-type(4) a {
	background: #16bdf7;
}

#about #download ul li:nth-of-type(5) a {
	background: #d27821;
}

#about #download ul li:first-of-type a:hover {
	background: #fcc4e2;
}

#about #download ul li:nth-of-type(2) a:hover {
	background: #ffcf78;
}

#about #download ul li:nth-of-type(3) a:hover {
	background: #b7ee4f;
}

#about #download ul li:nth-of-type(4) a:hover {
	background: #71d9fc;
}

#about #download ul li:nth-of-type(5) a:hover {
	background: #e9a15c;
}

#about #info ul {
	display: flex;
	display: -webkit-flex;

	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#about #info .access {
	margin-right: 30px;
	padding: 30px;
	border: 3px dashed #ffcf78;
	background: #fff;
}

#about #info .access table {
	margin-bottom: 15px;
	width: 460px;
}

#about #info .access table tr {
	border: 1px solid #ffe6d2;
}

#about #info .access table tr:nth-of-type(odd) {
	background: #ffffcc;
}

#about #info .access table th {
	width: 100px;
	text-align: right;
}

#about #info .access table th,
#about #info .access table td {
	padding: 8px;
	line-height: 1.5;
}

#about #info .access table td {
	padding-left: 0;
}

#about #info .access .voice {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	margin: 75px 15px 0 0px;
	width: 165px;
	text-align: center;
	text-shadow: 0 0 2px white;
}

#about #info .access .voice span {
	color: #f164af;
	font-weight: bold;
}

#about #info .access .voice::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	display: block;
	width: 165px;
	height: 165px;
	border: 1px dashed #faa30c;
	border-radius: 50%;
	background: #fff0d2;
	box-shadow: 0px 0px 0px 5px #fff0d2;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#about #info .gmap {
	box-sizing: border-box;
	width: 483px;
	height: 100%;
	border: 3px dashed #ffcf78;
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
	#about #snap ul {
		-webkit-box-justify-content: center;
		-moz-box-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#about #snap ul li {
		margin: 0 20px 20px;
	}
	#about #info ul {
		display: block;
	}
	#about #info .access {
		margin: 0 auto 35px;
		width: 460px;
	}
	#about #info .gmap {
		margin: 0 auto;
		width: 490px;
		height: 300px;
	}
}

@media screen and (max-width: 768px) {
	#about #policy dd {
		margin-bottom: 25px;
		padding: 2% 3%;
	}
	#about #policy .mokuhyo {
		background: #fff;
	}
	#about #snap ul {
		-webkit-box-justify-content: center;
		-moz-box-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align-items: flex-start;
		-moz-box-align-items: flex-start;
		-ms-align-items: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#about #snap ul li {
		margin-bottom: 10px;
		padding: 5px;
		width: calc(50% - 20px);
	}
	#about #snap ul li:nth-of-type(2n) {
		margin-left: 10px;
	}
	#about #snap ul li img {
		width: 100%;
	}
	#about #snap ul li figcaption {
		padding: 10px 0 10px;
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.5;
	}
	#about #snap ul li::before,
	#about #snap ul li::after,
	#about #snap ul figure::before,
	#about #snap ul figure::after {
		font-size: 7px;
	}
	#about #snap ul li::before {
		top: 2px;
		right: 2px;
	}
	#about #snap ul li::after {
		top: 2px;
		left: 2px;
	}
	#about #snap ul figure::before {
		right: 2px;
		bottom: 2px;
	}
	#about #snap ul figure::after {
		bottom: 2px;
		left: 2px;
	}
	#about #download ul {
		display: block;
		padding: 4%;
	}
	#about #download ul li {
		margin: 0;
		margin-bottom: 10px;
		max-width: inherit;
		width: 100%;
	}
	#about #download ul li:last-of-type {
		margin-bottom: 0;
	}
	#about #download ul li a {
		padding: 15px 0;
		font-size: 18px;
		font-size: 1.125rem;
	}
	#about #info ul {
		display: block;
	}
	#about #info .access {
		margin-right: 0;
		margin-bottom: 15px;
		width: auto;
	}
	#about #info .access table {
		width: 100%;
	}
	#about #info .access table th {
		width: 75px;
	}
	#about #info .access .voice {
		margin: 0;
		margin-bottom: 15px;
		padding: 5px 0;
		width: 100%;
		background: #fff0d2;
	}
	#about #info .access .voice br {
		display: none;
	}
	#about #info .access .voice::before {
		display: none;
	}
	#about #info .access img {
		width: 100%;
	}
	#about #info li {
		width: 100%;
	}
	#about #info .gmap {
		width: 100%;
		height: 280px;
	}
	#about #info .company-table {
		margin-bottom: 30px;
		width: 100%;
	}
	#about #info .company-table th {
		width: 85px;
	}
}


/* 入園の流れ
-------------------------------*/

#addmission #guide .link {
	margin-bottom: 40px;
	text-align: center;
}

#addmission #guide .link p {
	margin-bottom: 20px;
}

#addmission #guide .link div {
	display: inline-block;
	padding: 30px;
	border: 3px dashed #ffe6d2;
	background: #fff;
}

#addmission #guide .link div h3 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: linear-gradient(transparent 60%, #ffffcc 0%);
}

#addmission #guide .link div a {
	color: #0290bf;
	text-decoration: underline;
	line-height: 1.5;
}

#addmission #guide .link div a:hover {
	color: #cc2f83;
}

#addmission #guide dd {
	margin-bottom: 40px;
	padding: 30px;
	border: 3px dashed #ffe6d2;
	background: #fff;
}

#addmission #guide .daytime p:not(:last-of-type) {
	margin-bottom: 10px;
}

#addmission #guide .daytime span {
	color: #d18500;
	font-weight: 500;
	font-size: 1.05em;
}

#addmission #guide .price li:not(:last-of-type) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px dashed #ffe6d2;
}

#addmission #guide .price h4 {
	margin-bottom: 10px;
	color: #d18500;
	font-weight: 500;
	font-size: 1.2em;
}

#addmission #guide .price p {
	padding-left: 1.2em;
}

#addmission #guide .price .txt {
	margin-bottom: 5px;
}

#addmission #guide .price .note {
	color: #cc2f83;
	font-size: .85em;
}

#addmission #guide .food {
	background: url(../img/add-info01.png) right top -50px no-repeat, #fff;
	background-size: auto contain;
}

#addmission #guide .food .indent1e:not(:last-of-type) {
	margin-bottom: 10px;
}

#addmission #flow table {
	margin: 0 auto;
	background: #fff;
}

#addmission #flow table tr {
	border: 3px dashed #ffcf78;
}

#addmission #flow table tr:not(:last-of-type) th,
#addmission #flow table tr:not(:last-of-type) td {
	border-bottom: 3px dashed #ffe6d2;
}

#addmission #flow table th,
#addmission #flow table td {
	padding-top: 25px;
	padding-bottom: 25px;
	width: auto;
	vertical-align: middle;
	line-height: 1.5;
}

#addmission #flow table th {
	width: 210px;
}

#addmission #flow table th p {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 35px 0;
	padding-top: 10px;
	color: #664100;
	text-shadow: 0 0 2px white;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Baloo", cursive;
	line-height: 1;
}

#addmission #flow table th p::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	display: block;
	width: 100px;
	height: 100px;
	border: 1px dashed #faa30c;
	border-radius: 50%;
	background: #fff0d2;
	box-shadow: 0px 0px 0px 5px #fff0d2;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#addmission #flow table th p span {
	display: block;
	padding-top: 5px;
	color: #f164af;
	font-size: 34px;
	font-size: 2.125rem;
}

#addmission #flow table td {
	padding-right: 60px;
}

#addmission #flow table td p:not(.note) {
	font-weight: 600;
	font-size: 1.25em;
}

#addmission #flow table td .note {
	margin-top: 10px;
	padding: 10px;
	border: 3px dashed #ffcf78;
	border-radius: 8px;
	background: #ffffcc;
	font-size: .85em;
}

#addmission #flow table td .note span {
	display: block;
	margin-bottom: 5px;
	color: #cc2f83;
	font-weight: 500;
	font-size: 1.2em;
}

#addmission #flow table .step3 td:nth-of-type(2) {
	padding-left: 40px;
	border-bottom: 3px dashed #ffcf78;
	text-align: right;
}

#addmission #flow table .add-flow-img02 {
	padding-top: 80px;
}

@media screen and (max-width: 768px) {
	#addmission #guide dd {
		margin-bottom: 25px;
		padding: 2% 3%;
	}
	#addmission #guide .daytime p:not(:last-of-type) {
		margin-bottom: 10px;
	}
	#addmission #guide .daytime span {
		display: block;
		font-size: 1.1em;
		line-height: 1.3;
	}
	#addmission #guide .price li:not(:last-of-type) {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#addmission #guide .price h4 {
		margin-top: 3px;
		margin-bottom: 5px;
	}
	#addmission #guide .price .txt {
		margin-bottom: 5px;
	}
	#addmission #guide .price .note {
		color: #cc2f83;
		font-size: .85em;
	}
	#addmission #guide .food {
		background: #fff;
	}
	#addmission #flow table {
		width: 100%;
		table-layout: fixed;
	}
	#addmission #flow table tr {
		box-sizing: border-box;
	}
	#addmission #flow table th {
		width: 80px;
		vertical-align: middle;
	}
	#addmission #flow table th p {
		margin: 17px 0;
		padding-top: 5px;
		width: 100%;
		font-size: 15px;
		font-size: 0.9375rem;
	}
	#addmission #flow table th p span {
		padding-top: 0;
		font-size: 22px;
		font-size: 1.375rem;
	}
	#addmission #flow table th p::before {
		width: 50px;
		height: 50px;
	}
	#addmission #flow table td {
		padding-right: 15px;
		width: 100%;
		border-right: 3px dashed #ffcf78;
	}
	#addmission #flow table td p:not(.note) {
		text-align: center;
	}
	#addmission #flow table td:nth-of-type(2) {
		display: none;
	}
	#addmission #flow .inner::after {
		display: block;
		margin-top: 10px;
		width: 100%;
		height: 50vw;
		background: url(../img/add-flow01.png) right bottom no-repeat;
		background-position: center;
		background-size: contain;
		content: "";
	}
}


/* 一日の流れ
-------------------------------*/

#day #d-flow .frame {
	padding: 30px;
	border: 3px dashed #ffe6d2;
	background: #fff;
}

#day #d-flow .frame img {
	max-width: 100%;
}

#day #d-flow .day_box {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 20px;

	-webkit-box-justify-content: space-between;
	-moz-box-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align-items: center;
	-moz-box-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

#day #d-flow .day_time {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}

#day #d-flow .day_time br {
	display: none;
}

#day #d-flow .day_img {
	width: 22%;
}

#day #d-flow .order {
	order: -1;
}

#day #d-flow .day_dl dt {
	display: inline-block;
	margin-bottom: 40px;
	width: 160px;
}

#day #d-flow .day_dl dt span {
	display: inline-block;
	margin-right: 20px;
	width: 50px;
	vertical-align: middle;
}

#day #d-flow .day_dl dt p {
	display: inline-block;
	color: #d18500;
	vertical-align: middle;
	letter-spacing: 1.5px;
	font-size: 24px;
	font-family: "Baloo", cursive;
	line-height: 1;
}

#day #d-flow .day_dl dd {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	position: relative;
}

#day #d-flow .note {
	padding: 30px;
	border: 3px dashed #ffcf78;
	border-radius: 8px;
	background: #ffffcc;
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
	#day #d-flow .day_dl dd {
		margin-bottom: 30px;
		padding-left: 70px;
	}
	#day #d-flow .day_dl dt {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	#day #d-flow .frame {
		padding: 3%;
	}
	#day #d-flow .day_box {
		margin: 0 auto 25px;

		-webkit-box-flex-wrap: wrap;
		-moz-box-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-justify-content: center;
		-moz-box-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#day #d-flow .day_time {
		float: none;
		width: 100%;
	}
	#day #d-flow .day_time br {
		display: inherit;
	}
	#day #d-flow .day_img {
		float: none;
		margin: 0 1%;
		width: 48%;
	}
	#day #d-flow .day_dl {
		width: 100%;
	}
	#day #d-flow .order {
		order: inherit;
	}
	#day #d-flow .day_dl dt {
		margin-bottom: 15px;
		width: 48%;
	}
	#day #d-flow .day_dl dt:last-of-type {
		margin-bottom: 15px;
	}
	#day #d-flow .day_dl dt span {
		margin-right: 10px;
		width: 40px;
	}
	#day #d-flow .day_dl dt p {
		font-size: 22px;
	}
	#day #d-flow .day_dl dd {
		width: 48%;
		font-size: 17px;
	}
	#day #d-flow .note {
		padding: 2% 3%;
	}
}


/* 年間行事
-------------------------------*/

#event #events ul {
	display: flex;
	display: -webkit-flex;

	-webkit-box-flex-wrap: wrap;
	-moz-box-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-justify-content: space-between;
	-moz-box-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#event #events li {
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 40px;
	width: 350px;
	border-color: #ffcf78;
	border-bottom: 3px dashed #ffe6d2;
	background: #fff;
}

#event #events li h3 {
	padding: 8px 10px;
	background: #faa30c;
	color: #fff;
}

#event #events li figure {
	display: block;
	padding: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: auto;
	height: 100%;
	border-right: 3px solid #ffe6d2;
	border-left: 3px solid #ffe6d2;
}

#event #events li figcaption {
	line-height: 1.5;
}

#event #events li img {
	padding-bottom: 15px;
	width: 100%;
}

#event #events li a {
	-webkit-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-moz-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	-o-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
	transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
}

#event #events li a:hover {
	opacity: .7;
}

#event #events li:nth-of-type(4n-3) {
	border-color: #fcc4e2;
}

#event #events li:nth-of-type(4n-3) h3 {
	background: #f164af;
}

#event #events li:nth-of-type(4n-1) {
	border-color: #b7ee4f;
}

#event #events li:nth-of-type(4n-1) h3 {
	background: #80c204;
}

#event #events li:nth-of-type(4n) {
	border-color: #71d9fc;
}

#event #events li:nth-of-type(4n) h3 {
	background: #16bdf7;
}

#event #events .gourmet {
	flex-grow: 2;
	-webkit-flex-grow: 2;
}

#event #events .gourmet div {
	display: flex;
	display: -webkit-flex;
	height: 100%;
	border-right: 3px solid #ffe6d2;
	border-left: 3px solid #ffe6d2;

	-webkit-box-justify-content: space-between;
	-moz-box-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#event #events .gourmet figure {
	border: none;
}

#event #events .gourmet img {
	width: 324px;
}

#event #events .gourmet p {
	padding: 15px 10px 10px 10px;
}

#event #events .birth {
	margin-right: 25px;
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
	#event #events ul {
		-webkit-box-justify-content: center;
		-moz-box-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#event #events li {
		margin-right: 20px;
		margin-left: 20px;
	}
	#event #events .gourmet {
		flex-grow: 0;
		-webkit-flex-grow: 0;
	}
	#event #events .gourmet figure {
		padding-bottom: 0;
		height: auto;
	}
	#event #events .gourmet div {
		display: block;
	}
	#event #events .gourmet p {
		padding-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#event #events ul {
		display: block;
	}
	#event #events li {
		margin-bottom: 20px;
		width: 100%;
		border: none;
	}
	#event #events li h3 {
		padding: 10px;
		width: auto;
		text-align: left;
		letter-spacing: .15em;
	}
	#event #events li figure {
		display: inline-flex;
		display: -webkit-inline-flex;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		border-bottom: 3px dashed #ffe6d2;
		border-bottom-color: #ffcf78;

		-webkit-box-align-items: center;
		-moz-box-align-items: center;
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#event #events li figure br {
		display: none;
	}
	#event #events li a {
		padding-right: 10px;
		padding-bottom: 0;
		max-width: 200px;
		width: 50%;
	}
	#event #events li img {
		padding-bottom: 0;
		width: 100%;
	}
	#event #events li figcaption {
		width: 50%;
	}
	#event #events li:nth-of-type(4n-3) figure {
		border-bottom-color: #fcc4e2;
	}
	#event #events li:nth-of-type(4n-3) h3 {
		background: #f164af;
	}
	#event #events li:nth-of-type(4n-1) figure {
		border-bottom-color: #b7ee4f;
	}
	#event #events li:nth-of-type(4n-1) h3 {
		background: #80c204;
	}
	#event #events li:nth-of-type(4n) figure {
		border-bottom-color: #71d9fc;
	}
	#event #events li:nth-of-type(4n) h3 {
		background: #16bdf7;
	}
	#event #events .birth a {
		display: block;
		margin: 0 auto;
	}
	#event #events .gourmet div {
		display: block;
		width: auto;
		border-bottom: 3px dashed #ffe6d2;
		border-bottom-color: #ffcf78;
	}
	#event #events .gourmet figure {
		width: 100%;
		height: auto;
	}
	#event #events .gourmet a {
		display: block;
		margin: 0 auto;
	}
	#event #events .gourmet img {
		max-width: 200px;
		width: 100%;
	}
	#event #events .gourmet p {
		padding-top: 0;
	}
}


/*# sourceMappingURL=style.css.map */




/* 20190122追加 */
.btn02 {
  margin: 0 auto;
  text-align: center;
}
.btn02 a {
  padding: 10px 20px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #faa30c;
    color: #fff;
    vertical-align: middle;
    font-size: 25px;
  font-weight: bold;
    -webkit-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
    -moz-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
    -o-transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
    transition: all 0.1s cubic-bezier(0.205, 0.635, 0.4, 0.89);
}

#eyu-kai #download .txt {
    margin-bottom: 10px;
    text-align: center;
}
#eyu-kai #download ul {
    display: flex;
  flex-wrap: wrap;
    display: -webkit-flex;
    padding: 15px 0;
    border: 3px dashed #ffe6d2;
    background: #fff;
    -webkit-box-justify-content: center;
    -moz-box-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#eyu-kai #download ul li {
  margin: 0 10px;
  max-width: 100%;
  width: 250px;
  height: 100px;
  display: table;
  background-color: #f9d9ea;
  border-radius: 8px;
  margin-bottom: 20px;
}
#eyu-kai #download ul li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
#eyu-kai #download ul li a {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  letter-spacing: .05em;
  font-size: 20px;
  font-size: 1rem;
}
.oyatsu {
	display: block;
    position: absolute;
    top: 1.6em;
    font-size: 80%;
}


/* 20220727追加 */
#greeting .inner {
  position: relative;
}
#greeting .inner:before,
#greeting .inner:after {
  content: "";
  width: 184px;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#greeting .inner:before {
  background-image: url(../img/greeting-img-l.png);
  left: -10px;
}
#greeting .inner:after {
  background-image: url(../img/greeting-img-r.png);
  right: -10px;
}

@media screen and (max-width: 768px) {
  #top #greeting h2 {
    position: relative;
    z-index: 1;
  }
  
  #greeting .inner:before,
  #greeting .inner:after {
    width: 67px;
    height: 130px;
    top: 0;
    bottom: inherit;
    z-index: 0;
  }
  #greeting .inner:before {
    left: 0;
  }
  #greeting .inner:after {
    right: 0;
  }
}