@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*
font-family: 'Figtree', sans-serif;　　300 to 900
font-family: "Zen Maru Gothic", sans-serif;　300 400 500 700 900
*/
li {list-style:none;}
img {border:0;}
a {color:#000; outline: none;}

h1, h2, h3, h4, ul, p, figure {margin:0; padding:0;}

html {
 height:100%;
	scroll-behavior: auto;
}

.orik {display: inline-block;}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	margin: 0 auto;
	padding:0;
	color:#4e3e13;
	line-height:160%;
	font-family: 'Figtree','Zen Maru Gothic', 'Figtree',sans-serif;
	font-weight: 500;
	font-size:16px;
	background-color: #f7eeeb;
	width: 100%;
	max-width: 100vw !important;
	overflow-x: hidden !important;
}




/*----LUXYプリンタ対応----*/

@media print {
  /* luxy.jsのメインコンテナのスタイルをリセット */
  #luxy, .luxy-container {
    transform: none !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    /* その他必要に応じてリセット */
  }

  /* luxy.jsによってアニメーションが適用される要素のスタイルをリセット */
  .luxy-el {
    transform: none !important;
    /* その他のアニメーション関連のスタイルをリセット */
  }
}

/*----------------loading------------------*/
/*--最初に出すカバー---*/

#white {
width: 100vw;
height: 100vh;
background-color: #fff;
position: fixed;
left: 0;
top: 0;
z-index: 999999;
}


/*------------------------------------------------------------
初期値

最大幅　　　1800px
------------------------------------------------------------*/
#header {margin: 0 auto;}

#header .left {
	width: 420px;
	float: left;
	position: relative;
	padding: 78px 0 0 95px;
}

#header .right {
	width: calc(100% - 420px - 95px - 20px);
	float: right;
	text-align: right;
}

#header h1 img {
	width: 370px;
	height: auto;
	margin: 10px 0 8px 0;
}

#header .left p {font-size: 18px; line-height: 160%;}
#header .left p span {font-weight: 600; line-height: 160%; display: inline-block; margin-right: 10px;}
#header .left p.mini {font-size: 17px;}
#header .left p.smt {display: none;}
#header .left img.back {
	width: 213px;
	height: auto;
	/* height: 188px */
	position: absolute;
	left: 15px;
	top: 30px;
	z-index: -1;
}
#header .left img.tulip {
	width: 45px;
	height: auto;
	/* height: 188px */
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/*---お問合せ---*/
#header .oto {
	width: 310px;
	/* height: 66px; */
	height: auto;
	display: inline-block;
	margin: 22px 140px 0 0;
}

/*--メニュー---*/

#gmenu {margin: 10px 40px 0 0;}
#gmenu p {display: inline-block;}
#gmenu p a {
	display: block;
	padding: 10px 25px 20px 25px;
	font-size: 17px;
	text-decoration: none;
	position: relative;
	color:#4e3e13;
	transition: 0.5s;
}
#gmenu p a:hover {color: #f25757;}
#gmenu p a span {
	position: absolute;
	width: 100%;
	height: 8px;
	background: url("img/menubar.webp") no-repeat center;
	background-size: auto 100%;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}
#gmenu p a:hover span {	bottom: -5px;}

@media screen and (max-width: 1350px) {
#gmenu p a {padding: 10px 15px 20px 15px;}	
}
@media screen and (max-width: 1220px) {
#gmenu p a {padding: 10px 10px 20px 10px;font-size: 15px;}	
#gmenu p a span {background-size: auto 80%;}
}
@media screen and (max-width: 1110px) {
#gmenu {display: none;}
#header .left {padding: 40px 0 0 80px;}
}
@media screen and (max-width: 950px) {
#header .left {width: 45%;padding: 40px 0 0 80px;}
/*---お問合せ---*/
#header .oto {width: calc(100% - 100px);}
#header .right {width: calc(100% - 45% - 80px);}
}

@media screen and (max-width: 884px) {
	
#header .left img.tulip {
	display: none;
}	
}
@media screen and (max-width: 750px) {
#header .left {
	text-align: center;
	width: calc(100% - 90px);
	padding: 60px 0 0 40px;
	}
#header .left img.back {
	width: 213px;
	left: 15px;
	top: 15px;
}
#header .left img.tulip {
	display: block;
	left: 30px;
	bottom: 0px;
}	
	
#header .oto {display: none;}	
	
