@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_title{
    background:none !important;
    text-align:center;
    position: relative;
    font-size:1.5em !important;
    line-height:1.5 !important;
	 margin-bottom:50px;
}

.page_title:after{
    position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 480px){
	.page_title{
		font-size:1.2em !important;
	}
}


h3{
    position: relative;
  padding: 0 65px;
	border:none !important;
	border-bottom:1px solid #BAAE8C !important;
}

@media screen and (max-width: 480px){
	h3{
	border-bottom:none !important;
}
}


/*
h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 25%;
  width: 50%;
  height: 2px;
  content: '';
  background: #000;
}*/

/*
h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}*/

a{
	color:black;
	text-decoration:none;
}

.home .entry-title{
	display:none;
}

.entry-title,.archive-title{
	border-left:none;
}

  
body:not(.home) .entry-header{
    background:url(/cms/wp-content/uploads/2021/09/title_bg-scaled.jpeg);
    padding:30px 0;
}

.entry-title{
    text-align:center;
    font-size:1.6em;
   color:#fff;
}

@media screen and (max-width: 480px){
	.entry-title{
		font-size:1.4em;
	}
}

.archive-title span{
	display:none;
}

h5{
	border-color:#594321 !important;
}

.content{
	margin-bottom:0px;
}

.caption-box-label {
	background:#FAF8EF;
}

.btn{
	position: relative;
    border-radius:0;
    width:60%;
    margin:0px auto;
    background:#c9a965;
    color:#fff;
    border:1px solid #c9a965;
    transition: all .3s;
	/*display: inline-block;*/
	text-align:center;
}
@media screen and (max-width: 480px){
	.btn{
		width:100%;
	}
}
.btn:hover{
	background:#fff;
	color:#333;
	border:1px solid #c9a965;
}


figcaption{
	text-align:center;
	font-size: 16px;
}

.blocks-gallery-item__caption{
	padding:0 !important;
}

.menu-content .menu-drawer .sub-menu{
	font-size:16px ;
}

.block-box{
	padding:0 !important;
}

.sp-br{
		display:none;
}

/*480px以下*/
@media screen and (max-width: 480px){
	.sp-br{
		display:block;
	}
	
	.wp-block-spacer{
		display:none;
	}
}


/* カラム */
.ath-colfix{
	flex-wrap:nowrap;
}

@media (max-width: 599px){
	.ath-colfix .wp-block-column{
		margin-bottom:0 !important;
	}
	
	.ath-colfix .wp-block-column:first-child{
		margin-right:10px !important;
	}
	
}

/* パンくずリスト カテゴリ・記事タイトルアイコン 非表示 */
.breadcrumb-item > span.fa-folder,
.breadcrumb-item > span.fa-file-o{
  display: none;
}

.tyuui_text{
	font-size:16px;
	color:white;
	background:red;
	width:100px;
	text-align:center;
	margin:10px 0px !important;
	border-radius:5px;
}


.table_label{
	margin-bottom:0.5em !important;
}

/* ヘッダー */

@media screen and (max-width: 1024px){
	.tagline{
	display:none;
}
}

@media screen and (min-width: 1023px){
	#header-in{
	display:block;
}
	
	.logo{
	text-align:left;
}

.tagline{
	text-align:left;
	margin-bottom:0;
}
	
	.tagline:before{
	white-space: pre;
	content:"ご相談は無料電話かメール相談で24時間365日受付";
	border:1px solid #000;
	border-radius:5px;
	position:absolute;
	right:0;
		margin-right:22px;
}
	
	.tagline:after{
	white-space: pre;
	content:"0120-976012";
	font-size:3em;
	position:absolute;
	right:0;
	top:50px;
	padding:0 0.5em;
	}
}

