@charset "UTF-8";


/*テーブル
---------------------------------------------------------*/
.com_form .mark_req {
	color: #c1272d;
}
.com_form .require_txt {
	text-align: right;
	letter-spacing: .18em;
	margin-bottom: .5em;
}
.com_form .require_txt .ft_min {
	color: inherit;
}
.com_form .tbl_form,
.com_form input,
.com_form select,
.com_form option,
.com_form textarea {
    font-size: 17px;   /*16px以下にしない：iPhoneで入力時に拡大されるため*/ 
	letter-spacing: .06em;
    line-height: 1.8em;
}
.com_form .tbl_form {
	width: 100%;
	border-top: solid 1px #e6e6e6;
}
.com_form .tbl_form th,
.com_form .tbl_form td {
	box-sizing: border-box;
	text-align: left;
	border-bottom: solid 1px #e6e6e6;
}
.com_form .tbl_form tr:nth-child(odd) th,
.com_form .tbl_form tr:nth-child(odd) td {
	background: #f9f5f0;
}
.com_form .tbl_form th {
	width: 24%;
	vertical-align: top;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #2b2a2a;
	letter-spacing: .18em;
	line-height: 1.4em;
	padding: 2.2em 3%;
	padding-right: 0 !important;
}
.com_form .tbl_form td {
	width: 66%;
	vertical-align: middle;
	font-weight: normal;
	padding: 1.5em 3%;
}
.com_form .tbl_form th .mark_req {
	display: inline-block !important;
}

