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

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



*{
margin: 0px;
padding: 0px;
}

td{white-space: normal;}


/* 画像キャプションを中央寄せにする処理 */
.wp-block-image figcaption {
	text-align: center;
}

.al-canter{
	text-align:center;
	margin:auto;
  }
  
  
.top-blog-list{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}

.footer-center {
	font-size: 0.8em;
	line-height: 2;
}

/*基本情報のtable用*/
.kihon-table{
		margin:auto;
	width:80%;	
}


.profile-sns{
	width:100px;
	text-align:center;
	margin:auto;
}

.article h2 {
	font-size: 40px;
	padding: 20px;
	margin:auto;
	text-align:center;
	background-color:#FFFFFF;
	letter-spacing: 10px;
	color: #333;
}

.article h3 {
	font-size: 22px;
	padding: 25px;
	margin:auto;
	text-align:center;
	background-color:#FFFFFF;
	letter-spacing: 10px;
	color: #333;
}

.w-center{
	width:600px;
	margin:12px auto;
	line-height: 1.8em;
}


.googlemaps{margin:auto;
text-align:center;}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


.footer-sns{
	display: flex;
	justify-content: flex-end;
	
}
.footer-sns-item{
	margin-left:15px;
}

.my-parts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.my-parts li{
	margin-top:20px;
}

.my-parts ul li a {
	display: block;
	padding: .4em .8em;
	text-decoration: none;
	background: #fff;
	color: #333;
	text-align: center;
	margin: .2em 0;
}
.my-parts ul li a:hover {
	background: #eee;
}

.stylist-sns{
	display: flex;
	justify-content: flex-left;
	font-family:'Font Awesome 5 Brands';
	
}
.stylist-sns-item{
	margin-left:15px;
}


/*ヘアカタログ*/


.style-thumbnail-ul{
	display:flex;
	justify-content: left;
}


.stylist-comment{
	display:flex;
	width:100%;
}

.stylist-name{
	margin:auto;
	text-align:center;	
}
.stylist-img{
	padding-right:20px;
}

table.recommend-type-table{
	border:none;
	border-spacing:5px;
	border-collapse: separate;
}

.recommend-type-table th{
	background-color:#fff;
	border:none;
	text-align:left;
	}

.recommend-type-table td{
	color:#999;
	background-color:#fff;
	border:0.5px solid #999;
	}
	
.recommend-type-table td.ptn2{
	color:#fff;
	background-color:#EA5514;
	border:none;
	}
	
.recommend-face-shape {
	border:none;
	border-spacing:5px;
	border-collapse: separate;
}

.recommend-face-shape th{
	background-color:#fff;
	border:none;
	text-align:left;
}

.recommend-face-shape td{
	color:#fff;
	background-color:#EB1540;
	border:none;
	font-size:0.6em;
}

.recommend-face-shape td.ptn2{
	color:#999;
	background-color:#fff;
	border:0.5px solid #999;
	font-size:0.6em;
}

.other-style{
	display:flex;	
}


.menu-table{
font-size:1.2em;	
white-space: nowrap;
}


#list-style{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}




/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*主な共通部分は省略*/

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
}

a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #000;
  box-shadow: -4px -4px 0 #000;
}



.top-blog-list .new-entry-card-title{
	display:none;
}







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


.mobile-header-menu-buttons{
	background-color:rgba(255,255,255,0.5);
}

/*
img.site-logo-image{
		visibility: hidden;
	}

.logo-menu-button.menu-button{
		background-image: url(https://pair-square.city/salon/wp-content/uploads/2020/06/logo3.png);
		background-size: 100px auto;
		background-position: left;
		background-repeat: no-repeat;
}

.sidebar-menu-caption.menu-caption{
	display:none!important;
}

.top-sidemenu{
	height:100%!important;	
}
.custom-menu-icon.menu-icon{
	display:none!important;
}

.custom-menu-caption.menu-caption{
	font-size:16px!important;
	color:#FFFFFF;
}

.top-reserve{
	width:100px!important;
	margin:5px;
	padding-top:10px;
	background-color:#333;
}
*/

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  
    .kihon-table{
	margin:auto;
	width:100%;	
}

.w-center{
	width:100%;
	margin:auto;
	line-height: 2.0em;
}


.column-center ,.column-right{
	margin-top:30px;	
}

#appeal{
	height:400px;	
}


.footer-sns-sp{
	display: flex;
	justify-content: center;
	
}
.footer-sns-item{
	
}


/*ギャラリーを立て一列に*/
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-item {
width: 100% !important;
margin: 0 0 16px !important;
}

}

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



@media screen and (min-width: 834px){
	#box_menu-2{
	display:none;	
	}
}
