@charset "utf-8";
/* CSS Document */
body,html {
	padding: 0;
	margin: 0;
	font-family: lato, kozuka-gothic-pro, kozuka-mincho-pro, sans-serif;
	font-size: 16px;
	scroll-behavior: smooth;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#clear {
	clear:both;
}

#space_8px {
	width:100%;
	height:8px;
}

@keyframes sample01 {
	0% {
		opacity:0;
	}
	90% {
		opacity:1;
	}
	100% {
		opacity:1;
	}
}

.menu_link {
	text-decoration:none;
	color:#500;
}


main {
	background-color:#fff;
	width:100%;
}

h1 {
	position:relative;
	color: #505050;/*文字色*/
	padding: 0.5em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: #fff;/*背景色*/
	vertical-align: middle;
	border-radius: 40px 0px 0px 40px;/*左側の角を丸く*/
	width:350px;
	z-index:100;
}

h1:before {
	content: '●';
	color: #fc0;
	margin-right: 8px;
}


/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-200px);}
.downup {transform: translateY(200px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}

@media screen and (max-width: 428px) {
	.back {
	  position: relative;
	  padding-left: 25px;
	}
	
	
	.back:before {
	  position: absolute;
	  content: '';
	  bottom: -3px;
	  left: 0;
	  width: 0;
	  height: 0;
	  border: none;
	  border-left: solid 15px transparent;
	  border-bottom: solid 15px rgb(119, 195, 223);
	}
	
	.back:after {
	  position: absolute;
	  content: '';
	  bottom: -3px;
	  left: 10px;
	  width: 100%;
	  border-bottom: solid 3px rgb(119, 195, 223);
	}
	#title {
		width:100%;
		height:100vh;
		margin-bottom:64px;
	}
	
	.box_title {
		position: relative;
		max-width:100%;
		width:100%;
		height: 100%;
		margin auto;
		overflow: hidden;
		z-index:10;
	}
	.box_title .bgImg {
		position   : absolute;
		top        : 0;
		left       : 0;
		bottom     : 0;
		right      : 0;
		opacity    : 0;
		animation  : bgAnime 20s infinite;   /* 8画像 × 各5s = 40s */
	}
	.box_title .src0 {
		background-image : url(./img/titile_back00.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
	}
	.box_title .src1 {
		background-image : url(./img/titile_back01.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:5s;
	}
	.box_title .src2 {
		background-image : url(./img/titile_back02.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:10s;
	}
	.box_title .src3 {
		background-image : url(./img/titile_back03.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:15s;
	}
	.box_title .src4 {
		background-image : url(./img/titile_back04.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:20s;
	}
	.box_title .src5 {
		background-image : url(./img/titile_back05.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:25s;
	}
	.box_title .src6 {
		background-image : url(./img/titile_back06.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:30s;
	}
	.box_title .src7 {
		background-image : url(./img/titile_back07.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:35s;
	}
	.box_title .src8 {
		background-image : url(./img/titile_back08.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:40s;
	}
	#menu {
		width:100%;
		height:auto;
		position:relative;
		z-index:200;
		margin-left:1.5%;
	}
	
	#menu_parts {
		width:109px;
		height:30px;
		line-height:30px;
		font-size:14px;
		font-weight:bold;
		float:left;
		text-align:center;
		padding:1%;
		border:0.5px solid #fff;
		border-radius:4px;
		margin-top:1.5%;
		margin-right:1.5%;
		margin-bottom:1.5px;
		cursor:pointer;
		background-color:#900;
		opacity:0.7
	}
	
	#menu > div:hover {
		background-color:#aa0000;
		color:#fff;
		animation-name:sample01;
		animation-duration:0.5s;
		animation-interation-count:1;
		animation-fill-mode:forwards;
	}
	#menu > div:hover a {
		color:#fff;
	}
	
	#logo {
		width:100%;
		height:80%;
		display:flex;
		justify-content: center;
		align-items: center;
		position:relative;
		z-index:100;
	}
	.logo {
		width:150px;
		height:auto;
	}
	#sns {
		width:100%;
		height:auto;
		text-align:center;
	}
	
	#sns01 {
		margin-right:16px;
		border:0;
	}
	
	#sns02 {
		border:0;
	}
	
	#infomation {
		margin:32px auto 0px auto;
		width:90%;
		height:auto;
		padding:8px;
		border:3px double #F90;
		border-radius:10px;
		line-height:2em;
	}
	
	#contents01 {
		margin-bottom:0px;
	}
	
	.box01 {
		/*margin-left:8px;*/
		width:99%;
		margin:0px auto 0px auto;
	}
	
	#contents02 {
		margin-bottom:0px;
	}
	
	#contents03 {
		margin-bottom:0px;
		
	}

	#hiduke {
		float:left;
		width:80px;
		height:1.8em;
		/*border-bottom:1px dashed #FF9900;*/
		text-align:left;
		padding-left:8px;
	}
	
	#oshirase {
		float:left;
		width:240px;
		height:1.8em;
		/*border-bottom:1px dashed #FF9900;*/
		text-align:left;
		padding-left:4px;
	}
	
	#explanation {
		margin-left:8px;
		width:99%;
		height:auto;
		line-height:1.8em;
	}
	
	#map {
		width:342px;
		height:342px;
		border:2px solid #F60;
		padding:8px;
		border-radius:5px;
	}
	#space_05 {
		width:100%;
		height:16px;
	}
	#tenpo {
		width:342px;
		height:342px;
		border:2px solid #F60;
		padding:8px;
		border-radius:5px;
		overflow:hidden;
	}

	@keyframes bgAnime {
		0% { opacity: 0; }
		5% { opacity: 1; }
		25% { opacity: 1; }
		30% { opacity: 0; }
		100% { opacity: 0; }
	}
				
	#contents04 {
		margin-bottom:0px;
	}
	
	#contents05 {
		margin-bottom:0px;
	}

	#contents06 {
		margin-bottom:0px;
	}

	#detail {
		width:80px;
		height:38px;
		position:relative;
		left:84%;
		background-color:#fff;
		margin-top:32px;
	}
	
	#detail > span > a:hover {
		background-color:rgb(119, 195, 223);
		border-radius:4px;
		color:#000;
		font-weight:bold;
		padding:2px;
		animation-name:sample01;
		animation-duration:0.5s;
		animation-interation-count:1;
		animation-fill-mode:forwards;
	}
	
	#calender {
		margin:0px auto 0px auto;
		width:343px;
	}
	
	#cal_comment {
		width:96%;
		height:auto;
		padding:8px;
		font-size:1.1em;
		background-color:#FEF4D6;
		border-radius:10px;
		margin:0px auto 0px auto;
	}
	
	#bonsyu {
		width:96%;
		height:auto;
	}
	footer {
		width:98%;
		height:100px;
		padding:1%;
		text-align:center;
		background-image:url(img/titile_back03.jpg);
		background-position:top left;
		background-size:100% auto;
		line-height:50px;
		color:#fff;
		margin:0;
		font-weight:bold;
	}
}

