@charset "UTF-8";

/* CSS Document */

/*-------------------------------------
PCレイアウト(768px以上スクリーン)
-------------------------------------*/
/* body全体の初期スタイル調整 */
body {
  font-size: 62.5%;
  font-family: "YuGothic", "Yu Gothic UI", "Hiragino Sans", "Meiryo", "sans-serif";
  font-weight: normal;
  color: #000;
  max-width: 100vw;
  overflow-x: hidden;
}

/* リンク文字の設定 */
a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #39f;
}

a:hover,
a:active {
  color: #f60;
}

/* ブラウザのCSSをリセット */
p {
  margin: 0 !important;
  padding: 0 !important;
}

section {
  clear: both;
  overflow: auto;
}

/*-------------------------------------
全体レイアウト/背景設定(PC)
-------------------------------------*/
/* 全体エリア(全体背景を設定するにはここ) */
.main {
  background-color: #f2f2f2;
}

/* 記事(ボディ)エリア */
.article {
  font-size: 1.6em;
  /* 16px */
  width: 100%;
}

/* 記事(ボディ)エリアの行間 */
.article p {
  line-height: 1.6;
}

.article img {
  width: 100%;
}

/* カラム全体の幅を変更する */
.top_image_in,
.section_inr {
  width: 1000px;
  margin: 0 auto;
}

.content_layout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.content_border {
  background-color: #626063;
  margin: 0.5rem;
  border-radius: 2rem;
}

.column {
  flex: 1;
  padding: 1rem 0.5rem;
}

.article#about,
.article#access {
  background-color: #446725;
}

.article#menu {
  background-color: #626063;
}

/*-------------------------------------
ファーストビュー設定
-------------------------------------*/
.top_image {
  /* background-image: url(../images/top_image_back.jpg); */
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}

.top_image_in img {
  width: 100%;
}

.slider {
  height: calc(100vw * 0.84);
  overflow: hidden;
  position: relative;
  /* max-width: 100%; */
  max-height: 830px;
}

.slider div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: slide-fade;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

@keyframes slide-fade {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    z-index: 0;
  }
}

.slider div:first-of-type {
  background-image: url(../images/top_image_front.jpg);
}

.slider div:nth-of-type(2) {
  background-image: url(../images/about_sweet_img_fv.jpg);
  animation-delay: 5s;
}

.slider div:last-of-type {
  background-image: url(../images/about_store_img_fv.jpg);
  animation-delay: 10s;
}

/*-------------------------------------
上部固定ヘッダー設定
-------------------------------------*/
/* 上部固定ヘッダー全体 */
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  overflow: auto;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  background-color: white;
  min-height: 50px;
}

/* ヘッダー部分をカラム幅にする */
.header_inr {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* ヘッダーのロゴ */
.header_logo {
  width: 25%;
  float: left;
  margin: 0;
  height: 100%;
  object-fit: contain;
}

/* ヘッダーの電話ボタン */
.header_tel {
  width: 25%;
  float: right;
}

.gNav {
  width: 50%;
  padding: 0 3rem;
}

/* ヘッダー内の画像が常に100%幅表示 */
.header_mail img,
.header_tel img {
  width: 100%;
  object-fit: contain;
}

.header_logo img {
  width: 100%;
}

/*-------------------------------------
ハンバーガーメニュー
-------------------------------------*/
ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.hamburger {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}

.logo {
  font-size: 40px;
  font-weight: 700;
}

.hamburger .btn-gNav {
  position: fixed;
  right: 20px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.btn-gNav,
.fixed_phone {
  display: none;
}

.gNav .gNav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}

.gNav .gNav-menu a {
  margin: 0 auto;
  padding: 0 5px;
}

.gNav .gNav-menu a {
  color: #42362c;
}

.active_style {
  text-decoration: underline;
}

/*-------------------------------------
見出しタグ設定(PC)
-------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}

h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  font-weight: bold;
  border: 1px solid #000;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

/*-------------------------------------
メニューエリア設定
-------------------------------------*/
.menu_btn,
.pizza_menu_btn {
  justify-content: center;
  margin: 1rem auto;
  cursor: pointer;
  width: 50%;
}

.menu_list,
.pizza_menu_list {
  background: #fff;
  padding: 2rem 4rem;
  margin: 1rem auto;
  max-width: 80%;
}

.menu_list .menu_cate_title,
.pizza_menu_list .menu_cate_title {
  width: 20%;
  margin: 1rem auto;
}

.menu_list ul,
.pizza_menu_list ul {
  padding: 0;
}

.menu_list ul li .menu_list_inr,
.pizza_menu_list ul li .menu_list_inr {
  margin: 0.5em 0em;
  padding: 0.1em;
  border-bottom: 1px solid #ccc;
}

.menu_list ul li div .menu_list_name,
.pizza_menu_list ul li div .menu_list_name {
  font-size: 1.2em;
  font-weight: bold;
}

.menu_list ul li div .menu_list_price,
.pizza_menu_list ul li div .menu_list_price {
  float: right;
}

/*-------------------------------------
アクセス情報エリア設定
-------------------------------------*/
.map {
  height: 70vw;
  max-height: 500px;
  padding: 1rem;
}

/*-------------------------------------
店舗情報エリア設定
-------------------------------------*/
.article#store_info {
  background-color: #fff;
  padding-bottom: 1rem;
}

.info_content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1rem;
}

.store_info_txt {
  width: 100%;
}

.store_area {
  width: 70%;
  margin: 0 auto;
}

.store_area dl {
  display: flex;
  letter-spacing: 0.1em;
  text-align: left;
  justify-content: space-between;
  border-bottom: 1px dashed #908983;
  padding: 7px 0 9px;
  margin: 0
}

.store_area .store_detail dl dt {
  width: 30%;
}

.store_area .store_detail dl dd {
  width: 70%;
}

.store_area .store_detail dt,
.store_area .store_detail dd {
  margin: 0;
}

.store_area .store_detail img {
  width: 40%;
}

/*-------------------------------------
フッター設定
-------------------------------------*/
.footer {
  background: #42362c;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}

.footer a {
  color: #fff;
}