@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Kaisei+Opti&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');


body, h1, h2, h3, h4, h5, h6, p, div, span {
  font-size: 1rem;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

html {
  width: 100%;
  height: 100%;
  /* iOS謎余白の対策 */
  overflow-x: hidden;
}

body {
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  /* font-family: 'Kiwi Maru', serif, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  font-family: 'Zen Antique Soft', serif, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  /* シャギーを防ぐ指定 */
  transform: rotate(0.03deg);
  /* background-color: #dbd0a4; */
  /* background-color: #ebdcb8; */
  /* background: url("../img/kraft-paper-pattern-02.jpg") #ebdcb8 top right;*/
  /* background: url("../img/background_base2.jpg") #ebdcb8 top right repeat;
  background: url("../img/horohho_cafe.jpg") #ebdcb8 top right repeat; */
  background-color: #ffffff;
  color: #222222;
  width: 100%;
  /* font-size: 12px; */
  font-size: 1em;
  /* iOS謎余白の対策 */
  overflow-x: hidden;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  border: none;
}

/* * { box-sizing: border-box; } */

#detail_text a, #detail_text a:hover {
  color: #267afa;
}

#news_text a, #news_text a:hover {
  color: #267afa;
}

/* ------------------------------------- */

/*   Header
/* ------------------------------------- */

#header {
  position: relative;
  /* width: auto !important; */
  width: 100%;
  min-width: 1000px;
  height: 160px;
  border-bottom: 3px solid #afa187;
  background-color: #fff;
  z-index: 999;
  text-align: center;
  /* background: url(../img/background_base2.jpg) repeat-x scroll left bottom; */
  /* background-size: 536px 250px; */
  /* padding: 4px 2.5% 0; */
  /* position: relative; */
  border: 0px solid blue;
  /* html, body の hidden を打ち消す */
  overflow: auto;
  /* font-family: 'Kaisei Opti', serif; */
}

.site_branding {
  /* position: absolute; */
  position: relative;
  box-sizing: border-box;
  width: 1000px;
  height: 100%;
  /* height: 350px; */
  padding: 0px 0px 0px;
  text-align: center;
  /* background: url(../img/smp_header_bg.png) repeat-x scroll left bottom; */
  /* background-size: 536px 350px; */
  margin: 0 auto;
  /* min-width: 1000px; */
  background-color: #ffffff;
  border: 0px solid orange;
}

/* 
@media screen and (max-width: 740px) {
  #header {
    width: 100%;
    max-width: 740px;
    min-width: 300px;
    height: 240px;
  }
} */

/* @media print, screen and (min-width: 769px) { */

/* #header .site_branding { */

/* position: absolute; */

/* width: 1000px; */

/* margin: 0 auto; */

/* text-align: center; */

/* height: 195px; */

/* padding: 38px 20px; */

/* background: url(../img/smp_header_bg.png) repeat-x scroll left bottom; */

/* background-size: 536px 350px; */

/* min-width: 1000px; */

/* } */

/* } */

#header .site_title {
  position: relative;
  /* font-family: "Noto Sans", sans-serif; */
  font-size: 1em;
  font-weight: 400;
  /* line-height: 1.3636; */
  width: 300px;
  height: 140px;
  margin: 0 auto;
  text-align: center;
  background: url(../img/logo.png) no-repeat border-box center top/contain content-box;
  /* text-indent: 100%; */
  white-space: wrap;
  /* overflow: hidden; */
  box-sizing: border-box;
  border: 0px solid red;
  z-index: 10;
}

.site_title a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: #ffffff url(../img/logo.png) 0 0 no-repeat; */
  /* background: #ffffff url(../img/oizumi_mignamiguchi_logo.png) no-repeat center top/contain; */
  background-size: contain;
  /* margin: 0 auto; */
  border: 0px solid green;
  box-sizing: inherit;
  text-indent: -500px;
  white-space: nowrap;
  overflow: hidden;
  /* color: #ffffff; */
  pointer-events: auto;
}


/* @media print, screen and (min-width: 740px) {
  .site_title a {
    width: 250px;
    height: 84px;
    background: url(../img/logo.png) 0 0 no-repeat;
    background-size: 250px 84px;
    opacity: 1;
    transition: opacity 0.2s linear 0s;
    -ms-transition: opacity 0.2s linear 0s;
    -webkit-transition: opacity 0.2s linear 0s;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
} */

/* 
.site_title a span {
  display: none;
} */

#header .header_menu {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 80px;
  left: 0;
  text-align: center;
}

.header_menu ul {
  /* position: absolute; */
  width: 100%;
  /* top: 100px;
  left: 0; */
  /* list-style: none; */
  margin: 0;
  /* display: table; */
  /* table-layout: fixed; */
  text-align: center;
  border: 0px solid red;
  font-weight: 800;
}

.header_menu ul li {
  float: left;
  /* width: calc((1000px-250px)/4); */
  /* display: table-cell; */
  vertical-align: bottom;
  bottom: 0;
  color: rgba(0, 0, 0, 1.00);
  width: 150px;
  border: 0px solid green;
  font-size: 1.2rem;
}

/* .header_menu ul li:nth-child(3) {
  margin-left: 300px;
} */

