@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){
  /*必要ならばここにコードを書く*/
}

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

/*フロント固定ページの投稿日を非表示*/
/*新着投稿に投稿日を入れるためにnone->blockに変更した*/
.home.page .post-date{
  display: block;
}

/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
  display: none;
}

/*固定ページの更新日を非表示*/
.page .date-tags {
display: none;
}

/*グローバルナビメニュー マウスオーバーでアンダーライン*/
#navi .navi-in a:after{
position: absolute;/*線の位置を絶対配置に*/
content: "";/*文字はなし*/
left: 0px;/*線の位置*/
bottom: 1px;/*線の位置*/
height: 1px;/*線の高さ*/
width: 100%;/*幅いっぱいに線を引く*/
/*background: #1b68ae;線の色*/
background: #ffffff;/*線の色*/
transform: scale(0,1);/*マウスオーバーの前は線を消す*/
transition: 0.3s;/*線が0→100%になるまでの秒数*/
}

#navi .navi-in a:hover:after{
transform: scale(1);/*マウスオーバー後、線を100%出す*/
}

/*選択中のカテゴリーにアンダーライン*/
.current-menu-item:after{
position: absolute;/*線の位置を絶対配置に*/
content: "";/*文字はなし*/
left: 0px;/*線の位置*/
bottom: 1px;/*線の位置*/
height: 1.5px;/*線の高さ*/
width: 100%;/*幅いっぱいに線を引く*/
background: #ffffff;/*線の色*/
}

/*ロゴを左寄せにする >> 不採用*/
/*.logo{
	text-align:left;
}*/

/* ボタンの角を丸くして影をつける */
.btn{
	border-radius: 35px;
	box-shadow: 0 7px 10px -5px rgba(0,0,0,0.5);
}

/************************************
** アピールエリア
************************************/
.no-appeal-area .appeal {
  display: none;
}

.appeal-in {
  display: flex;
  min-height: 300px;
  padding: 3% 5%;
}

.appeal-content {
  max-width: 740px;
  background-color: rgba(255, 255, 255, 0.85);
  margin: auto;
  padding: 2em;
  text-align: center;
  border-radius: 4px;
  display: block;
}

.appeal-title {
  font-size: 1.8em;
  font-weight: normal;
}

.appeal-message {
  margin-bottom: 1em;
}

.appeal-button {
  color: #fff;
  text-decoration: none;
  background-color: #c9171e;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 9px 42px;
  border-radius: 4px;
}
.appeal-button:hover {
  color: #fff;
  opacity: 0.7;
}

/************************************
** エントリーカードの設定
************************************/
.a-wrap {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 1.5%;
  margin-bottom: 3%;
  transition: all 0.3s ease-in-out;
}
.a-wrap:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.card-thumb img {
  width: 100%;
}

.entry-card-thumb {
  width: 160px;
}

.related-entry-card-thumb {
  width: 160px;
}

.cat-label {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  border: 1px solid #eee;
  font-size: 11px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 1px 5px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-card-content {
  margin-left: 200px;
}

.entry-card-info > * {
  font-size: 0.7em;
  padding: 2px;
}

.entry-card-meta .entry-card-categorys {
  display: none;
}

.e-card-info .post-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.post-author-image {
  margin-right: 3px;
}
.post-author-image img {
  border-radius: 50%;
}

.e-card-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.e-card-info > span {
  margin-right: 4px;
}

/* フッター画像 */
#footer {
  height: 300px;
  background-image: url( https://3rd.yokota-kougai.com/wp-content/uploads/2021/11/silhouette-family-1.png );
  background-size: cover;
  background-position: top center;
  opacity : 0.8;
}

/* mts simple booking-c */
/* 残席数を「残りn席」に */
/* a.calendar-daylink:before, */
a.booking-timelink:before {
    content:'残り';
}
/* a.calendar-daylink:after, */
a.booking-timelink:after {
    content:'席';
}

/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  width: auto;
  max-width: 100%;
}


/************************************
** その他
************************************/
/*お知らせの更新日を非表示*/
.post-update{
  display: none;
}
