


.container {
position: relative;
}



.main-img {
overflow: hidden;
opacity: 0;
}
.main-box {
width: 110%;
margin: 0px 0px 0px -5%;
padding: 10% 0px 0px;
}
.main-box.pc-main {
display: none;
}
.main-box img {
	height: auto;
	width: 100%;
	margin: 0px auto;
	display: block;
}

.main-zoominEfc {
animation-duration: 6s;
animation-fill-mode: forwards;
animation-name: zoominEfc;
animation-delay: 1s;
}

.image-back {
animation-duration: 2s;
animation-fill-mode: forwards;
animation-name: imageBlur;
}


@keyframes zoominEfc {
  0% {
    opacity: 0.0;
		transform: scale(1.05,1.05);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}

@keyframes imageBlur {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1;
  }
}


.main-slider {
opacity: 0;
}

/* #top-catch */
#top-catch {
padding-bottom: 40px;
}
#top-catch .contents-block-in {
padding-top: 30px;
padding-bottom: 0px;
}
.catch-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catch-block li:first-child {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.catch-block li:first-child img {
max-width: 302px;
width: 70%;
padding-bottom: 30px;
}
.catch-block li:last-child {
padding: 0px;
font-size: 14.5px;
line-height: 1.7em;
font-weight: bold;
text-align: justify;
}



@media print, screen and (min-width: 375px) {
#top-catch {
padding-bottom: 50px;
}
/* #top-catch */
.catch-block li:last-child {
font-size: 16px;
line-height: 1.7em;
}

}

@media print, screen and (min-width: 768px) {
#top-catch {
padding-bottom: 30px;
}

}

@media print, screen and (min-width: 1024px) {

/* #top-catch */
#top-catch {
}
#top-catch .contents-block-in {
padding-top: 40px;
padding-bottom: 0px;
}
.catch-block li:first-child {
	-ms-flex-preferred-size: calc(30% - 15px);
	flex-basis: calc(30% - 15px);
}
.catch-block li:first-child img {
width: 100%;
padding: 0px;
}
.catch-block li:last-child {
	-ms-flex-preferred-size: calc(70% - 15px);
	flex-basis: calc(70% - 15px);
font-size: 17px;
line-height: 1.7em;
}

}

@media print, screen and (min-width: 1200px) {

/* #top-catch */
#top-catch {
padding-bottom: 40px;
}
#top-catch .contents-block-in {
padding-top: 50px;
padding-bottom: 0px;
}
.catch-block li:first-child {
	-ms-flex-preferred-size: calc(30% - 20px);
	flex-basis: calc(30% - 20px);
}
.catch-block li:first-child img {
width: 100%;
padding: 0px;
}
.catch-block li:last-child {
	-ms-flex-preferred-size: calc(70% - 20px);
	flex-basis: calc(70% - 20px);
}

}

@media print, screen and (min-width: 1400px) {

}




 /* 横向き */
@media print, screen and (orientation: landscape) {


}


@media print, screen and (orientation: landscape) and (min-width: 1024px) {

}


@media print, screen and (orientation: landscape) and (min-width: 1400px) {

}



























/* #paypay */
#paypay {
background-color: rgba(255,248,214,1.00);
}
/* #p10000 */
#p10000 {
background-color: rgba(255,195,0,1.00);
}

.contents-box {
padding: 0px 0px 8%;
}
.radius-box {
border-radius: 8px;
overflow: hidden;
}
.cont-photo {
overflow: hidden;
position: relative;
}
.cont-photo a {
position: relative;
display: block;
}




@media print, screen and (min-width: 375px) {
.contents-box {
padding: 0px 0px 8%;
}
.radius-box {
border-radius: 10px;
}

}


@media print, screen and (min-width: 768px) {
.contents-box {
padding: 0px 0px 7%;
}
.radius-box {
border-radius: 12px;
}

}




@media print, screen and (min-width: 1024px) {
.contents-box {
padding: 0px 0px 6%;
}
.radius-box {
border-radius: 15px;
}

}





@media print, screen and (min-width: 1200px) {
.contents-box {
padding: 0px 0px 5%;
}

}


@media print, screen and (min-width: 1400px) {

}



























/* .target-facilities */
.target-facilities {
border-radius: 8px;
border: 2px solid rgba(232,53,52,1.00);
background-color: rgba(253,235,235,1.00);
}
.target-facilities dt {
font-size: calc(100vw / 18);
line-height: 1.4em;
padding: 0.7em 0px;
color: rgba(255,255,255,1.00);
font-weight: bold;
text-align: center;
background-color: rgba(232,53,52,1.00);
}
.target-facilities dd {
padding: 15px;
}
.target-facilities dd.border-line {
border-bottom: 1px solid rgba(232,53,52,1.00); 
}
.target-facilities dd .date-txt {
width: 75%;
margin: 0px auto;
padding: 0px 0px 15px;
max-width: 306px
}
.facilities-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.facilities-list > li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 0px 0px 4%;
}
/*
.facilities-list > li:last-child {
padding: 0px;
}
*/
.facilities-list a,
.facilities-list span {
display: block;
padding: 0.7em 0px;
font-size: calc(100vw / 22);
line-height: 1.4em;
color: rgba(255,255,255,1.00) !important;
position: relative;
transition: all 0.5s ease 0s;
text-align: center;
background-color: rgba(232,53,52,1.00);
border-radius: 60px;
font-weight: bold;
text-decoration: none;
}
.facilities-list span {
background-color: rgba(181,181,181,1.00);
}

