@charset "UTF-8";
/*----------------
    Cafe & Atelierページ
------------------*/
.Cafe-atelier .Intro .Common_ttl_en{
  padding:12vw 0;
}
@media screen and (min-width: 736px){
  .Cafe-atelier .Intro .Common_ttl_en{
    padding:77px 0;
  }
}
.Intro_desc{
  width:90%;
  margin: auto auto 14vw;
  text-align: center;
}
@media screen and (min-width: 736px){
  .Intro_desc{
    max-width: 1030px;
    padding:0 15px;
    box-sizing: border-box;
    margin: 0px auto 128px;
  }
}
.Cafe-atelier .Common_txt {
  text-align: center;
}
.Cafe-video{
  width: 100%;
  margin: auto;
}
.Cafe-video video{
  width: 100%;
}
@media screen and (min-width: 736px){
  .Cafe-video{
    width: 100%;
  }
}
.Cafe-img{
  width: 100%;
  margin: 30px auto auto;
}
.Cafe-img img{
  width: 100%;
}
@media screen and (min-width: 736px){
  .Cafe-img{
    width: 100%;
  }
}
/*-----Access-----*/
.Access{
  width:90%;
  margin: 9vw auto 22vw;
}
@media screen and (min-width: 736px){
  .Access{
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto 128px;
  }
}
.Access_h2{
  color:#3B4043;
  font-size: calc(20 * (100vw / 375));
  line-height: 1.5;
  font-family:'Lora', 'Noto Sserif JP', '游明朝', YuMincho, 'メイリオ', Meiryo, serif;
  text-align: center;
  padding:2vw 0;
  border-bottom:1px solid #DDDDDD;
  letter-spacing: 0.1em;
  margin-bottom:8vw;
}
@media screen and (min-width: 736px){
  .Access_h2{
    font-size:25px;
    padding:15px 0;
    margin-bottom:43px;
  }
}

/*-----gmapエリア仮設定-----*/
.Gmap{
  position: relative;
  width:100%;
  height:98vw;
  background-color: #555;
  overflow: hidden;
  filter: grayscale(1);
}
.Gmap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -38%;
  margin: auto;
}
@media screen and (min-width: 736px){
  .Gmap{
    height:40vw;
  }
}
.Access_ttl{
  color:#212121;
  font-size: calc(14 * (100vw / 375));
  line-height: 1.7;
  letter-spacing: 0;
  font-family:'Noto Sserif JP', '游明朝', YuMincho, 'メイリオ', Meiryo, serif;
  font-weight: 700;
  margin-top: 4vw;
}
.Access_ttl:nth-of-type(4) {
  margin-top: 3vw;
}
@media screen and (min-width: 736px){
  .Access_ttl{
    font-size:14px;
    margin-top:15px;
  }
  .Access_ttl:nth-of-type(4) {
    margin-top: 13px;
  }
}
.Access_txt{
  color:#212121;
  font-size: calc(14 * (100vw / 375));
  line-height: 1.7;
  letter-spacing: 0;
  font-family:'Noto Sserif JP', '游明朝', YuMincho, 'メイリオ', Meiryo, serif;
  /*margin-top: 1.8vw;*/
}
@media screen and (min-width: 736px){
  .Access_txt{
    font-size:14px;
    margin-top:5px;
  }
  .Access_txt:last-of-type{
    margin-top:3px;
  }
}
.Access_add{
  margin-top:7vw;
}
@media screen and (min-width: 736px){
  .Access_add{
    margin-top:30px;
  }
}
.Access_txt_a{
  color: #212121;
}
.Access .Footer_menu_sns_item{
  border: 1px solid #212121;
  margin-top: 4vw;
  transition: .2s ease-in-out;
  /*box-sizing: border-box;*/
}
.Access .Footer_menu_sns_item:hover{
  opacity: .5;
}
.Access .Footer_menu_sns_item a:hover{
  opacity: 1;
}
@media screen and (min-width: 736px){
  .Access .Footer_menu_sns_item{
    margin-top: 17px;
  }
}
