@charset "UTF-8";
@media screen and (min-width: 1080px){
  #main-nav ul a {color:#100F10;}}

/* --------------------
   HERO
-------------------- */
#hero { padding: 180px 0 40px;}
#hero .photo {
  margin-top: 50px;
  border-radius: 0 20px 20px 0;
  background: url("../images/service/title.jpg") no-repeat center center;
  background-size: cover;
  height: 440px;
  width: calc(100vw - 40px);}
@media screen and (max-width: 1080px){
  #hero .text { padding: 0 4vw;}}
@media screen and (max-width: 768px){
  #hero { padding: 120px 0 5vw;}
  #hero .photo { margin-top: 5vw; height: 40vw;}}
@media screen and (max-width: 480px){
  #hero .photo {width: 95vw; border-radius: 0 10px 10px 0;}}

/* --------------------
   PAGENAVI
-------------------- */
#pagenv .flex { display: flex;}
#pagenv .item {
  border-bottom: 1px solid #00CC18;
  padding-left: 40px;}
#pagenv a {
  padding-bottom: 8px;
  font-size: 14px;
  color: #100F10;}
#pagenv .flex .item:last-child a { padding-right: 20px;}
#pagenv a img {
  margin-left: 9px;
  display: inline-block;}
@media screen and (max-width: 1080px){
	#pagenv .flex { flex-wrap: wrap;gap: 10px 0;}
	#pagenv .item { padding-left: 20px;}}

/* --------------------
   TOUR
-------------------- */
#tour {
	padding-top: 120px;
	padding-bottom: 120px;}
#tour { padding-bottom: 120px;}
#tour h2 { padding-top: 30px;}
#tour .flex1 {
	display: flex;
	gap:20px 50px;}
#tour .flex1 .text {
	padding-top: 60px;
	flex: 1;}
#tour .flex2 {
	padding-top: 80px;
	display: flex;
	gap:40px;
	justify-content: space-between;}
#tour .flex2 p { padding-top: 10px;}
#tour h3 {
	padding: 120px 0 30px;}
#tour h3 img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top:-5px;}
#tour .dayinfo dl {
	display: flex;
	margin-bottom: 10px;
	height: 100%;}
#tour .dayinfo dl dt {
	padding: 24px;
	display: flex;
	text-align: center;
	align-items: center;
	background: #00B4CC;
	min-width: 250px;
	border-radius: 4px 0 0 4px;
	color: #fff;}
#tour .dayinfo dl dt p {
	width: 100%;
	text-align: center;}
#tour .dayinfo dl dd {
	background: #fff;
	width: 100%;
	flex: 1;
	border-radius: 0 4px 4px 0;
	padding: 24px;}
#tour .dayinfo p.pdb30 { padding-bottom: 30px;}
#tour a.more { margin-top: 60px;}

@media screen and (max-width: 1080px){
	#tour .flex1 { flex-wrap: wrap;}
	#tour .flex1 > div { width: 100%;}
	#tour .flex1 .text { padding-top: 10px;}
	#tour .flex2 {
		flex-wrap: wrap;
		gap:20px;
		justify-content: center;
		padding-top: 40px;}
	#tour .dayinfo dl { display: block;}
	#tour .dayinfo dl dt {
		border-radius: 4px 4px 0 0;
		padding: 16px 0;}
	#tour .dayinfo dl dd { border-radius: 0 0 4px 4px;}
	#tour a.more { margin-top: 40px;}}
@media screen and (max-width: 768px){
	#tour { padding-top: 15vw; padding-bottom: 20vw;}
	#tour .flex2 .item { width: 45%;}}
@media screen and (max-width: 480px){
	#tour h2 { padding-top: 10px;}
	#tour .flex1 .text { padding-top: 0;}
	#tour .flex2 { padding-top: 0;}
	#tour .flex2 .item { width: 100%;}
	#tour .flex2 .item img { margin: 20px auto 0;}}

/* --------------------
   CONTACT
-------------------- */
#contact {
  padding-top: 80px;
  padding-bottom: 240px;
  background: #fff;}
#contact .content { max-width: 760px;}
#contact h2 {
  padding-top: 30px;
  padding-bottom: 60px;}
#form { margin-top:40px;}
#contact dl {
  align-items: center;
  padding: 30px 0;
  column-gap: 20px;
  border-top: 1px solid #eee;
  display: flex;}