/* 
@media screen and (min-width: 740px) {
  .main_navi ul {
    border-top: 0px solid rgba(51, 51, 51, 0.1);
    border-bottom: 0px solid rgba(51, 51, 51, 0.1);
  }
}

.main_navi>ul>li:first-child, .main_navi>li:first-child {
  border-top: 0;
} */

/* .main_navi ul li {
  border: solid;
  vertical-align: bottom;
  font-size: 1.3em;
  color: rgba(0, 0, 0, 0.7);
}*/

@media print, screen and (min-width: 769px) {
  .menu_item01 {
    margin-left: 25px;
  }

  .menu_item02 {
    margin-left: 10px;
  }

  .menu_item03 {
    margin-left: 345px;
  }

  .menu_item04 {
    margin-left: 10px;
  }
}

.header_menu ul li a {
  /* text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; */
  vertical-align: bottom;
  /* font-size: 1em; */
  font-weight: 600;
  line-height: 1.5em;
  border: 0px solid orange;
  display: block;
  /* width: 133px; */
  /* height: 41px; */
  /* margin: 0 auto 10px; */
}

.header_menu ul li a:hover, .header_menu ul li a:hover:before {
  color: #ae4545;
  text-decoration: none;
}

/** メニューアイコンの共通設定 **/

.header_menu ul li a::before {
  font-size: 1.2em;
  font-weight: 700;
  color: rgb(156, 130, 130);
}

.menu_item01 a::before {
  /* font-family: 'Font Awesome 5 Free';
  content: '\f581\A';*/
  white-space: pre-wrap;
}

.menu_item02 a::before {
  /* font-family: 'Font Awesome 5 Free';
  content: '\f129\A';*/
  white-space: pre-wrap;
}

.menu_item03 a::before {
  /*  font-family: 'Font Awesome 5 Free';
  content: '\f54e\A';*/
  white-space: pre-wrap;
}

.menu_item04 a::before {
  /* font-family: 'Font Awesome 5 Free';
  content: '\f3c5\A';*/
  white-space: pre-wrap;
}

#main_logo01 {
  width: 50%;
}

#main_logo02 {
  width: 50%;
}

.color0 {
  /*NEWS*/
  background: #005300;
}

.color1 {
  /*コンサート*/
  background: #e40000;
  /* background: #fddc58; */
  /* background: #a5d4ad; */
}

.color2 {
  /*イベント*/
  background: #ff9700;
  /* background: #a5d4ad; */
  /* background: #fab945; */
}

.color3 {
  /*配信のお知らせ*/
  background: #ff4a56;
  /* background: #fab945; */
  /* background: #d1bada; */
}

.color4 {
  /*江古田よみせ*/
  background: #000080;
  /* background: #d1bada; */
  /* background: #f3a9c9; */
}


.color_map {
  background: #ed6286;
}

.fontcolor0 {
  color: #aad4eb;
}

.fontcolor1 {
  color: #a5d4ad;
}

.fontcolor2 {
  color: #fab945;
}

.fontcolor3 {
  color: #d1bada;
}

.fontcolor4 {
  color: #f3a9c9;
}

.fontcolor5 {
  color: #fddc58;
}

.fontcolor6 {
  color: #ceb588;
}

.fontcolor7 {
  color: #c9c9c9;
}

#menu {
  width: 238px;
  margin-left: 5px;
  float: left;
  border-radius: 10px;
  /* background-color: rgba(248, 240, 223, 0.926); */
  font-size: 1.2rem;
  font-weight: 800;
  box-sizing: border-box;
}

#logo {
  text-align: center;
  padding: 14px 14px 0px;
}

#menu .side_menu {
  border: 0px solid #aa7744;
}

#menu .side_menu .label {
  margin: 0px 0px 0px 0px;
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  color: #aa7744;
  border: 1px solid #aa7744;
}

#menu .side_menu ul {
  padding: 20px 0;
  border-radius: 10px;
  background-color: rgba(248, 240, 223, 0.926);
  box-sizing: border-box;
}

#menu .side_menu li {
  margin: 0px 10px 0px 0px;
  margin-top: 10px;
  font-weight: 900;
}

#menu .side_menu li span {
  /* width: 30px; */
  width: 100%;
  height: 35px;
  display: block;
  /* text-align: center; */
  border-radius: 0px;
  margin-right: 5px;
  padding: 0px 10px 2px;
  color: #222222;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #888888;
  /* box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #222222; */
  box-sizing: border-box;
}

#menu li span i {
  line-height: 30px;
  /* color: #ffffff; */
  color: #aa7744;
  padding-right: 5px;
}

#menu .side_menu a:hover {
  text-decoration: none;
}

#about {
  padding: 20px 14px;
  /* font-size: 12px; */
  font-size: 1rem;
  border-top: 1px solid #f2f2ee;
}

#banner {
  /* border-top: 1px solid #f2f2ee; */
  width: 238px;
  padding: 0px 5px 20px 4px;
  box-sizing: border-box;
}

#banner img {
  margin-top: 5px;
}

