  @charset "UTF-8";
/* CSS Document */

#profBox {
	background-color: #fdfada;
	padding: 30px;
	margin-bottom: 30px !important;
}
#profBox .imgBox {
	max-width: 290px;
	width: 40%;
}
#profBox dl {
	width: 57%;
}
#profBox dt {
	color: #22ac38;
	font-size: 20px;
}
#profBox dt span {
	display: block;
	border-bottom: #22ac38 solid 2px;
	padding-bottom: 0.3em;
	margin-bottom: 0.2em;
}
#profBox dd {
	font-size: 16px;
	padding-top: 1em;
	line-height: 1.8;
}


#single article #ahaBox {
	max-width: 620px;
	display: block;
}
#single article #ahaBox:hover {
	/*box-shadow: 0px 2px 15px #4c2f87;
	
	transform: translateY(-5px);*/
	opacity: 0.9;
	filter: saturate(160%);
}
#single article #ahaBox:hover img {
	
}
#single article #ahaBox .titBox {
	padding: 20px;
	background-color: #ee8382;
	color: #fff;
}
#single article #ahaBox p {
	background-color: #fff;
	color: #000;
	padding: 0.5em 1em;
	border-radius: 7px;
	display: inline-block;
	font-size: 16px;
	line-height: 1;

}
#single article #ahaBox h3 {
	font-size: 19px;
	padding-top: 0.5em;
}
#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 620px;
	display: flex;
justify-content: center;
align-items: center;
	font-size: 20px;
	font-weight: 500;
	height: 2.6em;
	margin: 30px auto;
	
}
#single article #ichiran:hover {
	background-color: #555;
	color: #fff;
}

a.txLink {
	color: #653e95;
	font-size: 20px;
	font-weight: 500;
}

.qaBox {
	padding: 10px 0;
	align-items: flex-start;
}
.qaBox.center {
	align-items: center;
}
.qaBox.last {
	padding-bottom: 30px;
}
.qaBox.mori p.desc {
	margin-top: 0 !important;
}
.qaBox .iconBox {
	width: 100px;
	border-radius: 100%;
	overflow: hidden;
}
.qaBox p {
	width: calc(100% - 100px - 2em);
	padding: 0 !important;
	line-height: 1.6 !important;
	font-weight: 300;
}
.qaBox span {
	font-weight: 500;
	color: #000;
	margin-right: 0.3em;
}
.qaBox.wmn span {
	color: #db5a72;
}
.qaBox.men span {
	color: #003c7d;
}
#single .pointWrap {
  padding-top: 50px;
}
#single .pointWrap .pointBox {
  border: #DCDDDD solid 2px;
  border-radius: 15px;
  position: relative;
  padding: 50px 50px 25px;
}

#single .pointWrap .pointBox h4 {
  position: absolute;
  width: 20%;
  top: 0;
  left: 50%;
  transform: translate(-50%,-60%);
}
#single .pointWrap .pointBox dl {
}
#single .pointWrap .pointBox dt {
	color: #22ac38;
	font-size: 26px;
}
#single .pointWrap .pointBox dd {
	font-size: 18px;
	padding: 1em 0;
	font-weight: 300;
	line-height: 1.8;
}
#single .pointWrap .flex {
	border-top: #b5b5b6 solid 2px;
	margin-top: 20px;
	padding-top: 15px;
	align-items: center;
}
#single .pointWrap .leftBox {
	width: 50%;
	font-size: 18px;
}
#single .pointWrap .rightBox {
	width: 40%;
}
#single .btnGmap {
  width: 100%;
  height: 40px;
  display: flex;
justify-content: center;
align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border-radius: 99px;
}
.btnGmap:hover {
  opacity: 0.6;
}
#single .btnGmap .map {
  width: 25px;
  margin: 0 10px;
}
#single .btnGmap .try {
  width: 10px;
  margin: 0 10px;
}

