@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){
  /*必要ならばここにコードを書く*/
}

/* サイトタイトル：白×金ライン装飾＋ローマ字 */
.logo-header .site-name.site-name-text-link {
  font-size: 34px !important;
  font-weight: bold !important;
  letter-spacing: 0.15em !important;
  color: #ffffff !important;
  -webkit-text-fill-color: unset !important;
  text-shadow: none !important;
  border-top: 2px solid #c8a050 !important;
  border-bottom: 2px solid #c8a050 !important;
  padding: 8px 16px 12px !important;
  display: inline-block !important;
  text-align: center !important;
}
.logo-header .site-name.site-name-text-link::after {
  content: 'YAGISIRI-Island  NUNOMERYOKAN';
  display: block !important;
  font-size: 11px !important;
  font-weight: normal !important;
  letter-spacing: 0.3em !important;
  color: #c8a050 !important;
  margin-top: 6px !important;
  text-align: center !important;
}