#header .left p {font-size: 17px;}
/*---お問合せボタン---*/
#header .left p.smt {
	background-color: #c86565;
	color: #fff;
	margin: 10px 0 0 0;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 50px;
	display: inline-block;
	}
	
#header .left p.smt a {color: #fff;text-decoration: none;}
#header .left p.smt a span {
	font-family: 'Figtree', sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-left: 10px;
}
}

@media screen and (max-width: 420px) {
#header .left p span {display: block; margin: 0 0 5px 0;}
}

@media screen and (max-width: 380px) {
#header .left img.tulip {
	left: 20px;
}		
}

/*-mainv------------------------------------*/

#mainv {
	margin: 40px 0 0 0;
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
}

#mainv div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

#mainv .imgbox {
	padding: 0 20px;
	box-sizing: border-box;
	height: 35vw;
	max-height: 600px;
	z-index: 0;
	min-height: 230px;
}
#mainv .imgbox:nth-child(1) {width: 50%;}
#mainv .imgbox:nth-child(2) {width: 25%;}
#mainv .imgbox:nth-child(3) {width: 25%;}

/*--チューリップ--*/
#mainv img.tp {position: absolute;bottom: -180px;left: 80%;width: 155px;height: auto;z-index: 2;}

/*--雲---*/
#mainv img.cd1 {position: absolute;	bottom: -50px;left: 0;width: 324px;height: auto;z-index: 2;}
#mainv img.cd2 {position: absolute;	bottom: -120px;left: -30px;	width: 118px;height: auto;z-index: 2;}

@media screen and (max-width: 1264px) {
#mainv img.cd1 {left: -30px;width: 280px;}
#mainv img.cd2 {bottom: 60px;left: -30px;}
}

@media screen and (max-width: 960px) {
#mainv img.cd1 {left: 20px;width: 220px; bottom: -20px}
#mainv img.cd2 {bottom: 60px;left: -30px;}	
}

@media screen and (max-width: 600px) {
#mainv img.cd1 {left: 10px;width: 180px;}
#mainv img.cd2 {width: 80px; left: -10px;}	
}


#mainv .copy {
	position: absolute;
	left: 67%;
	top: 24vw;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	column-gap: 20px;
}

#mainv .copy p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 31px;
	color: #fff;
	background-color: #c86565;
	padding: 20px;
	border-radius: 15px;
	display: inline-block;
	vertical-align: top;
}

#mainv .copy p:nth-child(2) {background-color: #f25757;}
#mainv .copy p:nth-child(3) {background-color: #e28787;}

@media screen and (max-width: 1500px) {
#mainv {padding: 0 20px;}
#mainv .imgbox {padding: 0 15px;}
}

@media screen and (max-width: 1466px) {
	
#mainv img.tp {bottom: -220px;}
}

@media screen and (max-width: 1370px) {
	
#mainv img.tp {
	bottom: -220px;
	left: inherit;
	right: 60px;
	}
	
#mainv .copy {
	left: inherit;
	right: 220px;
	top: inherit;
	bottom: -130px;
	column-gap: 15px;
}
}

@media screen and (max-width: 1230px) {
	
#mainv .copy {
	left: inherit;
	right: 220px;
	top: inherit;
	bottom: -110px;
	column-gap: 10px;
}	
#mainv .copy p {font-size: 26px;}
}

@media screen and (max-width: 1100px) {
#mainv {
	margin: 30px 0 0 0;
	padding: 0 20px;
}
#mainv .imgbox {padding: 0 10px;}
}

@media screen and (max-width: 960px) {
#mainv .imgbox:nth-child(1) {width: 100%; margin-bottom: 20px}
#mainv .imgbox:nth-child(2) {width: 50%;}
#mainv .imgbox:nth-child(3) {width: 50%;}
	
#mainv .copy {
	right: 80px;
	bottom: -130px;
}	

#mainv img.tp {display: none;}
}

@media screen and (max-width: 750px) {
	
#mainv .copy {
	left: inherit;
	right: 60px;
	top: 40px;
	bottom: inherit;
	column-gap: 10px;
}	
}
@media screen and (max-width: 644px) {
	
#mainv .copy p {
	font-size: 22px;
	padding: 13px;
	border-radius: 13px;
}	
}

@media screen and (max-width: 620px) {
#mainv .imgbox:nth-child(1) { margin-bottom: 10px}
#mainv .imgbox {
	padding: 0 5px;
	height: 45vw;
}
}

