@charset "UTF-8";
/* CSS Document */

body{
font-size: 15px;
color: #000;
font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
line-height: 1.5;
background-color: #fff;
}

#wrapper{
width: 80%;
margin: 0 auto;
}

header,footer{
width:100%;
}
header,footer{
width:100%;
}

header h1{
width:60px;
height:75px;
font-size: 16px;
margin:0 auto;
padding: 20px 0 0;
}

main article section h2{
font-size: 23px;
font-weight: normal;
padding: 50px 0 10px;
letter-spacing:0.2em;
margin-bottom: 50px;
border-bottom: #47acac 1px solid;
}

span1{
font-size: 13px;
color:#E7E7E7;
margin-left: 20px
}

dd,input,select,textarea{
border-radius: 10px;
}

dt{
margin: 20px 0 5px 10px;
}

.required{
border-radius: 6px;
background-color: #e99372;
padding: 5px 10px;
width:48px;
font-size: 14px;
margin-left: 20px;
color: #fff;
}

.error{
color:#e99372;
}
.inquiry_error{
margin-top: 10px;
}

input[placeholder="例: example@gmail.com"],[placeholder="例: 山田　太郎"],[placeholder="例: やまだ　たろう"],[placeholder="例: 000-0000-0000"],[placeholder="お問い合わせ内容を入力してください"],[placeholder=""]{
font-size: 13px;
}

input{
width: 250px;
background-color:#eaedf2;
height: 50px;
border:1px solid #ddd;
margin-left: 5px;
padding:0 15px;
}
.zip{
width: 40px;
}
/*入力内容確認ボタン*/
input[type="submit"]{
margin: 50px 15% 30px;
text-align: center;
transition: all .3s;
box-shadow: 3px 2px 3px 0px #ccc;
-webkit-appearance:none;
color: #000;
width: 200px;
border-radius: 90px;
}

input[type="submit"]:hover{
background-color: #ccc;
box-shadow: none;
}

main section dl{
margin: 0 auto;
}

main section dd{
margin:-1.5em 0 30px 13em;
border: 1px #ddd;
}
select{
padding: 8px;
border: 1px #ddd solid;
background-color:#fff;
margin-bottom:5px;
}

label{
margin-right:20px;
}

textarea{
font-family:"Osaka-mono", "MS Gothic", "monospace";
padding:10px;
border: 1px #ddd solid;
}

main section dd{
margin:0 0.30px 0;
border: 1px #ddd;
}

nav ul{
margin-top: 50px;
}
nav ul li{
margin: 0 18%;
}

nav ul li a{
text-decoration: none;
color: #000;
font-weight: normal;
text-align: center;
line-height: 50px;
font-size: 18px;
}

nav ul li a,.subname:hover{
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
 color:#000;
}

nav ul li img{
width: 45%;
margin-left: 15%;
}

footer{
text-align: center;
}

footer small{
font-size: 12px;
line-height: 40px;
}

/*タブレット*/
@media screen and (min-width:600px){

header h1{
width: 70px;
}

main section dd{
margin: -35px 0 35px 200px;
}
input{
width: 260px;
}

textarea{
width: 285px;
}

.center{
text-align: center;
}

}


/*PC*/
@media screen and (min-width:960px){

#wrapper{
width: 100%;
display: flex;
justify-content: space-between;
}

header{
position: relative;
}

header h1{
position: fixed;
display: none;
}

nav{
font-size: 20px;
z-index: 2;
opacity:1;
}

nav ul{
width: 20%;
margin-left: 19%;
margin-top: 55px;
position:fixed;
}

nav ul li{
width:205px;
line-height: 50px;
}

nav ul li a:hover{
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
 color:#B7B7B7;
}

nav ul li a{
color: #000;
text-decoration: none;
font-family: kinuta-maruminfuji-stdn, serif;
}
aside{
position: relative;
width:264px;
}

aside{
position: relative;
width:264px;
}

main{
width: 60%;
padding: 0 7%;
}
.subname{
color: #404040;
}

input{
width: 350px;
}

textarea{
width: 375px;
height:200px;
}

.required{
margin-left: 10px;
}

}