.com_form .form_index {
	color: #69635d;
	font-weight: bold;
	letter-spacing: .24em;
	line-height: 1.6em;
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 1.0em;
}
.com_form .form_index::before {
	content: "";
	position: absolute;
	width: .6em;
	height: .6em;
	border-radius: 50%;
	background: #ad8a53;
	opacity: 0.95;
	left: 0;
	top: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .tbl_form,
.com_form input,
.com_form select,
.com_form option,
.com_form textarea {
    font-size: 16px;   /*16px以下にしない：iPhoneで入力時に拡大されるため*/ 
	letter-spacing: .02em;
    line-height: 1.8em;
}
.com_form .tbl_form th {
	padding-left: 2.5%;
}
.com_form .tbl_form td {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.com_form .form_index {
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .require_txt {
	text-align: right;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
.com_form .tbl_form,
.com_form input,
.com_form select,
.com_form option,
.com_form textarea {
    font-size: 16px;   /*16px以下にしない：iPhoneで入力時に拡大されるため*/
	letter-spacing: normal;
    line-height: 1.8em;
}
.com_form .tbl_form,
.com_form .tbl_form tbody {
	display: block;
}
.com_form .tbl_form tr,
.com_form .tbl_form th,
.com_form .tbl_form td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
	overflow: hidden;
}
.com_form .tbl_form th {
	padding: 1.0em 5% 0 !important;
	border-bottom: none;
}
.com_form .tbl_form td {
	padding: 1.0em 5% 1.5em;
}
.com_form .form_index {
	letter-spacing: .05em;
	padding-left: 1.2em;
}
}



/*入力項目デザイン
-----------------------------------------------------------------------------*/
.com_form .valid_box {
	position: relative;
}
.com_form .wpcf7-list-item {
	margin: 0;
}
.com_form .wpcf7-form-control-wrap {
	position: static;
}
.com_form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
	display: block;
	/*margin-top: 1.6em;*/
}
.com_form .wpcf7-not-valid-tip {
	position: absolute;
	display: inline-block;
	color: #FFF;
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4em;
	background-color: #F00;
	padding: .2em .5em;
	border-radius: 2px;
	left: 0;
	top: 100%;
	z-index: 1;
	white-space: nowrap;
}
/********************/
/* テキストボックス */
/********************/
.com_form input[type="text"],
.com_form input[type="tel"],
.com_form input[type="email"],
.com_form input[type="number"],
.com_form textarea,
.com_form select {
	width: 100%;
	max-width: 100%;
	padding: .5em .5em;
	box-sizing: border-box;
	background: #fff;
	outline: none;
	border: solid 1px #ccc5c2;
	border-radius: 8px;
	-webkit-appearance: none;
}
/*プレースホルダ*/
::placeholder{
	color: #B2B2B2;
}

/****************/
/* ラジオボタン */
/****************/
.com_form .wpcf7-radio,
.com_form .wpcf7-checkbox {
	margin: 1.0em 0;
	display: flex;
	flex-wrap: wrap;
	gap: .8em 3.0em;
}
.com_form .wpcf7-radio > span,
.com_form .wpcf7-checkbox > span {
	display: block;
}
.com_form input[type=radio],
.com_form input[type=checkbox] {
    display: inline-block;
}
.com_form label:has(input[type=radio]),
.com_form label:has(input[type=checkbox]) {
    position: relative;     
    display: inline-block;
	/*white-space: nowrap;*/
    cursor: pointer;
	margin-right: 0;
	line-height: 1.6em;
}
.com_form .list_noflex .wpcf7-radio,
.com_form .list_noflex .wpcf7-checkbox {
	flex-direction: column;
}
 
@media (min-width: 1px) {
    .com_form input[type=radio],
    .com_form input[type=checkbox] {
		position: absolute;		/* 上に別の要素が乗るようにする */
		z-index: -1;			/* 最背面にする */
		pointer-events: none;	/* クリック無効 */
		opacity: 0;
        margin: 0;
    }
    .com_form label:has(input[type=radio]),
    .com_form label:has(input[type=checkbox]) {
		display: flex;
		align-items: center;
		padding-left: 2.5em;
		vertical-align: top;
    }
    .com_form label:has(input[type=radio])::before,
    .com_form label:has(input[type=checkbox])::before {
        content: "";
        position: absolute;
		top: -.1em;
        left: 0;
        display: block;
		background-color: #FFF;
		border: 1px solid #ccc5c2;
		border-radius: 6px;
        width: 1.4em;
        height: 1.4em;
    }
    .com_form label:has(input[type=radio])::before {
        border-radius: 50%;
    }
    .com_form label:has(input[type=radio]:checked):after,
    .com_form label:has(input[type=checkbox]:checked):after {
        content: "";
        position: absolute;
        display: block;
    }
    .com_form label:has(input[type=radio]:checked):after {
        width: .8em;
        height: .8em;
        background: #eb9451;
        border-radius: 50%;
        left: calc(.3em + 1px);
		top: calc(.2em + 1px);
    }
    .com_form label:has(input[type=checkbox]:checked):after {
        left: .2em;
		top: -.2em;
        width: 1.3em;
        height: .7em;
        border-left: 4px solid #eb9451;
        border-bottom: 4px solid #eb9451;
        rotate: -45deg;
    }
}

/******************/
/* コンボボックス */
/******************/
.com_form .select_box {
	position: relative;
}
.com_form .select_box::before {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
    width: 5px;
    height: 5px;
	border: solid 1px #ccc5c2;
	border-left: none;
	border-bottom: none;
    top: 0;
	bottom: 0;
    right: 1.0em;
	transform: rotate(135deg);
	margin: auto;
    pointer-events: none;
}

/**********/
/* ボタン */
/**********/
.com_form input[type="submit"], 
.com_form input[type="button"], 
.com_form input[type="reset"] {
	-webkit-appearance: none;
	width: 100%;
	height: 4.2em;
	border: none;
	border-radius: 0;
	cursor: pointer;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	background-color: #ccc5c2;
	text-align: center;
	opacity: 1.0;
	transition: all 1.0s;
}
.com_form input[type="submit"] {
	background-color: transparent;
}
.com_form .btn_submit {
	transition: all 1.0s;
	background-color: #ad8a53;
	position: relative;
}
.com_form .btn_submit::before {
	font-family: 'fontello';
	content: '\e80b';
	color: #fff;
	font-weight: normal;
	position: absolute;
	z-index: 0;
	left: calc(50% + 3em);
	top: 50%;
	transform: translateY(-50%);
}
.com_form .btn_submit input {
	position: relative;
	z-index: 1;
}
.com_form .btn_submit:hover, 
.com_form input[type="button"]:hover, 
.com_form input[type="reset"]:hover {
	opacity: 0.6;
}
.com_form .btn_submit span {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

/**********/
/* チェックを入れて送信 */
/**********/ 
/* 送信ボタン - 押せないとき */
.com_form input[type="submit"][disabled] {
	background-color: rgba(255,255,255,0.6);
	cursor: default;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/********************/
/* テキストボックス */
/********************/
.com_form input[type="text"],
.com_form input[type="tel"],
.com_form input[type="email"],
.com_form input[type="number"],
.com_form textarea,
.com_form select {
	padding: .5em .5em;
}
/****************/
/* ラジオボタン */
/****************/
.com_form .wpcf7-radio,
.com_form .wpcf7-checkbox {
	margin: .5em 0;
	gap: 1.0em 2.0em;
}
.com_form label:has(input[type=radio]),
.com_form label:has(input[type=checkbox]) {
	padding-left: 2.0em;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
/********************/
/* テキストボックス */
/********************/
.com_form input[type="text"],
.com_form input[type="tel"],
.com_form input[type="email"],
.com_form input[type="number"],
.com_form textarea,
.com_form select {
	padding: .5em .5em;
}
/****************/
/* ラジオボタン */
/****************/
.com_form .wpcf7-radio,
.com_form .wpcf7-checkbox {
	margin: .5em 0;
	gap: 1.0em 2.0em;
}
.com_form label:has(input[type=radio]),
.com_form label:has(input[type=checkbox]) {
	padding-left: 2.0em;
}
/**********/
/* ボタン */
/**********/
.com_form input[type="submit"], 
.com_form input[type="button"], 
.com_form input[type="reset"] {
	height: 3.5em;
}
}



/*入力項目レイアウト
---------------------------------------------------------*/
.com_form .tbl_form .sub_txt,
.com_form .tbl_form .sub_txt_l,
.com_form .tbl_form .sub_txt_r,
.com_form .tbl_form .sub_txt_t,
.com_form .tbl_form .sub_txt_b {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.com_form .tbl_form .sub_txt_l {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}
.com_form .tbl_form .sub_txt_r {
	display: inline-block;
	vertical-align: middle;
	margin-left: .5em;
}
.com_form .tbl_form .sub_txt_t {
	margin-bottom: 1.0em;
}
.com_form .tbl_form .sub_txt_b {
	margin-top: 1.0em;
}
.com_form .tbl_form .mail_txt {
	margin: 1.5em 0 .5em;
	letter-spacing: .15em;
}
.com_form .tbl_form .sub_txt_flex {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	column-gap: 2.0em;
}
/*テキストボックス*/
.com_form .tbl_form .text_s {
	width: 100%;
	max-width: 6em;
}
.com_form .tbl_form .text_m {
	width: 100%;
	max-width: 26em;
}
.com_form .tbl_form .text_l {
	width: 100%;
	max-width: 36em;	
}
.com_form .tbl_form .max_txt {
	width: 100%;	
}
.com_form .tbl_form .btm_next {
	margin-bottom: 2.0em;
}
/*テキストボックスの高さ*/
.com_form .height_10 {
	height: 10em;
}
.com_form .height_20 {
	height: 20em;
}
/*予約希望日時*/
.com_form .date_layout {
	margin-top: 1.5em;
}
.com_form .date_layout dd {
	margin-top: .5em;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	column-gap: 1.0em;
	row-gap: 1.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .tbl_form .sub_txt,
.com_form .tbl_form .sub_txt_l,
.com_form .tbl_form .sub_txt_r,
.com_form .tbl_form .sub_txt_t,
.com_form .tbl_form .sub_txt_b {
	letter-spacing: .05em;
}
.com_form .tbl_form .mail_txt {
	margin: 1.0em 0 .5em;
	letter-spacing: .1em;
}
/*予約希望日時*/
.com_form .date_layout dd {
	column-gap: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .tbl_form .sub_txt,
.com_form .tbl_form .sub_txt_l,
.com_form .tbl_form .sub_txt_r,
.com_form .tbl_form .sub_txt_t,
.com_form .tbl_form .sub_txt_b {
	font-size: 90%;
	letter-spacing: normal;
}
.com_form .tbl_form .mail_txt {
	margin: 1.0em 0 .5em;
	letter-spacing: .05em;
}
.com_form .tbl_form .sub_txt_flex {
	display: block;
}
/*テキストボックスの高さ*/
.com_form .height_10 {
	height: 10em;
}
.com_form .height_20 {
	height: 15em;
}
/*予約希望日時*/
.com_form .date_layout dd {
	column-gap: .5em;
}
}



/* ドメイン設定
-----------------------------------------------------------------------*/
.com_form .open_trigger {
	display: inline-block;
	font-size: 100%;
	letter-spacing: .18em;
	line-height: 1.6em;
	text-decoration: underline;
	cursor: pointer;
}
.com_form .open_trigger .icon_open {
	background: transparent;
	border: solid 1px #c1272d;
}
.com_form .open_trigger .icon_open::before,
.com_form .open_trigger .icon_open::after {
	background: #c1272d;
}

.com_form .mobile_attention {
	margin-top: 1.5em;
	width: 100%;
	max-width: 650px;
}
.com_form .mobile_attention dd {
	display: none;
	padding-top: 1.0em;
}
.com_form .mobile_attention ul {
	margin-top: .5em;
}
.com_form .mobile_attention li {
	margin-top: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
	position: relative;
	line-height: 1.2em;
	font-weight: bold;
}
.com_form .mobile_attention li::before {
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%) rotate(45deg);
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
.com_form .mobile_attention a {
	color: #113466;
	text-decoration: underline;
}
.com_form .mobile_attention a:hover {
	text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .open_trigger {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .open_trigger {
	letter-spacing: .05em;
}
.com_form .mobile_attention {
	margin-top: 1.0em;
	max-width: 100%;
}
}



/* 個人情報
--------------------------------------------------------------------*/
.com_form .privacy {
	border-top: solid 1px #ccc5c2;
	border-bottom: solid 1px #ccc5c2;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.com_form .privacy .open_box {
	display: none;
	text-align: left;
	padding: 1.0em 5% 0;
}
.com_form .privacy .privacy_detail dl {
	margin-top: 1.5em;
}
.com_form .privacy .privacy_detail dt {
	font-weight: bold;
	margin-bottom: .5em;
}
.com_form .privacy .privacy_detail li {
	text-indent: -1.7em;
	margin-left: 1.7em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.com_form .privacy .privacy_detail li:last-child {
	margin-bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .privacy {
	padding: 20px 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .privacy {
	padding: 6% 0;
}
}



/* ボタンレイアウト
--------------------------------------------------------------------*/
.com_form .submit_box {
	text-align: center;
}
.com_form .submit_box .btn_list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	column-gap: 2%;
}
.com_form .submit_box .btn_list li {
	width: 49%;
	max-width: 306px;
}
.com_form .submit_box .btn_size_change .btn_large {
	width: 59%;
	max-width: 480px;
}
.com_form .submit_box .btn_size_change .btn_small {
    width: 39%;
	max-width: 306px;
}

/* 同意ボタン */
.com_form .checkbtn {
	text-align: center;
	font-weight: bold;
}
.com_form .checkbtn .wpcf7-checkbox {
	display: inline-block;
}
.com_form .checkbtn label:has(input[type=checkbox]) {
	padding-left: 3.0em !important;
}
.com_form .checkbtn label:has(input[type=checkbox])::before {
	top: -.2em;
	left: 0;
	width: 1.8em;
	height: 1.8em;
}
.com_form .checkbtn label:has(input[type=checkbox]:checked):after {
	left: .5em;
	top: 0em;
}
.com_form .turn_wrap {
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .submit_box {
	text-align: left;
}
.com_form .submit_box .btn_list {
	display: block;
}
.com_form .submit_box .btn_list li {
	width: 80% !important;
	max-width: 100% !important;
	margin: 1.0em auto 0;
}
}



/* 完了ページ
---------------------------------------------------------*/
.recr_style1 > dt {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
}



/* 
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
}