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

/************************************
** 子テーマ用のスタイルを書く
************************************/
a:hover{color:#0085B2;}

/*ログインページ：ログイン情報を保存・パスワードをお忘れですか・会員について　を非表示*/
div.swpm-remember-me,
div.swpm-forgot-pass-link,
div.swpm-join-us-link{
display:none;
}

/*プロフィールを編集　を非表示*/
.swpm-edit-profile-link{display:none;}

/*メニュー　フォント*/
.navi-in a{font-weight:700; font-size:14px;}

/*フッター空き調整*/
.footer{margin-top:0px; padding:0;}
.footer-bottom{padding: 3px;}


/*INFORMATION 記事最上部　カテゴリーアイコン部分*/
.cat-link{background-color:#dcdcdc;}
.cat-link:hover{color:#003366;}



/*btn01ボタン*/
.btn01 a{font-weight:600;
text-decoration:none;
background-color:none;
border:1px solid #dcdcdc;
padding:0.5em;
width:100%;
display:block;
}

.btn01 a span{
font-weight:400!Important;
}

/*ログアウトボタン*/
.logout_side{margin:2em 0 0 0;}
.logout_side a {
background: #01658a;
border-radius: 5px;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 280px;
padding: 10px 25px;
color: #ffffff;
transition: 0.3s ease-in-out;
font-weight: 700;
text-decoration:none;
cursor:pointer;
}

.logout_side a:after {
content: "";
position: absolute;
top: 50%;
bottom: 0;
left: 2rem;
font-size: 90%;
display: flex;
justify-content: center;
align-items: center;
transition: right 0.3s;
width: 6px;
height: 6px;
border-top: solid 2px currentColor;
border-left: solid 2px currentColor;
transform: translateY(-50%) rotate(-45deg);
}

.logout_side a:hover {
background: #eee;
color: #313131;
}

.logout_side a:hover:after {
left: 1.4rem;
}



/*ログインボタン*/
.login_side{margin:2em 0 0 0;}
.login_side a {
background: #56c44b;
border-radius: 5px;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
max-width: 280px;
padding: 10px 25px;
color: #ffffff;
transition: 0.3s ease-in-out;
font-weight: 700;
text-decoration:none;
cursor:pointer;
}

.login_side a:after {
content: "";
position: absolute;
top: 50%;
bottom: 0;
right: 2rem;
font-size: 90%;
display: flex;
justify-content: center;
align-items: center;
transition: right 0.3s;
width: 6px;
height: 6px;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
transform: translateY(-50%) rotate(45deg);
}

.login_side a:hover {
background: #eee;
color: #313131;
}

.login_side a:hover:after {
right: 1.4rem;
}

/*記事カテゴリーごとの背景色指定：その他の情報*/
.cat-label.cat-label-6, .cat-link.cat-link-6 {
background-color: #1e73be;
}

/*記事カテゴリーごとの背景色指定：店舗情報*/
.cat-label.cat-label-5, .cat-link.cat-link-5 {
background-color: #ea9035;
}

/*その他の情報一覧へ戻る*/
.others_list a{background-color:#1e73be;}

/*店舗情報一覧へ戻る*/
.tenpo_list a{background-color:#ea9035;}


/*検索結果からサムネイルと文章を削除、全体に左寄せ*/
.list.ect-entry-card.front-page-type-index{width:80%; max-width:1000px; margin:0 auto;}
.list.ect-entry-card.front-page-type-index article{border-bottom:1px solid #dcdcdc;}
.entry-card-thumb.card-thumb.e-card-thumb{display:none;}
.entry-card-content.card-content.e-card-content{margin-left: 0;}
.entry-card-snippet.card-snippet.e-card-snippet{display:none;}


/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

table.CF7_table tr th{text-align:left;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}



/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	width:80%;
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

/* TOP4　お問い合わせ・電話番号 -------------------------------------------------------- */
.top4 {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto !Important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top4 .top4-btn,
.top4 .tel {
	width: 50%;
	text-align: center;
	padding: 0 0 2em 0;
}

/* ボタンの設定 */
.top4 .top4-btn {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.top4 .top4-btn a {
	display: block;
	background-color: #0085B2;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
	transition: background-color 0.3s ease;
	cursor: pointer;
	margin: 0 auto;
	white-space: nowrap;
}

.top4 .top4-btn a:hover {
	background-color: #006f93;
}

.top4 .top4-btn p {
	margin: -1em 0 0 0;
}

/* 電話部分の設定 */
.top4 .tel {
	text-align: center;
}

.top4 .tel a {
	display: block;
	font-size: 2.2rem;
	color: #0085B2;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

.top4 .tel p {
	font-size: 1rem;
	color: #555;
	margin: 0.2em 0 0 0;
}

@media screen and (max-width: 834px) {

	.top4 .top4-btn,
	.top4 .tel {
		width: 80%;
	margin: 0 auto !Important;
	}
}


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

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

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