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

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


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上（PC時）*/
@media screen and (min-width: 1024px){
  /*必要ならばここにコードを書く*/
 .site-name-text{
	font-weight: 500;
	font-size: 32px;
 }
 .tagline {
	border-top: 3px solid #ececec;
    line-height: 2em;
 }
 .logo-text {
    padding: 10px 0 4px;
 }
}

/*1023px以下（モバイル時）*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
 .mobile-menu-buttons .menu-button>a {
    display: block;
    color: #455765;
    font-weight: 500;
	font-size: 24px;
    text-decoration: none;
 }
/* トップメニューの幅調整　iphoneの横対応　
/*
 .mobile-header-menu-buttons {
	padding-left: 20px;
	padding-right: 20px;
 }
*/
	
/* モバイルフッターアイコンの下のテキストを消す */
 .mobile-menu-buttons .menu-caption{
	display: none;
 }
	
/* モバイルフッターメニューの文字色・背景色を変更 */
 .mobile-menu-buttons,
 .mobile-menu-buttons .menu-button > a {
    background-color: #ffffff;
    color: #455765;
 }

/* モバイルフッターアイコンの縦中央 */
 .mobile-menu-buttons{
   align-items: center;
 }
	
/*　検索枠のフォーカス時の枠線を消す*/
.search-box input:focus, .search-box button:focus {
  outline: 0;
 }

}

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

 .mobile-menu-buttons .menu-button>a {
    display: block;
    color: #455765;
    font-weight: 400;
	 font-size: 20px;
     text-decoration: none;
 }

  /*CTA 枠線対応*/
/*.mobile-cta-max-width {
	    color: red;
  min-width: 500px;
  border: 4px solid #c0c0c0;
 }
*/
}

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

 #header .site-name-text {
    font-size: 18px;
	}
 .mobile-menu-buttons .menu-button>a {
    display: block;
	 width: 100% ;
    color: #455765;
    font-weight: 500;
	 font-size: 18px;
     text-decoration: none;
 }

}

/* 検索ボックス */
.search-edit, .search-box input[type="text"] {
	color: #455765;
}

/*---------------------------------
複数の固定ページの日付を非表示
(お問い合わせ、サーバー管理、人気、タイ語の今日の日付、サイトマップ、最新）
--------------------------------*/
.post-7508 .date-tags,
.post-1039 .date-tags,
.post-7214 .date-tags,
.post-2783 .date-tags,
.post-14704 .date-tags,
.post-23750 .date-tags,
.post-23752 .date-tags,
.post-14686 .date-tags {display: none;}

/* ヘッダー情報（サイトタイトルとキャッチフレーズ） */
.tagline {
    margin-top: 4px;
    margin-bottom: 4px;
}


/* パンくずリストの色 */
.breadcrumb-home {color: #455765}
.breadcrumb-item {color: #455765}
.breadcrumb-caption {color: #455765}

/* トップページのタイトル */
.list-title {
  margin-top: 0;
}

/* SNSシェアボタン */
#main .button-caption {
	display: none; /*キャプション非表示*/
}
.sns-share-message{
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}

.sns-buttons a {
	margin: 0 4px !important; /*ボタン同士の間隔*/
}


.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
/*	margin: 0 20px; */ /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/* CTA 広告対応 ここから */
.cta-my-container {
  border: 0;
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid #c0c0c0;
}
@media screen and (min-width: 600px){
 .cta-my-container {
   display: flex;
 }
}
.cta-my-left {
  flex: 1;
  border: 0;
  text-align: center;
}
.cta-my-right {
 text-align: center;
 flex: 1;
 border: 0;
 padding: 10px;
}

.cta-my-title {
  color: #339966;
font-weight: bold;
font-size: 22px;
}

a.cta-my-btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 240px;
	margin: auto;
	padding: 0.6rem 3rem;
	font-weight: bold;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.cta-my-btn :hover {
	color: #fff;
	opacity: 0.5;
}
/* CTA 広告対応 ここまで */

/* お問い合わせフォーム */
.toiawase_form_wrapper {
  direction: ltr;
  background-color: #f0f8ff;
  padding: 1.2em;
  border: #b0c4de solid 1px;
  border-radius: 0.2em;
  margin: 1em auto;
}

.toiawase_form_confirm_wrapper {
  direction: ltr;
  background-color: #fbfff7;
  padding: 1.2em;
  border: #c9ccc6 solid 1px;
  border-radius: 0.2em;
  margin: 1em auto;
}

.wpcf7 textarea {
  resize: vertical;
}

.wpcf7-spinner {
  display: block;
  background-color: #1e50a2;
  margin-top: 10px;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  font-weight: bold;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  background-color: #3e62ad;
  border: none;
  color: #fff;
  cursor: pointer;
}

input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  font-weight: bold;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  background-color: #d4dcda;
  border: none;
  color: #fff;
  cursor: pointer;
}

/*親カテゴリーのアイコン*/
.widget_categories ul li a::before{
 font-family: "Font Awesome 5 Free";
  content: "\f07c"; 
  font-weight: 900; 
  padding-right: 6px;
}
/*子カテゴリーのアイコン*/
.widget_categories ul li ul li a::before{ 
 font-family: "Font Awesome 5 Free";
  content: "\f07c"; 
  font-weight: 900; 
  padding-right: 6px;
}

/*検索ボックス*/
input.search-edit{
  border: 1px solid #203744; /*検索ボックスのボーダー*/
  position: relative;
}
input.search-edit::placeholder{
  color: #aaa; /*placeholderの文字色*/
}
button.search-submit{
  width: 60px; /*検索ボタンの幅*/
  height: 100%;
  background-color: #203744; /*検索ボタンの色*/
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: var(--cocoon-basic-border-radius);
  border-bottom-right-radius: var(--cocoon-basic-border-radius);
  border-bottom-left-radius: 0;
  color: #fff; /*虫眼鏡の色*/
}

