@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Hind:700);
/* ヘッドエリア
----------------------------------*/
.head_area {
    background-color: rgba(180,140,82,0.8);
    padding-top: 3%;
	padding-bottom: 3%;
}
.h1ttl {
    font-size: 3.0rem;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
}

.thanks_tx {	
	margin-top: 5%;
	margin-bottom: 5%;
}


/* INFORMATION
------------------------------------------------------------*/
.info_area {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    /*background-color: rgba(180,140,82,0.25);  */
}
@charset "utf-8";

/* テキストなど */

.form_tx {
	font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #000;
}
.form_txb {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
    margin-bottom: 3%;
    color: #000;
    font-weight: bold;
}
.form_teltx {
	font-size: 2.1rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 1%;
    color: #000;
	font-weight: bold;
}
.form_tx2 {
	font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 3%;
    color: #000;
}
.form_area {	
	margin-top: 5%;
	margin-bottom: 5%;
}
.form_name {
	font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 1%;
	margin-top: 5%;
    color: #000;
	font-weight: bold;
}
.form_name span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #fff;
    font-weight: normal;
    background-color: #FF0004;
    text-align: center;
    margin-left: 10px;
	margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.f_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	margin-top: 5%;
}
.f_table p {	
	margin-top: 5px;
}

.f_table label {
  display: inline;
}

.f_table th {
    width: 20%;
    background-color: #f5f8f8;
    color: #333;
    vertical-align: middle;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-top: 2px solid #28395a;
    font-weight: bold;
}

@media (max-width: 767px)  {
.f_table th {
	width: 100%;	
	display: block;
}
}


.f_table th span {
    color: #fff;
    text-align: right;
    float: right;
    background-color: #989898;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
}

.f_table td {
  padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
  background-color: #FFF;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
}
@media (max-width: 767px)  {
.f_table td {
  width: 100%;
	display: block;
	padding-left: 10px;
}
}
.f_table tr td dl {
	width: 100%;
	display: block;
	margin-top: 10px;
}
.f_table td dl dt {
    width: 30%;
    display: block;
    margin-top: 10px;
    font-weight: normal;
}
@media (max-width: 767px)  {
.f_table td dl dt {
  width: 100%;	
}
}
.f_table td dl dd {
  display: block;
}


.form_caution {
	color: #d60000;	
}
.form_txbox {
    width: 100%;  
}
.form_btn {
  padding: 0 23px;
}
.form_btn a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #28395a;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 16px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
	border-radius: 30px;
}
.form_btn a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}

.form_btn2 {
  padding: 0 23px;
}
.form_btn2 a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #989898;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 16px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
	border-radius: 30px;
}
.form_btn2 a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}

.f_table label{	
	margin-right: 15px;
}

.privacy_area {
	background-color: #fcfcfc;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 3%;
	padding-left: 3%;
	margin-top: 2%;
	margin-bottom: 5%;
	border: 1px solid #707070;
}
@media (max-width: 768px)  {
.privacy_area {	
	padding-top: 5%;
	padding-bottom: 5%;
	padding-right: 5%;
	padding-left: 5%;	
}
}
.privacy_ttl{
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 10px;
}
.privacy_area ul {
	padding-top: 10px;
}
.privacy_area ul li {
	font-size: 15px;
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 15px;
}
@media (max-width: 768px)  {
.privacy_area ul li {	
	margin-bottom: 10px;
}
}

/* チェックボックス */
.check_area {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    font-weight: bold;
}
/*input[type=checkbox] {
    display: none;
}*/
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 18px;
    left: 5px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 18px;
}
.checkbox01::after {
    border-right: 3px solid #231815;
    border-bottom: 5px solid #231815;
    content: '';
    display: block;
    height: 10px;
    left: 10px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
/* お問い合わせ先 */
.contact_info {
    font-size: 22px;
    margin-top: 20px;
}
.contact_info span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    background-color: #334f83;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
}
@media (max-width: 768px)  {
.contact_info {
    font-size: 18px;
}
.contact_info span {
    font-size: 18px;    
}
}
/* ボックス */
input[type="text"] {
    width: 100%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

input[type="select"] {
  width: 100%; 
}
input[type="checkbox"] {
  
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;    /* 幅が足りない時は次の行へ */
  gap: 10px 20px;     /* 項目間の隙間（上下 左右） */
}

.item {
  white-space: nowrap; /* 単語の途中で改行させない */
}

.form_namettl {
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
	background-color: rgba(180,140,82,0.7);
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	margin-top: 50px;
}

.radio-container {
  display: flex;
  flex-wrap: wrap; /* 画面幅が狭くなったら「セットごと」次の行へ */
  gap: 10px 20px;  /* 項目間の上下・左右の余白 */
}

.radio-item {
  white-space: nowrap; /* ボタンと文字が泣き別れになるのを防ぐ */
  display: flex;
  align-items: center;
	gap: 5px;
}

.form_caution2 {
	font-size: 12px;
}

/* CF7のチェックボックス・ラジオボタンを横並びにする例 */
.checkbox-group .wpcf7-list-item, 
.radio-container .wpcf7-list-item {
    display: inline-block;
    margin-right: 15px; /* 必要に応じて調整 */
}

/* ラベル内のデザイン調整 */
.wpcf7-list-item-label {
    cursor: pointer;
}


/* ここからは追加cssへ記入 */
/* デザインを固定するための専用設定 */
.form_submit_center {
    display: block !important;
    text-align: center !important; /* 文字・インライン要素を中央へ */
    width: 100% !important;
    margin: 50px auto !important;
    padding: 0 !important;
    clear: both !important;
    position: relative !important;
}

.form_submit_center input[type="submit"],.form_submit_center input[type="button"] {
    display: inline-block !important; 
    width: 350px !important;
    max-width: 90% !important;
    padding: 15px 20px !important;
    background-color: #28395a !important; /* 濃紺 */
    color: #ffffff !important;
    font-size: 16px !important;
    border: none !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    margin: 0 auto !important;
}

.form_submit_center input[type="submit"]:hover,.form_submit_center input[type="button"]:hover {
    background-color: #ffffff !important;
    color: #333333 !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3) !important;
}

/* スピナー（くるくる）が横に並んでボタンを押し出すのを防ぐ */
.form_submit_center .wpcf7-spinner {
    position: absolute !important;
    left: 50% !important;
    bottom: -30px !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
}
/* 「hide-first-option」クラスの中にある、1番目のラベル（選択肢）を非表示にする */
.hide-first-option .wpcf7-list-item:first-child {
    display: none !important;
}
/* 確認ページ：入力操作を完全に無効化 */
.page-reserve_confirm .wpcf7-form-control:not([type="submit"]),
.page-reserve_confirm .radio-container,
.page-reserve_confirm .checkbox-group {
    pointer-events: none !important; /* クリック不可 */
    background-color: #f5f5f5 !important; /* グレー背景 */
    cursor: not-allowed !important; /* 禁止マークのカーソル */
}

/* 確認ページ：ラジオボタンやチェックボックスのラベルも触れないようにする */
.page-reserve_confirm label {
    pointer-events: none !important;
}

/* ボタンエリア：送信ボタンと戻るボタンだけは動くように「強制解除」 */
.page-reserve_confirm .form_submit_center,
.page-reserve_confirm [type="submit"], 
.page-reserve_confirm .back_btn {
    pointer-events: auto !important;
    cursor: pointer !important;
}
