@charset "UTF-8";
/*========= base =========*/
h2, h3, h4, h5, p, ol, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

.pre_clearfix {
  zoom: 1;
}

.pre_clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* hover img */
#container a:hover img {
  opacity: 0.7;
}

/*-------------------------------
unique
-------------------------------*/
#container {
  width: 100%;
  color: #000;
  background: linear-gradient(to bottom, transparent 408px, #f6f5ec 408px);
}
#container #head {
  width: 1080px;
  margin: 0 auto 140px;
  position: relative;
}

h1 {
  padding: 5px 5px 10px;
  border-bottom: #d4d4d4 1px solid;
  font-size: 19px;
  font-weight: bold;
}

.leadMain {
  width: 1080px;
  padding: 20px 0 50px 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  position: relative;
  z-index: 1;
}

.leadMain_credit {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 14px;
}
.leadMain_credit a {
  color: #383838;
  text-decoration: underline;
}
.leadMain_credit + p {
  width: 960px;
  margin: auto;
  font-size: 16px;
  line-height: 28px;
}

/*-------------------------------
ボタン_関西版・名古屋版はこちら
-------------------------------*/
.maincontainer_mv {
  position: relative;
}
.maincontainer_mv::before {
  content: "";
  display: block;
  width: 400px;
  height: 767px;
  background-color: #ebe7c8;
  position: absolute;
  right: calc(-50vw + 540px);
  bottom: -350px;
  z-index: 0;
}
.maincontainer_mv img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.otherArea_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 0;
  text-align: right;
  font-size: 13px;
  line-height: 1.6;
  right: 20px;
  bottom: 20px;
}

.otherArea_btn {
  min-width: 180px;
}

.otherArea_btn:nth-of-type(n+2) {
  margin-left: 10px;
}

.otherArea_btn a {
  display: block;
  background-color: #fde900;
  border-radius: 6px;
  color: #000;
  font-size: 13px;
  text-align: center;
  padding: 10px 35px 10px 30px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.otherArea_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  margin: -3px 0 0;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}

/*-------------------------------
探すボタン
-------------------------------*/
.recommendBtn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 960px;
  margin: auto;
}

.recommendBtn a {
  display: block;
  width: 460px;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  background: #282828;
  border-radius: 4px;
  position: relative;
  color: #fff;
  margin: 0 auto;
  z-index: 1;
}
.recommendBtn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-------------------------------
おすすめビアガーデン一覧
-------------------------------*/
.grayBox {
  width: 100%;
  margin: 120px 0 0 0;
  padding: 1px 0 40px 0;
}

/*list_searchbox */
.list_searchbox {
  padding: 0;
  background: none;
}

.list_search_btn {
  width: 160px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  background: #373634;
  color: #ffffff;
  cursor: pointer;
}

/*list_search_btnbox*/
.list_search_btnbox {
  float: left;
  margin-left: 10px;
}

/*-------------------------------
タイトル装飾
-------------------------------*/
section:has(.kiji_box) .gray_ttl,
section:has(.rank_section) .gray_ttl {
  width: 1080px;
  position: relative;
  text-align: center;
  background: transparent;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
section:has(.kiji_box) .gray_ttl h2,
section:has(.rank_section) .gray_ttl h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 140px 0 40px;
  border: none;
  color: #282828;
  width: 100%;
  border-bottom: solid 1px #282828;
}

section:has(.kiji_box) .gray_ttl h2 {
  background: url("../images/ttl_topics.png") top center/240px 80px no-repeat;
}

section:has(.rank_section) .gray_ttl h2 {
  background: url("../images/ttl_ranking.png") top center/240px 80px no-repeat;
}

.list_searchbox_search_bg .ttl02, .w1080mAuto:has(.img_list) .gray_ttl h2, .layoutC .ttl02 {
  width: 1080px;
  position: relative;
  margin: 130px auto 0;
  padding: 30px 0 100px;
  text-align: center;
  background: url("../images/ttl_bg.png") center top/690px 100px no-repeat;
  font-size: 24px;
  font-weight: bold;
}

/*-------------------------------
注目のおすすめ記事
-------------------------------*/
.kiji_box {
  padding-bottom: 70px;
}
.kiji_box .kiji_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kiji_box .kiji_list::before, .kiji_box .kiji_list::after {
  display: none;
}
.kiji_box .kiji_list li {
  width: 340px;
  border: none;
  padding: 0;
  margin: 0 0 50px;
  position: relative;
  z-index: 1;
}
.kiji_box .kiji_list li::before {
  content: "";
  display: block;
  width: 80px;
  height: 164px;
  background-color: #fde900;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.kiji_box .kiji_list li img {
  width: 100%;
}
.kiji_box .kiji_list li h3 {
  font-size: 16px;
  line-height: 26px;
  background-color: #fff;
  min-height: 80px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 20px;
}

