@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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


/*********************************************/
/************ ヘッダーの高さ変更 *************/
/*********************************************/

/*グローバルメニューのフォントサイズ等変更*/
.navi-in .menu-header .item-label{
font-size: 20px;
}

/************************************************************************************************/
/***************** コクーンにてコンテンツエリアの背景が白なので、黒に変更 start *****************/
/************************************************************************************************/
.home .main, .page .main{
    background-color: #000;
}

/************************************************************************************************/
/***************** コクーンにてコンテンツエリアの背景が白なので、黒に変更 end *****************/
/************************************************************************************************/

/* ヘッダーロゴ下のキャッチフレーズの文字サイズ調整 */
.tagline{
// font-weight: bold;
font-size: 14pt;
}


/************************************************************************************************/
/******************  front-page.php のスライダー用 start                       ******************/
/************************************************************************************************/

.slick-slide .s-fade-txt {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  opacity: 0;
}

.slick-active .s-fade-txt {
  animation: FadeAni .5s ease 1s 1 normal both;
}


@keyframes FadeAni {
  0% { opacity: 0; }
  
  100% { opacity: 1; }
}

.animation-slide{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position:100% 0;
}
.animation-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position:100% 0;
  }

.slide-class{
    margin: 0px;
    padding: 0px;
    max-height: 100vh;
    height:100%;
    max-width:100vw;
    width:100%;
}


/************************************************************************************************/
/********************** デバイスが小さい場合、スライダー画像を切り抜く start ********************/
/************************************************************************************************/
@media (max-width: 575.98px) { 
   .slide-class{
       margin: 0px;
       padding: 0px;
       height:300px;
       max-width:100vw;
       width:100%;
   }
   .animation-slide{
       width:100%;
       height:300px;
       object-fit: cover;
       object-position:100% 0;
   }
   .animation-slide img{
       width:100%;
       height:300px;
       object-fit: cover;
       object-position:100% 0;
  }
  .slick-slide .s-fade-txt {
     font-weight: bold;
     position: absolute;
     height:150px;
     top: 50%;
     left: 50%;
     transform: translate( -50%, -50% );
     opacity: 0;
   }
}
/************************************************************************************************/
/********************** デバイスが小さい場合、スライダー画像を切り抜く end **********************/
/************************************************************************************************/


.slick-arrow{
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 20px;
  height: 33px;
  opacity:0.7;
  z-index:10;
}
.prev-arrow{
	left: 5px;
}
.next-arrow{
	right: 5px;
}
/************************************************************************************************/
/******************  front-page.php のスライダー用 end                         ******************/
/************************************************************************************************/


/************************************************************************************************/
/********* 特定の固定ページの追加CSSに、ページごとに追記する。ここから cocoon用 *****************/
/************************************************************************************************/

/* 固定ページのタイトル非表示 */
.home .entry-header, .page .entry-header{  display:none; }
/* コンテンツの最初（body）の上の余白を消す */
.page .site-body {margin-top:0px;padding-top:0px;}

/************************************************************************************************/
/********* 特定の固定ページの追加CSSに、ページごとに追記する。ここまで **************************/
/************************************************************************************************/


/************************************************************************************************/
/*************** トップページスライダー内の文字を縦書き、明朝に   *******************************/
/************************************************************************************************/
.ltg-slide-text-title, .ltg-slide-text-caption, .btn-ghost {
    writing-mode: vertical-rl;
    font-family: 'Noto Serif JP', serif;
        margin: 0 auto 0 auto;
}

/************************************************************************************************/
/*************** トップページスライダー内のボタンのpaddingを小さく ******************************/
/************************************************************************************************/
.ltg-slide .btn-ghost{padding:.5em .2em;color:var(--vk-color-text-body);border:1px solid var(--vk-color-text-body);text-align: left;}


/************************************************************************************************/
/*************** 縦書き表示         *************************************************************/
/************************************************************************************************/
.tategaki {
    writing-mode: vertical-rl;
    color:#ffffff;
    font-family: 'Noto Serif JP', serif;
    margin: 0 auto 0 auto;
//    font-size: 2.0em;
    letter-spacing: 0em;
    font-weight: bold;
    text-shadow: 1px 2px 3px #000;
}