#contents_wrapper {
  position: relative;
  margin: 10px auto 0;
  padding: 0 0 40px 0;
  width: 1000px;
  min-width: 1000px;
  min-height: 100%;
  height: auto;
  /* margin-bottom: -20px; */
  border: 0px solid blue;
  /* html, body の hidden を打ち消す */
  overflow: auto;
}

#list_contents {
  width: 756px;
  margin: 0 auto;
  border: 0px solid red;
  box-sizing: border-box;
}

#top_line {
  background-size: 100% 8px;
  padding: 0 0 22px 0;
  text-align: center;
}

#top_line>div {
  width: 25%;
  height: 8px;
  float: left;
}

#top_line>div:nth-of-type(1) {
  background: #a5d4ad;
}

#top_line>div:nth-of-type(2) {
  background: #fab945;
}

#top_line>div:nth-of-type(3) {
  background: #d1bada;
}

#top_line>div:nth-of-type(4) {
  background: #f3a9c9;
}

/* ----- 背景用の動画ファイル ----- */

.video_wrap {
  background: linear-gradient(-45deg, rgba(4, 114, 124, 0.4), rgba(17, 66, 99, 0.6));
}

#bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url('poster.jpg') no-repeat;
  background-size: cover;
}

#main_visual {
  /* margin: 20px 0 14px 250px; */
  margin: 20px auto 50px;
  position: relative;
  width: 100%;
  max-width: 1000px;
  /* width: 742px; */
  /* width: 1000px; */
  /* min-width: 600px; */
  height: auto;
  text-align: cneter;
  border: 0px solid blue;
}

#main_visual_caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

#main_visual_caption a {
  display: block;
  background-color: rgba(243, 99, 99, 0.7);
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.5rem;
  color: #ffffff;
}

#main_visual_caption a:hover {
  text-decoration: none;
  background-color: rgba(255, 89, 89, 1.0);
}

/* 
#slider {
  position: absolute;
  left: 30px;
  width: 800px;
  height: 300px;
  margin: 20px auto;

margin: 0 auto;
z-index: 10;
}

#slider img {
  border-radius: 7px;
  position: absolute;
  object-fit: cover;
  z-index: 10;
} */

.flexslider {
  position: relative;
  /* width: 750px;
  height: 340px; */
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0px !important;
  border: 0px solid red;
}

@media screen and (max-width: 970px) {
  #main_visual {
    height: auto;
  }

  .flexslider {
    /* width: 80%; */
    /* height: 150px; */
  }

  .flexslider video {
    /* height: 150px; */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .flexslider img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

.main_slides li img {
  background-color: none;
  height: 300px;
}

.flexslider video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 560px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.flexslider img {
  width: 100%;
  /* height: 300px; */
  max-height: 560px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* border-radius: 130px 123px 10px 14px / 11px 11px 19px 12px; */
}

.flexslider {
  position: relative;
}

.flexslider .loading:not(.load_end)::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  background-color: rgba(0, 0, 0, 0.5);
}

.flexslider .loading:not(.load_end)::after {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  display: block;
  content: ' ';
  background-image: url("../img/loadingimage.png");
  background-size: contain;
}

.flexslider .load_end::before {
  background: none;
}

.flexslider .load_end::after {
  background: none;
}


/* 店舗詳細のスライダーサムネイル表示 */

#carousel img {
  width: 95%;
  /* width: 130px; */
  /* max-height: 130px; */
  height: 100px;
  object-fit: cover;
}

#carousel .flex-control-nav {
  bottom: -10px;
}

#visual_logo {
  position: absolute;
  right: 40px;
  bottom: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 0 -4px 4px #222;
  line-height: 1.2;
  z-index: 11;
}

#visual_logo span {
  font-weight: normal;
  font-size: 20px;
}

#grid_contents {
  width: 756px;
}

.grid_box {
  width: 236px;
  /* height: auto; */
  margin: 0 0 14px 14px;
  vertical-align: baseline;
  /* box-sizing: border-box;
  display: inline-block;
  vertical-align: top; */
  border: 0px solid red;
  box-sizing: border-box;
}

.grid_content {
  padding: 15px 10px 15px 10px;
  border-radius: 3px;
  /* background-color: #fff; */
  text-align: left;
  /* background: rgb(249, 232, 216); */
  border-top: 1px double rgba(88, 88, 88, 0.8);
  /* border-bottom: 5px double rgba(44, 44, 44, 0.8); */
}

.shop_category {
  margin: 10px 14px;
  padding: 5px 10px 1px 0px;
  background: none;
  /* border-bottom: 5px double #aa7744; */
  border-bottom: none;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}

.shop_category span {
  display: block;
}

#shop_list .grid_content {
  /* height: 260px; */
  height: auto;
  /* background:none; */
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #ffffff;
}

#shop_list .kind {
  float: left;
  font-size: 1rem;
}

#shop_list .grid_img img {
  max-height: 170px;
  object-fit: cover;
}

@media screen and (max-width:560px) {
  #shop_list .grid_content {
    height: auto;
  }

  #shop_list .kind {
    float: none;
  }

  #shop_list .grid_img img {
    max-height: 300px;
    height: auto;
  }
}



.grid_footer {
  height: 20px;
  padding: 0;
  margin-top: 15px;
  vertical-align: middle;
}

