@charset "utf-8";
/* CSS Document */
#kodawari h2,
#tenpo_annai h2,
#menu h2,
#take_out h2 {
  text-align: center;
  margin-top: 24px;
}
#kodawari h3,
#tenpo_annai h3,
#menu h3,
#take_out h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
/* スライダー */
#slider {
  margin-top: 100px;
}
/* カレンダー */
.facebook {
  min-width: 100%;
  max-width: unset;
  margin-top: 16px;
}
/* こだわり */
#kodawari .container > .item > img,
#kodawari .container > .item p,
#kodawari .container:nth-of-type(3) .pict {
  margin-top: 16px;
}
#kodawari .container > .pict {
  position: relative;
  max-width: 375px;
  margin: 0 auto;
}
#kodawari .container:nth-of-type(1) .pict::after {
  content: "";
  background: url(../img/img_cloud01.png) no-repeat;
  display: inline-block;
  background-size: contain;
  position: absolute;
  bottom: -43px;
  left: 80px;
  width: 260px;
  height: 100px;
}
#kodawari .container > .item > h2 {
  position: relative;
}
#kodawari .container > .item {
  margin-top: 56px;
}
#kodawari .container:nth-of-type(1) > .item > h2::after {
  content: "";
  display: inline-block;
  background: url(../img/img_cloud01.png) no-repeat;
  position: absolute;
  right: 0px;
  top: -20px;
  width: 130px;
  height: 50px;
  background-size: contain;
}

/* 店舗案内 */
#tenpo_annai .container:nth-of-type(1) > .pict {
  margin-top: 24px;
}
#tenpo_annai ul li {
  text-align: center;
}
#tenpo_annai ul li + li {
  margin-top: 16px;
}
#tenpo_annai ul p {
  text-align: left;
}

/* マップ */
#map tr {
  display: flex;
  flex-direction: column;
}
#map .gaiyou th,
#map .gaiyou td {
  border: solid 1px #333333;
  padding: 8px;
}
#map .gaiyou th {
  margin-top: 8px;
}
#map .gaiyou td p:nth-of-type(1) {
  margin-top: 0px;
}

#map .access td p {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0;
}
#map .access td {
  padding: 0px 8px 8px 8px;
  text-align: left;
}
#map .access th {
  padding: 8px 8px 8px 0px;
  text-align: left;
}
#map .gmap {
  display: flex;
}

/* メニュー */
#menu .container .pict {
  margin-top: 16px;
  text-align: center;
}
#menu ul {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu ul li {
  margin-top: 16px;
}

/* テイクアウト */
#take_out .container .pict {
  margin-top: 16px;
  text-align: center;
}
#take_out ul {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#take_out ul li {
  margin-top: 16px;
}

/* SNSリンク */
#sns .container {
  display: flex;
  flex-direction: column;
}
.link {
  display: flex;
  flex-direction: column;
}
.icon img {
  width: 48px;
  margin-right: 14px;
}
.icon {
  margin-top: 16px;
}

/* フッター */
footer {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
#copy_right small {
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  display: block;
}
.to_top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 80px;
}

/* フェイスブック */
#fb-cal {
  margin-top: 32px;
}
.facebook {
  display: flex;
  justify-content: center;
}
.facebook .fb-page {
  width: 340px;
}

@media (min-width: 751px) {
  #kodawari h2,
  #tenpo_annai h2,
  #menu h2,
  #take_out h2 {
    text-align: left;
    margin-top: 0px;
  }
  /* グーグルカレンダー */
  #fb-cal {
    display: flex;
    justify-content: space-between;
  }
  .goo_calendar {
    margin-right: 16px;
    width: 100%;
  }
  .facebook {
    min-width: 300px;
    max-width: 100%;
  }
  /* こだわり */
  #kodawari .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #kodawari .container:nth-of-type(2) {
    margin-top: 60px;
  }
  #kodawari .container:nth-of-type(2),
  #kodawari .container:nth-of-type(4) {
    flex-wrap: wrap;
    justify-content: start;
  }
  #kodawari .container:nth-of-type(3) {
    align-items: flex-end;
  }
  #kodawari .container:nth-of-type(3) .item {
    display: flex;
    flex-direction: column;
    width: 530px;
  }
  #kodawari .container:nth-of-type(3) .content {
    display: flex;
  }
  #kodawari .container:nth-of-type(n + 2) p {
    margin-left: 1em;
  }
  #kodawari .container:nth-of-type(n + 2) h3 {
    margin-left: 0.8em;
    margin-top: 11px;
    text-align: left;
  }
  #kodawari .container .pict {
    width: 320px;
    max-width: unset;
    margin: 0;
  }
  #kodawari .container .item {
    width: 440px;
    margin-top: 0;
  }
  #kodawari .container > .item > h2::after {
    top: -32px;
    width: 217px;
    height: 84px;
  }
  #kodawari .container > .item {
    position: relative;
  }
  #kodawari .container > .item > img:nth-of-type(2) {
    position: absolute;
    right: 64px;
  }
  #kodawari .container:nth-of-type(1) .pict::after {
    left: 0px;
  }

  /* 店舗案内 */
  #tenpo_annai .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #tenpo_annai .item {
    width: 50%;
  }
  #tenpo_annai .container:nth-of-type(2) {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
  #tenpo_annai .container:nth-of-type(2) ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #tenpo_annai .container:nth-of-type(2) li:nth-of-type(1) {
    width: 100%;
  }
  #tenpo_annai .container:nth-of-type(2) li img {
    width: 280px;
  }

  /* 地図 */
  #map .gaiyou,
  #map .access {
    width: 100%;
  }
  #map .gaiyou tbody {
    border: solid 1px #cccccc;
  }
  #map .gaiyou tr {
    flex-direction: row;
    border-bottom: dotted 1px #cccccc;
  }
  #map .gaiyou td,
  #map .gaiyou th {
    padding: 8px;
    margin: 0;
  }
  #map .gaiyou th {
    width: 200px;
    border: none;
    border-right: solid 1px #cccccc;
  }
  #map .gaiyou td {
    flex: 1;
    border: none;
    padding-left: 16px;
  }

  #map .access tr {
    flex-direction: row;
  }
  #map .access td,
  #map .access th {
    padding: 8px;
  }
  #map .access td {
    flex: 1;
  }
  #map .access th {
    width: 120px;
  }

  /* メニュー */
  #menu .item {
    display: flex;
    justify-content: space-between;
  }
  #menu .container .pict {
    margin-top: 0px;
  }
  #menu ul {
    margin-top: 16px;
  }

  /* テイクアウト */
  #take_out .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #take_out .container .pict {
    margin-top: 0px;
  }
  #take_out ul {
    margin-top: 16px;
  }

  /* SNS */
  #sns .container {
    flex-direction: row;
    align-items: center;
  }
  .icon {
    margin: 0 0 0 48px;
  }

  /* フッター */
  footer {
    margin-top: 48px;
  }
}
