@charset "UTF-8";
/* CSS Document */
/* //////////////////// ファーストビュー ////////////////////*/
.top_h1_max450px {
 display: none;
}
.top_h1_max355px {
  display: none;
}
.top_hero_layout {
  display: flex;
  margin-bottom: -60px;
}
.top_hero {
  display: block;
  /*width: 100%;*/
}
.top_h1 {
  margin-left: 60px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
/* ///////// ファーストビューのメイン写真 //////////*/
/* ////////////////左の写真 ////////////////*/
.section_top_h1_image_left {
  width: 484px;
  height: 363px;
  object-fit: cover;
  position: absolute;
  /* ////動きをつける////*/
  z-index: 10;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  -webkit-animation: anime 19s 0s infinite;
  animation: anime 19s 0s infinite;
}
.main_imgBox_left {
  width: 484px;
  height: 363px;
  overflow: hidden;
  position: relative;
  margin-right: 32px;
}
.section_top_h1_image_left:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.section_top_h1_image_left:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
/* ////ここまで左の写真////*/
/* ////////////////右の写真 ////////////////*/
.section_top_h1_image_right {
  position: absolute;
  width: 484px;
  height: 363px;
  object-fit: cover;
  right: 0;
  /* ////動きをつける////*/
  z-index: 10;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  -webkit-animation: anime 19s 0s infinite;
  animation: anime 19s 0s infinite;
}
.main_imgBox_right {
  width: 484px;
  height: 363px;
  overflow: hidden;
  position: relative;
}
.section_top_h1_image_right:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.section_top_h1_image_right:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
/* ////フェード時間の調整////*/
@keyframes anime {
  0% { /*0秒 */
    opacity: 0;
  }
  30% { /*6秒 */
    opacity: 1;
  }
  60% { /*12秒 */
    opacity: 0;
    transform: scale(1.08);
    z-index: 9;
  }
  100% { /* 18秒 */
    opacity: 0
  }
}
/* ///////// ここまで ファーストビューのメイン写真 //////////*/
.top_h1_point {
  font-family: "Baskerville", "Libre Baskerville", "serif";
  font-size: 1.8rem;
}
.top_hero_layout {
  padding-top: 156px;
}
.max450px {
  display: none;
}
/* /////////////////////////// リンク先の調整について ///////////////////////////*/
.link_menu {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
/* //////////////////////////////// トップ／Menu ////////////////////////////////*/
.top_menu {
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #F8F3EA;
  justify-content: center;
}
.top_menu_pan {
  padding-right: 15px;
  width: 320px;
  text-align: center;
}
.top_menu_pan_imagephoto {
  height: 245px;
  object-fit: cover;
  margin-bottom: 10px;
}
.top_menu_pan_slide {
  /* 左右両端揃え */
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 20px;
}
.more_layout {
  position: relative;
}
.more {
  color: #000000; /* RGB */
  font-family: 'Baskerville', 'Georgia', sans-serif;
  font-weight: 600;
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 2px;
  width: 180px;
  height: 25px;
  border: 1px solid #000000;
  margin-top: 35px;
  position: absolute;
  right: 30px;
}
.more:hover, .more2:hover {
  letter-spacing: 10px; /*文字間かわる*/
  cursor: pointer;
  transition: 0.8s; /*時間*/
  opacity: 0.3; /*透過*/
}
.top_menu_pan_image:hover {
  transform: scale(0.98);
  opacity: 0.5; /*透過*/
  transition: 0.8s; /*時間*/
}
/* TOPページのメニューのスリックのスライドボタンデザインかえる */
.top_menu_pan_slide .slick-dots li button:before {
  display: block;
  width: 26px;
  height: 5px;
  content: '';
  opacity: .25;
  background-color: #938075;
  margin: -20px 0;
}
.top_menu_pan_slide .slick-dots li {
  margin: 0 10px;
}
/* //////////////////////////////// トップ／Information ////////////////////////////////*/
/*/////// 共通 背景のチェック 白地にグレー //////// */
.bg_01 {
  width: 100%;
  background-image: linear-gradient(#F0F0F0 1px, transparent 0), linear-gradient(90deg, #F0F0F0 1px, transparent 0);
  background-size: 12px 12px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 70px;
  padding-bottom: 45px;
}
.top_title_Information_layout {
  /* 親要素（外枠）に対して左右センター揃え */
  text-align: center;
}
.top_title_Information_h3 {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 2.6rem;
  margin: 0 30px;
}
.top_Information_instagram {
  display: flex;
  color: #000000; /* RGB */
  font-family: 'Baskerville', 'Georgia', sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 2px;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 10px;
}
.top_Information_instagram:hover {
  letter-spacing: 5px; /*文字間かわる*/
  cursor: pointer;
  transition: 0.8s; /*時間*/
  opacity: 0.2; /*透過*/
}
.Information_icon_instagram {
  width: 24px;
  height: 24px;
}
.Information_instagram_account {
  margin-left: 10px;
}
.Information_instagram_account a {
  text-decoration: none;
  color: #000;
}
.more_layout2 {
  position: relative;
}
.more2 {
  color: #000000; /* RGB */
  font-family: 'Baskerville', 'Georgia', sans-serif;
  font-weight: 600;
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 2px;
  width: 180px;
  height: 25px;
  border: 1px solid #000000;
  right: 30px;
  float: right;
  position: relative;
  top: -40px;
}
/* /// インスタグラム掲載  ///*/
.snapwidget {
  margin-top: 18px;
  margin-bottom: 20px;
}
/* //////////////////////////////// トップ／Reservation  ////////////////////////////////*/
.top_title_Reservation_max630px {
  display: none;
}
.top_Reservation_max999px {
  display: none;
}
.top_Reservation {
  background-color: #F8F3EA;
  padding-top: 70px;
  padding-bottom: 70px;
}
.top_Reservation_image_text {
  display: flex;
}
.top_title_Reservation h2 {
  position: relative;
  right: 30px;
  background-color: #ffffff;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  width: 470px;
  height: 59px;
  line-height: 60px;
  margin-bottom: 30px;
}
.top_Reservation_image {
  display: flex;
}
.reservation_image02_03 {
  display: flex;
  flex-direction: column;
}
.reservation_image01 {
  width: 300px;
  height: 225px;
  object-fit: cover;
  margin-right: 8px;
  /* 天地中央揃え */
  margin-top: auto;
  margin-bottom: auto;
}
.reservation_image02 {
  width: 190px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 8px;
}
.reservation_image03 {
  width: 190px;
  height: 140px;
  object-fit: cover;
}
.point {
  font-size: 1.4rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', '游明朝体+36ポかな', 'YuMincho +36p Kana', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
  color: #000000;
  width: 50px;
  height: 20px;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  background-color: #ffffff;
}
.reservation_text {
  margin-left: auto;
  margin-right: 30px;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
.reservation_text_contents {
  margin-left: 30px;
}
.reservation_text_contents_01 {
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.reservation_text_contents_02 {
  margin-top: 10px;
  line-height: 30px;
  letter-spacing: 1px;
}
.reservation_text_contents_midashi {
  color: #000000; /* RGB */
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: 3px;
}
/* //////////////////////////////// トップ／Guide  ////////////////////////////////*/
.top_about_guide {
  margin-top: 25px;
}
.top_about_map {
  width: 100%;
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-color: #F0F0F0;
  background-size: 12px 12px;
height: 480px;
}
/* //////////////////////////////// メニューページ  ////////////////////////////////*/
.menu_top {
  display: block;
  padding-top: 136px;
  background-color: #F8F3EA;
  padding-bottom: 100px;
}
.menu_title_menu_max630px {
  display: none;
}
.mega__menu-second_max630px {
  display: none;
}
.menu_title_menu h2 {
  background-color: #ffffff;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  width: 390px;
  height: 59px;
  line-height: 60px;
  /* 左右センター揃え */
  margin-left: auto;
  margin-right: auto;
  position: relative; /* staticだとz-indexが効かないので */
  z-index: 2;
}
.menu_top_image img {
  display: block;
  width: 80%;
  height: 320px;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
  top: -20px;
  z-index: 1;
}
.menu_message_box {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
  line-height: 48px;
  font-size: 1.8rem;
}
.menu_message_box_max630px {
  display: none;
}
/* ////////////////// メニューページのメガメニュー ////////////////// */
.mega__menu-second a::before {
  content: "●";
  color: #C1AC93;
  opacity: 0.6;
}
.mega__menu-second_max630px a::before {
  content: "●";
  color: #C1AC93;
  opacity: 0.6;
}
.mega__menu_line {
  border-bottom: 1px solid #C1AC93; /* 下線 */
  padding-bottom: 10px;
}
.mega__menu_line:hover {
  letter-spacing: 6px;
  transition: 0.4s; /*時間*/
}
.menu_pagemenu_box {
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
}
.menu_pagemenu_box li {
  display: inline-block;
  padding: 10px 40px;
}
.menu_pagemenu_box li a {
  color: #000000;
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 45px;
  text-decoration: none;
}
.mega__menu_sub:hover {
  color: #C1AC93; /*ホバーした時の文字色*/
  padding-bottom: 5px;
}
.menu_pagemenu_box li a:hover {
  color: #C1AC93; /*ホバーした時の文字色*/
  padding-bottom: 5px;
}
.mega__menu_sub {
  color: #C1AC93; /* RGB */
  font-family: 'Baskerville', 'Georgia', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 1.5px;
}
.mega__menu-second li {
  display: inline-block;
  padding: 10px 0px;
}
.mega__menu-second li a {
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.mega__menu-second li a:hover {
  border-bottom: 1px solid #C1AC93;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.mega__menu-second {
  visibility: hidden;
  opacity: 0;
}
.menu_pagemenu_box li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
li.mega__menu ul.mega__menu-second {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #ffffff; /* メガメニューの背景色 */
  border-bottom: 1px solid #000000;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
li.mega__menu:hover ul.mega__menu-second {
  top: 80px;
  visibility: visible;
  opacity: 1;
  width: 100%;
  z-index: 50;
  padding: 22px;
}
/* //////////// メガメニューここまで//////////// */
/* ////////メニューページ内　レイアウト　共通//////// */
.menu_point {
  font-family: 'Baskerville', 'Georgia', sans-serif;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 4.0rem;
  letter-spacing: 2px;
}
.menu_name {
  color: #000000; /* RGB */
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 55px;
  letter-spacing: 3px;
  border: 2px solid #C1AC93;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.menu_name::before {
  content: "“";
  color: #000000;
  font-family: "Baskerville", "Libre Baskerville", "serif";
  font-size: 2.6rem;
  vertical-align: 3px;
}
.menu_name::after {
  content: "”";
  color: #000000;
  font-family: "Baskerville", "Libre Baskerville", "serif";
  font-size: 2.6rem;
  vertical-align: 3px;
}
.menu_text {
  height: auto;
  line-height: 36px;
  /* テキスト均等割付 */
  text-align: justify;
  text-justify: auto;
}
.menu_nakama {
  font-size: 1.4rem;
  letter-spacing: 2px;
  height: 55px;
  min-width: 190px;
  width: 190px;
  border: 1px solid #000;
  border-left: none;
  padding-right: 20px;
  text-align: right;
  line-height: 55px;
  margin-right: 20px;
  margin-top: 5px;
}
.menu_nakama_content {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', '游明朝体+36ポかな', 'YuMincho +36p Kana', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 1px;
  margin-right: 30px;
}
.menu_nakama_textbox {
  display: flex;
}
.menu_img {
  position: relative;
  width: 45%;
  /* height: 88%;*/
}
.menu_img div {
  height: 100%;
}
/* スリックのスライドボタンデザインかえる */
.menu_img .slick-dots li button:before {
  display: block;
  width: 26px;
  height: 5px;
  content: '';
  opacity: .25;
  background-color: #938075;
  margin: -20px 0;
}
.menu_img .slick-dots li {
  margin: 0 10px;
}
/* ////////ここまでが共通//////// */
.menu_photo_text {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 60px;
  align-items: stretch;
}
.menu_text_box {
  position: relative;
  width: 40%;
  order: 2;
  margin-right: 9%;
}
.menu_img img {
  position: absolute;
  width: 45%;
  height: 88%;
  object-fit: cover;
  order: 1;
}
.menu_type_00 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
/* //////食パンの種類 キャプションと画像///////*/
.menu_caption_layout {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
}
.menu_img_caption {
  display: inline-block;
  text-align: center;
}
.menu_img_caption img {
  width: 86%;
  border-radius: 50%;
}
.menu_caption {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', '游明朝体+36ポかな', 'YuMincho +36p Kana', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 2px;
}
.menu_caption_layout_max630px {
  display: none;
}
/* //////食パンの種類 キャプションと画像　ここまで///////*/
/* //////【背景がベージュ】写真が左・文字が右///////*/
.menu_photo_text_type_01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 60px;
  align-items: stretch;
}
.menu_text_box_type_01 {
  position: relative;
  width: 40%;
  margin-left: 9%;
}
.menu_img_type_01 img {
  position: absolute;
  width: 45%;
  height: 88%;
  object-fit: cover;
  right: 0;
}
.menu_img_type_01 {
  width: 45%;
}
.menu_type_01 {
  background-color: #F8F3EA;
  padding-top: 70px;
  padding-bottom: 70px;
}
.menu_type_onebox_Induction {
  background-color: #C1AC93;
  width: 24%;
  height: 34px;
  line-height: 34px;
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 20px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 0 auto;
}
.menu_type_onebox_Induction:hover {
  transition: 0.5s; /*時間*/
  opacity: 0.6; /*透過*/
  letter-spacing: 5px; /*文字間かわる*/
}
.menu_type_onebox_link {
  text-decoration: none;
}
/*/////// 共通 背景のチェック グレーに白 //////// */
.menu_type_seasonal {
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-color: #F0F0F0;
  background-size: 12px 12px;
}
/*/////// 共通 背景のチェック ベージュに白 //////// */
.menu_type_onebox {
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-color: #F8F3EA;
  background-size: 12px 12px;
}
.ScrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  background: #C1AC93;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
  z-index: 70;
}
.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}
/* //////////////////////////////// アバウトページ  ////////////////////////////////*/
.about_top {
  padding-top: 136px;
  background-color: #F8F3EA;
  position: relative;
}
.about_message_box {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 48px;
  font-size: 2.1rem;
  letter-spacing: 2.0px;
}
.about_message_box_sub {
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 4.0rem;
  letter-spacing: 1.5px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about_message {
  margin-bottom: 55px;
}
.about_message_layout_max630px {
  display: none;
}
.about_parking_textbox {
  /* テキスト均等割付 */
  text-align: justify;
  text-justify: auto;
}
/*/////////////アバウトページ　トップの写真///////////////*/
.menu_img_about01 {
  position: relative;
  width: 100%;
}
/* スリックのスライドボタンデザインかえる */
.menu_img_about01 .slick-dots li button:before {
  display: block;
  width: 26px;
  height: 5px;
  content: '';
  opacity: .25;
  background-color: #ffffff;
  margin: -20px 0;
}
.menu_img_about01 .slick-dots li {
  margin: 0 10px;
}
/* 写真のサイズ */
.slick_pan_01_about01 img {
  width: 50%;
  max-width: 500px;
  height: 250px;
  object-fit: cover;
  order: 2;
  position: absolute;
}
/* 写真のサイズ */
.slick_pan_01_about01 img {
  width: 50%;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  order: 2;
  position: absolute;
}
/* ////////////////ここまで アバウトページ メイン写真動き////////////////*/
.about_guide {
  padding-top: 70px;
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-color: #F0F0F0;
  background-size: 12px 12px;
  padding-left: 10%;
  padding-right: 10%;
}
.about_guide_shopname {
  text-align: center;
  line-height: 48px;
  font-size: 2.1rem;
  letter-spacing: 2.0px;
  /* 背景にかけて文字だけ上げる */
  position: relative;
  top: -20px;
}
.about_guide_content {
  background-color: #ffff;
  width: 75%;
  /* 左右センター揃え */
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 30px;
}
.formitem {
  display: flex;
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 40px;
  border-bottom: solid 2px #F1F1F1;
}
.formitem dt {
  width: 20%;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', '游明朝体+36ポかな', 'YuMincho +36p Kana', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 1.4rem;
}
.about_guide_shopname_max630px {
  display: none;
}
.formitem_max460px {
  display: none;
}
.about_map {
  width: 100%;
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-color: #F0F0F0;
  background-size: 12px 12px;
height: 270px;
}
.about_parking {
  width: 100%;
  padding-top: 58px;
  /*padding-bottom: 20px;*/
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-color: #F0F0F0;
  background-size: 12px 12px;
  display: flex;
  height: 210px;
}
/*/////////////アバウトページ　駐車場の写真///////////////*/
.menu_img_about02 {
  position: relative;
  width: 45%;
  height: 250px;
}
.menu_img_about02 div {
  height: 100%;
}
/* スリックのスライドボタンデザインかえる */
.menu_img_about02 .slick-dots li button:before {
  display: block;
  width: 26px;
  height: 5px;
  content: '';
  opacity: .25;
  background-color: #ffffff;
  margin: -20px 0;
}
.menu_img_about02 .slick-dots li {
  margin: 0 10px;
}
/* 写真のサイズ */
.slick_pan_01_about02 img {
  width: 50%;
  max-width: 500px;
  height: 250px;
  object-fit: cover;
  order: 2;
  position: absolute;
}
/*///////////ここまでアバウトページ　駐車場の写真///////////*/
.about_parking_text {
  margin-left: 40px;
  margin-right: 5%;
  width: 40%;
  order: 1;
}
.about_parking_title {
  font-size: 2.1rem;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
.about_parking_textbox {
  line-height: 3.5rem;
  letter-spacing: 1.5px;
}
.about_parking_layout {
  display: flex;
}
.about_parking_textbox_point {
  background-color: #fff;
  padding: 7px 2px 7px 10px;
  margin-right: 7px;
}
/* ////////////////ここまで アバウトページ 店舗情報の写真動き////////////////*/
/* //////////////// 店舗情報のスクロール促す動き////////////////*/
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  display: block;
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 20%;
  right: 4%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1.5s ease-in-out infinite;
  z-index: 50;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 2.5%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -7px;
  bottom: 320px;
  /*テキストの形状*/
  color: #000000;
  font-size: 0.7rem;
  line-height: 2.2rem;
  /*縦書き設定*/
  -ms-writing-mode: tb;
  -webkit-writing-mode: vertical;
  writing-mode: vertical;
}
/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 210px;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #000000;
  transform: skewX(-31deg);
}
.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 210px;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 100px;
  background: #000000;
}
/* ////////////////////////////////// ここからレスポンシブ対応 ///////////////////////////////////*/
/* /////////////// 画面幅が999px以上になった時 ////////////////*/
@media (min-width: 1000px) {
  .max999px {
    display: none;
  }
}
/* /////////////// 画面幅が1000px以下になった時 ////////////////*/
@media (max-width: 999px) {
  .min1000px {
    display: none;
  }
  .max999px_top_hero_layout {
    padding-top: 156px;
  }
  /* ///  画面幅が1000px以下のメニュー パンの種類 部分 ///*/
  .top_menu {
    padding-top: 80px;
  }
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 30px;
  }
  .top_menu_pan_image img {
    width: 400px;
  }
  .top_menu_pan h4 {
    width: 400px;
  }
  /* ////////   予約部分   /////////*/
  .top_Reservation_min1000px {
    display: none;
  }
  .top_title_Reservation h2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
  .top_Reservation_image {
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 100%;
  }
  .reservation_image01 {
    width: 30%;
    height: 200px;
    object-fit: cover;
    margin-right: 0px;
  }
  .reservation_image02 {
    width: 30%;
    height: 200px;
    object-fit: cover;
    margin: 0 8px;
  }
  .reservation_image03 {
    width: 30%;
    height: 200px;
    object-fit: cover;
  }
  .reservation_text {
    margin: 0px;
    width: 100%;
  }
  .reservation_text_contents {
    margin-left: 15%;
    margin-right: 15%;
  }
  .top_Reservation_max999px {
    display: block;
  }
  .point_day {
    width: 100%;
    display: flex;
  }
  .point {
    padding: 5px 5px 5px 5px;
    width: 15%;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }
  .point_text {
    height: 30px;
    line-height: 30px;
  }
  .point_text_2 {
    height: 30px;
    line-height: 30px;
  }
  .reservation_text_contents_02 {
    line-height: 10px;
    margin-top: 20px;
  }
}
@keyframes anime_max999px {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: scale(1.08);
    z-index: 9;
  }
  100% { /* 30秒  */
    opacity: 0
  }
}
/* /////////////// 画面幅が800px以下になった時 ////////////////*/
@media (max-width: 800px) {
  /*
  .top_guide_img {
    bottom: -40px;
  }
  */
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 7px;
  }
  .top_menu_pan_image img {
    width: 370px;
  }
  .top_menu_pan h4 {
    width: 370px;
  }
  .menu_caption {
    font-size: 1.4rem;
  }
  .about_guide_content {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .formitem dt {
    width: 20%;
  }
}
/* /////////////// 画面幅が750px以下になった時 ////////////////*/
@media (max-width: 750px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 14px;
  }
  .top_menu_pan_image img {
    width: 350px;
  }
  .top_menu_pan h4 {
    width: 350px;
  }
}
/* /////////////// 画面幅が730px以下になった時 ////////////////*/
@media (max-width: 730px) {
  .menu_name {
    font-size: 2.6rem;
    padding-left: 20px;
    line-height: 52px;
  }
  .about_guide {
    padding-left: 3%;
    padding-right: 3%;
  }
  .about_parking_text {
    margin-left: 30px;
    width: 45%;
    order: 1;
    margin-right: 20px;
  }
}
/* /////////////// 画面幅が700px以下になった時 ////////////////*/
@media (max-width: 700px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 5px;
  }
  .top_menu_pan_image img {
    width: 340px;
  }
  .top_menu_pan h4 {
    width: 340px;
  }
  .max999px_top_hero_layout {
    padding-top: 120px;
  }
  .menu_top {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .menu_message_box {
    line-height: 44px;
    font-size: 1.6rem;
  }
  .menu_top_image {
    height: 320px;
  }
  .about_top {
    padding-top: 100px;
  }
  .about_parking_text {
    margin-left: 20px;
  }
}
/* /////////////// 画面幅が680px以下になった時 ////////////////*/
@media (max-width: 680px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 8px;
  }
  .top_menu_pan_image img {
    width: 320px;
  }
  .top_menu_pan h4 {
    width: 320px;
  }
}
/* /////////////// 画面幅が650px以下になった時 ////////////////*/
@media (max-width: 650px) {
  .top_h1 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 10px;
  }
  .top_menu_pan_image img {
    width: 300px;
  }
  .top_menu_pan h4 {
    width: 300px;
  }
}
/* /////////////// 画面幅が630px以下になった時 ////////////////*/
@media (max-width: 630px) {
  /* スリックのスライドボタンデザインかえる */
  .max999px_top_image .slick-dots li button:before {
    margin: 120px 0;
  }
  .top_title_Information h2 {
    display: none;
  }
  .top_title_Information_max630px {
    display: block;
    background-color: #ffffff;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    width: 290px;
    height: 84px;
    line-height: 60px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
  }
  .top_title_Reservation {
    display: none;
  }
  .top_title_Reservation_max630px {
    position: absolute;
    display: block;
    background-color: #ffffff;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    width: 290px;
    height: 84px;
    line-height: 60px;
    margin-bottom: 0px;
    padding-top: 12px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .top_Reservation_image_text {
    position: relative;
  }
  .top_Reservation_image {
    margin-top: 80px;
  }
  .top_about_map {
  width: 100%;
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-color: #F0F0F0;
  background-size: 12px 12px;
height: 400px;
}
  .menu_img_about02 {
    position: relative;
    width: 100%;
    height: 180px;
  }
  .reservation_text_contents {
    margin-left: 5%;
    margin-right: 5%;
  }
  .reservation_text_contents_midashi {
    font-size: 1.7rem;
    line-height: 3.0rem;
    letter-spacing: 2px;
  }
  /* ////////////////// ここからメニューページ 630px以下のメガメニュー ////////////////// */
  .menu_top {
    display: block;
  }
  .mega__menu_line {
    border-bottom: 1px solid #C1AC93; /* 下線 */
    padding-bottom: 10px;
  }
  .menu_pagemenu_box {
    position: relative;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: column;
  }
  .menu_pagemenu_box li {
    display: inline-block;
    padding: 10px 0px;
  }
  .menu_pagemenu_box li a {
    color: #000000;
    font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 45px;
    text-decoration: none;
  }
  .mega__menu_sub:hover {
    color: #C1AC93; /*ホバーした時の文字色*/
    padding-bottom: 5px;
  }
  .menu_pagemenu_box li a:hover {
    color: #C1AC93; /*ホバーした時の文字色*/
    padding-bottom: 5px;
  }
  .mega__menu_sub {
    color: #C1AC93; /* RGB */
    font-family: 'Baskerville', 'Georgia', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
  }
  .mega__menu-second_max630px li {
    display: inline-block;
    padding: 0;
  }
  .mega__menu-second_max630px li a {
    /* font-size: 1.4rem;*/
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mega__menu-second_max630px li a:hover {
    border-bottom: 1px solid #C1AC93;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  ul.mega__menu-second_max630px {
    visibility: hidden;
    opacity: 0;
  }
  .menu_pagemenu_box li:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  li.mega__menu ul.mega__menu-second_max630px {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #ffffff; /* メガメニューの背景色 */
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  li.mega__menu:hover ul.mega__menu-second_max630px {
    top: 80px;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .mega__menu-second_content_max630px {
    font-size: 1.2rem;
  }
  .mega__menu_text {
    padding-bottom: 10px;
  }
  .mega__menu_line {
    font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 1.8rem;
  }
  /* ///////// メニューページ 630px以下のスリックスライド/////// */
  .menu_img {
    width: 100%;
    height: 70%;
  }
  .slick-dots li {
    bottom: 10px;
  }
  .menu_img .slick-dots li button:before {
    background-color: #fff;
    margin: -20px 0;
    opacity: .30;
  }
  /* //////////// ここまで メニューページ 630px以下のメガメニュー //////////// */
  /* //////ここからメニューページ【背景が白】  630px以下///////*/
  .menu_title_menu {
    display: none;
  }
  .menu_title_menu_max630px {
    display: block;
    background-color: #ffffff;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    width: 196px;
    height: 84px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    z-index: 10;
    position: relative;
  }
  .menu_top_image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin: 0 auto;
    z-index: 1;
    top: -50px;
  }
  .menu_message_box {
    margin-top: 0px;
    display: none;
  }
  .menu_message_box_max630px {
    display: block;
    text-align: center;
    margin-bottom: 35px;
    line-height: 38px;
    font-size: 1.6rem;
  }
  .menu_photo_text {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
  }
  .menu_text_box {
    margin: 0 auto;
    position: relative;
    width: 86%;
    order: 1;
  }
  .menu_img img {
    position: static;
    width: 100%;
    height: 70%;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .menu_type_00 {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu_caption_layout_max630px {
    display: block;
    justify-content: space-between;
    margin-left: 60px;
    margin-right: 60px;
  }
  .menu_img_caption {
    display: inline-block;
    text-align: center;
  }
  .menu_img_caption img {
    width: 80%;
    border-radius: 50%;
  }
  .menu_caption_layout {
    display: none;
    margin-left: 20%;
    margin-right: 20%;
  }
  .menu_caption_layout01_max630px {
    display: flex;
    padding-top: 5px;
  }
  .menu_caption_layout02_max630px {
    display: flex;
    padding-top: 25px;
  }
  .menu_caption_layout03_max630px {
    display: flex;
    padding-top: 25px;
  }
  .menu_caption {
    font-size: 1.5rem;
  }
  /* //////ここまで メニューページ【背景が白】  630px以下///////*/
  /* ////// ここから メニューページ【背景がベージュ】  630px以下///////*/
  .menu_photo_text_type_01 {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
  }
  .menu_text_box_type_01 {
    margin: 0 auto;
    position: relative;
    width: 86%;
    order: 2;
  }
  .menu_img_type_01 img {
    position: static;
    width: 100%;
    height: 70%;
    object-fit: cover;
    margin-bottom: 10px;
    order: 1;
  }
  .menu_type_01 {
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu_type_onebox_Induction {
    background-color: #C1AC93;
    width: 82%;
    height: 34px;
    line-height: 34px;
    font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 20px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 auto;
  }
  .menu_type_onebox_link {
    text-decoration: none;
  }
  /* ////// ここまで メニューページ【背景がベージュ】630px以下///////*/
  .menu_type_seasonal, .menu_type_onebox {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  /* ////// ここから メニューページ【仲間】630px以下///////*/
  .menu_nakama {
    font-size: 1.4rem;
    letter-spacing: 2px;
    height: 40px;
    min-width: 190px;
    width: 190px;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    padding-left: 20px;
    text-align: left;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .menu_nakama_content {
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', '游明朝体+36ポかな', 'YuMincho +36p Kana', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: 1px;
    margin-right: 0px;
    z-index: 5;
    text-align: justify;
  }
  .menu_nakama_textbox {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  /* ///// ここから　アバウトページ　画面幅が630px以下になった時 /////*/
  .about_message_layout {
    display: none;
  }
  /* スリックのスライドボタンの位置かえる */
.menu_img_about01 .slick-dots li button:before {
  margin: -10px 0;
}
  .about_message_layout_max630px {
    display: block;
  }
  .about_message_box_max630px {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 40px;
    font-size: 1.9rem;
    letter-spacing: 2.0px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .about_message_box_sub {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 3.8rem;
  }
  .about_message {
    margin-bottom: 40px;
  }
  .about_top {
    padding-bottom: 40px;
  }
.slick_pan_01_about01 img {
  width: 50%;
  max-width: 100%;
  object-fit: cover;
  order: 2;
  position: absolute;
  /* height: 500px;*/
}
  .about_guide {
    padding-top: 0px;
  }
  .about_guide_content {
    margin-top: 22px;
  }
  .about_guide_shopname_max630px {
    text-align: center;
    line-height: 30px;
    font-size: 2.4rem;
    letter-spacing: 2.0px;
    /* 背景にかけて文字だけ上げる */
    position: relative;
    top: -20px;
  }
  .about_guide_shopname {
    display: none;
  }
  .about_guide_shopname_max630px {
    display: block;
  }
  .about_guide_shopname_max630px_sub {
    font-size: 1.6rem;
  }
  /*アバウトページ　駐車場のテキスト*/
  .about_parking_text {
    margin-left: 0px;
    width: auto;
    margin-right: 0px;
    padding-left: 5%;
    padding-right: 5%;
  }
  /*アバウトページ　駐車場の写真*/
    .about_map {
height: 288px;
}
  .about_parking img {
    object-fit: cover;
    width: 75%;
    height: 180px;
    margin-top: 20px;
  }
  .about_parking {
    display: block;
    padding-top: 40px;
    padding-bottom: 0px;
    height: 260px;
  }
  .about_parking_text {
    margin-left: 0px;
    width: auto;
    margin-right: 0px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .about_parking_title {
    margin-bottom: 15px;
  }
  /* スリックのスライドボタンデザインかえる */
  .menu_img_about02 .slick-dots li button:before {
    margin: -10px 0;
  }
  .menu_img_about02 div {
    width: 300px;
  }
}
/* ////////// ここまで　画面幅が630px以下になった時 ///////////*/
/* /////////////// 画面幅が600px以下になった時 ////////////////*/
@media (max-width: 600px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 10px;
  }
  .top_menu_pan_image img {
    width: 280px;
  }
  .top_menu_pan h4 {
    width: 280px;
  }
}
/* /////////////// 画面幅が570px以下になった時 ////////////////*/
@media (max-width: 570px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 5px;
  }
  .top_menu_pan_image img {
    width: 260px;
  }
  .top_menu_pan h4 {
    width: 260px;
  }
  .reservation_text_contents {
    margin-left: 7%;
    margin-right: 7%;
  }
  .formitem {
    display: block;
    margin-bottom: 15px;
  }
  .formitem dt {
    line-height: 30px;
    background-color: #F1F1F1;
    width: 40%;
    text-align: center;
    margin-bottom: 5px;
  }
  .formitem dd {
    line-height: 30px;
    margin-bottom: 5px;
  }
  .about_guide_shopname_max630px {
    top: -21px;
  }
}
/* /////////////// 画面幅が540px以下になった時 ////////////////*/
@media (max-width: 540px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 30px;
  }
  .top_menu_pan_image img {
    width: 480px;
  }
  .top_menu_pan h4 {
    width: 480px;
  }
}
/* /////////////// 画面幅が520px以下になった時 ////////////////*/
@media (max-width: 520px) {
  .point {
    padding: 5px 5px 5px 5px;
    width: 70px;
    height: 40px;
    line-height: 40px;
    display: table-cell; /* テーブルセルにする */
    vertical-align: middle; /* 中央寄せ */
  }
  .point_text {
    width: 210px;
    height: 40px;
    line-height: 26px;
  }
  .point_text_2 {
    width: 210px;
    height: 50px;
    line-height: 50px;
  }
  .reservation_text_contents_02 {
    line-height: 10px;
  }
  .menu_img_caption img {
    width: 100%;
  }
  .menu_caption_layout_max630px {
    margin-left: 40px;
    margin-right: 40px;
  }
  .menu_img_caption {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* /////////////// 画面幅が500px以下になった時 ////////////////*/
@media (max-width: 500px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 0px;
  }
  .top_menu_pan_image img {
    width: 500px;
  }
  .top_menu_pan {
    padding-right: 0px;
  }
  .top_menu_pan h4 {
    width: 500px;
  }
}
/* /////////////// 画面幅が475px以下になった時 ////////////////*/
@media (max-width: 475px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 10px;
  }
  .top_menu_pan_image img {
    width: 455px;
  }
  .top_menu_pan h4 {
    width: 455px;
  }
}
/* /////////////// 画面幅が460px以下になった時 ////////////////*/
@media (max-width: 460px) {
  .formitem_min460px {
    display: none;
  }
  .formitem_max460px {
    display: block;
  }
}
/* /////////////// 画面幅が450px以下になった時 ////////////////*/
@media (max-width: 450px) {
  .top_h1_max999px {
  display: none;
  }
    .top_h1_max450px {
  display: inline-block;
      margin-left: 30px;
    margin-right: 5%;
      margin-bottom: 30px;
  }
  .top_menu {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
  }
  .top_menu_pan_imagephoto {
    object-fit: cover;
  }
  .top_menu_pan_image {
    width: 100%;
    margin: 0 auto;
  }
  .top_menu_pan h4 {
    text-align: center;
  }
  .more_layout {
    display: block;
    width: 100%;
  }
  .more {
    width: 87%;
    height: 35px;
    margin-top: 35px;
    position: relative;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 34px;
  }
  .bg_01 {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .top_title_Information_max630px {
    margin-bottom: 10px;
  }
  .top_Information_instagram {
    margin-top: 10px;
  }
  .snapwidget {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .more_layout2 {
    display: block;
    width: 100%;
  }
  .more2 {
    width: 87%;
    height: 35px;
    margin-top: 40px;
    position: relative;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    top: 0px;
    line-height: 34px;
  }
  .top_title_Information_layout {
    width: 100%;
    background-image: linear-gradient(#F0F0F0 1px, transparent 0), linear-gradient(90deg, #F0F0F0 1px, transparent 0);
    background-size: 12px 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  .top_Reservation {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .reservation_image01 {
    width: 49.5%;
    margin-right: 0.5%
  }
  .reservation_image02 {
    display: none;
  }
  .reservation_image03 {
    width: 49.5%;
    margin-left: 0.5%;
  }
  .top_about_guide {
    margin-top: 0px;
  }
  /*
  .top_guide_img_02 {
    display: none;
  }
  .top_guide_img {
    display: flex;
    position: relative;
    margin-right: 30px;
    padding-left: 0px;
    bottom: -40px;
  }
  .top_guide_img img {
    display: block;
    width: 80%;
    height: 160px;
    object-fit: cover;
    margin-right: 7px;
  }
  */
  .about_guide {
    padding-top: 0px;
  }
  /* //////  アバウトページの駐車場  画面幅が450px以下になった時 ///////*/
  .about_parking {
    padding-bottom: 0px;
  }
  .about_parking {
    display: block;
    padding-top: 40px;
    padding-bottom: 0px;
    bottom: -40px;
    width: 100%;
  }
  .about_parking img {
    object-fit: cover;
    width: 280px;
    height: 160px;
  }
    .menu_img_about02 {
    position: relative;
    width: 100%;
    height: 160px;
  }
  /* 写真のサイズ */
.slick_pan_01_about01 img {
  height: 330px;
}
}
/* /////////////// 画面幅が414px以下になった時 ////////////////*/
@media (max-width: 414px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 0px;
  }
  .top_menu_pan_image img {
    width: 414px;
  }
  .top_menu_pan h4 {
    width: 414px;
  }
}
/* /////////////// 画面幅が411px以下になった時 ////////////////*/
@media (max-width: 411px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 0px;
  }
  .top_menu_pan_image img {
    width: 411px;
  }
  .top_menu_pan h4 {
    width: 411px;
  }
}
/* /////////////// 画面幅が375px以下になった時 ////////////////*/
@media (max-width: 375px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 0px;
  }
  .top_menu_pan_image img {
    width: 375px;
  }
  .top_menu_pan {
    padding-right: 0px;
  }
  .top_menu_pan h4 {
    width: 375px;
  }
}
/* /////////////// 画面幅が360px以下になった時 ////////////////*/
@media (max-width: 360px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 0px;
  }
  .top_menu_pan_image img {
    width: 360px;
  }
  .top_menu_pan {
    padding-right: 0px;
  }
  .top_menu_pan h4 {
    width: 360px;
  }
}
/* /////////////// 画面幅が355px以下になった時 ////////////////*/
@media (max-width: 355px) {
  .top_h1_max450px {
    display: none;
  }
  .top_h1_max355px {
  display: inline-block;
      margin-left: 30px;
    margin-right: 5%;
      margin-bottom: 30px;
  }
}
/* /////////////// 画面幅が320px以下になった時 ////////////////*/
@media (max-width: 320px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 0px;
  }
  .top_menu_pan_image img {
    width: 320px;
  }
  .top_menu_pan {
    padding-right: 0px;
  }
  .top_menu_pan h4 {
    width: 320px;
  }
}
/* /////////////// 画面幅が280px以下になった時 ////////////////*/
@media (max-width: 280px) {
  .top_menu_pan_slide_content {
    position: relative;
    margin-left: 0px;
  }
  .top_menu_pan_image img {
    width: 280px;
  }
  .top_menu_pan {
    padding-right: 0px;
  }
  .top_menu_pan h4 {
    width: 280px;
  }
}