@media screen and (max-width: 1023px) and (min-width: 429px) {
	.back {
	  position: relative;
	  padding-left: 25px;
	}
	
	
	.back:before {
	  position: absolute;
	  content: '';
	  bottom: -3px;
	  left: 0;
	  width: 0;
	  height: 0;
	  border: none;
	  border-left: solid 15px transparent;
	  border-bottom: solid 15px rgb(119, 195, 223);
	}
	
	.back:after {
	  position: absolute;
	  content: '';
	  bottom: -3px;
	  left: 10px;
	  width: 100%;
	  border-bottom: solid 3px rgb(119, 195, 223);
	}
	
	#title {
		width:100%;
		height:100vh;
		margin-bottom:64px;
	}
	
	.box_title {
		position: relative;
		max-width:100%;
		width:100%;
		height: 100%;
		margin auto;
		overflow: hidden;
		z-index:10;
	}
	.box_title .bgImg {
		position   : absolute;
		top        : 0;
		left       : 0;
		bottom     : 0;
		right      : 0;
		opacity    : 0;
		animation  : bgAnime 20s infinite;   /* 8画像 × 各5s = 40s */
	}
	.box_title .src0 {
		background-image : url(./img/titile_back00.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
	}
	.box_title .src1 {
		background-image : url(./img/titile_back01.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:5s;
	}
	.box_title .src2 {
		background-image : url(./img/titile_back02.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:10s;
	}
	.box_title .src3 {
		background-image : url(./img/titile_back03.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:15s;
	}
	.box_title .src4 {
		background-image : url(./img/titile_back04.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:20s;
	}
	.box_title .src5 {
		background-image : url(./img/titile_back05.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:25s;
	}
	.box_title .src6 {
		background-image : url(./img/titile_back06.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:30s;
	}
	.box_title .src7 {
		background-image : url(./img/titile_back07.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:35s;
	}
	.box_title .src8 {
		background-image : url(./img/titile_back08.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:40s;
	}
	#menu {
		width:100%;
		height:6%;
		position:relative;
		color:#000;
		z-index:200;
	}
	
	#menu_parts {
		width:100px;
		height:20px;
		font-size:14px;
		font-weight:bold;
		float:right;
		text-align:center;
		padding:1%;
		border:0.5px solid #fff;
		border-radius:4px;
		margin-left:0.5%;
		margin-top:1%;
		margin-right:1%;
		cursor:pointer;
	}
	
	#menu > div:hover {
		background-color:#aa0000;
		color:#fff;
		animation-name:sample01;
		animation-duration:0.5s;
		animation-interation-count:1;
		animation-fill-mode:forwards;
	}
	#menu > div:hover a {
		color:#fff;
	}
	
	#logo {
		width:100%;
		height:90%;
		display:flex;
		justify-content: center;
		align-items: center;
		position:relative;
		z-index:100;
	}
	
	#sns {
		width:100%;
		height:auto;
		text-align:center;
	}
	
	#sns01 {
		margin-right:16px;
		border:0;
	}
	
	#sns02 {
		border:0;
	}
	
	#contents01 {
		margin-bottom:0px;
	}
	
	#infomation {
		margin-top:16px;
		width:50%;
		height:auto;
		padding:24px;
		border:3px double #F90;
		border-radius:10px;
		margin-left:64px;
		line-height:2em;
	}
	
	.box01 {
		margin-left:16px;
	}
	
	#contents02 {
		margin-bottom:0px;
	}
	
	#contents03 {
		margin-bottom:0px;
		
	}

	#hiduke {
		float:left;
		width:80px;
		height:1.8em;
		border-bottom:1px dashed #FF9900;
		text-align:left;
		margin-left:56px;
		padding-left:4px;
	}
	
	#oshirase {
		float:left;
		width:500px;
		height:1.8em;
		border-bottom:1px dashed #FF9900;
		text-align:left;
		padding-left:16px;
	}
	
	#explanation {
		margin-left:56px;
		width:100%;
		height:auto;
		line-height:1.8em;
	}
	
	#map {
		width:500px;
		height:500px;
		border:2px solid #F60;
		padding:8px;
		border-radius:5px;
		float:left;
		margin-left:16px;
	}
	#tenpo {
		width:500px;
		height:500px;
		border:2px solid #F60;
		padding:8px;
		border-radius:5px;
		float:left;
		overflow:hidden;
	}

	@keyframes bgAnime {
		0% { opacity: 0; }
		5% { opacity: 1; }
		25% { opacity: 1; }
		30% { opacity: 0; }
		100% { opacity: 0; }
	}
				
	#contents04 {
		margin-bottom:0px;
	}
	
	#contents05 {
		margin-bottom:0px;
	}

	#contents06 {
		margin-bottom:0px;
	}

	#detail {
		width:80px;
		height:38px;
		position:relative;
		left:94%;
		background-color:#fff;
		margin-top:32px;
	}
	
	#detail > span > a:hover {
		background-color:rgb(119, 195, 223);
		border-radius:4px;
		color:#000;
		font-weight:bold;
		padding:2px;
		animation-name:sample01;
		animation-duration:0.5s;
		animation-interation-count:1;
		animation-fill-mode:forwards;
	}
	
	#calender {
		margin-left:64px;
		width:343px;
	}
	
	#cal_comment {
		width:200%;
		height:auto;
		padding:16px;
		font-size:1.3em;
		background-color:#FEF4D6;
		border-radius:10px;
	}
	footer {
		width:98%;
		height:100px;
		padding:1%;
		text-align:center;
		background-image:url(img/titile_back03.jpg);
		background-position:top left;
		background-size:100% auto;
		line-height:45px;
		color:#fff;
		font-weight:bold;
	}
}

