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

#point{
  margin-bottom:50px;
}

#point .box{
  width:100%;
  max-width:1100px;
  margin:10px auto 0px;
  position:relative;
  text-align:right;
}

#point .box:nth-of-type(2){
  text-align:left;
}


#point .box dl{
  background:rgba(252,252,252,.5);
  display:inline-block;
  padding:30px;
  position:absolute;
  top: 15%;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
  text-align:left;
  font-size:13px;
  z-index:9999;
}

#point .box dl dt{
  font-size:20px;
  margin-bottom:0px;
  color:#4f403d;
  font-weight:bold;
}

#point .box dl dt:last-child{
  width:90%;
  max-width:145px;
  border:1px solid #63522C;
  font-size:13px;
  text-align:center;
  margin-top:15px;
  font-weight:normal;
}

#point .box dl dt:last-child a{
  padding:15px 0;
  display:block;
  color:#63552E;
}

#point .box dl dt:last-child a:hover{
  text-decoration:none;
  background:#63552E;
  color:#fff;
}

#point .box dl dt:last-child a:before{
  content:"＞";
  margin-right:5px;
  font-size:10px;
  line-height:2;
}

#point .box dd{
  width:90%;
  line-height:1.9;
}


#point .box:nth-of-type(1) dl{
  width:45%;
  position:absolute;
  left:10%;
}

#point .box:nth-of-type(2) dl{
  width:45%;
  position:absolute;
  right:65;
  top:10;
}

#point .box:nth-of-type(3) dl{
  width:40%;
  position:absolute;
  left:165;
}

#point .box img{
  display:inline-block;
}

/*#point .box:nth-of-type(1) img{
  margin-right:20%;
}*/

@media only screen and (max-width: 1000px) { 
#point,
#point1,
#point2,
#point3{
  margin-top: -60px;
  padding-top:60px;
}
}
@media only screen and (max-width: 789px) { 

#point .box{
  margin: -200px auto 30px;
  position:static;
  text-align:center;
}

#point .box:nth-of-type(2){
  text-align:center;
}

#point .box:nth-of-type(3){
  margin-bottom:50px;
}


#point .box dl{
  background:none;
  display:block;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position:static;
  top: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

#point .box dl dt{
  font-size:20px;
  margin-bottom:0px;
}


#point .box:nth-of-type(1) dl{
  width:90%;
  position:initial;
  left:0;
  margin-left:auto;
  margin-bottom: inherit;
}

#point .box:nth-of-type(2) dl{
  width:95%;
  position:static;
  margin-left:auto;
}

#point .box:nth-of-type(3) dl{
  width:90%;
  position:static;
  margin-left:auto;
}

#point .box img{
  display:block;
  width:100%;
  margin-right:auto;
  margin-left:auto;
}

#point .box:nth-of-type(1) img{
  margin-right:auto;
  margin-left:auto;
}

}



@media screen and (max-width: 640px)
form#mailformpro td {
    width: 90%;
    display: block;
    padding: 0;
    margin: 5px 0 20px;
}











/*
コンテンツ
------------------------------------------------------------------------------------*/

#contents{
  background:#F9F9F6;
  margin-bottom:50px;
  overflow:hidden;
  padding:5px 0 10px;
}
.page-index {
  margin:50px auto;
}

.page-index .entry:hover { 
box-shadow: 0 15px 30px -15px rgba(0,0,0,.3),0 0 5px rgba(0,0,0,.05); 
transform: translateY(-15px); 
transition: 0.5s; 
}

.entry{
  width:25%;
  padding:1% 0;
  float:left;
  vertical-align:top;
  margin-bottom:-70px;
}

.entry dl{
  width:80%;
  margin:20px auto 0;
  text-align:left;
  line-height:1.8;
  font-size:13px;
}

.entry dt{
  font-size: 16px;
    font-weight: bold;
    color: #4f403d;
    margin-bottom: 15px;
    text-align: center;
}

