@charset "utf-8";

/* html5doctor.com Reset Stylesheet */

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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

p {
    line-height: 1.75;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    min-width: 1040px;
    line-height: 1.5;
}

h1.h1_ttl {
    color: #333;
    text-align: center;
}

#new_h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    letter-spacing: .2em;
    color: #000;
}

#new_h1 span {
    width: auto;
    font-size: 30px;
    font-weight: 300;
    border-bottom: solid 2px #00a5fd;
}

@media screen and (max-width: 500px) {
    #new_h1 {
        font-size: 16px;
        font-weight: 400;
        padding: 0;
        letter-spacing: .2em;
    }

    #new_h1 span {
        width: auto;
        font-size: 24px;
        font-weight: 300;
        border-bottom: solid 2px #00a5fd;
    }
}

h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-top: 50px;
    letter-spacing: .2em;
}

h2 span {
    width: auto;
    font-size: 52px;
    font-weight: 300;
    border-bottom: solid 2px #00a5fd;
}

.message {
	text-align: center;
	font-size: 18px;
    letter-spacing: .05rem;
	margin: 16px auto 60px auto;
}

.message span {
    color: #00a5fd;
}

.br_sp {
    display: none;
}

header {
    width: 100%;
    background: #fff;
    transition: all .3s;
    box-sizing: border-box;
    height: 130px;
    z-index: 999;
}

header .header_wrapper {
    width: 1000px;
    margin: 0 auto;
}

header .header_up {
    position: relative;
    margin-top: 16px;
    transition: all .3s;
}

header .header_up .header_logo small {
    display: block;
    color: #000;
    font-size: 11px;
    margin-bottom: 4px;
    transition: all .3s;
    width: 166px;
}

header .header_up .header_logo img {
    transition: all .3s;
    width: 164px;
}

header .header_up .header_logo .since {
    transition: all .3s;
    width: 90px;
    margin: 7px 12px 17px 30px;
    vertical-align: top;
}

header .header_up .header_logo text {
    display: inline-block;
    color: #000;
    font-size: 18px;
    margin: 0 0 0 15px;
    top: 61%;
    transform: translateY(-50%);
    position: absolute;
    transition: all .3s;
}

header .header_up .header_logo:hover small,
header .header_up .header_logo:hover text {
    color: #00a5fd;
}

header .header_up .header_logo:hover img,
header .header_up .header_logo .since:hover {
    color: #00a5fd;
    opacity: .7;
}

header .header_up .header_up_right {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}

header .header_up .header_up_right a {
    display: inline-block;
    background: #00a5fd;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px 15px;
    margin-left: 10px;
    cursor: pointer;
    transition: all .3s;
}

header .header_up .header_up_right a:hover {
    background: #46bfff;
}

header .header_up .header_up_right a.media {
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
}

header .header_up .header_up_right a.media:hover {
    border-radius: 3px;
}

header .header_up .header_up_right a.media div {
    margin-right: 0;
}

header .header_up .header_up_right a.media div:hover {
    opacity: 0.6;
}

header .header_up .header_up_right a div {
    display: inline-block;
    margin-right: 10px;
    transition: all .3s;
    vertical-align: middle;
}

header .header_up .header_up_right a img {
    display: inline-block;
    vertical-align: middle;
}

header .header_down {
    padding: 12px 0 16px 0;
    transition: all .3s;
    border-color: #fff;
}

header .header_down ul {
    font-size: 0;
    transition: all .3s;
}

header .header_down ul li {
    display: inline-block;
    box-sizing: border-box;
    width: calc(100% / 6);
    color: #000;
    text-align: center;
    font-size: 13px;
    border-right: solid 1px #ccc;
    transition: all .3s;
    box-sizing: border-box;
}

/*Edgeハック*/
@supports (-ms-ime-align: auto) {
    header .header_down ul li {
        display: inline-block;
        box-sizing: border-box;
        width: 16.666%;
        color: #000;
        text-align: center;
        font-size: 13px;
        border-right: solid 1px #ccc;
        transition: all .3s;
        box-sizing: border-box;
    }
}

/*IEハック*/
@media screen\0 {
    header .header_down ul li {
        display: inline-block;
        box-sizing: border-box;
        width: 16.666%;
        color: #000;
        text-align: center;
        font-size: 13px;
        border-right: solid 1px #ccc;
        transition: all .3s;
        box-sizing: border-box;
    }
}

header .header_down ul li:first-child {
    border-left: solid 1px #ccc;
}

header .header_down ul li a {
    color: #000;
    transition: all .3s;
}

header .header_down ul li a:hover {
    color: #00a5fd;
}

header .header_down ul li a span {
    display: block;
    color: #00a5fd;
    font-size: 10px;
    transition: all .3s;
    letter-spacing: .2em;
}

header.header_scroll .header_down {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    border-bottom: solid 1px #eee;
}

header.header_scroll .header_down ul {
    width: 1000px;
    margin: 0 auto;
}

header .reserv_open {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
}

header .reserv_open .reserv_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    background: #fff;
    border-radius: 5px;
    margin: -250px -400px;
    text-align: center;
}

header .reserv_open .reserv_close {
    text-align: right;
    color: #00a5fd;
    font-size: 30px;
    font-weight: 900;
    padding: 2px 12px;
    cursor: pointer;
    transition: all .3s;
}

header .reserv_open .reserv_close:hover {
    color: #46bfff;
}

header .reserv_open p {
    text-align: center;
    font-size: 20px;
    margin: 90px 0 26px 0;
}

header .reserv_open a {
    display: inline-block;
    box-sizing: border-box;
    width: 150px;
    border-radius: 99px;
    padding: 8px;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    background: #00a5fd;
    color: #fff;
    margin: 13px 5px;
    transition: all .3s;
}

header .reserv_open a:nth-child(4) {
    width: 476px;
    margin: 13px 16px 0px;
}

header .reserv_open a:hover {
    background: #46bfff;
}

header .tenpomado_open {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
}

header .tenpomado_open .tenpomado_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    background: #fff;
    border-radius: 5px;
    margin: -250px -400px;
    text-align: center;
}

header .tenpomado_open .tenpomado_close {
    text-align: right;
    color: #00a5fd;
    font-size: 30px;
    font-weight: 900;
    padding: 2px 12px;
    cursor: pointer;
    transition: all .3s;
}

header .tenpomado_open .tenpomado_close:hover {
    color: #46bfff;
}

header .tenpomado_open p {
    text-align: center;
    font-size: 20px;
    margin: 90px 0 26px 0;
}

header .tenpomado_open a {
    display: inline-block;
    box-sizing: border-box;
    width: 150px;
    border-radius: 99px;
    padding: 8px;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    background: #00a5fd;
    color: #fff;
    margin: 13px 5px;
    transition: all .3s;
}

header .tenpomado_open a:nth-child(4) {
    width: 476px;
    margin: 13px 16px 0px;
}

header .tenpomado_open a:hover {
    background: #46bfff;
}

.sp_header {
    display: none;
}

.hero {
    position: relative;
    width: 100%;
}

.hero .hero_content {
    position: absolute;
    top: 0;
    left: 0;
    background: #00a5fd;
    width: 100%;
}

.hero .hero_content .hero_content_wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.hero .hero_content .hero_link {
    display: block;
    position: relative;
}