section.pickup {}
section.pickup h3 {
	color: #22ac38;
	border-top: #22ac38 solid 2px;
	border-bottom: #22ac38 solid 2px!important;
	font-size: 34px;
	text-align: center;
	padding: 1.3em 0 0.6em!important;
	position: relative;
}
section.pickup h3 span {
	width: 240px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
section.pickup .flex {
	align-items: center;
	padding: 15px 0;
}
section.pickup .flex:last-child {
	flex-direction: row-reverse;
}
section.pickup .flex .imgBox {
	width: 48%;
	max-width: 380px;
}
section.pickup .flex .txtBox {
	width: 50%;
}
section.pickup .flex .txtBox dt {
	font-size: 22px;
	color: #22ac38;
}
section.pickup .flex .txtBox dd {
	font-size: 16px;
	padding: 0.5em 0;
}
section.pickup .flex .txtBox p {
	font-size: 16px;
	padding: 0.5em 0;
}

section.tour {
	background-color: #f2f2f2;
	border-radius: 15px;
	padding: 50px !important;
}
section.tour h3 {
	color: #22ac38;
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	border-top: #22ac38 solid 2px;
	border-bottom:  #22ac38 solid 2px!important;
	padding: 0.3em 0 !important;
	margin-bottom: 0!important;
}
section.tour p {
	font-size: 18px;
	padding: 1em 0;
	line-height: 1.8;
}
section.tour .imgBox {}
section.tour .imgBox.flex-container {
	
}
section.tour .flex-container div {
	width: 49.5%!important;
	max-width: 344px;
	padding-top: 12px;
}


@media screen and (max-width : 959px ){

}
@media screen and (max-width : 599px ){
	#profBox {
		background-color: #fdfada;
		padding: 30px 20px;
	}
	#profBox .imgBox {
		max-width: 290px;
		width: 60%;
		margin: 0 auto;
	}
	#profBox dl {
		width: 100%;
	}
	#profBox dt {
		font-size: 19px;
		font-size: clamp(18px, 5.1vw, 20px);
		padding-top: 1em;
	}
	#profBox dd {
		font-size: clamp(15px, 4.3vw, 17px);
	}
	.qaBox {
		padding: 10px 0;
		display: block;
	}
	.qaBox.center {
		align-items: center;
	}
	.qaBox.last {
		padding-bottom: 30px;
	}
	.qaBox.mori p.desc {
		margin-top: 0 !important;
	}
	.qaBox .iconBox {
		width: 80px;
		margin: 0 auto 10px;
	}
	.qaBox p {
		width: 100%;
		padding: 0 !important;
		line-height: 1.6 !important;
		font-weight: 300;
	}
	#single .pointWrap .pointBox h4 {
		position: absolute;
		width: 40%;
	}
	#single .pointWrap .pointBox {
		padding: 50px 20px 20px;
	}
	#single .pointWrap .pointBox dt {
		font-size: 24px;
		font-size: clamp(23px, 6.4vw, 25px);
		line-height: 1.3;
	}
	#single .pointWrap .pointBox dd {
		font-size: 16px;
		font-size: clamp(15px, 4.3vw, 17px);
		line-height: 1.6;
	}
	#single .pointWrap .flex {
		border-top: #b5b5b6 solid 2px;
		margin-top: 20px;
		padding-top: 15px;
		align-items: center;
	}
	#single .pointWrap .leftBox {
		width: 100%;
		font-size: 15px;
		font-size: clamp(14px, 4vw, 16px);
		padding-bottom: 0.6em;
	}
	#single .pointWrap .rightBox {
		width: 100%;
	}
	section.pickup h3 span {
		width: 50%;
	}
	section.pickup .flex {
		display: block;
	}
	section.pickup .flex:last-child {
		flex-direction: row-reverse;
	}
	section.pickup .flex .imgBox {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	section.pickup .flex .txtBox {
		width: 100%;
	}
	section.pickup .flex .txtBox dd {
		font-size: 16px;
		font-size: 16px;
		font-size: clamp(14px, 4vw, 16px);
	}
	section.tour {
		padding: 30px 20px !important;
	}
	section.tour p {
		font-size: 16px;
		font-size: 16px;
		font-size: clamp(14px, 4vw, 16px);
	}
	section.tour h3 {
		font-size: clamp(17px, 5.3vw, 21px)!important;
	}

}