.entryimg {
    max-width: 70px;
    margin: 0 auto;
}
}


.switch {
    visibility: hidden;
}


@media only screen and (max-width: 789px) { 
.entry{
  width:50%;
}

@media only screen and (max-width: 789px)
.entryimg {
    max-width: 70px;
    margin: 0 auto;
}

#menbership {
    background: #ffffff;
    overflow: hidden;
    padding: 11% 0 0px;
}

#appicon {
    background: #ffffff;
    overflow: hidden;
    padding: 11% 0 0px;
}



}




/*
フォーム
------------------------------------------------------------------------------------*/
.contact-form {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  font-family: sans-serif;
  width: 80%;
  margin: 0 auto;
  max-width: 650px;
}

.contact-form {
  border: 3px solid #4f403d;
  padding: 10px;
  font-size: 13px;
  font-family: sans-serif;
}
.contact-form .item {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.contact-form .item.no-label {
  padding: 5px 0px 5px 60px;
}
.contact-form .item .label {
  float: left;
  padding: 5px;
  margin:0;
}
.contact-form .item .radio-group{
  padding: 5px 0px 5px 130px;
}
.contact-form .item input[type=text],
.contact-form .item input[type=email],
.contact-form .item textarea {
  display: block;
  margin-left: 130px;
  width: 500px;
  padding: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 13px;
}
.contact-form .item ::placeholder {
  color: #ccc;
}
.contact-form .item textarea {
  outline: none;
  border: 1px solid #ccc;
  resize: vertical;
}
input[type=submit] {
  border: none;
  outline: none;
  line-height: 30px;
  width: 160px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #de7b85;
  cursor:pointer;
  box-sizing: content-box;
  transition:0.1s ease all
}
input[type=submit]:hover{
  opacity:0.6;
}


@media only screen and (max-width: 789px) {
.contact-form {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  font-family: sans-serif;
 max-width: 100%;
}

.contact-form .item input[type=text],
.contact-form .item input[type=email],
.contact-form .item textarea {
  display: block;
  margin-left: 130px;
  width: 170px;
  padding: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 13px;
}

}

/*
インフォ
------------------------------------------------------------------------------------*/
#info{
  max-width:1200px;
  margin:0 auto;
}


#info iframe{
  width:50%;
  height:450px;
  display:inline-block;
  margin:30px 3% 0 0;
}

#info .box{
  width:45%;
  display:inline-block;
  vertical-align:top;
  text-align:left;
  margin-top:30px;
}

#info .box h5{
  font-size:40px;
  font-weight:100;
}

#info .box h5 span{
  display:block;
  font-size:15px;
}

#info .box dl{
  margin-top:30px;
}

#info .box dt{
  font-weight:bold;
}

#info .box dd{
  margin-bottom:20px;
  line-height:1.6;
}

#info .box dd .access{
  font-size:12px;
}

@media only screen and (max-width: 1000px) { 
#info{
  margin-top:-100px;
  padding-top:100px;
}

}


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

#info iframe{
  width:100%;
  height:350px;
  display:block;
  margin:30px auto 0;
}

#info .box{
  width:90%;
  display:block;
  margin:30px auto;
}

#info .box h5{
  font-size:40px;
  font-weight:100;
}
}

/*
アンカーリンク高さ合わせ
------------------------------------------------------------------------------------*/


#mainvisual {
    height: 480px;
    background-image: url(https://webftp-sv5016.xserver.jp/index.cgi?action_download=on&current_dir=/blissport.xsrv.jp/public_html/img&file_name=top01.jpg);
    background-size: cover;
    background-position: center -100px;
}


/*
APP
------------------------------------------------------------------------------------*/


.slidertitle{
    font-size: 20px;
    margin-bottom: 0px;
    color: #4f403d;
    font-weight: bold;
} 

.slidertext{
    text-align: left;
    font-size: 13px;
} 

.sliderbox{
    width: 90%;
    position: initial;
    left: 10%;
}