/*---------- form ----------*/ 
.inner01 #form{
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

#main h1,#main section p {
    color: #000;
}


#form .item_column p{
	margin-bottom:24px;
}

#form .item_column p label{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#form .item_column p label span{
	width:64%;
}

#form .item_column p label span input{
	width:100%;
}

#form .item_column p input{
	color: #2a2a2a;
	font-size:1.1rem;
    padding: 16px;
	    word-break: break-all;
    border: 1px solid #c8c8c8;
    background: #FFFFFF;
	    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.07);
    -webkit-box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
    box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
}

textarea{
	width:99%;
}

.send{
	text-align: center;
	margin-top:40px;
	margin-bottom: 40px;
}
.wpcf7 .ajax-loader {
    display: block;
    margin: auto;
}

input {
  display: inline-block;
  width: 150px;
  height: 40px;
}
.send .wpcf7-back {
    float: none;
    margin-top: 0px;
    position: relative;
    width: 140px;
    margin-right: 20px;
}
#form span.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.7em !important;
    font-weight: normal;
    display: block;
}
#form .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background-color: red;
}

.check{
	padding: 0 56px;
}
.check .wpcf7-form-control-wrap{
	display: flex;
    justify-content: center;
	color:#000;
}

.check label{
	display: flex;
	align-items:center;
}

.check input{
	width:24px;
	height:24px;
	margin-right: 8px;
}
.check p{
	font-size:0.8rem;
	line-height: 1.4rem;
}

.re_flex01{
	display:flex;
	justify-content: space-between;
	margin-bottom:24px;
}
.re_flex01 label{
	width:48%;
}
.re_flex01 label input{
	width:100%;
}

.re_flex02{
	display:flex;
	width: 100%;
}
.re_flex02 dt{
	font-size:0.8rem;
}
.re_flex02 dd select{
	width: 120px;
}

#form .item_column p.text02{
	color:#0b4b5c;
	margin-bottom:0;
}

/*--------------------------------------
  tab
--------------------------------------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #b7984c;
  display: block;
  order: -1;
}
.tab-label {
  color: #fff;
  background: LightGray;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #b7984c;
}
.tab-switch:checked+.tab-label+.tab-content {
  height:1050px;
  overflow: auto;
  padding: 24px 40px;
  opacity: 1;
  transition: .9s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}




/*--------------------------------------
  reservation
--------------------------------------*/
.bk-c04 {
    background-color: #ebebe4;
    padding: 40px;
    border-radius: 8px;
	margin-bottom:24px;
}
.border{
		border-top:1px dotted #000;
		margin:24px 0;
}
#form #reservation.item_column p label{
	display:block;
}

#reservation h2{
	font-size:1.4rem;
	margin-bottom: 16px;
}


.reservation_time00{
	display:flex;
}

.reservation_time01{
	display:flex;
	width: 64%;
}

.reservation_time02{
	display:flex;
}


.data,.time{
	width:100%;
}
.data input {
    display: inline-block;
	width:100%;
    height: 40px;
}

select{
	display: inline-block;
    width: 100%;
    height: 40px;
}
select,.data input,.case01 input,.re_flex01 label input{
	color: #2a2a2a;
	font-size:0.9rem;
    padding: 8px 16px;
    word-break: break-all;
    border: 1px solid #c8c8c8;
    background: #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.07);
    -webkit-box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
    box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
}
.reservation_time02 select {
	width:96px;
}

.case01 input{
	width:100%;
}

#section01 .case01 h3{
	font-size: 1rem;
    color: #fff;
    background-color: #b7984c;
    display: inline-block;
    line-height: 1.2rem;
    padding: 8px 8px;
}
.case01 small{
	font-size:0.8rem;
	line-height: 1.4rem;
}
.case01_flex{
	display:flex;
	justify-content:space-between;
}
.case01_flex section{
	width:30%;
}
/*-------------------------------------*/
/*	checkbox01 */
/*-------------------------------------*/

.checkbox01 .wpcf7-list-item {
    margin: 0;
}

.checkbox01 input{
	width:16px;
	height:16px;
}

.checkbox01 span span{
	margin-right:16px;
}

#form .item_column .checkbox01 p.text{
	color:#0b4b5c;
	margin-bottom: 8px;
}

/*-------------------------------------*/
/*	767 */
/*-------------------------------------*/
@media screen and (max-width:767px) {
    .send{
        width: 95%;
        margin: 0 auto;
    }
    input {
        width: 45%;
    }
    .send .wpcf7-confirm{
        width:60%;
        margin-bottom: 40px;

    }
    .send .wpcf7-back {
          width:45%;
          margin-right: 10px;
      }
	#form input[type=checkbox] {
    display: block !important;
}
	#form .item_column p label {
		 flex-direction:column;
		align-items: flex-start;
}
#form #reservation.item_column .checkbox01 p label{
	display:flex;
	flex-direction: row;
}
	span.wpcf7-list-item {
		display: block;
	}
	.case01 li{
		line-height:1.2rem;
	}
	#form .item_column p label span {
    width: 100%;
}
	.check {
    padding: 0px;
}
	.check input {
    display:block;
	width: 24px;
    height: 24px;
}
	.wpcf7-list-item {
    margin: 0 !important;
}
	.tab-switch:checked+.tab-label+.tab-content {
  padding: 16px 16px;
}
	.bk-c04 {
    padding: 24px;
}
	#reservation h2 {
    font-size: 1.2rem;
}
	.reservation_time01 {
    flex-direction: column;
		width: 100%;
}
	.data {
    margin-bottom: 16px;
}
	.re_flex01 {
   flex-direction: column;
}
	.re_flex01 label {
    width: 100%;
}
.re_flex02 .size{
    width: calc(100% / 3);
}
.re_flex02 dd select{
	width:100%;
}
}

/*-------------------------------------
    予約ページーパララックス
-------------------------------------*/
#parallax.reserve {
    position: relative;
    height: 400px;
}
#parallax.reserve .inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
}
#parallax.reserve .bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('../img/common/parallax_img01.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#parallax.reserve h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
@media screen and (max-width:430px) {
    #parallax.reserve {
        position: relative;
        height: 300px;
        background-image: url('../img/common/parallax_img01.jpg');
        background-size: cover;
        background-position: center;
    }
    #parallax.reserve .bg{
        position: static;
        background-image: none;
    }
}