/* CSS Document */


#english {}
#english .fv {
	max-width: 1400px;
	margin: 40px auto;
	border-radius: 20px;
	overflow: hidden;
}
#english .lead {
  font-size: 104%;
  line-height: 2em;
  text-align: justify;
  max-width: 760px;
  margin: 80px auto;
  padding: 0 0 40px;
  position: relative;
}
#english .lead h2 {
	font-size: 140%;
	font-weight: 600;
	text-align: center;
	margin: 20px 0;
}
#english .lead::after {
	content: '';
	background: #FCEE21;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: skewX(-45deg);
}
#english .imgBlock {
	display: flex;
	justify-content: center;
	gap: 60px;
	max-width: 1200px;
	margin: 80px auto;
}
#english .imgBlock img:nth-of-type(1) {	width: 58%;}
#english .imgBlock img:nth-of-type(2) {	width: 42%;}



#english .information {
	margin: 80px 0 0;
	padding: 80px 0 200px;
	background: #e7f4fb;
	background: linear-gradient(to bottom, #e7f4fb, #f4fafd);
	position: relative;
}
#english .information::before {
	content: '';
	background: url("../../../module/img/wave_02.png") repeat-x center top;
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -10px;
}
#english .information .inner {
	background: #fff;
	border-radius: 10px;
	padding: 80px 80px 40px;
	box-sizing: border-box;
}
#english .information h2 {
	font-size: 140%;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
}
#english .information .detail {
	margin: 40px 0;
}
#english .information .detail dl {
	display: flex;
	border: 1px solid #eee;
	border-left: 4px solid #1b2727;
	margin: 4px 0;
}
#english .information .detail dl dt {
	font-weight: 500;
	color: #1b2727;
	background: #F3F4F4;
	padding: 20px;
	width: 160px;
	display: flex;
	flex-direction: column;
}
#english .information .detail dl dt span{
	font-size: 90%;
}
#english .information .detail dl dd {
	padding: 20px;
	width: calc(100% - 160px);
}
#english .information .detail dl dd ul.listCircle li {
	line-height: 1.4em;
	margin: 8px 0;
}
#english .information .detail dl dd h3 {
	font-size: 120%;
	font-weight: 600;
}
#english .information .detail dl dd .atn {
	font-size: 90%;
	line-height: 1.4em;
	letter-spacing: .5px;
}
#english .information .detail dl dd .schedule {
	border-top: 1px dashed #ccc;
	margin: 20px 0 0;
	padding: 20px 10px 0;
}
#english .information .detail dl dd .schedule h4 {
	font-weight: 600;
	line-height: 1.4em;
	display: flex;
}
#english .information .detail dl dd .schedule h5 {
	font-weight: 600;
	line-height: 1.4em;
	background: #ddd;
  padding: 5px 10px;
}
#english .information .detail dl dd .schedule h4::before {
	content: url("../../module/img/i_bus.svg");
	width: 28px;
	margin-right: 8px;
}
#english .information .detail dl dd .schedule dl {
	line-height: 1.4em;
	flex-wrap: wrap;
	gap: 2px;
	border: none;
}
#english .information .detail dl dd .schedule dl dt {
	width: 130px;
	background: #fafafa;
	padding: 5px 10px;
	box-sizing: border-box;
}
#english .information .detail dl dd .schedule dl dd {
	width: calc(100% - 140px);
	background: #fafafa;
	padding: 5px 10px;
	box-sizing: border-box;
}

#english .information .detail dl dd .schedule dl.stay {
	align-items: flex-start;
	margin: 15px 0;
}
#english .information .detail dl dd .schedule dl.stay dt,
#english .information .detail dl dd .schedule dl.stay dd {
	background: unset;
}
#english .information .detail dl dd .schedule dl.stay dt img {
	border-radius: 5px;
}




#english .information .detail dl dd table.schedule {
	line-height: 1.6em;
	width: 98%;
}
#english .informationn .detail dl dd table.schedule tr{
	border-bottom: 1px dotted #ccc;
}
#english .information .detail dl dd table.schedule th,
#english .information .detail dl dd table.schedule td{
	padding: 3px 5px;
}
#english .information .detail dl dd table.schedule th{
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
}
#english .information .detail dl dd table.schedule td{
}



#english .information .cancelationPolicy {
	margin: 80px 15px;
	border: 3px solid #ccc;
	border-radius: 10px;
	padding: 40px 65px;
}
#english .information .cancelationPolicy h3 {
	font-size: 120%;
	text-align: center;
	margin: 0 0 30px;
}
#english .information .cancelationPolicy h3 strong {
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
}
#english .information .cancelationPolicy ul li {
	line-height: 1.4em;
	margin: 10px 0;
}


