@charset "utf-8";

/***************************************************
  common.css
***************************************************/
body.scroll01 header {
  position: relative;
}

.header02 {
  width: 100%;
  padding: 17px 0;
  background-color: #fff;
  z-index: 9;
}
body.scroll01 .header02 {
  position: fixed;
  top: 0;
}

.header02.is-camp {}
.header02.is-camp .page-logo {
  float: left;
}
.header02.is-camp .swipe-nav {
  float: right;
}
.header02.is-camp .swipe-nav > ul {
  display: table;
}
.header02.is-camp .swipe-nav > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.header02.is-camp .swipe-nav > ul > li > a {
  display: block;
  padding: 10px 18px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}
.header02.is-camp .swipe-nav > ul > li > a.onclick{
  border-color: #d2161a;
}
.header02.is-camp .swipe-nav > ul > li:last-child a {
  padding-right: 0;
}
.header02.is-camp .swipe-nav > ul > li{
  position: relative;
}
.header02.is-camp .swipe-nav ul.list-second{
  position: absolute;
  display: none;
  top: 37px;
  left: -68px;
  margin: auto;
  z-index: 100;
  min-width: 240px;
  /* width: 150%; */
  padding-top: 18px;
}
.header02.is-camp .swipe-nav ul.list-second:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #e61416 transparent; 
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.header02.is-camp .swipe-nav ul.list-second li{
  /* border: solid 1px #e61416; */
  /* background-color: #e61416; */
  border-bottom: none;
  display: block;
  white-space: normal;
}

