


.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 */
#title_block {
background-color: rgba(252,249,210,1.00);
background-image: url(../../images/back01_sp.svg);
background-position: center center;
background-size: cover;
}

#title_block .catch01 {
width: 90%;
margin: auto auto 5%;
}


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

}


@media print, screen and (min-width: 768px) {
#title_block {
background-image: url(../../images/back01.svg);
}

#title_block .catch01 {
width: 90%;
margin: auto auto 4%;
}

}



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

}


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

}


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

}






















/* #paypay */
#paypay {
background-color: rgba(232,53,52,1.00);
background-image: url(../../images/back02.png);
background-position: center center;
background-size: 20% auto;
}

.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;
}
section#paypay .contents-block-in {
max-width: 1200px;
}



@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) {
#paypay {
background-size: 12% auto;
}

.contents-box {
padding: 0px 0px 7%;
}
.radius-box {
border-radius: 12px;
}

}




@media print, screen and (min-width: 1024px) {
#paypay {
background-size: 101px auto;
}
.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(0,0,0,1.00);
background-color: rgba(255,255,255,1.00);
}
.target-facilities dt {
font-size: calc(100vw / 20);
line-height: 1.4em;
padding: 0.5em 0px;
color: rgba(232,53,52,1.00);
font-weight: bold;
text-align: center;
}
.target-facilities dd {
padding: 0px 15px 9px;
}

.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 1%;
font-size: calc(100vw / 22);
line-height: 1.4em;
font-weight: bold;
}

#facilities .facilities-list > li {
padding: 0px 0px 2%;
}

.facilities-list a,
.facilities-list span {
display: block;
font-size: calc(100vw / 28);
line-height: 1.4em;
padding: 0.6em 0px;
color: rgba(255,255,255,1.00) !important;
position: relative;
transition: all 0.5s ease 0s;
text-align: center;
background-color: rgba(0,64,150,1.00);
border-radius: 60px;
text-decoration: none;
font-weight: bold;
}
.facilities-list span {
background-color: rgba(181,181,181,1.00);
}

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




@media print, screen and (min-width: 375px) {
/* .target-facilities */
.target-facilities {
border-radius: 12px;
}

.target-facilities dt {
font-size: 20px;
line-height: 1.4em;
}
.target-facilities dd {
padding: 0px 17px 10px;
}
.facilities-list > li {
font-size: 16px;
line-height: 1.4em;
}
.facilities-list a,
.facilities-list span {
font-size: 14px;
line-height: 1.4em;
padding: 0.7em 0px;
}
.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: 20px;
border: 3px solid rgba(0,0,0,1.00);
}
.target-facilities dt {
font-size: 25px;
line-height: 1.4em;
}
.target-facilities dd {
padding: 0px 24px 17px;
}

.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 a::after {
width: 18px;
height: 18px;
top: calc(50% - 9px);
right: 5px;
}
.facilities-list > li {
-ms-flex-preferred-size: calc(50% - 12px);
flex-basis: calc(50% - 12px);
padding: 0px 0px 5%;
}

#pointup .facilities-list,
#newmember .facilities-list {
text-align: center;
width: 100%;
display: block;
}
#pointup .facilities-list > li,
#newmember .facilities-list > li {
font-size: 18px;
line-height: 1.4em;
padding: 0px 0.5em 0px;
display: inline-block;
white-space: nowrap;
width: auto;
}

}




@media print, screen and (min-width: 1024px) {
/* .target-facilities */
.target-facilities {
border-radius: 24px;
border: 4px solid rgba(0,0,0,1.00);
}
.target-facilities dt {
font-size: 30px;
line-height: 1.4em;
}
.target-facilities dd {
padding: 0px 30px 22px;
}

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

#pointup .facilities-list > li,
#newmember .facilities-list > li {
font-size: 22px;
line-height: 1.5em;
}

}


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

/* .target-facilities */
.target-facilities {
border-radius: 30px;
}
.target-facilities dt {
font-size: 33px;
line-height: 1.4em;
}
.target-facilities dd {
padding: 0px 32px 22px;
}

.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: 20px;
line-height: 1.4em;
}
.facilities-list > li {
-ms-flex-preferred-size: calc(50% - 15px);
flex-basis: calc(33.33% - 15px);
padding: 0px 0px 2%;
}

#pointup .facilities-list > li,
#newmember .facilities-list > li {
font-size: 27px;
line-height: 1.5em;
}

}


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

}























/* pointup */
#pointup {
background-color: rgba(0,102,177,1.00);
}

section.contents-block#pointup {
padding-top: 0px;
}

#pointup .catch01 {
width: 138%;
/* margin: 0px auto 0px calc(-10% - 15px); */
margin: 0px auto 0px -20%;
}
section#pointup .contents-block-in {
max-width: 1212px;
}