@media screen and (max-width: 588px) {
	
#mainv .copy {
	right: 40px;
	top: 20px;
	column-gap: 8px;
}	
}
@media screen and (max-width:512px) {
	
#mainv .copy p {
	font-size: 20px;
	padding: 11px;
	border-radius: 12px;
}	
}

@media screen and (max-width: 500px) {
#mainv {padding: 0 10px;}
#mainv img.tp {width: 60px; top: -100px; right: 20px}
}
@media screen and (max-width: 420px) {

#mainv .copy {
	right: 30px;
	top: 10px;
	column-gap: 5px;
}	
#mainv .copy p {
	font-size: 18px;
	padding: 8px;
	border-radius: 10px;
}	
}


/*---------------------------------------------------
ごあいさつ
----------------------------------------------------*/

#greeting {
	max-width: 1141px;
	margin: 0 auto;
	padding: 90px 50px 0 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#greeting .txt {width: 50%;}
#greeting .box {width: 45%;}
#greeting .box img {border-radius: 15px;}

/*--雲---*/
#greeting img.cd1 {position: absolute;	bottom: -50px;right: -80px;width: 324px;height: auto;z-index: 2;}
#greeting img.cd2 {position: absolute;	bottom: 30px;right: -180px;	width: 118px;height: auto;z-index: 2;}

@media screen and (max-width: 1200px) {
#greeting {padding: 70px 50px 0 50px;}
}

@media screen and (max-width: 888px) {
#greeting {display: block;}
#greeting .txt {width: 100%;}
#greeting .box {width: 100%; margin-top: 30px;}
}
@media screen and (max-width: 1262px) {
#greeting img.cd1 {bottom: -30px;right: -30px;width: 240px;}
#greeting img.cd2 {bottom: 50px;right: -50px;	width: 118px;}
}
@media screen and (max-width: 660px) {
#greeting img.cd1 {bottom: 10px;right: 10px;width: 180px;}
#greeting img.cd2 {bottom: 60px;right: -30px;	width: 90px;}
}
@media screen and (max-width: 520px) {
#greeting {padding: 70px 40px 0 40px;}
}
@media screen and (max-width: 440px) {
#greeting {padding: 50px 30px 0 30px;}
}

/*----2danme-------------------------*/
#greeting2 {
	max-width: 1141px;
	padding: 70px 50px 80px 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	z-index: 2;
	box-sizing: border-box;
}

#greeting2 .pix {
	width: 40%;
	position: relative;
}

#greeting2 .pix img.ft,
#greeting2 .pix img.sd {
	width: 90%;
	height: auto;
	border-radius: 15px;
}

#greeting2 .pix img.ft {margin-right: 2%;}

#greeting2 .txt {
	width: 55%;
	box-sizing: border-box;
}

#greeting2 img.kr {position: absolute; right: -20px; top: -20px; width:114px; height: auto;}
#greeting2 img.mr {position: absolute; left: -50px; bottom: 0px; width:169px; height: auto;}

@media screen and (max-width: 1262px) {
#greeting2 .txt {padding-right: 0px;}	
}
@media screen and (max-width: 888px) {
#greeting2 {padding: 30px 50px 0 50px;flex-direction: column-reverse;}
#greeting2 .pix,
#greeting2 .txt	{width: 100%;}
#greeting2 .pix {margin-top: 30px;}
	#greeting2 .pix {position: relative; z-index: 10;}
#greeting2 .pix img.ft,
#greeting2 .pix img.sd {
	width: 48%;
}
}

@media screen and (max-width: 600px) {
#greeting2 img.kr {right: -20px; width:90px;}
#greeting2 img.mr {left: -40px; bottom: -20px; width:120px;}	
}

@media screen and (max-width: 520px) {
#greeting2 {padding: 50px 40px 0 40px;}
}


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

h2.ttl {
	text-align: center;
	max-width: 476px;
	margin: 0 auto;
	font-size: 39px;
	background:url("img/ttlbar.webp") no-repeat bottom center;
	background-size: 100% auto;
	padding: 0 0 30px 0;
	line-height: 140%;
}

p.big {
	font-size: 39px;
	margin: 0 0 40px 0;
	font-weight: 600;
}

p.htxt {
	color: #a65959;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
}

p.big.kakko {text-indent: -30px;}

h3.pink {
	color: #f25757;
	font-size: 21px;
	margin: 0 0 20px 0;
	line-height: 180%;
}

