@charset "utf-8";

/***************************************************
  common.css
***************************************************/


/* mordal */
body{
  position: relative;
}
.mordal-bg{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 200;
    display: none;
}
.mordal-conts{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48%;
  display: none;
}
.box-move {
  width: 48%;
  margin: 0 auto;
  z-index: 1001;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  padding-top: 56.27%;
}
.box-move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mordal-conts01,.mordal-conts02,.mordal-conts03{
  display: none;
}
.mordal-conts span{
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 1002;
}
@media only screen and (max-width: 640px) {
  .mordal-conts{
    width: 80%;
  }
  .mordal-conts span{
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}

#breadcrumb{
	margin-bottom: 0;
	padding-bottom: 15px;
	background-color: #e7e7e7;
}
.return-top {
  padding-top: 15px;
  display: table;
  padding-bottom: 15px;
  width: 100%;
}
.return-top span {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.return-top span a {
  padding-right: 10px;
  background: url(/shared/img/svg/cur02.svg)no-repeat center right;
  background-size: 7px 13px;
  font-weight: bold;
  font-size: 14px;
}
.header02{
  z-index: 104;
}
.header02 .swipe-nav{
  z-index: 104;
}
body.drawer-open .header02{
  z-index: 10;
}
.header02 + .close-sp-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 103;
}
.header02 + .close-sp-menu.on{
  display: block;
}

/*recomendエリア*/
.area-under-recommend{
  background-color: #f8f8f8;
  position: relative;
  padding-top: 127px;
  padding-bottom: 70px;
}
.area-under-recommend .ttl-recommend{
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  text-align: center;
  line-height: 24px;
}
.area-under-recommend .ttl-recommend span{
  font-size: 15px;
}
.area-under-recommend li{
  width: 21.5%;
  float: left;
  margin-right: 4.66%;
}
.area-under-recommend li:nth-child(4n){
  margin-right: 0;
}
.area-under-recommend li a{
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #e7e7e7;
}
.area-under-recommend li figure{
  background-color: #e7e7e7;
  display: block;
}
.area-under-recommend li figure img{
	width: 100%;
  margin: -10px 0 10px -11px;
}
.area-under-recommend li .txt-recommend{
  font-size: 14px;
  padding: 18px 15px 10px;
}
.area-under-recommend li .txt-recommend span{
	font-weight: bold;
	font-size: 18px;
}
.area-under-recommend li p{
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}
.area-under-recommend.under_calendar{
  padding-top: 150px;
  background-color: #fff;
}
.area-under-recommend.under_calendar .ttl-recommend{
  top: 30px;
}
  .area-under-recommend li a:hover{
    opacity: 0.8;
  }
  .area-under-recommend li a img:hover{
    opacity: 1;
  }
  .area-under-recommend li a:hover img{
    margin: 0;
  }

@media only screen and (max-width: 640px) {
  .area-under-recommend{
    padding-top: 70px;
    margin-top: 30px;
  }
  .area-under-recommend .contents-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .area-under-recommend li{
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .area-under-recommend li + li{
    margin-top: 30px;
  }
  .area-under-recommend li figure{
    position: relative;
  }
  .area-under-recommend li figure:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/shared/img/block.gif);
    top: 0;
    left: 0;
  }
}

/*ebara club*/
.bg-club-rink{
  height: 500px;
  background: url("/img/bn_top_club_pc.jpg")no-repeat center;
  background-size: cover;
}
.box-club-rink{
  text-align: center;
  padding-top: 80px;
}
.box-club-rink p{
  color: #FFF;
  padding-bottom: 30px;
  font-size: 29px;
  font-weight: bold;
}
.box-club-rink a.btn-01{
  color: #FFF;
  border: 1px solid #FFF;
  width: 199px;
  display: inline-block;
  margin: 10px;
  background-image: url("/shared/img/svg/ar02.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.box-club-rink a.btn-01:hover{
  background-color: rgba(0,0,0,0.5);
}
.box-club-rink .box-club-merit{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.box-club-rink .club-link-merit ul{
  width: 100%;
}
.box-club-rink .club-link-merit li{
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  padding: 16px 38px 16px 38px;
  color: #e10000;
  font-weight: bold;
  background: url(/img/club_number_01.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
  border-radius: 5px;
}
.box-club-rink .club-link-merit li:first-child{
  padding: 27px 38px 27px 38px;
}
.box-club-rink .club-link-merit li:nth-child(2){
  background: url(/img/club_number_02.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
.box-club-rink .club-link-merit li:last-child{
  margin-right: 0;
  background: url(/img/club_number_03.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
@media only screen and (max-width: 640px) {
  .bg-club-rink{
    height: auto;
    background: url("/img/bn_top_club_sp.jpg")no-repeat center;
    background-size: cover;
    padding: 30px 0 10px;
  }
  .box-club-rink{
    padding-top: 0;
  }
  .box-club-rink p{
    width: 83%;
    height: 75px;
    font-size: 13px;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .box-club-rink p:nth-child(2){
    padding-top: 0;
    height: auto;
    width: 80%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .box-club-rink a.btn-01 {
    width: 260px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin: 7px;
  }
  .box-club-rink .box-club-merit{
    width: 100%;
    margin-bottom: 20px;
  }
  .box-club-rink .club-link-merit{
    width: 80%;
    margin: 0 auto;
  }
  .box-club-rink .club-link-merit li{
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .box-club-rink .club-link-merit li{
    padding: 5px 10px 5px 50px;
    text-align: left;
    background-size: 20px 20px;
  }
  .box-club-rink .club-link-merit li:first-child {
    padding: 5px 0 5px 50px;
    background-size: 20px 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:nth-child(2){
    background-size: 20px 20px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:last-child{
    background-size: 20px 20px;
  }
}

/*印刷対応*/
@media print {
  .area-under-recommend li figure img{
    display:none;
  }
}