#pointup .s-text {
color: rgba(255,255,255,1.00);
font-weight: bold;
font-size: calc(100vw / 25);
line-height: 1.5em;
margin-left: 1em;
text-indent: -1em;
position: relative;
}
#pointup .bottom-line {
padding-bottom: 0.6em;
margin-bottom: 0.6em;
/* border-bottom: 1px solid rgba(255,255,255,1.00); */
}
#pointup .bottom-line::after {
content: "";
width: calc(100% + 1em);
height: 1px;
bottom: 0px;
position: absolute;
left: -1em;
display: block;
background-color: rgba(255,255,255,1.00);
}

#pointup .kome-text {
color: rgba(255,255,255,1.00);
font-weight: bold;
}

@media print, screen and (min-width: 375px) {
/* pointup */
#pointup .s-text {
font-size: 14px;
line-height: 1.5em;
}

}


@media print, screen and (min-width: 768px) {
/* pointup */
#pointup .s-text {
font-size: 16px;
line-height: 1.5em;
}

#pointup .link-bt a {
width: 50%;
margin-right: auto;
margin-left: auto;
}

}


@media print, screen and (min-width: 1024px) {
/* pointup */
#pointup .link-bt a {
padding: 1.1em 0px;
width: 45%;
}

}


@media print, screen and (min-width: 1200px) {
/* pointup */
.catch01 {
width: 120%;
margin: 0px auto 0px -11%;
}

}


@media print, screen and (min-width: 1400px) {
/* pointup */
.catch01 {
width: 100%;
margin: 0px;
}

}



















/* newmember */
#newmember {
background-color: rgba(240,246,218,1.00);
background-image: url(../../images/back02.svg);
background-position: center top;
background-size: 100% auto;
}
#newmember .catch01 {
width: 99%;
margin: 0px auto;
}
section#newmember .contents-block-in {
max-width: 1200px;
}

#newmember .link-bt a {
background-color: rgba(0,56,148,1.00);
border: 2px solid rgba(255,255,255,1.00);
}
#newmember .link-bt a::after {
background-image: url(../images/link_arrow_y.svg);
}
#newmember .link-bt a:hover {
background-color: rgba(148,148,148,1.00);
}

#newmember .contline-box {
border: 1px solid rgba(118,122,186,1.00);
background-color: rgba(254,254,254,1.00);
}
#newmember .line-box-title {
color: rgba(255,255,255,1.00);
font-weight: bold;
background-color: rgba(118,122,186,1.00);
padding: 10px 14px;
font-size: calc(100vw / 25);
line-height: 1.4em;
}
#newmember .line-box-title em {
font-style: normal;
font-size: 90%;
display: block;
}
#newmember .s-text {
padding: 12px 14px;
color: rgba(0,51,120,1.00);
}
#newmember .s-text p {
font-size: calc(100vw / 27);
line-height: 1.4em;
/* margin-left: 1em;
text-indent: -1em; */
}


@media print, screen and (min-width: 375px) {
#newmember .line-box-title {
padding: 10px 15px;
font-size: 14px;
line-height: 1.4em;
}
#newmember .s-text {
padding: 12px 15px;
}
#newmember .s-text p {
font-size: 12.5px;
line-height: 1.4em;
}

}


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

#newmember .link-bt a {
width: 50%;
margin-right: auto;
margin-left: auto;
border: 3px solid rgba(255,255,255,1.00);
}

#newmember .line-box-title {
padding: 12px 25px;
font-size: 14px;
line-height: 1.5em;
text-align: center;
}
#newmember .s-text {
padding: 15px 25px;
}
#newmember .s-text p {
font-size: 13px;
line-height: 1.5em;
}

}


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

#newmember .line-box-title {
padding: 14px 25px;
font-size: 15.5px;
line-height: 1.5em;
text-align: center;
}
#newmember .line-box-title br {
display: none;
}

#newmember .s-text {
padding: 20px 30px;
}
#newmember .s-text p {
font-size: 13.5px;
line-height: 1.6em;
}

}


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

#newmember {
background-image: url(../../images/back02.svg);
background-position: center top;
background-size: cover;
}
#newmember .line-box-title {
padding: 15px 25px;
font-size: 17px;
line-height: 1.5em;
}
#newmember .s-text {
padding: 25px 35px;
}
#newmember .s-text p {
font-size: 13.7px;
line-height: 1.6em;
}

}


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

}





























/* facilities */
#facilities {
background-color: rgba(238,238,238,1.00);
}
#facilities dt {
padding: 6% 0px;
}
#facilities dt img {
width: 90%;
max-width: 784px;
margin: 0px auto;
}
section#facilities .contents-block-in {
max-width: 1200px;
}



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

}


