@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 .date-tags {
	display: none;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#666699;
}

h2{
	background:#fff !important;
	padding-left:0 !important;
	letter-spacing:3px;
	line-height:2 !important;
}

h2 span{
	font-size:1.4em;
	background:#666699;
	color:#fff;
	padding:5px 7px 5px 10px;
	margin-right:3px;
}

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

.low_title span{
	background:#333;
}

.content{
	margin-bottom:0px;
}

.btn{
	border-radius:50px;
	background:#fff;
	border:2px solid #333;
	 transition: all .3s;
	color:#333;
}

.btn:hover{
	background:#ddd;
		color:#333;
}

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

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

.menu-content .menu-drawer{
	padding: 30px 1em;
}

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

.sp-br{
		display:none;
}

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


/* カラム */
.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 {
  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;
}

/* ヘッダー */
.logo {
   text-align: left;
}

#header-container .tagline{
	display:block;
}

/*480px以下*/
@media screen and (max-width: 1023px){
	.tagline{
		display:none !important;
	}
	
	.logo{
		display:none;
	}
}

/* フッター */

.footer_text img{
	width:220px;
}

.footor_item_list p,
.footor_item_tel,.footor_item_link{
	/*font-size:0.7em;*/
}

.footor_item_tel{
	display:flex;
}

.footor_item_tel *:first-child{
	margin-right:1em;
}

.copyright{
	font-size:0.8em;
}
.footer-left{
	width:100% !important;
}

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

.footor_item_link{
	display:flex;
}

.footor_item_link a{
	background:#666699;
	color:white;
	margin-right:10px;
	padding:0 1em;
}

/* サイドバー */
.widget_nav_menu a{
	padding:3px !important;
}

.banner_item img{
	width:100%;
}

.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;
}

.contact_other{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.contact .tel{
	font-size:2em;
	letter-spacing:2px;
	font-weight:bold;
}


.contact .tel:before{
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	margin-right:2px;
}

.contact_other p{
	margin-right:5px;
}

.contact_other a{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:2px;
}

@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: 0.8rem;
    font-weight: normal;
    color: #666;
    display: block;
    position: relative;
    top: -5px;
	}
	.logo-menu-button img {
    margin: 0;
	}
	.contact p{
		font-size:0.8em;
	}
	
.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: 18px;
	}
}
.contact_other a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	margin-right:2px;
}

#slide-in-sidebar .widget_search{
	display:none;
}


/* フロントページ */

.fv_text{
	margin:50px 0;
	color:#561F97;
	letter-spacing:2px;
}

.fv_text span{
	font-size:1.5em;
		font-weight:bold;
}


/* 各種メニュー */
.syohin_list{
	display:flex;
	width:100%;
	padding:0 !important;
	justify-content:space-between;
	list-style-type:none;
	flex-wrap: wrap;
}

.shohin_list_item{
	margin:5px 0;
	background:#F0F0F1;
	width:48%;
	transition-duration: 0.3s;
}

.shohin_list_item:hover{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  transform: translateY(-5px);
  transition-duration: 0.3s;
	/*background:gray;*/
}

.shohin_list_item:first-child{
	width:100%;
}

.shohin_list_item a{
	display:flex;
  align-items: center;
}

.shohin_list_item a p{
	width:70%;
	margin-bottom:0;
	margin-left:20px;
	text-align:center;
	font-weight:bold;
}

.shohin_list_item a img{
	width:30%;
	height:100px;
	object-fit:cover;
}


.shohin_list_item:first-child a img{
	object-fit:contain;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.shohin_list_item{
	width:47%;
	}
	
	.shohin_list_item:first-child a img{
	object-fit:cover;
}
	
	.syohin_list{
		display:block !important;
	}
	
	.shohin_list_item{
			width:100%;
	}
}

/* ナチュラルブランド */
.brand_item:not(:last-child){
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

/* 各下層ページ */
.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:#666699;
	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;
  }


@media screen and (max-width: 480px){
	dl.menu,dl.salon{
  width:100%;
  font-size: 0.8rem;
  }
}

/* 問い合わせフォーム */
.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;
	margin-left:1em;
	/*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;
	}
}

/* フルオーダーヘアピース */
.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{
/*	padding:0.25em 0.5em;*/
	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;
}

.toppiece_full_item ul li a:hover{
	background:#666699;
	color:#fff;
}

@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;
}

/* 価格表 */
.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:#666699;
	color:#fff;
	
}

.price_item ul li a{
	display:block;
}

.price_table tbody{
	text-align:center;
}


/* お知らせ */
.archive-title span{
	display:none;
}

.entry-card-content h2{
	line-height:1 !important;
}


/*ブランド*/
.blogcard-thumbnail {
	display: none;
}

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

.brand-mr{
	margin-top: 100px;
}

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


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

.post-item a{
	font-size: 16px;
}

@media screen and (min-width: 1024px) {
	.wp-block-spacer {
		padding-top: 100px;
		margin-top:-100px;
	}

}