/*-----------------------------------------------------------------------------------*/
/*	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: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 400;
font-style: normal;

	text-align: left;
}

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




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: 18px;
	color: rgb(0, 0, 0);


}


img {
   width: 100%;
}

a {
color: #000000;

 }

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

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

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

  .slide-caption {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	opacity: 0;
	transition: opacity 5s ease;
	z-index: 2;
    width: 100%;
    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: 400px; /* 必要に応じてpxで調整 */
	font-size: 25px;
	font-weight: 100;
	text-align: center;
  }
  
  .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: 30px 10px 30px 10px;
	background-color:rgb(255, 255, 255);
}

.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%;
	
}

.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: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: white;
		opacity: 0;
		transition: opacity 5s ease;
		z-index: 2;
		width: 100%;
		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: 300px; /* 必要に応じてpxで調整 */
		font-size: 20px;
		font-weight: 100;
		text-align: center;
	  }
	  
	  .slide-caption-text2 {
	
		margin-top: 10px; /* 必要に応じてpxで調整 */
		font-size: 15px;
		font-weight: 100;
		text-align: center;
	
		color: aliceblue;
	  }

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

        p {

        font-size: 15px;
        color: rgb(0, 0, 0);
		background-color: #ffffff;
	
      }

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

	}