@charset "utf-8";
/* CSS Document */
/*ヘッダー（logoとnav）---------------------------------------*/
.header {
  position: relative;
  z-index: 1;
}
.h__logo {
  top: 60px;
  left: 150px;
  height: calc(192vw/14.4);
  position: absolute;
  width: calc(226vw/14.4);
  z-index: 1;
}
.h__logoTarget {
  display: block;
}
.h__logoTarget img {
  height: 100%;
  width: 100%;
}
.gn {
  display: flex;
  height: 60px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 15rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.gn li {
  padding-left: 30px;
}
.gn li a {
  color: #271403;
}
@media screen and (max-width:768px) {
  .gn {
    /*display: none;*/
    height: auto;
    margin-right: 0;
  }
  
  .gn li {
  padding-left: 0;
  }
  .h__logo {
    position: static;
    display: flex;
    height: 100%;
    margin: 1rem auto;
    justify-content: center;
  }
  .h__logoTarget img {
    width: calc(139vw/3.75)
  }
}
/*------------------------------------トップ---------------------------------------*/
.top-h2_2nd {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 15rem 0 2rem;
}
.title {
  height: 70px;
}
.top-h3_2nd {
  display: flex;
    justify-content: center;
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 5rem;
    text-align: center;
    line-height: 1.5;
}
.hero_2nd {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 9rem;
}
.hero_2nd img {
  width: calc(290vw/14.4);
}
@media screen and (max-width:768px) {
  .top-img-2nd {
    justify-content: center;
  }
  .top-h23_2nd {
    display: flex;
    flex-flow: column-reverse;
  }
  .top-h3_2nd {
    font-size: 1.6rem;
    padding: 2.2rem 0;
  }
  .top-h2_2nd {
    padding: 0 0 2rem;
  }
  .title {
    height: 33px;
  }
  .hero_2nd {
    width: 100%;
    padding-bottom: 7.5rem;
  }
  .hero_2nd img {
    width: 133px;
    height: 116px;
  }
}
/*---------------------------住所-------------------------------*/
.access-tab {
  display: flex;
  flex-flow: column;
  padding: 0 1rem;
}
.access-tab ul {
  font-size: 1.8rem;
  display: flex;
  flex-flow: column;
  line-height: 2.5;
}
.adress-container {
  display: flex;
  justify-content: space-evenly;
}
.access-img2 {
  width: 466px;
  padding: 0 1rem;
}
.access-img2 img {
  width: 100%;
}
.access-img1 {
  width: 239PX;
  margin: auto 0 0 auto;
}
.access-img1 img {
  width: 100%;
}
.tel a {
  text-decoration: none;
  color: #271403;
}
.address::before { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  width: 1.5em;
  height: 1.5em;
  display: inline-block; /* インラインブロックにする */
  background-image: url("../images/access/mapping@2x.png"); /* 背景画像指定 */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: left; /* 背景画像位置指定 */
  vertical-align: text-top; /* 上下中央揃え */
  margin-right: 0.5rem;
  /*position: relative; 　※位置調整したい場合
    top: -20px;*/
}
.tel::before { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  width: 1.5em;
  height: 1.5em;
  display: inline-block; /* インラインブロックにする */
  background-image: url("../images/access/iphone@2x.png"); /* 背景画像指定 */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: left; /* 背景画像位置指定 */
  vertical-align: text-top; /* 上下中央揃え */
  margin-right: 0.5rem;
  /*position: relative; 　※位置調整したい場合
    top: -20px;*/
}
.insta::before { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  width: 1.5em;
  height: 1.5em;
  display: inline-block; /* インラインブロックにする */
  background-image: url("../images/access/Instagram-gray@2x.png"); /* 背景画像指定 */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: left; /* 背景画像位置指定 */
  vertical-align: text-top; /* 上下中央揃え */
  margin-right: 0.5rem;
  /*position: relative; 　※位置調整したい場合
    top: -20px;*/
}
.insta a {
  color: #271403;
}
@media screen and (max-width:768px) {
  .adress-container {
    display: flex;
    justify-content: unset;
    flex-flow: column;
    padding: 1rem 2.4rem;
  }
  .access-tab ul {
    font-size: 1.4rem;
  }
  .access-img2 {
    width: calc(327vw/3.75);
    padding: 0;

  }
  .address span {
    text-indent: 2.5em;
    padding-left: 2.5em;
  }
  .access-img1 {
    width: 130px;
    margin: auto 0 0 auto;
    padding-bottom: 3rem;
  }
}
/*----------------------------------pictureタグ----------------------------------*/
.roll-map {
  width: calc(1040vw/14.4);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 5rem;
}
.roll-map picture img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .roll-map {
    width: calc(375vw / 3.75);
  }
}
/*--------------------------------shop info------------------------------*/
.accessinfo-container {
  display: flex;
  padding-bottom: 10rem;
}
.access-wrap {
  flex: 1;
  margin: 0 3rem;
  line-height: 1.6;
}
.btn-wrap {
  display: flex;
  flex-flow: column;
}
.btn--o, a.btn--o {
  font-size: 1.6rem;
  color: #ad692d;
  background-color: #fffdf4;
  border: #ad692d 1px solid;
  padding: 1em 2em;
  width: calc(350vw/14.4);
  margin: 1rem auto;
  display: flex;
  justify-content: center;
}
.btn--o:hover, a.btn--o:hover {
  color: #ad692d;
  background: #fcddc2;
}
a.btn--radius {
  border-radius: 100vh;
}
.info-h3 {
  font-size: 2.4rem;
  background-color: #ad692d;
  color: #fff;
  font-weight: 500;
  padding: 0.3em 1em;
}
.info-p {
  font-size: 2rem;
  padding: 2rem 2rem 5rem;
}
.info-h4 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 3rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.info-h4 span {
  font-size: 1.4rem;
}
.bus-way li {
  font-size: 1.8rem;
  padding-bottom: 3rem;
  padding-left: 1.5em;
}
.bus-way li::before { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  width: 1.5em;
  height: 1.5em;
  display: inline-block; /* インラインブロックにする */
  background-image: url("../images/access/bus_icon.png"); /* 背景画像指定 */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: left; /* 背景画像位置指定 */
  vertical-align: text-bottom; /* 上下中央揃え */
  margin-right: 0.7rem;
  /*position: relative; 　※位置調整したい場合
    top: -20px;*/
}
.bus-way li span {
  font-size: 1.4rem;
}
.bus-p {
  font-size: 1.4rem;
  text-indent: 1em;
  padding-bottom: 4rem;
}
.info-h5 {
  font-size: 1.6rem;
  padding-bottom: 3rem;
  font-weight: 500;
  text-indent: 5em;
}
.car-way {
  margin-top: 1rem;
}
.car-way li {
  padding: 1em 2em;
}
.car-way li::before { /* -----画像あしらい -----*/
  content: ''; /* 空白の要素を作る */
  width: 1.5em;
  height: 1.5em;
  display: inline-block; /* インラインブロックにする */
  background-image: url("../images/access/car_icon.png"); /* 背景画像指定 */
  background-size: contain; /* 背景画像サイズ指定 */
  background-repeat: no-repeat; /* 背景画像リピート指定 */
  background-position: left; /* 背景画像位置指定 */
  vertical-align: text-bottom; /* 上下中央揃え */
  /*  margin-right: 0.7rem;*/
  /*position: relative; 　※位置調整したい場合
    top: -20px;*/
}
.info-p strong {
  font-weight: 500;
  font-size: 2.4rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.attention {
  background-color: #fffdf4;
  padding: 1em 2em;
  border-radius: 5px;
}
.attention h4 {
  font-weight: 500;
  font-size: 2rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-bottom: 3rem;
}
.attention p {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
iframe {
  width: 100%;
  aspect-ratio: 16/7; /*アスペクト比（縦横比）を指定*/
  filter: sepia(13%);/*grayscale(100%);*/
}


@media screen and (max-width:768px) {
  .accessinfo-container {
    display: flex;
    flex-flow: column;
    padding-bottom: 3rem;
  }
  .info-h3 {
    font-size: 1.8rem;
    padding: 0.2em 0.8em;
  }
  .info-p {
    font-size: 1.6rem;
    padding: 2rem;
  }
  .info-h4 {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
  .bus-way li {
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
  .bus-way li span {
    font-size: 1.3rem;
}
  .bus-p {
    font-size: 1.3rem;
    text-indent: 0;
    padding-bottom: 4rem;
  }
  .btn--o, a.btn--o {
    font-size: 1.4rem;
    width: calc(300vw / 3.75);
  }
  .info-h5 {
    padding-bottom: 1rem;
    text-indent: 1em;
  }
  .access-wrap {
    padding-bottom: 3rem;
}
  .car-way {
    font-size: 1.4rem;
  }
  .info-p strong {
    font-size: 1.8rem;
    text-underline-offset: 3px;
}
  .attention {
    margin-top: 3rem;
  }
  .attention h4 {
    font-size: 1.6rem;
  }
  .attention p {
    font-size: 1.4rem;
  }
  iframe {
  aspect-ratio: 16/12; /*アスペクト比（縦横比）を指定*/
}
  
  
  
  
  
  
}