@charset "UTF-8";

/* ---------------------------------------------------
   File: fitness_program.css
   Version: 1.0.0
   Update: 2017-12-06
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===========================================================================

    PC 

=========================================================================== */

/* ===================================================
    Local Navigation
=================================================== */
#lnavi li:nth-child(4) a {
    text-decoration: none;
    color: #454545;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* ===================================================
    Bn - Page Contents
=================================================== */
.bn_pageContents li:nth-child(4) {
    margin-left: 340px;
}


/* ===================================================
    Pickup Information
=================================================== */
.redIcon {
    margin-bottom: 0;
}


/* ===================================================
    Common Style
=================================================== */
/* -------------------------
  Title
------------------------- */
h2 .txt_s {
    display: block;
    margin: 0;
    padding: 0;
}

.content h3 {
    width: 900px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    font-size: 1.2em;
    margin: 40px auto 10px;
}

.content h3 .pc {
    font-size: 0.7em;
    display: inline;
}

.content h3 .txt_s {
    font-size: 0.7em;
}

/* -------------------------
  Photo
------------------------- */
.photo {}

.helfphoto {
    padding-bottom: 0;
    margin: 0 auto;
}

/* -------------------------
  Table
------------------------- */
.content table {
    width: 900px;
    margin: 0 auto;
}

.content table th {
    vertical-align: middle;
}

.content table td {
    text-align: center;
}

.content table td.txt_left {
    text-align: left;
}

/* -------------------------
  Attention
------------------------- */
.attention {
    width: 900px;
    font-size: 0.8em;
    line-height: 1.4em;
    display: block;
    margin: 50px auto 0;
}

.attention li {
    margin-bottom: 5px;
    text-indent: -1em;
    margin-left: 1em;
}

/* -------------------------
  Button - Red
------------------------- */
.btn_red {
    margin-top: 50px;
}


/* ===================================================
    Program
=================================================== */


/* ===================================================
    Program - Studio
=================================================== */


/* ===================================================
    Program - Swimming
=================================================== */
/* -------------------------
  Table
------------------------- */
#swimming table {
    width: 1100px;
    margin-top: 50px;
}

/* Lesson Name */
#swimming table .th_lesson {
    width: 200px;
}

/* Time */
#swimming table .th_time {
    width: 80px;
}

/* Level */
#swimming table .th_level {
    width: 140px;
}

#swimming span {
    display: block;
}

/* -------------------------
  Attention
------------------------- */
#swimming .attention {
    width: 1100px;
}


/* ===================================================
    Program - Tennis
=================================================== */
#tennis .attention {
    margin-top: 10px;
}

/* -------------------------
  Table
------------------------- */
#tennis table th.th_class {
    width: 200px;
}

#tennis table th.sp_th_sub {
    width: 200px;
}

#tennis table td {
    text-align: left;
}


/* -------------------------
  About
------------------------- */
/* Layout */
#about_tennis,
#about_rentalCoat {
    margin: 0 auto;
    padding: 0;
}

#about_tennis section,
#about_rentalCoat section {
    width: 900px;
    margin: 0 auto;
}

/* Title */
#about_tennis h2,
#about_rentalCoat h2 {
    font-size: 1.4em;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    padding-bottom: 50px;
}

/* -------------------------
  About - Tennis
------------------------- */
#about_tennis {
    border-top: solid 1px #b6bcc0;
    padding: 80px 0 90px;
}

/* -------------------------
  About - Rental Coat
------------------------- */
#about_rentalCoat {
    padding: 80px 0 90px;
}

#about_rentalCoat .txt {
    width: 900px;
    margin: 40px auto 0;
}


/* ===================================================
    Course
=================================================== */

#course .tit_center {
    margin-bottom: 0;
}

/* -------------------------
  Table
------------------------- */
.helfphoto table {
    width: 600px;
}

.helfphoto table td {
    text-align: left;
}