.hero .hero_content .hero_link a {
    display: inline-block;
    background: linear-gradient(#eee, #ccc);
    color: #222;
    box-sizing: border-box;
    width: 320px;
    height: 65px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 3px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
    margin: 10px 0 10px 10px;
    transition: all .3s;
}

.hero .hero_content .hero_link a:nth-child(1),
.hero .hero_content .hero_link a:nth-child(2) {
    line-height: 55px;
}

.hero .hero_content .hero_link a:hover {
    background: linear-gradient(#ddd, #eee);

}

@keyframes popup {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.hero .hero_content h1 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    padding-top: 10px;
    margin: 0;
}

.hero .hero_copy {
    position: absolute;
    top: 55%;
    left: 50%;
    box-sizing: border-box;
    width: 1000px;
    margin-left: -500px;
    margin-top: -50px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 165, 253, .4);
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.hero .hero_copy img {
    display: block;
    margin: 0 auto 14px auto;
}

.slider {
    width: 100%;
    height: 50vw;
    min-height: 680px;
    max-height: 780px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    overflow: hidden;
    background: #000;
}

.slider img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 20%;
    right: 50%;
    -webkit-transform: translate(50%, -20%);
    transform: translate(50%, -20%);
}

@keyframes show {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    60% {
        opacity: 0
    }
}

.slider img:nth-of-type(2) {
    -webkit-animation: show 12s infinite;
    animation: show 12s infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    opacity: 0;
}

.content {
    width: 1000px;
    margin: 0 auto;
    background: #00a5fd;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.content .promise h3 {
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
    color: #fff;
}

.content .promise .promise_wrapper {
    width: 900px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 50px;
}

.content .promise .promise_wrapper .box {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 434px;
    height: 140px;
    border: solid 1px #fff;
    margin: 50px 32px 0 0;
    padding: 20px 14px;
}

.content .promise .promise_wrapper .box:nth-child(2n) {
    margin-right: 0;
}

.content .promise .promise_wrapper .box h4 {
    display: block;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 22px;
    padding-bottom: 2px;
    width: 320px;
    margin: -40px auto 10px auto;
    text-align: center;
    color: #00a5fd;
    background: #fff;
}

.content .promise .promise_wrapper .box p {
    color: #fff;
    font-size: 14px;
}

.content .images {
    font-size: 0;
}

.content .images img {
    display: inline-block;
    width: 500px;
    height: auto;
}

.content .approach {
    width: 900px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 30px;
    pointer-events: none;
}

.content .approach h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #00a5fd;
    padding: 10px 0;
    margin-top: 50px;
}

.content .approach h4 {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    background: #00a5fd;
    color: #fff;
    padding: 12px 0;
}

.content .approach .box {
    position: relative;
    width: 850px;
    height: 250px;
    margin: 30px auto;
}