/*li {}
.header02.is-camp .swipe-nav ul.list-second li:last-child{
  border-bottom: solid 1px #e61416;
}*/
.header02.is-camp .swipe-nav ul.list-second li a{
  display: block;
  background: #e61416 url(/shared/img/svg/ar02.svg)no-repeat center right 12px;
  border: solid 1px #e61416;
  border-bottom: none;
  padding: 12px 17px;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
.header02.is-camp .swipe-nav ul.list-second li:last-child a {
  border-bottom: solid 1px #e61416;
}
.header02.is-camp .swipe-nav ul.list-second li a:hover{
  background-color: #fff;
  background-image: url(/shared/img/svg/ar01.svg);
  color: #231815;
}
@media only screen and (min-width: 641px) {
  .header02.is-camp .swipe-nav > ul > li:hover .list-second{
    display: block;
  }
  .header02.is-camp .swipe-nav > ul > li:hover > a{
    border-color: #e61416;
  }
}

.header02_menu,
.nav-sp-toggle {
  display: none;
}

@media only screen and (max-width: 640px) {
  body{
    padding-top: 0;
  }
  body.is-fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  .contents-main{
    clear: both;
  }
  .header02.is-camp {
    padding: 5px 0;
  }
  .header02.is-scroll,
  .header02.is-camp.header-scroll {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  .header02_menu {
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 26px;
    padding-top: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .header02_menu > span {
    background: #e61416;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header02_menu > span::after,
  .header02_menu > span::before {
    background: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .header02_menu.is-active {
    background: #e61416;
    color: #fff;
  }
  .header02_menu.is-active > span {
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .header02_menu.is-active > span::after,
  .header02_menu.is-active > span::before {
    background: #e61416;
  }
  .header02_menu > span::before {
    height: 8px;
    width: 2px;
  }
  .header02_menu > span::after {
    height: 2px;
    width: 8px;
  }
  .header02_menu b {
    font-weight: 700;
  }
  .header{
    position: relative;
  }
  .header02.is-camp .contents-inner {
    padding: 0;
  }
  .header02.is-camp .swipe-nav-wrapper {
    width: 300px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 100;
    transform: translateX(100%);
    transition: transform .3s;
  }
  .header02.is-camp .swipe-nav-overlay {
    background: rgba(0,0,0,0);
    height: 0;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .header02.is-camp .swipe-nav-overlay.is-active {
    height: 100vh;
    z-index: 9;
  }
  .header02.is-camp .swipe-nav {
    background-color: #e61416;
    float: none;
    overflow-y: auto;
    padding: 20px 20px 100px;
    height: calc(100vh - 40px - 50px);
    width: 300px;
  }
  .header02.is-camp .swipe-nav-wrapper.is-active {
    transform: translateX(0);
  }
  .header02.is-camp .swipe-nav::before {
    border-color: transparent transparent #e61416;
    border-style: solid;
    border-width: 0 4px 10px;
    content: "";
    position: absolute;
    right: 40px;
    top: 0;
    transform: translateY(-100%);
  }
  .header02.is-camp .swipe-nav::-webkit-scrollbar {
    display: none;
  }
  .header02.is-camp .page-logo {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /* .header02.is-camp .swipe-nav > ul li:first-child {
    display: table-cell;
  }
  .header02.is-camp .swipe-nav > ul li:first-child a{
    background: url(/sp/camp-meshi/shared/img/camp-meshi_logo03.svg)no-repeat center;
    width: 130px;
    background-size: 115px 18px;
    height: 46px;
  } */
  .header02.is-camp .swipe-nav > ul {
    border-top: 1px solid #ff7575;
    display: block;
  }
  .header02.is-camp .swipe-nav > ul > li {
    display: block;
    text-align: left;
    white-space: wrap;
    position: relative;
  }
  .header02.is-camp .swipe-nav > ul > li > a {
    background: url(/sp/camp-meshi/shared/img/svg/ar10.svg) no-repeat right 15px top 50%;
    border-bottom: 1px solid #ff7575;
    color: #fff;
    font-size: 14px;
    outline: none;
    padding: 11px 30px 11px 5px;
  }
  .nav-sp-toggle {
    cursor: pointer;
    display: block;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-sp-toggle > span {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .nav-sp-toggle > span::before,
  .nav-sp-toggle > span::after {
    background-color: #e61416;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .nav-sp-toggle > span::after {
    height: 2px;
    width: 8px;
  }
  .nav-sp-toggle > span::before {
    height: 0;
    width: 2px;
  }
  .nav-sp-toggle.is-active > span {
    background-color: transparent;
  }
  .nav-sp-toggle.is-active > span::before,
  .nav-sp-toggle.is-active > span::after {
    background-color: #fff;
  }
  .nav-sp-toggle.is-active > span::before {
    height: 8px;
  }
  .header02.is-camp .swipe-nav > ul li:last-child a {
    padding-right: 15px;

  }
  .header02.is-camp .swipe-nav ul.list-second {
    border-bottom: 1px solid #ff7575;
    display: block;
    position: static;
    margin: auto;
    min-width: 0;
    padding-left: 25px;
    padding-top: 0;
  }
  .header02.is-camp .swipe-nav ul.list-second > li > a {
    border-bottom: 1px solid #ff7575;
    display: block;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    padding: 11px 30px 11px 5px;
  }
  .header02.is-camp .swipe-nav ul.list-second > li:last-child > a {
    border-bottom: 0;
  }
  .header02.is-camp .swipe-nav ul.list-second:after {
    content: none;
  }
  .header02{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .sp-second-menu{
    position: absolute;
    top: 56px;
    width: 100%;
  }
  .sp-second-menu ul{
    display: none;
  }
  .sp-second-menu ul.on{
    display: block;
  }
  .sp-second-menu li{
    width: 100%;
    border: solid 1px #e5e5e5;
    border-bottom: none;
  }
  .sp-second-menu li:last-child{
    border-bottom: solid 1px #e5e5e5;
  }
  .sp-second-menu li a{
    display: block;
    padding: 10px;
    background: #e61416 url(/shared/img/svg/ar02.svg)no-repeat center right 20px;
    color: #fff;
  }
}

/* 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;
  }
}