/*-------------------------------
エリア別の人気店舗ランキング
-------------------------------*/
.rank_section .simple_ttl {
  font-size: 18px;
  margin: 40px auto 20px;
  border: none;
  padding: 0;
}
.rank_section .list_ranking {
  left: 0 !important;
}
.rank_section .list_ranking li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  width: 206px;
  margin-right: 12px;
}
.rank_section .list_ranking li div {
  background: #fff;
}
.rank_section .list_ranking li div img {
  width: 100%;
  margin: 10px 0 0;
}

/*-------------------------------
ビアガーデンを人気の条件から探す、ビアガーデンのお店をエリアから探す
-------------------------------*/
.layoutC .lead {
  font-size: 16px;
  line-height: 28px;
  width: 1080px;
  margin: 0 auto 65px;
  text-align: center;
}
.layoutC .itemList {
  width: 1080px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layoutC .itemList li {
  position: relative;
  z-index: 1;
}
.layoutC .itemList li::before {
  content: "";
  display: block;
  width: 80px;
  height: 164px;
  background-color: #fde900;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.layoutC .itemList li .itemPh img {
  width: 100%;
  height: auto;
}
.layoutC .itemList li .itemText {
  background-color: #fff;
  padding: 14px 20px;
  min-height: 80px;
  height: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layoutC .itemList li .itemText a {
  font-size: 16px;
  line-height: 26px;
}
.layoutC .itemList:not(:has(> :nth-child(4))) li {
  padding: 0;
  width: 340px;
}
.layoutC .itemList:has(> :nth-child(4)) li {
  width: 246px;
}

.img_list.col5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.img_list.col5::before, .img_list.col5::after {
  display: none;
}
.img_list.col5 li {
  margin: 0;
  border: none;
  position: relative;
  width: 204px;
}
.img_list.col5 li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  border: solid 1px #282828;
  top: 3px;
  left: 3px;
  z-index: 0;
}
.img_list.col5 li div {
  padding: 0;
}
.img_list.col5 li div .txt_ttl a {
  display: block;
  background-color: #282828;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  padding: 20px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.img_list.col5 li div .txt_ttl a:hover {
  text-decoration: none;
}

/*-------------------------------
ビアガーデンを価格から探す
-------------------------------*/
.w1080mAuto:has(.img_list) .gray_ttl {
  border: none;
}
.w1080mAuto:has(.img_list) .gray_ttl h2 {
  border: none;
  margin: 80px auto 0;
}

/*-------------------------------
おすすめビアガーデン一覧
-------------------------------*/
.list_searchbox_search_bg {
  background-color: #fff;
}
.resultlist-main {
  background-color: #fff;
  padding-bottom: 120px;
}

/*-------------------------------
よくある質問
-------------------------------*/
.list_footArea {
  width: 100%;
  margin: auto;
}
.list_footArea .restaurant__qanda {
  margin: 40px auto 0;
}
.list_footArea .restaurant__qanda .gray_ttl {
  border: none;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  border-bottom: solid 1px #282828;
}
.list_footArea .restaurant__qanda .gray_ttl h2 {
  font-size: 28px;
  font-weight: bold;
  border: none;
}
.list_footArea .restaurant__qanda .qanda--area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_footArea .restaurant__qanda .qanda--area .qanda--list {
  margin-top: 80px;
  padding-left: 60px;
  width: 450px;
}
.list_footArea .restaurant__qanda .qanda--area .q--text {
  font-size: 20px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #282828;
  text-indent: 0;
  background: none;
  position: relative;
}
.list_footArea .restaurant__qanda .qanda--area .q--text::before {
  font-size: 0;
  background: url("../images/faq_q.png") left top/contain no-repeat transparent;
  position: absolute;
  left: -60px;
  top: 0;
  padding: 0;
  width: 38px;
  height: 34px;
}
.list_footArea .restaurant__qanda .qanda--area .a--text {
  font-size: 16px;
  line-height: 28px;
  margin: 40px 0 0;
  padding: 0;
  text-indent: 0;
}
.list_footArea .restaurant__qanda .qanda--area .a--text::before {
  font-size: 0;
  background: url("../images/faq_a.png") left top/contain no-repeat transparent;
  position: absolute;
  left: -60px;
  top: 0;
  padding: 0;
  width: 40px;
  height: 29px;
}
.list_footArea .list_footTxt {
  width: 1080px;
  margin: 60px auto 0;
  padding-bottom: 80px;
}
.list_footArea .list_footTxt p {
  font-size: 14px;
  line-height: 24px;
}

#ozPgFooter {
  margin-top: 0;
}