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


#introBox .imgOshi {
	width: 45%;
	max-width: 220px;
	border-radius: 0px;
}
#introBox dd > img {
	width: 36%;
}
#introBox .snsBox {
	justify-content: flex-end;
	margin-top: 5px;
}

#single #titBox #introBox .flex .iconBox {
	margin-left: 3%;
}
#introBox {
	padding-bottom: 20px!important;

}

.bnKiji {
	margin-top: 30px!important;
}

	
#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 460px;
	display: flex;
justify-content: center;
align-items: center;
	font-size: 26px;
	font-weight: 500;
	height: 3em;
	margin: 10px auto 30px;
	border-radius: 20px;
	
}

#sec01 .h3-02,#sec02-4 .h3-02 {
	font-size: 32px!important;;
	padding: 0.3em!important;
	border: none;
	background-color: #ea5c71;
	text-align: center;
	color: #fff;
	border-radius: 999px;
	margin-top: 0.5em;
}
#sec01 .h4-02,#sec02 .h4-02,#sec03 .h4-02,#sec02-4 .h4-02 {
	font-size: 26px;
	border-left: #ea5c71 solid 5px;
	padding-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#sec01 .desc {
	padding-top: 0em!important;
}
#sec01 h5,#sec01 dl {
	font-size: 18px;
	padding: 0.2em 0;
}
#sec01 h5::before {
	content: "●";
	color: #ea5c71;
	margin-right: 0.3em;
}
#sec01 dl {
	display: flex;
	justify-content: flex-start;
/*	padding-left: 1.2em;*/
}
#sec01 dl:nth-of-type(2) {
	padding-bottom: 1em;
}
#sec01 dt {
	white-space: nowrap;
}
#sec01 dd {
	
}
#sec01 ul {
	padding-bottom: 1em;
}
#sec01 li {
	font-size: 18px;
	padding: 0.2em 0;
	padding-left: 1em;
}

.h2-01 .sub {
	display: block;
	font-size: 77%;
	border-bottom: #c9caca dotted 2px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.ruleBox {
	border: rgba(234,92,113,0.3) solid 5px;
	padding: 30px 50px;
	font-size: 18px;
	margin-bottom: 30px;
}
.ruleBox h4 {
	font-size: 26px;
	margin: 0 auto;
	width: 14em;
	text-align: center;
	font-weight: 600;
	padding: 0 0 0.6em;
	background-image: url("../img/dot.svg");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 20%;
}
.ruleBox ol {
	padding-top: 1em;
}
.ruleBox li {
	text-indent: -1em;
	padding: 0.2em 0;
	padding-left: 1em;
	
}
#sec02-2 .h3-01,
#sec02-3 .h3-01 {
	font-size: 26px!important;
	padding-top: 2em!important;
	padding-bottom: 0.3em!important;
		
	text-align: center;
	border-bottom: #c9caca solid 2px!important;
	
}
#single .addBox .flex .leftBox {
    width: 60%;
}

#single .editer {
    padding: 0px 0 30px;
}
#single .editer.pink {
    padding: 10px 0 30px;
}

#single .editer .imgBox {
    width: 154px;
	position: relative;
	overflow: visible;
}
#single .pink .imgBox p {
    font-size: 18px;
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 0;
}
#single .editer .txtBox {
    width: calc(100% - 190px);
	font-size: 18px;
}
#single .pink .txtBox {
    width: calc(100% - 190px);
	font-size: 18px;
	background-color: #fceaea;
}


#single .pink .txtBox::after {
    left: inherit;
    right: 100%;
    transform: translateY(-50%);
    border-right: #FCEAEA solid 30px;
    border-top: transparent solid 15px;
    border-bottom: transparent solid 15px;
}
#single .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}
#single #sec04 .editer {
    padding: 0px 0 0px;
}

#single .blue {
  flex-direction: row-reverse;
}
#single .blue .txtBox {
  background-color: #d3edfb;
	
}
#single.sup .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}


.h5Box {
	padding: 3em 0 2em;
	text-align: center;
	perspective: 300px;
}

.h5Box h5 {
	display: inline-block;
	font-size: 26px;
	text-align: center;
	color: #a53325;
	font-weight: 600;
	position: relative;
	transform: rotateX(90deg);
	transform-origin: center;
	opacity: 0;
}
.h5Box.active h5 {
	transform: rotateY(0deg);
	opacity: 1;
	transition: transform 0.6s ease-out, opacity 0.1s;
}
.h5Box h5::after {
	content: "";
	position: absolute;
	width: 120%;
	height: 0.5em;
	left: -10%;
	bottom: -0.2em;
	background-color: #edcf83;
	z-index: -1;
	transform: rotateY(90deg);
}
.h5Box.active h5::after {
	transition: 0.3s ease-in 0.5s;
	/*height: 0.5em;*/
	transform: rotateY(0deg);
}
.h5Box.yuzuco h5 {
	color: #000;
}
.h5Box.yuzuco h5::after {
	background-color: #f3a9aa;
}