.content .approach .box h5 {
    position: relative;
    width: 430px;
    font-size: 26px;
    text-align: center;
    color: #00a5fd;
    border-bottom: solid 3px #00a5fd;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.content .approach .box h5 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.content .approach .box h5:before {
    content: "";
    font-size: 0;
    width: 0;
    height: 0;
    border: solid 6px #00a5fd;
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.content .approach .box img {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: auto;
}

.content .approach .box p {
    width: 410px;
    font-size: 14px;
}

.content_limks {
    box-sizing: border-box;
    width: 900px;
    margin: 0 auto;
    padding: 20px 80px;
    font-size: 0;
}

.content_limks a {
    display: inline-block;
    box-sizing: border-box;
    width: 340px;
    text-align: center;
    color: #222;
    background: linear-gradient(#fff, #ccc);
    border-radius: 3px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
    border: solid 1px #aaa;
    padding: 12px 0;
    font-size: 20px;
}

.content_limks a:hover {
    background: linear-gradient(#ddd, #fff);
}

.content_limks a:first-child {
    margin-right: 60px;
}

.content .diet {
    width: 900px;
    margin: 0 auto;
    border: 0;
    background: #fff;
    padding: 0 0 2px 0;
}

.content .diet h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #00a5fd;
    padding: 16px 0;
}

.content .diet h4 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #222;
    padding: 20px 0 24px 0;
    border-top: solid 3px #00a5fd;
    border-bottom: solid 3px #00a5fd;
}

.content .diet .diet_main {
    width: 100%;
    border: 0 !important;
}

.content .diet .diet_content {
    position: relative;
    width: 850px;
    height: 450px;
    margin: 30px auto;
}

.content .diet .diet_content p {
    width: 410px;
    padding-bottom: 30px;
    font-size: 14px;
}

.content .diet .diet_content_full {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-top: solid 3px #00a5fd;
}

.content .diet .diet_content_full p {
    width: 850px;
    padding: 30px 25px;
    font-size: 14px;
}

.content .diet .figure {
    display: block;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 0;
    width: 100%;
    border: solid 0px #fff;
    background: #00a5fd;
    margin: -2px 0 0 0;
    padding: 30px 25px 0px;
}

.content .diet .figure h4 {
    display: block;
    box-sizing: border-box;
    border-radius: 99px;
    font-size: 16px;
    padding: 2px;
    border: 0;
    width: 200px;
    margin: -45px auto 10px 0;
    text-align: center;
    color: #00a5fd;
    background: #fff;
}

.content .diet .figure p {
    color: #fff;
    font-size: 14px;
}

.content .diet .diet_content .images {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
}

.content .diet .diet_content .images img {
    width: 420px;
}

.content .diet a {
    display: block;
    box-sizing: border-box;
    width: 320px;
    margin: 30px auto;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(#00a5fd, #0090dc);
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
    transition: all .3s;
}

.content .diet a:hover {
    opacity: .8;
}

.first_counseling {
    display: block;
    box-sizing: border-box;
    width: 440px;
    margin: 52px auto;
    text-align: center;
    padding: 16px 0;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(#00a5fd, #0090dc);
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
    transition: all .3s;
}

.first_counseling:hover {
    opacity: .85;
}

.content .flow {
    box-sizing: border-box;
    width: 850px;
    margin: 0 auto;
    padding: 2px 0;
}

.content .flow h3 {
    width: 460px;
    text-align: center;
    font-size: 30px;
    background: #fff;
    color: #00a5fd;
    padding: 10px;
    border-radius: 40px;
    margin: 34px auto;
}

.content .flow img.counseling_main {
    width: 100%;
}

.content .flow .box {
    position: relative;
    width: 850px;
    height: 300px;
    margin: 30px auto;
}

.content .flow .box h5 {
    position: relative;
    width: 450px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    border-bottom: solid 3px #fff;
    padding-bottom: 8px;
    margin-bottom: 14px;
}

.content .flow .box h5:before {
    content: "";
    font-size: 0;
    width: 0;
    height: 0;
    border: solid 6px #fff;
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.content .flow .box img {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
}

.content .flow .box p {
    width: 430px;
    font-size: 16px;
    color: #fff;
}

.content .flow .box p span {
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    box-sizing: border-box;
    width: 80px;
    font-size: 14px;
    color: #00a5fd;
    background: #fff;
    margin: 4px 8px 4px 0;
}

.content .flow .box p.center {
    text-align: center;
}

.content .after_flow {
    background: #fff;
    padding: 30px 0;
    border-radius: 3px;
    margin: 34px auto;
}

.content .after_flow h4 {
    width: 460px;
    text-align: center;
    font-size: 28px;
    background: #00a5fd;
    color: #fff;
    padding: 10px;
    border-radius: 40px;
    margin: 0 auto 30px auto;
}

.content .after_flow p {
    padding: 0 24px;
    font-size: 16px;
}

.content .after_flow p b {
    color: #00a5fd;
    padding-left: 10px;
}

.content .after_flow .about_fms {
    background: #eee;
    font-weight: 500;
    padding: 14px 24px;
    margin: 14px 0;
}

.content .after_flow .about_fms em {
    font-size: 18px;
}

.content .fms_img {
    text-align: center;
    margin: 0;
    padding: 0;
}

.content .fms_img img {
    margin: 30px 20px 0 0;
    padding: 0;
}

.content .fms_img img:last-child {
    margin: 0;
    padding: 0;
}

.content .flow h5 {
    text-align: center;
    line-height: 1.7;
    font-size: 18px;
    color: #fff;
}

.content .flow a {
    display: block;
    box-sizing: border-box;
    width: 340px;
    text-align: center;
    color: #222;
    background: linear-gradient(#fff, #ccc);
    border-radius: 3px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
    border: solid 1px #aaa;
    padding: 12px 0;
    font-size: 20px;
    margin: 30px auto 0 auto;
    transition: all .3s;
}

.content .flow a:hover {
    background: linear-gradient(#ddd, #fff);
}

.representative_trainer {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    pointer-events: none;
}

.representative_trainer .trainer_main {
    width: 100%;
    margin-bottom: 36px;
}

.representative_trainer .box {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    height: auto;
    margin: 30px auto 30px auto;
}

.representative_trainer .box h3 {
    position: relative;
    width: 660px;
    font-size: 36px;
    color: #222;
    border-bottom: solid 3px #00a5fd;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.representative_trainer .box h3 span {
    display: block;
    color: #00a5fd;
    font-size: 20px;
}

.representative_trainer .box h3 small {
    position: absolute;
    bottom: 18px;
    right: 20px;
    text-align: right;
    font-size: 22px;
    font-weight: 300;
}

.representative_trainer .box h3:before {
    content: "";
    font-size: 0;
    width: 0;
    height: 0;
    border: solid 6px #00a5fd;
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.representative_trainer .box img {
    position: absolute;
    top: 0;
    right: 0;
}

.representative_trainer .box p {
    width: 640px;
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.7;
}

.representative_trainer .box p b {
    color: #00a5fd;
}

.representative_trainer .box p span {
    display: block;
    width: 90px;
    border-radius: 3px;
    text-align: center;
    background: #00a5fd;
    padding: 2px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 16px;
}

.trainers {
    width: 100%;
    background: #ccedff;
    padding: 36px 0 16px 0;
    margin-bottom: 40px;
    pointer-events: none;
}

.trainers .box {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    height: auto;
    min-height: 340px;
    margin: 0 auto 30px auto;
}

.trainers .box h3 {
    position: relative;
    width: 660px;
    font-size: 30px;
    color: #222;
    border-bottom: solid 3px #00a5fd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.trainers .box h3 span {
    display: block;
    color: #00a5fd;
    font-size: 20px;
}

.trainers .box h3 small {
    position: absolute;
    bottom: 18px;
    right: 20px;
    text-align: right;
    font-size: 22px;
    font-weight: 300;
}

.trainers .box h3:before {
    content: "";
    font-size: 0;
    width: 0;
    height: 0;
    border: solid 6px #00a5fd;
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.trainers .box h3 text,
.representative_trainer .box h3 text {
    display: none;
}

.trainers .box img {
    position: absolute;
    top: 0;
    right: 0;
}

.trainers .box p {
	width: 640px;
	font-size: 15px;
	color: #555;
	/* letter-spacing: -0.05em; */
    /* letter-spacing: .05rem; */
}

.trainers .box p span {
    display: block;
    width: 90px;
    border-radius: 3px;
    text-align: center;
    background: #00a5fd;
    padding: 2px;
    margin: 12px 0 4px 0;
    color: #fff;
    font-size: 16px;
}

.plan {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto 50px auto;
    background: #eee;
    padding-bottom: 6px;
}

.plan .right_p {
    text-align: right;
    padding: 10px 75px;
}

.plan .right_p span {
    font-size: 18px;
}

.plan .box {
    box-sizing: border-box;
    width: 850px;
    background: #fff;
    margin: 0 auto 26px auto;
    border: solid 1px #00a5fd;
    font-size: 0;
    color: #555;
}

.plan .box p {
    font-size: 18px;
}

.plan .box .left_box,
.plan .box .right_box {
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    width: 384px;
    height: 300px;
    margin: 36px 0 36px 40px;
    overflow: hidden;
}

.plan .box .left_box {
    border-right: solid 3px #00a5fd;
}

.plan .box .left_box h4,
.plan .box .right_box h4 {
    display: inline-block;
    box-sizing: border-box;
    width: 140px;
    padding: 8px;
    text-align: center;
    border-radius: 3px;
    font-size: 24px;
    font-weight: 400;
    background: #00a5fd;
    color: #fff;
}

.plan .box .left_box p {
    font-size: 35px;
    font-weight: 700;
    margin: 70px 0 0 45px;
}

.plan .box .left_box p b {
    font-size: 55px;
    font-weight: 500;
    color: #00a5fd;
    padding-right: 14px;
}

.plan .box .right_box small {
    font-weight: 400;
    padding-left: 16px;
}

.plan .box .right_box table {
    margin-top: 30px;
}

.plan .box .right_box table tr td {
    position: relative;
    font-size: 28px;
    font-weight: 600;
}

.plan .box .right_box table tr td:last-child {
    text-align: right;
    padding-left: 30px;
}

.plan .box .right_box table tr td b {
    font-weight: 500;
    color: #00a5fd;
    padding-right: 10px;
}

.plan .box .right_box table tr td span {
    font-size: 38px;
    font-weight: 500;
    padding-left: 30px;
    vertical-align: 6px;
}

.plan .box h3 {
    text-align: center;
    background: #00a5fd;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    padding: 8px;
}

.plan .box .box_wrapper {
    padding: 24px;
}

.plan .box p.box_center {
    text-align: center;
}

.plan .box table {
    font-size: 30px;
    font-weight: 300;
    padding: 8px;
}

.plan .box h4 {
    font-size: 20px;
    font-weight: 400;
    width: 220px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    padding: 6px 10px;
    border-radius: 3px;
    background: #00a5fd;
    color: #fff;
    position: relative;
}

.plan .box table tr td {
    font-size: 30px;
    font-weight: 500;
}

.plan .box table tr td b {
    font-size: 40px;
    font-weight: 500;
    color: #00a5fd;
    padding-right: 6px;
    margin: 0;
}

.plan .box table tr td small {
    font-size: 24px;
    font-weight: 400;
}

.plan .box p {
    margin-bottom: 20px;
}

.plan .box .course {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    margin-right: 80px;
}

.plan .card {
    display: block;
    box-sizing: border-box;
    width: 850px;
    height: 200px;
    padding: 20px;
    margin: 0 auto;
    background: #ccc;
    position: relative;
}

.plan .card h4 {
    display: block;
    box-sizing: border-box;
    width: 170px;
    color: #fff;
    background: #00a5fd;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 4px;
    position: relative;
}

.plan .card h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 165px;
    top: 20px;
    border-width: 1px 185px;
    border-style: solid;
    border-color: #00a5fd;
}

.plan .card p {
    margin: 8px 26px;
}

.plan .card img {
    position: absolute;
    right: 20px;
    top: 48px;
}

.plan .campaign {
    display: block;
    width: 850px;
    margin: 30px auto;
}

.box_freeplan {
    background: #000;
    color: #fff;
    font-size: 0;
}

.box_freeplan div:first-child {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.box_freeplan div:first-child h4 {
    width: 60%;
    text-align: center;
    margin: 5px auto 20px auto;
    padding: 6px 0;
}

.box_freeplan div p {
    font-size: 16px !important;
}

.box_freeplan div p.under_line {
    font-size: 19px !important;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    width: 330px;
    margin: 0 auto 20px auto;
}

.box_freeplan .free_plan_img {
    width: 40%;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 5px;
    border: 1px solid #00a5fd;
    box-sizing: border-box;
}

.box_freeplan div img {
    width: 100%;
}

.plan_table {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    vertical-align: middle;
}

.plan_table tr:last-child td,
.plan_table tr:nth-child(2) td {
    border-top: 1px solid #878787;
    border-left: 1px solid #000;
    background: #fff;
}

.plan_table tr:nth-child(2) td:first-child b {
    color: #555 !important;
}

.plan_table,
.plan_table tr:first-child,
.plan_table tr th,
.plan_table tr:nth-child(2) td:first-child {
    border: 1px solid #000;
}

.plan_table tr th,
.plan_table tr:nth-child(2) td {
    font-size: 24px !important;
}

.plan_table tr th {
    font-weight: 500;
    padding: 0.8% 0;
    width: 18%;
}

table#times tr th,
table#times tr:nth-child(2) td:first-child,
.color {
    background: #f2dcdb;
}

table#amount tr th,
table#amount tr:nth-child(2) td:first-child,
.color_02 {
    background: #ebf1de;
}

.plan_table tr th:first-child {
    background: #00a5fd !important;
    color: #fff;
}

.plan_table tr:last-child td {
    font-size: 18px !important;
}

.plan_table td {
    text-align: center;
    vertical-align: middle;
    padding: 1%;
}

.plan_table_sp {
    display: none;
}

.plan_tabele_caution p {
    font-size: 16px !important;
}

.gyms {
    width: 1000px;
    margin: 80px auto 100px auto;
}

.gyms .box {
    font-size: 0;
    margin-bottom: 70px;
}

.gyms .box .left_box {
    box-sizing: border-box;
    width: 500px;
    display: inline-block;
    position: relative;
}

.gyms .box .left_box img.logo {
    width: 240px;
    margin-bottom: 10px;
}

.gyms .box .left_box h3 {
    box-sizing: border-box;
    width: 180px;
    display: inline-block;
    background: #00a5fd;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 4px;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    right: 30px;
}

.gyms .box .left_box .location_detail {
    font-size: 0;
    margin: 10px 0;
}

.gyms .box .left_box .location_detail div {
    display: inline-block;
    box-sizing: border-box;
    width: 240px;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
    vertical-align: top;
}

.gyms .box .left_box .location_detail div:first-child {
    border-right: solid 1px #aaa;
}

.gyms .box .left_box .location_detail div:nth-child(2n) {
    padding-left: 26px;
}

.gyms .box .left_box .location_detail div table {
    display: inline-block;
    width: 240px;
}

.gyms .box .left_box .location_detail div table td:nth-child(2n) {
    text-align: right;
    padding-left: 20px;
}

.gyms .box .left_box p {
    font-size: 16px;
}

.gyms .box .right_box {
    box-sizing: border-box;
    width: 470px;
    display: inline-block;
    margin-left: 30px;
    font-size: 0;
    vertical-align: top;
}

.gyms .box .right_box img {
    width: 100%;
    height: 290px;
}

.gyms .box .right_box p {
    font-size: 16px;
}

.gyms .box .left_box a,
.gyms .box .right_box a {
    display: block;
    box-sizing: border-box;
    width: 150px;
    margin: 10px auto 10px 0;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    color: #222;
    border-radius: 3px;
    background: linear-gradient(#eee, #ccc);
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
    transition: all .3s;
}

.gyms .box .left_box a:hover,
.gyms .box .right_box a:hover {
    background: linear-gradient(#ddd, #eee);
}

#map_canvas_01,
#map_canvas_02,
#map_canvas_03,
#map_canvas_04 {
    width: 500px;
    height: 370px;
}

footer {
    width: 100%;
    background: #00a5fd;
    text-align: center;
}

.footer_wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

footer .footer_links {
    vertical-align: middle;
}

footer .footer_links {
    margin: 20px auto;
}

footer .footer_links td {
    box-sizing: border-box;
    width: 200px;
    vertical-align: middle;
    border-right: solid 1px #fff;
}

footer .footer_links td {
    border-left: solid 1px #fff;
}

footer .footer_links td a {
    color: #fff;
}

footer small {
    display: block;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    margin: 20px 0;
}

footer .to_top {
    position: absolute;
    top: -50px;
    right: 0;
}

footer .to_top a {
    display: block;
    box-sizing: border-box;
    text-align: center;
    background: #00a5fd;
    width: 52px;
    height: 50px;
}

footer .to_top a img {
    margin-top: 14px;
    transition: all .3s;
}

footer .to_top a:hover img {
    margin-top: 10px;
}

footer .policy {
    color: #fff;
    font-weight: 400;
}

footer .policy:before {
    content: "|";
    margin: 0 20px;
}

footer .policy:last-of-type:after {
    content: "|";
    margin: 0 20px;
}

.faqbox {
    width: 100%;
    background: #ccedff;
    padding: 36px 0 16px 0;
    margin-bottom: 40px;
}

#faq {
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
}

.faq {
    margin: 0 auto 0 auto;
    padding: 10px 20px 15px 20px;
    background: #00A5FD;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: linear-gradient(#00a5fd, #0090dc);
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
    transition: all .3s;
    border-radius: 3px;
}

.faq:hover {
    opacity: .8;
}

.content .approach .box a img {
    display: none;
}

.pc_img {
    display: none;
}

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

    body {
        width: 100%;
        min-width: 320px;
        line-height: 1.5;
    }

    h1.h1_ttl {
        padding-top: 50px;
        font-size: 11px;
    }

    h2 {
        font-size: 16px;
        font-weight: 400;
        padding-top: 10px;
        letter-spacing: .2em;
    }

    h2 span {
        width: auto;
        font-size: 32px;
        font-weight: 300;
        border-bottom: solid 2px #00a5fd;
    }

    .message {
        box-sizing: border-box;
        width: 90%;
        text-align: center;
        font-size: 14px;
        margin: 14px auto 26px auto;
    }

    .br_sp {
        display: block;
    }

    header {
        display: none;
    }

    .sp_header {
        display: block;
        width: 100%;
        height: 52px;
        background: #fff;
        position: fixed;
        z-index: 9999;
    }

    .sp_header .header_logo {
        display: block;
        padding: 14px 10px;
    }

    .sp_header .header_logo img {
        width: 90px;
    }

    .sp_header .inquiry {
        box-sizing: border-box;
        display: block;
        width: 145px;
        height: 36px;
        background: #00a5fd;
        text-align: center;
        position: absolute;
        top: 8px;
        right: 50px;
    }

    .sp_header .inquiry img {
        width: 25px;
        display: block;
        position: absolute;
        top: 11px;
        left: 4px;
    }

    .sp_header .inquiry small {
        font-size: 12px;
        color: #fff;
        box-sizing: border-box;
        display: block;
        width: 108px;
        position: absolute;
        top: 9px;
        right: 4px;
        text-align: left;
    }

    .sp_header #btn_menu {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .sp_header #menu_open {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100% - 52px);
        width: 100%;
        background: rgba(0, 165, 253, .85);
        z-index: 9998;
    }

    .sp_header #menu_close {
        position: fixed;
        top: 8px;
        right: 10px;
        width: 36px;
        height: 36px;
    }

    .sp_header #menu_open ul {
        margin-bottom: 0px;
    }

    .sp_header #menu_open li {
        width: 90%;
        margin: 10px auto;
        border-bottom: 1px solid #fff;
        position: relative;
        font-size: 26px;
        font-weight: 300;
        letter-spacing: .1em;
    }

    .sp_header #menu_open li span {
        font-size: 12px;
        letter-spacing: 0;
        position: absolute;
        bottom: 4px;
        right: 0;
    }

    .sp_header #menu_open li a {
        color: #fff;
    }

    .sp_header .sp_header_link {
        box-sizing: border-box;
        display: inline-block;
        width: 93%;
        background: #eee;
        color: #222;
        font-size: 70%;
        padding: 13px 8px;
        margin: 10px 3%;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
    }

    .sp_header .sp_IG {
        box-sizing: border-box;
        display: inline-block;
        width: 93%;
        background: #eee;
        color: #222;
        font-size: 70%;
        padding: 13px 8px;
        margin: 10px 3%;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
    }

    .sp_header .sp_IG div,
    .sp_header .sp_IG img {
        display: inline-block;
        vertical-align: middle;
        margin: auto 10px;
    }

    .sp_header .sp_IG img {
        height: 18px;
        width: auto;
    }

    .sp_header .reserv_open {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        z-index: 1000;
    }

    .sp_header .tenpomado_open {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        z-index: 1000;
    }

    .sp_header .reserv_open .reserv_wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 450px;
        background: #fff;
        border-radius: 5px;
        margin: -200px -150px;
        text-align: center;
    }

    .sp_header .tenpomado_open .tenpomado_wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 450px;
        background: #fff;
        border-radius: 5px;
        margin: -200px -150px;
        text-align: center;
    }

    .sp_header .reserv_open .reserv_close {
        text-align: right;
        color: #00a5fd;
        font-size: 28px;
        font-weight: 900;
        padding: 2px 12px;
        cursor: pointer;
        transition: all .3s;
    }

    .sp_header .tenpomado_open .tenpomado_close {
        text-align: right;
        color: #00a5fd;
        font-size: 28px;
        font-weight: 900;
        padding: 2px 12px;
        cursor: pointer;
        transition: all .3s;
    }

    .sp_header .reserv_open .reserv_close:hover {
        color: #46bfff;
    }

    .sp_header .tenpomado_open .tenpomado_close:hover {
        color: #46bfff;
    }

    .sp_header .reserv_open p {
        text-align: center;
        font-size: 16px;
        margin: 30px 0;
    }

    .sp_header .tenpomado_open p {
        text-align: center;
        font-size: 16px;
        margin: 30px 0;
    }

    .sp_header .reserv_open a {
        display: inline-block;
        box-sizing: border-box;
        width: 200px;
        border-radius: 99px;
        padding: 8px;
        font-size: 18px;
        text-align: center;
        background: #00a5fd;
        color: #fff;
        margin: 12px;
        transition: all .3s;
    }

    .sp_header .tenpomado_open a {
        display: inline-block;
        box-sizing: border-box;
        width: 200px;
        border-radius: 99px;
        padding: 8px;
        font-size: 18px;
        text-align: center;
        background: #00a5fd;
        color: #fff;
        margin: 12px;
        transition: all .3s;
    }

    .sp_header .reserv_open a:hover {
        background: #46bfff;
    }

    .sp_header .tenpomado_open a:hover {
        background: #46bfff;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 520px;
        max-height: 600px;
    }

    .hero .hero_content {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55%;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    }

    .hero .hero_content .hero_content_wrapper {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .hero .hero_content .hero_link {
        position: absolute;
        text-align: center;
        display: block;
        top: auto;
        bottom: 110px;
        left: 0;
        font-size: 0;
        width: 100%;
        margin: 8px auto;
    }

    .hero .hero_content .hero_link a {
        width: 84%;
        height: 50px;
        font-size: 14px;
        margin: 0 0 8px;
    }

    .hero .hero_content .hero_link a:nth-child(1),
    .hero .hero_content .hero_link a:nth-child(2) {
        width: 41%;
        line-height: 40px;
    }

    .hero .hero_content .hero_link a:nth-child(1) {
        margin-right: 2%;

    }

    .hero .hero_content h1 {
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
        display: block;
        box-sizing: border-box;
        width: 100%;
        background: #00a5fd;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.45;
        margin-left: 0;
        padding: 14px 0;
        text-align: center;
    }

    .hero .hero_copy {
        top: auto;
        left: 50%;
        bottom: 360px;
        width: 320px;
        margin-left: -160px;
        text-shadow: 1px 1px 3px rgba(0, 165, 253, .6);
        color: #fff;
        font-size: 20px;
        z-index: 1;
    }

    .hero .hero_copy img {
        width: 300px;
        margin: 0 auto 8px auto;
    }

    .slider {
        height: calc(100% - 100px);
        min-height: 400px;
        overflow: hidden;
    }

    .slider img {
        width: auto;
        height: 0;
        min-height: 100%;
        position: absolute;
        top: 20%;
        right: 40%;
        -webkit-transform: translate(40%, -20%);
        transform: translate(40%, -20%);
    }

    .contents {
        background: #fff;
        padding-top: 10px;
    }

    .content {
        width: 100%;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .content .promise h3 {
        font-size: 24px;
        padding-top: 40px;
    }

    .content .promise .promise_wrapper {
        width: 100%;
        margin: 0;
        padding-bottom: 50px;
    }

    .content .promise .promise_wrapper .box {
        display: block;
        width: 94%;
        margin: 50px auto 0 auto;
        padding: 20px 14px;
    }

    .content .promise .promise_wrapper .box:nth-child(2n) {
        margin-right: auto;
    }

    .content .promise .promise_wrapper .box h4 {
        font-size: 20px;
        width: 100%;
        max-width: 280px;
    }

    .content .promise .promise_wrapper .box p {
        font-size: 14px;
    }

    .content .images {
        font-size: 0;
    }

    .content .images img {
        display: none;
        width: 100%;
        height: auto;
    }

    .content .images img:nth-child(2),
    .content .images img:nth-child(4) {
        display: block;
    }

    .content .approach {
        width: 100%;
        margin: 0 auto;
        background: #00a5fd;
        padding-bottom: 0;
        pointer-events: auto;
    }

    .content .approach h3 {
        width: 94%;
        display: block;
        box-sizing: border-box;
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        background: #fff;
        color: #00a5fd;
        margin: 50px auto 0;
        padding: 10px 0;
    }

    .content .approach h4 {
        width: 94%;
        display: block;
        box-sizing: border-box;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        background: #fff;
        color: #222;
        margin: 4px auto;
        padding: 12px 0;
    }

    .content .approach .box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .content .approach .box p {
        text-align: left;
    }

    .content .approach .box h5 {
        width: auto;
        display: inline-block;
        font-size: 22px;
        color: #00a5fd;
        border-bottom: solid 0 #fff;
        padding: 14px 0;
        margin: 0 auto;
        text-align: center;
        cursor: pointer;
    }

    .content .approach .box h5 span {
        display: block;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 400;
    }

    .content .approach .box h5:before {
        display: none;
    }

    .content .approach .box img {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        height: auto;
    }

    .content_limks {
        box-sizing: border-box;
        width: 84%;
        margin: 26px auto;
        padding: 0;
        font-size: 0;
    }

    .content_limks a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px 0;
        font-size: 16px;
        margin: 16px 0;
    }

    .content_limks a:first-child {
        margin-right: 0;
    }

    .content .diet {
        width: 94%;
        margin: 0 auto;
        background: #fff;
    }

    .content .diet h3 {
        text-align: center;
        font-size: 16px;
        padding: 16px 0;
    }

    .content .diet h4 {
        font-size: 16px;
        padding: 14px 0;
        border-top: solid 3px #00a5fd;
        border-bottom: solid 3px #00a5fd;
    }

    .content .diet img.diet_main {
        margin-top: 0;
        width: 100%;
    }

    .content .diet .diet_content {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .content .diet .diet_content p {
        box-sizing: border-box;
        width: 100%;
        padding: 14px 14px 0 14px;
        font-size: 14px;
    }

    .content .diet .diet_content_full {
        width: 100%;
    }

    .content .diet .diet_content_full p {
        box-sizing: border-box;
        width: 100%;
        padding: 14px;
        font-size: 14px;
    }

    .content .diet .figure {
        width: 100%;
    }

    .content .diet .figure p {
        box-sizing: border-box;
        width: 100%;
        font-size: 14px;
    }

    .content .diet .diet_content .images,
    .content .diet .diet_content .images img {
        display: none;
    }

    .content .diet a {
        width: 84%;
        max-width: 300px;
        margin: 30px auto 36px auto;
        padding: 12px 0;
        font-size: 16px;
    }

    .first_counseling {
        width: 94%;
        max-width: 320px;
        margin: 14px auto 32px auto;
        padding: 14px 0;
        font-size: 14px;
    }

    .first_counseling:hover {
        opacity: .85;
    }

    .content .flow {
        box-sizing: border-box;
        width: 94%;
        margin: 0 auto;
        padding: 2px 0;
    }

    .content .flow h3 {
        width: 100%;
        font-size: 18px;
        padding: 10px 0;
        margin: 24px auto;
    }

    .content .flow img.counseling_main {
        width: 100%;
    }

    .content .flow .box {
        position: relative;
        width: 94%;
        height: auto;
        margin: 20px auto 36px auto;
    }

    .content .flow .box h5 {
        position: relative;
        width: 100%;
        font-size: 26px;
        border-bottom: solid 0px #fff;
        padding-bottom: 8px;
        margin-bottom: 0;
    }

    .content .flow .box h5:before {
        display: none;
    }

    .content .flow .box img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .content .flow .box p {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
    }

    .pc_text {
        display: none;
    }

    .content .flow .box p span {
        width: 70px;
        font-size: 14px;
        margin: 8px 8px 8px 0;
    }

    .content .after_flow {
        background: #fff;
        padding: 16px 0;
        border-radius: 3px;
        margin: 4px auto 20px auto;
    }

    .content .after_flow h4 {
        width: 280px;
        font-size: 20px;
        padding: 10px;
        border-radius: 40px;
        margin: 0 auto 16px auto;
    }

    .content .after_flow p {
        padding: 0 14px;
        font-size: 14px;
    }

    .content .after_flow p b {
        color: #00a5fd;
        padding-left: 10px;
    }

    .content .after_flow .about_fms {
        padding: 14px 24px;
        margin: 14px 0;
    }

    .content .after_flow .about_fms em {
        font-size: 14px;
    }

    .content .fms_img img,
    .content .fms_img img:last-child {
        width: 90%;
        margin: 20px 0 0 0;
    }

    .content .flow h5 {
        text-align: left;
        line-height: 1.7;
        font-size: 16px;
        color: #fff;
    }

    .content .flow h5 br {
        display: none;
    }

    .content .flow a {
        width: 280px;
        padding: 12px 0;
        font-size: 16px;
        margin: 20px auto 0 auto;
    }

    .representative_trainer {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        pointer-events: auto;
    }

    .representative_trainer .trainer_main {
        display: none;
    }

    .representative_trainer .box {
        width: 100%;
        height: auto;
        margin: 30px auto 30px auto;
    }

    .representative_trainer .box h3 {
        width: 92%;
        font-size: 24px;
        letter-spacing: .2em;
        color: #222;
        border-bottom: solid 2px #00a5fd;
        padding-bottom: 8px;
        margin: 10px auto 14px auto;
    }

    .representative_trainer .box h3 span {
        letter-spacing: .0em;
        font-size: 14px;
    }

    .representative_trainer .box h3 small {
        position: static;
        letter-spacing: .0em;
        text-align: left;
        font-size: 14px;
        font-weight: 300;
        margin-left: 10px;
    }

    .representative_trainer .box h3:before {
        display: none;
    }

    .representative_trainer .box p {
        width: 92%;
        font-size: 14px;
        color: #222;
        margin: 0 auto 16px auto;
        line-height: 1.75;
    }

    .representative_trainer .box p span {
        width: 80px;
        border-radius: 3px;
        padding: 2px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .trainers {
        width: 100%;
        background: #ccedff;
        padding: 10px 0 0 0;
        margin-bottom: 0;
        pointer-events: auto;
    }

    .trainers .box {
        width: 90%;
        height: auto;
        margin: 0 auto 40px auto;
    }

    .trainers .box h3 {
        position: relative;
        width: 100%;
        height: auto;
        font-size: 24px;
        letter-spacing: .1em;
        border-bottom: solid 2px #00a5fd;
        padding-bottom: 8px;
        margin-bottom: 14px;
    }

    .trainers .box h3 span {
        display: block;
        color: #00a5fd;
        letter-spacing: 0;
        font-size: 14px;
    }

    .trainers .box h3 small {
        position: static;
        letter-spacing: 0;
        text-align: left;
        font-size: 14px;
        font-weight: 300;
        margin-left: 10px;
    }

    .trainers .box h3:before {
        display: none;
    }

    .trainers .box h3 text,
    .representative_trainer .box h3 text {
        display: block;
        width: 21px;
        height: 12px;
        position: absolute;
        right: 0;
        bottom: 50%;
        transform: translateY(-50%);
    }

    .representative_trainer .box h3 text {
        position: absolute;
        right: 0;
        bottom: 23px;
    }

    .trainers .box a.action h3 text img,
    .representative_trainer .box a.action h3 text img {
        transform: rotate(180deg);
    }

    .trainers .box p {
        width: 100%;
        font-size: 14px;
        padding-top: 10px;
        color: #222;
        letter-spacing: 0;
    }

    .trainers .box p span {
        width: 80px;
        padding: 2px;
        margin: 12px 0 4px 0;
        font-size: 14px;
    }

    .plan {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .plan .right_p {
        padding: 10px 4%;
        font-size: 12px;
    }

    .plan .box {
        width: 92%;
        margin: 0 auto 26px auto;
        color: #555;
    }

    .plan .box p {
        font-size: 14px;
    }

    .plan .box .left_box,
    .plan .box .right_box {
        position: relative;
        display: block;
        font-size: 14px;
        width: 92%;
        height: auto;
        margin: 14px auto 14px auto;
        overflow: hidden;
    }

    .plan .box .left_box {
        height: 54px;
        border-right: solid 0px #00a5fd;
        border-bottom: solid 2px #00a5fd;
    }

    .plan .box .left_box h4,
    .plan .box .right_box h4 {
        display: inline-block;
        box-sizing: border-box;
        width: 90px;
        padding: 4px 8px;
        text-align: center;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 400;
        background: #00a5fd;
        color: #fff;
    }

    .plan .box .left_box p {
        position: absolute;
        top: -10px;
        right: 0;
        width: 80%;
        display: block;
        text-align: right;
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 0 20px;
    }

    .plan .box .left_box p b {
        font-size: 36px;
        font-weight: 500;
        color: #00a5fd;
        padding-right: 14px;
    }

    .plan .box .right_box small {
        font-weight: 400;
        padding-left: 16px;
    }

    .plan .box .right_box table {
        margin-top: 10px;
        width: 100%;
    }

    .plan .box .right_box table tr td {
        position: relative;
        width: 50%;
        text-align: right;
        font-size: 22px;
        font-weight: 600;
    }

    .plan .box .right_box table tr td:last-child {
        text-align: right;
        padding-left: 24px;
    }

    .plan .box .right_box table tr td b {
        font-size: 34px;
        font-weight: 500;
        color: #00a5fd;
        padding-right: 10px;
    }

    .plan .box .right_box table tr td span {
        font-size: 28px;
        font-weight: 500;
        padding-left: 26px;
        vertical-align: 6px;
    }

    .plan .box h3 {
        text-align: center;
        background: #00a5fd;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        padding: 8px;
    }

    .plan .box .box_wrapper {
        padding: 10px;
    }

    .plan .box table {
        font-size: 20px;
        font-weight: 300;
        padding: 8px;
        width: 100%;
    }

    .plan .box h4 {
        font-size: 15px;
        font-weight: 400;
        width: 160px;
        text-align: center;
        padding: 6px 10px;
        position: relative;
    }

    .plan .box table tr {
        display: block;
        position: relative;
        text-align: right;
        width: 100%;
    }

    .plan .box table tr td {
        font-size: 16px;
        font-weight: 500;
        padding-right: 2px;
    }

    .plan .box table tr td b:nth-child(2n) {
        padding-left: 8px;
    }

    .plan .box table tr td b {
        font-size: 28px;
        font-weight: 500;
        color: #00a5fd;
        padding-right: 2px;
    }

    .plan .box table tr td:nth-child(4n) {
        display: block;
        width: 100%;
        padding: 0 0 18px 0;
    }

    .plan .box table tr td small {
        font-size: 14px;
        font-weight: 400;
    }

    .plan .box p {
        margin-bottom: 20px;
    }

    .plan .card {
        display: block;
        box-sizing: border-box;
        width: 92%;
        height: auto;
        padding: 10px 10px 30px 10px;
        margin: 0 auto;
        background: #ccc;
        position: relative;
        text-align: right;
    }

    .plan .card h4 {
        width: 150px;
        border-radius: 20px;
        font-size: 16px;
        font-weight: 400;
        padding: 4px;
        position: relative;
    }

    .plan .card h4:after {
        display: none;
    }

    .plan .card p {
        margin: 8px 10px;
        font-size: 14px;
        text-align: left;
    }

    .plan .card img {
        position: relative;
        margin-top: -20px;
        right: auto;
        bottom: auto;
        width: 150px;
        height: auto;
    }

    .plan .campaign {
        display: block;
        width: 94%;
        margin: 30px auto;
    }

    .plan_table {
        display: none;
    }

    .plan_table_sp {
        display: block;
        border: 1px solid #000;
        margin: 25px 0;
    }

    .plan_table_box {
        width: 100%;
        display: table;
        height: auto;
        vertical-align: middle;
        line-height: 0;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: center !important;
    }

    .plan_table_box div {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        border-bottom: 1px solid #000;
    }

    .plan_table_box:last-child div {
        border-bottom: none;
    }

    .plan_table_box .left {
        border-right: 1px solid #000;
    }

    .plan_table_box:first-child .left {
        background: #00a5fd !important;
        color: #fff;
        padding-top: 5px;
    }

    .plan_table_box p {
        margin: 0;
        padding: 0;
        height: 10px;
        font-size: 18px !important;
        padding: 0;
    }

    .plan_table_box .right p:nth-child(2) {
        font-size: 14px !important;
        color: #555;
        border-top: 1px solid #878787;
        padding: 2px 0 0 0;
    }

    .plan_table_box:first-child div p {
        margin: 0;
        height: 40px;
        padding: 0;
    }

    .plan_table_box p b {
        font-size: 26px;
        font-weight: 500;
        color: #00a5fd;
        padding: 0;
    }

    .plan_table_box .right p:first-child {
        padding: 3px 0 22px 0;
    }

    .plan_table_box:first-child .right p {
        padding: 0 0 5px 0;
    }

    .plan_table_box:first-child .right p b {
        padding: 0;
        color: #555;
    }

    .plan_tabele_caution p {
        font-size: 14px !important;
    }

    .box_freeplan div:first-child {
        width: 100%;
    }

    .box_freeplan .free_plan_img {
        width: 100%;
    }

    .gyms {
        width: 100%;
        margin: 40px auto 60px auto;
    }

    .gyms .box {
        font-size: 0;
        margin-bottom: 45px;
    }

    .gyms .box .left_box {
        width: 94%;
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .gyms .box .left_box img.logo {
        width: 140px;
        margin-bottom: 10px;
    }

    .gyms .box .left_box h3 {
        width: 150px;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        padding: 4px;
        position: absolute;
        top: 4px;
        right: 0;
    }

    .gyms .box .left_box .location_detail {
        font-size: 0;
        margin: 20px 0 10px;
    }

    .gyms .box .left_box .location_detail div {
        display: block;
        box-sizing: border-box;
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        margin: 10px 0;
        letter-spacing: .06em;
    }

    .gyms .box .left_box .location_detail div:first-child {
        border-right: none;
        padding-bottom: 8px;
        border-bottom: solid 1px #aaa;
    }

    .gyms .box .left_box .location_detail div:nth-child(2n) {
        padding-left: 0;
    }

    .gyms .box .left_box .location_detail div table {
        display: inline-block;
        width: 240px;
        vertical-align: text-top;
    }

    .gyms .box .left_box .location_detail div table td:nth-child(2n) {
        text-align: right;
        padding-left: 20px;
    }

    .gyms .box .left_box p {
        font-size: 12px;

    }

    .gyms .box .right_box img {
        width: 90%;
        height: 90%;
        margin: 0px;

    }

    #map_canvas_01,
    #map_canvas_02,
    #map_canvas_03 {
        width: 100%;
        height: 60vw;
    }

    footer {
        width: 100%;
        height: 84px;
    }

    .footer_wrapper {
        width: 94%;
    }

    footer .footer_links {
        display: none;
    }

    footer small {
        font-size: 12px;
        padding-top: 2px;
        margin: 0;
    }

    footer .to_top {
        position: absolute;
        top: -34px;
    }

    footer .to_top a {
        width: 36px;
        height: 34px;
    }

    footer .to_top a img {
        width: 28px;
        margin-top: 10px;
    }

    .box_freeplan div p.under_line {
        font-size: 18px !important;
        padding-bottom: 3px;
        border-bottom: 1px solid #fff;
        width: 95%;
        margin: 0 auto 20px auto;
    }

    #faq {
        padding-bottom: 45px;
    }

    .faq {
        font-size: 100%;
    }

    .plan .card p br {
        display: none;
    }

    .plan .card img {
        top: 20px;
    }

    .content .approach .box {
        position: relative;
        width: 94%;
        height: auto;
        margin: 0 auto 4px auto;
        background: #fff;
    }

    .content .approach .box p,
    .representative_trainer .box p,
    .trainers .box p {
        box-sizing: border-box;
        width: 100%;
        font-size: 14px;
        margin: 0 auto;
        padding: 14px;
        display: block;
    }

    .content .approach .box a,
    .representative_trainer .box a,
    .trainers .box a {
        display: block;
        zoom: 1;
        transition: all .3s;
        vertical-align: middle;
        word-break: break-all;
        line-height: 1.75;
        cursor: pointer;
    }

    .content .approach .box a h5 {
        vertical-align: middle;
        margin-left: 15px;
    }

    .content .approach .box a img {
        width: 21px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }

    .content .approach .box a img {
        vertical-align: middle;
    }

    .content .approach .box .action img {
        vertical-align: middle;
        transform: rotate(180deg);
    }

    .content .approach .box>div,
    .representative_trainer .box>div,
    .trainers .box>div {
        display: block;
        margin: 0 auto;
        padding: 0;
        box-decoration-break: slik;
        display: none;
    }

    .representative_trainer .box .trim {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 60vw;
        overflow: hidden;
        background: #efebe6;
    }

    .representative_trainer .box .trim img {
        position: absolute;
        top: -20px;
        right: 50%;
        width: 80%;
        transform: translateX(50%);
        height: auto;
    }

    .trainers {
        padding-bottom: 1px;
    }

    .trainers .box .trim {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 60vw;
        overflow: hidden;
        background: #efebe6;
    }

    .trainers .box img {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }

    .pc_img {
        display: block;
        width: 100%;
        max-width: 418px;
        min-width: 300px;
        text-align: left;
        margin: 0 0 auto auto;
    }

    .sp_img {
        display: none;
    }
}

.sincesp {
    display: none;
}

@media screen and (max-width: 500px) {
    .sincesp {
        display: block;
        padding: 10px 0;
        background: rgba(255, 255, 255, .3) !important;
    }

    .gyms .box .right_box {
        box-sizing: border-box;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 10px 0;
        font-size: 0;
        vertical-align: top;
    }

    .gyms .box .right_box img:first-child {
        display: none;
    }

    .gyms .box .right_box .soga {
        display: none;
    }

}






/*-----------------------------
    お知らせ　200228追加
-----------------------------*/
.important {
    max-width: 1000px;
    width: 90%;
    text-align: center;
    //background: rgba(255,71,51,0.9);
    margin: 20px auto;
    padding: 15px;
    //color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #00a5fd;
}

.important a {
    color: #000;
}

.important_t {
    font-size: 20px;
    margin-bottom: 5px;
}

.important:hover {
    background-color: #00a5fd09;
}

.spnon {
    display: none;
}

@media screen and (max-width: 500px) {
    .important {
        width: 100%;
        margin: 0 auto 0;
        font-size: 15px;
        border: 2px solid #00a5fd;
    }

    .important .important_t {
        margin: 50px auto 5px;
        font-size: 16px;
        line-height: 1.4;
    }

    .spnon {
        display: block;
    }
}


/*add css 20221011*/
.button-secondary.shop-bnt {
    margin-left: 15px !important;
}

#top-concept.l-section .content-1column .content-title h3 {
    /*padding: 0 1rem;*/
    letter-spacing: .05rem;
}

@media screen and (max-width: 500px) {
    .button-secondary.shop-bnt {
        margin-left: 0 !important;
    }
}

/*add css 20221124*/

.faq_contents {
    max-width: 1000px;
    margin: 0 auto;
    /*margin: 0 auto 30px; FAQ下のCPバナー複製を削除する際は上記設定に戻す 20240828*/
    padding-left: 1%;
    padding-right: 1%;
}

.faq_contents .cp_qa {
    margin-top: 2rem;
}

.faq_contents .cp_qa *,
.faq_contents .cp_qa *:after,
.faq_contents .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.faq_contents .cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
}

