@charset "UTF-8";
html { scroll-behavior: smooth;}
/* Body */
body {
	font-family: source-sans-pro;
	background: url("/images/DSC07156.JPG");
	font-style: normal;
	font-weight: 200;
	transition: background 0.5s ease;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 1px 2px 3px #000000;
}
section {

	  margin-top: 100px;
  margin-bottom: 50px;
  }
.shown {
	opacity: 1;
}
.hidden {
	opacity: 0;
	pointer-events: none;
}
/*loader*/
.loader {
	position: fixed;
	background: url("/images/DSC07172.JPG") no-repeat center/cover;
	background-position: center;
	background-color: black;
	width: 100vw;
	height: 100vh;
	z-index: 5000;
	align-items: center;
	justify-content: center;
	display: flex;
	transition: opacity 0.3s ease-out;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mobile-header {
	visibility: hidden;
}
/* Container */
.container {
	width: 100%;
	height: 470vh;
	left: 0;
	right: 0;
	opacity: 0;
}
.overlay {
	position:fixed;
	top:0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: background 0.5s ease, opacity 0.5 ease;
	pointer-events:  none;
	background-attachment: fixed;
}
/* Navigation #471A00*/

.desktop-header {
	position: fixed;
	width: 100%;
	height: 11vh;

	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	z-index: 1000;
	left: 0;
	right: 0;
	top:0;
}
.logo {
	display: block;
	max-height: 90px;
	width: auto;
}
nav {
	display: flex;
	flex:1;
}
header nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-items: center;
	width: 100%;
	margin: 0;
	left: 0;
	right: 0;
}

header li.divider {
	flex: 0 0 auto;
	width: 1px;
	height: 5vh;
	background-color: #FFFFFF;
}



/*AboutSection*/
.about {
	padding-top:10vh;
}
.about .about-title {
	color: #FFFFFF;
	text-align: center;
	font-size: 10vh;
	margin-top: 10px;
}
.about .about-image {
	width: 25vw;
	height: auto;
	left: 20px;
	display: flex;
}
.about .about-container {
	display: flex;
	justify-content: center;
	align-items: center;

	padding-top: 50px;
	position: relative;
	flex-direction: column;
}
.about .about-box {
	background-color: rgba(0,0,0,0.7);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 90%;
	height: auto;
	position: relative;
	overflow: visible; 
}
.about .about-caption {
	color: #FFFFFF;
	text-align: center;
	font-size: 7vh;
	letter-spacing: 4px;
	width: 90%;
	align-items: center;
	justify-self: center;
}
.about .about-jukebox-image {
	max-width: 50%;
	position: relative;
	top: 10px;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	object-fit: cover;
	display: inline-block;
}
.about .about-box-image {
	max-width: 70%;
	height: auto;
	display: block;
	margin: 10px auto;
	z-index: 1;
	object-fit: cover;
	display: inline-block;
}
.about .about-content {
	color: #FFFFFF;	
	font-size: 3vh;
	text-align: center;
	align-items: center;
	justify-self: center;
}

/* SearchSection */
.search {
  margin-bottom: 0px;
}

.search .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60px;
  position: relative;
}

.search .search-box {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 1100px; 
  padding: 20px 20px;
  text-align: center;
  color: white;
}


.search .more-summary {
  color: white;
  font-size: 3vh;
  text-align: center;
  margin-bottom: 30px;
}

.search form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.search input[type="text"] {
  width: 80%;
  max-width: 700px;
  padding: 10px 15px;
  font-size: 1.2rem;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0;
}

.search input[type="submit"],
.search input[type="reset"] {
  padding: 10px 40px;
  font-size: 1.2rem;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 0;
  cursor: pointer;
}

.search input[type="submit"]:hover,
.search input[type="reset"]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* TimeSection */
#time {
  scroll-margin-top: 100px;
}
.time .time-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70vh;
}
.time .time-box {
	background-color: rgba(0,0,0,0.7);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 90%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-evenly;
}
.time .time-content {
	color: white;
	font-size: 10vh;
	display: flex;
	align-items: flex-start; 
	justify-content: space-between;
	gap: 20px; 
	flex-wrap: wrap; 
  padding: 5vh;
}
.time .time-header {
	display: block;
	text-align: center;
	font-size: 7vh;
	width: 100%;               
  margin-bottom: 1rem;       
}
.time .time-info {
	color: white;
	font-size: 3vh;
	align-items: stretch;
	text-align: justify;
	width: 100%;
	list-style: none;
}
  .time-text {
	flex: 1;
	padding-right: 1rem;
  }
  
  .time-image {
	width: 40%; 
	height: auto;
	object-fit: cover;
  min-width: 200px;
  }
