/*------------------------------------------------------------------
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
-------------------------------------------------------------------*/
body{
    font-size: 16px;
    line-height: 1.4em;
    font-family: "メイリオ", "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", Meiryo, Osaka, sans-serif;
}

h1, h2, h3,h4,h5,h6{
    color: #000;
}

h1, h2, h3{
    text-transform: none;
}

h2{
    font-size: 25px;
}

h3{
    font-size: 20px;
}

a{
    color: #03C;
    text-decoration: none;
}

a:hover,
a:focus{
    color: #cc3434;
    text-decoration: underline;
}

a:visited{
    color: #639;
}

.new-window a {
    background: url('/assets/img/icon_new_window.png') no-repeat right center;
    padding-right: 20px;
}

.arrow-right a {
    background: url('/assets/img/icon_arrow.png') no-repeat right center;
    padding-right: 20px;
    padding-top: 2px;
}

section header{
    text-align: center;
    padding: 0px 0px 10px 0px;
}

section header h2{
    font-weight: 500;
    /*text-transform: uppercase;*/
}

section header p{
    width: 100%;
    margin: 0 auto;
}

section.dark header h2,
section.dark header p{
    color: #fff;
}

.error_msg {
    background: #ee0101;
    color: #fff;
    padding: 10px 0 3px 0;
    margin-bottom: 15px;
}

