@charset "UTF-8";
/* CSS Document */

/* デフォルト（リセットCSS）
----------------------------------------------- */
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "yu mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #40220f;
  padding: 0px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: normal;
  margin: 0px;
  background: url(../img/index_common_bg.jpg);
}
form,
input,
p,
ul,
li,
dl,
th,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
h3,
h4,
h5,
h6,
strong {
  font-size: 20px;
  margin: 0px;
  font-weight: normal;
  padding: 0px;
}
a img,
img {
  border: 0;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}
dt,
dd,
li {
  list-style-type: none;
}
a:link {
  text-decoration: none;
  color: #4c2905;
}
a:visited {
  text-decoration: none;
  color: #4c2905;
}
a:hover {
  text-decoration: underline;
  color: #e51818;
}
a:active {
  text-decoration: none;
  color: #4c2905;
}
.clfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
.allclear {
  clear: both;
  height: 0;
  font-size: 0;
}

#container {
  width: 1450px;
  margin: 0 auto;
  overflow: hidden;
}
#container .inner {
  width: 1450px;
  margin: 0 auto;
  position: relative;
}
#container .nav {
  background: url(../img/index_nav_bg2.png) no-repeat center top;
  text-align: center;
  width: 1450px;
  margin: 0 auto;
  padding: 0 0 10px;
}
#container .nav li {
  display: inline-block;
  /* padding: 0 23px; */
  padding: 0 16px;
  padding: 0 13px;
  vertical-align: top;
}
#container #bimi {
  margin: 0 auto 12px;
}
#container #miso {
  background: url(../img/index_miso_bg.png) no-repeat top center;
  height: 735px;
}
#container #miso .miso_heading {
  position: absolute;
  top: 30px;
  right: 236px;
}
#container #miso .miso_text1 {
  position: absolute;
  top: 300px;
  right: 100px;
}
#container #miso .miso_text2 {
  position: absolute;
  top: 295px;
  right: 215px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #40220f;
  height: 18em;
  line-height: 1.47;
  text-shadow: 0 0 #40220f;
}
#container #miso .miso_text2 span {
  font-weight: 600;
  display: block;
  text-shadow: 0 0 #40220f;
}
#container #miso .miso_menubtn {
  position: absolute;
  top: 480px;
  right: 770px;
}
#container #kuukan {
  background: url(../img/index_kuukan_bg-202306-min.png) no-repeat top center;
  height: 905px;
}
#container #kuukan .kuukan_heading {
  position: absolute;
  top: 305px;
  left: 185px;
}
#container #kuukan .kuukan_text {
  position: absolute;
  top: 550px;
  right: 530px;
}
#container #yoi {
  background: url(../img/index_yoi_bg.png) no-repeat top center;
  height: 607px;
}
#container #yoi .yoi_heading {
  position: absolute;
  top: 110px;
  left: 165px;
}
#container #yoi .yoi_text {
  position: absolute;
  top: 215px;
  left: 178px;
}
#container #beer {
  background: url(../img/index_beer_bg.png) no-repeat top center;
  height: 515px;
}
#container #beer .beer_heading {
  position: absolute;
  top: 45px;
  right: 293px;
}
#container #beer .beer_text {
  position: absolute;
  top: 150px;
  right: 218px;
}
#container #beer .beer_drinkbtn {
  position: absolute;
  top: 455px;
  right: 337px;
}
#container #gateauChocolat {
  margin: 0 0 30px;
}