.faq_contents .cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}

/* 質問 */
.faq_contents .cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 2.5em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.5em;
    background-color: rgba(0, 165, 253, .3);
}

.faq_contents .cp_qa .cp_actab label::before {
    font-family: serif;
    font-size: 1.5em;
    margin-left: -2em;
    padding-right: 0.5em;
    content: 'Q';
}

.faq_contents .cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    color: #00838f;
}

/* 答え */
.faq_contents .cp_qa .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2.5em;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    border-radius: 0 0 0.5em 0.5em;
}

.faq_contents .cp_qa .cp_actab .cp_actab-content::before {
    font-family: serif;
    font-size: 1.5em;
    position: absolute;
    margin: 0.4em 0 0 -1em;
    padding: 0;
    content: 'A';
}

.faq_contents .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.faq_contents .cp_qa .cp_actab input:checked~.cp_actab-content {
    max-height: 40em;
    border: 10px solid rgba(27, 37, 56, 0.1);
}

/* 質問をクリックした時のアイコンの動き */
.faq_contents .cp_qa .cp_actab input:checked~label {
    color: #00838f;
    border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.faq_contents .cp_qa .cp_actab input[type=checkbox]:checked+label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* パンくずリストスタイル */
.breadcrumb {
    padding: 5px 0;
    background-color: #00a5fd;
}

.breadcrumb ul {
    max-width: 1000px;
    margin: auto;
}

.breadcrumb li {
    color: #fff;
    display: inline-block;
}

.breadcrumb li::after {
    content: '>';
    padding: 0 5px;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb li a {
    color: #fff;
}

@media screen and (max-width: 500px) {
    .breadcrumb {
        position: relative;
        top: 52px;
        margin-bottom: 52px;
        padding: 5px;
    }
}

/*-----------------------------
    キャンペーン　20230601追加
-----------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.campaign-img-pc {
    display: block !important;
    margin: 0 auto;
}

.campaign-img-sp {
    display: none !important;
    margin: 0 auto;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .campaign-img-pc {
        display: none !important;
    }

    .campaign-img-sp {
        display: block !important;
    }
}


/* 20231213店舗画像強化 */
.shop_imglist .slick-prev {
    left: 0px;
    z-index: 100;
}

.shop_imglist .slick-next {
    right: 30px;
    z-index: 100;
}

.shop_imglist .slick-next:before,
.shop_imglist .slick-prev:before {
    font-size: 50px;
}

.shop_imglist .slick-dots {
    bottom: inherit;
}

/* 20231213追加予約フォーム */
.cmn-content-title {
    max-width: 450px;
    margin: auto;
}

.cmn-content-title .content-subtitle {
    width: 100%;
    box-sizing: border-box;
}

.content-formcolumn {
    padding: 1rem 2rem;
    color: #00a5fd;
    margin-bottom: 2rem;
}

.content-formcolumn .button-secondary a {
    background: #00a5fd;
    background: -webkit-gradient(linear, left top, right top, from(#00a5fd), to(#69d8ec));
    background: linear-gradient(to right, #00a5fd, #69d8ec);
    color: #FFF;
}

@media(max-width:500px) {
    .content-formcolumn {
    margin-top: 1rem;
    }
}

/* 20241118 追加 ページトップへ戻るボタン */
.cmn_to_top.to_top {
    position: fixed;
    top: inherit;
    right: 25px;
    bottom: 25px;
}

/* 20241118 追加 スタッフ紹介スクロール化 */
.scroll-wrap {
    width: 1100px;
    height: auto;
    margin: 0 auto 50px;
    overflow-x: scroll;
}
.scroll-wrap .trainers {
    display: flex;
    width: fit-content;
}
.scroll-wrap .trainers .box {
    margin-right: 50px;
}
.scroll-wrap .trainers .box:last-child {
    margin-right: 0;
}
.scroll-wrap .trainers .box h3.pc {
    display: block;
}
.scroll-wrap .trainers .box h3.sp {
    display: none;
}
.scroll-wrap::-webkit-scrollbar {
    height: 15px;
}
.scroll-wrap::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}
.scroll-wrap::-webkit-scrollbar-thumb {
    background-color: #00a5fd;
    z-index: 1000;
    display: block;
    border-radius: 8px;
}

@media (max-width:500px) {
    .scroll-wrap {
        width: 95%;
        padding: 0;
    }
    #top-trainer .scroll-wrap .trainers .box {
        width: 320px;
        margin-right: 30px;
    }
    .scroll-wrap .trainers .box h3.sp {
        display: block;
    }
    .scroll-wrap .trainers .box h3.pc {
        display: none;
    }
    #top-trainer .l-container .content-1column {
        margin: 0 1.5rem;
    }
}

/*--20250424 変更 【モバイル】ハンバーガーメニュー改善--*/
@media screen and (max-width: 500px) {
    .sp_header #menu_open li a {
        font-weight: bold;
        display: block;
    }
}

/*--20250424 変更 よくある質問コンテンツのユーザビリティ強化--*/
.toggle-icon::before {
    top: 50%;
    right: 20px;
    font-weight: bold;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
}
input[type="checkbox"]:checked + label .toggle-icon::before {
    content: "－";
}
input[type="checkbox"]:not(:checked) + label .toggle-icon::before {
    content: "＋";
}