@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*１カラム横幅設定（固定の場合）*/
.no-sidebar .wrap {
 width: 900px;
}

#container, #header-container, #content{
  margin-top: 0;
}

a:link { color: #458aba; }
a:visited { color:#90c2da ; }

#header.header.cf{
/*  margin: 0 10px; */
}

.home #main.main, .page-id-1697 #main.main, .page-id-1736 #main.main{
  /* margin-top: 5%; */
}

#main.main{
  background-color: #000000;
  color: #fff;
}

#content{
  padding-top:158px;
}

.home #content{
  padding-top:168px;
}

#archive-title{
  display: none;
}

.entry-title, .cat-label{
  display: none;
}

.mobile-menu-buttons {
  display: none;
}

.post-date{
  display: none;
}


.eye-catch-wrap{
  margin-top: -80px;
}

/** デフォルトコンテンツフォーマット **/
.single-post .article{
  margin-top: 50px;
}

.single-post .sidebar{
  margin-top: 50px;
}

.single-post .article .eye-catch-wrap{
  margin-top: 0px;
}

.single-post .article .entry-title{
  display: block;
}

.entry-content.cf {
  width: 100%;
  text-align: center;
}

.entry-content.cf p{
  text-align: left;
  line-height:1.6em;
}

/************************************
** グローバルメニュー PC
************************************/

@media screen and (min-width: 1024px){
  .mblt-header-mobile-buttons {
    margin-top: 0px;
  }
}

#header-container {
  /*box-shadow: 0 0 10px rgba(30, 30, 30, .5);*/
  background: rgba(0,0,0,1.0);
  position: fixed;
  width: auto;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}

#header-container, #header-container-in {
  height: 100px;
}

#header-container-in{
  height: 100px;
  width: 900px;
  /*
  width: 1000px;
  */
}



#menu-headernavigation, #navi-in, #navi  {
  background: rgba(0,0,0,1.0);

}



 /* ロゴの大きさ・幅に関するもの */
 .header-container-in.hlt-top-menu .wrap {
   width: auto;
   margin-left: -24px;
 }

 .header-container-in.hlt-top-menu .logo-header {
   max-height: 100%;
 }

.header-container-in.hlt-top-menu .logo-header img {
  max-height: 100%;
  height: auto;
  max-width: 210px;
  vertical-align: middle;
  margin: 20px 0;
}

.site-name-text-link {
  color: #fff;
}

#navi, #navi-in, #menu-headernavigation, .navi{
  width: 660px;
  margin: -20px;
}

@media screen and (max-width: 1023px){
  .mblt-header-mobile-buttons .menu-pc {
    display: inline-flex;
  }
}

.navi-in > ul{
  justify-content: flex-start;
}

.navi-in > ul .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.5);
}
.navi-in > ul li {
  width: auto;
  padding: 0 0 0 15px;
  letter-spacing: 2px;
  margin: 0;
}

#menu-item-1824, #menu-item-1825, #menu-item-1826, #menu-item-1856{
  margin:0;
}

#menu-item-1857{
  margin-right: 40px;
}

.navi-in .menu-item-type-custom{
  width: auto;
}

.navi-in a {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  color: #fff;
  display: block;
  height: 50%;
  text-decoration: none;
  margin: 0 auto;
}

.navi-in a:hover:before {
/*  transform: scale(1);*/
}
.navi-in > ul .sub-menu a {
  color: #666;
  font-size: 12px;
}
.navi-in > ul .sub-menu a:before {
  background: #42d5e7;
}

.navi-in > ul > li:nth-child(1) > a {
	background: url(./images/h_home.png) no-repeat;
  top: 47%;
  width:40px;
  margin-left:20px;
  height: 14px;
}

.navi-in > ul > li:nth-child(2) > a {
	background: url(./images/h_news.png) no-repeat;
  top: 47%;
  width:40px;
  height: 14px;
}

.navi-in > ul > li:nth-child(3) > a {
	background: url(./images/h_shows.png) no-repeat;
  top: 47%;
  width:46px;
  height: 14px;
}

.navi-in > ul > li:nth-child(4) > a {
	background: url(./images/h_music.png) no-repeat;
  top: 47%;
  width:42px;
  height: 14px;
}

.navi-in > ul > li:nth-child(5) > a {
	background: url(./images/h_gallery.png) no-repeat;
  top: 47%;
  width:62px;
  height: 14px;
}

.navi-in > ul > li:nth-child(6) > a {
	background: url(./images/h_biography.png) no-repeat;
  top: 47%;
  width:79px;
  height: 14px;
}

