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

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

/*◆reCAPTCHAのバッジを非表示----------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }


/*◆サイドバーの上余白----------------------------------------------*/
.sidebar {
	margin-top: -20px;
}

/*◆サイドバーの見出しのデザイン----------------------------------------------*/
.sidebar h3 {
	border-bottom:4px solid #f77c8b;
	background:transparent;
	padding:10px 0 5px 3px;
}

/*◆サイドバーのカテゴリー項目の区切り線----------------------------------------------*/
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .widget_block ul li a {
 	border-bottom: 1px solid #CCCCCC;
}

/*◆サイドバーのカテゴリ先頭の矢印表示----------------------------------------------*/
#sidebar ul li a:before{
	content: "＞";
	font-weight: 900;
	color: #f77c8b;
	padding-right:3px;
	font-size: 12px;
	list-style: none;
}

/*◆メインコンテンツの外枠線----------------------------------------------*/
.main {
	border: solid 1px #dddddd;
}

/*◆メインコンテンツの見出しのデザイン----------------------------------------------*/
/*h2～h4のデフォルトの見出しをリセット*/
	.article h2::before {
	border-top: none;
	}
	.article h2::after {
	border-bottom: none;
	}
	.article h2{
	border: none;
	}
	.article h3::before {
	border-top: none;
	}
	.article h3::after {
	border-bottom: none;
	}
	.article h3{
	border: none;
	}
	.article h4::before {
	border-top: none;
	}
	.article h4::after {
	border-bottom: none;
	}
	.article h4{
	border: none;
	}
/*H1*/
h1{
	border-bottom: solid 4px #eeeeee;
	position: relative;
	padding: 0.8em 0em 0.8em 0em;
}
h1:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #f77c8b;
	bottom: -3px;
	width: 20%;
}
.entry-title{
	margin-top: -20px;
	margin-bottom: 30px;		
	}
/*H2*/
.entry-content h2{
	border-bottom: solid 2px #dddddd;
	border-top: solid 4px #f77c8b;
	background:none;
	padding: 0.8em 0em 0.8em 0em;
	margin-top: 0em;
}
/*H3*/
.entry-content h3{
	border: none;
	background: #f77c8b;
	color: white;
	padding-bottom: 0.25em;
	margin-top: 1em;
}
/*H4*/
.entry-content h4 {
	position: relative;/*相対位置*/
	padding-left: 1.5em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	color: black;/*文字色*/
}
.entry-content h4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";/*アイコンのコード*/
	font-weight: 900;
	position: absolute;
	font-size: 1.4em;
	left: 0;/*アイコンの位置*/
	top: 0.05em;/*アイコンの位置*/
	color: #ffa7a1;
}
/*H5（フキダシ形）*/
.entry-content h5{
	position: relative;
	background: #f77c8b;
	color: white;
	padding: 0.8em 0em 0.8em 0.8em;
	margin-top: 0em;
	font-size: 1.5em;
}
.entry-content h5:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #f77c8b;
	width: 0;
	height: 0;
}

/*◆リストのデザイン変更（チェックリスト風）----------------------------------------------*/
/*リスト*/
.list-3{
   list-style: none;
   padding:0;
   margin:0;
}
.list-3 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
}
.list-3 li:before {
	font-family: FontAwesome;
	content: "\f14a"; /*チェックアイコン*/
	color: #4172D1; /*色*/
	position: absolute;
	left:0;
}
/*リストボックス*/
.list-box-3{
	background: none;/*背景色*/
	border-radius: none;
	max-width: 95%;
	padding: 1.2em 2em 0.8em 2em;
	margin: 0 auto;
	margin-bottom: 1.4em;
	border: 1px solid;
	border-color: #808080; /*線の色*/
}
@media screen and (max-width: 768px){
.article ul, .article ol {
    padding-left: 0px; /* スマホ閲覧時の余白リセット(cocoon) */
}
}

/*◆アピールエリア----------------------------------------------*/
/*全体*/
.appeal{
	margin-top: min(1.4vh, 20px);
	height:700px; /*パソコンでの高さ調整*/
    /*【ボツ】background-size: cover; /*背景をフィットさせる*/
}
.appeal-in {
	height:100%; /*パソコン、スマホ高さ調整*/
	width:100%; /*幅を最大に*/
	/* background-color:rgba(250,250,250,.5); /*背景色、白を透過させる*/
	/* backdrop-filter: blur(3px); /*ぼかしpxで調整*/
}
/*コンテンツエリア*/
.appeal-content {
	background-color:initial; /*デフォルトの背景色無効化*/
}
/*ボタン（アイコン部分）*/
.appeal-button{
	background-color: initial; /*ボタンの背景色無効化*/
	font-size: 0.8em; /*文字を少し小さく*/
	color: initial;/*アイコンの色はここで設定*/
}
/*アイコンを追加*/
.appeal-button: before{
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f103"; /*アイコン指定（シングル矢印は\f107にする）*/
	font-size: 1.5em; /*アイコンの大きさ*/
	animation: move 1s infinite alternate ease-in-out; /*アイコンをゆっくり動かす*/
}
@keyframes move{
  from {
	  transform: translateY(0);
  }
  to {
	  transform: translateY(10px);
  }
}
/*スムーズにスクロール*/
html { scroll-behavior: smooth;}