.grid_footer span {
  padding: 0px 6px 3px 0;
  display: inline-block;
}

.grid_footer a {
  /* background-color: #f36384; */
  background-color: #f36363;
  color: #fff;
  padding: 2px 6px 3px;
  /* font-size: 11px; */
  font-size: 0.8rem;
  float: right;
  display: inline-block;
  border-radius: 3px;
}

.grid_img {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  min-height: 24px;
}

.grid_img span {
  padding: 3px 6px 3px 6px;
  display: inline-block;
  position: absolute;
  left: 14;
  top: 0;
  color: #fff;
  font-size: 0.8em;
}

.grid_img img {
  width: 100%;
}

.caption {
  /* font-size: 12px; */
  /* font-size: 1rem; */
  /* line-height: 180%; */
  padding: 0;
}

.caption p {
  font-size: 1rem;
  margin: 10px 0px 0px;
}

.caption h2 {
  font-weight: bold;
  /* font-size: 14px; */
  font-size: 1rem;
  border: none;
  margin: 0px;
  padding: 0px 3px;
}

.caption .title {
  font-weight: 600;
  /* font-size: 14px; */
  font-size: 1.2rem;
  line-height: 120%;
}

.caption .shop_name {
  margin: 15px auto 0px;
  vertical-align: bottom;
}

.caption .shop_name a {
  color: #552222;
  background: url(../img/shop_icon.png) no-repeat scroll 0px 3px / 18px auto transparent;
  padding-left: 20px;
  /* display:block; */
  line-height: 100%;
  border: 0px solid blue;
}

.caption span {
  font-size: 1em;
}


.map_shop_title {
  position: relative;
  display: flex;
}

.map_shop_title .map_num {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 1px 3px 0 0;
  padding: 0px;
  /* top:10px; */
  /* background:url("../img/icon-title.png") no-repeat scroll 0px 0px / 25px auto transparent; */
  /* background:#cc0000; */
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  line-height: 25px;
  box-sizing: border-box;
  border: 0px solid blue;
}

.map_shop_title .map_num span {
  /* position:absolute; */
  /* left:3px; */
  right: 0px;
  bottom: 0px;
  line-height: 100%;
  border: 0px solid red;
}

.map_shop_title p {
  position: relative;
  flex: 1;
  /* padding-top:6px; */
  border: 0px solid green;
  margin: 0px !important;
}

#map_box {
  margin: 0 0 14px 14px;
  padding: 14px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  /* width: 364px; */
  /* width: 100%; */
  box-sizing: border-box;
}

#access_map {
  height: 400px;
}

#all_map_box {
  margin: 0 0 14px 14px;
  padding: 14px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  width: 742px;
  box-sizing: border-box;
}

#all_map {
  height: 400px;
}

#shop_title {
  /* margin: 0 0 0px 14px; */
  position: relative;
  border-radius: 3px;
  /* font-size: 18px; */
  font-size: 1.8rem;
  background-color: #fff;
  /* line-height: 18px; */
  padding: 10px 14px 0px;
  /* padding-left: 100px; */
  font-weight: normal;
  border-bottom: 0px solid #aa7744;
  -webkit-text-size-adjust: none;
}

h1#shop_title, #shop_title h1 {
  margin: 0px 0px 14px 14px;
  padding: 10px;
  font-size: 1.8rem;
  -webkit-text-size-adjust: none;
}

#shop_title span {
  line-height: 22px;
  padding: 3px 6px 3px 6px;
  display: inline-block;
  /* font-size: 16px; */
  /* font-size: 1.2em; */
}

#shop_title span.kind, #news_text_box span.kind, .shop_title .kind, .shop_category .kind {
  height: 26px;
  line-height: 26px;
  padding: 3px 6px 3px 6px;
  display: inline-block;
  color: #fff;
  /* font-size: 13px; */
  font-size: 1rem;
  margin-right: 10px;
  /* position: absolute; */
  /* left: 14px; */
}

#shop_title.readmore {
  text-align: center;
}

#shop_title a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  /* border-bottom: 1px solid #666; */
  padding: 0;
}

#shop_title a:hover {
  color: rgba(218, 100, 100, 0.905);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  /* border-bottom: 1px solid rgba(218, 100, 100, 0.905); */
  padding: 0;
}

.shop_detail_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.shop_detail_title h1 {
  margin: 0px !important;
  padding: 10px 0px 0px 10px !important;
}

.shop_detail_title h1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f54f";
  margin: 0;
  padding: 5px 5px 0px 0px;
  /* background: url(../img/shop_icon.png) no-repeat 0px 10px/30px auto; */
  -webkit-text-size-adjust: none;
  width: 30px;
  height: 25px;
  color: #666666;
  font-weight: 900;
}

.shop_detail_title h1 span {
  font-size: 1rem;
  border-radius: 10px;
  margin-left: 0px;
  padding: 5px 7px;
}

#shoplist_line {
  margin: 0 28px 8px 42px;
  position: relative;
  border-radius: 3px;
  font-size: 12px;
  background-color: #fff;
  /* line-height: 18pdetailx; */
  padding: 6px;
}