@media screen and (min-width:1024px){
	.back {
	  position: relative;
	  padding-left: 25px;
	}
	
	
	.back:before {
	  position: absolute;
	  content: '';
	  bottom: -3px;
	  left: 0;
	  width: 0;
	  height: 0;
	  border: none;
	  border-left: solid 15px transparent;
	  border-bottom: solid 15px rgb(119, 195, 223);
	}
	
	.back:after {
	  position: absolute;
	  content: '';
	  bottom: -3px;
	  left: 10px;
	  width: 100%;
	  border-bottom: solid 3px rgb(119, 195, 223);
	}
	
	#title {
		width:100%;
		height:100vh;
		margin-bottom:64px;
	}
	
	.box_title {
		position: relative;
		max-width:100%;
		width:100%;
		height: 100%;
		margin auto;
		overflow: hidden;
		z-index:10;
	}
	.box_title .bgImg {
		position   : absolute;
		top        : 0;
		left       : 0;
		bottom     : 0;
		right      : 0;
		opacity    : 0;
		animation  : bgAnime 20s infinite;   /* 8画像 × 各5s = 40s */
	}
	.box_title .src0 {
		background-image : url(./img/titile_back00.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
	}
	.box_title .src1 {
		background-image : url(./img/titile_back01.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:5s;
	}
	.box_title .src2 {
		background-image : url(./img/titile_back02.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:10s;
	}
	.box_title .src3 {
		background-image : url(./img/titile_back03.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:15s;
	}
	.box_title .src4 {
		background-image : url(./img/titile_back04.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:20s;
	}
	.box_title .src5 {
		background-image : url(./img/titile_back05.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:25s;
	}
	.box_title .src6 {
		background-image : url(./img/titile_back06.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:30s;
	}
	.box_title .src7 {
		background-image : url(./img/titile_back07.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:35s;
	}
	.box_title .src8 {
		background-image : url(./img/titile_back08.jpg);   /* 背景の画像を指定 */
		background-size: cover;
		background-position:center;
		animation-delay:40s;
	}
	#menu {
		width:100%;
		height:6%;
		position:relative;
		color:#000;
		z-index:200;
	}
	
	#menu_parts {
		width:100px;
		height:20px;
		font-size:14px;
		font-weight:bold;
		float:right;
		text-align:center;
		padding:1%;
		border:0.5px solid #fff;
		border-radius:4px;
		margin-left:0.5%;
		margin-top:1%;
		margin-right:1%;
		cursor:pointer;
	}
	
	#menu > div:hover {
		background-color:#aa0000;
		color:#fff;
		animation-name:sample01;
		animation-duration:0.5s;
		animation-interation-count:1;
		animation-fill-mode:forwards;
	}
	#menu > div:hover a {
		color:#fff;
	}
	
	#logo {
		width:100%;
		height:90%;
		display:flex;
		justify-content: center;
		align-items: center;
		position:relative;
		z-index:100;
	}
	
	#sns {
		width:100%;
		height:auto;
		text-align:center;
	}
	
	#sns01 {
		margin-right:16px;
		border:0;
	}
	
	#sns02 {
		border:0;
	}
	
	#infomation {
		margin-top:16px;
		width:50%;
		height:auto;
		padding:24px;
		border:3px double #F90;
		border-radius:10px;
		margin-left:64px;
		line-height:2em;
	}
	
	#contents01 {
		margin-bottom:0px;
	}
	
	.box01 {
		margin-left:16px;
	}
	
	#contents02 {
		margin-bottom:0px;
	}
	
	#contents03 {
		margin-bottom:0px;
		
	}

	#hiduke {
		float:left;
		width:80px;
		height:1.8em;
		border-bottom:1px dashed #FF9900;
		text-align:left;
		margin-left:56px;
		padding-left:4px;
	}
	
	#oshirase {
		float:left;
		width:500px;
		height:1.8em;
		border-bottom:1px dashed #FF9900;
		text-align:left;
		padding-left:16px;
	}
	
	#explanation {
		margin-left:56px;
		width:100%;
		height:auto;
		line-height:1.8em;
	}
	
	#map {
		width:500px;
		height:500px;
		border:2px solid #F60;
		padding:8px;
		border-radius:5px;
		float:left;
		margin-left:16px;
	}
	#tenpo {
		width:500px;
		height:500px;
		border:2px solid #F60;
		padding:8px;
		border-radius:5px;
		float:left;
		overflow:hidden;
	}

	@keyframes bgAnime {
		0% { opacity: 0; }
		5% { opacity: 1; }
		25% { opacity: 1; }
		30% { opacity: 0; }
		100% { opacity: 0; }
	}
				
	#contents04 {
		margin-bottom:0px;
	}
	
	#contents05 {
		margin-bottom:0px;
	}

	#contents06 {
		margin-bottom:0px;
	}

	#detail {
		width:80px;
		height:38px;
		position:relative;
		left:94%;
		background-color:#fff;
		margin-top:32px;
	}
	
	#detail > span > a:hover {
		background-color:rgb(119, 195, 223);
		border-radius:4px;
		color:#000;
		font-weight:bold;
		padding:2px;
		animation-name:sample01;
		animation-duration:0.5s;
		animation-interation-count:1;
		animation-fill-mode:forwards;
	}
	
	#calender {
		margin-left:64px;
		width:343px;
	}
	
	#cal_comment {
		width:200%;
		height:auto;
		padding:16px;
		font-size:1.3em;
		background-color:#FEF4D6;
		border-radius:10px;
	}
	footer {
		width:98%;
		height:100px;
		padding:1%;
		text-align:center;
		background-image:url(img/titile_back03.jpg);
		background-position:top left;
		background-size:100% auto;
		line-height:45px;
		color:#fff;
		font-weight:bold;
	}
}