/*
Theme Name: Cocoon Child 02
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: Cocoon専用の子テーマ
Version: 1.1.3.1632472386
Updated: 2021-09-24 17:33:06

*/

input[type="text"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    display: block;
    height: 45px;
    width: 100%;
    margin-bottom: 0;
    line-height: 45px;
    font-size: 1em;
    border: 0;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #eff1f5;
    color: #5c6b80;
    -moz-transition: background-color 0.24s ease-in-out;
    -webkit-transition: background-color 0.24s ease-in-out;
    -o-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    padding: 0 12px;
}
textarea {
    max-width: 100%;
    line-height: 1.5em;
    min-height: 120px;
    overflow: auto;
    padding: 0.5em;
}
.inquiry th {
    width: 30%;
    font-size: 14px;
    padding-right: 5px;
    border: solid 1px #d7d7d7;
    text-align: left;
    background-color: #f7f7f7;
    color: #444;
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7;
}
.entry-content .inquiry tr, .entry-content table {
    border: solid 1px #d7d7d7;
}
.haveto {
    position: relative;
    margin-right: 5px;
    font-size: 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    bottom: 1px;
    background-color: #a00000;
    color: #fff;
    padding: 5px;
}
.any {
    position: relative;
    margin-right: 5px;
    font-size: 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    bottom: 1px;
    background-color: #520;
    color: #fff;
    padding: 5px;
}
.verticallist .wpcf7-list-item {
    display: block;
}
#formbtn {
    display: block;
    width: 350px;
    font-size: 18px;
    border: 2px solid #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    padding: 15px;
    margin: 25px auto 0;
}
#formbtn:hover {
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px;
}
td {
    border-top: 1px solid #ededed;
    padding: 12px;
}
input, select, textarea {
    max-width: 100%;
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    resize: none;
    margin: 0;
}
@media(max-width: 100%) {
.inquiry td, .inquiry th {
    display: block !important;
    width: 100% !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-top: none !important;
}
.inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
}
.inquiry .any, .inquiry .haveto {
    font-size: 10px;
}
}
/*
コンテンツの背景色
*/
.main{
    background-color: #000;
}

.a-wrap {
    color: #fff;
}
/*
カレンダー年月
*/
.xo-event-calendar table.xo-month .month-header > span {
	color: #fff;
   
}
/*
カレンダー曜日
*/
.xo-event-calendar table.xo-month > thead th.monday {
    color: #000 !important;
}
.xo-event-calendar table.xo-month > thead th.tuesday {
    color: #000 !important;
}
.xo-event-calendar table.xo-month > thead th.wednesday {
    color: #000 !important;
}
.xo-event-calendar table.xo-month > thead th.thursday {
    color: #000 !important;
}
.xo-event-calendar table.xo-month > thead th.friday {
    color: #000 !important;
}
/*
パンくずリストホームを変更
*/
/* 「ホーム」を消す */
#breadcrumb.breadcrumb .breadcrumb-home a span{
	font-size: 0px;
}
/* 「HOME」を挿入 */
#breadcrumb.breadcrumb .breadcrumb-home a span::before{
	font-size: 13px;
	content: "HOME";
}
/*
見出し6変更
リセットしてから追加
*/
/* リセット */
.article h6{
border-bottom:none;
padding: 0;
/* 以下が新しデザイン */
font-size: 27px;
color: white;
}

/*
モバイルのロゴを左にする
リセットしてから追加
*/
.logo{
	text-align:left;
}

/* スマホ時のロゴの画像タテサイズ */
@media screen and (max-width: 480px){
 .logo img {
  height: 40px !important; 
  margin: .4em auto;
 }
}

/* フッターモバイルボタン透明背景色（スマホ） */
.mobile-menu-buttons {
background: rgba(192, 192, 192,0.9); /* RGBA形式で半透明にする */
}

/***********
フォント追加
***********/

1. font-family: 'Dancing Script', cursive;

1. font-family: 'Noto Serif JP', serif;

1. font-family: 'Nunito', sans-serif;

1. font-family: 'Nunito Sans', sans-serif;

1. font-family: 'Tangerine', cursive;