.navi-in > ul > li:nth-child(7) > a {
	background: url(./images/h_shop.png) no-repeat;
  top: 47%;
  width:40px;
  height: 14px;
}

.navi-in > ul > li:nth-child(8) > a {
	background: url(./images/h_facebook.png) no-repeat;
  top: 42%;
  width:20px;
  height: 20px;
}

.navi-in > ul > li:nth-child(9) > a {
	background: url(./images/h_twitter.png) no-repeat;
  top: 42%;
  width:20px;
  height: 20px;
}

.navi-in > ul > li:nth-child(10) > a {
	background: url(./images/h_youtube.png) no-repeat;
  top: 42%;
  width:20px;
  height: 20px;
}

.navi-in > ul > li:nth-child(11) > a {
	background: url(./images/h_instagram.png) no-repeat;
  top: 42%;
  width:20px;
  height: 20px;
}

.navi-in > ul > li:nth-child(12) > a {
	background: url(./images/h_blog.png) no-repeat;
  top: 42%;
  width: 20px;
  height: 20px;
}

.navi-footer-in > ul > li:nth-child(1) > a {
  background: url(./images/f_specialthanks.png) no-repeat;
  background-size: 173px 20px;
  background-position: center;
  width: 173px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  .navi-in > ul > li:nth-child(1) > a {
    background: url(./images/h_home@2x.png) no-repeat;
    background-size: 37px 13px;
  }
  .navi-in > ul > li:nth-child(2) > a {
    background: url(./images/h_news@2x.png) no-repeat;
    background-size: 36px 13px;
  }
  .navi-in > ul > li:nth-child(3) > a {
    background: url(./images/h_shows@2x.png) no-repeat;
    background-size: 45px 13px;
  }
  .navi-in > ul > li:nth-child(4) > a {
    background: url(./images/h_music@2x.png) no-repeat;
    background-size: 40px 13px;
  }
  .navi-in > ul > li:nth-child(5) > a {
    background: url(./images/h_gallery@2x.png) no-repeat;
    background-size: 59px 13px;
  }
  .navi-in > ul > li:nth-child(6) > a {
    background: url(./images/h_biography@2x.png) no-repeat;
    background-size: 77px 13px;
  }
  .navi-in > ul > li:nth-child(7) > a {
    background: url(./images/h_shop@2x.png) no-repeat;
    background-size: 33px 13px;
  }
  .navi-in > ul > li:nth-child(8) > a {
    background: url(./images/h_facebook@2x.png) no-repeat;
    background-size: 20px 20px;
  }
  .navi-in > ul > li:nth-child(9) > a {
    background: url(./images/h_twitter@2x.png) no-repeat;
    background-size: 20px 20px;
  }
  .navi-in > ul > li:nth-child(10) > a {
    background: url(./images/h_youtube@2x.png) no-repeat;
    background-size: 20px 20px;
  }
  .navi-in > ul > li:nth-child(11) > a {
    background: url(./images/h_instagram@2x.png) no-repeat;
    background-size: 20px 20px;
  }
  .navi-in > ul > li:nth-child(12) > a {
    background: url(./images/h_blog@2x.png) no-repeat;
    background-size: 20px 20px;
  }
  .navi-footer-in > ul > li:nth-child(1) > a {
    background: url(./images/f_specialthanks@2x.png) no-repeat;
    background-size: 173px 20px;
	background-position: center;
  }
}




.item-label {
  color: #000;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}



/**************************
** サイドバー
**************************/
.home .sidebar,
.archive .sidebar,
.content .sidebar {
	background: #000000;
}

#sidebar h3, .sidebar h3{
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 0px;
  text-align: center;
  box-shadow: none;
}


#sidebar #new_entries-3 h3{
  display: none;
}

#sidebar .event{
  margin-top: 10px;
}

#sidebar .event img{
  width: 260px;
  height: 260px;
  margin: 5px;
  object-fit: cover;
}

