@charset "utf-8";

/* Reservation（ご予約）ページ固有スタイル */
/* index.css の共通スタイルを継承。このファイルにはこのページ固有のスタイルのみ記述する */
/* 共通クラス（.con-left / .header / .footer 等）はここに書かない */

/* ページ内コンテンツの余白 */


/* ここからページ固有スタイルを追加 */

/* リード文 */
.reservation-lead {
	text-align: center;
	padding: 60px 5% 0;
}
.reservation-lead p {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

/* LINE予約（メイン） */
.line-reservation {
	max-width: 640px;
	margin: 40px auto;
	padding: 0 5%;
	text-align: center;
	box-sizing: border-box;
}

.line-reservation-badge {
	font-family: "Noto Sans JP", sans-serif;
	color: #222;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px;
}

.line-reservation-text {
	font-size: 15px;
	line-height: 1.9;
	color: #333;
	margin-bottom: 28px;
}

.line-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: #06C755;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 16px 40px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(6, 199, 85, 0.35);
	transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.line-btn:hover {
	opacity: 1;
	background-color: #05b34c;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(6, 199, 85, 0.45);
}
.line-btn-icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

@media (max-width: 599px) {
	.reservation-lead { padding: 40px 6% 0; }
	.line-reservation { margin: 24px auto; padding: 0 6%; }
	.line-btn { width: 100%; padding: 16px 0; }
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 1px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 1px solid #ef3c3c;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	margin: 10px auto;
	z-index: 100;
	color: #ef3c3c;
	background: #fff;
	border: 1px solid #f00;
	font-size: 10pt;
	width: 98%;
	padding: 2px 1%;
	border-radius: 2px;
	box-sizing: border-box;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .placeheld {
	color: #888;
}
div.wpcf7 p {
	margin:0;
}
.form_table_item_n {
	background-color: #CFD8DC !important;
}
.form_table_input {
	background-color: #fff !important;
}

@media screen and (min-width: 721px) {
.wpcf7 {
	padding-left:5px;
	text-align:left;
}
.wpcf7 table {
	/*min-width:640px;*/
	max-width:720px;
	background-color: #fff;
	margin: 0 auto 30px;
	text-align:center;
}
.wpcf7 table th {
	color: #434343;
	background-color: #e9e9e9;
	border: 1px solid #ccc;
	padding: 20px 10px;
	font-weight: normal;
	width: 25%;
}
.wpcf7 table .td_n {
	background-color: #CFD8DC !important;
}
.wpcf7 table td {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px 10px;
}
.wpcf7 span.required {
	background:#EF3C3C;
	margin-right:0.5em;
	padding:12px 12px;
	font-size:70%;
	line-height:0;
	border-radius: 2px;
	color: #fff;
}
.wpcf7 span.br {
	display:block;
}
.wpcf7 span.br2 {
	display:block;
	font-size:80%;
}
.wpcf7 .form_button1 input[type="submit"] {
	/*display:none;*/
	 background-color: #f29b95;
    border-top: 1px solid #f29b95;
    border-radius: 2px;
    box-shadow: 0 2px 0 #ccc;
    color:#fff;
    font-size: 18px;
	font-size: 1.8rem;
    padding: 10px 2%;
    width: 100%;
}
.wpcf7 .form_button1 {
	text-align:center;
	margin:10px auto 0px auto;
    width: 100%;
	min-height:10px;
}
.wpcf7 .form_bottom2 input[type="submit"] {
	background-color:#FFC107;
	border-radius:4px;
	border:none;
	color:#222;
	display:block;
	/*min-width:640px;*/
	max-width:720px;
	padding:16px 1%;
	box-sizing: border-box;
	box-shadow: 0 1px 0 #6D5006;
	margin: -1px auto 1px;
}

.wpcf7 .form_bottom2 input[type="submit"]:hover {
	background-color:#FFD671;
	color:#666;
	box-shadow: 0 0 0 #6D5006;
	margin: 0px auto 0;
}
.index_products_list dd p {
	margin-bottom: 1.4em !important;
}
.wpcf7 input[type="text"] {

	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #E0D6EA;
	color:#222;
}
.wpcf7 input[type="date"] {

	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #E0D6EA;
	color:#222;
}
.wpcf7 input[type="tel"] {

	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #E0D6EA;
	color:#222;
}
.wpcf7 .wpcf7-select {

	width:99.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #999;
	color:#222;
}
.wpcf7 input[type="email"] {

	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #E0D6EA;
	color:#222;
}
.wpcf7 .wpcf7-textarea {

	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #999;
	color:#222;
}
.wpcf7 div {
	box-sizing: border-box;
}
.wpcf7 .wpcf7-not-valid-tip-no-ajax {

	display: block;
	position: static;
	top: 0;
	left: 0;
	text-align:center;
	background:#ef3c3c;
	border-radius: 2px;
	padding:2px 6px;
	margin:10px auto 0;
	color: #FFF;
	font-size:80%;
}
.wpcf7 .wpcf7-response-output {
/*	display: inherit; */
	position: static;
	top: 0;
	left: 0;
	text-align:center;
	border-radius: 2px;
	padding:2px 2%;
	margin:15px auto 30px;
	min-width: 660px;
	max-width: 720px;
	color: #f00;
}
.wpcf7 .wpcf7-validation-errors {
	background: #fff;
	animation: rumble 0.2s linear 3;
	-moz-animation: rumble 0.2s linear 3;
	-webkit-animation: rumble 0.2s linear 3;
	-o-animation: rumble 0.2s linear 3;
	-ms-animation: rumble 0.2s linear 3;
}
.wpcf7 .wpcf7-list-item-label {
	padding:5px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	background: #80C663;
}
.screen-reader-response {
display:none;
}
.wpcf7-not-valid-tip {
	display:block;
	padding:5px 0 0;
	color:#ef3c3c;

}
}

@media screen and (max-width: 720px) {
.wpcf7 {
	padding-bottom:60px;
	text-align:left;
	margin:15px auto;
}
.wpcf7 table {
	width:100%;
	background-color: #fff;
	margin: 0 auto 2em;
	text-align: left;
	border-top: 1px solid #ccc;
	text-align:center;
}
.wpcf7 table th {
	display: block;
	color: #434343;
	background-color: #e9e9e9;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	padding: 1em 2%;
	font-weight: normal;
	width: 96%;
}
.wpcf7 table .td_n {
	background-color: #CFD8DC !important;
}
.wpcf7 table td {
	display: block;
	width: 96%;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1em 2%;
}
 span.required {
	background:#EF3C3C;
	margin-right:0.5em;
	padding:2px 12px;
	line-height:0;
	border-radius: 2px;
	color: #fff;
}

.wpcf7 span.br {
	display:inline;
}
.wpcf7 span.br2 {
	display:inline;
}
.wpcf7 .form_button1 input[type="submit"] {
	 background-color: #f29b95;
    border-top: 1px solid #f29b95;
    border-radius: 2px;
    box-shadow: 0 2px 0 #ccc;
    color:#fff;
    font-size: 16px;
	font-size: 1.6rem;
    padding: 10px 2%;
    width: 100%;
	height:2.5em;
}
.wpcf7 .form_button1 {
	text-align:center;
	margin:10px auto 0px auto;
    padding: 10px 0 0;
    width: 100%;

}
.wpcf7 .form_bottom2 input[type="submit"] {
	background-color:#FFC107;
	border-radius:4px;
	border:none;
	color:#222;
	display:block;
	width:100%;
	padding:16px 1%;
	box-sizing: border-box;
	box-shadow: 0 1px 0 #6D5006;
	margin: -1px auto 1px;
}

.wpcf7 .form_bottom2 input[type="submit"]:hover {
	background-color:#FFD671;
	color:#666;
	box-shadow: 0 0 0 #6D5006;
	margin: 0px auto 0;
}
.index_products_list dd p {
	margin-bottom: 1.4em !important;
}
.wpcf7 input[type="text"] {
	font-size:125%;
	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #999;
	color:#222;
}
.wpcf7 input[type="date"] {
	font-size:125%;
	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #E0D6EA;
	color:#222;
}
.wpcf7 input[type="tel"] {
	font-size:125%;
	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #E0D6EA;
	color:#222;
}
.wpcf7 .wpcf7-select {
	font-size:125%;
	width:99.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #999;
	color:#222;
}
.wpcf7 input[type="email"] {
	font-size:125%;
	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #E0D6EA;
	color:#222;
}


.form_table_input span.wpcf7-list-item {
	margin: 0 !important;
	
}

.wpcf7 label {
		width: 100%;
		display:block;
		margin: auto;
		text-align:center;
}

.wpcf7 input[type="checkbox"] {
	display: none;
}

.wpcf7 input[type="checkbox"] + span {
	width: 100%;
	display: block;
	text-align:center;
	color:#666;
	padding:5px 5%;
	margin:0px auto 1em;
	border:1px solid #ccc;
	border-radius: 2px;
	background:#dedede;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chrome */
	-ms-user-select: none; /* IE10 */
}
.wpcf7 input[type="checkbox"] + span:last-child {
	margin:0px auto 1.5em;
}
.wpcf7 input[type="checkbox"]:checked + span {
	background:#C6E5BA;
	border:2px soild #B2DDA2;
	color: #799379;
}

.wpcf7 .wpcf7-textarea {
	font-size:100%;
	width:95.5%;
	padding:5px 2%;
	border-radius: 2px;
	border:1px solid #999;
	color:#222;
}
.wpcf7 .wpcf7-not-valid-tip-no-ajax {
	display: block;
	position: static;
	top: 0;
	left: 0;
	text-align:center;
	background:#ef3c3c;
	border-radius: 2px;
	padding:2px 6px;
	margin:5px auto;
	color: #FFF;
	font-size:60%;
}

.wpcf7 .wpcf7-response-output {
/*	display: inherit; */
	position: static;
	top: 0;
	left: 0;
	text-align:center;
	border-radius: 2px;
	padding:2px 6px;
	margin:15px auto 15px;
	color: #FFF;
}

.wpcf7 .wpcf7-validation-errors {
	background: #EF3C3C;
	animation: rumble 0.2s linear 3;
	-moz-animation: rumble 0.2s linear 3;
	-webkit-animation: rumble 0.2s linear 3;
	-o-animation: rumble 0.2s linear 3;
	-ms-animation: rumble 0.2s linear 3;
}

.wpcf7 .wpcf7-list-item-label {
	padding:5px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	background: #80C663;
}
.screen-reader-response {
display:none;
}
.wpcf7-not-valid-tip {
	display:block;
	font-size:2.0rem;
	font-size:20px;
	padding:5px 0 0;
	color:#ef3c3c;
}
}


/* 　エラーメッセージ揺れ　*/
@keyframes rumble{
	0%	{transform:translate(0,0);}
	12.5%	{transform:translate(0px,-2px);}
	25%	{transform:translate(0px,2px);}
	37.5%	{transform:translate(0px,0);}
	50%	{transform:translate(0,0);}
	62.5%	{transform:translate(2px,0);}
	75%	{transform:translate(0,2px);}
	87.5%	{transform:translate(0px,-2px);}
	100%	{transform:translate(0,0);}
}
@-moz-keyframes rumble{
	0%	{transform:translate(0,0);}
	12.5%	{transform:translate(0px,-2px);}
	25%	{transform:translate(0px,2px);}
	37.5%	{transform:translate(0px,0);}
	50%	{transform:translate(0,0);}
	62.5%	{transform:translate(2px,0);}
	75%	{transform:translate(0,2px);}
	87.5%	{transform:translate(0px,-2px);}
	100%	{transform:translate(0,0);}
}
@-webkit-keyframes rumble{
	0%	{transform:translate(0,0);}
	12.5%	{transform:translate(0px,-2px);}
	25%	{transform:translate(0px,2px);}
	37.5%	{transform:translate(0px,0);}
	50%	{transform:translate(0,0);}
	62.5%	{transform:translate(2px,0);}
	75%	{transform:translate(0,2px);}
	87.5%	{transform:translate(0px,-2px);}
	100%	{transform:translate(0,0);}
}
@-o-keyframes rumble{
	0%	{transform:translate(0,0);}
	12.5%	{transform:translate(0px,-2px);}
	25%	{transform:translate(0px,2px);}
	37.5%	{transform:translate(0px,0);}
	50%	{transform:translate(0,0);}
	62.5%	{transform:translate(2px,0);}
	75%	{transform:translate(0,2px);}
	87.5%	{transform:translate(0px,-2px);}
	100%	{transform:translate(0,0);}
}
@-ms-keyframes rumble{
	0%	{transform:translate(0,0);}
	12.5%	{transform:translate(0px,-2px);}
	25%	{transform:translate(0px,2px);}
	37.5%	{transform:translate(0px,0);}
	50%	{transform:translate(0,0);}
	62.5%	{transform:translate(2px,0);}
	75%	{transform:translate(0,2px);}
	87.5%	{transform:translate(0px,-2px);}
	100%	{transform:translate(0,0);}
}


.wpcf7-form table {
  width: 100%;
  table-layout: fixed;
}

.wpcf7-form .form_table_item_n {
  width: 35%;
}

.wpcf7-form .form_table_input {
  width: 65%;
}

.wpcf7-form input:not([type="checkbox"]):not([type="radio"]),
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wpcf7-form table,
  .wpcf7-form tbody,
  .wpcf7-form tr,
  .wpcf7-form td {
    display: block;
    width: 101%;
  }

  .wpcf7-form input[type="file"] {
    max-width: 100%;
  }
}

.wpcf7-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wpcf7-form table {
  width: 100%;
}
#wpcf7-f2240-o1 table {
  width: 100%;
}
.wpcf7-form table .form_table_input {
  display: block;
  width: 96%;
  padding: 1em 2%;
  box-sizing: border-box;
}
.wpcf7-form table .form_table_input {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .wpcf7-form table .form_table_item_n,
  .wpcf7-form table .form_table_input {
    width: 100%;
    box-sizing: border-box;
  }
}

.wpcf7-form-control-wrap[data-name="checkbox-262"] {
  display: flex;
  justify-content: center;
  width: 100%;
}

.wpcf7-form-control-wrap[data-name="checkbox-262"]
.wpcf7-list-item {
  margin: 0;
}

@media screen and (max-width: 720px) {
  .wpcf7-form-control-wrap[data-name="checkbox-262"] {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .wpcf7-form-control-wrap[data-name="checkbox-262"]
  .wpcf7-list-item {
    margin: 0;
  }
}
/* 予約・お問い合わせフォームをPCでも1列表示 */
.wpcf7-form table,
.wpcf7-form table tbody,
.wpcf7-form table tr,
.wpcf7-form table td {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* 見出しと入力欄の幅を統一 */
.wpcf7-form table .form_table_item_n,
.wpcf7-form table .form_table_input {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* 入力部品を横幅いっぱいにする */
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]),
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

/* チェックボックスとラジオボタンは通常サイズ */
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  width: auto !important;
}