@charset "utf-8";

/*アイキャッチ*/
h1.page-title{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.page-description{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*information*/

section.inquiries_title{
  padding-left: 10px;
  margin: 30px;
  line-height: 3rem;
}

section.inquiries_title h2{
  font-size: 2.1rem;
  border-bottom: 1px solid #ccc;
  margin: auto;
  width: 100%;
  max-width: 1030px; 
  margin-bottom: 20px;
  line-height: 3rem;
  text-align: center;
}

section.inquiries_title h2::before{
	content: 'ミュージックカフェ アンジェスへのお問い合わせ';
  font-size: 2.7rem;
  display: block;
  
}

section.inquiries_title ul li{
  width: 960px;
  margin-left: 70px;
  text-align: left;
}

/*ひし形*/

.defaultlist,
.defaultlist li{
  padding: 0px;
  margin: 0px;
  margin-left: 70px;
}

.defaultlist li{
  list-style-type: none;
  list-style-image: none;
  margin: 10px 40px;
}

.diamond li{
  position: relative;
  padding-left: 20px;
  line-height: 2rem;
}

.diamond li:after{
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  width: 9px;
  height: 9px;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

table {
	width: 820px;
	border: solid 1px #666;
}
table th,
table td {
	font-size: 1.6rem;
	text-shadow: none;
  border: solid 1px #666;
  box-sizing: border-box;
  padding: 10px;
}
table th {
	vertical-align: top;
	white-space: nowrap;
	background: #d2d2d2;
}
.btn_area {
	margin: 50px auto;
	text-align: center;
}
button {
	padding: 15px 25px;
	color: #fff;
	background: #000;
}
input[type=text],
input[type=email],
textarea {
	border: 1px solid #ddd;
}

.mw_wp_form_confirm .hidden {
	display: none;
}

.mw_wp_form_complete {
	padding-top: 1px 0;
}
.mw_wp_form_complete .thanks {
	margin-bottom: 60px;
}
.mw_wp_form_complete .thanks h2 {
	margin: 40px 0 30px;
	font-size: 3rem;
}
.mw_wp_form_complete .thanks .comment {
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.mw_wp_form_complete .thanks ul {
	margin: -20px;
	padding: 30px 25px;
	list-style-type: none;
	border: 1px solid #bfbfbf;
}
.mw_wp_form_complete .thanks li {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}
.mw_wp_form_complete .thanks li .tel {
	font-size: 3rem;
}
.mw_wp_form_complete .thanks .message {
	margin-top: 20px;
	padding: 30px 0;
}
.mw_wp_form_complete .thanks a {
	text-align: right;
	display: block;
}


/* PC */
@media (min-width: 901px){
	.intro {
		margin: 0px auto;
		width: 100%;
		max-width: 660px;
	}
	table {
		margin: 60px auto 0;
		width: 100%;
		max-width: 820px;
	}
	table th {
		width: 150px;
	}
	table input.first_name,
	table input.last_name,
	table input.first_rubi,
	table input.last_rubi,
	table input.postalcode {
		width: 150px;
	}
	table input.company,
	table input.addr1,
	table input.addr2,
	table input.tel,
	table input.fax,
	table input.email {
		width: 440px;
	}
	table textarea {
		width: 100%;
	}
}

/* tablet portrait */
@media (max-width: 900px){
	form {
		margin: 0 20px;
	}
	table {
		margin-top: 20px;
		width: 100%;
		border: none;
	}
	table th,
	table td {
		display: block;
		border: none;
	}
	table input.first_name,
	table input.last_name,
	table input.first_rubi,
	table input.last_rubi,
	table input.postalcode {
		width: 150px;
	}
	table input.company,
	table input.addr1,
	table input.addr2,
	table input.tel,
	table input.fax,
	table input.email {
		width: 100%;
	}
	table textarea {
		width: 100%;
	}

	.mw_wp_form_complete {
		padding-top: 1px 0;
	}

}

/* Smart phpne landscape */
@media (max-width: 600px){
}

/* Smart phpne portrait */
@media (max-width: 480px){
	form {
		margin: 0px;
	}
}