p.gree {
	font-size: 18px;
	line-height: 38px;
	position: relative;
	z-index: 10;
}



p.gree span {display: inline-block;}

@media screen and (max-width: 960px) {
	
p.big {
	font-size: 30px;
	margin: 0 0 20px 0;
}	
p.big.kakko {text-indent: -15px;}

p.gree {
	font-size: 17px;
	line-height: 38px;
}
}
@media screen and (max-width: 500px) {
p.gree {
	font-size: 16px;
	line-height: 30px;
}
br.smn {display: none;}
	
h2.ttl {
	font-size: 28px;
	padding: 0 0 20px 0;
}
}


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

区切り線
下に膨らむ薄いピンク

----------------------------------------*/
.lpink {
  background: #f7eeeb;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
position: relative;
	z-index: 0;
}
.lpink.t50 {top: -80px;}
/*--雲---*/
.lpink img.cd1 {position: absolute;	bottom: -20px;left: 110px;width: 324px;height: auto;z-index: 2;}
.lpink img.cd2 {position: absolute;	bottom: -50px;left: 420px;	width: 118px;height: auto;z-index: 2;}

@media screen and (max-width: 930px) {
.lpink img.cd1 {bottom: -20px;left: 10%;width: 25%;}
.lpink img.cd2 {bottom: 50px;left: 30%;width: 10%;}	
}
@media screen and (max-width: 500px) {
.lpink img.cd1 {bottom: -20px;left: 10%;width: 30%;}
.lpink img.cd2 {bottom: 50px;left: 30%;width: 15%;}	
}

/*--濃いピンク---*/
.kpink {
  background:#f4e4e4;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
position: relative;
	z-index: 0;
}

.kpink.t50 {top: -80px;}

/*--雲---*/
.kpink img.cd1 {position: absolute;	bottom: -20px;right: 110px;width: 324px;height: auto;z-index: 2;}
.kpink img.cd2 {position: absolute;	bottom: -100px;right: 420px;	width: 118px;height: auto;z-index: 2;}

@media screen and (max-width: 930px) {
.kpink img.cd1 {bottom: -20px;right: 10%;width: 25%;}
.kpink img.cd2 {bottom: 50px;right: 30%;width: 10%;}	
}
@media screen and (max-width: 500px) {
.kpink img.cd1 {bottom: -20px;right: 10%;width: 30%;}
.kpink img.cd2 {bottom: 50px;right: 30%;width: 15%;}	
}

/*--背景色---*/

.usu {background-color: #f7eeeb;	max-width: 100vw !important;
	overflow-x: hidden !important;}
.koi {background-color: #f4e4e4;	max-width: 100vw !important;
	overflow-x: hidden !important;}


/*--雲に動き---*/
.kpink,
.lpink {animation: floating-x 7.2s ease-in-out infinite alternate-reverse;}
.cd1,
.cd2 {animation: floating-y 1.8s ease-in-out infinite alternate-reverse;}
@keyframes floating-x {
  0% {transform: translateX(-5%);}
  100% {transform: translateX(5%);}
}
@keyframes floating-y {
  0% {transform: translateY(-10%);}
  100% {transform: translateY(10%);}
}

/*---------------------------------------
保育方針
----------------------------------------*/
#policy {
	padding: 30px 50px 0px 50px;
	box-sizing: border-box;
	width: 100%;
}

#policy .inner {
	max-width: 1172px;
	text-align: center;
	letter-spacing: -0.4em;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

#policy .inner .box {
	letter-spacing: normal;
	text-align: left;
	width: calc((100% / 3) - 50px);
	margin: 0 25px 30px 25px;
	padding: 40px 10px 10px 10px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#policy .inner .box.dw {top: 30px;}


#policy .inner .box img {
	border-radius: 200px;
	position: relative;
	z-index: 1;
}

#policy .inner .box p.num {
	font-size: 114px;
	color: #edabab;
	font-family: 'Figtree', sans-serif;
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	line-height: 100%;
}

#policy .inner .box .txt {padding: 5px 20px;}
#policy .inner .box h4 {
	font-size: 18px;
	color: #a65959;
	margin: 0 0 10px 0;
}

@media screen and (max-width: 1050px) {
#policy {padding: 30px 10px 0px 10px;}
#policy .inner .box {
	width: calc((100% / 3) - 30px);
	margin: 0 15px 30px 15px;
	padding: 50px 10px 10px 10px;
}
}

