@charset "UTF-8";
/*
Theme Name:genesis_tcd103-child
Theme URI:
Description:WordPressテーマ「genesis」の子テーマです。
Template:genesis_tcd103
Author:Taiyo print
Author URI:https://taiyoprint.com
Version:1.8.1
*/
*{
  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 ;
}

/*エントリーフォーム*/
/* 必須マーク */
@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: #00b200;
	border-radius: 4px;
}
.asterisk{
	color: #00b200;
	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;
}

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;
}
/*フッタ グーグルマップ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media print, screen and (min-width : 721px) {
.ggmap_box {
width:100%;
height: 400px!important;
}
.ggmap {
position: relative;
padding-bottom: 0;
padding-top: 0;
height: 400px!important;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 400px!important;
}	
}

/* 既存のtableのcssを打ち消す */
#main_content .post_content table {
    border-collapse: collapse!important;
}

/* tableのボーダー色を変更 */
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
        padding: 0.5em 1em;
        border-color: #dddddd;
}

/* blog イメージギャラリー */
.spider__dots[data-thumbnails=true] .spider__dot>.spider__figure {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

/*求人情報*/
.recruit_category_list_widget li { margin:0 0 -1px 0; padding:0; }
.recruit_category_list_widget li a {
  display:block; border:1px solid #ddd; width:100%; height:100%; position:relative; padding:20px 10px 20px 15px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.recruit_category_list_widget li a:first-child { border-top:none; }
.recruit_category_list_widget li a:hover { background:#eee; }

dl.recruit_tbl {
border-bottom: 1px solid #e5e5d1;
padding-top: 20px;
padding-bottom: 20px;
line-height: 1.5;
}
@media print, screen and (min-width : 721px) {
dl.recruit_tbl {
display: flex;
}
}

dl.recruit_tbl > dt {
font-weight: bold;
}
dl.recruit_tbl > dd {
font-weight: normal;
}
@media print, screen and (min-width : 721px) {
dl.recruit_tbl > dt {
width: 20%;
}
dl.recruit_tbl > dd {
width: 80%;
}
}

.mb0{margin-bottom: 0;}
.plandr2em{padding-left: 2em;
padding-right: 2em;}

.recruit_tel{
border:1px solid #e5e5d1;
text-align: center;
padding:20px;
margin-top: 50px;
line-height: 1.5;
}
.recruit_tel>span{
display: block;
border-bottom:1px solid #e5e5d1;
padding:0 1em 0.5em;
margin-bottom: 10px;
font-size:18px;
}
.recruit_btn{
text-align: center;
margin-top: 80px;
margin-bottom:80px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}
.recruit_btn a {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    border: 1px solid #ddd;
    height: 100px;
}
