@charset "utf-8";

/*-------------------
base.css
-------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

ul,
li {
    list-style: none;
}

p,
th,
td,
dd {
    font-style: normal;
    font-weight: 0;
    word-break: break-all;
}

dd {
    word-break: break-all;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*layout style*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
}

.pc {
    display: block;
}

.sp {
    display: none;
}


@media screen and (min-width : 769px) {
    .btnWebEntry {
        position: fixed;
        right: 0;
        top: 100px;
        width: 51px;
        z-index: 90;
    }

    .cpView {
        position: fixed;
        right: 0;
        top: 405px;
        width: 51px;
        z-index: 90;
        cursor: pointer;
    }

    .instagram {
        position: fixed;
        right: 0;
        top: 240px;
        width: 51px;
        z-index: 90;
        cursor: pointer;
    }
}


/*-------------------
HEADER
-------------------*/
.fitness_header {
    border-bottom: 1px solid #dadada;
    background: #fff;
}

/*-------------------
共通
-------------------*/

@font-face {
    font-family: 'BebasNeue Book';
    src: url('../font/BebasNeue Book.eot');
    src: url('../font/BebasNeue Book.eot?#iefix') format('embedded-opentype'),
        url('../font/BebasNeue Book.woff2') format('woff2'),
        url('../font/BebasNeue Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

h4 {
    background-color: #ff4e4e;
}

h4 img {
    width: 1000px;
    margin: 0 auto;
}

.red {
    color: #f16767;
}

#wrap a:hover {
    opacity: 0.6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

#cp_box a:hover {
    opacity: 0.6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

#trialIcon {
    position: absolute;
    top: 130px;
    right: -80px;
    z-index: 100;
}

.campaign p.cpMain {
    width: 100%;
    margin: 0 auto;
}

.campaign_ttl {
    margin-bottom: 25px;
    font-size: 100px;
    line-height: 1em;
}

.campaign_subTtl {
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    background: url(/lightgym/todoroki/index/inc/images/line_dot_x_wt_l.png) 0 bottom repeat-x;
    background-size: 13px auto;
}

.campaign_lead {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
}

#cp_box dl.CP_caution {
    text-align: left;
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    z-index: 50;
    width: 590px;
    margin: 20px auto 0;
}

#cp_box dl.CP_caution dd {
    padding-left: 1em;
    text-indent: -1em;
}


#cp_box dl.CP_caution1 {
    position: absolute;
    width: 580px;
    text-align: left;
    font-size: 13px;
    color: #626060;
    line-height: 22px;
    /* top:620px;*/
    top: 615px;
    left: 200px;
    z-index: 50;
    padding-bottom: 45px;
    border-bottom: 2px solid #0081CF;
}


#cp_box dl.CP_caution2 {
    position: absolute;
    width: 580px;
    text-align: left;
    font-size: 13px;
    color: #626060;
    line-height: 22px;
    /* top:620px;*/
    top: 1330px;
    left: 200px;
    z-index: 50;
}

#cp_box dt {
    width: 154px;
    margin-bottom: 4px;
}

#cp_box dd.CP_yellow {
    text-indent: -12px;
    padding-left: 12px;
    color: #FF0;
}


#cp_box dd.CP_red {
    text-indent: -12px;
    padding-left: 12px;
    color: #ff0000;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 18px;
    padding-top: 5px;
}

.campaign .cp_catch {
    color: #2a59a7;
}

.campaign .cp_main {
    color: #2a59a7;
}

.campaign .cp_main_price {
    color: #2a59a7;
}

.campaign .CP_caution .hexagon {
    background-color: #2a59a7;
}

.campaign .covid-19 .covid-19_title {
    color: #2a59a7;
}

/*-------------------
CONTENTS
-------------------*/

#wrap {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: #ffffff;
}

.bebas {
    font-family: 'BebasNeue Book', 'ColfaxWeb', Sans-Serif;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.main {
    background: url(../img/main_bg.jpg) no-repeat top center;
    position: relative;
}

.main img {
    width: 1000px;
    margin: 0 auto;
}

/* 消費税告知 */
.main #notice {
    background-color: #184dbe;
    padding: 24px 0;
}

.main #notice p {
    display: inline-block;
    padding: 0 0 0 24px;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
    color: #ffffff;
}

.main #notice p::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}




/* info */
.info {
    padding: 30px 0;
    background-color: #fffc4e;
}

.info p {
    font-size: 22px;
    color: #0081cf;
    line-height: 1.4em;
    font-weight: bold;
}

.info p span.small {
    font-size: 18px;
}


/* nav */
.nav_container .inner ul {
    text-align: left;
    border-bottom: 1px dotted #9999a1;
    position: relative;
}