@media screen and (max-width: 950px) {
#policy {padding: 30px 50px 0px 50px;}
#policy .inner .box {
	width: calc((100% / 2) - 50px);
	margin: 0 25px 10px 25px;
}
#policy .inner .box.dw {top: 0px;}
#policy .inner .box:nth-child(even) {top: 20px;}
}

@media screen and (max-width: 760px) {
#policy {padding: 30px 30px 0px 30px;}
#policy .inner .box {
	width: calc((100% / 2) - 30px);
	margin: 0 15px 10px 15px;
}
}

@media screen and (max-width: 600px) {
#policy {padding: 30px 20px 0px 20px;}
#policy .inner .box {
	width: calc((100% / 2) - 20px);
	margin: 0 10px 10px 10px;
	padding: 30px 0 0 0;
}
#policy .inner .box p.num {font-size: 70px;}
}

@media screen and (max-width: 500px) {
#policy {padding: 30px 30px 0px 30px;}
#policy .inner .box {
	width: 100%;
	margin: 0 0px 10px 0px;
	padding: 40px 0 0 0;
}
#policy .inner .box p.num {font-size: 80px;}
#policy .inner .box:nth-child(even) {top: 0px;}
}


/*-------------------------------------------------
園の概要
--------------------------------------------------*/
#outline {
	padding: 0 50px;
	margin: 0 auto;
}

#outline .inner {
	max-width: 1100px;
	display: flex;
	justify-content: space-around;
	margin: 50px auto 0 auto;
	column-gap: 20px;
}

#outline .inner .box {
	width: 150px;
	text-align: center;
}

#outline .inner .box h4 {
	color: #a65959;
	font-size: 31px;
	margin: 5px 0 15px 0;
}

#outline .inner .box p.cls {
	font-size: 16px;
	color: #fff;
	background-color: #e28787;
	padding: 5px 10px 6px 10px;
	border-radius: 30px;
	line-height: 100%;
	margin: 0 0 10px 0;
}

#outline .inner .box p {font-weight: 600;}
#outline .inner .box p span {
	font-size: 32px;
	margin-right: 5px;
}

@media screen and (max-width: 1044px) {
#outline .inner {
	flex-wrap: wrap;
}
#outline .inner .box {
	width: 30%;
	margin-bottom: 30px;
	max-width: 180px;
}
}

@media screen and (max-width: 750px) {
#outline .inner .box p.cls {
	display: inline-block;
	padding: 5px 15px 6px 15px;
}	
}

@media screen and (max-width: 680px) {
#outline .inner {
	margin: 30px auto 0 auto;
}

#outline .inner .box {
	width: 40%;
	margin-bottom: 30px;
	max-width: inherit;
}
}

@media screen and (max-width: 520px) {
#outline .inner {justify-content: space-between;}
#outline {padding: 30px 30px 0 30px;}
#outline .inner .box {width: 45%;}
#outline .inner .box h4 {font-size: 26px;}
#outline .inner .box p span {font-size: 26px;}
}


/*--概要の表---*/

#outline2 {
	padding: 0 50px;
	max-width: 760px;
	margin: 80px auto 0 auto;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

#outline2 h3 {
	font-size: 26px;
	margin: 0 0 30px 0;
	text-align: center;
}

#outline2 h3 span {font-size: 17px; margin-bottom: 5px;}

#outline2 table {
	background-color: #fff;
	border: 2px solid #b9b099;
	border-radius: 15px;
	overflow: hidden;
	border-spacing: 0;
	width: 100%;
}

#outline2 table th {
	width: 140px;
	background-color: #e28787;
	color: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: 2px solid #b9b099;
}

#outline2 table td {
	width: calc(100% - 140px);
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: 2px solid #b9b099;
}

#outline2 table tr:last-child th,
#outline2 table tr:last-child td {border-bottom: none;}

#outline2 table td a {
	text-decoration: none;
	border-bottom: 1px dotted #e28787;
	color: #e28787;
}

#outline2 table td span {display: inline-block;}

@media screen and (max-width: 520px) {
#outline2 {padding: 0 30px;}
#outline2 table,
#outline2 table th,
#outline2 table td,
#outline2 table tr {display: block; width: 100%;}
	
#outline2 table th {
	background-color: #fff;
	color: #e28787;
	padding: 15px 20px 0 20px;
	text-align: left;
	border-bottom: none;
}
#outline2 table td {padding: 0 20px 15px 20px;}
}



