/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

body {
    /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;*/
    /*font-family: Zen Kaku Gothic New, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 游ゴシック, YuGothic, メイリオ, Meiryo, Osaka, sans-serif;*/
	font-family: YakuHanJP, "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif, NoChattering;

}

.header-image {
    /*margin-top: -77px!important;*/
	overflow: visible;
}

.header-image img {
	margin-top: -77px!important;
}

.header-wrap {
	background-color:transparent!important;
	box-shadow: none!important;
}

h2 {
	font-weight: 300;
	background:none!important;
}

.content h2, h2 {
    font-weight: normal;
	letter-spacing: .06em;
}

.single-post-main {
	background-color:transparent;
}

.hentry, #single-main .post-sub {
	background:none!important;
}

/* ミニヘッダー */
#description {
	letter-spacing: .14em;
}

/* ナビゲーション */
#nav {
	font-weight: 400;
	letter-spacing: inherit;
}

/* お知らせ */
.sc_article_date {
	width: 10em;
}

.sc_article_title {
    display: inline-block;
}


/* パンくずリスト */
#breadcrumb {
	background:none!important;
}

/* フッター */
#copyright { font-size: .75em!important; }

.footer_content {
    padding: 0 0 15px 0;
}

/* ビッグフッター */
.footer-inedx {
	font-size: .9em!important;
}

.footer-img {
	margin-top: 1em;	
	width: 165px;
}

.footer-title {
	font-size: 1.4em!important;
	font-weight: bold;
	margin-top: .25em;
	margin-bottom: .15em;
}

.footer-info {font-size: .75em!important;}

.footer-email img {
	width: 200px;
	
}

.widget>ul:first-of-type>li, .widget ul:first-child>li, .diver-tabwidget__content>ul:first-of-type>li {
    border-bottom: none!important;
}

#bigfooter li {
    padding: 0 5px;
	line-height: .5em;
}

/* 装飾 */
.page_title {
    padding: 20px 30px;
    font-weight: normal;
    border-bottom: none;
    background: #fafaf8;
	text-align: center;
}

/* フォーム全体のスタイル */
.contact_info {
	text-align: center;
	font-size: .9em;
}
.wpcf7 {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	max-width: 750px;
	margin: auto;
}

.wpcf7 input[type=text],
.wpcf7 input[type="email"] {
	width: 100%;
}

/* ラベルのスタイル */
.wpcf7-form label {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	color: #413f39;
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
	background-color: #413f39;
	color: #fff;
	padding: 4px 5px;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 12px;
}

/* インプットフィールドのスタイル */
.wpcf7-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	background-color: #ffffff;
}

/* テキストエリアのスタイル */
.wpcf7-form textarea {
	height: 150px;
	resize: vertical;
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
	background-color: #a0a8a0;
	color: white;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border: none;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #d9dcd9;
}

/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
	color: red;
	font-size: 14px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
	color: green;
	font-size: 16px;
	margin-bottom: 20px;
}

.grecaptcha-badge { visibility: hidden; }
.reCcapycha_visibil { visibility: hidden; }

/* 非表示 */
.wrap-post-title { display: none; }
.author_title { display: none; }

/* モバイル */
@media screen and (max-width: 768px) {
	.bigfooter_colomn.col3 { text-align: center!important; }
}
	