@charset "UTF-8";

#under_main {
    background: url(../images/access-top.jpg)no-repeat center/cover;
    
}
.access {
    max-width: 900px;
}
.access .w48 p {
    text-align-last: left;
}
.access iframe {
    width: 100%;
    height: 320px;
}
.access_item {
    align-items: center;
    margin-bottom: 80px;
}
.access_txt {
    padding-left: 20px;
}
.night {
  border: 1px solid rgb(207, 206, 206);
  color: #444;
  text-align: center;
  width: 50%;
  margin: 50px auto 0;
  padding: 20px;
  font-size: 13px;
}




/* cafe */
#cafe section{
  max-width: 1300px;
  margin: 0 auto;
}
.shopimg_left {
  width: 35%;
  margin: 5px;
}
.shopimg_right {
  width: 64%;
}
.a {
  width: 35%;
margin: 5px;
}
.b {
  width: 62%;
  margin: 5px;
  
}
.a2 {
  width: 35%;
margin: 5px;
}
.b2 {
  width: 62%;
  margin: 5px;
  
}

 /* フォーム */
 form {
    max-width: 700px;
    margin: 40px auto 50px;
}
label {
  display: block;
  width: 100%;
  margin: 25px 0 8px;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],input[type="date"],input[type="time"],select {
  width: 100%;
  display: block;
  border: 1px solid #cecece;
  outline: none;
  height: 3.5rem;
  line-height: 1.4rem;
  background:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
textarea {
    width: 100%;
  display: block;
  border: 1px solid #cecece;
  outline: none;
  background:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  line-height: 1.7;
  letter-spacing: .05em;
}
sup {
  color:#d65956;
  font-size: 11px;
  padding-left: 5px;
}
button {
  font-size: 12px;
  background-color: navy;
  border: 1px solid navy;
  padding: 10px 40px;
	border-radius: 30px;
	color: #fff;
	letter-spacing: 4px;
}
button:hover {
  background-color: #fff;
  border: 1px solid navy;
  color:navy;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* フッター */

@media screen and (max-width:768px) {
  .access_txt {
    padding-left: 40px;
}
  .access .access_item iframe {
    padding: 20px;
  }
  .night {
    width: 80%;
  }
  .shopimg_left {
    width: 60%;
    height: 250px;
}
  .shopimg_right {
    width: 100%;
  }
  .a {
    width: 55%;
    margin: 0 5px 30px auto;
}
.a2 {
  width: 50%;
    margin: 30px auto 0 10px;
}
.b {
  width: 100%;
  margin: 5px;
}

  #contact form {
    margin: 0 30px;
  }

}