#english .information .contactInformation {
	margin: 120px 15px 80px;
}
#english .information .contactInformation h3 {
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	margin: 0 0 60px;
	position: relative;
}
#english .information .contactInformation h3::after {
	content: '';
	width: 200px;
	border-bottom: 4px solid #EC5A24;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%) skewX(-45deg);;
}
#english .information .contactInformation .block {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#english .information .contactInformation .block dl {
	width: calc(50% - 10px);
}
#english .information .contactInformation .block dl dt {
	font-weight: 500;
	line-height: 1.4em;
	background: #EC5A24;
	color: #fff;
	padding: 1px 10px 4px;
}
#english .information .contactInformation .block dl dd {
	padding: 10px;
	line-height: 1.6em;
}


#english .information .contactForm {
	margin: 80px 15px 40px;
}
#english .information .contactForm h3 {
	font-size: 120%;
	font-weight: 500;
	text-align: center;
	margin: 0 0 30px;
}
#english .information .contactForm form {
	max-width: 680px;
	margin: auto;
}
#english .information .contactForm dl {
	display: flex;
	margin: 10px 0;
}
#english .information .contactForm dl dt {
	width: 200px;
}
#english .information .contactForm dl dt .required {
	font-size: 80%;
	line-height: 1em;
	background: #1B2727;
	color: #fff;
	display: inline-block;
	margin-right: 8px;
	padding: 2px 4px 4px;
	border-radius: 3px;
}
#english .information .contactForm dl dd {
	width: calc(100% - 200px);
}
#english .information .contactForm dl dd input,
#english .information .contactForm dl dd textarea {
	border: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
}
#english .information .contactForm dl dd .w90 { width: 90% !important;}
#english .information .contactForm dl dd .w100 { width: 100% !important;}
#english .information .contactForm .submit {
	text-align: center;
	margin: 20px;
}
#english .information .contactForm .submit input {
	border: 2px solid #ccc;
	background: #fafafa;
	color: #888;
	padding: 5px 40px;
	box-sizing: border-box;
	cursor: pointer;
}
#english .information .contactForm .submit input:hover {
	background: #eee;
	color: #333;
}
#english .information .contactForm .atn {
	font-size: 90%;
	line-height: 1.6em;
	letter-spacing: 0;
	margin: 40px 0;
}


#english .reservation {
	margin: 80px auto 40px;
}
#english .reservation > ul {
	display: flex;
	justify-content: center;
	gap: 40px;
}
/*#english .reservation ul li {
	margin: 20px 0;
}
#english .reservation ul li a {
	display: inline-block;
	font-size: 140%;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background: #0c7f47;
	padding: 20px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .4));
	width: 420px;
}*/






#english .reservation .reserve {
	display: block;
	font-size: 140%;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #A1B819;
	border-radius: 5px;
	width: 300px;
	padding: 20px 10px;
	margin: 20px auto;
}
#english .reservation .reserve strong {
	font-size: 200%;
}
#english .reservation .reserve:hover {
	opacity: .8;
}



