
body {
	padding: 0;	
	margin: 0;
	font-family: "Roboto", sans-serif;
}

.main-head, .sub-head {
	font-family: "Roboto", sans-serif;
	color:cadetblue;
}

.container {
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 2rem 0;
}

.navbar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #FB281E;
	text-decoration: none;
	padding: 0.5rem 5rem 0.5rem 5rem;
	gap: 3rem;
	border-radius: 80px;	
	border: 3px solid transparent;
	font-size: 22px;
	width: auto;
}

.navbar a {
	color:black;
	text-decoration: none;
	padding: 1rem;
	font-weight: 700;
}

.navbar a:hover {
	color:gold;
}

.donlogo {
	padding-top: 5px;	
}

.donlogo1 {
	height: 40px;
}

.container1 {
	background-image: linear-gradient(#FFA048, #FFEB92);
	padding: 2px;
}

.container2{
	background-image: linear-gradient(#5DCDF0, #CCF5FF);
	padding: 2px;
}

.container3 {
	background-image: linear-gradient(#FFA048, #FFEB92);
	padding: 2px;	
}

.container4 {
	background-image: linear-gradient(#FFA048, #FFEB92);
	padding: 2px;
}

.container5 {
	background-image: linear-gradient(#5DCDF0, #CCF5FF);
	padding: 2px;	
}

.main {
	display: flex;
	flex-direction: row;
}

.main-head {
	font-size: 75px;
	color: black;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-right: 80px;
	text-align: center;
}

.sub-head {
	color: black;
	text-align: center;
}

.sub-head2 {
	color: black;
	margin-right: 80px;
	font-size: 36px;
	margin-bottom: 0px;
}

.main-head2 {
	font-size: 75px;
	color: black;
	text-align: center;
}

.main-head3 {
	font-size: 75px;
	color: black;
	margin-left: 80px;
	margin-bottom: 20px;
	margin-right: 80px;
}

.main-head4 {
	font-size: 75px;
	color: black;
	text-align: center;
	padding-top: 40px;
}

.aside-left {
	width: 50%;
	padding: 1rem;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.aside-right {
	width: 50%;
	padding: 1rem;
	padding-right: 80px;
	box-sizing: border-box;
}
	
img {
	width: 100%;
	height: auto;
}

.index-right {
	margin-top: 200px;
	margin-right: 80px;
}

.mascot1 {
	width: 544px;
	height: 899px;
	margin-left:120px;
	margin-bottom: 40px;
	margin-right: 30px;
}

.mascots {
	border-radius: 30px;
	width: 800px;
	margin-bottom: 50px;
	margin-top: 50px;

}

.mascots2 {
	border-radius: 30px;
	width: 1500px;
	margin-bottom: 50px;
	margin-top: 50px;

}

.mascots3 {
	border-radius: 30px;
	width: 1500px;
	margin-bottom: 50px;
	margin-top: 50px;

}


.btn-main {
	display: flex;
	width: 120px;
	height: 30px;
	background-color: #FFEB92;
	color: black;
	text-decoration: none;
	padding: 1rem 1rem 0.5rem 0.5rem;
	border-radius: 30px;	
	border: 2px solid transparent;
	justify-content: center;
	font-weight: bold;
	
}

.btn-main:hover {
	background: black;
	color: #FFEB92;
	border: 2px solid transparent;
	font-weight: bold;
	
}

.searchbox {
	width: 450px;
	padding: 15px 20px;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	outline: none;
	margin-left: 80px;
}

.storesearchcontent {
	display: flex;
	justify-content: center;
	gap: 80px;
	margin: 40px auto;
}

.searchoptions {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 650px;
	margin-right: 40px;
}

.store-name {
	display: block;
	border: none;
	border-radius: 30px;
	outline: none;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	flex: 1; 
	padding-right: 10px;
	width:500px;       
	padding: 20px 20px;
} 

.store-entry {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	border-radius: 20px;
	padding: 8px 20px;
}
.store-guide-btn {
	background-color: #FFEB92;
	color: black;
	padding: 8px 16px;
	border-radius: 30px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px
}

.store-guide-btn:hover {
	background-color: black;
	color: #FFEB92;
}

.japanmap {
	width: 620px;
	border-radius: 30px;
	margin: 0px 0px 40px 40px;
}

.about1 {
	border: none;
	border-radius: 30px;	
	width: 600px;
	margin-left: 80px;
	margin-bottom: 30px;
}

.about2 {
	border: none;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 80px;
	border-radius: 30px;	
	width: 600px;
}

.aboutsection2 {
	display: flex;
	flex-direction: row;
}




.container2 .main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 100px;
	margin-left: 80px;
	margin-right: 80px;
}

.container2 .aside-left p {
	font-weight: bold;
	margin-bottom: 10px;
}

/* SERVICES */
.services-section {
	padding: 40px 20px;
	text-align: center;
}

#services-title {
	margin-bottom: 40px;
	font-size: 75px;
	color: black;
	margin-left: 80px;
	margin-right: 80px;
	text-align: left;  
	margin-top:0px;
}

.services-container {
	display: flex;
	justify-content: center; 
	align-items: flex-start;
	gap: 180px;
	flex-wrap: wrap;
	width: 100%;
}

.service-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
}

.service-icon {
	width: 300px;
	height: 300px;
	border-radius: 80px;
	background-color: white;
}

.service-label {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	color: black;
	text-align: center;
}

.service-item:hover {
	transform: scale(1.05);
	z-index: 2;
}

.services-container:hover .service-item:not(:hover) {
	filter: blur(0.2px);
	opacity: 0.5;
	transform: scale(0.99);
}

/* TOPICS */
.carousel-container {
      background: linear-gradient(to bottom, #00cfff, #ffffff);
      padding: 20px;
      overflow: hidden;
}

.carousel-title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 40px;
}

.carousel {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 30px;
	padding: 40px 40px;
}

.carousel::-webkit-scrollbar {
	display: none; 
}

.card {
	min-width: 200px;
	background: white;
	border-radius: 60px;
	padding: 50px 50px;
	text-align: center;
}

.date {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
}

.text {
      font-size: 12px;
}


footer {
	flex-direction: row;
	justify-content: center;
	font-family: "Roboto", sans-serif;
}

form {
	font-family: "Roboto", sans-serif;
}

.radio-label {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.containersquare{
	background-color: #ffe059;
	border-radius: 200px;
	padding: 40px;
	width: 80%;
	max-width: 1000px;
	margin: 100px auto 100px;
	text-align: center;
}

/* FOOTER */
.footerlogo {
	height: 120px;
	width: 300px;
}

.footeryay {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	margin-top: 20px;
	text-align: left;
}

.footeraddress {
	text-align: left;
	display: block;
}

.footerbottom {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.footerbottom a {
	margin: 0 12px;
	text-decoration: none;
	color: black;
}

.footerbottom a:hover {
	color: red;
}

.social1 {
	text-decoration: none;
	color: black;
}
	


.copyright {
	text-align: center;
	margin: 20px 0 40px;
	color: black;
	font-size: 14px;	
}

/* CONTACT CONTACT */
.contact-container {
	display: flex;
	justify-content: center; 
	align-items: flex-start;
	gap: 150px;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}

.contact-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
}

.contact-icon {
	width: 300px;
	height: 300px;
	border-radius: 80px;
	object-fit: cover;
	background-color: white;
}

.contact-label {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	color: black;
	text-align: center;
}

.contact-item:hover {
	transform: scale(1.05);
	z-index: 2;
}

.contact-container:hover .contact-item:not(:hover) {
	filter: blur(0.2px);
	opacity: 0.5;
	transform: scale(0.99)
}

/* CONTACT FAQ */
.container-faq {
	margin-left: 20px; 
	margin-right: 20px; 
	margin-bottom: 50px; 
	margin-top:0px;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 20px; 
	max-width: 1000px;
	margin: 0 auto;
}

.faq-item {
	border-radius: 30px;
	background: white;
	overflow: hidden;
}

.faq-question {
	background-color: white;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	width: 100%;
	text-align: left;
}

.faq-answer {
	display: none;
	padding: 20px 20px;
	font-size: 14px;
}

.faq-item.active .faq-answer {
	display: block;
}

.faq-item.active .faq-question {
	background-color: #FFE059;
}

/* INQUIRIES */
.inquiry-container {
	max-width: 1000px;
	border-radius: 40px;
	padding: 40px;
	padding-top: 0px;
	margin-bottom: 40px;
	background-color: white;
}

.section-title {
	background-color: #FB281E;
	color: white;
	padding: 15px 25px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 20px;
	margin: -40px -40px 30px;
}

.inquiry-form .form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 0;
}

.inquiry-form .form-row:last-child {
	border-bottom: none;
}


.form-row label {
	width: 25%;
	font-weight: bold;
	color: black;
	margin-top: 10px;
}

.form-row label a {
	display: block;
  	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
}

.form-row .radio-group {
	margin-top: 10px;
	gap: 30px;
	align-items: center;
}

textarea,
select,
input[type="text"],
input[type="date"] {
	width: 100%;
	max-width: 550px;
	padding: 10px;
	font-size: 14px;
	border-radius: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

textarea {
	height: 100px;
	resize: vertical;
}

.radio-group {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top: 5px;
}

.radio-group label {
	font-weight: normal;
	font-size: 14px;
}

.input-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 8px;
}

.input-group input {
	width: 60px;
	padding: 8px;
	text-align: center;
	font-size: 14px;
	border-radius: 10px;
}

input[disabled] {
	background-color: #eee;
	font-weight: bold;
}

.submit-btn {
	background-color: #FFA048;
	color: black;
	text-decoration: none;
	padding: 1rem 1rem 1rem 1rem;
	border-radius: 30px;	
	border: 2px solid transparent;
}

.submit-btn:hover {
	background: black;
	color: #FFEB92;
	border: 2px solid transparent;
	border-radius: 30px;	
}

.notes {
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#first-name {
	width: 150px;
}

#last-name {
	width: 150px;
}

/* popup */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 30px;
  border: 1px solid #ccc;
  width: 300px;
  border-radius: 10px;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover {
  color: black;
}


/* responsive */
@media (max-width:992px){
	.container, .container1, .container2, .container3, .container4, {
		padding: 1rem;
		margin: 0 auto;
	}

	.navbar {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
		font-size: 16px;
		padding: 1rem;
}

	.donlogo1 {
		height: 30px;
}

	.navbar a {
		font-size: 14px;
		padding: 0.5rem;
	}

	.main-head, .main-head2, .main-head3, .main-head4, #services-title {
		font-size: 40px;
		margin: 1rem 0;
		text-align: center;
	}

	.sub-head, .sub-head2 {
		font-size: 18px;
		text-align: center;
		margin: 0.5rem 1rem;
	}

	.aboutsection2, .storesearchcontent, .container2 .main {
		flex-direction: column;
	}

	.main {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		padding: 1rem;
  }

	.aside-left, .aside-right {
		padding: 1rem;
		box-sizing: border-box;
  }

	.index-right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 0;
		margin: 0 auto;
		width: 100%;
  }

	.sub-head p {
		text-align: center;
  }

	.main-head {
	    text-align: center;
	    font-size: 36px;
  }

	.mascot1 {
		width: 100%;
		height: auto;
		margin: 0 auto;
  }	

	.sub-head {
		text-align: left;
  }


	.btn-main {
		margin-top: 1rem;
  }
	
	.aside-left, .aside-right {
		width: 100%;
		padding: 0;
	}

	.index-right {
		margin: 0;
	}

	.mascot1, .mascots, .mascots2, .mascots3, .japanmap, .about1, .about2 {
		width: 90% !important;
		height: auto;
		margin: 1rem auto;
	}

	.searchbox, .store-name {
		width: 90%;
		margin: 0 auto;
	}
	
	.searchbox {
		justify-content: center;
	}

	.searchoptions {
		width: 100%;
		margin: 0;
		padding: 0 1rem;
	}

	.store-entry {
		flex-direction: row;
		align-items: flex-start;
		gap: 0.5rem;
		margin-right: 40px;
	}
	
	.store-name {
		font-size: 16px;
		width: auto;
		flex: 1;
	}

	.store-guide-btn {
		font-size: 14px;
		padding: 8px 20px;
		margin-top: 13px;
	}
	
	
	
	.btn-main, {
		width: 100%;
		font-size: 14px;
		padding: 1rem;
		padding-bottom: 0.25rem;
		text-align: center;
	}

	.card {
		min-width: 200px;
		max-width: 100%;
		padding: 20px;
	}

	.services-container, .contact-container {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}

	.service-icon, .contact-icon {
		width: 200px;
		height: 200px;
	}  
	
	.footeryay {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		text-align: left;
		padding: 40px;
		gap: 30px;
		flex-wrap: wrap;
  }

	.footeraddress {
		flex: 1;
		min-width: 260px;
  }

	.footersocialmedia {
		flex: 1;
		min-width: 260px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
  }

	.footer-title-logo {
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 0;
  }

	.footer-title-en {
		font-size: 24px;
		font-weight: bold;
		margin: 0 0 20px 0;
  }

	.footersocialmedia h2 a {
		text-decoration: none;
		color: black;
		display: block;
		margin-bottom: 6px;
  }

	.footerbottom {
		margin-top: 30px;
		display: flex;
		justify-content: center;
		gap: 30px;
		flex-wrap: wrap;
}

	.footerbottom a {
		font-size: 16px;
  }

	.footerlogo {
		display: block;
		margin: 0 auto;
		width: 200px;
		height: auto;
}