@media screen and (max-width: 1024px){
    .mobile-menu-buttons.has-logo-button .menu-button > a {
    display: flex;
    justify-content: center;
	}
	.has-logo-button a.menu-button-in::after {
    content: "かつら・ウィッグのナチュラル相模原サロン";
    font-size: 16px;
    font-weight: normal;
    color: #666;
    display: block;
    position: relative;
    top: -5px;
	}
	.logo-menu-button img {
    margin: 0;
	}
	.contact p{
		font-size:16px;
	}
	
.contact .tel{
	font-size:1.5em;
	}
	
	.contact_other a{
		font-size:1em;
	}
}
@media screen and (max-width: 834px){
	li.search-menu-button.menu-button {
    display: none;
	}
}
@media screen and (max-width: 600px){
    .mobile-menu-buttons.has-logo-button .menu-button > a {
    display: block;
	}
	.has-logo-button a.menu-button-in::after {
    line-height: 25px;
	}
}

@media screen and (max-width: 834px){
.appeal {
     min-height: 175px;
	background-size:contain;
	margin-top:50px;
}
}


/**********/
/* フッター */
/**********/
.copyright{
	font-size:0.8em;
}
.footer-left{
	width:100% !important;
	color:#333;
}

.footer-center,.footer-right{
	display:none;
}

.footer_content{
	margin-top:50px;
}

#footer-in *{
    color:white;
}


@media screen and (max-width: 834.999px){
	
	.navi-footer-in > .menu-footer li.menu-item{
		width:50%;
		margin:0;
	}
	
	.navi-footer-in > .menu-footer li.menu-item a{
		font-size:0.8rem;
	}
	
	.footor_item_list span{
		font-size:1.5rem;
	}
}

@media screen and (min-width: 835px){
	
	.footer_content{
		display:flex;
	}
	
	.footer_item{
		margin-bottom:30px;
		align-items:center;
		margin:0 30px;
		width:50%;
	}
	
	.footor_item_list span{
		font-size:1.7rem;
	}
}

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

.footor_item_list h3{
	border-bottom:none !important;
}

.footer_btn_reserve{
	display:flex;
	justify-content:center;
}

.footer_btn_reserve .banner_item:first-child{
	margin-right:10px;
}

.footer_btn a{
	text-align:center;
	margin-bottom:0.5em;
	border:1px solid gray;
	font-size:1rem;
}

.footer_btn a:hover{
		background:#c9a965;
	color:#fff;
	border:1px solid black;
	transition: all .3s;
}

.footer_btn a{
	padding:0.25em;
	display: block;
}

.footer-widgets {
    display: block;
}

/* サイドバー */
.banner_item img{
	width:100%;
}


@media screen and (max-width: 835px){
	.sidebar .textwidget .banner_item{
		display:none;
	}
}

.banner{
	border: 1px solid #ddd;
  overflow: hidden;
}

.banner:hover{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  transform: translateY(-5px);
  transition-duration: 0.3s;
}

.widget_nav_menu a{
	padding:3px !important;
}

.shop_item{
	margin-top:10px;
}

/* フロントページ */

.lineup_title{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}

@media screen and (max-width: 835px){
	.lineup_title{
		margin-top:30px;
	}
}

.home_title{
	background:none !important;
	text-align:center;
	line-height:2 !important;
	font-size:1.8em !important;
	position:relative;
}

.home_title:after{
    position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*480px以下*/
@media screen and (max-width: 480px){
    .home_title{
          font-size:1.2em !important;
      }
      
      
  .lineup_title{
      font-size:1em !important;
      }
      
      .sp-none{
          display:none;
      }
  }
  
  .fv_list{
      margin:0 auto;
  }
  

  
  .fv{
      margin:0;
  }

  


/* ナチュラルブランド */
.brand_item{
	border:1px solid #666;
	padding:20px;
}

.bland_name{
	text-align:center;
}

.bland_name span{
	font-size:16px;
}

.bland_name a span{
	font-size:16px;
}




/* 各下層ページ */
/* ご注文の流れ */

.flow_item{
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 !important;
}

.flow_item li{
	font-size:16px;
	text-align:center;
	width:48%;
	margin-bottom:5px !important;
	font-weight:bold;
	border: 1px solid #333;
}

.flow_item li a{
	display: block;
		padding:0.25em 0.5em;
}

.flow_item li a:hover{
	background:#594321;
	color:white;
}

.flow{
	list-style-type:none;
	padding:0 !important;
}

.flow li{
	display:flex;
}

.flow .icon{
	text-align:center;
	position: relative;
	width:15%;
	font-weight:bold;
}

.flow .icon:after{
	margin: 0 1rem;
  content: "";
  width: 2px;
  height: 90%;
  background-color: #594321;
  position: absolute;
  left: 80%;
}

.flow dl{
	width:85%;
	margin-left:30px;
}

.flow dt{
	font-weight:bold;
	margin-bottom:0.5em;
}

.flow dd{
	margin:0 !important;
	font-size:16px;
}

.flow_tyuui ul{
	list-style-type:disc !important;
}
.flow_tyuui li{
		font-size:16px;
}


/* サロンのご紹介 */
dl.menu,dl.salon{
  width:100%;
  font-size: 1rem;
  }
dl.menu div,dl.salon div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0;
  }