@media print, screen and (min-width: 768px) {
#facilities dt {
padding: 3% 0px;
}
#facilities dt img {
width: 60%;
}

}


@media print, screen and (min-width: 1024px) {
#facilities dt {
padding: 2% 0px;
}

}


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

}


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

}




































/* facilities */
.footer-button {
position: fixed;
bottom: 0px;
right: 0px;
width: 100%;
z-index: 50;
opacity: 0;
transition: all 0.4s;
}
.footer-button-in {
width: 50%;
background-color: rgba(248,250,241,1.00);
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,1.00);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,1.00);
overflow: hidden;
border-radius: 12px 12px 0px 0px;
margin: 0px 60px 0px auto;
position: relative;
transition: all 0.4s;
}
.close-bt {
width: 15px;
position: absolute;
top: 7px;
right: 5px;
transform: rotate(45deg);
transition: all 0.4s;
cursor: pointer;
}
.close-bt img {
width: 100%;
height: auto;
display: block;
}
.f-b-title {
font-size: 10px;
line-height: 1.4em;
padding: 8px 0px;
color: rgba(255,255,255,1.00);
font-weight: bold;
text-align: center;
background-color: rgba(149,182,53,1.00);
}
.f-b-nav {
font-size: 11px;
line-height: 1.4em;
font-weight: bold;
}
.f-b-nav li {
border-bottom: 1px solid rgba(228,237,204,1.00);
}
.f-b-nav li a {
padding: 4px 8px;
position: relative;
color: rgba(149,182,53,1.00);
display: block;
}
.f-b-nav li a:hover {
background-color: rgba(227,227,227,1.00);
}
.f-b-nav li a::after {
content: "";
width: 12px;
height: 12px;
top: calc(50% - 6px);
position: absolute;
right: 4px;
background-image: url(../images/link_arrow.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}

.footer-button.close-on {
bottom: -75px;
}
.close-on .close-bt {
transform: rotate(0deg);
}


@media print, screen and (min-width: 375px) {
/* facilities */
.footer-button-in {
width: 190px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1.00);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,1.00);
border-radius: 12px 12px 0px 0px;
margin: 0px 60px 0px auto;
}
.close-bt {
width: 18px;
top: 7px;
right: 5px;
}

.f-b-title {
font-size: 12.5px;
line-height: 1.4em;
padding: 8px 0px;
}
.f-b-nav {
font-size: 13px;
line-height: 1.4em;
}
.f-b-nav li a {
padding: 5px 10px;
}
.f-b-nav li a::after {
width: 14px;
height: 14px;
top: calc(50% - 6px);
right: 5px;
}

.footer-button.close-on {
bottom: -90px;
}

}


@media print, screen and (min-width: 768px) {
/* facilities */
.footer-button-in {
width: 220px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1.00);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,1.00);
border-radius: 12px 12px 0px 0px;
margin: 0px 80px 0px auto;
}
.close-bt {
width: 22px;
top: 10px;
right: 5px;
}

.f-b-title {
font-size: 14px;
line-height: 1.4em;
padding: 11px 0px;
}
.f-b-nav {
font-size: 14px;
line-height: 1.4em;
}
.f-b-nav li a {
padding: 7px 15px;
}
.f-b-nav li a::after {
width: 16px;
height: 16px;
top: calc(50% - 7px);
right: 8px;
}

.footer-button.close-on {
bottom: -107px;
}

}


@media print, screen and (min-width: 1024px) {
/* facilities */
.footer-button-in {
width: 260px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,1.00);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,1.00);
border-radius: 14px 14px 0px 0px;
margin: 0px 80px 0px auto;
}
.close-bt {
width: 24px;
top: 12px;
right: 7px;
}

.f-b-title {
font-size: 16px;
line-height: 1.4em;
padding: 14px 0px;
}
.f-b-nav {
font-size: 16px;
line-height: 1.4em;
}
.f-b-nav li a {
padding: 9px 20px;
}
.f-b-nav li a::after {
width: 18px;
height: 18px;
top: calc(50% - 8px);
right: 8px;
}

.footer-button.close-on {
bottom: -128px;
}

}


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

/* facilities */
.footer-button-in {
width: 290px;
-webkit-box-shadow: 0px 0px 300px 0px rgba(0,0,0,1.00);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,1.00);
border-radius: 14px 14px 0px 0px;
margin: 0px 100px 0px auto;
}
.close-bt {
width: 26px;
top: 14px;
right: 8px;
}

.f-b-title {
font-size: 18px;
line-height: 1.4em;
padding: 15px 0px;
}
.f-b-nav {
font-size: 18px;
line-height: 1.4em;
}
.f-b-nav li a {
padding: 11px 22px;
}

.footer-button.close-on {
bottom: -148px;
}

}


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

}
















