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

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

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

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

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





/*タイトルと日付を非表示*/
.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}


.site-name-text{
  display: none;
}

.archive-title {
 display: none;
 }

.page .entry-title{
margin-top: 0;
}

.logo.logo-header.logo-text {
    display: none;
}

.main {
    background: transparent;
   }

.entry-content {
    margin-bottom: 0;
}

main#main {
    padding-bottom: 0px;
    padding-top: 0px;
}

footer#footer {
    display: none;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 300;
    font-style: normal;
}


@media screen and (max-width: 834px) {
    main.main, div.sidebar {
        padding: 32px 20px;
        margin: 12px 0;
        border-width: 0;
    }
}



@media screen and (min-width:769px){
    .sp{
        display: none !important;
    }
}

@media screen and (max-width:768px){
    .pc{
        display: none !important;
    }
}


@media screen and (min-width: 769px){
.sp-br {
display:none;
}}

@media screen and (max-width: 768px){
.sp-br {
display:inline;
}}


@media screen and (min-width: 769px){
.pc-br {
display:inline;
}}

@media screen and (max-width: 768px){
.pc-br {
display:none;
}}



.pc-only { display: block; }
.sp-only { display: none; }

@media screen and (max-width: 768px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}








	.contact {
    background: #f7f1e8;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 7em;
    padding-bottom: 7em;
}

div#contac-link p {
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 0.5em;
    text-align: center;
}

.foot img {
    width: 55%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.foot p {
    text-align: center;
    margin-bottom: 1em;
}




















@media screen and (min-width: 769px){
.firstview {
    margin-bottom: 5em;
}	
	
.firstview-flex {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.firstview-flex-left {
    width: 50%;
}

.firstview-flex-right {
    width: 50%;
}

img.firstview-img-1 {
    border-radius: 40px;
}

.firstview-flex-right-img img {
    width: 20%;
    max-width: 120px;
    margin: 0 0 0 auto;
    display: block;
}

.firstview-flex-right-font {
    writing-mode: vertical-rl;
    margin: 1em 0 0 auto;
}

p.firstview-font-1 {
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    margin-right: -0.5em;
    margin-bottom: 0;
}

p.firstview-font-2 {
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 3em;
    margin-right: 1em;
}








 
    .about {
        background: #f7f1e8;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        padding-top: 7em;
        padding-bottom: 7em;
    }

.about-flex-1 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3em 0;
    justify-content: space-between;
}
	
.about-flex-1-left {
    width: 60%;
}

.about-flex-1-right {
    width: 40%;
}	

p.about-font-1 {
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 100px;
    margin-bottom: 0;
    line-height: 1;
    color: #ffa000;
    text-shadow:
        2px  2px 0 #fff,
       -2px  2px 0 #fff,
        2px -2px 0 #fff,
       -2px -2px 0 #fff,
        2px  0px 0 #fff,
       -2px  0px 0 #fff,
        0px  2px 0 #fff,
        0px -2px 0 #fff;
}	
	
p.about-font-2 {
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    margin-bottom: 0;
}	
	
p.about-font-3 {
        font-size: 16px;
        letter-spacing: -1px;
        width: 85%;
        max-width: 500px;
        margin-bottom: 2.5em;
    }	
	
.about-flex-1-left-flex {
    display: flex;
}	

    .about-btn-1 {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border: 1px solid #000;
        border-radius: 30px;
        background: transparent;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        transition: 0.3s;
        margin-right: 10px;
    }

.about-btn-1:hover {
  opacity: 0.7;
}

.about-btn-1 .about-btn-icon {
  width: 22px;   /* 適宜調整 */
  height: auto;
  display: block;
}
	
	
	
.about-flex-1-right img {
    display: block;
    margin: 0 0 0 auto;
    border-radius: 40px;
}	
	
	
	
.about-flex-2 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3em 0;
    justify-content: space-between;
}
	
.about-flex-2-left {
    width: 40%;
}

.about-flex-2-right {
        width: 60%;
        text-align: right;
    }	
	
.about-flex-2-left img {
    border-radius: 40px;
}	
	
p.about-font-3-2 {
        font-size: 16px;
        letter-spacing: -1px;
/*        width: 85%;
        max-width: 500px;*/
        margin-bottom: 2.5em;
    }	

.about-img {
    max-width: 1000px;
    margin: 0 auto;
}

.about-img img {
    display: block;
    margin: -5em 0 0 auto;
    border-radius: 40px;
    max-width: 800px;
    width: 90%;
}
	
	
/*Re:*/	
.rebear, .remake, .repair {
    margin: 5em 0;
}	
	
div#rebear-link img, div#remake-link img, div#repair-link img {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}	
	
div#rebear-link p, div#remake-link p, div#repair-link p {
    text-align: center;
    font-family: "BD Megalona DEMO Personal Use Only It";
    font-size: 24px;
}	

p.rebear-font-1, p.remake-font-1, p.repair-font-1 {
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    margin-bottom: 0.5em;
    text-align: center;
}	