/************************************************************************************************/
/***************** メイン文章のフェードイン ここから                            *****************/
/************************************************************************************************/
@keyframes fadeIn {
to { opacity: 1; }
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12, .c13, .c14, .c15, .c16, .c17 {
        opacity: 0;
        animation: 3.5s linear forwards fadeIn;
}
.c1 { animation-delay: 0.0s; }
.c2 { animation-delay: 0.2s; }
.c3 { animation-delay: 0.4s; }
.c4 { animation-delay: 0.6s; }
.c5 { animation-delay: 0.8s; }
.c6 { animation-delay: 1.0s; }
.c7 { animation-delay: 1.2s; }
.c8 { animation-delay: 1.4s; }
.c9 { animation-delay: 1.6s; }
.c10 { animation-delay: 1.8s; }
.c11 { animation-delay: 2.0s; }
.c12 { animation-delay: 2.2s; }
.c13 { animation-delay: 2.4s; }
.c14 { animation-delay: 2.6s; }
.c15 { animation-delay: 2.8s; }
.c16 { animation-delay: 3.0s; }
.c17 { animation-delay: 3.2s; }
/************************************************************************************************/
/***************** メイン文章のフェードイン ここまで                            *****************/
/************************************************************************************************/


/************************************************************************************************/
/***************** 花夢衣おすすめのコンテンツ 1つ start                         *****************/
/************************************************************************************************/
.kamui_content_1 { width:100%;height:auto; position:relative; }
.kamui_content_1 .item { width:100%; height:100px; position:relative; float:left; }
.kamui_content_1 .item a { display:block; width:100%; height:100%; position:relative; }
.kamui_content_1 .headline {
  position:absolute; bottom:0px; top:0; z-index:100; text-align:center; color:#fff; font-weight:500;font-size:20px;
  width:200px; height:100px; line-height:auto;
  background: linear-gradient(to bottom,  rgba(99,0,0,1) 0%,rgba(99,0,0,0) 100%);
}
.kamui_content_1 .headline span { display:block; position:relative; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.kamui_content_1 .desc {padding:40px 40px; color:#fff;}
/************************************************************************************************/
/***************** 花夢衣おすすめのコンテンツ 1つ end                           *****************/
/************************************************************************************************/


/************************************************************************************************/
/***************** 花夢衣おすすめのコンテンツ 2つ start                         *****************/
/************************************************************************************************/
.kamui_content_2 { width:100%; height:300px; position:relative; }
.kamui_content_2 .item { width:calc(100% / 2); height:300px; position:relative; float:left; }
.kamui_content_2 .item a { display:block; width:100%; height:100%; position:relative; }
.kamui_content_2 .headline {
  position:absolute; bottom:0px; top:0; z-index:100; text-align:center; color:#fff; font-weight:500;
  width:300px; height:180px; line-height:auto;
  background: linear-gradient(to bottom,  rgba(99,0,0,1) 0%,rgba(99,0,0,0) 100%);
}
.kamui_content_2 .headline span { display:block; position:relative; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.kamui_content_2 .desc {
  position:absolute; left:0px; bottom:0px; z-index:10; padding:40px 75px; line-height:2.4; opacity:0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-animation: opacityAnimation2 0.5s ease forwards 0s;
  animation: opacityAnimation2 0.5s ease forwards 0s;
}
.kamui_content_2 .item:hover .desc {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
.kamui_content_2 .image_wrap { display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
.kamui_content_2 .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.kamui_content_2 .item:before {
  content:''; display:block; width:100%; height:70%; position:absolute; bottom:0px; left:0px; z-index:2; opacity:0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  -webkit-animation: opacityAnimation2 0.5s ease forwards 0s;
  animation: opacityAnimation2 0.5s ease forwards 0s;
}
.kamui_content_2 .item:hover:before {
  -webkit-animation: opacityAnimation 0.5s ease forwards 0s;
  animation: opacityAnimation 0.5s ease forwards 0s;
}
.kamui_content_2 .item.desc:before { pointer-events:none; }
.kamui_content_2 .item.desc:hover:before { opacity:0; }
.kamui_content_2 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }


.rich_font_min { font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; font-weight:500; }


.animate_image img, .animate_background .image{
  width:100%; height:auto;
  -webkit-transition: transform  0.75s ease;
  transition: transform  0.75s ease;
}
.animate_image:hover img, .animate_background:hover .image{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/************************************************************************************************/
/***************** 花夢衣おすすめのコンテンツ 2つ end                           *****************/
/************************************************************************************************/


/************************************************************************************************/
/***************** 花夢衣おすすめのコンテンツ responsive.css start              *****************/
/************************************************************************************************/
.kamui_content_2 { height:400px; }
.kamui_content_2 .item { height:400px; }
.kamui_content_2 .headline { width:300px; height:110px; font-size:20px; }
.kamui_content_2 .desc { padding:25px 40px; color:#fff;}
@media screen and (max-width:750px) {
  .kamui_content_2 { height:auto; }
  .kamui_content_2 .item { width:100%; height:360px; float:none; }
}

/************************************
** カルーセルカスタマイズ ここから
************************************/
    .posted_carousel_wrap {
      padding-left:auto;
      padding-right:auto;
      width:100%;
      height: 300px;
      background-color:#fff;
    }
    .kamui_content_1 { height:300px; }
    .kamui_content_1 .item1{
      height:300px; 
      background:url(4433529_m.jpg) no-repeat center center;background-size:cover;
    }
    .kamui_content_1 .item2{
      height:300px; 
      background:url(24400134_m.jpg) no-repeat center center;background-size:cover;
    }
    .slider-title {
       text-align: center;
       height: 100px;
       display: table-cell;
       vertical-align: middle;
//       width: 100vw;
    }
    .slider-title span {
       font-weight: bold;
       font-size: 20px;
    }

#top_post_slider_event {
 max-width:100%; 
   height:auto;
  margin:auto;
  width:85%; 
}
#top_post_slider_news {
 max-width:100%; 
   height:auto;
  margin:auto;
  width:85%; 
}
.post_slider_wrap{
  padding:20px;
  margin-left:50px;
  margin-right:50px;
  vertical-align: middle;
}
.post_slider_wrap .side-img img {
   width:100px;
   height:auto;
//   margin-right: 15px;
//   float: left;
   border: 9px solid #fff;
}

.post_slider_wrap .side-txt {
//  margin-left: 15px;
  color:#000;
  width:80%;
  color:#fff;
  font-family: "MS Pゴシック", "メイリオ", Meiryo, sans-serif;
  text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
}
.post_slider_wrap .side-txt .side-txt-posted-date {
  font-size:0.8em;
  font-family: "MS Pゴシック", "メイリオ", Meiryo, sans-serif;
}
.post_slider_wrap .side-txt .side-txt-posted-title {
  font-size:1.0em;
  font-family: "MS Pゴシック", "メイリオ", Meiryo, sans-serif;
}

.top_post_slider a {
  text-decoration: none;
}

@media screen and (max-width:750px) {
    .posted_carousel_wrap {
      height: 300px;
    }
  .kamui_content_1 { height:auto; }
  .kamui_content_1 .item { width:100%; height:300px; float:none; }
}


/************************************************************************************************/
/***************** 花夢衣おすすめのコンテンツ responsive.css end                *****************/
/************************************************************************************************/


/* clearfix */
.clearfix::after { display:block; clear:both; content:""; }


/************************************************************************************************/
/***************** カルーセルカスタマイズ ここから                              *****************/
/************************************************************************************************/

#top_post_slider_event .carousel-entry-card-title{
  display: none;/*タイトル消す*/
}
#top_post_slider_news .carousel-entry-card-title{
  display: none;/*タイトル消す*/
}
#top_post_slider_event .carousel-in {
  background-color: transparent;
}
#top_post_slider_news .carousel-in {
  background-color: transparent;
}
#top_post_slider_event .slick-dots{
  display:none!important;
}
#top_post_slider_news .slick-dots{
  display:none!important;
}
#top_post_slider_event .slick-slide img {
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);/*お好みで*/
}
#top_post_slider_news .slick-slide img {
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);/*お好みで*/
}
.carousel-entry-card-thumb {
  width: 95%;
}
.carousel .cat-label {
  display: none;/*カテゴリーを消す*/
}
/************************************************************************************************/
/***************** カルーセルカスタマイズ ここまで                              *****************/
/************************************************************************************************/