#shoplist_line span {
  line-height: 20px;
  padding: 3px 6px 3px 6px;
  display: inline-block;
  font-size: 16px;
}

#detail_box {
  margin: 0 0 14px 14px;
  /* width: 100%;
  margin: 14px; */
  padding: 14px;
  border-radius: 3px;
  /* background-color: #fff; */
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  /* width: 364px; */
  box-sizing: border-box;
  font-size: 1.2rem;
}

#detail_box_long {
  margin: 0 0 14px 14px;
  padding: 14px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  width: 742px;
  box-sizing: border-box;
}

#detail_text {
  /* font-size: 12px; */
  font-size: 1.2rem;
  line-height: 160%;
  /* padding: 0 14px; */
  min-height: 400px;
  width: 90%;
  margin: 0 auto;
}

#detail_text h2, h2 {
  margin: 10px 0px;
  padding: 10px 0 10px 20px;
  /* border-bottom: 3px solid #fcdcaa; */
  border-bottom: 1px solid #2c2c2c;
  font-size: 1.4rem;
  font-weight: bold;
  color: #222222;
}

h2.detail {
  margin: 15px 0px 0px 14px;
  /* border-bottom: 5px solid #fcdcaa; */
  border-bottom: 1px solid #2c2c2c;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 500;

}

#about_text {
  /* width: 80%; */
  margin: 0 auto;
  font-size: 1.2rem;
}

#about_text div {
  /* display: flex; */
  gap: 0 10px;
  padding: 0px;
  /* justify-content: space-between; */
  border: 0px solid #36220F;
}

#about_text p {
  margin: 10px 0px 20px;
  line-height: 180%;
  padding: 0 10px;
}

#about_text figure {
  margin: 10px 10px 20px;
  box-sizing: border-box;
}

#news_text_box {
  width: 100%;
  margin: 0 0 14px 14px;
  padding: 20px 20px;
  border-radius: 3px;
  /* background-color: #fff; */
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  width: 742px;
  box-sizing: border-box;
  font-size: 1.2rem;
}

#news_text_box img {
  display: block;
  margin: 0 auto;
}

#news_text_box .info {
  text-align: right;
}

#news_text_box .info a.shop::before {
  content: "";
  display: inline-block;
  /* background: url("../img/shop_icon.png") 0 0 / 17px no-repeat; */
  width: 17px;
  height: 17px;
  /* position:absolute;
  left:-17px; */
}

#news_title, .news_title {
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 1.8rem;
  font-weight: 100;
  border-left: 10px solid #222222;
  border-bottom: 1px solid #222222;
}

#news_text {
  /* width: 80%; */
  margin: 20px auto;
  /* font-size: 12px; */
  line-height: 160%;
  /* padding: 0 14px; */
  min-height: 200px;
}

#news_text p {
  padding: 0 30px;
}

#shop_photo {
  /* margin: 0 0 0px 14px; */
  position: relative;
  border-radius: 3px;
  font-size: 18px;
  /* background-color: rgba(255,255,255,0.8); */
  /* line-height: 18px; */
  padding: 14px;
  /* padding-left: 100px; */
  text-align: center;
}

#shop_photo img {
  width: 100%;
  object-fit: cover;
}

.shop_detail_table {
  display: flex;
  flex-wrap: wrap;
  /* border:1px solid #aa7744; */
}

.shop_detail_table .th, .shop_detail_table .td {
  margin-bottom: 2px;
  padding: 5px 10px;
  /* border-bottom:1px solid #aa7744;
  border-left:1px solid #aa7744; */
  box-sizing: border-box;
}

.shop_detail_table .th {
  width: 20%;
  text-align: left;
  /* background-color: #f39163; */
  background-color: #afaead;
  font-weight: bold;
}

.shop_detail_table .td {
  width: 80%;
  text-align: left;
  background-color: #e9e9e9;
}

.shop_detail_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.shop_detail_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.shop_qr {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20;
  margin: 20px 0 30px;
}

.shop_qr img {
  width: 200px;
  margin: 10px 0;
}

.show_more {
  width: 300px;
  margin: 5px auto 30px;
  padding: 5px 10px;
  text-align: center;
  background: #f39163;
  /*#fcdcaa*/
  ;
  border: 0px solid #f39163;
  border-radius: 15px;
  color: #ffffff;
  font-weight: bold;
}

a:hover .show_more {
  text-decoration: none;
  background-color: #f5783e;
}

.shop_photo_cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.shop_photo_cards figure {
  width: 48%;
  margin: 10px 1% auto;
  box-sizing: border-box;
}

.shop_photo_cards figure img {
  width: 100%;
  min-height: 200px;
  height: 100%;
  /* max-height: 400px; */
  object-fit: cover;
  border-radius: 15px;
}

.shop_photo_cards figcaption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  text-align: center;
}

.event_detail_table {
  display: flex;
  flex-wrap: wrap;
  /* border:1px solid #aa7744; */
  margin: 10px auto;
}

.event_detail_table .th, .event_detail_table .td {
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 5px 10px;
  /* border-bottom:1px solid #aa7744;
  border-left:1px solid #aa7744; */
  box-sizing: border-box;
}