/* -------------------------
  Attention
------------------------- */
.helfphoto .attention {
    width: 600px;
    margin: 20px auto 0;
}

/* ===================================================
    Course - penmanship
=================================================== */


/* ===================================================
    Course - Table Tennis
=================================================== */




/* ===========================================================================

    TABLET - LARGE
		
=========================================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {}




/* ===========================================================================

	TABLET
		
=========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {}




/* ===========================================================================

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {


    main .content {
        padding: 140px 0 70px;
        margin-top: -70px;
    }

    /* ===================================================
    Local Navigation
=================================================== */
    #lnavi li:nth-child(4) a {
        text-decoration: none;
        color: #fff;
        background: #7c7c7c;
        border-radius: 0;
        /* CSS3 */
        -webkit-border-radius: 0;
        /* Safari,Chrome */
        -moz-border-radius: 0;
        /* Firefox */
    }

    /* ===================================================
    Bn - Page Contents
=================================================== */
    .bn_pageContents li:nth-child(4) {
        margin-left: 0;
    }

    /* ===================================================
    Common Style
=================================================== */

    /* -------------------------
  Title
------------------------- */
    .content h3 {
        width: 100%;
    }

    .content h3 .txt_s {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        display: block;
        line-height: 1.4em;
        margin: 0;
    }

    .content h3 .pc {
        display: none;
    }

    /* -------------------------
  Photo
------------------------- */
    .photo img {
        width: 100%;
        height: auto;
    }

    /* -------------------------
  Table
------------------------- */
    .content table {
        width: 100%;
        margin: 0 auto;
    }

    .content table th {
        vertical-align: middle;
    }

    .content table td {
        text-align: left;
    }


    /* -------------------------
  Attention
------------------------- */
    .attention {
        width: 100%;
    }


    /* ===================================================
    Program
=================================================== */


    /* ===================================================
    Program - Studio
=================================================== */


    /* ===================================================
    Program - Swimming
=================================================== */
    /* -------------------------
  Table
------------------------- */
    #swimming table {
        width: 100%;
    }

    /* Level */
    #swimming table span {
        display: inline;
        margin-left: 10px;
    }


    /* -------------------------
  Attention
------------------------- */
    #swimming .attention {
        width: 100%;
        margin-top: 10px;
    }

    /* ===================================================
    Program - Tennis
=================================================== */

    /* -------------------------
  Table
------------------------- */
    #tennis table th.th_class {
        width: 30%;
    }

    #tennis table th.sp_th_sub {
        width: 25%;
    }

    /* -------------------------
  About
------------------------- */
    /* Layout */
    #about_tennis section,
    #about_rentalCoat section {
        width: 100%;
    }

    /* Title */
    #about_tennis h2,
    #about_rentalCoat h2 {
        padding-bottom: 0;
    }

    #about_tennis h3,
    #about_rentalCoat h3 {
        width: 92%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #fff;
        background: #454445;
        font-size: 1em;
        padding: 10px 4%;
        margin-bottom: 10px;
    }

    /* -------------------------
  About - Tennis
------------------------- */
    #about_tennis {
        padding: 50px 0 40px;
    }

    /* -------------------------
  About - Rental Coat
------------------------- */
    #about_rentalCoat {
        padding: 50px 0 40px;
    }

    #about_rentalCoat .txt {
        width: 100%;
        margin: 30px auto 0;
    }

    /* ===================================================
    Course
=================================================== */
    /* -------------------------
  Layout
------------------------- */
    #course {
        padding-bottom: 0;
    }

    /* -------------------------
  Table
------------------------- */
    .helfphoto table {
        width: 100%;
    }

    /* -------------------------
  Attention
------------------------- */
    .helfphoto .attention {
        width: 100%;
    }

    /* ===================================================
    Course - penmanship
=================================================== */


    /* ===================================================
    Course - Table Tennis
=================================================== */
}