/*-------------------------------------------------
いちにち（旧設定）
--------------------------------------------------*/
/*---パソコン版---*/
#aday {
	padding: 30px 50px 20px 50px;
	position: relative;
	z-index: 1;
}

#aday.sm {display: none;}

#aday .inner {
	max-width: 1040px;
	border-radius: 15px;
	margin: 0 auto 5px auto;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

#aday .inner p {
	width: calc((100% - 100px)/5);
	box-sizing: border-box;
	padding: 10px 5px;
	text-align: center;
	border-left: 2px dotted #edabab;
}
#aday .inner p.fst {
	background-color: #edabab;
	font-family: 'Figtree', sans-serif;
	width: 100px;
	padding: 10px  5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 23px;
}
#aday .inner p:nth-child(2) {border: none;}


span {display: inline-block;}

/*--タイトル行---*/
#aday .inner.ttl {
	justify-content: flex-end;
	margin-top: 50px;
	background-color: transparent;
}
#aday .inner.ttl p {
	background-color: #edabab;
	border-left: 2px dotted #fff;
}
#aday .inner.ttl p:nth-child(1) {
	border: none;
	border-radius: 15px 0 0 15px;
}


@media screen and (max-width: 750px) {
#aday {padding: 0 30px;}
#aday .inner p {width: calc((100% - 60px)/5);padding: 10px 5px;}
#aday .inner p.fst {width: 60px;font-size: 18px;}
}

@media screen and (max-width: 640px) {
#aday.sm {display: block;}
#aday.pc {display: none;}
}

/*---スマホ版---*/

#aday.sm .inner p {
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding: 10px 15px;
	border-left: none;
	text-align: left;
}
#aday.sm .inner p.fst {
	width: 100px;
	padding: 10px 5px;
	text-align: center;
	box-sizing: border-box;
}
/*--タイトル行---*/
#aday.sm .inner.ttl p:nth-child(1) {
	width: calc(100% - 100px);
	border-radius: 15px 0 0 15px;
	text-align: center;
}
@media screen and (max-width: 450px) {
#aday.sm .inner p {
	width: calc(100% - 60px);
}
#aday.sm .inner p.fst {
	width: 60px;
}
/*--タイトル行---*/
#aday.sm .inner.ttl p:nth-child(1) {
	width: 100%;
}
}


/*-------------------------------------------------
年間行事
--------------------------------------------------*/
#event {
	padding: 30px 50px 0 50px;
	max-width: 1800px;
	margin: 0 auto;
}

#event .gall {
	display: flex;
	margin: 30px auto 0 auto;
	max-width: 1600px;
}

#event .gall figure {
	width: calc(25% - 40px);
	height: 16vw;
	max-height: 260px;
	position: relative;
	box-sizing: border-box;
	margin: 20px;
}
#event .gall figure img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
	position: relative;
	z-index: 0;
}

#event .gall figure figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: #f7eeeb;
	border-radius: 16px 0 0 0;
	display: inline-block;
	padding: 5px 15px;
}

#event .gall figure.dw {top: 25px;}

@media screen and (max-width: 1000px) {

#event .gall {flex-wrap: wrap;}
#event .gall figure {
	width: calc(50% - 20px);
	height: 30vw;
	margin: 10px;
}	
#event {padding: 50px 20px 0 20px;}		
}


@media screen and (max-width: 520px) {
#event {padding: 30px 20px 0 20px;}	
	
#event .gall figure {
	width: calc(50% - 10px);
	margin: 5px;
}
#event .gall figure figcaption {
	border-radius: 10px 0 0 0;
	padding: 0px 10px;
	font-size: 13px;
}
}

/*---行事表--------*/

#event .inner {
	display: flex;
	justify-content: space-between;
	column-gap: 25px;
	max-width: 1000px;
	padding: 0;
	margin: 50px auto 0 auto;
}

#event .inner .dan {width: calc((100% - 25px) /2);}

#event .inner .dan .box {
	width: 100%;
	display: flex;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 15px;
}

#event .inner .dan .box .mnt {
	width: 60px;
	padding: 20px;
	font-size: 23px;
}

#event .inner .dan .box .txt {
	width: calc(100% - 60px);
	padding: 20px;
	background-color: #fff;
	font-size: 16px;
}
#event .inner .dan .box .txt figure {
	width: 40%;
	height: auto;
	float: right;
	margin: 0 0 0 15px;
}