.instagram_link{
  text-align: right;
  margin-right: 44px;
}
@media screen and (max-width: 834px) {
  .instagram_link {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/**************************
** pagenation設定
**************************/
.pagination{
  border:0px;
  margin-top: 100px;
}

.pagination .page-numbers{
  display: flex;
  justify-content: center;
}


.pagination .page-numbers li{
  list-style: none;
  margin: 0 auto;
  transform: translate(-50%,-50%);
}

ul.page-numbers{
  border: 0px;
}

a.page-numbers{
  border: 1px solid #fff;
  display: block;
  text-align: center;
}

.pagination .current {
  border: 1px solid #fff; /* 枠線の太さ、色 */
  background-color: #555; /* 現在のページの背景色 */
  color: #fff; /* 現在のページの文字色 */
}

.pagination a:hover {
  background-color: #333; /* ホバー時の背景色 */
  color: #fff; /* ホバー時の文字の色 */
}

.footer-bottom{
  margin-bottom: 2em;
}

.footer-meta{
  display: none;
}

.footer-bottom-content{
  z-index: 0;
}

.article-footer, .entry-footer{
  display: none;
}

.navi-footer-in > .menu-footer li:last-child{
  border: 0;
}

.navi-footer-in > .menu-footer li{
  border: 0;
}

/**************************
**  cocoonテーマページネーション設定
**************************/
.under-entry-content {
  display: none;
}

/**************************
**  meta slider制御
**************************/
.top_slider{
  position: relative;
  margin-top: -90px;
  margin-bottom: 20px;
}


/**************************
**  sns枠フォーマット
**************************/
.mail_field{
  position: relative;
  text-align: right;
  align-items: flex-end;
  min-width: 350px;
  margin-top: -2em;
  margin-bottom: 1.5em;
  margin-right: 10px;
  z-index:100;
}

.mail_field img, i{
  vertical-align: middle;
  margin-left: 10px;
}

.mail_field a{
  text-decoration: none;
}

.mobile_mail_field{
  display: none;
  position: relative;
  text-align: center;
  align-items: flex-end;
  min-width: 350px;
  margin-top: -2em;
  margin-bottom: 1.5em;
  margin-right: 10px;
  z-index:100;
}

.mobile_mail_field img, i{
  vertical-align: middle;
  margin-left: 10px;
}

.mobile_mail_field a{
  text-decoration: none;
}


/**************************
**  Instagram枠フォーマット
**************************/
#sbi_images {
  padding-left: 13px !important;
}

/**************************
**  gear_ad枠フォーマット
**************************/
.gear_ad{
  width :100%;
  text-align:center;
}

.gear_ad img{
  margin: 0 auto;
}

.title_header{
 display     : inline-block;
 font-size   : 140%;
 /*font-weight : bold;*/
 color       : #ffffff;
 margin-top : 2em;
 margin-left: 50px;
}

/**************************
**  Newsフォーマット
**************************/
.front_news h2{
  margin-top:0px;
  padding: 5px;
  line-height: 1;
}

.front_news{
    max-width:760px;
    margin: 0 auto;
    text-align: left;
}

.front_news::after {
   content: "";
   display: block;
   clear: both;
}

.front_news .article_box{
  width: 170px;
  height: 350px;
  position: relative;
  margin: 10px;
  float:left;
  background-color: rgba(128, 0,0 ,0);
}

.front_news .article_thumbnail{
  width: 173px;
  height: 130px;
  border: 2px solid;
}

.front_news .article_thumbnail img{
  width: 173px;
  height: 127px;
  object-fit: cover;
}

.article_text{
  margin-top: 20px;
  font-size: 8pt;
}

.readmore{
  display: inline-block;
  padding: 1px 6px;
  text-decoration: none;
  color: #000;
  background: white;
  border: solid 2px #000;
  border-radius: 3px;
  transition: .4s;
  font-size: 8pt;
}

.readmore:hover {
  background: #000;
  border: solid 2px #fff;
  color: white;
  font-size: 8pt;
}


.article_main{
  padding: 5px;
}

.article_main h2{
  font-size: medium;
}

.article_main a{
  text-decoration: none;
}


.article_date{
  font-size: small;
  position: absolute;
	bottom: 0;
}

/**************************
**  instagram フォーマット
**************************/
.front_instagram{
    max-width:760px;
    margin: 0 auto;
}



/************************************
** metaslider ribbon reset
************************************/
.ribbon{
  width:0px;
  height:0px;
}


/************************************
** galleryページ
************************************/
.entry-content.cf .gallery p{
  line-height:1.3em;
}

.entry-content.cf .gallery p{
  white-space: nowrap;
  text-align: center;
  /*
  transform: scale(0.8, 1.3);
  */
  margin:0;
  margin-left: -35px;
}

.gallery{
  display: inline-block;
  width: 880px !important;
  min-height: 450px;
}

.gallery .content{
  float: left;
  margin: 5px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.gallery .content img{
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.modal{
  display: none;
  transform: translate(25px, 110px);
  width: 800px;
  height: auto;
  position: fixed;
  margin: 0 auto;
  top: 50px;
}

.modal__bg{
  background: rgba(0,0,0,0.7);
  position: absolute;
}

.modal__content{
  color:#fff;
  position: relative;
  text-align: center;
  padding: 30px;
}

.modal__word {
  float: right;
  width: 330px;
  padding-top: 40px;
  transform: scale(0.8, 1.3);
}

.modal__box img{
  width: 380px;
  height: auto;
  border: solid 1px;
}


.modal__box:after{
  content: "";
  display: table;
  clear: both;
}



.js-modal-close{
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}



/************************************
** newsページ
************************************/
.news h2{
  margin-top:0px;
  padding: 5px;
  line-height: 1;
  font-size: 12px;
}

.news{
    margin: 0 auto;
    text-align: left;
}

.news::after {
   content: "";
   display: block;
   clear: both;
}

.news .article_box{
  display: block;
  width: 170px;
  height: 260px;
  border: 1px solid;
  position: relative;
  margin: 10px;
  float:left;
  background-color: rgba(0, 0, 0 ,0);
}

.news .article_main .article_date{
  width: 160px;
  text-align: right;
}

.news .article_thumbnail img{
  width: 170px;
  height: 130px;
  object-fit: cover;
}

.news .body1 a:link{
  color:#ffffff;
}

.news .body1 a:visited{
  color:#ffffff;
}

.news_blogcontents{
  margin: 30px 0;
  height: auto;
}

.news .news_bloglist{

}

.news .news_bloglist a{
  text-decoration: none;
  color: #de9b7a;
}

.news .new_mark{
  color: red;
}

/************************/
/* NEWS-Clinic
/************************/
.clinic_contact .wpcf7{
  margin-left: 50px;
  margin-top: 80px;
}

.clinic_contact .wpcf7-form-control{
  width: 250px;
  height: 25px;
  border-radius: 0;
  padding: 3px;
  font-size: 10pt;
}

.clinic_contact .wpcf7-textarea{
  width: 500px;
  font-size: 10pt;
}

.clinic_contact .your-message .wpcf7-form-control{
  width: 500px;
}

.clinic_contact .wpcf7-submit{
  width: 100px;
  padding: 7px;
  margin-left: 400px;
  font-weight:bold;
  color: #000;
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid;
  border-radius: 5px;
  padding:0 0;
}

body.page-id-2375 .clinic_contact{
  background: url(images/contact_clinic.png) no-repeat;
  background-size: 720px;
  background-position-x: 130%;
  background-position-y: 55%;
}

/************************/
/* Web予約
/************************/
.web_reserve .wpcf7{
  margin-left: 50px;
  margin-top: 80px;
}

.web_reserve input[name="errormessage"]{
  height:1px;
  width:1px;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.entry-content.cf .web_reserve p {
  line-height: 1.2em;
}

.web_reserve .wpcf7-form-control{
  width: 250px;
  border-radius: 0;
  padding: 0 3px;
  height: 25px;
  font-size: 10pt;
}

.web_reserve .description{
  border: solid 2px;
  padding: 10px;
  text-align: left;
}

.web_reserve .wpcf7-form-control.wpcf7-textarea{
  width: 500px;
}

.web_reserve .Schedule{
  width: 400px;
  text-align: left;
  float: left;
}

.web_reserve .wpcf7-form-control.wpcf7-select{
  width: 50px;
}

.web_reserve .wpcf7-submit{
  width: 100px;
  padding: 7px;
  margin-left: 0px;
  font-weight:bold;
  color: #000;
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid;
  border-radius: 5px;
  padding:0 0;
}

/**************************
** MEDIA
**************************/
.media{
  text-align: left;
}

/**************************
** BIOGRAPHY
**************************/
.biography{
  text-align: left;
}

.biography .tab-wrap{
  margin: 0 auto;
}

.biography .eye-catch-wrap{
  margin-top: 0;
}

.biography .eye-catch{
  margin: 0 auto;
}

.biography .eye-catch-wrap img{
  width:450px;
  height: 700px;
}

.biography .tab-label{
  border: 0px solid #fff !important;
  width: 50%;
  margin-top: -350px;
  margin-bottom: 350px;
}


.biography .tab-label[for="tab1"]{
  width: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  left: 100px;
}

.biography .tab-label[for="tabend"]{
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  left: 710px;
}

.biography .tab-label:hover { /*タブラベル ホバー色*/
  background-color: rgba(0,0,0,0.0) !important;
}

/**************************
** SHOWS
**************************/
.shows{
  text-align: left;
  margin-top: -20px;
}

.shows .content_box{
  margin-bottom: 3em;
  overflow: auto;
}

.shows .content_box img{
  float: left;
  width: 200px;
  height: 200px;
  border: solid 1px;
  margin:10px 0 0 10px;
  object-fit: cover;
}

.shows .content_box .content{
  margin-top: 5px;
  margin-left: 3em;
  display: inline-block;
  width: 600px;
}

.shows .content_box a:link{
  color:#ffffff;
}

.shows .content_box a:visited{
  color:#ffffff;
}

.shows .content_box .content a:link{
  color:#458aba;
}

.shows .content_box .content a:visited{
  color:#90c2da;
}

.shows .tab-label[for="tabend"]{
  margin-left: 0px;
  /*border-left: solid 2px;*/
}

.shows .tabend::after{
  content: "";
  display: block;
  clear: both;
}

/**************************
** Archives
**************************/
.archivetbl{
    max-width:60%;
    padding-left: 0px !important;
    text-align: left;
}

.shows .archivetbl{
    max-width:80%;
}

.archivetbl td{
    padding:5px;
}

/**************************
** MUSIC
**************************/
.music{
  text-align: left;
  width: 900px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
}

.music .content_box, .music_single .content_box{
  margin: 10px 0 50px 0;
  overflow: auto;
}

.music .jacket{
  display: inline-block;
  float: left;
}

.music .music_single .jacket{
  width: 350px;
  display: inline-block;
  float: left;
}


.music .jacket img{
  width: 200px;
  height: auto;
  margin:10px 0 0 10px;
}

.music .music_single .jacket img{
  width: 450px;
  height: auto;
  border: solid 1px;
  margin:10px 0 0 10px;
}

.music .content, .music_single .content{
  margin:5px 0 0 50px;
  display: inline-block;
}

.music .music_single label{
  cursor: default;
}

.music .music_single .tab-wrap label:hover { /*タブラベル ホバー色*/
  background:rgba(0,0,0,1.0);
}

.music .music_single .jacket .title{
  text-align: center;
}

.music .music_single .content .recorded_music{
  margin: 10px 0 10px 0;
  width: 450px;
  font-weight: bold;
  display: inline-block;
}

.music .music_single .content .recorded_music .u_line{
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

.music .music_single .content .menber{
  margin: 3em 0;
}

.music .music_single .content .back_btn{
  text-align: right;
  width:450px;
}

.music .music_single .content .back_btn button{
  padding: 0.2em 1em;
  cursor: pointer;
}

.music .music_single .music_link li{
  height: 20px;
  float: left;
  list-style: none;
  margin-right: 20px;
  margin-bottom: 20px;
}


.music .music_single .music_link li::after {
   content: "";
   display: block;
   clear: both;
}


.categoryid-15 .main{
  width: 100%;
}

.categoryid-15 #content {
    padding-top: 100px;
}
@media screen and (max-width: 834px) {
  .categoryid-15 #content {
    padding-top: 13vw;
  }
}

/************************/
/* BLOG
/************************/
.blog {
  text-align: left;
  width:525px;
  margin-right: 42px;
  float:left;
  line-height:1.6em;
}

.blog img{
  border: 3px solid;
  margin: 1em 0;
  float: revert;
}

.blog img::after{
  content: "\A";
}

.blog .title{
  margin-bottom: 1em;
  color: #ffffff;
  font-weight: bold;
}

.blog .pagenation{
  margin-top: 2em;
  width: 100%;
}

.blog .pagenation a{
  /*color: #de9b7a;*/
  text-decoration: none;
}

.blog .pagenation .oldpage{
  width : 50%;
  text-align: left;
  float: left;
  padding-left: 2em;
}

.blog .pagenation .newpage{
  width : 50%;
  text-align: right;
  float:left;
  padding-right: 2em;
}


.blog_sidebar{
  width: 273px;
  float: left;
}

.blog_sidebar .sidebar{
  display: inline-block;
  width: 273px;
  padding: 0;
  margin: 20px 0 0 0;
}
.entry-content.cf .blog_sidebar p{
  padding-left: 10px
}

.blog_sidebar li{
  list-style-type: none;
  text-align: left;
}

.blog_sidebar input{
  font-size: 13px;
  margin-left: 2%;
  padding: 0px;
}

/************************/
/* Contact-us
/************************/
body.page-id-1772 .eye-catch-wrap{
  margin-top: 0px;
}

body.page-id-1772 .wpcf7{
  margin-left: 50px;
  margin-top: 80px;
}

body.page-id-1772 .entry-content.cf{
  background: url(images/contact_back.png) no-repeat;
  /*background-size: 800px auto;*/
}

body.page-id-1772 .entry-content.cf .wpcf7-form-control{
  width: 250px;
  height: 25px;
  font-size: 10pt;
  border-radius: 0;
  padding: 3px;
}

body.page-id-1772 .entry-content.cf .your-message .wpcf7-form-control{
  width: 500px;
}

body.page-id-1772 .entry-content.cf .wpcf7-submit{
  width: 100px;
  padding: 7px;
  margin-left: 400px;
  font-weight:bold;
  color: #000;
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid;
  border-radius: 5px;
  padding:0 0;
}

/************************/
/* Contact-thanks
/************************/
.contact_thanks{
  margin-top: 60px;
  margin-left:40px;
}

.contact_thanks a{
  text-decoration: none;
}

.contact_thanks img{
  margin-top: 2em;
}


/************************/
/*タブ切替表示 カテゴリ　タブ分けcss
/************************/
.tab-wrap {
/*display: flex;*/
flex-wrap: wrap;
width:98%;
margin: 0 auto;
margin-bottom:15px;
margin-top:90px;
}
.tab-wrap:after {
content: '';
width: 100%;
height: 3px;
display: block;
order: -1;
}
.tab-body h3 { /*内容でのH3タイトル*/
width:95%;
margin: 0 auto;
margin-bottom:15px;
color: #ffffff;
font-size: 16px;
line-height: 20px;
position: relative;
padding: 10px;
border:none;
box-shadow: 0 0 0 0 #949495, -10px 0 0 0 #949495, 0 3px 3px 0 #787878;
}
.tab-body h3:before {
content: " ";
position: absolute;
top: 100%;
left: -10px;
width: 0;
height: 0;
}
.tab-label {
color: #949495;
font-weight: bold;
padding: 0 1em;
cursor: pointer;
}

.tab-wrap label:hover { /*タブラベル ホバー色*/
background:rgba(148,148,149,0.7);
}
.tab-switch:checked+.tab-label { /*選択タブの色*/
  color: #fff;
}
.tab-switch { /*ラジオボタン非表示*/
display: none;
}
.tab-wrap .tab-body > div {
display: none;
}
.tab-body { /*コンテンツ部分*/
width: 100%;
padding: 30px 0 10px 0;
}
/*タブのコントロール*/
.tab-wrap #tab1:checked ~ .tab-body > .body1 {display: block;}
.tab-wrap #tab2:checked ~ .tab-body > .body2 {display: block;}
.tab-wrap #tab3:checked ~ .tab-body > .body3 {display: block;}
.tab-wrap #tab4:checked ~ .tab-body > .body4 {display: block;}
.tab-wrap #tab5:checked ~ .tab-body > .body5 {display: block;}
.tab-wrap #tab6:checked ~ .tab-body > .body6 {display: block;}
.tab-wrap #tabend:checked ~ .tab-body > .bodyend {display: block;}

p.u_line{
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 5px 0 2px 0;
}

.tab-label[for="tab1"]{
  border-right: 1px solid #fff;
  z-index: 100;
}

.tab-label[for="tab2"], .tab-label[for="tab3"], .tab-label[for="tab4"], .tab-label[for="tab5"], .tab-label[for="tab6"]{
  border-right: 1px solid #fff;
/*  border-left: 1px solid #fff; */
  z-index: 100;
}

.tab-label[for="tabend"]{
/*  border-left: 1px solid #fff; */
  z-index: 100;
}

.tab_lastupdate{
  width: 100%;
  text-align: right;
  margin-top: -55px;
  margin-bottom: 60px;
}

.tab_shows_lastupdate{
  width: 100%;
  text-align: right;
  margin-top: -60px;
  margin-bottom: 35px;
}

.tab_shows, .tab_release, .tab_media, .tab_brg1by1, .tab_online {
  width: 567px;
  float: left;
  margin-right: 20px;
}

.tab_sidebar .sidebar{
  display: inline-block;
  width: 273px;
  padding: 0;
  margin: 20px 0 0 0;

}

/* モバイルメニュー非表示 */
.mobile_view{
  display: none;
}

.mobile_view_hidden{
  display: none;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
** スマホサイズのレイアウト情報等
************************************/

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

  .no-sidebar .wrap {
   width: auto;
  }

  .mblt-header-mobile-buttons .menu-pc {
    display: none;
  }

  .mail_field{
    display: none;
  }

  .mobile_mail_field{
    display: inline;
  }
  #content{
	padding-top:0em;
  }
  #main.main{
    padding: 0px 24px;	
  }
  /********************/
  /* トップページCSS
  /********************/
  #header-container {
    background: rgba(0,0,0,1.0);
    position: absolute;
    width: auto;
    height: 0;
  }

  #header-container-in {
    height: 100px;
    width: auto;
  }

  .header-container-in.hlt-top-menu .logo-header img {
    max-height: 100%;
    height: auto;
    width: 20vw;
    vertical-align: middle;
    margin: 10px 30px;
  }

  .top_slider {
    position: relative;
    margin-top: 0;
    margin-bottom: 1px;
  }

  /* モバイルメニュー */
  .logo-header{
	display:none;
   }
  .mobile_view{
    width: 100%;
    height: 0em;
    display: inline-block;
    text-align: center;
    margin-bottom: 3em;
  }
  .mobile_view_hidden{
    width: 0em;
    height: 0em;
	display:block;
    text-align: center;
    margin-bottom: 0em;
  }
  .mobile_menu{
    margin: 0 auto;
    width: 100%;
  }

  .mobile_menu table{
    margin: 0 0 1.5em 0;
  }

  .mobile_menu td{
    border:none;
    width:auto;
    height: 5%;
  }

  .mobile_menu td a{
    display:block;
    width:100%;
    height:100%;
  }

  .mobile_menu td img{
    margin-top: 2px;
  }

  .mobile_menu_icon{
    width: auto;
    display: inline-block;
	margin: 0 0 1.5em 0;
  }

  .mobile_menu .mobile_menu_icon ul{
    padding-left: 0;
  }

  .mobile_menu .mobile_menu_icon li{
    float: left;
    list-style: none;
    padding: 0 1.5vw;
  }

  .mobile_menu .mobile_menu_icon img{
    height: auto;
  }
  
  #sb_instagram .sbi_photo img{
    width: 50%;
    height: auto;
  }

  .logo {
    text-align:left
  }

  .title_header {
    margin-left: 11px;
  }
  .home #content{
	padding-top:0em;
  }
  .home #main.main{
	padding-bottom:0em;
	padding-top:1em;
  }
  .front_news{
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .front_news .article_box{
    width: 100%;
	height: 5%;

  }

  .front_news h2 {
    padding: 0 3px;
  }

  .front_news .article_main .article_date {
    width: 100%;
    text-align: right;
    padding-right: 13px;
  }
  .front_news .article_thumbnail{
    width: 100%;
    height: 20%;
  }
	
  .front_news .article_thumbnail img {
    width: 100%;
    object-fit: cover;
  }

  .front_news .article_main{
    width: 100%;
  }
  .front_news .article_text {
    font-size: 8pt;
  }

  .front_instagram{
    max-width: 100%;
    margin: 0 auto;
  }

  .footer{
    margin-top: 0;
  }
  .footer-bottom{
    margin-top: 0;
  }
	
  /********************/
  /* ContactUs
  /********************/
  body.page-id-1772 .wpcf7 {
    margin-left: 0;
  }

  body.page-id-1772 .entry-content.cf {
    background-size: 350px auto;
    background-position-y: 150px;
    background-position-x: 30px;
  }

  body.page-id-1772 .entry-content.cf .wpcf7-form-control {
    width: 200px;
  }

  body.page-id-1772 .entry-content.cf .your-message .wpcf7-form-control {
    width: 87vw;
  }

  body.page-id-1772 .entry-content.cf .wpcf7-submit {
    width: 100px;
    margin-left: 210px;
  }

  #post-1620 .entry-content.cf {
    background-size: 85% auto;
    background-position:  center;
  }

  /********************/
  /* clinic_contact
  /********************/
  body.page-id-2375 .entry-content.cf {
    background-size: 350px auto;
    background-position-y: 150px;
    background-position-x: 30px;
  }

  body.page-id-2375 .wpcf7{
    margin-left: 0;
  }

  body.page-id-2375 .entry-content.cf .your-message .wpcf7-form-control {
    width: 87vw;
  }

  body.page-id-2375 .clinic_contact .wpcf7-textarea{
    width: 87vw;
  }

  body.page-id-2375 .entry-content.cf .wpcf7-submit {
    width: 100px;
    margin-left: 210px;
  }

  /********************/
  /* News・Shows・Music共通
  /********************/
  .tab-label {
    font-size: 1em;
    padding-left:0vw;
    padding-right:2vw;
  }

  /********************/
  /* News
  /********************/
  .news .article_box{
    width: 163px;
    height: 190px;
    margin: 10px 4px;
  }

  .news h2 {
    padding: 0 3px;
  }

  .news .article_main .article_date {
    width: 163px;
    text-align: right;
    padding-right: 13px;
  }

  .news .article_thumbnail img {
    width: 163px;
    height: 91px;
  }
  .tab_shows, .tab_release, .tab_media, .tab_brg1by1, .tab_online {
    width: auto;
    height:auto;
    float: left;
  }
  .news .tab-label[for="tab5"]{
    border-right: solid 0px;
  }
	
  .tab_brg1by1 .wpcf7 {
    margin-left: 10px;
    margin-top: 50px;
  }

  .tab_brg1by1 .wpcf7-form-control {
    width: 200px;
  }

  .tab_brg1by1 .your-message .wpcf7-form-control {
    width: 390px;
  }

  .tab_brg1by1 .wpcf7-submit {
    width: 100px;
    margin-left: 290px;
  }

  .tab_shows_lastupdate{
    width: 100%;
    text-align: right;
    margin-top: -30px;
    margin-bottom: 60px;
  }
	
  /********************/
  /* SHOWS
  /********************/
  .eye-catch-wrap{
    margin-top: 0;
  }

  .shows .content_box .content{
    width:auto;
  }
  .shows .content_box img {
    width: 200px;
    height: 200px;
    margin: 0 0 10px 0;
  }

  .shows .content_box .content {
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .shows .tab-label[for="tab3"]{
    border-right: solid 0px;
  }
  .shows .tab-label[for="tabend"]{
    margin-left: 0;
    border-left: solid 0px;
  }

  /**************************
  ** Archives
  **************************/
  .archivetbl{
    max-width:100%;
  }

  .archivetbl td{
  	padding:0;
  }

  .shows .archivetbl{
    max-width:100%;
  }

  /********************/
  /* Web予約
  /********************/
  .web_reserve .description {
    border: solid 2px;
    padding: 10px;
    text-align: left;
	width:83vw;
  }
  .web_reserve .Schedule {
    width:85vw;
  }
  .web_reserve .wpcf7 {
    margin-left: 10px;
    margin-top: 50px;
  }

  .web_reserve .wpcf7-form-control {
    width: 200px;
  }

  .web_reserve .your-message .wpcf7-form-control {
    width: 83vw;
  }

  .web_reserve .wpcf7-submit {
    width: 100px;
    margin-left: 55vw;
  }
  /********************/
  /* MUSIC
  /********************/
  .music, .music_single {
    text-align: left;
    width: auto;
    margin: 0 auto;
  }

  .music .tab-label[for="tab4"]{
    border-right: solid 0px;
  }

  .music .jacket img {
    width: 150px;
    height: 150px;
    margin: 10px 0 0 10px;
  }

  .tab-wrap {
    margin-top: 45px;
  }

  .music .content, .music_single .content {
    margin: 5px 0 0 5px;
    display: inline-block;
  }

  .music .content_box, .music_single .content_box {
    width: auto;
    margin: 10px 0;
    overflow: auto;
  }

  .music .music_single .jacket {
    width: 330px;
    display: inline-block;
    float: left;
  }

  .music_single .content .recorded_music {
    margin: 10px 0 10px 0;
    width: 400px;
    font-weight: bold;
    display: inline-block;
  }

  .music_single .content .back_btn {
    text-align: right;
    width: auto;
  }

  .tab_lastupdate{
    width: 100%;
    text-align: right;
    margin-top: -30px;
    margin-bottom: 60px;
  }

  /********************/
  /* GALLERY
  /********************/
  .page-id-1697 #main.main {
    padding-left: 47px
  }

  .gallery {
    display: inline-block;
    width: auto !important;
    min-height: 800px;
  }

  .gallery .content {
    float: left;
    margin: 2px;
    width: 18vw;
    height: 18vw;
    object-fit: cover;
  }
	
  .gallery .content img{
    width: 18vw;
    height: 18vw;
  }

  .modal{
    position: center;
    top: 12%;
    left: 45%;
    width: 80%;
    height: auto;
    margin-top: -40%;
    margin-left: -40%;
    overflow: auto;
  }

  .modal__word{
    float: none;
    width: auto;
  }

  .modal__content{
    height: auto;
  }

  /********************/
  /* BIOGRAPHY
  /********************/
  .biography .eye-catch-wrap img{
    max-width:100%;
    height: auto;
  }

  .biography .tab-label{
    border: 0px solid #fff !important;
    width: 50%;
    margin: 0;
  }

  .biography .tab-label[for="tab1"]{
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    text-align: center;
    position: static;
    left: auto;
    width: 50%;
    float: left;
  }

  .biography .tab-label[for="tabend"] {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    text-align: center;
    position: static;
    left: auto;
    width: 50%;
  }

  /************************/
  /* BLOG
  /************************/
  .blog {
    text-align: left;
	width:100%;
    margin-right: 2vw;
    float:left;
  }
	
  .blog img {
    width: auto;
  }
}

