<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #ea5c71;
	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 .txtBox {
font-size: 18px;
	/*font-weight: 300;*/
	text-align: justify;
}

#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 {
	display: block;
	font-size: 120%;
	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 .aftBox.shopBox .flex .leftBox {
width: 50%;
}
#single .aftBox.shopBox .flex .leftBox p {
	padding-bottom: 1em;
	line-height: 2;
}
#single .aftBox.shopBox .flex .rightBox {
	max-width: 280px;
	width: 45%;
	position: static;
}
#single .aftBox.shopBox .flex .rightBox .imgBox {
	padding-bottom: 1em;
}
#single .aftBox.shopBox .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 .aftBox.shopBox .flex  .leftBox {
		width: 100%;
	}
	#single .aftBox.shopBox .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;
	}
	
	
}

.aftBox {
	background-color: #fdf9d9;
	border-radius: 15px;
	padding: 1% 2%;
}
.aftBox h3 {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	align-items: center;
}
.aftBox h3 .logo {
	width: 20%;
}
.aftBox h3 .txt {
	width: 75%;
}
.aftBox p.lead {
	font-size: 18px;
	line-height: 2;
	padding: 0.7em 0;
	margin: 0.7em 0;
	border-top: #c68ab5 solid 1px;
	border-bottom: #c68ab5 solid 1px;
}
.aftBox ul {}
.aftBox li {
	font-size: 18px;
	padding: 0.3em 0;
	text-indent: -1em;
	margin-left: 1em;
}
.aftBox li::before {
	content: "●";
	color: #c68ab5;
}
.aftBox li a {
	color: #2e85e0;
	text-decoration: underline;
}

.aftBox .btnBox {
	justify-content: center;
	gap:0px 2%;
}
.aftBox .btnBox a {
	border: #000 solid 1px;
	width: 40px;
	margin: 5px;
	border-radius: 100%;
}
.aftBox .btnBox a:hover {
  background-color: #eee;
}

#single h3.titH3 {
	color: #000;
	text-align: left;
}
#single h3.titH3 .span01 {
	font-size: 24px;
}
#single h3.titH3 .span02 {
	font-size: 32px;
	border: none;
	border-left: #f3a9aa solid 10px;
	padding: 10px 0 5px 20px;
}
.flexDesc {
	gap:0 2em;
}
.flexDesc .imgBox {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin-top: 2em;
}
.flexDesc p.desc {
	flex: 1;
}
#single .aftBox.shopBox {
	border: none!important;
	padding: 2% 5%;
}
#single .aftBox.shopBox h3 {
  font-weight: 500;
  padding: 1em 0 0.5em;
  line-height: 1.3;
  border:none!important;
  margin-bottom: 0.5em;
	width: 100%;
	max-width: 100%;
	justify-content: flex-start;
	margin-bottom: 0;
	padding-bottom: 0;
}
.aftBox.shopBox h3 .txt {
	width: 40%;
	max-width: 200px;
	padding-right: 0.6em;
}
.aftBox.shopBox h3 .name {
	border-left: #c68ab5 solid 1px;
	padding: 0.3em 0;
	padding-left: 0.6em;
	font-size: 21px;
	color: #000;
	font-weight: 500;
	
}
.aftBox.shopBox ul {
	border-top: #c68ab5 solid 1px;
	border-bottom: #777 dotted 1px;
	padding: 1em 0;
}
.aftBox.shopBox li {
	display: inline-block;
	margin-right: 1em;
	padding: 0.05em 0;
	font-size: 16px;
}
#single.oshihamo .aftBox.shopBox .flex {
padding: 2% 0;
position: relative;
}


#sec03 {}
#sec03 .imgWrap {}
#sec03 .imgWrap .imgBox {
	width: 49%;
	max-width: 394px;
}
#single.oshihamo .putihamo .imgBox {
padding-bottom: 0px;
}
#sec03 .txtArw {
	background-color: #e9f3fb;
text-align: justify;
	font-size: 18px;
	padding: 1em 2em;
	border-radius: 15px;
	margin: 30px 0;
	position: relative;
}
/*#sec03 .txtArw::after {
	content: '';
position: absolute;
width: 30px;
height: 30px;
right: auto;
left: 50%;
top: auto;
top: 100%;
transform: translateX(-50%);
border-top: #e9f3fb solid 30px;
border-left: transparent solid 15px;
border-right: transparent solid 15px;
}*/
#single #sec03 .mv-Wrap {
padding-top: 0%;
}
.imgBox p.caption {
	padding: 0.5em 0;
	text-align: right;
}
.imgBox p.caption {
padding: 0.3em 0 0.6em;
text-align: right;
}

@media screen and (max-width : 599px ){
	.aftBox {
		background-color: #fdf9d9;
		border-radius: 15px;
		padding: 3% 5%;
	}
	.aftBox h3 {
		justify-content: center;
		padding-top: 3%;
	}
	.aftBox h3 .logo {
		width: 25%;
		padding-bottom: 3%;
	}
	.aftBox h3 .txt {
		width: 80%;
	}
	.aftBox p.lead{
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
line-height: 1.6;
	}
	.aftBox li,.aftBox.shopBox li {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
		line-height: 1.4;
	}
	#single h3.titH3 .span01 {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#single h3.titH3 .span02 {
		font-size: 5.3vw;
		font-size: clamp(19px, 5.3vw, 21px);
		padding-left: 1em;
	}
	.flexDesc {
		justify-content: center;
		flex-wrap: wrap;

	}
	.flexDesc .imgBox {
		width: 80px;
		height: 80px;
		margin: 0 auto;
		margin-top: 2em;
	}
	.flexDesc p.desc {
		flex: none;
		width: 100%;
	}
	.aftBox.shopBox h3 .txt {
		width: 50%;
		max-width: 180px;
		padding-right: 0.6em;
	}
	.aftBox.shopBox h3 .name {
		width: 100%;
		border:none;
		padding: 0.3em 0;
		padding-left: 0em;
		font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
		color: #000;
		font-weight: 500;

	}
	#sec03 .txtArw {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#sec03 .imgWrap {}
	#sec03 .imgWrap .imgBox {
		width: 100%;
		max-width: 394px;
		margin: 0 auto;
	}
}
</pre></body></html>