/* フェードイン */
@-webkit-keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}


/* フェードアウト */
@-webkit-keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}


/* 縦書き */
#tategaki .tategaki {
  position:absolute; z-index:100; font-weight:500; line-height:1.5; padding:0 50px; width:calc(100% - 100px); text-align:center;
  left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
#tategaki .tategaki.type2 { writing-mode:vertical-rl; display:inline-block; text-align:left; padding:0; width:auto; }


/************************************************************************************************/
/***************** トップページロード時のアイコン表示 ここから                  *****************/
/************************************************************************************************/
#site_wrap { display:none; }
#site_loader_overlay {
  background:#ffffff;
  opacity: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
#site_loader_logo { position:relative; width:100%; height:100%; }
#site_loader_logo_inner {
  position:absolute; text-align:center; width:100%;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#site_loader_logo img.mobile { display:none; }
#site_loader_logo_inner p { margin-top:20px; line-height:2; }
@media screen and (max-width:750px) {
  #site_loader_logo.has_mobile_logo img.pc { display:none; }
  #site_loader_logo.has_mobile_logo img.mobile { display:inline; }
}
#site_loader_logo_inner .message { text-align:left; margin:30px auto 0; display:table; }
#site_loader_logo_inner .message.type2 { text-align:center; }
#site_loader_logo_inner .message.type3 { text-align:right; }
#site_loader_logo_inner .message_inner { display:inline; line-height:1.5; margin:0; }
@media screen and (max-width:750px) {
  #site_loader_logo .message { margin:23px auto 0; }
}