.event_detail_table .th {
  width: 20%;
  text-align: right;
  /* background-color: #f39163; */
  background-color: #afaead;
  /* background-color: #e9e9e9; */
  font-weight: normal;
  color: #222222;
}

.event_detail_table .td {
  width: 79%;
  text-align: left;
  background-color: #e9e9e9;
}

.event_text_area {
  margin: 0 0 20px;
}

#map_detail {
  padding: 0 14px 0 14px;
}


/* --------------------------- /
/*      SNS　アイコン系    
/* --------------------------- **/

/* ボタン全体 */

.snsbtn {
  border-radius: 7px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 19px;
  color: #fff !important;
  transition: .5s;
  text-decoration: none;
}

/* アイコンをど真ん中に*/

.snsbtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ulタグの内側余白を０にする */

ul.snsbtniti {
  padding: 0 0px !important;
}

/* アイコンボタン全体の位置 */

.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  /* justify-content: space-around; */
  justify-content: flex-end;
}

/* アイコンボタン同士の余白 */

.snsbtniti li {
  /* flex: 0 0 33%; */
  margin: 5px;
  text-align: center !important;
}

/* アイコンボタンにマウスを乗せた時 */

.snsbtn:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}


/* Twitter */

.fl_tw1 {
  background: #55acee;
  /* background: #ffffff; */
}

.fl_tw1 .fa-twitter-square {
  color: #55acee;
  font-size: 32px;
}

/* Instagramアイコン位置 */

.insta_btn6 .fa-instagram {
  font-size: 27px;
}

/* Instagram紫グラデ背景 */

.insta_btn6 {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}

/* Instagramオレンジグラデ背景 */

.insta_btn6:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -6px;
  width: 29px;
  height: 20px;
  background: -webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}

/* Facebookアイコン位置→ロゴ変更 */

.fl_fb6 .fa-facebook {
  /* position: relative; */
  /* top: 3px;
  left: 3px; */
  font-size: 30px;
  color: #1877f2;
}

/* Facebookアイコン背景*/

.fl_fb6 {
  /* background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
  background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%); */
  /* background:#1877f2; */
  background: #ffffff;
  border-radius: 15px;
  /* border:1px solid #1877f2; */
}

/* Feedly */

.fl_fd6 {
  background: #33b151;
}

/* Pocket */

.fl_pk6 {
  color: #ef3f56 !important;
  box-shadow: 0 0 2px #888;
  font-size: 35px;
}

/* はてブ */

.fl_hb6 {
  background: -webkit-linear-gradient(top, #1fbccd 0%, #1c91d4 84%);
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
  font-size: 25px;
}

/* YouTube */

.fl_yu6 {
  color: #fc0d1c !important;
  box-shadow: 0 0 2px #888;
}

/* LINE@ */

.fl_li1 {
  /* background: #00c300; */
  color: #00c300 !important;
  background: #fff;
  font-size: 33px;
}

/* メール */

.fl_ma6 {
  background: linear-gradient(135deg, #1B77F1 0%, #19BDFC 100%);
}

/* SNSボタン関連のコンテナ */
.sns_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sns_share_box {
  margin-top: 10px;
  display: flex;
}

/* facebookいいねボタン */
.fb-like {
  display: inline-block;
  height: 20px;
  overflow: hidden;
}

.sns_icons_top {
  vertical-align: middle;
  width: 250px;
}

snsbtniti img.nerima_premium {
  width: 65px;
}

/* ------------------------------------- */

/*   footer部
/* ------------------------------------- */

footer {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  /* background-color: #f39163; */
  background-color: #000000;
  color: #fff;
  padding: 3px 6px;
}

.copyright {
  font-size: 9px;
  line-height: 1.1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.dokin {
  /* color: #CE841E; */
  color: #da7809;
}

.dored {
  /* color: #D30111; */
  color: #8d0c17;
}

.doblue {
  /* color: #21D8FE; */
  color: #1d9bb4;
}

.dogreen {
  /* color: #68ce01; */
  color: #447711;
}

.dopink {
  /* color: #FF80C0; */
  color: #be3479;
}

.under_line {
  text-decoration: underline;
}

.small {
  /* font-size: 11px; */
  font-size: 0.8em;
}

.big {
  /* font-size: 18px; */
  font-size: 1.5em;
}

.bold {
  font-weight: bold;
}

#overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  text-align: center;
  cursor: pointer;
  top: 0;
  display: none;
}

#overlay img {
  width: 100%;
  height: 90%;
  max-height: 600px;
  object-fit: scale-down;
}

#overlay_box {
  margin: 10% auto;
  width: 60%;
  max-width: 600px;
  max-height: 90%;
  position: relative;
  cursor: default;
}

#close_btn {
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  background-color: #36220F;
  cursor: pointer;
}

.light_box {
  cursor: pointer;
}

/* ------------------------------------- */

/*   スマホ・タブレット向けメニュー
/* ------------------------------------- */

#menu_btn {
  display: inline-block;
  position: relative;
  width: 43px;
  height: 34px;
  margin: 0;
  border-radius: 4px;
  /* background: #f39163; */
  background: #d91223;
  /* border: 0px solid #6c727a; */
}

#menu_btn:hover {
  /* background: #f39163; */
  background: #d91223;
}