/*AccessSection*/
.access .access-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70vh;
}
.access .access-box {
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 90%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-evenly;
	align-items: center;
}
.access .access-content {
	justify-content: center;
	align-items: center;
	
}
.access .access-header {
	color: white;
	font-size: 7vh;
	text-align: center;
}
.access .access-info p {
	color: white;
	font-size: 3vh;
}
/*ContactSection*/
.contact .contact-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20vh;
	margin-bottom: 100px;
	
}
.contact .contact-box {
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 90%;
	 padding: 40px;           /* 内容に余白を追加 */
	height: auto;
	position: relative;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.contact .contact-content {
	color: white;
	justify-content: center;
	align-items: center;
	padding: 0 25vh;
	padding-bottom:  5vh;
}
.contact .contact-header {
	text-align: center;
	font-size: 6vh;
}
.contact .contact-info li {
	font-size: 3vh;
	list-style: none;
	 word-break: break-word;
  overflow-wrap: break-word;

}
/* More info */

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0;
}


/* Mobile */
@media (min-width: 200px)and (max-width: 1000px) {
.header {
	display: none;
}
.mobile-header {
	visibility: visible;
	position:fixed;
	background: rgba(75, 39, 9, 0.5);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 5000;
	display: fixed;
	flex-direction: row;
	top:0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: space-between;
}
.mobile-logo {
    height: 5vh;
	width: auto;
	margin-right: 150px;
	text-align: center;
}
.menu-logo-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 16px;
  }
.mobile-header .menu-btn {
	display: absolute;
	top: 16px;              
  right: 16px; 
	flex-direction: column;
	cursor: pointer;
	width: 40px;
	height: 32px;
	justify-content: space-between;
	margin-left: 6px;
}
.mobile-header .menu-btn span{
	display: block;
	width: 50px;
	height: 4px;
	background-color: white; 
	margin: 6px 0;
}
.mobile-header .mobile-menu {
	display: none;

	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background-color: rgba(33,33,33, 0.7);
}
.mobile-menu ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mobile-menu ul li {
	padding: 10px;
}
.mobile-menu ul li a {
	color: white;
	text-decoration: none;
	font-size: 1.4rem;
  font-weight: bold;
}
.about {
	padding-top: 30vh;
}
.about .about-title {
	font-size: 9vw;
}
.about .about-image {
	padding-top: 15vh;
	width: 40vw;
	height: auto;
	display: flex;
}
.about .about-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding-top: 50vh;
	position: relative;
	padding-bottom: 100px;
}
.about .about-box {
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 90%;
	height: auto;
	position: relative;
}
.about .about-caption {
	color: #FFFFFF;
	text-align: center;
	font-size: 3.5vh;
	letter-spacing: 1px;
	width: 90%;
	align-items: center;
	justify-self: center;
}
.about .about-jukebox-image {
	max-width: 95%;
	position: relative;
	top: 10px;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	object-fit: cover;
	display: inline-block;
}
.about .about-content {
	color: #FFFFFF;	
	font-size: 2vh;
	text-align: center;
	width: 95%;
	align-items: center;
	justify-self: center;
}
/* TimeSection */
.time .time-container {
	margin-top: 10vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 70vh;
}
.time .time-box {
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.time .time-content {
	color: white;
	font-size: 2vh;
	align-items: center;
	justify-content: space-evenly;
	display: flex;
	flex-direction: column;
}
.time .time-header {
	font-size: 5vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}
.time .time-info {
	color: white;
	font-size: 2vh;
	align-items: stretch;
	text-align: justify;
	width: 90%;
	list-style: none;
}

/*AccessSection*/
.access .access-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding-top: 20vh;
}
.access .access-box {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 90%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}
.access .access-content {

	justify-content: center;
	align-items: center;
	text-align: center; 
}
.access .access-header {
	color: white;
	font-size: 5vh;
}
.access .access-info p {
	width: 90%;
	color: white;
	font-size: 2vh;
	 margin: 0 auto;        
  line-height: 1.6;       
}

/*ContactSection*/
.contact .contact-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding-top: 50px;
	margin-bottom: 50px;
}
.contact .contact-box {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 90%;
	padding: 20px;
	height: auto;
	position: relative;
	display: flex; 
	justify-content: center;
	align-items: center;
}
.contact .contact-content {
	display: flex;               
  flex-direction: column; 
	color: white;
	justify-content: center;
	align-items: center;
}
.contact .contact-header {
	font-size: 4.5vh;
}
.contact .contact-info li {
	font-size: 2vh;
	line-height: 1.5;  
  /* スマホ版のみの改善ポイント */
    text-align: left;    /* ← テキストは左揃えのまま */
    max-width: 70%;
	margin: 0 auto;       
    word-break: keep-all;
    padding-right: 5vw;     /* 左に余白を確保（内容だけ寄せる） */
    box-sizing: border-box; /* ← padding等を含んだ幅に */
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
	width: 100%;
}

.copyright {
	position: static;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0;
}
}