dl.menu div::after,
dl.salon div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #000;
  }
dl.menu dt,dl.salon dt{
  margin:0;
  padding: 0 5px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  }
dl.menu dd,dl.salon dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
  }


/* 問い合わせフォーム */
.formtable th{
	padding-left:1em;
	text-align:left;
	position:relative;
}

.formtable td{
	/*text-align:center;*/
}

span.cf7_req{
	font-size:16px;
	background:red;
	color:white;
	padding:0.25em 0.5em;
	border-radius: 3px;
	position:absolute;
	left:80%;
	top:25%;
}

/*
input[type="date"],.form_time{
	width:30%;
	text-align:center;
}*/

.form_old{
	width:90%;
}

.form_sub{
	font-size:16px;
}

@media screen and (max-width: 32.5em){
	.formtable  tr, .formtable td{
		display: block;
		width: 100%;
	}
	
		.formtable  th{
		width:100%;
		display:block;
		margin: 0 auto;
		border:none;
	}
}

@media screen and (max-width: 600px){
	.hair_item{
		flex-direction: column-reverse;
	}
}


/* フルオーダーヘアピース */
.toppiece_full_item ul{
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	padding:0;
	font-weight:bold;
}

.toppiece_full_item ul li{
	text-align:center;
	width:31%;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	border:1px solid #333;
	font-size:16px;
}

.toppiece_full_item ul li a{
	 transition: all .3s;
	padding:0.25em 0.5em;
}

.toppiece_full_item ul li a:hover{
	background:#c9a965;
	color:#fff;
	border:none;
}

@media screen and (max-width: 32.5em){
	.toppiece_full_item ul li{
		width:45%;
	}
}

.toppiece_full_item ul li a{
	display:block;
}

/* セミオーダーヘアピース */
.cover_box{
	
	background:rgba(255,255,255,0.5);
	/*border-radius:5px;*/
	padding: 0.5em 1em 0.5em 1.5em;
	list-style:none;
}

.hairsemi_item{
	padding:0 20px;
}

/* 価格表 */
.price_item ul{
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0;
	font-weight:bold;
	
}

.price_item ul li{
	font-size:16px;
	text-align:center;
	width:48%;
	margin-bottom:10px;
	border: 1px solid #333;
}

.price_item ul li a{
	padding:0.25em 0.5em;
	 transition: all .3s;
}

.price_item ul li a:hover{
	background:#c9a965;
	color:#fff;
	border:none;
}

.price_item ul li a{
	display:block;
}

.price_table tbody{
	text-align:center;
}



.blogcard-thumbnail {
	display: none;
}

.blogcard-content {
	margin-left: 0;
}


/*フロントページメイン画像サイズ調整*/
/*1023px以下*/
@media screen and (max-width: 1496px){
 .appeal .appeal-in {
    min-height: 630px;
}
}

/*1023px以下*/
@media screen and (max-width: 1345px){
  .appeal .appeal-in {
    min-height: 530px;
}
}

/*1023px以下*/
@media screen and (max-width: 1135px){
  .appeal .appeal-in {
    min-height: 450px;
}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  .appeal .appeal-in {
    min-height: 430px;
}
}


/*ボタン文字サイズ*/
 .btn-l, .ranking-item-link-buttons a, .btn-wrap.btn-wrap-l > a {
	font-size: 17px;
	}

.fz-16{
	font-size: 16px;
}

.card-snippet{
font-size: 16px;
}

.wpcf7-submit{
font-size:16px;
}

.adt-front-page-only{
	background-size: contain!important;
}