#menu_btn_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin: -1px 0 0 -11px;
  background: #ffffff;
}

#menu_btn_icon:before, #menu_btn_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 2px;
  background: #ffffff;
}

#menu_btn_icon:before {
  margin-top: -8px;
}

#menu_btn_icon:after {
  margin-top: 6px;
}

#menu_btn .menu_close {
  background: none;
}

#menu_btn .menu_close:before, #menu_btn .menu_close:after {
  margin-top: -1px;
}

#menu_btn .menu_close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#menu_btn .menu_close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.btn_box {
  position: absolute;
  right: 2.5%;
  top: 2px;
  display: none;
  z-index: 15;
}

.menu_open {
  display: block;
}

/** ヘッダメニュー切り替え */

@media (max-width: 560px) {
  .btn_box {
    display: block;
  }

  .header_menu {
    display: none;
  }

  #header .site_title {
    background: none;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    box-sizing: border-box;
  }

  .site_title a {
    text-indent: 0px;
    color: #ffffff;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  #list_contents, #all_map_box, #detail_box_long, #news_text_box {
    float: left;
  }

  #menu_title {
    display: none;
  }

  #bottom_banner {
    display: none;
  }
}

/* @media screen and (min-width: 768px) {
  #detail_box, #map_box {
    float: left;
  }
} */

@media screen and (min-width: 871px) and (max-width: 1023px) {
  #top_line {
    display: none;
  }

  #logo {
    display: none;
  }

  #menu_title {
    /* margin-top: 10px; */
    display: none;
    display: inline-block;
    color: #fff;
    line-height: 40px;
  }

  #menu {
    display: none;
    height: 40px;
    /* overflow: hidden; */
    /* background-color: #f36384; */
    background-color: #be957f;
    border-radius: 0;
    margin-top: 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
    text-align: center;
  }

  #contents_wrapper {
    position: relative;
    z-index: 2;
    margin: 10px auto 0;
    width: 100%;
    min-width: 769px;
  }

  .flexslider {
    position: relative;
    width: 100%;
    margin: 0px auto 0px !important;
    border: 0px solid red;
  }

  .flexslider video, .flexslider img {
    border-radius: 0px;
  }

  #list_contents {
    margin: 0 auto;
    /* margin-top: 44px; */
  }

  #main_visual {
    /* margin-top: 46px; */
  }

  .header_menu {
    /* background-color: #f2f2ee; */
    /* background-color: #c5ae96; */
  }

  #grid_contents {
    /* min-width: 1000px; */
  }

  .grid_box {
    /* width: 238px; */
  }

  #about {
    display: none;
  }

  #menu ul {
    padding: 0;
  }

  #menu li {
    border-bottom: 1px solid #222222;
    margin: 0;
    padding: 6px 8%;
    text-align: left;
  }

  #menu li a, #shoplist_line a {
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  #banner {
    display: none;
  }

  #bottom_banner {
    width: 100%;
    padding: 0 2.5%;
    box-sizing: border-box;
    border-bottom: 1px solid #222222;
    display: block;
    text-align: center;
  }

  #bottom_banner img {
    width: 40%;
    display: inline-block;
  }

  #shoplist_line {
    margin: 4px 2.5%;
  }

  footer {
    padding: 3px 0;
  }
}

@media screen and (min-width:561px) and (max-width: 870px) {
  #header, #header .site_branding {
    width: 100%;
    max-width: 870px;
    min-width: 560px;
    /* min-width:300px; */
    height: 220px;
    box-sizing: border-box;
  }

  #header .header_menu {
    /* position: relative; */
    top: 150px;
    margin: 0px auto 0px;
    /* background-color: red; */
    border: 0px solid red;
  }

  .header_menu ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0px solid red;
  }

  .header_menu ul li {
    /* float: left; */
    margin: 0;
    width: 25%;
    border: 0px solid blue;
    box-sizing: border-box;
  }

  .header_menu ul li a::before {
    font-size: 0.8em;
  }

  #contents_wrapper {
    width: 100%;
    max-width: 870px;
    min-width: 560px;
  }

  .flexslider {
    position: relative;
    width: 100%;
    /* height: 200px; */
    margin: 0px auto 0px !important;
    border: 0px solid red;
  }

  .flexslider video, .flexslider img {
    /* height: 200px; */
    border-radius: 0px;
  }

  #menu {
    display: none;
  }

  #main_visual {
    width: 100%;
    margin: 10px auto 50px;
  }

  #list_contents {
    width: 100%;
    max-width: 870px;
    min-width: 560px;
    /* width:768px; */
    /* margin-top: 44px; */
  }

  #all_map_box, #map_box {
    width: 95%;
    margin: 4px auto;
  }

  #shop_title {
    width: 95%;
    margin: 4px auto;
    box-sizing: border-box;
    padding: 6px 14px;
  }

  #shop_title span.kind {
    margin-right: 5px;
    height: 20px;
    /* font-size: 12px; */
    font-size: 1em;
    padding: 5px 6px;
    line-height: 20px;
  }

  #shop_title span {
    /* font-size: 12px; */
    font-size: 1rem;
  }

  #grid_box {
    /* width: 33%; */
    /* width: 250px; */
  }

  #bottom_banner {
    width: 50%;
    margin: 10px auto;
  }
}