.facilities-list a:hover {
background-color: rgba(255,153,153,1.00);
box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
transform: translateY(-2px);
}
.facilities-list a::after {
content: "";
width: 15px;
height: 15px;
top: calc(50% - 7px);
position: absolute;
right: 3px;
background-image: url(../images/link_arrow_w2.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}

.facilities-list .cont-text {
font-weight: bold;
text-align: center;
font-size: 130%;
padding-bottom: 0.3em;
color: rgba(255,0,4,1.00);
}


@media print, screen and (min-width: 375px) {
/* .target-facilities */
.target-facilities {
border-radius: 10px;
border: 2px solid rgba(232,53,52,1.00);
}
.target-facilities dt {
font-size: 20px;
line-height: 1.4em;
padding: 0.7em 0px;
}
.target-facilities dd {
padding: 17px;
}

.facilities-list a,
.facilities-list span {
padding: 0.7em 0px;
font-size: 16px;
line-height: 1.4em;
}
.facilities-list a::after {
width: 15px;
height: 15px;
top: calc(50% - 7px);
right: 5px;
}

}


@media print, screen and (min-width: 768px) {
/* .target-facilities */
.target-facilities {
border-radius: 14px;
border: 3px solid rgba(232,53,52,1.00);
}
.target-facilities dt {
font-size: 25px;
line-height: 1.4em;
padding: 0.7em 0px;
}
.target-facilities dd {
padding: 24px;
}
.target-facilities dd .date-txt {
padding: 0px 0px 18px;
}


.facilities-list.solo{
	justify-content: center;
}
.facilities-list a,
.facilities-list span {
padding: 0.8em 0px;
font-size: 16px;
line-height: 1.4em;
}
.facilities-list > li {
	-ms-flex-preferred-size: calc(50% - 15px);
	flex-basis: calc(50% - 15px);
padding: 0px 0px 4%;
}
.facilities-list a::after {
width: 18px;
height: 18px;
top: calc(50% - 9px);
right: 5px;
}

}


@media print, screen and (min-width: 1024px) {
/* .target-facilities */
.target-facilities {
border-radius: 15px;
border: 4px solid rgba(232,53,52,1.00);
}
.target-facilities dt {
font-size: 30px;
line-height: 1.4em;
padding: 0.7em 0px;
}
.target-facilities dd {
padding: 30px;
}
.target-facilities dd .date-txt {
padding: 0px 0px 20px;
}


.facilities-list.solo{
	justify-content: center;
}
.facilities-list a,
.facilities-list span {
padding: 0.8em 0px;
font-size: 17px;
line-height: 1.4em;
}
.facilities-list > li {
	-ms-flex-preferred-size: calc(50% - 15px);
	flex-basis: calc(50% - 15px);
padding: 0px 0px 3%;
}

}


@media print, screen and (min-width: 1200px) {

/* .target-facilities */
.target-facilities dt {
font-size: 31px;
line-height: 1.4em;
padding: 0.7em 0px;
}
.target-facilities dd {
padding: 32px;
}
.target-facilities dd .date-txt {
padding: 0px 0px 20px;
}

.facilities-list.last-left::before{
  content:"";
  display: block;
  width:calc(33.33% - 15px);
  order:1;
}
.facilities-list a,
.facilities-list span {
padding: 0.8em 0px;
font-size: 17px;
line-height: 1.4em;
}
.facilities-list > li {
-ms-flex-preferred-size: calc(50% - 15px);
flex-basis: calc(33.33% - 15px);
padding: 0px 0px 2%;
}

}


@media print, screen and (min-width: 1400px) {

}























/* p10000 */
.catch01 {
}
.catch01 .cont-text {
font-size: calc(100vw / 28);
line-height: 1.4em;
text-align: center;
}
.point01 .cont-photo {
border: 1px solid rgba(255,255,255,1.00);
background-color: rgba(255,232,140,1.00);
padding: 15px;
}

#p10000 .target-facilities {
border: 2px solid rgba(255,153,0,1.00);
background-color: rgba(254,246,229,1.00);
}
#p10000 .target-facilities dt {
background-color: rgba(255,153,0,1.00);
}
#p10000 .target-facilities dd.border-line {
border-bottom: 1px solid rgba(255,153,0,1.00);
}
#p10000 .facilities-list a {
background-color: rgba(255,153,0,1.00);
}
#p10000 .facilities-list a:hover {
background-color: rgba(255,186,117,1.00);
}


@media print, screen and (min-width: 375px) {
/* p10000 */
.catch01 .cont-text {
font-size: 11px;
line-height: 1.4em;
}
.point01 .cont-photo {
padding: 18px;
}

}


@media print, screen and (min-width: 768px) {
/* p10000 */
.catch01 .cont-text {
font-size: 13px;
line-height: 1.4em;
}
.point01 .cont-photo {
border: 2px solid rgba(255,255,255,1.00);
padding: 20px;
}
.point01 .cont-photo img {
width: 80%;
}

}


@media print, screen and (min-width: 1024px) {
/* p10000 */
.catch01 .cont-text {
font-size: 14px;
line-height: 1.4em;
}

.point01 .cont-photo {
padding: 30px;
}

}


@media print, screen and (min-width: 1200px) {
/* p10000 */
.catch01 .cont-text {
font-size: 15px;
line-height: 1.4em;
}
.point01 .cont-photo {
padding: 35px;
}

}


@media print, screen and (min-width: 1400px) {

}







