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

.marker {
  /*background: rgb(217,190,232);
background: linear-gradient(180deg, rgba(217,190,232,0) 0%, rgba(217,190,232,1) 20%,rgba(217,190,232,0) 100%);*/

    background-repeat: no-repeat;
    background-size: 0% .8em;
    background-position: 0 1em;
    transition: all 0.8s ease;
    font-weight:700;
      background-position:0 .8em
}

#single article #ahaBox {
	max-width: 600px;
	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: #f39800;
	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: 24px;
	padding-top: 0.5em;
}
#single article #ahaBox .imgBox {
}

#single article #ahaBox  {}

#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;
}

#single .editer_Eva {
	margin: 30px 0;
	padding: 0;
	margin-top: 0;
}
#single .editer_Eva .txtBox {
  background-color: #eaeae2;
}
#single .editer_Eva .txtBox::after {
border-right: #eaeae2 solid 30px;
}
#single .editer_Eva .imgBox {
width: 120px;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}
#single .editer_Eva .imgBox::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: #ee8382 solid 1px;
	border-radius: 100%;
}
#single .editer .txtBox {
font-size: 18px;
	/*font-weight: 300;*/
	text-align: justify;
}
#sec02 .desc video{
	float: left;
	margin-right: 2em;
}
#sec02 .desc br{
	clear: both;
}
#sec02 {}
#sec02 h3 {
	font-size: 28px;
	text-align: center;
	color: #ea5c71;
}
#sec02 .vdBox {
	background-color: #fadbda;
	text-align: center;
	line-height: 0;
	position: relative;
}


#sec04 {}
#sec04 > section {
	padding-top: 0 !important;

}
#single h2.titH2 {
	color: #e61e73;
	border:none;
	border-top: #e61e73 solid 2px;
	padding-top: 0.5em;
	margin-bottom: 0;
}
#single h3.titH3 {
	font-size: 32px;
	padding: 0.3em 0;
	clip-path: #000;
	border-top: #c9caca solid 2px;
	border-bottom: #c9caca solid 2px;
	margin-top: 1.5em;
}
#single .secTop .titH3 {
	margin-top: 0;
}
#single h3.titH3 span {
	font-size: 80%;
	display: block;
	border-bottom: #c9caca dotted 2px;
	padding: 0.5em 0;
	margin-bottom: 0.3em;
}

#single #sec05 h3 {
	border-bottom: #c9caca solid 2px;
	padding-top: 0;
}

#sec05 .flex {}
#sec05 .flex .imgBox {
	width: 47%;
	max-width: 370px;
}
#sec05 .flex .rightBox {
	width: 48%;
	font-size: 15px;
	overflow-wrap: break-word;
	word-break: break-word;

}
#single #sec05 .btnGmap {
width: 18em;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background-color: #000;
color: #fff;
font-size: 16px;
border-radius: 99px;
	margin-top: 1em;
}
#single #sec05 .btnGmap:hover {
  opacity: 0.6;
}
#single #sec05 .btnGmap .map {
  width: 25px;
  margin: 0 10px;
}
#single #sec05 .btnGmap .try {
  width: 10px;
  margin: 0 10px;
}
#single #sec05-2 {
	flex-direction: row-reverse;
}


#single.oshihamo .addBox .flex .leftBox {
width: 50%;
}
#single.oshihamo .addBox .flex .leftBox p {
	padding-bottom: 1em;
	line-height: 2;
}
#single.oshihamo .addBox .flex .rightBox {
	max-width: 280px;
	width: 45%;
	position: static;
}
#single.oshihamo .addBox .flex .rightBox .imgBox {
	padding-bottom: 1em;
}
#single.oshihamo .addBox .flex {
	padding-bottom: 0;
}



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

}
@media screen and (max-width : 599px ){
	#single article #ahaBox p {
		font-size: 4vw;
		text-align: center;
		font-size: clamp(14px, 4vw, 16px);
		margin: 0 auto;
		width: 90%;
		display: block;

	}
	#single article #ahaBox h3 {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#single article #ichiran {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	#single.oshihamo .addBox .flex .leftBox {
		width: 100%;
	}
	#single.oshihamo .addBox .flex .rightBox {
		max-width: 600px;
		width: 100%;
		position: static;
	}
	#single h3.titH3 {
		font-size: 5.3vw;
		font-size: clamp(19px, 5.3vw, 21px);
		text-align: left;
	}
	#single .editer .txtBox {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
		text-align: justify;
	}
	#single .editer_Eva .txtBox::after {
		border-left: transparent solid 15px;
		border-right: transparent solid 15px;
		border-bottom: #eaeae2 solid 30px;
	}
	#sec05 .flex .imgBox {
		width: 100%;
		max-width: 600px;
	}
	#sec05 .flex .rightBox {
		width: 100%;
		max-width: 600px;
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
		padding-top: 1em;

	}
	#sec05 .add {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
		text-align: center;
	}
	#single #sec05 .btnGmap {
		margin: 1em auto;
	}
	#sec02 .desc video{
		display: block;
		margin: 0 auto 1em;
		float: none;
	}
	
}