@media screen and (max-width: 560px) {
  #header {
    position: absolute;
    width: 100%;
    max-width: 560px;
    min-width: 250px;
    height: auto;
    padding: 0px;
    background: none;
  }

  #header .site_branding {
    width: 100%;
    max-width: 560px;
    min-width: 250px;
    height: 45px;
    padding: 0px;
    /* background-color: #f39163; */
    background-color: #d91223;
  }

  #header .header_menu {
    position: relative;
    top: 0px;
  }

  .header_menu ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0px solid red;
  }

  .header_menu ul li {
    /* float: left; */
    margin: 0;
    width: 100%;
    /* background-color: rgba(243, 145, 99, 1.0); */
    background-color: #d03d49;
    border-top: 1px solid gray;
    box-sizing: border-box;
  }

  .header_menu ul li a::before {
    font-size: 0.8em;
  }

  .header_menu ul li a {
    display: block;
    width: 100%;
    height: auto;
    color: #ffffff;
  }

  #contents_wrapper {
    top: 40px;
    left: 0px;
    padding: 0 0 4px 0;
    width: 100%;
    max-width: 560px;
    min-width: 250px;
    margin-bottom: 40px;
  }

  .flexslider {
    position: relative;
    width: 100%;
    /* height: 150px; */
    margin: 0px auto 0px !important;
    border: 0px solid red;
  }

  .flexslider video, .flexslider img {
    /* height: 150px; */
    border-radius: 0px;
  }

  #main_visual {
    width: 100%;
    /* min-width: 300px; */
    /* height: 200px; */
    margin: 10px auto 40px;
  }

  #main_visual_caption {
    bottom: 10%;
    right: 5%;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
  }

  #main_visual_caption a {
    border-radius: 5px;
    font-size: 0.8rem;
    line-height: 1em;
  }

  #menu {
    display: none;
  }

  #all_map_box, #map_box {
    width: 95%;
    margin: 4px auto;
  }

  #map_box div iframe {
    width: 95%;
    margin: auto;
  }

  #detail_box_long, #detail_box {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
  }

  #detail_text {
    min-height: 180px;
  }

  #about_text {
    width: 100%;
  }

  #about_text div {
    display: block;
    width: 100%;
  }

  #about_text figure {
    margin: 0px;
  }

  #about_text img {
    width: 100%;
  }

  #about_text video {
    width: 100%;
  }

  #news_text_box {
    width: 95%;
    margin: 0 auto;
  }

  #news_text_box img {
    width: 95%;
    margin: 0 auto;
    height: auto;
  }

  #slider {
    width: 100%;
  }

  #slider img {
    width: 100%;
  }

  #visual_logo {
    font-size: 20px;
  }

  #visual_logo span {
    font-size: 13px;
  }

  #list_contents {
    width: 100%;
  }

  #shop_title {
    width: 95%;
    margin: 4px auto;
    box-sizing: border-box;
    padding: 6px 14px;
    font-size: 1.3rem;
  }

  #shop_title span.kind {
    margin-right: 5px;
    height: 20px;
    /* font-size: 12px; */
    font-size: 1rem;
    padding: 5px 6px;
    line-height: 20px;
  }

  #shop_title span {
    /* font-size: 12px; */
    font-size: 1.2rem;
  }

  #shop_photo {
    width: 95%;
    margin: 4px auto;
    box-sizing: border-box;
    padding: 6px 0px;
  }

  #shop_photo img {
    max-width: 100%;
  }

  .shop_photo_cards figure {
    width: 100%;
  }


  .grid_box {
    width: 95%;
    margin: 0px 2.5% 20px;
  }

  .caption a {
    /* font-size: 10px; */
    font-size: 1em;
  }

  .caption p {
    /* font-size: 10px; */
    font-size: 1em;
  }

  .caption .title {
    /* font-size: 10px; */
    font-size: 1em;
  }


  footer {
    padding: 3px 0;
  }

  #shoplist_line span {
    /* font-size: 12px; */
    font-size: 1em;
  }

  .shop_detail_table .th {
    width: 100%;
    /* font-weight: bold; */
    margin-bottom: 0;
  }

  .shop_detail_table .td {
    width: 100%;
    margin-bottom: 5px;
  }

  #news_title, .news_title {
    font-size: 1.2rem;
  }

  #news_text {
    width: 100%;
    line-height: 140%;
  }

  #detail_text h2, h2 {
    padding: 7px 5px 2px 10px;
  }

  h2.detail {
    width: 95%;
    margin: 15px auto 0px;
    box-sizing: border-box;
  }

  .sns_box {
    flex-wrap: wrap;
  }

  .sns_box>div {
    width: 100%;
  }

  .sns_icons_top {
    display: none;
  }

  .show_more {
    width: 80%;
    box-sizing: border-box;
  }

  #bottom_banner {
    width: 90%;
    margin: 10px auto;
  }
}

@media (max-width: 479px) {
  #visual_logo {
    font-size: 20px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
  }

  #visual_logo span {
    font-size: 13px;
  }
}