/***********************
Buttons
***********************/
.btn-primary{
    background: #00467e;
    border-color: #00467e;
    /*border-width: 2px;*/
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus{
    background: #19588a;
    color: #fff;
    border-color: #00467e;
}

.btn-primary:visited{
    background: #00467e;
    border-color: #00467e;
    color: #fff;
}

.btn-line{
    background: #19bc03;
    box-shadow:0 5px 0 #219900;
    position:relative;
    display:block;
    padding:5px;
    color:#fff;
    border-radius:6px;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    width:280px;
    margin:1% 0% 1% 0%;
}

.btn-line:hover,
.btn-line:focus{
    background:#219900;
    color:#fff;
    text-decoration: none;
}

.btn-line:visited{
    background: #19bc03;
    box-shadow:0 5px 0 #219900;
    font-size:95%;
    position:relative;
    display:block;
    padding:10px;
    color:#fff;
    border-radius:6px;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    width:280px;
    margin:5% 0% 5% 0%;
}

.btn{
    border-radius: 3;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.btn-lg{
    padding:20px 85px;
    font-size: 15px;
}

.btn:visited{
    color: #fff;
}

/********************
Services
********************/

.service-item{
    position: relative;
    margin-top:20px;
}

.service-item.text-right .service-text{
    margin-right: 80px;
}

.service-item.text-left .service-text{
    margin-left: 80px;
}

.service-item .service-icon{
    position: absolute;
    top: 0px;
    right: -10px;
}

.service-item.text-right .service-icon{
    right: -10px;
}

.service-item.text-left .service-icon{
    left: -10px;
}

.service-item .service-icon i{
    width: 50px;
    height: 50px;
    display: block;
    color: #fff;
    border-radius: 100%;
    background: #fa5c58;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}

.video-wrapper{
    background-image: url(../img/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video{
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    background:#27282b;
    background: rgba(39, 40, 43, 0.8);
    padding: 100px 0;
}

.video h3,
.video p{
    color: #fff;
}

.fa-play:before{
    padding-left: 10px; 
}

/**********************
PORTFOLIO
***********************/
/*.dropdown {
    padding:10px 10px 10px 10px;
}*/

.centered-pills {
    text-align: center;
}
.centered-pills ul.nav-pills {
    display: inline-block;
    margin-bottom: 20px;
}
.centered-pills li {
    display: inline;
    margin-left: 10px;
}
.centered-pills a {
    float: left;
}

.nav-pills > li > a{
    border-radius: 0;
    color: #000;
    /*border:1px solid #000;*/
    margin-right: 10px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a.active{
    background: #fa5c58;
    border-color: #fa5c58;
    color: #fff;
}

.projects{
    margin: 0 0 70px 0;
}

.portfolio-item {
    position: relative;
    
    overflow: hidden;
    padding: 0;
    
    text-align: center;
}

/**.portfolio-item figcaption {
    background: #27282b;
    background: rgba(39, 40, 43, 0.8);
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    display: block;
    opacity: 0;
}**/

.portfolio-item h2 {
    text-align: left;
    margin: 15px 15px 15px 15px;
}

.portfolio-item h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #121215;
    margin: 0;
    padding: 20px 10px 20px 10px ;
}

.portfolio-item p {
    text-align: left;
    margin: 15px 15px 15px 15px;

}

.portfolio-item:hover figcaption {
    opacity: 1;
}

/**figcaption h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 25%;
}**/

figcaption span {
    color: #fb5d59;
}

#about .baner {
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: center;
}

.box{
    background: #27282b;
    background: rgba(39, 40, 43, 0.8);
    margin: 70px 0;
    padding: 40px;
}

.box h3,
.box p
{
    color: #fff;
}

.box .delimiter,
.box p{
    margin-bottom: 50px;
}

.box h3{
    margin-bottom: 20px;
}

.box .delimiter{
    width: 60px;
    height: 0;
    border-bottom: 2px solid #fa5c58;
    display: block;
}

.portfolio-item h2 a{
    color: #000;
}

/***********************
Team
***********************/
.team-member{
    text-align: center;
    margin-bottom: 30px;
}
.member-photo{
    position: relative;
}

.member-photo .overlay{
    position: absolute;
    padding: 10px 10px;

    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    display: block;
    background: #3f3f41;
    background: rgba(63, 63, 65, 0.8)
}

.basic-info{
    padding: 0 0 20px 0;
}

.team-member-item{
    padding: 5px 5px 5px 5px;
    background-color: #121215;
    text-align: center;
}

.team-member-item p{
    color: #fff;
    font-size: 12px;
}

/***********************
SOCIAL ICONS
***********************/
ul.social{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.social li{
    display: inline-block;
    width: 30px;

}

ul.social li a{
    text-decoration: none;

}


ul.social li a i{
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 0.5;
    transition: all 0.5s;
}


ul.social li a i:hover,
ul.social li a i:focus{
    border-radius: 100%;
    background-color: #fff;
    color: #fff;

}

ul.social li a:hover .fa-facebook{
    background-color:#3b5998;
}

ul.social li a:hover .fa-twitter{
    background-color: #55acee;
}

ul.social li a:hover .fa-dribbble{
    background-color: #ea4c89;
}

ul.social li a:hover .fa-behance{
    background-color: #1769ff;
}

ul.social li a:hover .fa-pinterest{
    background-color: #cc2127;
}

ul.social li a:hover .fa-google{
    background-color: #dd4b39;
}

ul.social li a:hover .fa-home{
    background-color: #fb5d59;
}

ul.social li a:hover .fa-pencil{
    background-color: #fb5d59;
}

ul.social li a:hover .fa-heart{
    background-color: #fb5d59;
}

ul.social li a:hover .fa-calendar{
    background-color: #ffd700
}

.address {
    margin-bottom: 100px;
    color: #000;
}

.address span{
    display: block;
    font-size: 20px;
    line-height: 1.4em;
}

.circled{
    display: block;
    border-radius: 100%;
    background-color: #fa5c58;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    font-size: 35px;
    text-align: center;
    margin:0 auto;
    /*margin-bottom: 25px;*/
}

a.circled:hover,
a.circled:focus{
    color: #fff;
    text-decoration: none;
}

.circled2{
    display: block;
    border-radius: 100%;
    background-color: #fa5c58;
    width: 15px;
    height: 15px;
    color: #fff;
    line-height: 15px;
    font-size: 15px;
    text-align: right;
    margin:0 auto;
    /**margin-bottom: 25px;**/
}

a.circled2:hover,
a.circled2:focus{
    color: #fff;
    text-decoration: none;
}

/***********************
FORMS
***********************/
form{
    /*margin-bottom: 70px;*/
}

.navbar-form{
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-group .btn{
    width: 100%;
}
.form-control{
    padding: 5px 5px 5px 5px;
    font-size: 15px;
    height: auto;
    background: #f3f3f3;
}

.form-control:focus{
    border: 1px solid #fa5c58;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.icon-required {
    float:right;
    background-color: #ee0101;
    padding: 3px 5px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.icon-nini {
    float:right;
    background-color: #666;
    padding: 3px 5px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

/***********************
OSUSUME
*******************************/
#osusume{
    background-color: #3f3f41;
    background-size: cover;
    background-repeat: no-repeat;
}

#osusume2{
    background-color: #121215;
    background-size: cover;
    background-repeat: no-repeat;
}

.osusume-items .col-md-4{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.osusume-item {
    background:;
}

.osusume-item .meta-data{
    padding: 20px 50px 20px 20px;
    background-color: #121215;
    
}

.osusume-item h3{
    color: #fb5d59;
    margin-bottom: 20px;
    font-size: 20px;
}

.osusume-item h3,
.osusume-item p,.osusume-item a{
    
}

.osusume-item p{
    color: #fff;
    margin-bottom: 20px;
}

/* エリア名にエリア一覧へのリンクを貼りたいのでコメント */
/*.osusume-item a{
    text-align: left;
    width: 100%;
    display: block;
}*/

/***********************
OTHER
***********************/
#other{
    background-color: #121215;
    background-size: cover;
    background-repeat: no-repeat;
}

.other-items .col-md-12{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.other-item {
    background:;
}

.other-item .meta-data{
    padding: 20px 20px 20px 20px;
    background-color: #121215;
    
}

.other-item h3{
    color: #fb5d59;
    margin-bottom: 20px;
    font-size: 20px;
}

.other-item h3,
.other-item p,.other-item a{
    
}

.other-item h2{
    color: #fb5d59;
    margin-bottom: 10px;
    font-size: 14px;
}


.other-item p{
    color: #fff;
    margin-bottom: 10px;
}

.other-item a{
    color: #fb5d59;
    text-align: left;
    width: 100%;
    /*display: block;*/
}

.load-more{
    padding-top:35px;
    padding-bottom: 70px;
}

/***********************
Shop_detail
***********************/
.shop-item{
    position: relative;
    margin-top:20px;
}

.shop-item.text-right .shop-text{
    margin-right: 80px;
}

.shop-item.text-left .shop-text{
    margin-left: 80px;
}

.shop-item .shop-icon{
    position: absolute;
    top: 0px;
    right: -10px;
}

.shop-item.text-right .shop-icon{
    right: -10px;
}

.shop-item.text-left .shop-icon{
    left: -10px;
}

.shop-item .shop-icon i{
    width: 50px;
    height: 50px;
    display: block;
    color: #fff;
    /**border-radius: 100%;**/
    background: #fa5c58;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}

/***********************
SOCIAL_SHOP ICONS
***********************/
ul.social_shop{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.social_shop li{
    display: inline-block;
    width: 30px;

}

ul.social_shop li a{
    text-decoration: none;

}


ul.social_shop li a i{
    color: #fff;
    background-color: #000;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 0.5;
    transition: all 0.5s;
    border-radius: 50px 50px 50px 50px;
}


ul.social_shop li a i:hover,
ul.social_shop li a i:focus{
    border-radius: 100%;
    background-color: #000;
    color: #fff;

}

ul.social_shop li a:hover .fa-twitter{
    background-color: #55acee;
}

ul.social_shop li a:hover .fa-home{
    background-color: #fb5d59;
}

ul.social_shop li a:hover .fa-pencil{
    background-color: #fb5d59;
}

ul.social_shop li a:hover .fa-calendar{
    background-color: #ffd700
}

/***********************
NEWS
***********************/
.list-group-item h2{
    color: #000;
    font-size: 15px;
    margin: 0;
}

.news-date {
    margin-bottom:30px;
}

/***********************
RANK
***********************/
.rank{
    margin-bottom: 50px;    
}

.rank-item{
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    text-align: center;
}

.rank-item p{
    color: #000;
    font-size: 15px;
}

.rank-item h2{
    color: #fb5d59;
    font-size: 15px;
}

/***********************
INQUIRY
***********************/
.btn-inquiry {
    font-size: 15px;
    width: 290px;
    padding: 20px 0;
}

.btn-inquiry-confirm {
    font-size: 15px;
    padding:20px 40px;
}

.inquiry-submit {
    /* ボタン横並び */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

/***********************
ad
***********************/
.ad-item{
    padding: 5px 5px 5px 5px;
    background-color: #121215;
    text-align: center;
}

.ad-item p{
    color: #fff;
    font-size: 12px;
}

.ad-item h2{
    color: #fb5d59;
    font-size: 12px;
}

.ad-item h3{
    color: #fff;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}

.ad-item h4{
    color: #fff;
}

/***********************
TOP
***********************/
.top-cover-girl a {
    color:#ffffff;
}

.top-twitter-img {
    float:left;
    margin: 0 10px 10px 0;
}

/***********************
therapist
***********************/
.therapist h2{
    color: #000;
    font-size: 16px;
    vertical-align: middle;
}

.therapist h3{
    color: #000;
    font-size: 16px;
    vertical-align: middle;
}

img.therapist {
    width: 100%;
    height: auto;
}

.therapist-list {
    height: 291px;
}

/***********************
sokuho
***********************/
.panel-heading h3{
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    word-break:break-all;
}

.list-body {
    line-height: 1.5em;
    /*word-wrap: break-word;*/
    word-break: break-all;
}

/***********************
shukkin
***********************/
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #fa5c58;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #fa5c58;
  color: #fff;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  /**border: 1px solid #eee;**/
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}

/***********************
SHIFT
***********************/
#shift{
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

#shift2{
    background-color: #121215;
    background-size: cover;
    background-repeat: no-repeat;
}

.shift-items .col-md-2{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.shift-items .col-xs-4{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.shift-items p {
    color: #fff;
}

.shift-item {
    text-align: center;
}

.shift-item .meta-data{
    padding: 5px 5px 5px 5px;
    background: #fff;    
}

.shift-item h3,
.shift-item p,.shift-item a{
    
}

.shift-item p{
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

/***********************
PHOTO
***********************/
#photo{
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.photo-items .col-sm-2{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.photo-items .col-xs-6{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.photo-item {
    text-align: center;
    margin-right: 5;
    margin-left: 5;
}
.photo-item .meta-data{
    padding: 5px 5px 5px 5px;
    background-color: #121215;    
}

.photo-item h3,
.photo-item p,.photo-item a{
    
}

.photo-item p{
    color: #fff;
    font-size: 12px;    
    margin-bottom: 5px;
}

/***********************
area
***********************/
#area{
    background-color: #fff;
}

#area2{
    background-color: #fff;
}

.area-items .col-md-2{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.area-items .col-xs-6{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.area-item {
    text-align: center;
}

.area-item .meta-data{
    padding: 5px 5px 5px 5px;
    background-color: #fff; 
}

.area-item h3,
.area-item p,.area-item a{
    
}

.area-item p{
    color: #000;
    font-size: 15px;    
    margin-bottom: 5px;
}

.area-item h3{
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    margin: 0 0 10px;
    line-height: 1.4em;
}

.all-open-btn {
    text-align: right;
    margin: 10px 0;
}

#area3 table td {
    font-size: 16px;
    padding: 10px;
}

.area-list-hp-link {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

/***********************
Google map
***********************/
.contact-address {
    /*padding-bottom: 15px;*/
}

.contact-address #map-canvas {
    height: 250px;
    border: 5px solid #f8f8f8;

}
.contact-address_big {
    padding-bottom: 15px;
}

.contact-address_big #map-canvas {
    height: 500px;
    border: 5px solid #f8f8f8;
}

/***********************
パンくず
***********************/
.breadcrumb {
    background:transparent;
}
.breadcrumb li+li:before {
    content:'≫';
}

/***********************
広告掲載案内
***********************/
#ad h3 {
    padding: 10px;
    font-size: 25px;
    text-align: center;
}

.ad-price-table {
    font-size: 120%;
}

.ad-price-table th {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.ad-attention {
    border: #ddd solid 1px;
    padding: 15px;
}

#ad .nav {
    font-size: 120%;
}

.ad-disp-area {
    border: #ddd solid 3px;
    padding: 15px;
}

.ad-disp-area li {
    margin-left: 15px;
    line-height: 1.4em;
}

#ad h4{
    padding: 10px;
    background-color: #121215;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 120%; 
    font-weight: bold;
}

#ad .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #fa5c58;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#ad .nav-tabs.nav-justified>li>a {
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #000;
}

#ad .nav-tabs.nav-justified>li.active>a {
    color: #fff;
}

/***********************
pager
***********************/
/*.pagination > li > a,
.pagination > li > span {
    color: #000;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
*/

/***********************
waribiki
***********************/
.waribiki-joken {
    line-height: 2.2em;
}

/***********************
review
***********************/
.btn-vote {
    font-size: 15px;
    width: 240px;
    padding: 20px 0;
}

.btn-vote-confirm {
    font-size: 15px;
    padding: 15px 20px;
}

#counter_block .count_num {
    font-weight: bold;
    display: block;
    margin:0 0 5px 0;
}
 
#counter_block .count_alert {
    color:#ff0000;
    font-weight: bold;
    display: block;
}

.review-list-hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* 2017.11. 6 口コミ追加ここから */
.blog .blog-item .blog-review {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #00467e;
}

.blog .blog-item .blog-review h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog .blog-item .blog-review h2 {
  margin-top: 0;
  font-size: 20px;
}

.blog .blog-item .blog-review h3 {
    color: #000;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 20px;
    font-size: 18px;
    /* font-weight: 300; */
}

/*
.blog .blog-item .blog-review h5 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.blog .blog-item .blog-review p {
  font-size: 14px;
  margin-top: 5px;
}
*/

.blog .blog-item .img-reviewtop {
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}

.blog .blog-item .blog-reviewtop {
  /*padding-bottom: 0px;*/
  padding-bottom: 15px;
}

.blog .blog-item .blog-reviewtop h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog .blog-item .blog-reviewtop h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #00a3d9;/*左線*/
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.blog .blog-item .blog-reviewtop h3 {
    color: #000;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 20px;
    font-size: 18px;
    /* font-weight: 300; */
}

.score-average {
  font-size: 18px;
  font-weight: bold;
  color:#df0101;
  margin-top: 2px;
  margin-bottom: 0px;
}

/*
.score-each {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 0px;
}

.vote-each {
  font-size: 14px;
  margin-top: 4px;
  margin-left:5px;
  margin-bottom: 0px;
}
*/

.review-score-table td.item {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.review-score-table td.score {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.review-vote-table td.item {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.review-vote-table td.vote {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.shop-review-table th {
  font-size: 15px;
  font-weight: normal;
  padding: 10px !important;
}

.shop-review-table td {
  font-size: 15px;
  font-weight: bold;
  padding: 10px !important;
}

.shop-review-body {
  background-color: #fff;
  border: #eee 2px solid;
  margin-bottom: 10px;
  padding: 1em;
}

/*
.blog .blog-item .blog-reviewtop p {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 5px;
}
*/

.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 24px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #FFBF00;
}
.star-rating-back {
  color: #dbdbdb;
}

.grad-wrap {
  position: relative;
}

.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 148px;
    margin: auto;
    margin-bottom: 10px;
    padding: .5em 0;
    border-radius: 2px;
    background: #00467e;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::before {
  content: "続きを読む"
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ*/
  font-size: 14px;
  margin-top: 10px;
  margin-left: 5px;
}
.grad-item-short {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

.comment-box-1 {
  background-color: #fff;
  border: #eee 2px solid;
  margin: 0 1em 1em 1em;
  padding: 1em;
}

.comment-box-2 {
  background-color: #fff;
  border: #eee 2px solid;
  margin-bottom: 15px;
  padding: 1em;
}

/*
.grad-item {
  position: relative;
  overflow: hidden;
  height: 100px;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 5px;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
*/

.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/* 2017.11. 6 口コミ追加ここまで */

.table-review td {
  padding: 15px !important;
}
.table-review select {
  width: 90%;
}

/***********************
keiba
***********************/
.shutuba td {
    padding: 8px !important;
    vertical-align: middle !important;
}
td.waku1 span {
    display: block;
    background: #fff;
    font-weight: bold;
    border: 1px solid #999;
    width: 1.6em;
    line-height: 1.6;
    margin: auto;
}
td.waku2 span {
    display: block;
    background: #000;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    width: 1.6em;
    line-height: 1.6;
    margin: auto;
}
td.waku3 span {
    display: block;
    background: #f00;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    width: 1.6em;
    line-height: 1.6;
    margin: auto;
}
td.waku4 span {
    display: block;
    background: #00f;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    width: 1.6em;
    line-height: 1.6;
    margin: auto;
}
td.waku5 span {
    display: block;
    background: #ff0;
    font-weight: bold;
    border: 2px solid #fff;
    width: 1.6em;
    line-height: 1.6;
    margin: auto;
}
td.waku6 span {
    display: block;
    background: #008000;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    width: 1.6em;
    line-height: 1.6;
    margin: auto;
}
td.waku7 span {
    display: block;
    background: #ffa500;
    font-weight: bold;
    border: 2px solid #fff;
    width: 1.6em;
    line-height: 1.6;
    margin: auto;
}
td.waku8 span {
    display: block;
    background: #ffc0cb;
    font-weight: bold;
    border: 2px solid #fff;
    width: 1.6em;
    line-height: 1.6;
    margin: auto;
}

.yoso-is-hit {
    color: #fff;
    background-color: #ff3333;
    font-size: 16px;
}

/***********************
mypage
***********************/
.modal-title {
    padding: 10px;
    background-color: #121215;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
}

/***********************
link
***********************/
#link a {
  color: #000;
  text-decoration: none;
}

#link textarea {
  width: 100%;
  height: 90px;
}

/***********************
margin
***********************/
.m0{margin:0;}
.m5{margin:5px;}
.m15{margin:15px;}
.m10{margin:10px;}
.m20{margin:20px;}
.m30{margin:30px;}
.m40{margin:40px;}
.m50{margin:50px;}

.mt0{margin-top:0;}
.mt5{margin-top:5px;}
.mt15{margin-top:15px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mr0{margin-right:0;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr80{margin-right:80px;}

.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}

.ml0{margin-left:0px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:50px;}
.ml80{margin-left:80px;}

.m-5{margin:-5px;}
.m-15{margin:-15px;}
.m-10{margin:-10px;}
.m-20{margin:-20px;}
.m-30{margin:-30px;}
.m-40{margin:-40px;}
.m-50{margin:-50px;}

.mt-5{margin-top:-5px;}
.mt-15{margin-top:-15px;}
.mt-10{margin-top:-10px;}
.mt-20{margin-top:-20px;}
.mt-30{margin-top:-30px;}
.mt-40{margin-top:-40px;}
.mt-50{margin-top:-50px;}

.mr-5{margin-right:-5px;}
.mr-10{margin-right:-10px;}
.mr-15{margin-right:-15px;}
.mr-20{margin-right:-20px;}
.mr-30{margin-right:-30px;}
.mr-40{margin-right:-40px;}
.mr-50{margin-right:-50px;}
.mr-80{margin-right:-80px;}

.mb-5{margin-bottom:-5px;}
.mb-10{margin-bottom:-10px;}
.mb-15{margin-bottom:-15px;}
.mb-20{margin-bottom:-20px;}
.mb-30{margin-bottom:-30px;}
.mb-40{margin-bottom:-40px;}
.mb-50{margin-bottom:-50px;}
.mb-60{margin-bottom:-60px;}

.ml-5{margin-left:-5px;}
.ml-10{margin-left:-10px;}
.ml-15{margin-left:-15px;}
.ml-20{margin-left:-20px;}
.ml-30{margin-left:-30px;}
.ml-40{margin-left:-40px;}
.ml-50{margin-left:-50px;}
.ml-60{margin-left:-50px;}
.ml-80{margin-left:-80px;}

/***********************
padding
***********************/
.p0{padding:0px;}
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p30{padding:30px;}
.p40{padding:40px;}
.p50{padding:50px;}

.pt0{padding-top:0px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}

.pr0{padding-right:0px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}

.pb0{padding-bottom:0px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}

.pl0{padding-left:0px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}

/***********************
font-size
***********************/
.text-xs{font-size: 80%;}
.text-sm{font-size: 90%;}
.text-md{font-size: 100%;}
.text-lg{font-size: 120%;}

/***********************
clear
***********************/
.clear-l{clear: left;}
.clear-r{clear: right;}
.clear-b{clear: both;}

/***********************
width
***********************/
.w10{width: 10px;}
.w20{width: 20px;}
.w30{width: 30px;}
.w40{width: 40px;}
.w50{width: 50px;}

/***********************
word-break
***********************/
.wb-all{word-break: break-all;}

/***********************
carousel
***********************/
#owl-demo .item img{ 
    display: block;
    width: 100%;
    height: auto;
}

/***********************
text align
***********************/
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-left{text-align:left;}

.valign-middle{vertical-align:middle;}

/***********************
border
***********************/
#border-b{
  border-bottom: 1px solid #00467e;
}

/***********************
color
***********************/
.color-red {
  color: #ff0000 !important;
}
.color-black {
  color: #000 !important;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}

.single_comments2 img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*セラピストで追加ここから*/
.single_comments3 img {
  margin-bottom: 5px;
  margin-top: 0px;
}
/*セラピストで追加ここまで*/

.single_comments3 h3 {
  font-size: 14px;
  margin-top: 5px;
}

/*セラピストでここから追加*/
.single_comments h3 {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 16px;
}
/*セラピストで追加ここまで*/

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#c52d2f;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #c52d2f;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  /*margin-bottom: 50px;*/
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 15px;
}

.blog .blog-item .img-blog2 {
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
}

.blog .blog-item .blog-content {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #00467e;
}

.blog .blog-item .blog-content h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 20px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.blog .blog-item .blog-content h5 {
  font-size: 15px;
}

.blog .blog-item .blog-content p {
  font-size: 14px;
}

.blog .blog-item .blog-contenttop {
  padding-bottom: 15px;}

.blog .blog-item .blog-contenttop h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog .blog-item .blog-contenttop h2 {
  margin-top: 0;
  font-size: 20px;
}

.blog .blog-item .blog-contenttop h3 {
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  /* font-weight: 300 */}

.blog .blog-item .blog-contenttop h4 {
  font-size: 14px;
}

.blog .blog-item .blog-contenttop h5 {
  font-size: 15px;
}

.blog .blog-item .blog-contenttop p {
  font-size: 14px;
}

/*セラピストで追加ここから*/
.blog .blog-item .img-attend {
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}

.blog .blog-item .blog-attend {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #00467e;
}

.blog .blog-item .blog-attend h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog .blog-item .blog-attend h2 {
  margin-top: 0;
  font-size: 20px;
}

.blog .blog-item .blog-attend h3 {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  /* font-weight: 300 */
}

.blog .blog-item .blog-attend h4 {
  font-size: 16px;
  color:#000;
  background:#e4e6df;
  padding: 10px 10px;
  margin:10px 5px 5px 5px;
  border-radius:2px;
  /*border:1px dotted #00a3d9;*/
}

.blog .blog-item .blog-attend h5 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}


.blog .blog-item .blog-attend p {
  font-size: 14px;
}

.blog .blog-item .blog-attendtop {
  padding-bottom: 15px;
}

.blog .blog-item .blog-attendtop h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog .blog-item .blog-attendtop h2 {
  margin-top: 0;
  font-size: 20px;
}

.blog .blog-item .blog-attendtop h3 {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  /* font-weight: 300 */
}

.blog .blog-item .blog-attendtop h4 {
  font-size: 16px;
  color:#000;
  background:#e4e6df;
  padding: 10px 10px;
  margin:10px 5px 5px 0px;
  border-radius:2px;
  /*border:1px dotted #00a3d9;*/
}

.blog .blog-item .blog-attendtop h5 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}


.blog .blog-item .blog-attendtop p {
  font-size: 16px;
}

.blog .blog-item .blog-now h4 {
  font-size: 16px;
  color:#000;
  background:#f8e2e3;
  padding: 20px 20px;
  margin:10px 5px 0px 5px;
  border-radius:5px;
  /*border:1px dotted #00a3d9;*/
}

.blog .blog-item .img-blog3 {
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 3px solid #00a3d9 ;
}

.blog .blog-item .img-blog4 {
  border-radius: 4px;
  margin-bottom: 5px;
}

.blog-shift {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #00467e;
}

.blog-shift img {
  margin: 0px;
}

.blog-shifttop2 h1 {
  font-size: 25px;
}

.blog-shifttop2 img {
  margin: 0px;
}

.blog-shifttop2 p {
  font-size: 16px;
}

.blog-shift h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog-shift h2 {
  font-size: 14px;
  color: #000;
}

.blog-shift h3 {
  font-size: 16px;
}

.blog-shift h4 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.blog-shift p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}

.blog-shifttop img {
  margin: 10px;
}

.blog-shifttop h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog-shifttop h2 {
  font-size: 14px;
  color: #000;
}

.blog-shifttop h3 {
  font-size: 16px;
}

.blog-shifttop h4 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.blog-shifttop p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
}

/*12/28追加はじめ*/
.blog .blog-item .blog-yoyaku {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #00467e;
}

.blog .blog-item .blog-yoyaku h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog .blog-item .blog-yoyaku h2 {
  margin-top: 0;
  font-size: 16px;
}

.blog .blog-item .blog-yoyaku h3 {
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 15px;
  /* font-weight: 300 */
}

.blog .blog-item .blog-yoyaku h5 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.blog .blog-item .blog-yoyaku p {
  font-size: 14px;
  margin-top: 5px;
}
/*12/28追加終わり*/

.blog .blog-item .img-yoyakutop {
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}

.blog .blog-item .blog-yoyakutop {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*12/28修正はじめ*/
.blog .blog-item .blog-yoyakutop {
  padding-top: 15px;
  padding-bottom: 0px;
}
/*12/28修正終わり*/

.blog .blog-item .blog-yoyakutop h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog .blog-item .blog-yoyakutop h2 {
  margin-top: 0;
  font-size: 16px;
}

.blog .blog-item .blog-yoyakutop h3 {
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 15px;
  /* font-weight: 300 */
}

.blog .blog-item .blog-yoyakutop h5 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.blog .blog-item .blog-yoyakutop p {
  font-size: 14px;
  margin-top: 5px;
}

.blog-ranktop {
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog-ranktop img {
  margin: 0px;
}

.blog-ranktop h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog-ranktop h2 {
  font-size: 18px;
}

.blog-rankttop h3 {
  color: #000;
  font-size: 16px;
  /* font-weight: 300 */
}

.blog-ranktop p {
  font-size: 14px;
  margin-bottom: 10px;
}
/*セラピストで追加ここまで*/

.blog-contentreport img {
  float: left;
  margin-right: 10px;
  /*margin-top: 5px;*/
}
.blog-contentreport2 img {
  float: left;
  margin-right: 10px;
  /*margin-top: 5px;*/
}
.blog-contentreport2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #00467e;
}
.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

.blog .blog-item .entry-meta2 {
  border-radius: 0px;
  overflow: hidden;
}

.blog .blog-item .entry-meta2 > h2 {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 20px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #fa5c58;

  border-left: 5px solid #323232;
  color: #fff;
  padding: 10px 5px 10px 5px;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #00467e;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #19588a !important;
  border-color: #00467e !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#c52d2f;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 0 15px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#c52d2f;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c52d2f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/**********************
**top area css*
**********************/
.ken {
  font-size:18px;
  font-weight: bold;
  color: #000;  
}

.panel-body ul {
  padding: 0;
  margin: 0;

}

.toparea li:nth-child(even) {
  background:#fbfbfb;
  list-style: none;
  font-size:14px; 
  line-height:30px;
}

.toparea li:nth-child(odd) {
  background:#f1f1f1;
  list-style: none;
  font-size:14px; 
  line-height:30px;
}

.toparea li a{
  display:block; 
  list-style: none;
  padding: 5px;
  font-size:14px;
  text-decoration: none;
}

.toparea li a:hover,
.toparea li a:focus{
  color: #fff;
  background: #19588a;
  list-style: none;
  font-size:14px;
}

/**********************
**top title css*
**********************/

.top-title {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #00a3d9;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

/*.top-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 3px solid #00a3d9;
}*/


/**********************
**top btn css*
**********************/

.btn-osusume{
    background: #00467e;
    border-color: #00467e;
    /*border-width: 2px;*/
    color: #fff;
}

/*
.btn-osusume,
.btn-osusume:hover{
    border-color: #fe4a46;
}
*/

.btn-osusume:hover,
.btn-osusume:focus{
    background: #19588a;
    color: #fff;
    border-color: #00467e;
}

.btn-osusume:visited{
    background: #00467e;
    border-color: #00467e;
    color: #fff;
}
/*************************
*******Header******
**************************/

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 0px 0;
  background: #fff;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number h1{
  color: #000;
  font-size: 14px;
}

.top-number p{
  text-align: right;
  color: #fff;
}

.top-number a{
  color: #000;
}

.top-number-sp h1{
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

.top-number-sp img{
  float: left;
  margin-right: 5px;
  padding-bottom: 10px;
}

.navbar-brand {
  padding: 0;
  margin-top:25px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #dfe4e6;
  padding: 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 20px;
 }

.navbar-nav>li{
  margin-left: 15px;
  padding-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 1px;
  color: #000;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
  background-color: #00467e;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #00467e;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #dfe4e6;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #00467e;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

/*************************
*******general-page******
**************************/

.general-logo{
  padding: 25px 10px 10px 10px;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.1);
}

/*総合トップ追加ここから*/

/*************************
*******general-page******
**************************/

.general-logo{
  padding: 15px 10px 10px 10px;
}

.general-top h1{
  color: #00467e;
  font-size: 25px;
  font-weight: bold;
}

.general-top h3{
  font-size: 20px;
  font-weight: bold;
}

.general-top h4{
  font-size: 16px;
  line-height: 140%;
}

.general-top p{
  font-size: 15px;
  line-height: 140%;
}

/*黄色蛍光ペン*/
.line1 {
  background: #ff0;
  font-weight: bold;  
}

.general-title {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #00a3d9;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
}

.general-titlesub {
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #00467e;
  border-bottom: 1px solid #00467e;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

/*総合トップ追加ここまで*/

/***********************
footer
***********************/
.footer{
    text-align: left;
    background:#dfe4ed;
    color: #000;
    padding: 50px 0 50px 0;
}

.footer a{
    color: #000;
}

.footer-booking{
    text-align: left;
    background:#dfe4ed;
    color: #000;
    padding: 20px 0 10px 0;
}

.footer-booking a{
    color: #000;
}

.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
    z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0px;
    line-height: 1.3;
    
}
.tel_btn {
    background-color: #d9534f;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 34%;
    padding: 5px 0;
    font-size: 12px;
    float:left;
}
.tel100_btn {
    background-color: #d9534f;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    float:left;
}
.tel50_btn {
    background-color: #d9534f;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    float:left;
}
.line_btn {
    background-color: #00b900;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 33%;
    padding: 5px 0;
    font-size: 12px;
    float:left;
}
.line50_btn {
    background-color: #00b900;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    float:left;
}
.web_btn {
    background-color: #00467e;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 33%;
    padding: 5px 0;
    font-size: 12px;
    float:left;
}
.web50_btn {
    background-color: #00467e;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    float:left;
}
.web100_btn {
    background-color: #00467e;
    -webkit-border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    float:left;
}
.tel_btn:link, .tel_btn:visited {
    color: #FFFFFF !important;
    text-decoration:none;
}
.tel100_btn:link, .tel100_btn:visited {
    color: #FFFFFF !important;
    text-decoration:none;
}
.tel50_btn:link, .tel50_btn:visited {
    color: #FFFFFF !important;
    text-decoration:none;
}
.line_btn:link, .line_btn:visited {
    color: #FFFFFF !important;
    text-decoration:none;
}
.line50_btn:link, .line50_btn:visited {
    color: #FFFFFF !important;
    text-decoration:none;
}
.web_btn:link, .web_btn:visited {
    color: #FFFFFF !important;
    text-decoration:none;
}
.web50_btn:link, .web50_btn:visited {
    color: #FFFFFF !important;
    text-decoration:none;
}
.web100_btn:link, .web100_btn:visited {
    color: #FFFFFF !important;
    text-decoration:none;
}
.footer_area_inner span{
    color: #fff;
}

/***********************
WEB予約
***********************/
.select-therapist {
  cursor: pointer;
}

/***********************
エリア検索結果追加
***********************/
.blog-contentarea img {
  float: left;
  margin-right: 10px;
  /*margin-top: 5px;*/
}
.blog-contentarea2 img {
  float: left;
  margin-right: 10px;
  /*margin-top: 5px;*/
}
.blog-contentarea2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #00467e;
}
.blog .blog-item .blog-contentareatop {
  padding-bottom: 15px;}

.blog .blog-item .blog-contentareatop h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.blog .blog-item .blog-contentareatop h2 {
  margin-top: 0;
  font-size: 20px;
}

.blog .blog-item .blog-contentareatop h3 {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
}

.blog .blog-item .blog-contentareatop h4 {
  font-size: 14px;
}

.blog .blog-item .blog-contentareatop h5 {
  font-size: 15px;
}

.blog .blog-item .blog-contentareatop p {
  font-size: 14px;
}
.ribbon_gold {
    display: inline-block;
    position: relative;
    width:140px;
    height: 25px;/*高さ*/
    line-height: 25px;/*高さ*/
    vertical-align: middle;
    text-align: center;
    padding: ;/*文字の左右の余白*/
    font-size: 12px;/*文字サイズ*/
    background: #9d834e;/*背景色*/
    color: #fff;/*文字色*/
    box-sizing: border-box;
}

.ribbon_gold:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon_gold:after {
    top: 0;
    right: 0;
    border-width: 12px 7px 12px 7px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.ribbon_silver {
    display: inline-block;
    position: relative;
    width:140px;
    height: 25px;/*高さ*/
    line-height: 25px;/*高さ*/
    vertical-align: middle;
    text-align: center;
    padding: ;/*文字の左右の余白*/
    font-size: 12px;/*文字サイズ*/
    background: #8c8c8c;/*背景色*/
    color: #fff;/*文字色*/
    box-sizing: border-box;
}

.ribbon_silver:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon_silver:after {
    top: 0;
    right: 0;
    border-width: 12px 7px 12px 7px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

h6.label a{
    color: #fff;
}
