@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.3
*/

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

body {
  color: #333 !important;
  font-size: 17px !important;
  font-family: "Noto Serif JP", serif, "Noto Sans CJK JP",
  "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
  letter-spacing: .1em;
  line-height: 170% !important;
}

#top-tt01, #top-tt02, #top-tt03, #movie-tt {
  background: transparent;
  color: #bf3d46;
  font-weight: 900;
}

#top-tt01:before {
  content: 'Order-made';
  color: #653329;
  display: block;
  font-size: 16px;
  padding-bottom: .5em;
}

#top-tt02:before {
  content: 'Bridal';
  color: #653329;
  display: block;
  font-size: 16px;
  padding-bottom: .5em;
}

#top-tt03:before {
  content: 'Lesson';
  color: #653329;
  display: block;
  font-size: 16px;
  padding-bottom: .5em;
}

h3 {background: transparent;}

.entry-title {
  background-image: url("../../uploads/2025/01/midashi-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 1em 0;
  text-align: center;
  margin: 0 !important;
  line-height: 160% !important;
  min-height: 240px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#header-container-in {padding: 1em 3%;}
.fa-fw {width: auto;}

#navi-in #menu-gn {justify-content: end;}

.page-id-1909 h1, .fa-file-o:before {display: none;}
.single h1 {
  font-size: 1.4em;
  padding: 2em 0;
}

.main-eyecatch {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.main {background: transparent;}
.navi .item-label {font-size: 16px !important;}
.item-label:hover {color: #bf3d46;}

.footer-bottom, .copyright {margin-top: 0;}
.copyright {padding: 1em 3%;}

#footer {padding: 0;}

.footer-layer {
  border-bottom: 1px solid #eee;
  letter-spacing: 1px;
  width: 100%;
  overflow: hidden;
  padding: 2em 3%;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.sns-container {
  display: flex;
   justify-content: center;
}

.sns-container a {padding: 1em .5em;}

.article-footer, .entry-footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.stripe-box {
    background: repeating-linear-gradient(
        -45deg,
        #f7f7f7,
        #f7f7f7 3px,
        transparent 3px,
        transparent 5px
    );
    padding: 2em 3%;
    text-align: center;
}

figcaption {font-size: .85em;}
.is-style-icon-list-check > li::before {color: #bf3d46;}

.article ul li, .article ol li {
  border-bottom: 1px dashed #eee;
  padding-bottom: .75em;
}

.article ul li a {
  color: #333 !important;
  padding-right: 10px;
}

figure.wp-block-table table {width: 100%;}
.wp-block-table th {width: 34%;}
.wp-block-table th, .wp-block-table td {padding: 1em .5em;}

.logo-menu-button img {display: none;}
.logo-menu-button .menu-button-in {content: 'Las flores';}

#nav_menu-2 {margin-bottom: 0;}
.footer-mu {background: #fcf5f4;}

.footer-mu #menu-main {
  background: url('../../../wp-content/uploads/2024/05/pink-bg.jpg');
  background-position: center;
  display: flex !important;
  text-decoration: none;
  padding: 1em;
  position: unset !important;
  justify-content: center;
  margin: 0 auto !important;
  width: 100%;
  font-weight: 500;
  overflow: hidden;
}

.footer-mu #menu-main li a {
  text-decoration: none !important;
  padding: 0 1em;
}

.footer-mu #menu-main li a span {
  color: #fff !important;
  display: block;  
  padding: 0 1em;
}

.pagination-next-link {color: #333 !important;}

.normal-btn {
  font-weight: 600;
  width: 50%;
  padding-bottom: 3em;
}

.plan-btn {
  font-weight: 600;
  width: 80%;
  padding-bottom: 3em;
}

.normal-btn a, .plan-btn a {
  display: block;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.normal-btn a:hover, .plan-btn a:hover {
  background: #a6353d !important;
  color: #fff;
  opacity: .8;
}

.expo-pd {padding-bottom: 1em;}
.wp-block-latest-posts__post-date {display: inline-block;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){



}

/*834px以下*/
@media screen and (max-width: 834px){

  .appeal {
    background: url('../../uploads/2025/01/newecmb.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .toptt-container {
      min-height: 240px;
      padding: 1em 0; 
  }

  .footer-mu #menu-main {display: block !important;}
  .footer-mu #menu-main li a {
    float: left;
    font-size: 14px;
    display: block;
    width: 50%;
    text-align: center;
  }

  .footer-mu #menu-item-3453 a {width: 100% !important;}

  .normal-btn, .plan-btn {
    font-weight: 600;
    width: 100% !important;
    padding-bottom: 3em;
  }

 .reversebox {flex-direction: column;}

 .order1 {order: 1;}
 .order2 {order: 2;}

}

/*480px以下*/
@media screen and (max-width: 480px){

  .entry-title {min-height: 180px;}


}