.nav_container .inner ul li {
    display: inline-block;
    text-align: left;
    letter-spacing: 2px;
    line-height: 2em;
    padding: 40px 72px 40px 0;
}

/*　web入会アンカーで使っていた
.nav_container .inner ul li:last-child{
	padding: 14px 0 0 14px;
	position: fixed;
	z-index: 100;
}
*/
.nav_container .inner ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 3px;
}

.nav_container .inner ul li a .phonetic {
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
}

.nav_container .inner ul li a:hover {
    opacity: 0.6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

.nav_container .inner ul li a:visited {
    text-decoration: none;
}

/* news */
.news {
    color: #000000;
}

.news .inner ul {
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #000000;
}

.news .inner ul li {
    display: inline-block;
    text-align: left;

}

.news .inner ul li:first-child {
    float: left;
}

/*.news .inner ul li p{float: left;}*/
.news .inner ul li dl {
    /*display: inline-flex;*/
    padding: 20px 0 20px 0;
}

.news .inner ul li dl:nth-of-type(n+4) {
    display: none;
}

.news .inner ul li dt {
    color: #626060;
    display: inline-block;
    vertical-align: top;
    width: 160px;
}

.news .inner ul li dd {
    color: #184dbe;
    display: inline-block;
    vertical-align: top;
}

.news .inner ul li.btn {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.news .inner ul li.btn a:hover {
    opacity: 0.6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

.bnr img {
    padding: 3rem 0 2rem;
    text-align: center;
    width: 1000px;
}

.bnr a {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.bnr a:hover {
    opacity: 0.6;
}



/* concept */
.concept {
    color: #000000;
}

.concept .inner {
    padding: 60px 0;
}

.concept .inner h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
    color: #000000;
}

.concept .inner h2 .phonetic {
    color: #000000;
    font-size: 14px;
}

.concept .inner .mainTxt {
    font-size: 110px;
    margin: 35px 0;
    font-weight: bold;
    letter-spacing: 8px;
    color: #184dbe;
}

.concept .inner .subTxt {
    line-height: 3em;
}

.concept .inner .mainTxt img {
    margin: 0 auto;
    width: 400px;
}

/* PRICE */
.price {
    color: #ffffff;
    background: url(../img/price_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.price .inner {
    padding: 60px 0;
}

.price .inner h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
}

.price .inner h2 .phonetic {
    color: #ffffff;
    font-size: 14px;
}

.price .inner .admission_fee_wrap {
    border: 2px solid #ffffff;
}

.price .inner .intro {
    margin: 40px 0;
}

.price .inner .unity {
    overflow: hidden;
    position: relative;
    width: 740px;
    margin: 40px auto;
}

.price .inner .unity .tag {
    float: left;
    width: 135px;
}

.price .inner .unity .fitness_price_list_item_price {
    /*margin-bottom: 13px;*/
    /*padding-bottom: 24px;*/
    font-size: 0;
    line-height: 1em;
    font-weight: 600;
    margin-left: 20px;
    padding: 2px;
    float: none;
    display: inline-block;
}

.price .inner .unity.regular {
    color: #ffffff;
}

.price .inner .unity .fitness_price_list_item_price .en {
    display: inline-block;
    padding-right: 8px;
    font-size: 65px;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.price .inner .unity .fitness_price_list_item_price .en_box {
    display: inline-block;
}

.price .inner .unity .fitness_price_list_item_price .en_box .zei {
    font-size: 20px;
    line-height: 1em;
}

.price .inner .unity .fitness_price_list_item_price .tanni {
    font-size: 31px;
}

.price .inner .unity .fitness_price_list_item_price .small {
    /*float: left;*/
    position: absolute;
    bottom: -7px;
}

.price .inner .unity .fitness_price_list_item_price .small .en {
    display: inline-block;
    padding-right: 8px;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: -0.04em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.price .inner .unity .fitness_price_list_item_price .small .en_box {
    display: inline-block;
}

.price .inner .unity .fitness_price_list_item_price .small .en_box .zei {
    font-size: 10px;
    line-height: 1em;
}

.price .inner .unity .fitness_price_list_item_price .small .tanni {
    font-size: 18px;
}

.price .inner .caution {
    margin: 0 0 40px 0;
    text-align: right;
}

.price .inner .option {
    overflow: hidden;
    margin: 40px auto;
}

.price .inner .option li {
    width: 479px;
}

.price .inner .option li:nth-child(1) {
    float: left;
}

.price .inner .option li:nth-child(2) {
    float: right;
}

.price .inner .option li:nth-child(3) {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.price .inner .option li:nth-child(4) {
    width: 100%;
    float: right;
    margin: 30px 0 0 0;
}

.price .inner .option li p.txt {
    max-width: 100%;
    max-height: 72px;
    background: #184dbe;
    color: #fff;
    text-align: left;
    padding: 15px;
    font-size: 15px;
    line-height: 1.5;
}


.price .inner .caution_trainer {
    margin: 0 0 40px 0;
    text-align: left;
}

.price .inner .caution_trainer a {
    text-decoration: underline;
    color: #cc0000;
}

/* FACILITY */
.facility {
    color: #000000;
    background: #ffffff;
}

.facility .inner {
    width: 1200px;
    padding: 60px 0;
}

.facility .inner h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
}

.facility .inner h2 .phonetic {
    /*color: #b4bac3;*/
    font-size: 14px;
}

.facility .inner .visual {
    margin: 50px 0 0 0;
}

.facility .inner .perseArea {
    width: 1000px;
    margin: 60px auto 0;
    position: relative;
}

.facility .inner .perseArea p {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 12px;
}

.facility .inner .perseArea img {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 0;
}

.facility .inner .visual img {
    width: 1000px;
    margin: 0 auto;
}


/* PROGRAM */
.program {
    color: #ffffff;
    background: url(../img/program_bg.jpg) no-repeat center;
    /*background-size: cover;*/
    position: relative;
}

.program .inner {
    padding: 60px 0;
}

.program .inner h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
}

.program .inner h2 .phonetic {
    color: #ffffff;
    font-size: 14px;
}

.program .inner .intro {
    margin: 40px 0;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.program .inner .subTxt1 {
    margin: 40px 0 0 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.program .inner .subTxt2 {
    margin: 20px 0 0 0;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.program .inner .btn {
    width: 460px;
    margin: 0 auto;
}


/* ENTRY */
.entry {
    color: #ffffff;
    background: url(../img/entry_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.entry .inner {
    padding: 60px 0;
}

.entry .inner h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
}

.entry .inner h2 .phonetic {
    color: #ffffff;
    font-size: 14px;
}

.entry .inner .intro {
    margin: 40px 0;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.entry .inner .caution {
    margin: 20px 0 0 0;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-align: right;
}

.entry .inner .subTxt1 {
    margin: 40px 0 0 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.entry .inner .subTxt2 {
    margin: 20px 0 0 0;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.entry .inner .btn {
    width: 460px;
    margin: 0 auto;
}


/* bnrArea */
div.bnrArea {
    margin: 50px auto;
    width: 1000px;
}

div.bnrArea a {
    display: inline-block;
}

/* safety */
.safety {
    background: url("../img/safety_bg.jpg") repeat;
    color: #FFF;
    /*height: 737px;*/
}

.safety .inner {
    padding: 60px 0;
}

.safety .inner h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0 0 60px 0;
}

.safety .inner h2 .phonetic {
    font-size: 14px;
}

.safety .inner div.perseArea02 img {
    display: inline-block;
    margin: 20px 0 50px 0;
}

/* GUIDE */
.guide {
    color: #184dbe;
    background: #ffffff;
    position: relative;
}

.guide .inner {
    padding: 60px 0;
}

.guide .inner h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
    color: #000000;
}

.guide .inner h2 .phonetic {
    /*color: #b4bac3;*/
    font-size: 14px;
}

.guide .inner ul {
    border-top: 1px solid #184dbe;
    padding-top: 30px;
    margin-top: 30px;
    overflow: hidden;
}

.guide .inner ul li {
    float: left;
}

.guide .inner ul li:nth-child(1) {
    margin-right: 28px;
}

.guide .inner ul li:nth-child(2) {
    margin-top: 48px;
}

.guide .inner ul li h3 {
    text-align: left;
    padding: 40px 0;
    font-size: 25px;
}

.guide .inner ul li dl .unity {
    overflow: hidden;
    padding: 10px 0;
}

.guide .inner ul li dl dt {
    float: left;
}

.guide .inner ul li dl .unity.two dt {
    letter-spacing: 2.2em;
}

.guide .inner ul li dl .unity.three dt {
    letter-spacing: 0.6em;
}

.guide .inner ul li dl .unity.four dt {
    letter-spacing: 0.1em;
}

.guide .inner ul li dl .unity .coron {
    color: #184dbe;
    float: left;
    margin: 0 12px;
}

.guide .inner ul li dl .unity.two .coron {
    margin-left: -20px;
}

.guide .inner ul li dl .unity.three .coron {
    margin: 0 17px 0 5px;
}

.guide .inner ul li dl .unity.four .coron {}

.guide .inner ul li dl dd {
    float: left;
    text-align: left;
    color: #000000;
}

/*
.guide .inner ul li dl dd span{
	display: block;
	margin:5px 0 0 0;
	font-size: 90%;
}
*/
.guide .inner ul li dl .caution {
    text-align: left;
    color: #000000;
    margin-top: -5px;
    font-size: 90%;
}

.guide .inner ul li dl .contact {
    text-align: left;
    /*color: #626060;*/
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.4em;
}

.guide .inner ul li dl .contact a {
    text-decoration: underline;
}

.guide .inner ul li #map_canvas {
    width: 460px;
    height: 380px;
    position: relative;
}


/* FAQ */
.faq {
    background: #143a8b;
}

.faq .inner {
    padding: 60px 0;
}

.faq .inner h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
    color: #ffffff;
}

.faq .inner h2 .phonetic {
    color: #ffffff;
    font-size: 14px;
}

.faq .inner .faqSection {
    margin: 40px 0 100px 0;
}

.faq .inner .faqSection p {
    padding: 0 0 2px 0;
}

.faq .inner .faqSection h3 {
    padding: 20px 0 20px 0;
    color: #ffffff;
    font-weight: normal;
}

.faq .inner .faqSection dl.faqInrBox {
    padding: 0 0 2px 0;
}

.faq .inner .faqSection dl.faqInrBox.last {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 50px;
}

.faq .inner .faqSection dl.faqInrBox dt {
    background: url("../img/question_open.png") no-repeat scroll 0 0;
    color: #e9e9e9;
    cursor: pointer;
    font-size: 14px;
    height: 60px;
    padding: 40px 0 0 63px;
    text-align: left;
    font-weight: bold;
    /*border-bottom: 1px solid #e9e9e9;*/
}

.faq .inner .faqSection dl.faqInrBox dt.open {
    background: url("../img/question_close.png") no-repeat scroll 0 0;
    border-bottom: 1px dotted #e9e9e9;
}


.faq .inner .faqSection dl.faqInrBox dd {
    display: none;
}

.faq .inner .faqSection dl.faqInrBox dd {
    /*background: #d2e7fc;*/
    overflow: hidden;
    padding: 14px 0 24px 0;
    font-size: 14px;
    /*border-bottom: 1px solid #e9e9e9;*/
}

.faq .inner .faqSection dl.faqInrBox dd span.item {
    display: block;
    float: left;
    padding: 10px 0 0 24px;
    width: 23px;
}

.faq .inner .faqSection dl.faqInrBox dd span.answer {
    display: block;
    float: left;
    padding: 0 30px 0 10px;
    text-align: left;
    color: #ffffff;
    margin: 10px 0 0 20px;
    line-height: 1.6em;
}

.faq .inner .faqSection dl.faqInrBox dd span.answer .red {
    color: #c00000;
    font-weight: bold;
}

.faq .inner .faqSection dl.faqInrBox dd span.answer a {
    text-decoration: underline;
}

/* ----------------------------- 追従バナー（入会CP） ----------------------------- */
.fitness_visual_point {
    position: fixed;
    right: 80px;
    top: inherit;
    bottom: 80px;
    background: #ec0000 url("/fitness/common_2017/img/fitness_visual_point_bg.png") center 10px no-repeat;
    background-size: 7px 24px;
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    letter-spacing: .1em;
    box-sizing: border-box;
    z-index: 1;
}

.fitness_visual_point_faq {
    position: fixed;
    right: 80px;
    bottom: 215px;
    background: #ec0000 url("/fitness/common_2017/img/fitness_visual_point_bg.png") center 10px no-repeat;
    background-size: 7px 24px;
    padding-top: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #fff !important;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    letter-spacing: .1em;
    box-sizing: border-box;
    z-index: 1;
}


.fitness_visual_point:link,
.fitness_visual_point:visited,
.fitness_visual_point:hover,
.fitness_visual_point:active {
    color: #fff;
    text-decoration: none;
}

.fitness_visual_point .text01,
.fitness_visual_point .text02,
.fitness_visual_point .text03,
.fitness_visual_point .text04 {
    display: block;
    line-height: 1;
}

.fitness_visual_point .text01 {
    margin-bottom: 6px;
    font-size: 18.5px;
}

.fitness_visual_point .text02 {
    margin-bottom: 5px;
    font-size: 15px;
}

.fitness_visual_point .text03 {
    font-size: 17px;
}

.fitness_visual_point .text04 {
    font-size: 15px;
    line-height: 1.1;
}




@media screen and (max-width : 768px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*-------------------
	共通
	-------------------*/


    h4 img {
        width: 100%;
    }

    .campaign p.cpMain {
        width: 100%;
    }

    .campaign_ttl {
        margin-bottom: 13px;
        font-size: 50px;
        line-height: 1em;
        font-family: 'ColfaxWeb', Sans-Serif;
        font-weight: 500;
        font-style: normal;
    }

    .campaign_subTtl {
        margin-bottom: 16px;
        padding-bottom: 16px;
        font-size: 12px;
        line-height: 1em;
        font-weight: bold;
        background: url(/lightgym/todoroki/index/inc/images/line_dot_x_wt_l.png) 0 bottom repeat-x;
        background-size: 8px auto;
    }

    .campaign_lead {
        margin-bottom: 16px;
        font-size: 12px;
        line-height: 1em;
        font-weight: bold;
    }

    #cp_box dl.CP_caution {
        text-align: left;
        font-size: 90%;
        color: #fff;
        line-height: 22px;
        margin: 5% auto 0;
        width: 100%;
        z-index: 50;
    }

    .btnWebEntry {
        position: fixed;
        right: 0;
        /*top: 42%;*/
        top: 100px;
        height: 32.5px;
        z-index: 101;
    }

    .cpView {
        position: fixed;
        right: 0;
        /*top: 48%;*/
        top: 180px;
        height: 33px;
        z-index: 101;
    }

    .cpView img {
        width: 93px;
    }

    .instagram {
        position: fixed;
        right: 0;
        /*top: 48%;*/
        top: 140px;
        height: 33px;
        z-index: 101;
    }


    /*-------------------
	CONTENTS
	-------------------*/

    #wrap {
        width: 100%;
        text-align: center;
        overflow: hidden;
        background: #ffffff;
    }

    .inner {
        width: 90%;
        margin: 0 auto;
    }

    .main img {
        width: 100%;
    }

    /* 消費税告知 */
    .main #notice {
        background-color: #184dbe;
        padding: 5vw;
    }

    .main #notice p {
        display: inline-block;
        padding: 0 0 0 4vw;
        box-sizing: border-box;
        margin: 0 auto;
        line-height: 1.6;
        position: relative;
        color: #ffffff;
        font-size: 3.2vw;
        text-align: left;
    }

    .main #notice p::before {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }


    /* info */
    .info {
        padding: 6vw 0;
        background-color: #fffc4e;
    }

    .info p {
        font-size: 90%;
        color: #0081cf;
        line-height: 1.4em;
        font-weight: bold;
    }

    .info p span.small {
        font-size: 90%;
    }



    .anchor {
        position: fixed;
        bottom: 10%;
        right: 5%;
        width: 25%;
        z-index: 100;
    }


    /* news */
    .news {
        color: #000000;
    }

    .news .inner ul {
        overflow: hidden;
        position: relative;
        border-top: 1px solid #000000;
        border-bottom: 1px dotted #000000;
        padding: 8vw 0 10vw 0;
        margin: 5% 0;
    }

    .news .inner ul li {
        display: block;
        text-align: left;
    }

    .news .inner ul li:first-child {
        float: left;
    }

    /*.news .inner ul li p{float: left;}*/
    .news .inner ul li dl {
        display: block;
        padding: 0;
    }

    .news .inner ul li dl:nth-of-type(n+2) {
        padding: 5vw 0 0 0;
    }

    .news .inner ul li dl:nth-of-type(n+4) {
        display: none;
    }

    .news .inner ul li dt {
        display: block;
        width: 100%;
        font-size: 3.5vw;
        font-weight: bold;
    }

    .news .inner ul li dd {
        display: block;
        margin: 2vw 0 0 0;
        font-size: 4vw;
    }

    .news .inner ul li.btn {
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 3%;
    }

    .news .inner ul li.btn a:hover {
        opacity: 0.6;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
        text-decoration: none;
    }

    .bnr img {
        text-align: center;
        width: 338px;
    }


    /* concept */
    .concept {
        color: #000000;
    }

    .concept .inner {
        padding: 30px 0;
    }

    .concept .inner h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.5vw;
        line-height: 1.2;
    }

    .concept .inner h2 .phonetic {
        /*color: #b4bac3;*/
        font-size: 12px;
    }

    .concept .inner .mainTxt {
        font-size: 10vw;
        margin: 20px 0;
        font-weight: bold;
        letter-spacing: 1vw;
    }

    .concept .inner .subTxt {
        line-height: 2em;
        font-size: 12px;
    }

    .concept .inner .mainTxt img {
        margin: 0 auto;
        width: 230px;
    }


    /* PRICE */
    .price {
        color: #ffffff;
        background: url(../img/price_bg_sp.jpg) no-repeat center;
        background-size: cover;
        position: relative;
    }

    .price .inner {
        padding: 30px 0;
    }

    .price .inner h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.5vw;
        line-height: 1.2;
    }

    .price .inner h2 .phonetic {
        /*color: #ffffff;*/
        font-size: 12px;
    }

    .price .inner .intro {
        margin: 40px 0 10px;
        font-size: 12px;
        line-height: 2em;
    }

    .price .inner .unity {
        overflow: hidden;
        position: relative;
        width: 100%;
        margin: 4vw 0 8vw 0;
    }

    .price .inner .unity .tag {
        float: left;
        width: 22vw;
        margin-top: 0.7%;
    }

    .price .inner .unity .fitness_price_list_item_price {
        font-size: 28px;
        line-height: 1em;
        font-weight: 600;
        margin-left: 0;
        display: inline-block;
        margin-left: -18vw;
    }

    .price .inner .unity .fitness_price_list_item_price:nth-of-type(n+2) {
        margin-left: 4.5vw;
    }

    .price .inner .unity.regular {
        color: #ffffff;
    }

    .price .inner .unity .fitness_price_list_item_price .en {
        display: inline-block;
        padding-right: 0;
        font-size: 11vw;
        line-height: 1em;
        letter-spacing: -0.04em;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .price .inner .unity .fitness_price_list_item_price .en_box {
        display: inline-block;
    }

    .price .inner .unity .fitness_price_list_item_price .space {
        margin-left: 10vw;
    }

    .price .inner .unity .fitness_price_list_item_price .en_box .zei {
        font-size: 10px;
        line-height: 1em;
        margin-left: 1vw;
    }

    .price .inner .unity .fitness_price_list_item_price .tanni {
        font-size: 5vw;
    }

    .price .inner .unity .fitness_price_list_item_price .small {
        position: absolute;
        bottom: -5px;
        margin-left: 1%;
    }

    .price .inner .unity .fitness_price_list_item_price .small .en {
        display: inline-block;
        padding-right: 0;
        font-size: 14px;
        line-height: 1em;
        letter-spacing: -0.04em;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .price .inner .unity .fitness_price_list_item_price .small .en_box {
        display: inline-block;
    }

    .price .inner .unity .fitness_price_list_item_price .small .en_box .zei {
        font-size: 10px;
        line-height: 1em;
    }

    .price .inner .unity .fitness_price_list_item_price .small .tanni {
        font-size: 12px;
    }

    .price .inner .caution {
        font-size: 12px;
        margin: 20px 0 5px 0;
    }

    .price .inner .option {
        overflow: hidden;
        margin: 4vw auto 0 auto;
    }

    .price .inner .option li {
        float: none;
        width: 100%;
    }

    .price .inner .option li + li {
        margin-top: 5vw;
    }

    .price .inner .option li p.txt {
        font-size: 12px;
    }

    .price .inner .option li.full p.txt {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .price .inner .caution_trainer {
        margin-top: 20px;
        font-size: 13px;
        text-align: left;
    }
    
    p.caution_trainer a {
        text-decoration: underline;
        color: #ff0000;
    }

    /* FACILITY */
    .facility {
        color: #000000;
        background: #ffffff;
        background-size: 100%;
        position: relative;
        height: inherit;
    }

    .facility .inner {
        width: 100%;
        padding: 30px 0 0 0;
        margin: 0;
        height: inherit;
    }

    .facility .inner h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.5vw;
        line-height: 1.2;
        position: absolute;
        /*		top: 10%;*/
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .facility .inner h2 .phonetic {
        /*color: #b4bac3;*/
        font-size: 12px;
    }

    .facility .inner .visual {
        margin: 30vw 0 15vw 0;
    }

    .facility .inner .perseArea {
        margin: 12vw auto;
        width: 80vw;
        position: relative;
    }

    .facility .inner .perseArea p {
        position: absolute;
        top: -6vw;
        left: 0;
        font-size: 3vw;
    }

    .facility .inner .perseArea img {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 6vw 0;
    }

    .facility .inner .visual img {
        width: 90%;
    }


    /* PROGRAM */
    .program {
        color: #ffffff;
        background: url(../img/program_bg_sp.jpg) no-repeat center;
        background-size: cover;
        position: relative;
    }

    .program .inner {
        padding: 30px 0;
    }

    .program .inner h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.5vw;
        line-height: 1.2;
    }

    .program .inner h2 .phonetic {
        color: #ffffff;
        font-size: 12px;
    }

    .program .inner .intro {
        margin: 8% 0 8% 0;
        line-height: 2em;
        letter-spacing: 0;
        font-size: 70%;
    }

    .program .inner .btn {
        width: 80vw;
        margin: 0 auto;
    }


    /* ENTRY */
    .entry {
        color: #ffffff;
        background: url(../img/entry_bg_sp.jpg) no-repeat center;
        background-size: cover;
        position: relative;
    }

    .entry .inner {
        padding: 30px 0;
    }

    .entry .inner h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.5vw;
        line-height: 1.2;
    }

    .entry .inner h2 .phonetic {
        color: #ffffff;
        font-size: 12px;
    }

    .entry .inner .intro {
        margin: 8% 0 8% 0;
        line-height: 2em;
        letter-spacing: 0;
        font-size: 70%;
    }

    .entry .inner .caution {
        margin: 3% 0 0 0;
        line-height: 2em;
        letter-spacing: 0;
        font-size: 70%;
    }

    .entry .inner .subTxt1 {
        margin: 8% 0 0 0;
        font-weight: bold;
        letter-spacing: 0.2em;
        font-size: 80%;
        line-height: 1.4em;
    }

    .entry .inner .subTxt2 {
        margin: 4% 0 0 0;
        line-height: 2em;
        letter-spacing: 0;
        font-size: 68%;
    }

    .entry .inner .btn {
        width: 80vw;
        margin: 0 auto;
    }

    /* bnrArea */
    div.bnrArea {
        margin: 8vw auto;
        width: 90vw;
    }

    /* safety */
    .safety {
        background: url("../img/safety_bg.jpg") repeat;
        color: #ffffff;
    }

    .safety .inner {
        padding: 4vh 0;
    }

    .safety .inner h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.5vw;
        line-height: 1.2;
        margin: 0 0 5vh 0;
    }

    .safety .inner h2 .phonetic {
        font-size: 12px;
    }

    .safety .inner div.perseArea02 img {
        display: inline-block;
        margin: 3vh 0 3vh 0;
        width: 80vw;
    }

    /* GUIDE */
    .guide {
        color: #184dbe;
        background: #ffffff;
        position: relative;
    }

    .guide .inner {
        padding: 30px 0;
    }

    .guide .inner h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.5vw;
        line-height: 1.2;
        color: #000000;
    }

    .guide .inner h2 .phonetic {
        /*color: #b4bac3;*/
        font-size: 12px;
    }

    .guide .inner ul {
        border-top: 1px solid #184dbe;
        padding-top: 30px;
        margin-top: 30px;
        overflow: hidden;
        font-size: 80%;
        text-align: left;
    }

    .guide .inner ul li {
        float: left;
    }

    .guide .inner ul li:nth-child(1) {
        margin-right: 0;
    }

    .guide .inner ul li:nth-child(2) {
        margin-top: 5%;
    }

    .guide .inner ul li h3 {
        text-align: left;
        padding: 0 0 5% 0;
        font-size: 22px;
        line-height: 1.5;
    }

    .guide .inner ul li dl .unity {
        overflow: hidden;
        padding: 10px 0;
    }

    .guide .inner ul li dl dt {
        float: left;
    }

    .guide .inner ul li dl .unity .coron {
        color: #184dbe;
        float: left;
    }

    .guide .inner ul li dl dd {
        float: left;
        color: #000000;
    }

    .guide .inner ul li dl .caution {
        text-align: left;
        color: #000000;
        margin-top: -5px;
        font-size: 12px;
    }

    .guide .inner ul li:last-child {
        width: 100%;
    }

    .guide .inner ul li #map_canvas {
        width: 100%;
        height: 200px;
    }

    .guide .inner ul li dl .unity .caution {
        text-align: right;
        clear: both;
        padding: 0.5em 0;
    }

    /* FAQ */
    .faq {
        background: #143a8b;
    }

    .faq .inner {
        padding: 30px 0;
    }

    .faq .inner h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0.5vw;
        line-height: 1.2;
        color: #ffffff;
    }

    .faq .inner h2 .phonetic {
        color: #ffffff;
        font-size: 12px;
    }

    .faq .inner .faqSection {
        margin: 40px 0 100px 0;
    }

    .faq .inner .faqSection p {
        padding: 0 0 2px 0;
    }

    .faq .inner .faqSection dl.faqInrBox {
        padding: 0 0 2px 0;
    }

    .faq .inner .faqSection dl.faqInrBox.last {
        border-bottom: 1px solid #e9e9e9;
    }

    .faq .inner .faqSection dl.faqInrBox dt {
        background: url("../img/question_open.png") no-repeat scroll 0 0;
        color: #e9e9e9;
        cursor: pointer;
        font-size: 14px;
        height: 60px;
        padding: 40px 0 0 63px;
        text-align: left;
        font-weight: bold;
        /*border-bottom: 1px solid #e9e9e9;*/
    }

    .faq .inner .faqSection dl.faqInrBox dt.open {
        background: url("../img/question_close.png") no-repeat scroll 0 0;
        border-bottom: 1px dotted #e9e9e9;
    }


    .faq .inner .faqSection dl.faqInrBox dd {
        display: none;
    }

    .faq .inner .faqSection dl.faqInrBox dd {
        /*background: #d2e7fc;*/
        overflow: hidden;
        padding: 14px 0 24px 0;
        font-size: 80%;
        /*border-bottom: 1px solid #e9e9e9;*/
    }

    .faq .inner .faqSection dl.faqInrBox dd span.item {
        display: block;
        float: left;
        padding: 8px 0 0 24px;
        width: 23px;
    }

    .faq .inner .faqSection dl.faqInrBox dd span.answer {
        display: block;
        float: left;
        padding: 0 30px 0 10px;
        text-align: left;
        color: #d3ea75;
        margin: 10px 0 0 20px;
        line-height: 1.6em;
    }


    .faq {
        background: #143a8b;
    }

    .faq .inner .faqSection {
        width: 90%;
        margin: 10% auto;
    }

    .faq .inner .faqSection p {
        padding: 0 0 2px 0;
    }

    .faq .inner .faqSection h3 {
        padding: 5% 0 5% 0;
        font-size: 100%;
        color: #ffffff;
        font-weight: normal;
    }

    .faq .inner .faqSection dl.faqInrBox {
        padding: 0;
        border-top: 1px solid #e9e9e9;
    }

    .faq .inner .faqSection dl.faqInrBox dt {
        background: url("../img/question_open_sp.png") no-repeat scroll 0 0;
        background-size: 100%;
        color: #e9e9e9;
        cursor: pointer;
        font-size: 80%;
        height: 60px;
        padding: 4% 10% 0 10%;
        text-align: left;
        font-weight: normal;
        line-height: 1.6em;
    }

    .faq .inner .faqSection dl.faqInrBox dt.open {
        background: url("../img/question_close_sp.png") no-repeat scroll 0 0;
        background-size: 100%;
        border-bottom: 1px dotted #e9e9e9;
    }


    .faq .inner .faqSection dl.faqInrBox dd {
        display: none;
    }

    .faq .inner .faqSection dl.faqInrBox dd {
        overflow: hidden;
        padding: 14px 0 20px 0;
        font-size: 80%;
    }

    .faq .inner .faqSection dl.faqInrBox dd span.item {
        display: block;
        float: left;
        padding: 3.5% 0 0 3%;
        width: 6px;
    }

    .faq .inner .faqSection dl.faqInrBox dd span.answer {
        display: block;
        float: left;
        padding: 1vw 0 0 3vw;
        text-align: left;
        color: #ffffff;
        margin: 4px 0 0 6px;
        width: 88%;
        line-height: 1.6em;
    }

    .faq .inner .faqSection dl.faqInrBox dd span.answer .red {
        color: #c00000;
        font-weight: bold;
    }

    .faq .inner .faqSection dl.faqInrBox dd span.answer a {
        text-decoration: underline;
    }

    /* ----------------------------- 追従バナー（入会CP） ----------------------------- */
    .fitness_visual_point {
        position: fixed;
        right: 10px;
        top: inherit;
        bottom: 30px;
        z-index: 1;
        background: #ec0000 url(/fitness/common_2017/img/fitness_visual_point_bg.png) center 8px no-repeat;
        background-size: 5px 18px;
        padding-top: 30px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        letter-spacing: .1em;
    }

    .fitness_visual_point_faq {
        z-index: 1;
        background: #ec0000 url(/fitness/common_2017/img/fitness_visual_point_bg.png) center 8px no-repeat;
        background-size: 5px 18px;
        padding-top: 30px;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        color: #fff !important;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        letter-spacing: .1em;
        position: fixed;
        right: 10px;
        bottom: 135px;
    }

    .fitness_visual_point:link,
    .fitness_visual_point:visited,
    .fitness_visual_point:hover,
    .fitness_visual_point:active {
        color: #fff;
        text-decoration: none;
    }

    .fitness_visual_point .text01,
    .fitness_visual_point .text02,
    .fitness_visual_point .text03,
    .fitness_visual_point .text04 {
        display: block;
        line-height: 1;
    }

    .fitness_visual_point .text01 {
        margin-bottom: 5px;
        font-size: 16.5px;
    }

    .fitness_visual_point .text02 {
        margin-bottom: 5px;
        font-size: 11px;
    }

    .fitness_visual_point .text03 {
        font-size: 10px;
    }

    .fitness_visual_point .text04 {
        font-size: 10px;
        line-height: 1.2;
    }





}