/* ----- animation ----- */
#site_loader_logo .logo_image { opacity:0; height:auto;width:50px;}
#site_loader_logo .message { opacity:0; }
#site_loader_logo.active .logo_image {
  -webkit-animation: opacityAnimation 1.4s ease forwards 0.5s;
  animation: opacityAnimation 1.4s ease forwards 0.5s;
}
#site_loader_logo.active .message {
  -webkit-animation: opacityAnimation 1.4s ease forwards 1.5s;
  animation: opacityAnimation 1.4s ease forwards 1.5s;
}
#site_loader_logo_inner .text { display:inline; }
#site_loader_logo_inner .dot_animation_wrap { display:inline; margin:0 0 0 4px; position:absolute; }
#site_loader_logo_inner .dot_animation { display:inline; }
#site_loader_logo_inner i {
  width:2px; height:2px; margin:0 4px 0 0; border-radius:100%;
  display:inline-block; background:#000;
  -webkit-animation: loading-dots-middle-dots 0.5s linear infinite; -ms-animation: loading-dots-middle-dots 0.5s linear infinite; animation: loading-dots-middle-dots 0.5s linear infinite;
}
#site_loader_logo_inner i:first-child {
  opacity: 0;
  -webkit-animation: loading-dots-first-dot 0.5s infinite; -ms-animation: loading-dots-first-dot 0.5s linear infinite; animation: loading-dots-first-dot 0.5s linear infinite;
  -webkit-transform: translate(-4px); -ms-transform: translate(-4px); transform: translate(-4px);
}
#site_loader_logo_inner i:last-child {
  -webkit-animation: loading-dots-last-dot 0.5s linear infinite; -ms-animation: loading-dots-last-dot 0.5s linear infinite; animation: loading-dots-last-dot 0.5s linear infinite;
}
@-webkit-keyframes loading-dots-fadein{
  100% { opacity:1; }
}
@keyframes loading-dots-fadein{
  100% { opacity:1; }
}
@-webkit-keyframes loading-dots-first-dot {
  100% { -webkit-transform:translate(6px); -ms-transform:translate(6px); transform:translate(6px); opacity:1; }
}
@keyframes loading-dots-first-dot {
  100% {-webkit-transform:translate(6px);-ms-transform:translate(6px); transform:translate(6px); opacity:1; }
}
@-webkit-keyframes loading-dots-middle-dots { 
  100% { -webkit-transform:translate(6px); -ms-transform:translate(6px); transform:translate(6px) }
}
@keyframes loading-dots-middle-dots {
  100% { -webkit-transform:translate(6px); -ms-transform:translate(6px); transform:translate(6px) }
}
@-webkit-keyframes loading-dots-last-dot {
  100% { -webkit-transform:translate(6px); -ms-transform:translate(6px); transform:translate(6px); opacity:0; }
}
@keyframes loading-dots-last-dot {
  100% { -webkit-transform:translate(6px); -ms-transform:translate(6px); transform:translate(6px); opacity:0; }
}
#site_loader_animation {
  width: 48px;
  height: 48px;
  font-size: 10px;
  text-indent: -9999em;
  position: fixed;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  border: 3px solid rgba(0,0,0,0.2);
  border-top-color: #000000;
  border-radius: 50%;
  -webkit-animation: loading-circle 1.1s infinite linear;
  animation: loading-circle 1.1s infinite linear;
}
@-webkit-keyframes loading-circle {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media only screen and (max-width: 767px) {
	#site_loader_animation { width: 30px; height: 30px; }
}
@keyframes loading-circle {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
#site_loader_logo_inner .message { font-size:12px; color:#000000; }
@media screen and (max-width:750px) {
  #site_loader_logo_inner .message { font-size:10px; }
}
/************************************************************************************************/
/***************** トップページロード時のアイコン表示 ここまで                  *****************/
/************************************************************************************************/

/************************************************************************************************/
/***************** コンタクトフォームのカスタマイズ ここから                    *****************/
/************************************************************************************************/
.wpcf7-form label, .wpcf7-response-output {
    color: #fff; //テキストを白に
}
.wpcf7 .con7_submit_color {
    display: block;
    background-color: #000;
    color: #fff;
    width: 50%;
    margin-left:auto;
    margin-right:auto;
}
.wpcf7 .con7_submit_color:hover {
    background-color:#990000 !important;/* マウスを乗せたときの背景色 */
    color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.wpcf7 .spam1{
    text-align:center;
}
.wpcf7 .submit-box{
  text-align: center;
}
/************************************************************************************************/
/***************** コンタクトフォームのカスタマイズ ここまで                    *****************/
/************************************************************************************************/



.entry-card-wrap .cat-label{
    display: none; /*カテゴリを非表示に*/
}

.wp-block-media-text__content{
    color: #fff;
}


/************************************************************************************************/
/***************** モバイルスライドインメニュー ここから                        *****************/
/************************************************************************************************/
.mobile_menu_start {
 text-align: center;
 border-bottom:3px dotted #990000; /*点線の色変更はこちら*/
}

.shiny-btn2 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #990000;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn2:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn2::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.5s;
    animation: shiny-btn2 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


span.fas.fa-times::before{
//    font-family: "Font Awesome 5 Free";
//    content: "\f060";
//    color:#90C31F;/*矢印色変更はこちら*/
}

ul.menu-drawer:before{
//    font-size:1.2em;
//    background: white;
//    color:#333;
//    margin-bottom:1em;
//    border-bottom:3px dotted #90C31F; /*点線の色変更はこちら*/
//    margin-left:auto;
//    margin-right:auto;
//    text-align: center;
//    content: "メニュー";
}
ul.menu-drawer::after {
    background: white;
    border-bottom:3px dotted #90C31F; /*点線の色変更はこちら*/
}
.menu-drawer li {
    padding:0;
}
.menu-drawer li{
    font-weight: bold;
}
.menu-drawer a{
    font-size:1.3em;
    background-color:#ffffff;
    color:#545454;
    margin: .5em 0;
}
.menu-drawer a:hover{
    background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
    padding:0;
}
.menu-drawer .sub-menu li{
    font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
    font-family: "Font Awesome 5 Free";
    content : "\f105";
    color:#7b7b7b;
    margin:0 .5em 0 1em;
}
@media (max-width:834px){
    .sub-menu{
        box-shadow: none;
    }
}

//   /*中身*/
//   .menu-content {
//     overflow: auto;
//     position: fixed;
//     top: 0;
//     z-index: 9999;
//     /*最前面に*/
//   //  width: 100%;
//     width: auto;
//     /*右側に隙間を作る（閉じるカバーを表示）*/
//     max-width: 400px;
//     /*最大幅（調整してください）*/
//   //  height: 100%;
//     height: auto;
//     background: #fff;
//     /*背景色*/
//     transition: .3s ease-in-out;
//     /*滑らかに表示*/
//     opacity: 1;
//     overflow: scroll;
//     -webkit-overflow-scrolling: touch;
//   }

/************************************************************************************************/
/***************** モバイルスライドインメニュー ここまで                        *****************/
/************************************************************************************************/



/************************************************************************************************/
/***************** テーブルカスタマイズ ここから                                *****************/
/************************************************************************************************/
/* 奇数列の背景色 */
.entry-content tr td:nth-child(1) {
    background-color: rgba(99,0,0,1);
    color:#fff;
}
/* 偶数列の背景色 */
.entry-content tr td:nth-child(2) {
	background-color: #000;
}
/************************************************************************************************/
/***************** テーブルカスタマイズ ここまで                                *****************/
/************************************************************************************************/

/* フッターのSNSボタンを大きく */
.sns_btns{
   margin-left:auto;
   margin-right:auto;
   text-align: center;
   font-size:3em;
   margin-left:1em;
   margin-right:1em;
}

/* フッターウィジットのカレンダーのヘッダーを白く */
.month-header{
    color:#fff;
}


/********************* XO_EVENT_CALENDAR ここから  *********************/
/*
XO Event Calendar - Event list
*/
.xo-event-list * {
	font-size: 1rem;
}
.xo-event-list {
	list-style: none;
	display: block;
	margin: 0;
}
.xo-event-list p {
	margin: 0 0 0.5rem;
	padding: 0;
	color: #fff;
}
.xo-event-list > dl {
	display: block;
	margin: .1rem 0 0 0;
	padding: 0 0 .1rem 0;
	overflow: hidden;
	color: #444;
	border-bottom: dotted 1px #ccc;
}
.xo-event-list > dl > dt,
.xo-event-list > dl > dd {
	display: table-cell;
	vertical-align: top;
}
.xo-event-list > dl > dt > span,
.xo-event-list > dl > dd > span {
	float: left;
	margin: 0 1rem 0 0;
	padding: 0;
	vertical-align: middle;
}
.xo-event-list .thumbnail {
	margin: .2rem 0;
}
.xo-event-list .thumbnail img {
	padding-right: 15px;
	width: 110px;
	min-width: 110px;
	height: auto;
	object-fit: cover;
}
.xo-event-list .date {
	margin-top: .1rem;
	font-size: .9rem;
}
.xo-event-list.type-short .date,
.xo-event-list.type-standard .date {
	width: 7.5rem;
}
.xo-event-list .category {
	margin-top: .2rem;
	margin-bottom: .1rem;
	padding: 0 .5rem;
	text-align: center;
	font-size: .8rem;
	color: #fff;
	border-radius: 2px;
}
.xo-event-list.type-short .category,
.xo-event-list.type-standard .category {
	width: 8.5rem;
}
.xo-event-list.type-detail .category {
	margin-left: 0.5rem;
}
.xo-event-list .title {
	margin-top: .1rem;
}
.xo-event-list .event-date {
	font-size: .9rem;
}
.xo-event-list li br {
	display: block;
}

.xo-event-list.type-custom .event-date {
	width: 16rem;
	margin-top: .2rem;
}
/********************* XO_EVENT_CALENDAR ここまで  *********************/

.xo-event-calendar .today {
    background-color: #99aaee;
}
.dashicons{
 color:#fff;
}


/************************** フッターのsnsボタン装飾　ここから **************************/
.insta_btn{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 0.2em;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 1.2em;/*高さ*/
  width: 1.2em;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 1em;/*文字のサイズ*/
  line-height: 1.2em;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn .fa-instagram{
 /*アイコン*/
 color:#fff;
   font-size: 1.2em; /*アイコンサイズ*/
  position: relative;
}

.line_btn{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 0.2em;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 1.2em;/*高さ*/
  width: 1.2em;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 1em;/*文字のサイズ*/
  line-height: 1.2em;/*高さと合わせる*/
  background-color: #fff;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}


.line_btn .fa-line{
 /*アイコン*/
 color:#00B900;
   font-size: 1.2em;/*アイコンサイズ*/
  position: relative;
}
/************************** フッターのsnsボタン装飾　ここまで **************************/

/* フッター左下のバナー高さ */
.top-bannar-img{
    height: 60px;/*高さ*/
}

/* グローバルナビの選択されているページの文字色を変更 */
.menu-header .current-menu-item>a .item-label,
.menu-header .current-menu-ancestor>a .item-label,
.menu-header .item-label:hover{
  color: #5ebaba !important;
  border-bottom: none;	
}

/* スマホでフッターウィジット左中右を表示 */
@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
}

/* 着付け教室ページ　実施時間の桁合わせ対応 */
.jikoku_hitoketa {
  padding-left: .5em; 
  /* インデント対応 */
}
