@import url(../../css/main2.css);


/* GENESIS FRAME */
#theleft {
background:url(../images/bg-l.png) repeat;
}
#theright{
background:url(../images/bg-r.png) repeat;
}
#thecontent{
background: #fff url(../images/topright.png) no-repeat right top;

}

/* LEFT MENU */
#thecontent {
    min-height:100%;
}
#thecontent {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}
.menuleft {
    width: 220px;
	max-width: 220px;
	min-width: 220px;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    box-flex:1;
}
.menuleft {
font-family: 'Libre Baskerville', serif;
text-align:center;
background: url(../images/menubg.png) repeat-y;
}
.menutop {
background: url(../images/menubg-top.png) no-repeat;
display: block;
width: 220px;
height: 30px;
}
.menuleft h3 {
padding: 20px 0 35px;
}
.menuleft ul {
color: #fff;
font-size: 15px;
line-height: 2em;
}
.menuleft li.current {
color: #BFA489;
}
.menuleft li a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.menuleft li a:hover {
	color: #BFA489;
}

/* MAIN CONTENT (portfolio/profile) */
.maincontent {
position: relative;
max-width: 800px;
padding: 40px 10px;
width:80%;
}
.container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.item {
  width: 260px;
  padding: 10px;
  
}
.item img {
  width: 100%;
  border: 1px solid #eee;
}

/* MAIN CONTENT */
.contentinner {
font-size: 14px;
line-height: 1.8em;
text-align: left;
}
.contentinner address {
padding: 10px 20px 10px;
font-style: normal;
color: #999;
}
.contentinner h4 {
padding: 20px 20px 10px;
font-weight: normal;
}
.contentinner p {
padding: 10px 20px;
}
.genesismap {
margin: 10px;
width: 370px;
height: auto;
border: 1px solid #eee;
}
.genesisaddress {
margin: 10px;
width: 370px;
height: auto;
border: 1px solid #eee;
}
.phoneno {
font-family: 'Libre Baskerville', serif;
font-size: 35px;
color: #666;
margin: 20px 66px 0;
font-style: italic;
letter-spacing: 0.1em;
}
.openhour {
margin: 0 66px 50px;
font-family: 'Libre Baskerville', serif;
font-size: 14px;
letter-spacing: 0.44em;
color: #666;
}

/* CONTACT FORM */
#inq-tel {
margin-top: 100px;
}
#inq-telttl {
font-size: 24px;
font-weight: normal;
color: #666;
width: 25%;
float: left;
margin: 0;
margin-top: -8px;
text-indent: 1em;
}
#inq-telarea {
width: 75%;
float: right;
border-top: 1px solid #ccc;
padding: 50px 0;
text-align: center;
color: #666;
}
#inq-telnumber {
font: 35px/1.7 "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
font-weight: normal;
letter-spacing: 0.2em;
margin: 0;
}
#inq-telsub {
letter-spacing: 0.35em;
}
#inq-form {
clear: both;
padding: 0 20px;
}
#inq-form input[type="text"], #inq-form input[type="password"], #inq-form input[type="email"], #inq-form input[type="url"], #inq-form input[type="tel"], #inq-form textarea {
background: #efefef;
border: 1px solid #ddd;
color: #808080;
display: table-cell;
font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
margin-left: 0;
max-width: 100%;
padding: 2%;
webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
}
#inq-form input[type="text"] { width: 30%; }
#inq-form input[type="email"] { width: 96%; }
#inq-form input[type="tel"] { width: 50px; }
#inq-form input[type="submit"] {
padding: 0 35px;
font-weight: 400;
font: 14px/1.7 'Helvetica Neue', Arial, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
#inq-form input[type="button"] {
padding: 0 35px;
font-weight: 400;
font: 14px/1.7 'Helvetica Neue', Arial, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}

#inq-form .mustform {
color: red;
}
#inq-form table tr td {
padding: 5px 0 20px;
font-size: smaller;
}
#inq-formttl {
font-size: 24px;
font-weight: normal;
color: #666;
margin: 0;
margin-top: -8px;
text-indent: 1em;
}
#inq-form .inq-formL {
width: 20%;
padding-left: 20px;
}
#inq-form .inq-formR {
width: 80%;
color: #666;
margin-bottom: 10px;
padding-right: 20px;
}
.wpcf7 p {
text-align: center;
}
.message textarea {
width: 100%;
}
.submit {
text-align: center;
}
.submit input {
background:#666;
color: #fff;
cursor: pointer;
}



@media screen and (max-width: 1020px){
.maincontent {
max-width: 600px;
}
}
@media screen and (max-width: 820px){
.maincontent {
max-width: 400px;
}
}
@media screen and (max-width: 620px){
.maincontent {
max-width: 280px;
}
.genesismap {
margin: 10px;
width: 100%;
height: auto;
border: 1px solid #eee;
}
.genesisaddress {
margin: 10px;
width: 100%;
height: auto;
border: 1px solid #eee;
}
}