@charset "utf-8";



/* コンテンツ
============================================================================================================ */
.contents_section_fitscene {}

.contents_section_fitscene li a {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
}

.contents_section_fitscene li a dd {
    text-align: left;
}

.contents_section_fitscene li a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .4;
}

.contents_section_fitscene li a .ph {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.contents_section_fitscene li a dl {
    position: relative;
    z-index: 3;
}

.contents_section_fitscene li a dt {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(0, 0, 0, .3);
    margin-top: 1.3em;
}


.contents_section_fitscene .contents01 a .ph {
    background-image: url(/fitness/images/contents_bg01.jpg);
}

.contents_section_fitscene .contents02 a .ph {
    background-image: url(/fitness/images/contents_bg02.jpg);
}

.contents_section_fitscene .contents03 a .ph {
    background-image: url(/fitness/images/contents_bg03.jpg);
}


@media screen and (min-width: 980px),
print {
    .contents_section_fitscene ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 40px -2px 0;
    }

    .contents_section_fitscene li {
        width: 33%;
        padding: 2px;
    }

    .contents_section_fitscene li a {
        height: 200px;
    }

    .contents_section_fitscene li a::after {
        top: 60px;
        bottom: 60px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .contents_section_fitscene li a dl {
        -webkit-transform: translateY(62px);
        -ms-transform: translateY(62px);
        -o-transform: translateY(62px);
        transform: translateY(62px);
        -webkit-transition: -webkit-transform .4s;
        -o-transition: -o-transform .4s;
        transition: transform .4s;
    }

    .contents_section_fitscene li a dt {
        position: relative;
        display: table;
        margin-left: auto;
        margin-right: auto;
        padding: 0 60px;
        text-align: center;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .contents_section_fitscene li a dt::before,
    .contents_section_fitscene li a dt::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 54px;
        height: 14px;
        margin-top: -7px;
        background: url(/images/contents_title_point.png) no-repeat 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
        opacity: 0;
    }

    .contents_section_fitscene li a dt::before {
        left: 0;
    }

    .contents_section_fitscene li a dt::after {
        right: 0;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .contents_section_fitscene li a dd {
        padding: 30px 20px 10px 20px;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: -webkit-transform .4s, opacity .4s;
        -o-transition: -o-transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s;
    }

    .contents_section_fitscene li a:hover::after {
        top: 0;
        bottom: 0;
        background-color: #f3eadc;
        opacity: 0.7;
    }

    .contents_section_fitscene li a:hover dt {
        color: #5a564c;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0);
    }

    .contents_section_fitscene li a:hover dt::before,
    .contents_section_fitscene li a:hover dt::after {
        opacity: 1;
    }

    .contents_section_fitscene li a:hover dl {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

    .contents_section_fitscene li a:hover dd {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
.numbol { width: 800px !important;}
}

@media screen and (max-width: 979px) {
    .contents_section_fitscene ul {
        margin-top: 20px;
    }

    .contents_section_fitscene li + li {
        margin-top: 4px;
    }

    .contents_section_fitscene li a {
        height: auto;
        padding-top: 47px;
    }

    .contents_section_fitscene li a::after {
        top: 40px;
        bottom: 40px;
    }

    .contents_section_fitscene li a dt {
        font-size: 1.8rem;
    }

    .contents_section_fitscene li a dd {
        display: block;
        padding-top: 30px;
        padding-bottom: 50px;
        color: #ffffff;
        padding-left: 5%;
        padding-right: 5%;
    }
}



/* 4つのおすすめポイント
============================================================================================================ */



.point_list dl dt {
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
}

.point_list .text{margin: 5px 10px;}
    .point_list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1px;
    }

    .point_list > * {
        border: 1px solid #fff;
    }

@media screen and (min-width: 961px),
print {
    .point_list > * {
        width: 50%;
        }

}



@media screen and (max-width: 960px) {
        .point_list > * {
        width: 98%;
    }
    

  .point_list {
    line-height: 1.8;
    font-size: 1.2rem;
  }
    .point_list dl dt {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    
	.point_list li{margin-bottom: 30px;}
    .mtm01 {
        padding-bottom: 30px;
    }
    
}

























/* 4つのおすすめポイント
============================================================================================================ */

.point_list a.point2_01 {
    background-image: url(/fitness/images/point2_01_bg.jpg);
}

.point_list a.point2_02 {
    background-image: url(/fitness/images/point2_02_bg.jpg);
}

.point_list a.point2_03 {
    background-image: url(/fitness/images/point2_03_bg.jpg);
}

.point_list a.point2_04 {
    background-image: url(/fitness/images/point2_04_bg.jpg);
}

.point_list a.point2_05 {
    background-image: url(/fitness/images/point2_05_bg.jpg);
}

.point_list a.point2_06 {
    background-image: url(/fitness/images/point2_06_bg.jpg);
}

.bottom_nav a.visit .ph > span {
    background-image: url(/common/images/parts/bottom_nav_visit.jpg);
}

.bottom_nav a.morning .ph > span {
    background-image: url(/common/images/parts/bottom_nav_morning.jpg);
}


@media screen and (min-width: 769px),
print {
    .point_list.fit33333 > * {
        width: 33%;
        border: 1px solid #fff;
    }

    .point_list.fit33333 a {
        overflow: hidden;
        height: 380px;
    }

    .point_list.fit33333 a dl {
        top: 80px;
    }

    .point_list.fit33333 a:hover dl {
        top: 30px;
    }


}

.basic_table22 th {
    text-align: center;
}

.basic_table22 td.fee {
    text-align: center;
}




@media screen and (min-width: 980px){
.slic980spdoikde{width: 980px;margin-left: auto;margin-right: auto;}

}


@media screen and (max-width: 980px){
.contents_section_fitscene dl {
    position: relative;
}


.contents_section_fitscene dl dd span.plus {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    bottom: 10px;
    z-index: 500;
}

}



.subtith2.b_line {
	color: #444;
	font-size: 2rem;
	display: flex;
	align-items: center;
	width: 980px;
	margin: 30px auto 10px auto;
}
.subtith2.b_line:before, .subtith2.b_line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.subtith2.b_line:before {
	margin-right: .4em;
}
.subtith2.b_line:after {
	margin-left: .4em;
}

@media screen and (max-width: 980px){
.subtith2.b_line {
	color: #444;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	width: 98%;
	margin: 30px auto 10px auto;
}
}


.btf_box{
	width: 980px;
	margin: 10px auto 50px auto;
	background: linear-gradient(-135deg,#fffdfc,#fff7e6);
	border: 1px solid #87725f;
}

.btf_box .btf_box_ph{
	width: 600px;
}

.btf_box .btf_box_txt{
	width: 360px;
	padding: 100px 15px 15px 5px ;

/*  border: 5px solid black;
  box-sizing:border-box;*/
}

.btf_box .btf_box_txt.l_txt{
	width: 360px;
	padding: 100px 5px 15px 15px ;
}
.btf_box .btf_box_txt.l_txt_02{
	width: 360px;
	padding: 60px 5px 15px 15px ;
}
.btf_box .btf_box_txt p{

}

.slic700spdoikde {
    width: 600px;
    margin-left: 0;
    margin-right: 0;
}














@media screen and (max-width: 980px){
.btf_box{
	width: 100%;
	margin: 20px 0;
	background: linear-gradient(-135deg,#fffdfc,#fff7e6);
	border: 1px solid #87725f;
}

.btf_box .btf_box_ph{
	width: 100%;
}

.btf_box .btf_box_txt{
	width: 100%;
	padding: 15px 15px 15px 15px ;
}
.btf_box .btf_box_txt.l_txt{
	width: 100%;
	padding: 15px 15px 15px 15px ;
}
.btf_box .btf_box_txt.l_txt_02{
	width: 100%;
	padding: 15px 15px 15px 15px ;
}
.btf_box .btf_box_txt p{

}

.slic700spdoikde {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}








.dd_box .txt_upbox{
position: absolute;
    left: 0;
    top: 45px;
    width: 490px;
	z-index: 500;

}

.dd_box .slide_ph_area{
position: absolute;
    right: 0;
    top: 0;
    width: 900px;
}

.fitslick .w.w100 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.dd_box.fitslick .slide_ph_area{
position: absolute;
    right: 0;
    top: 0;
    width: 85%;
}
.dd_box.fitslick .slide_ph_area img{
    width: 100%;
}

.dd_box .index_pickup_block section .box {
    width: 420px;
    height: 350px;
    padding: 20px 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.dd_box .index_pickup_block section.slide_c .box {
        width: 450px;
        height: 380px;
        padding: 20px 50px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }


@media screen and (max-width: 980px){
.dd_box .index_pickup_block section {
    height: auto;
    padding-top: 0px;
}

.dd_box .txt_upbox{
position: relative;
    width: 98%;
	z-index: 500;
	margin: 0 auto;
	margin-top: -30px;

}

.dd_box .slide_ph_area{
position: relative;
    right: 0;
    top: 0;
    width: 100%;
}
.dd_box .index_pickup_block section .box {
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
}

.slick-dots  {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px !important;
    text-align: center;
}

.fitslick .slick-dots  {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    text-align: center;
}



/* ── 0) 基本レイアウト ── */
.dd_box .index_pickup_block section {
  position: relative;  /* slider-bg の配置基準 */
  overflow: hidden;
  height: 490px;
  padding-top: 55px;
}

/* 左寄せテキストマージン */
.dd_box .index_pickup_block.left section.slide_c .txt_side .box {
  margin-left: auto;
}

/* ── 1) Slick スライダー用背景 ── */
/* slider-bg を ::before と同じ位置に */
.dd_box .index_pickup_block .slider-bg .slider-bg_inn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% + 180px);
  left: 0;            /* pickupplaza は左寄せ */
  z-index: 0;
}
/* pickupplaza02 は右寄せ */
.dd_box .index_pickup_block section.pickupplaza02 .slider-bg .slider-bg_inn {
  left: auto;
  right: 0;
}

/* 2) Slick 内部を全高フィット */
.dd_box .slider-bg,
.dd_box .slider-bg .slider-bg_inn,
.dd_box .slider-bg .slider-bg_inn .slick-list,
.dd_box .slider-bg .slider-bg_inn .slick-track {
  height: 100%;
}
/* 各スライドを全面に */
.dd_box .slider-bg .slider-bg_inn .slick-slide {
  height: 100%;
}
/* 背景画像をカバー表示 */
.dd_box .slider-bg .slider-bg_inn .bg-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ── 3) テキストは前面 ── */
.dd_box .index_pickup_block section.slide_c .txt_side .box {
  position: relative;
  z-index: 1;
}
/* ── 静的な ::before 背景を除去 ── */
.dd_box .index_pickup_block section.pickupplaza::before,
.dd_box .index_pickup_block section.pickupplaza02::before {
  display: none !important;
  background: none    !important;
}

/* ── overflow:hidden ではみ出しを防止 ── */
.dd_box .index_pickup_block section.slide_c {
  overflow: hidden !important;
}
.dd_box .index_pickup_block section.slide_c .txt_side {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
}
.dd_box .index_pickup_block.left section.slide_c .txt_side {
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
}

.dd_box .index_pickup_block section.slide_c .txt_side .box {
        width: 450px;
        height: 380px;
        padding: 20px 50px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }


@media screen and (max-width: 980px) {
  /* 1) section を自動高さ＆padding-top でアスペクト比確保 */
 /* .dd_box .index_pickup_block section.slide_c {
    position: relative !important;
    height: auto !important;
    padding-top: 56.25% !important; 
  } */
  .dd_box .index_pickup_block section {
  padding-top: 15px;
}
.dd_box .index_pickup_block section.slide_c .txt_side {
    position: relative;
}
  
.dd_box .index_pickup_block .slider-bg .slider-bg_inn {
 position: relative !important;
width: 100%;
}
.dd_box .index_pickup_block section {
    position: relative;
    overflow: hidden;
    height: 100%;
    
}

  /* 4) .box テキストをその下に流す */
  .dd_box .index_pickup_block section.slide_c .box {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    margin: 0 0 20px  0 !important;
    padding: 20px 10px !important;
  }
.dd_box .index_pickup_block section.slide_c .txt_side .box {
        width: auto;
        height: auto;
        padding: 20px 10px;
        display: block;
    }
/* 高さ100%でフィット */
.dd_box .slider-bg,
.dd_box .slider-bg .slider-bg_inn,
.dd_box .slider-bg .slider-bg_inn .slick-list,
.dd_box .slider-bg .slider-bg_inn .slick-track {
   height: 100% !important;
   min-height: 1px;
}

.dd_box .index_pickup_block .slider-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100% !important;
  height: 43% !important;
}


.dd_box .index_pickup_block section.pickupplaza02 .slider-bg .slider-bg_inn {
    left: 0;
    right: 0;
}
.dd_box .index_pickup_block.left section.slide_c .txt_side,
.dd_box .index_pickup_block section.slide_c .txt_side {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
}
.dd_box .index_pickup_block section.slide_c .txt_side {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
}


}

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

.basic_table22_bi.tablesptyosei0 th{font-weight: normal;font-size: 1.3rem;letter-spacing: -0.1em;padding: 5px 3px;}

}