#event .inner .dan .box .txt figure img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

#event .inner .dan .box .txt figure figcaption {
	text-align: center;
	font-size: 15px;
}

#event .inner .box .mnt.gr {background-color: #add461;}
#event .inner .box .mnt.lb {background-color: #4690bf; color: #fff;}
#event .inner .box .mnt.pk {background-color: #b65959; color: #fff;}
#event .inner .box .mnt.lp {background-color: #e28787;}

@media screen and (max-width: 1000px) {
#event .inner {padding: 0 30px;display: block;}
#event .inner .dan {width: 100%;}
}

@media screen and (max-width: 520px) {
#event .inner {padding: 0 0px;}
	
#event .inner .dan .box {
	border-radius: 10px;
}
#event .inner .dan .box .mnt {
	width: 50px;
	padding: 15px;
	text-align: center;
}

#event .inner .dan .box .txt {
	width: calc(100% - 50px);
	padding: 15px;
}
	
#event .inner .dan .box .txt img {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
	border-radius: 8px;
}
}


#event .inner.bl {display: block;}
#event .inner .box2 {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}

#event .inner .box2 h5 {
	background-color: #e28787;
	color: #fff;
	border-radius: 0 0 16px 0;
	padding: 5px 20px;
	display: inline-block;
	margin: 0;
	font-size: 16px;
}
#event .inner .box2 p {
	padding: 10px 20px 15px 20px;
}

@media screen and (max-width: 420px) {
#event .inner {padding: 0 0px;}
	
#event .inner .dan .box {
	border-radius: 10px;
}
#event .inner .dan .box .mnt {
	width: 40px;
	padding: 10px;
	font-size: 18px;
}

#event .inner .dan .box .txt {
	width: calc(100% - 40px);
	padding: 10px;
	font-size: 15px;
}
	
	#event .inner .dan .box .txt figure img {margin: 0;}
#event .inner .dan .box .txt figure figcaption {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
}

/*----------行事詳細-----------*/

#gyoji {
	max-width: 1180px;
	padding: 0 50px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto 0 auto;
	position: relative;
	z-index: 1;
}

#gyoji .box {
	width: calc(100% / 3);
	border: 1px solid #e28787;
	padding: 20px;
	box-sizing: border-box;
}

#gyoji .box.lc {border-left: none;}
#gyoji .box.lb {border-bottom: none;}

#gyoji .box .txt {padding: 10px;}

#gyoji .box h4 {
	color: #a65959;
	font-size: 18px;
	margin: 0 0 10px 0;
}

#gyoji .box h4 span {font-size: 13px; display: block;}


@media screen and (max-width: 800px) {
	
#gyoji .box {width: 100%;}	
	
#gyoji .box img {
	float: right;
	width: 40%;
	height: auto;
	margin: 0 0 0 20px;
}
	
#gyoji .box.lc {border-left: 1px solid #e28787;}
#gyoji .box.lb {border-bottom: 1px solid #e28787;}
	
#gyoji .box {border-bottom: none !important;}	
#gyoji .box:last-child {border-bottom: 1px solid #e28787 !important; margin-bottom: 0;}
}

@media screen and (max-width: 520px) {
#gyoji {padding: 0 20px;}
#gyoji .box .txt {padding: 0px;}
	
#gyoji .box img {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
}



/*-------------------------------------------------
アクセス
--------------------------------------------------*/
#access {
	padding: 30px 50px 0 50px;
	max-width: 1314px;
	margin: 0 auto;
	box-sizing: border-box;
}

#access p.big {
	font-size: 20px;
	line-height: 180%;
	max-width: 700px;
	margin: 0px auto 60px auto; 
	text-align: center;
}

#access p {	margin: 30px 0; text-align: center;}

#access .inner {
	display: flex;
	column-gap: 25px;
}

#access .inner .box {
	width: calc((100% - 25px)/2);
}
#access .inner .box img  {
	width: 100%;
	height: 40vw;
	max-height:505px;
	object-fit: cover;
	border-radius: 16px;
}

#access .inner .box p.fl {
	margin:0;
	padding: 10px;
	text-align: left;
}


#access .inner .box iframe {
	width: 100%;
	height: 40vw;
	border-radius: 16px;max-height:505px;
}

@media screen and (max-width: 750px) {
#access .inner {
	display: block;
}
#access .inner .box {width: 100%;}
#access .inner .box img,
#access .inner .box iframe {
	width: 100%;
	height: 60vw;
	max-height:inherit;
}
	
