@charset "UTF-8";
h2,h3,h4{
  text-align: center;
}
.atelier {
  margin: 0 auto 120px;
  padding: 5vw 0 8vw 0;
}
.topread{
  text-align: center;
  max-width: 500px;
  margin: 20px auto;
}
.topread .read{
  margin: 0 auto 10px;
}
.smtx{
  font-size: 16px;
}
.atelierwp .caution{
  font-size: 14px;
}
@media screen and (min-width: 961px) {
.atelier {
    padding: 40px 0 80px 0;
  }
}
/*===============================================
map
===============================================*/
/* Google Mapを囲う要素 */
.google-map {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 0;
  min-height: 400px;
  padding-top: 40%;
  margin: 0 auto;
  /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*===============================================
info
===============================================*/
.slide-wp {
  width: 100%;
  max-width: 400px;
  margin: 0;
  background-color: #fff;
  margin-right: 20px;
}
.map-info h3{
  text-align: left;
  font-size: 1.4em;
}
.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 340px;
  justify-content: center;
  border-top: 1px solid #aaa199;
}
.list .listbox{
  border-bottom: 1px solid #aaa199;
  width: 100%;
  display: flex;
  line-height: 135%;
}
.list dt,
.list dd {
  box-sizing: border-box;
}
.list dt {
  display: flex;
  min-width: 80px;
  align-items: center;
  padding: 0 0px;
  font-weight: bold;
  border-bottom: 1px solid #aaa199;
}
dd span.bd{
  color: #7e6953;
  text-decoration: underline;
  text-decoration-color: #7e6953;
  display: inline-block;
  font-size: 16px;
}
.list dt:last-of-type,
.list dd:last-of-type {
  border: none;
}

.list dd {
  display: flex;
  align-items: center;
  margin-left: 0;
  padding: 20px 0 20px 20px;
  background-color: #fff;
  border-bottom: 1px solid #aaa199;
}
/*===============================================
予約
===============================================*/
.reserve{
  background-color: #fff5ec;
  position: relative;
  text-align: center;
  padding: 20px 0 80px;
}
.reserve .maxwid{
  position: relative;
  z-index: 2;
}
.reserve::after{
  content: "";
  position: absolute;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width: 50px;
  height: 40px;
  background: url(../../img/ic_access.svg) no-repeat;
  top: -40px;
  display: block;
  z-index: 3;
  background-position: center;
}
.reserve::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 240px;
  max-width: 100%;
  height: 240px;
  background-color: #fff5ec;
  display: block;
  border-radius: 300px;
  margin: 0 auto 0;
  z-index: 1;
}
.reserve h2{
  border-bottom:1px dashed #685f58;
  display: inline-block;
  margin: 0 auto 20px;
  padding: 10px 0;
}
.reserve .flex{
  max-width:600px;
  margin: 0 auto;
  justify-content: center;
}
.reserve .txbox{
  max-width: 280px;
  margin-right: 20px;
}
.btnwp{
  margin: 20px auto 0;
}
.reserve .arbtn{
  margin: 0px 0 10px;
  background-color: #685f58;
  color: #fff;
  padding: 16px 0;
  border-radius: 40px;
}
.reserve .line {
  text-align: left;
  margin: 0px auto 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fff5ec 50%, #fff5ec 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 97%, #999 100%);
}
.reserve .imgbox{
  position: relative;
  max-width: 280px;
}
.imgmain{
  position: relative;
  z-index: 1;
}
.imgcap{
  position: absolute;
  width: 140px;
  height: 140px;
  bottom:-30px;
  right: -30px;
  z-index: 2;
}