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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* ----------------------------------------------------------------------
全体
---------------------------------------------------------------------- */
html {
scroll-behavior: smooth;
}
.article h3 {
border: none;
}
.page .article h2, .page .article h3 {
font-weight:100;
}
a:hover img {
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}
.eng {
font-family: "Ephesis";
letter-spacing: 1px;
}
.label-box-content {
border-width: 1px;
border-radius: initial;
}
table:not(.has-border-color) :where(th, td) {
padding: 15px;
}
.cat-link {
background-color: #669966;
}

/* ----------------------------------------------------------------------
サイトタイトル
---------------------------------------------------------------------- */
.logo-text {
padding: 0;
}
.site-name-text {
font-size: 58px;
letter-spacing: 0.05em;
}
@media screen and (max-width: 834px){
#header .site-name-text {
font-size: 32px;
}
}
.tagline {
letter-spacing: 0.3em;
font-size: 11px;
margin-top: 0;
}

/* ----------------------------------------------------------------------
グローバルナビメニュー
---------------------------------------------------------------------- */
#navi .navi-in a, #navi .navi-in a:hover {
font-size: 18px;
letter-spacing: 1px;
}
.slicknav_menu {
background: #84c596;
}
.slicknav_btn {
background-color: #fff;
}
.slicknav_menu .slicknav_menutxt {
color: #84c596;
text-shadow: none;
}

/* ----------------------------------------------------------------------
アピールエリア
---------------------------------------------------------------------- */
.appeal-content {
background-color: rgba(255, 255, 255, 0.4);
border-radius: initial;
}
@media(max-width:480px){
.appeal-content {
margin: 100px auto 100px;
}
}
.appeal-button {
border-radius: initial;
}

/* ----------------------------------------------------------------------
ページタイトル
---------------------------------------------------------------------- */
.post > .article-header > h1.entry-title {
margin-top: 50px;
margin-bottom: 30px;
color: ;
font-size: 36px;
}
.main {
padding: 0px 10px;
}

/* ----------------------------------------------------------------------
Contact Form 7
---------------------------------------------------------------------- */
@media(max-width:500px){
.inquiry th,.inquiry td {
display:block!important;
width:100%!important;
border-top:none!important;
-webkit-box-sizing:border-box!important;
-moz-box-sizing:border-box!important;
box-sizing:border-box!important;
}
.inquiry tr:first-child th{
border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
text-align:left;
font-size:16px;
color:#333;
padding-right:5px;
width:30%;
background:#f7f7f7;
border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
font-size:13px;
border:solid 1px #d7d7d7;
background-color: #fff;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
font-size:7px;
padding:5px;
background:#f47799;
color:#fff;
border-radius:2px;
margin-right:5px;
position:relative;
bottom:1px;
}
/*任意の調整*/
.any{
font-size:7px;
padding:5px;
background:#a0cce4;
color:#fff;
border-radius:2px;
margin-right:5px;
position:relative;
bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
display: block;
padding:1em 0;
margin-top:30px;
width:100%;
background:#f47799;
color:#fff;
font-size:18px;
font-weight:bold;
border-radius:2px;
border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
background:#F7B7C8;
color:#fff;
}
.siteContent_after {
display:none
}
table th, table td {
padding: 15px;
}

/* ----------------------------------------------------------------------
サイドバー
---------------------------------------------------------------------- */
#sidebar {
font-size: 13px;
}
.sidebar h3 {
background-color: #fff;
color: #333;
border-top: solid 1px #84c596;
border-bottom: solid 1px #84c596;
}

/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
.footer-title {
font-family: "Baloo 2", sans-serif;
font-size: 26px;
text-align: center;
letter-spacing: 2px;
margin-bottom: 12px;
}
#footer p {
font-size: 14px;
text-align: center;
}

/* ----------------------------------------------------------------------
背景色最大横幅
---------------------------------------------------------------------- */
.back-full {
background: #e5f2e5;
margin: 0 calc((100% - 100vw) / 2);
padding: 0 29px 1em;
}

.back-full > h2 {
margin: 0 calc((100% - 100vw) / 2);
padding: 25px calc((100vw - 1142px) / 2) 15px;
}

.back-full > p,
.back-full > div,
.back-full > h3 {
margin-left: auto;
margin-right: auto;
max-width: 1142px;
}

@media screen and (max-width: 1202px) {
.back-full > h2 {
padding: 25px calc((100vw - 100%) / 2) 15px;
}
}

@media screen and (max-width: 768px) {
.back-full {
padding: 0 10px 1em;
}
.back-full .column-wrap {
text-align: center;
}
}

@media screen and (max-width: 480px) {
.back-full > h2 {
padding: 10px calc((100vw - 100%) / 2) 8px;
}
}

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

/*1023px以下*/
@media screen and (max-width: 1023px){
.mobile-header-menu-buttons {
background-color: #111;
color: #fff;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
.footer-widgets {
display: block;
}
}

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