p.rebear-font-2, p.remake-font-2, p.repair-font-2 {
        max-width: 1000px;
        margin: 0 auto 3em auto;
        font-size: 16px;
        letter-spacing: -1px;
    }	
	
	
.rebear-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
}
	
.about-btn-2 {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border: 1px solid #000;
        border-radius: 30px;
        background: transparent;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        transition: 0.3s;
        margin-right: 10px;
        margin-top: 10px;
        width: 250px;
        justify-content: space-between;
    }

.about-btn-2:hover {
  opacity: 0.7;
}

.about-btn-2 .about-btn-icon {
  width: 8px;   /* 適宜調整 */
  height: auto;
  display: block;
}	
	
	
	
	

.imgplus-flex {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.imgplus-flex-left {
    width: 48%;
}

.imgplus-flex-right {
        width: 52%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
	
.imgplus-flex-left img {
    padding-right: 2em;
}	
	
	
	
	
	
}


































































































@media screen and (max-width: 768px){
    .firstview-flex {
        display: flex;
        flex-direction: column;
    }

    .firstview-flex-left {
        order: 1;
    }

.firstview-flex-right {

}

    img.firstview-img-1 {
        border-radius: 0 40px 40px 0;
        /* margin: 0 auto 0 0; */
        display: block;
        margin-left: calc(50% - 50vw);
    }

.firstview-flex-right-img img {
    width: 20%;
    max-width: 85px;
    display: block;
}

.firstview-flex-right-font {

}

p.firstview-font-1 {
        font-family: "ten-mincho-text", serif;
        font-weight: 400;
        font-style: normal;
        font-size: clamp(1.5rem, 0.786rem + 3.57vw, 2.5rem);
        margin-right: -0.5em;
        margin-bottom: 0;
        letter-spacing: -1px;
    }
    
    /*24,40*/

p.firstview-font-2 {
        font-family: "ten-mincho-text", serif;
        font-weight: 400;
        font-style: normal;
        line-height: 2em;
        margin-right: 1em;
        letter-spacing: 2px;
    }

	
	
	
.about-all {
    background: #f7f1e8;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 7em;
    padding-bottom: 7em;
    margin-top: -5em;
}	

	
.about {
        max-width: 650px;
        margin: 0 auto;
    }

.about-2 {
        max-width: 650px;
        margin: 4em auto 0 auto;
    }	
	
.about-1 img {
    border-radius: 40px;
}	
	
img.about-img-3 {
    border-radius: 40px;
}	
	
p.about-font-1 {
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 4rem;
    margin-bottom: 0;
    line-height: 1;
    color: #ffa000;
    text-align: right;
    margin-right: 0.5em;
    margin-top: -0.35em;
}
	
p.about-font-1-2 {
        font-family: "bebas-neue-pro", sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 4rem;
        margin-bottom: 0;
        line-height: 1;
        color: #ffa000;
        text-align: left;
        margin-left: 0.5em;
        margin-top: -0.35em;
    }	

p.about-font-2 {
    font-family: "ten-mincho-text", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 0;
    letter-spacing: -3px;
    text-align: center;
}	
	

	
	
.about-flex-1-left-flex-in {
    display: flex;
    flex-direction: column;
    align-items: center;
}	
	
	

.about-3-flex {
        display: flex;
        justify-content: center;
        max-width: 650px;
        margin: 2em auto;
    }	
	
.about-3-flex-in {
    margin: 6px;
}	
	
.about-3-img img {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        display: block;
        border-radius: 40px;
    }
	
	
    .about-btn-1 {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border: 1px solid #000;
        border-radius: 30px;
        background: transparent;
        font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
        color: #000;
        text-decoration: none;
        transition: 0.3s;
        width: 100%;
        max-width: 320px;
        margin: 7px auto;
        justify-content: space-between;
    }
/*14,16*/	

.about-btn-1:hover {
  opacity: 0.7;
}

.about-btn-1 .about-btn-icon {
  width: 22px;   /* 適宜調整 */
  height: auto;
  display: block;
}	
	
	
	
	
.rebear, .remake, .repair {
        margin: 5em 0;
    }	
	

p.rebear-font-1, p.remake-font-1, p.repair-font-1 {
        font-family: "ten-mincho-text", serif;
        font-weight: 400;
        font-style: normal;
        font-size: clamp(1.5rem, 1.232rem + 1.34vw, 1.875rem);
        margin-bottom: 0.5em;
        text-align: center;
    }
/*24,30*/
	
p.rebear-font-2, p.remake-font-2, p.repair-font-2 {
        font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
    }
/*14,16*/	
	
div#rebear-link p, div#remake-link p, div#repair-link p {
        text-align: center;
        font-family: "BD Megalona DEMO Personal Use Only It";
        font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
    }
/*16,21*/	
	
	
	
.rebear-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}	
	