.swiperWrap .caption {
    font-size: 12px;
    line-height: 1.4;
    padding: 1em 0 2.5em;
}
.caution {
	border: rgba(210,0,3,1.00) solid 1px;
	padding: 0.6em 1.2em;
	color: rgba(210,0,3,1.00);
	font-size: 17px;
	margin-bottom: 30px;
	margin-top: -10px;
	text-indent: -1em;
	padding-left: 1.6em
}

/*.btPdf {


}
.btPdf a {
	display: flex;
justify-content: center;
align-items: center;
	background-color: #eaeae2;
	width: 100%;
	padding: 20px 20px;
	font-size: 20px;
	transition: 0.3s;
}
.btPdf a span {
	width: 45px;
	margin-right: 10px;
}
.btPdf a:hover {
	transform: scale(1.02) translateY(-5px);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}*/
#spot {}
#single #spot h3 {
	font-size: 34px;
	padding: 0;
    color: #fff;
    text-align: center;
    background-color: #e95b71;
	line-height: 2.4em;
	height: 2.4em;
    margin-bottom: 40px;
	position: relative;
	
}
#single #spot h3::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 40px;
	border-top: #e95b71 solid 40px;
	border-left: transparent solid 30px;
	border-right: transparent solid 30px;
}
#spot .mapBox {}
#spot .btPdf {
	display: block;
	background-color: #eaeae2;
	text-align: center;
	font-size: 22px;
	width: 100%;
	position: relative;
	line-height: 3em;
	height: 3em;
	margin-top: 20px;
}
#spot .btPdf::before {
	content: "　";
	display: inline-block;
	width: 2em;
	height:3em;
	background-image: url("../img/ico-dl.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.6em;
}


@media screen and (max-width : 959px ){
	.caution {
		font-size: clamp(14px, 4vw, 16px);
	}
	#spot .btPdf {
		font-size: 4.0vw;
		font-size: clamp(10px, 4.0vw, 17px);
	}
}
@media screen and (max-width : 599px ){
	
	#introBox .imgOshi {
		width: 100%;
		max-width: 320px;
		border-radius: 0px;
		margin: 0 auto 15px;
	}
	
	#single .editer .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #e6e6e5 solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .editer.pink,#single .editer.blue{
    flex-direction: column;
  }
    #single .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }
	#single .editer {
    padding-bottom: 30px;
    padding: 15px 0;
	}
	#single .editer .imgBox {
    width: 120px;
	}
	#single .editer .imgBox p {
    font-size: clamp(15px, 4.3vw, 17px);
    position: static;
		padding: 0.2em 0;

	}
	#sec01 h5,#sec01 dl,#sec01 li {
		font-size: clamp(15px, 4.3vw, 17px);
		padding: 0.3em 1em;
	}
	#single .editer .txtBox {
		width: 100%;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#sec01 dl {
    display: block;
		font-size: clamp(13px, 3.8vw, 15px)
}
	#sec01 dt {
		font-weight: 600;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	.ruleBox {
    padding: 20px 20px;
    font-size: clamp(15px, 4.3vw, 17px);

	}
	.ruleBox h4 {
		font-size: clamp(18px, 5.1vw, 20px);
	}
	#single .addBox .flex .leftBox {
    width: 100%;
}
	#single .editer .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #e9f3fb solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .editer.pink,#single .editer.blue{
    flex-direction: column;
		padding: 10px 0 30px
  }
    #single .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }
	#single #sec04 .editer {
    padding: 15px 0 10px;
	}
	#introBox .snsBox {
    margin-top: -0px;
}
	#hirokumaBox {
    padding: 20px 20px 15px;
	}
	#hirokumaBox .flex {
		flex-direction: column-reverse;
	}
	#hirokumaBox .imgOshi {
    width: 100%;
    max-width: 230px;
    border-radius: 0px;
		margin: 0 auto;
	}
	#hirokumaBox dl {
			width: 100%;
	}
	#hirokumaBox dt {
		width: 60%;
		max-width: 160%;
		margin: 0 auto;
		padding: 10px 0;
	}
	#hirokumaBox .snsBox {
		justify-content: center;
		margin-top: 10px;
		gap:10px 10px;
	}
	#sec01 .h3-02, #sec04 .h3-02	{
		font-size: clamp(18px, 5.9vw, 23px)!important;
	}
	#sec01 .h4-02, #sec02 .h4-02, #sec03 .h4-02, #sec04 .h4-02
	{
		font-size: clamp(18px, 5.3vw, 21px)!important;
		margin-top: 1em;
		margin-left: 0.5em;
	}
	.h5Box h5 {
		font-size: clamp(16px, 5.1vw, 21px)!important;
	}
	.h5Box h5::after {
    width: 100%;
    left: -0%;
	}
	.caution {
		padding: 0.7em 1em 0.7em 2em;
		font-size: clamp(14px, 4vw, 16px);
	}
	#single #spot h3 {
		font-size: 5vw;

	}
	#spot .btPdf::before {
		position: absolute;
		left: 5%;
		top: 0;
	}
	#spot .btPdf {
		font-size: 4.0vw;
		font-size: clamp(10px, 4.0vw, 17px);
		line-height: 1.3;
		height: auto;
		padding: 0.3em 0 0.3em 1.5em;
	}


	
}
	