/* ボタン追加
----------------------------------------------- */
#container #header .scrool-nav .multi_lang_btn {
  position: fixed;
  top: 0;
  left: calc(50% + 725px - 446px - 204px - 298px - 20px);
  width: 298px;
  z-index: 9999;
}
#container #header .scrool-nav .tel_fix_btn01 {
  position: fixed;
  width: 446px;
  top: 0;
  left: calc(50% + 725px - 446px - 204px - 10px);
  z-index: 9999;
}
#container #header .scrool-nav .rev_fix_btn01 {
  position: fixed;
  width: 204px;
  top: 0;
  left: calc(50% + 725px - 204px);
  z-index: 9999;
}
#container #header .scrool-nav .multi_lang_btn a,
#container #header .scrool-nav .tel_fix_btn01 a,
#container #header .scrool-nav .rev_fix_btn01 a {
  position: relative;
  z-index: 2;
  transition: opacity 0.5s;
}
#container #header .scrool-nav .multi_lang_btn a img,
#container #header .scrool-nav .tel_fix_btn01 a img,
#container #header .scrool-nav .rev_fix_btn01 a img {
  width: 100%;
  height: auto;
}
#container #header .scrool-nav .multi_lang_btn a:hover,
#container #header .scrool-nav .tel_fix_btn01 a:hover,
#container #header .scrool-nav .rev_fix_btn01 a:hover {
  filter: alpha(opacity=50); /* IE 6,7*/
  -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
  -moz-opacity: 0.5; /* FF , Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity: 0.5;
  zoom: 0.5; /*IE*/
}
#container #header .scrool-nav .multi_lang_btn a:not(:target),
#container #header .scrool-nav .tel_fix_btn01 a:not(:target),
#container #header .scrool-nav .rev_fix_btn01 a:not(:target) {
  filter: none\9;
  -ms-filter: none\9;
}
#container #header .scrool-nav .multi_lang_btn::after,
#container #header .scrool-nav .tel_fix_btn01::after,
#container #header .scrool-nav .rev_fix_btn01::after {
  position: absolute;
  content: "";
  display: block;
  top: 0%;
  left: 1%;
  width: 100%;
  height: 107%;
  opacity: 0.5;
  background: #000;
  z-index: 1;
  border-radius: 0 0 2% 2%/0 0 9% 9%;
}
#container #header .scrool-nav .rev_fix_btn01::after {
  width: 99%;
}

/* 系列店
----------------------------------------------- */
.flex {
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/*TOP*/
#container .shop_list {
  margin: 50px auto -3%;
  padding: 30px 0 0;
  border-top: 1px solid #40220f;
}
#container .shop_list h3 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 40px;
}
#container .shop_list ul li {
  width: 25%;
  margin: 0 2% 2%;
}
#container .shop_list ul li a {
  display: block;
  font-size: 30px;
  background: #263144;
  background: #40220f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1.6% 0;
  opacity: 1;
}
#container .shop_list ul li a,
#container .shop_list ul li a:hover {
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#container .shop_list ul li a:hover {
  opacity: 0.6;
}

/* header
----------------------------------------------- */
#container #header {
  margin: 0 auto 18px;
}
#container #header .header_logo {
  position: absolute;
  top: 0;
  left: 145px;
}
#container #header .header-bn {
  position: absolute;
  bottom: 5%;
  left: 0;
}
#container #header .header-bn img {
  width: 50% !important;
  height: auto;
}

/* footer
----------------------------------------------- */
#container #footer {
  padding: 80px 0 115px;
}
#container #footer .footer_logo {
  text-align: center;
  margin: 0 0 45px;
}
#container #footer .footer_shopname {
  border-bottom: 1px solid #40220f;
  width: 1000px;
  margin: 0 auto 25px;
  padding: 0 0 18px 20px;
}
#container #footer .footer_info {
  overflow: hidden;
  /* width: 940px; */
  width: 1016px;
  margin: 0 auto;
  padding: 0 0 0 0px;
}
#container #footer .footer_info p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  float: left;
  width: 500px;
  padding: 0 20px 0 0;
}
#container #footer {
  padding: 80px 0 90px;
}

#container #footer .map_area {
  /* width: 420px; */
  width: 496px;
  /* height: 470px; */
  /* height: 508px; */
  height: 660px;
  float: left;
}

#container #footer .map_area iframe {
  width: 100%;
  height: 100%;
}

/********/
.cashless {
  border: solid 1px #40220f;
  width: 80%;
  margin: 1% auto 2%;
  padding: 2%;
  color: #40220f;
}
.cashless .text01 {
  font-weight: bold;
  text-align: center;
}
.cashless .text02 {
  text-align: center;
}
.cashless .text03 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.box01 .cprise {
  font-size: 20px;
}
.box01 .text03 {
  font-size: 25px;
}
.box01 .text04 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 0 0 0.5em;
}
.box01 .text02 {
  padding: 0.5em 0 0;
}
.box01 {
  width: 72%;
  margin: 3% auto 2%;
}

.attxt {
  position: relative;
  margin: 0 auto;
  width: 66%;
  text-align: left;
  font-weight: bold;
  padding: 2% 2% 2% 2%;
  margin: 1% auto;
  border: solid 1px;
}

.attxt::after {
  position: absolute;
  content: "";
  background: url(../img/img-certification-mark-min.png) 0 0 /100% no-repeat;
  top: 16px;
  right: 50px;
  width: 150px;
  height: 150px;
}