.open {	cursor: pointer;}
.popUp { display: none;}
.overlay { display: none;}
.popUp:checked + .overlay {
	display: block;
	z-index: 9999;
	background: rgba(0,0,0,.8);
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.overlay .window {
	width: 90vw;
	max-width: 1000px;
	height: 85vh;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 80px 40px 40px;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.overlay .window .close {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 6rem;
}
.overlay .window .overlayInner {
	height: 100%;
	overflow-y: scroll;
	padding: 20px;
	box-sizing: border-box;
}
.overlay .window .overlayInner .conditions {
	font-size: 95%;
}
.overlay .window .overlayInner .conditions a {
	text-decoration: underline;
}
.overlay .window .overlayInner .conditions h2 {
	font-size: 120%;
	text-align: center;
	margin: 0 0 20px;
}
.overlay .window .overlayInner .conditions ul {
	line-height: 1.4em;
	list-style: disc;
	padding-left: 1em;
}
.overlay .window .overlayInner .conditions ul li {
	margin: auto;
}
.overlay .window .overlayInner .conditions ul li table {
	margin: 20px 0;
}
.overlay .window .overlayInner .conditions ul li table th {
	text-align: center;
	background: #eee;
}
.overlay .window .overlayInner .conditions ul li table th,
.overlay .window .overlayInner .conditions ul li table td {
	border: 1px solid #ccc;
	padding: 5px;
}
.overlay .window .overlayInner .conditions ul li table td span {
	font-size: 85%;
	margin-left: 1em;
}
.overlay .window .overlayInner .conditions address {
	line-height: 1.6em;
	margin-top: 20px;
}
.overlay .window .overlayInner .btn {
	margin: 40px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.overlay .window .overlayInner .btn label {
	cursor: pointer;
	border: 1px solid #eee;
	padding: 2px 10px;
}
.overlay .window .overlayInner .btn button {
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 12px;
	color: #fff;
	background: #A1B819;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 240px;
}
.overlay .window .overlayInner .btn button[disabled] {
  cursor: not-allowed;
	background: #ccc;
}





@media screen and (max-width: 480px) {
  
	body {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6em;
		letter-spacing: 0;
	}
	
	#english .fv {
		margin: 10px auto;
		border-radius: 0;
	}
	#english .lead {
		line-height: 1.8em;
		margin: 40px 20px;
		padding: 0 0 30px;
	}
	#english .lead h2 {
		font-size: 130%;
		margin: 10px 0;
	}
	#english .imgBlock {
		gap: 20px;
		margin: 40px auto;
		flex-direction: column;
		align-items: center;
	}
	#english .imgBlock img:nth-of-type(1) {	width: 80%;}
	#english .imgBlock img:nth-of-type(2) {	width: 70%;}
	
	#english .information {
		margin: 40px 0 0;
		padding: 40px 0 100px;
	}
	#english .information .detail dl dd .schedule {
		font-size: 95%;
		line-height: 1.4em;
		padding: 20px 0 0;
	}
	#english .information .detail dl dd .schedule dl {
		flex-direction: row;
	}
	#english .information .detail dl dd .schedule dl dt {
		width: 90px;
		padding: 2px 8px;
	}
	#english .information .detail dl dd .schedule dl dd {
		width: calc(100% - 95px);
		padding: 2px 8px;
	}
	
	#english .information .detail dl dd .schedule dl.stay {
		align-items: center;
		flex-direction: column;
		margin: 20px 0;
	}
	#english .information .detail dl dd .schedule dl.stay dt,
	#english .information .detail dl dd .schedule dl.stay dd {
		width: 95%;
	}
	
	
	
	
	
	
	
	#english .information .inner {
		margin: 0 10px;
		padding: 40px 15px 20px;
	}
	#english .information h2 {
		font-size: 130%;
	}
	
	#english .information .detail {
		margin: 30px 0;
	}
	#english .information .detail dl {
		flex-direction: column;
		margin: 10px 0;
	}
	#english .information .detail dl dt {
		padding: 5px 15px;
		width: auto;
		flex-direction: row;
	}
	#english .information .detail dl dd {
		padding: 20px 15px;
		width: auto;
	}
	
	#english .information .cancelationPolicy {
		margin: 60px 0;
		padding: 30px 15px;
	}
	#english .information .cancelationPolicy h3 {
		font-size: 100%;
	}
	#english .information .cancelationPolicy .listDisc {
		font-size: 96%;
	}
	
	#english .information .contactInformation {
		margin: 40px 0;
	}
	#english .information .contactInformation h3 {
		font-size: 110%;
		margin: 0 0 50px;
	}
	#english .information .contactInformation h3::after {
		width: 160px;
		border-bottom: 3px solid #EC5A24;
		bottom: -15px;
	}
	#english .information .contactInformation .block {
		flex-direction: column;
		gap: 10px;
	}
	#english .information .contactInformation .block dl {
		width: auto;
		font-size: 96%;
	}
	#english .information .contactInformation .block dl dd {
		padding: 5px 10px;
	}
	
	#english .information .contactForm {
		margin: 40px 0;
		border: 2px solid #eee;
		padding: 20px;
		border-radius: 10px;
	}
	#english .information .contactForm h3 {
		font-size: 110%;
		margin: 0 0 20px;
	}
	#english .information .contactForm dl {
		font-size: 96%;
		flex-direction: column;
		gap: 5px;
	}
	#english .information .contactForm dl dt {
		width: auto;
	}
	#english .information .contactForm dl dd {
		width: auto;
	}
	
	
	#english .reservation {
		margin: 40px auto;
	}
	#english .reservation ul {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	#english .reservation ul li a {
		max-width: 90%;
		box-sizing: border-box;
	}
	
	
	
	#english .reservation .reserve {
		width: 260px;
		padding: 15px 10px;
		margin: 5px;
	}

	.overlay .window {
		padding: 70px 5px 20px;
	}
	.overlay .window .overlayInner {
		padding: 15px;
	}
	
	
	
	
	
	
	
	
	
}