#contact dl.noborder {
  border: none;
  padding-bottom: 0;}
#contact dl dd {
  flex-wrap: wrap;
  align-items: center;
  display: flex;} 
#contact dl .req,#contact dl .no {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  background: #00CC18;
  color: #fff;}
#contact dl .no { background: #E0DFDF;}
#contact dt { width: 40px;}
#contact dl dl { width: 640px;}
#contact dd a {
  display: inline-block;
  text-decoration: underline;}
#contact h3 {
  width: 200px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;}
#contact dl p.kome {
  font-weight: 500;
  color: #A70719;}
#contact input[type="text"], #contact textarea, #contact input[type="mail"], #contact input[type="tel"],select,#contact input[type="date"] {
  position: relative;
  appearance: none;
  background: #fff;
  border: 1px solid #E7EAEA;
  border-radius: 4px;
  font-size: 16px;
  height: 50px;
  padding: 0 0.5em;}
#contact textarea { height: 240px; padding: 0.5em 0.5em;}
#contact .full { width: 500px;}
#contact dd.flex {
  display: flex;
  align-items: center;
  column-gap: 10px;}
#contact dd dt { width: 120px;}
#contact input[type="radio"] { display: none;}
#contact span.checkbox-label {
	position: relative;
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 0 0 0 37px;
  font-weight: 500;
	line-height:40px;
	height: 40px;
	vertical-align: middle;
	cursor: pointer;}
#contact .checkbox-label:before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  content: '';
  border: 1px solid #100F10;
  background: #fff;}
#contact .checkbox-label:after {
	position: absolute;
	top: 11px;
	left: 5px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #000;
	content: '';
	opacity: 0;}
#contact input[type=radio]:checked + .checkbox-label:after { opacity: 1!important;}
#contact input[type="checkbox"] { display: none;}
#contact .checkbox2 {
  margin-top: 10px;
  width: 480px;
  height: 50px;
  border-radius: 4px;
  background: #f2f2f2;}
#contact span.checkbox2-label {
	position: relative;
	display: inline-block;
  line-height: 50px;
	margin: 0 40px 0 0;
	padding: 0 0 0 50px;
  font-weight: 500;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;}
#contact .checkbox2-label:before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  content: '';
  border:1px solid #000;
  background: #fff;}
#contact .checkbox2-label:after {
	position: absolute;
	top: 18px;
	left: 18px;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background-color: #000;
	content: '';
	opacity: 0;}
#contact input[type=checkbox]:checked + .checkbox2-label:after { opacity: 1!important;}
#contact input[type=submit],#contact input[type=reset] {
  cursor:pointer;
  margin: 60px auto 0;
  background: #00CC18;
  max-width: 540px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 24px;
  border: 0;
  font-weight: 700;
  display: block;
  line-height: 80px;
  height: 100px;}
::placeholder { color: #E0DFDF;}
@media screen and (max-width: 1080px){
	#contact .text { padding: 40px 0; text-align: left;}
	#contact .form { background: none;padding: 0 0 40px;}
	#contact dl { align-items: flex-start;}
	#contact dd { width: 100%;}
	#contact h3 { padding-bottom: 10px;width: 100%;}
	#contact .full { width: 100%;}
	#contact .checkbox2 { display: block;width: 100%;}}
@media screen and (max-width: 768px){
	#contact { padding: 15vw 4vw 30vw;}
	#contact h2 { padding: 20px 0 30px;}
	#contact input[type=submit] { margin-top: 30px;}}
@media screen and (max-width: 480px){
	#contact h2 { padding: 10px 0 20px;}
	#contact dl { display: block; padding: 20px 0;}
	#contact dl dd { display: block;}
	#contact dl dl, #contact .full{ width: 100%;}}