#access p.big {
	font-size: 16px;
	margin: 0px auto 40px auto; 
	text-align: left;
}
	
#access .inner .box p.fl {margin-bottom: 20px;}
	
#access p.big br {display: none; }
}

@media screen and (max-width: 520px) {
#access {
	padding: 30px 30px 0 30px;
}
}

/*-------------------------------------------------
フッタ
--------------------------------------------------*/
#footer {
	padding: 80px 30px;
	text-align: center;
	background-color: #f4e4e4;
}

#footer .footmk {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	z-index: 1;
}

#footer .footmk img.back {
	width: 160px;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: -1;
}

#footer p {font-size: 18px; margin: 0 0 10px 0;}
#footer p span {font-weight: 600; margin: 0 10px 10px 0;}
#footer h1 img{
	width: 80%;
	height: auto;
	margin: 0 0 15px 0;
}

#footer p.btn {display: inline-block; margin: 20px 0 0 0;}

#footer p.btn a {
	display: block;
	background-color: #e28787;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 50px;
}

#footer p.cpr {
	font-family: 'Figtree', sans-serif;
	font-size: 15px;
	margin: 50px 0 10px 0;
}

p.btn_sm {display: none;}

@media screen and (max-width: 520px) {

#footer p.btn {display: none;}
p.btn_sm {
	display: block;
	margin: 0; 
	position: fixed; 
	bottom: 10px; right: 10px; 
	width: 50px; 
	height: 50px;
	z-index: 9999999;
	}
p.btn_sm a {
	display: block;
	width: 50px; 
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	border-radius: 100px;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	font-family: 'Figtree', sans-serif;
	text-decoration: none;
	font-size: 30px;
	color: #999;
}	
#footer p span {display: block; margin: 0 0px 10px 0;}
}





/*---------------------------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------------------------*/

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

  #gmenu {
    display: none;
  }
}
/*----------ハンバーガー-----------*/
/*Media Queries*/
#nav-drawer {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 95px;
  height: 95px;
}
/*チェックボックス等は非表示に*/
#nav-drawer .nav-unshown {
  display: none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 40px;
  position: absolute;
  right: 20px;
  top: 0px;
  cursor: pointer;
  z-index: 11;
}

@media screen and (max-width: 990px) {
	
#nav-open {
  right: 0px;
}	
}

#nav-open span {
  display: block;
  transition: all .2s;
  box-sizing: border-box;
  position: absolute;
  right: 30px;
  width: 56px;
  height: 5px;
  background-color: #8aa364;
}
#nav-open span:nth-of-type(1) {
  top: 40px;
	background-color: #edabab;
	transform: rotate(5deg);
}
#nav-open span:nth-of-type(2) {
  top: 50px;
	background-color: #f25757;
	transform: rotate(15deg);
}
#nav-open span:nth-of-type(3) {
  top: 60px;
	transform: rotate(-5deg);
}
#nav-input:checked ~ #nav-open {
  color: #fff;
}
#nav-input:checked ~ #nav-open span {
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(1) {
  -webkit-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-45deg);
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(2) { opacity: 0;}
#nav-input:checked ~ #nav-open span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span {
  height: 5px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 0;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1; /*最前面に*/
  width: 100%; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 300px; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(105vw);
  transform: translateX(105vw); /*左に隠しておく*/
  box-sizing: border-box;
  text-align: left;
  background-color: #a65959;
  color: #fff;
  padding: 40px;
}


@media screen and (max-width: 500px) {

}
@media screen and (max-width: 520px) {
#nav-content {
  max-width: 100%; /*最大幅（調整してください）*/
}
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 400px) {

}
/*------PC版ハンバーガーの中身----------*/

#nav-content .inner {width: 100%;
	height: 100%;

}
#nav-content .inner p.mttl {
	font-size: 14px;
	margin: 40px 0 10px 0;
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	color: rgba(255,255,255,0.6);
}
#nav-content .inner p {display: block;}
#nav-content .inner p a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 20px 0;
	border-bottom: 2px dashed rgba(255,255,255,0.3);
	box-sizing: border-box;
}



#nav-content .inner p a.ft {
	border-top: 2px dashed rgba(255,255,255,0.3);
}

#nav-content .inner h1 {
	font-size: 20px;
	margin: 40px 0 0px 0;
}

#nav-content .inner h1 span {
	display: block;
	font-size: 16px;
}







