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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.page .date-tags,
.page .author-info {
    display: none;
}
.text_link a {
  position: relative;
  color: #0000cd;
  text-decoration: none;
}
.text_link a:hover {
  color: #ff0000;
  /*font-weight:bold;*/
}
h2 {
  padding: 1rem 2rem!important;
}
/*モバイルメニューをカスタマイズ*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background: #ffffff;
	color: #000000;
}


.logo-menu-button.menu-button{
	background: #ffffff;
}

.mobile-menu-buttons{
	background: #ffffff;
}

/*スライドインメニューをカスタマイズ*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: rgba(103,197,249,0.5);
	transform: translateX(101%);
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:1em 0em !important;/* ボタンの上下の余白 */
background-color: #4169e1 !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: 500 !important;/* 文字の太さ*/
width: 150px;/* ボタンの横幅*/
}

input.wpcf7-submit:hover {
background-color:#4169e1 !important;/* マウスを乗せたときの背景色 */
color: #ffff00 !important;/* マウスを乗せたときの文字の色 */
}

.hissu {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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