@charset "UTF-8";
/*
Theme Name:gaia_tcd102-child
Theme URI:
Description:WordPressテーマ「gaia」の子テーマです。
Template:gaia_tcd102
Author:Taiyo print
Author URI:https://taiyoprint.com
Version:1.7.2
*/
*{
  font-feature-settings: "palt";
}
.mincho{font-family: 'Noto Serif', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;}

.t_r{text-align: right;}
.t_c{text-align: center;}
.t_l{text-align: left;}

.res_img{}/*レスポンシブ画像切り替えのjs用クラス名 定義不要*/

@media print, screen and (min-width : 721px) {
.f_l{float: left;}
.f_r{float: right;}
}

.pc {
	display: none;
}
@media print, screen and (min-width : 721px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
}

img.hover{
    transition: all 0.25s ease;
}
img.hover:hover{
    opacity: 0.5 ;
}

/*サイドバーなしの場合の左右サイズ*/
.is-sidebar--none .l-container__inner{
    max-width: 1050px;
    width: calc(100% - 60px);
    margin: 0 auto;
}

/*あすか会について（もとはnews）の右サイドバー削除*/
body.single-news  aside.l-sidebar{
display: none;
}
body.single-news  main.l-main{
    max-width: 1050px;
    width: calc(100% - 60px);
    margin: 0 auto;
}

/*あすか会の歴史*/
.story-details strong{
display: block;
margin-top: 7px;
margin-bottom: 5px;
font-size:16px;
}








/*エントリーフォーム*/
/* 必須マーク */
@media print, screen and (min-width : 721px) {
.wrap_800{
width: 800px;
margin-right: auto;
margin-left: auto;
}
}
.wpcf7{
border:none!important;
}



.must{
	color: #fff;
	margin-right: 18px;
	padding: 6px 10px;
	background: #004fa0;
	border-radius: 4px;
}
.asterisk{
	color: #00913A;
	font-weight: bold;
}
/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

.form_tit  {
	font-weight: 600;
}
.wpcf7 {
padding-top: 40px;
padding-bottom: 40px;
}
/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 0;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
.wpcf7-form-control-wrap input[name="koden"]{
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 0;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
.wpcf7 input[name="floor-space"],
.wpcf7 input[name="road"]{
        width: 30%;
		margin-right: 0.5em;
		margin-left: 0.5em;
        height: 35px !important;
}
.wpcf7 select{
	padding: 8px 15px;
}
.wpcf7 select[name="contact-time-01-2"],
.wpcf7 select[name="contact-time-02-2"]{
		margin-right: 0.5em;
		margin-left: 0.5em;
}
.wpcf7 select[name="contact-time-01-1"],
.wpcf7 select[name="contact-time-02-1"]{
		margin-right: 0.5em;
}
.wpcf7 .wpcf7-previous + br {
    display: block!important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}
/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #333333;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
/* チェックボックスを大きくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
.wpcf7 checkbox{
font-size:2.0rem;
}
.checkbox_area{
	padding: 8px 0;
	text-align: center;
	border: 1px solid #d0d5d8;
}

.checkbox_area input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: #00b200;
	font-weight: 600;
}
.wpcf7-form p {margin-bottom:20px;}

.wpcf7_subtit{
border-bottom:2px solid #333333;
padding-bottom:8px;
font-size:18px;
line-height: 1.0;
margin-top: 40px;
margin-bottom: 20px;
}
.readonly_wrap{
border-top:1px solid #cccccc;
width: 100%;
}

.readonly_wrap td{
display: block;
border-bottom:1px solid #cccccc;
padding:0.5em 1em;
}
@media print, screen and (min-width : 721px) {
.readonly_wrap td{
display: table-cell;
border-bottom:1px solid #cccccc;
padding:0.5em 1em;
vertical-align: middle;
}
.w20{
width: 20%;
}
}
.readonly_wrap_tit{
background-color: #eaeaea;
white-space: nowrap;
}
.readonly_wrap input{
width: inherit;
}
.readonly_box{
display: flex;
align-items: center;
}

.wpcf_acceptance{
border:1px solid #cccccc;
text-align: center;
padding: 10px;
margin-bottom: 20px;
}
.readonly{
border:none!important;
}
.hasDatepicker{
	width: 100%!important;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 0;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
.cf7-calculated-name{
display: inline!important;
padding:0.25em 0.5em;
background-color: #7c4f91;
color: #ffffff;
margin-left: 0.5em;
margin-right: 0.5em;
}

.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    margin: 0px auto 0!important;
}


.post_content h2 {
    font-size: 1.7em;
    line-height: 1.4;
    margin-bottom: 1.3em;
    text-align: left;
	background-color: #0c5c30;
	padding:0.5em;
	color: #fff;
}

.post_content h3 {
    font-size: 1.5em;
    line-height: 1.6;
    margin-bottom: 0.8em;
	border-left: 4px solid #000;
	border-bottom: 1px solid #000;
	padding:0.25em 0.5em;
}

/*ブロックエディタ 固定記事内のボタン*/
.wp-block-button__link {
    color: #fff!important;
    background-color: #0c5c30;
    transition: color 0.3s ease, background-color 0.3s ease;
    transition-behavior: normal, normal;
    transition-duration: 0.3s, 0.3s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    }
.wp-block-button__link:hover{
    text-decoration-line: none!important;
    background-color: #00913a;
}


