@charset "UTF-8";

/* ====================================================
base
====================================================== */
body{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
/*ttl*/
.gray_ttl{
  border-bottom: none!important;
}
.gray_ttl h2{
  border-left: none!important;
  display: block!important;
}

/* ====================================================
MV&read
====================================================== */
/*共通*/
.ozCmnContents{
  background: #f8f1eb;
}
.list_ttl *{
  box-sizing: border-box;
}
.list_ttl{
  background: #f8f1eb;
  border-bottom: solid 2px #b9dc4e;
  width: 100%!important;
  margin: 0 auto!important;
}
.list_ttl p{
  padding: 0!important;
}
/*h1*/
.list_ttl h1{
  width: 1080px;
  margin: 10px auto 0!important;
  padding: 15px 5px 15px!important;
}
/*MV*/
.contents_header{
  background: #f8f1eb;
  width: 100%;
}
.header-img_16x9{
  width: 1080px;
  margin: 0 auto 10px;
}
/*credit*/
.header-img_caption{
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 60px;
}
/*read*/
.list_ttl > p{
  width: 1080px;
  margin: 0 auto;
  padding: 0 60px 60px!important;
  font-size: 16px!important;
  line-height: 1.75!important;
}

/* ====================================================
CONTENTS
====================================================== */
.list_ttl + .w1080mAuto *{
  box-sizing: border-box;
}
.list_ttl + .w1080mAuto{
  background: #f8f1eb;
  width: 100%!important;
}
.list_ttl + .w1080mAuto .kiji_box{
  width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
  display: -webkit-box;
  display: flex;
}
/*h2*/
.list_ttl + .w1080mAuto .kiji_box .gray_ttl{
  width: 230px;
  margin: 15px 0 0;
}
.list_ttl + .w1080mAuto .kiji_box .gray_ttl h2{
  padding: 0!important;
  color: #405268;
  text-align: left!important;
  letter-spacing: 0.2vw;
}
/*anchor_link*/
.list_ttl + .w1080mAuto .kiji_box .anchor_list{
  width: 850px;
  margin: 0;
}
.list_ttl + .w1080mAuto .kiji_box .anchor_list li{
  margin-bottom: 15px;
}
.list_ttl + .w1080mAuto .kiji_box .anchor_list li:nth-of-type(n+1){
  padding-right: 15px;
}
.list_ttl + .w1080mAuto .kiji_box .anchor_list li:nth-of-type(n+2){
  padding-right: 15px;
}
.list_ttl + .w1080mAuto .kiji_box .anchor_list li a{
  border-bottom: solid 1px #b9dc4e;
  padding: 15px 40px 15px 20px;
  font-size: 16px;
  font-weight: bold;
}
.list_ttl + .w1080mAuto .kiji_box .anchor_list li a::after{
  content: "";
  display: block;
  position: absolute;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(0deg);
  width: 16px;
  height: 16px;
  background: url(/restaurant/kodawari/terrace/images/arrow_down.svg) no-repeat center center/ 100% auto;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* ====================================================
共通
====================================================== */
.ozCmnContents > .w1080mAuto .kiji_box .gray_ttl{
  box-sizing: border-box;
  width: 1080px;
  margin: 0 auto 60px;
  padding: 0 0 40px;
  text-align: center;
  position: relative;
}
/*border_blue*/
.ozCmnContents > .w1080mAuto .kiji_box .gray_ttl::before{
  content: "";
  display: block;
  position: absolute;
  width: 1080px;
  height: 1px;
  background: #405268;
  top: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*border_green*/
.ozCmnContents > .w1080mAuto .kiji_box .gray_ttl::after{
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 4px;
  background: #b9dc4e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ozCmnContents > .w1080mAuto .kiji_box .gray_ttl .common_sub-title{
  display: inline-block!important;
  background: #f8f1eb;
  padding: 0 40px 0;
  color: #405268;
  text-align: center;
  letter-spacing: 0.2vw;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 5;
}

/* ====================================================
NEWS-TOPICS
====================================================== */
section + .ozCmnContents > .w1080mAuto *{
  box-sizing: border-box;
}
section + .ozCmnContents > .w1080mAuto {
  padding: 50px 0 50px;
}
section + .ozCmnContents > .w1080mAuto .kiji_box {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 40px;
  position: relative;
}
/*bg_green*/
section + .ozCmnContents > .w1080mAuto .kiji_box::after{
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 550px;
  background: #d7e4af;
  bottom: 0;
  right: 550px;
}
/*colmun*/
section + .ozCmnContents > .w1080mAuto .kiji_box .kiji_list{
  margin: 0;
  position: relative;
  z-index: 1;
}
section + .ozCmnContents > .w1080mAuto .kiji_box .kiji_list li{
  border: none;
  border-bottom: solid 8px #b9dc4e;
  background: #ffffff;
  width: 340px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 0;
}
section + .ozCmnContents > .w1080mAuto .kiji_box .kiji_list li:nth-of-type(3n){
  margin-right: 0;
}
section + .ozCmnContents > .w1080mAuto .kiji_box .kiji_list li img{
  width: 100%!important;
}
section + .ozCmnContents > .w1080mAuto .kiji_box .kiji_list li h3{
  margin: 0;
  padding: 15px 30px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
section + .ozCmnContents > .w1080mAuto .kiji_box .kiji_list li h3 a{
  text-decoration: none;
}

/* ====================================================
RANKING
====================================================== */
.rank_section.terrace_ranking{
  padding: 80px 0 30px;
  position: relative;
}
/*line_blue*/
.rank_section.terrace_ranking::after{
  content: "";
  display: block;
  position: absolute;
  width: 1080px;
  height: 1px;
  background: #405268;
  top: 180px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rank_section.terrace_ranking .simple_ttl{
  background: #f8f1eb;
  border-bottom: none;
  width: 370px;
  margin: 0 auto 60px;
  padding: 80px 0 40px;
  text-align: center;
  color: #405268;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
/*deco_英字*/
.rank_section.terrace_ranking .simple_ttl::before{
  content: "";
  display: block;
  position: absolute;
  width: 146px;
  height: 57px;
  background: url(/restaurant/kodawari/terrace/images/ttl_ranking.svg) no-repeat center/ 100% auto;
  top: 0;
  left: -40px;
}
/*line_green*/
.rank_section.terrace_ranking .simple_ttl::after{
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 4px;
  background: #b9dc4e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rank_section.terrace_ranking .list_shop li{
  background: #ffffff;
  border: none;
  border-bottom: solid 6px #b9dc4e;
}
.img_list.list_ranking li a > img{
  margin: 10px auto 0!important;
}

/* ====================================================
recommend
====================================================== */
.ozCmnContents .recommend{
  background: linear-gradient(to bottom, #f8f1eb 55%, #d7e4af 55%);
  padding: 70px 0 60px;
  position: relative;
}
/*line_bkue*/
.ozCmnContents .recommend::after{
  content: "";
  display: block;
  position: absolute;
  width: 1080px;
  height: 1px;
  background: #405268;
  top: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ozCmnContents .recommend .recommendTtl{
  box-sizing: border-box;
  background: #f8f1eb;
  width: 430px;
  margin: 0 auto 60px;
  padding: 80px 0 40px;
  color: #405268;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
/*deco_英字*/
.ozCmnContents .recommend .recommendTtl::before{
  content: "";
  display: block;
  position: absolute;
  width: 114px;
  height: 58px;
  background: url(/restaurant/kodawari/terrace/images/ttl_pickup.svg) no-repeat center/ 100% auto;
  top: 0;
  left: -40px;
}
/*line_green*/
.ozCmnContents .recommend .recommendTtl::after{
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 4px;
  background: #b9dc4e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*colmun*/
.ozCmnContents .recommend ul li{
  border: none;
  border-bottom: solid 8px #b9dc4e;
}
.ozCmnContents .recommend .recommendShopPlan a{
  color: #b49027;
  font-weight: bold;
}
.ozCmnContents .recommend .recommendShopPrice{
  color: #383838;
}

/* ====================================================
共通_ttl-吹き出し
====================================================== */
.search_timestyle *, .search_seattype *, .search_area *, .search_condition *{
  box-sizing: border-box;
}
.search_timestyle{
  width: 1080px;
  margin: 0 auto;
  padding: 100px 0 0!important;
}
/*ttl*/
.search_timestyle .gray_ttl, .search_seattype .kiji_box .gray_ttl, .search_area .gray_ttl, .search_condition .gray_ttl{
  margin: 0 auto;
  padding: 0!important;
}
.search_timestyle .gray_ttl h2, .search_seattype .kiji_box .gray_ttl h2, .search_area .gray_ttl h2, .search_condition .gray_ttl h2{
  background: #ebf27a;
  width: 560px;
  height: auto;
  margin: 0 auto 50px;
  padding: 25px 20px 15px;
  text-align: center;
  line-height: 1.75;
  color: #405268;
  font-size: 20px;
  font-weight: bold;
  position: relative
}
.search_timestyle .gray_ttl h2::before, .search_seattype .kiji_box .gray_ttl h2::before, .search_area .gray_ttl h2::before, .search_condition .gray_ttl h2::before{
  content: "";
  display: block;
  position: absolute;
  width: 558px;
  height: 100%;
  border-left: solid 2px #405268;
  border-top: solid 2px #405268;
  border-right: solid 2px #405268;
  top: 5px;
  left: 5px;
}
.search_timestyle .gray_ttl h2::after, .search_seattype .gray_ttl h2::after, .search_area .gray_ttl h2::after, .search_condition .gray_ttl h2::after{
  content: "";
  display: block;
  position: absolute;
  width: 562px;
  height: 14px;
  background: url(/restaurant/kodawari/terrace/images/flame_pc.svg) no-repeat;
  background-size: 100% auto;
  left: 5px;
  bottom: -19px;
}
/*read*/
.search_timestyle .top_lead, .search_seattype .top_lead, .search_area .top_lead, .search_condition .top_lead{
  margin-bottom: 40px!important;
  text-align: center;
  color: #405268!important;
  font-size: 18px;
  font-weight: bold;
}

/* ====================================================
time-style
====================================================== */
/*colmun*/
.search_timestyle .img_list li{
  border: none;
}
.search_timestyle .img_list.col4 li{
  width: 255px;
  margin: 0 20px 20px 0;
}
.search_timestyle .img_list li img{
  width: 100%!important;
  border-bottom: solid 8px #b9dc4e!important;
}
.search_timestyle .img_list li dt{
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  line-height: 1.75;
  color: #383838;
  font-size: 16px;
  font-weight: bold;
}

/* ====================================================
seat
====================================================== */
section + .ozCmnContents > .w1080mAuto.search_seattype .kiji_box::after{
  display: none;
}
section + .ozCmnContents > .w1080mAuto.search_seattype{
  padding: 70px 0 0!important;
}
/*colmun*/
.search_seattype .kiji_box{
  padding-bottom: 0!important;
}
.search_seattype .kiji_box .img_list.col4 li{
  border: none;
  width: 255px;
  margin: 0 20px 20px 0;
}
.search_seattype .kiji_box .img_list.col4 li:nth-of-type(4n){
  margin-right: 0;
}
.search_seattype .kiji_box .img_list.col4 li img{
  border-bottom: solid 8px #b9dc4e;
}
.search_seattype .kiji_box .img_list.col4 li dl{
  padding-top: 10px;
}
.search_seattype .kiji_box .img_list.col4 li dl dt{
  font-size: 16px;
  line-height: 1.75;
}
.search_seattype .kiji_box .img_list.col4 li dl dd{
  font-size: 16px;
  line-height: 1.75;
}

/* ====================================================
area
====================================================== */
/*colmun*/
.search_area .img_list.col4{
  padding-top: 20px;
}
.search_area .img_list.col4 li{
  border: none;
  border: solid 1px #383838;
  width: 255px;
  margin: 0 20px 20px 0;
  padding: 20px;
  position: relative;
}
.search_area .img_list.col4 li::after{
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: solid 2px #383838;
  border-top: solid 2px #383838;
  transform: rotate(45deg);
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.search_area .img_list.col4 li div{
  padding: 0;
}
.search_area .img_list.col4 li .txt_ttl{
  text-align: center;
}

/* ====================================================
search-panel
====================================================== */
.search_condition{
  padding: 50px 0 0!important;
}
.searchresultMain{
  background: #ffffff;
}
.ozCmnContents > .w1080mAuto.search_seattype .kiji_box .gray_ttl::before{
  display: none;
}
.ozCmnContents > .w1080mAuto.search_seattype .kiji_box .gray_ttl::after{
  display: none;
}
.list_searchLink .h2Box{
  background: #d7e4af;
}
.list_searchLink .h2Box h2{
  border-left: none;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* ====================================================
Q&A
====================================================== */
.restaurant__qanda *{
  box-sizing: border-box;
}
.restaurant__qanda{
  background: #f8f1eb;
  width: 100%!important;
  margin-bottom: 0!important;
  padding-top: 80px;
}
.restaurant__qanda .gray_ttl{
  margin: 0 auto 50px;
  padding: 0 0 40px;
  text-align: center;
  position: relative;
}
.restaurant__qanda .gray_ttl span{
  display: none;
}
/*line_blue*/
.restaurant__qanda .gray_ttl::before{
  content: "";
  display: block;
  position: absolute;
  width: 1080px;
  height: 1px;
  background: #405268;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*line_green*/
.restaurant__qanda .gray_ttl::after{
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 4px;
  background: #b9dc4e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.restaurant__qanda .gray_ttl h2{
  display: inline-block!important;
  background: #f8f1eb;
  padding: 0 40px;
  color: #405268;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
/*colmun*/
.restaurant__qanda .qanda--area{
  width: 1080px;
  margin: 0 auto;
}
.restaurant__qanda .qanda--list{
  width: 520px!important;
  margin-right: 40px!important;
}
.restaurant__qanda .qanda--list:last-child{
  margin-right: 0!important;
}
/*Q*/
.restaurant__qanda .qanda--list .q--text{
  background: none;
  border-bottom: dashed 1px #405268;
  margin-bottom: 30px;
  padding: 10px 0 10px 62px;
  color: #405268;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-indent: 0;
}
.restaurant__qanda .qanda--list .q--text::before{
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 40px;
  background: #f8f1eb;
  padding-right: 0;
  left: 0;
  top: 10px;
}
.restaurant__qanda .qanda--list .q--text::after{
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 36px;
  background: url(/restaurant/kodawari/terrace/images/icon_q.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 10px;
}
/*A*/
.restaurant__qanda .qanda--area .qanda--list .a--text{
  padding: 10px 20px 20px 60px;
  font-size: 16px;
  line-height: 1.75;
  text-indent: 0;
}
.restaurant__qanda .qanda--area .qanda--list .a--text a{
  color: #8eb90c;
}
.restaurant__qanda .qanda--area .qanda--list .a--text::after{
  display: none;
}
.restaurant__qanda .qanda--area .qanda--list .a--text::before{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 36px;
  background: url(/restaurant/kodawari/terrace/images/icon_a.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 18px;
}

/* ====================================================
footer
====================================================== */
.list_footArea{
  background: #f8f1eb;
  width: 100%!important;
  margin: 0 auto 50px!important;
}
.list_footArea .list_footTxt{
  width: 1080px;
  margin: 0 auto 50px;
  padding: 50px 0 20px;
}
.list_footArea .list_footTxt + section .w1080mAuto .gray_ttl{
  margin: 0 auto 40px;
  padding: 0 0 40px;
  text-align: center;
  position: relative;
}
/*line_blue*/
.list_footArea .list_footTxt + section .w1080mAuto .gray_ttl::before{
  content: "";
  display: block;
  position: absolute;
  width: 1080px;
  height: 1px;
  background: #405268;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.list_footArea .list_footTxt + section .w1080mAuto .gray_ttl .common_sub-title{
  display: inline-block!important;
  background: #f8f1eb;
  padding: 10px 40px;
  color: #405268;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
/*line_green*/
.list_footArea .list_footTxt + section .w1080mAuto .gray_ttl::after{
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 4px;
  background: #b9dc4e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*colmun*/
.list_footArea .list_popular{
  border: solid 1px #ffffff!important;
  margin-top: 40px;
}
.list_footArea .list_popular_list li{
  border-top: solid 1px #ffffff;
}
.list_footArea .list_popular_list li:nth-child(3n-1){
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.list_footArea .list_popular .list_txt{
  border-top: solid 1px #ffffff;
}