/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

	text-align: left;
}

body {
  background-color: rgb(255, 255, 255);
  
}


h1 {

font-size: 50px;
 margin: 30px 0 30px 0;
 background-color:rgb(255, 255, 255);
 color: rgb(0, 0, 0);
}


h2 {

 font-size: 30px;
 margin: 30px 0 30px 0;
 background-color:rgb(255, 255, 255);
 color: rgb(0, 0, 0);

}


h3{
	font-size: 25px;
	margin: 20px 0 20px 0;
	background-color:rgb(255, 255, 255);
	color: rgb(0, 0, 0);

}

p {

	font-size: 13px;

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}


img {
   width: 100%;
}

a {
color: #000000;

 }

.slideshow-container {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
  }

  .slide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease;
	filter: brightness(100%);
	transform-origin: center; 

  }

  .slide.active {
	opacity: 1;
	z-index: 1;
  }

  .slide-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	opacity: 0;
	transition: opacity 5s ease;
	z-index: 2;
    width: 60%;
    white-space: nowrap;

  }

  .slide-caption p {
	font-size: 0.8em;
  }

  .slide-caption.fade-in {
	opacity: 1;
  }



  .overlay-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px; /* 任意のサイズに調整してOK */
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: contain;
	pointer-events: none;
	z-index: 2;
  }
  
  .slide-caption-text {
	margin-top: 0px; /* 必要に応じてpxで調整 */
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
  }
  
  .slide-caption-text2 {

	margin-top: 10px; /* 必要に応じてpxで調整 */
	font-size: 20px;
	font-weight: 100;
	text-align: center;

	color: aliceblue;
  }
 
  
 
main{
 margin: 30px 10% 0px 10%;
 background-color:rgb(255, 255, 255);
}

article{
	margin: 50px 10px 50px 10px;
	background-color:rgb(255, 255, 255);
}

a.btn_01 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 1rem 0rem;
	font-weight:normal;
	border: 1px solid #eeff00;
	background: #eeff00;
	color:#000000;
	transition: 0.5s;
	font-size: 13px;
	border-radius: 60px;
	
}

a.btn_01:hover {
	color: #000000;
	background: #ffffff;
	border: 1px solid #eeff00;
}

.map {
margin: 30px 0 30px 0;
width: 500px;
}


.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	
}


.photo {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 350px;
	text-align: center;
}



.box1 {
display: block;
margin-left: 0px;
margin-right: 0px;
margin-top: 50px;
margin-bottom: 50px;

}

.blank1 {
	margin: 10% 0 10% 0;
}

footer{
	background-color:rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-size: 15px;
	margin-bottom: 10px;
        text-align: left;

}


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


	.slide-caption {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);

		opacity: 0;
		transition: opacity 5s ease;
		z-index: 2;
		width: 70%;
		white-space: nowrap;
	
		
	  }
	
	  .slide-caption p {
		font-size: 0.8em;
	  }
	
	  .slide-caption.fade-in {
		opacity: 1;
	  }
	
	
	
	  .overlay-image {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 500px; /* 任意のサイズに調整してOK */
		height: auto;
		transform: translate(-50%, -50%);
		object-fit: contain;
		pointer-events: none;
		z-index: 2;
	  }
	  
	  .slide-caption-text {
		margin-top: 0px; /* 必要に応じてpxで調整 */
		font-size: 16px;
		font-weight: 100;
		text-align: center;
		font-weight: bold;
	  }
	  
	  .slide-caption-text2 {
	
		margin-top: 10px; /* 必要に応じてpxで調整 */
		font-size: 15px;
		font-weight: 100;
		text-align: center;
	
	
	  }

       h2 {
	    font-size: 25px;
	    margin: 30px 0 30px 0;
	    background-color:rgb(255, 255, 255);
	    color: rgb(0, 0, 0);
      }

        p {

        font-size: 13px;
       
	
      }

	  

        .map {
        margin: 30px 0 30px 0;
        width: 100%;
      }

	  .flex {
	display: block;
      }

	  .photo {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 60px;
	margin-bottom: 30px;
	width: 	100%;
	text-align: left;
}

	}