@charset "utf-8";
/* CSS Document */
#contact #page_header {
  background-image: url("../img/contact/page_header.jpg");
}

#contact #page_header h2.page_title span {
  background-image: url("../img/home/icon_nav06.png");
}

#contact section.links ul {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#contact section.links ul li {
  width: 47%;
}

#contact div.section_title h3.left{
	position:relative;
	z-index: 3;
}

#contact section.contact_form{
	padding-top:0;
}

#tab1, #tab2{
	margin-top:-200px;
	padding-top: 200px;
}

.tab_content form{
	padding:50px; 20px;
  width: 100%;
  margin: 0px auto;
  border: 5px solid rgb(114, 100, 12);
  box-sizing: border-box;
}


.tab_content table.formTable{
	border-collapse:collapse;
}

.tab_content table.formTable tr th,
.tab_content table.formTable tr td{
	padding:20px;
	box-sizing: border-box;
	border-bottom: dashed 1px #ccc;
}

.tab_content table.formTable tr:last-child th,
.tab_content table.formTable tr:last-child td{
	border-bottom: none;
}

.tab_content table.formTable tr th{
	width:30%;
}

.tab_content table.formTable tr th span{
	font-size:0.9rem;
	display:inline-block;
	margin-left: 20px;
	background-color: #f3981d;
	padding:2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.tab_content table.formTable tr td{
	width:70%;
}

.tab_content table.formTable tr td input,
.tab_content table.formTable tr td textarea{
	width:100%;
	padding:5px 10px;
	box-sizing: border-box;
	font-size: 0.9rem;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tab_content form p.btns{
	display:flex;
	justify-content: center;
	margin:50px auto 0;
	width:60%;
}

.tab_content form p.btns button{
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  padding: 10px;
  background-color: #72640c;
  border: solid 3px #fff;
  box-shadow: 3px 3px 15px -3px #777777;
  box-sizing: border-box;
  margin: 0 auto;
	color:#fff;
	margin:0 10px;
}

.tab_content form p.btns button a{
	color:#fff;
}

.tab_content form p.btns button.reset{
	background-color:#b3b3b3;
}

.tab_content.reservation table.formTable tr td ul.membership{
	display:flex;
	flex-wrap: wrap;
}

.tab_content.reservation table.formTable tr td ul.membership li{
	display:flex;
	align-items: center;
	margin-right: 40px;
}

.tab_content.reservation table.formTable tr td ul.membership input{
  display: inline-block;
  width: auto;
}

.tab_content.reservation table.formTable tr td ul.membership li:last-child{
	width:100%;
	margin-right: 0;
	margin-top: 20px;
}

.tab_content.reservation table.formTable tr td ul.membership li:last-child p{
	width:80px;
}

.tab_content.reservation table.formTable tr td ul.membership li:last-child input{
	max-width:86%;
	width:100%;
}

.tab_content.reservation table.formTable tr td ul.membership.space{
	justify-content:flex-start;
}

.tab_content.reservation table.formTable tr td ul.membership.space li {
  display: flex;
  align-items: center;
  margin-right: 0px;
	width:33.3%;
	padding:5px 0;
	box-sizing: border-box;
}

.tab_content.reservation table.formTable tr td ul.membership li span,
.tab_content.reservation table.formTable tr td ul.membership li p,
.tab_content.reservation table.formTable tr td ul.date_time li{
	font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tab_content.reservation table.formTable tr td ul.membership.space li:last-child{
	width:66.6%;
	margin:0;
}

.tab_content.reservation table.formTable tr td ul.membership.space li:last-child input{
	max-width: unset;
	width: auto;
}

.tab_content.reservation table.formTable tr td ul.date_time > li{
	margin-bottom:20px;
}

.tab_content.reservation table.formTable tr td ul.date_time > li:last-child{
	margin-bottom:0px;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content{
	display:flex;
	justify-content: flex-start;
	align-items: center;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li{
	margin-right:20px;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li:last-child{
	margin-right:0px;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.date{
	width:25%;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.date input{
	text-align:center;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.time{
	width: 50%;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.time > ul{
	display:flex;
	justify-content: flex-start;;
	align-items: center;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li select{
	font-size:0.9rem;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color:#fff;
	border-radius: 0;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li select option{
	font-size:0.9rem;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.time > ul > li:nth-child(2){
	display:inline-block;
	padding:0 10px;
	box-sizing: border-box;
}

.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.date input{
	background-image:url("../img/contact/icon_callender.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 25px;
	padding-left: 25px;
	box-sizing: border-box;
}

.tab_content.reservation table.formTable tr td.usage select{
	font-size:0.9rem;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color:#fff;
}

.tab_content.reservation table.formTable tr td.usage p{
	color:#f3981d;
	margin:20px 0 10px;
}








section.content section.faq{
	padding-top:0;
	padding-bottom: 170px;
}

section.content section.faq section.links{
	padding:0;
}

#contact section.content section.faq section.links ul li{
	width:50%;
}

#contact section.content section.faq div.faq_content{
	margin-top:150px;
}

#contact section.content section.faq div.faq_content h4{
	text-align:center;
	font-size:1.2rem;
	color:#fff;
	background-color:#4d4d4d;
	padding:5px;
	box-sizing: border-box;
	margin-bottom:30px;
}



/* 必須 */
.accordion-content {
  display: none;
}

/* 装飾用 */
.accordion-header {
  /*background-color: #FFF;*/
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
	border-bottom:solid 1px #72640c;
}

.accordion-header span{
	color:#72640c;;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#72640c;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  margin-top:20px;
	background-color:#ffe7ca;
	padding:40px;
	box-sizing: border-box;;
}

.accordion-header span,
.accordion-content span{
  padding-left: 25px;
  position: relative;
}

.accordion-content span{
	display:block;
	text-align: justify;
}

.accordion-content span a{
	color:#f3981d;
	text-decoration: underline;
}

.accordion-header span::before{
  position: absolute;
  content:"Q";
  top: 0px;
  left: 0;
  color: #72640c;
  font-size: 17px;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}


.accordion-content span::before{
    position: absolute;
  content:"A";
  top: 0px;
  left: 0;
  color: #4d4d4d;
  font-size: 17px;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

/* hover */
.accordion-header:hover {
  /*background-color: #F2F2F2;*/
}


@media only screen and (max-width: 1023px){	
.tab_content form {
  padding: 30px 30px 40px;
}
	
.tab_content table.formTable tr th {
  width: 23%;
}
	
.tab_content table.formTable tr th span {
  display: block;
  margin-left:0;
  padding: 2px;
  width: 50px;
	text-align: center;
}
	
.tab_content table.formTable tr th, .tab_content table.formTable tr td {
  padding: 15px;
}
	
.tab_content.reservation table.formTable tr td ul.membership.space li {
  width: 50%;
}
	
.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.time {
  width: 53%;
}
	
.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.time > ul > li:nth-child(2) {
  padding: 0 3px;
}
	
.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.date input {
  background-size: 20px;
}
	
#contact section.links ul {
  width: 100%;
}
	
#contact .faq .btnarrow::before {
  left: 12%;
}
	
	
}


@media screen and (max-width: 768px){
#contact section.links ul li {
  width: 100%;
}
	
#contact .tab li {
  width: 47%;
}
	
.tab_content form {
    padding: 20px 20px 30px;
  }
	
.tab_content table.formTable tr th, .tab_content table.formTable tr td {
    padding: 15px 5px;
	font-size: 0.9rem;
  }
	
#contact .tab li a {
  padding: 5px 20px;
}
	
.tab_content form p.btns {
  width: 100%;
}
	
.tab_content table.formTable tr th {
    width: 28%;
	text-align: center;
  }
	
 .tab_content table.formTable tr th span {
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: auto;
  }
	
.tab_content.reservation table.formTable tr td ul.membership li {
  margin-right: 20px;
}
	
#contact table.formTable tr td ul.membership li:last-child {
	margin-bottom:10px;
  display: block;
}
	
.tab_content.reservation table.formTable tr td ul.membership li:last-child input {
  max-width: 100%;
}
	
.tab_content.reservation table.formTable tr td ul.membership li:last-child p {
  width: 100%;
  font-size: 0.9rem;
}
	
.tab_content.reservation table.formTable tr td ul.membership.space li {
    width: 100%;
  }
	
.tab_content.reservation table.formTable tr td ul.membership.space li:last-child {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
	
.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content {
  flex-wrap: wrap;
}
	
.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li {
  margin-right: 0;
  width: 100%;
}
	
.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.date {
  width: 100%;
  margin: 10px 0;
}
	
.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.time > ul {
  flex-wrap: wrap;
}
	
.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.time {
    width: 100%;
	margin-bottom:20px;
  }
	
.tab_content.reservation table.formTable tr td ul.date_time > li > ul.date_content > li.time ul li.end{
  margin-top: 10px;
}
	
.tab_content.reservation table.formTable tr td ul.membership.space li:last-child {
  width: 100%;
}
	
.tab_content form p.btns {
    display: block;
    width: 65%;
  }
	
.tab_content form p.btns input {
  margin: 20px auto;
}
	
#contact section.content section.faq section.links ul li {
  width: 100%;
}
	
#contact section.content section.faq div.faq_content {
  margin-top: 80px;
  font-size: 0.9rem;
}
	
.accordion-header {
  padding: 12px 45px 10px 5px;
}
	
.accordion-header span,
.accordion-content span {
  display: block;
}
	
.accordion-content {
  padding: 20px;
}
	
#tab1, #tab2 {
  margin-top: -150px;
  padding-top: 150px;
}
	
#contact section.content section.faq div.faq_content h4 {
  font-size: 1.1rem;
}
	
}

























