@charset "utf-8";

#s_tokyo {
  margin-top: -125px; padding-top: 125px;
}
#s_osaka {
  margin-top: -125px; padding-top: 125px;
}

main.contentSetter{
  margin: 0 auto 32px;
}

h2.decorated_dia{
  margin-bottom: 32px;
}

.content{
  background: top left no-repeat;
  background-image: url(/img/shop/tokyoImg.png);
  padding-left: 466px;
}
.osaka .content{
  background-image: url(/img/shop/osakaImg.png);
}

.content h3{
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #95260d;
  font-size: 32px;
  text-align: left;
  color: #05060d;
  font-weight: normal;
}
.content h3 span{
  display: block;
}
.content h3+p{
  font-weight: bold;
}
.content .shopData{
  margin-bottom: 32px;
}
.content .shopData .tel{
  font-size: 32px;
  color: #95260d;
}
.content .access{
  list-style: disc inside;
  margin-bottom: 32px;
}
.content iframe{
 width: 482px;
 height: 320px;
 border: none;
 margin-bottom: 8px;
}
.content .accessBtn{
  width: 146px;
  display: block;
  margin: 0 16px 0 auto;
  text-align: center;
  font-size: 14px;
}
.content .accessBtn a{
  padding: 8px;
  background-color: #fff;
  color: #95260d;
  transition: .3s;
}
.content .accessBtn a:hover{
  background-color: #95260d;
  color: #fff;
}
.content .accessBtn a::before{
  font-family: FontAwesome;
  content:"\f002";
  margin-right: 4px;
}

/* 狭小 */
@media only screen and (max-width: 960px){
  .content iframe{
    width: 100%;
    height: 320px;
  }
  }/* このとじカッコは消さないこと */
/* スマホ以下 */
@media only screen and (max-width: 767px){
  .content{
    background-position: top center;
    background-size: 100%;
    padding: 130% 16px 0;
  }
  .content h3{
    font-size: 20px;
  }
  .shopData li.tel{
    padding: 3px 0;
    display: block;
    margin: 0;
    border: 2px solid #7d1c06;
    text-align: center;
    cursor: pointer;
    background: #95260d;
    font-size: 32px;
  }
  .shopData li.tel a{
    color: #fff;
  }
  .shopData li.tel a::before{
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 4px;
    font-size: 24px;
  }
}/* このとじカッコは消さないこと */