.about-btn-2 {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border: 1px solid #000;
        border-radius: 30px;
        background: transparent;
        font-size: 14px;
        color: #000;
        text-decoration: none;
        transition: 0.3s;
        margin: 10px auto;
        width: 250px;
        justify-content: space-between;
    }

.about-btn-2:hover {
  opacity: 0.7;
}

.about-btn-2 .about-btn-icon {
  width: 8px;   /* 適宜調整 */
  height: auto;
  display: block;
}		
	
	
	
	
.imgplus-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
}	
	
.imgplus-flex-left {
    margin: 1em 0;
}	
	
.imgplus-flex-left img {
    margin: 0 auto;
    display: block;
}	
	
	
	
}

































































































/*コンタクトフォーム*/
/* 全体の横並びレイアウト */
.contact-all {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-1 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 1000px;
    width: 100%;
    justify-content: space-around;
    margin: 0 auto;
}

.contact-1 .required {
    width: 170px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.contact-1 .required::after {
    content: "必須";
    background: #ff8e00;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    margin-left: 12px;
    white-space: nowrap;
}

.required-3 {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.required-3::after {
    content: "必須";
    background: #ff8e00;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    margin-left: 12px;
    white-space: nowrap;
}


/* 右側入力エリア */
.contact-right {
  width: 100%;
}

/* テキスト・メール・TEL 共通 */
/* .contact-right input[type="text"],
.contact-right input[type="email"],
.contact-right input[type="tel"],
.contact-right textarea {
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 3px solid #f3ebdf;
  padding: 15px;
  font-size: 17px;
  box-sizing: border-box;
  outline: none;
} */


/* クリック時の枠濃くなる */
.contact-right input:focus,
.contact-right textarea:focus {
  border-color: #d3c8b8;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .contact-1 {
    flex-direction: column;
    gap: 5px;
  }
  
  .contact-1 .required {
    width: auto;
    justify-content: flex-start;
  }
}




.contact-box {
    padding: 1em;
    max-width: 1000px;
    margin: 1em auto 2em auto;
    color: #000;
    text-align: left;
    background: #fff;
}

p.contct-font1 {
    text-align: center;
    margin-top: 3em;
}

p.contact-font2 {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
}

p.contact-font3 {
    font-weight: 300;
}



input[type=submit] {
    display: block;
    align-items: center;
    gap: 8px;
    padding: 15px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    background: transparent;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    margin: 0 auto;
    max-width: 400px;
    width: 50%;
    justify-content: space-between;
}






























/* =========================
   基本レイアウト
========================= */

 
@media (min-width: 769px) {  
.global-header .header-inner {
    width: 97%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}

@media (max-width: 768px) { 
.global-header .header-inner {
/*    width: 97%;*/
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}


/* ロゴ部分 */
a.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (min-width: 769px) {  
a.header-logo img {
  max-height: 45px;
}
}   
    
@media (max-width: 768px) {  
a.header-logo img {
  max-height: 40px;
}
}


nav.global-nav.pc-nav ul li a img {
    height: 37px;
    width: auto;
}

nav.global-nav.pc-nav ul li a img.contact-icon {
    height: 27px;
    margin-top: 7px;
    margin-bottom: 5px;
    width: auto;
}

/* PCメニュー */
.pc-nav ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

.pc-nav li {
  list-style: none;
}

.pc-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: "BD Megalona DEMO Personal Use Only It";
}

.pc-nav img {
  width: 40px;
  height: auto;
  margin-bottom: 4px;
}

/* =========================
   SP ハンバーガーメニュー（… → ×）
========================= */

.hamburger {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f49a30;
  display: none; /* PCでは非表示 */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.hamburger span {
  position: absolute;
  width: 5px;
    height: 5px;
  background: #fff;
  border-radius: 50%;
  transition: .3s;
}

.hamburger span:nth-child(1) { left: 13px; }
.hamburger span:nth-child(2) { left: 22px; }
.hamburger span:nth-child(3) { left: 31px; }

/* クリックした後（×に変形）*/
.hamburger.active span {
  width: 26px;
  height: 4px;
  border-radius: 2px;
  left: 11px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}

/* =========================
   SPメニュー
========================= */

.sp-nav {
  display: none;
  background: #fff;
  width: 100%;
  border-top: 1px solid #ddd;
}

.sp-nav.open {
  display: block;
}

.sp-nav ul {
  padding: 20px;
}

.sp-nav li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.sp-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-family: "BD Megalona DEMO Personal Use Only It";
}

.sp-nav img {
  width: 28px;
  height: auto;
}

/* =========================
   レスポンシブ
========================= */

@media (max-width: 768px) {
  .pc-nav { display: none; }
  .hamburger { display: flex; }
}


































/* ウィジェットは非表示となっておるので日付を表示に編変更 */
.new-entry-card-date {
display:block; 
}


/* カテゴリーラベル基準変更 */
.new-entry-cards .cat-label {
position: unset;
}


/* タイトル、日付の並び順変更 */
.new-entry-card-content {
display: flex;
flex-direction: column-reverse;
}