/*アピールエリア画像をモバイル表示のとき表示しない（アイキャッチ画像との重複防止）※アイキャッチ画像は『固定ページ』のTOPページ編集画面で設定可能*/
@media screen and (max-width: 1023px){
	.appeal {
	display: none;
	}
}
/*PC表示ではアイキャッチ画像を非表示にする（アピール画像との重複防止）*/
@media screen and (min-width: 1024px){
	.eye-catch {
	display: none;
	}
}

/*◆ページ下部の定型文１----------------------------------------------*/
.fixedphrase1 {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.fixedphrase1 a {
	color: #018d1f;
	text-decoration: none;
}
.fp1-0 {
	border-bottom: solid 2px #dddddd;
	border-top: solid 4px #f77c8b;
	background:none;
	padding: 0.8em 0em 0.8em 0.0em;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}
.fp1-1 {
	font-size: 16px;
	font-weight: bold;
}
.fp1-2 {
	font-size: 28px;
	font-weight: bold;
	color: #ff6600;
}
.fp1-3 {
	font-size: 14px;
	margin-top: -1.5em;
}
.fp1-4 {
	font-size: 16px;
	font-weight: bold;
}

/*◆ページ下部の定型文２----------------------------------------------*/
.fixedphrase2 {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.fixedphrase2 a {
	color: #018d1f;
	text-decoration: none;
}
/*店のロゴ*/
.fp2-0 {
	border-style: solid;
	border-color: #f5dad3;
	margin-top: 2em;
}

/*【親要素】ご予約・ご相談はコチラ～電話番号*/
.fp2-1 > span {
	display: block;
}
/*ご予約・ご相談はコチラ*/
.fp2-1 .fp2-1-1 {
	font-size: 20px;
	text-align: center;
	margin-bottom:-15px;
}
/*電話番号*/
.fp2-1 .fp2-1-2 {
	font-size: 48px;
	font-weight: bold;
	color: #018d1f;
	margin-bottom: -0.25em;
	.tel-number a {
    color:#018d1f;
    text-decoration: none;
	}
}
/*【親要素】予約ボタン*/
.fp2-2 > span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.25em;
}
/*メール予約ボタン*/
.fp2-2 .mail-button a {
	background: linear-gradient(to bottom, #d62100 0%, #bd0b00 100%);
	border-radius: 10px;
	color: #fff;
	padding: 8px 2em 5px 2em;
	margin-right: 1em;
}
/*LINE予約ボタン*/
.fp2-2 .line-button a {
	background: linear-gradient(to bottom, #23c326 0%, #10a911 100%);
	border-radius: 10px;
	color: #fff;
	padding: 8px 2em 5px 2em;
}
/*【親要素】営業時間と定休日*/
.fp2-3 {
	display: inline-block;
	margin-top: 1em;
	text-align: center;
}
/*営業時間（項目名）*/
.fp2-3 .fp2-3-1 {
	background: #555555;
	font-size: 90%;
	color: #fff;
	padding: 0em 1em 0em 1em;
}
/*営業時間*/
.fp2-3 .fp2-3-2 {
	margin-right: 1em;
}
/*定休日（項目名）*/
.fp2-3 .fp2-3-3 {
	background: #555555;
	font-size: 90%;
	color: #fff;
	padding: 0em 1.5em 0em 1.5em;
}
/*定休日*/
.fp2-3 .fp2-3-4 {
}
/*【親要素】地図と住所*/
.fp2-4 {
	margin-top: 1.8em;
}
/*スマホ表示用（横幅767px以下）での調整*/
@media screen and (max-width: 767px){
	.fp1-2 {
	font-size: 6vw; /*施術料金*/
	}
	.fp2-1 .fp2-1-2 { /*電話番号*/
	font-size: 8vw;
	margin-bottom: -0.5em;
	}
	.fp2-2 > span { /*【親要素】予約ボタン*/
	margin-bottom: -1.5em;
	}
	.fp2-2 .mail-button a { /*メール予約ボタン*/
	font-size: 4vw;
	padding: 6px 1em 5px 1em;
	margin-bottom: -1.5em;
	}
	.fp2-2 .line-button a { /*ライン予約ボタン*/
	font-size: 4vw;
	padding: 6px 1em 5px 1em;
	margin-bottom: -1.5em;
	}
	.fp2-3 .fp2-3-1 { /*営業時間（項目名）*/
	padding: 0em 0.5em 0em 0.5em;
	}
	.fp2-3 .fp2-3-2 { /*営業時間*/
	margin-right: 0.5em;
	}
	.fp2-3 .fp2-3-3 { /*定休日（項目名）*/
	padding: 0em 0.5em 0em 0.5em;
	}
	.fp2-4 { /*【親要素】地図と住所*/
	margin-top: 1em;
	text-align: left;
	word-break: keep-all;
	}
}


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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.entry-title {
	padding: 0.8em 0em 0.8em 0em;
	margin-top: -2.5em;
}