html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
}

main {
  display: block;
}

.dis-none {
  display: none;
}

@media screen and (min-width: 769px) {
  /*-------------------------------
  ONLINE SHOP INDEX
  -------------------------------*/
  #contents .online_index.list-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #contents .online_index.list-box > div {
    width: 48%;
    text-align: center;
  }
  #contents .online_index.list-box .box p.links a {
    font-size: 50px;
    font-weight: bold;
    margin-top: 15px;
    display: block;
    color: #040404;
    text-align: center;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  /*-------------------------------
  ONLINE SHOP INDEX
  -------------------------------*/
  #contents .online_index.list-box {
    width: 100%;
  }
  #contents .online_index.list-box > div {
    width: 100%;
    display: block;
    text-align: center;
  }
  #contents .online_index.list-box > div:first-child {
    margin-bottom: 40px;
  }
  #contents .online_index.list-box .box p.links a {
    font-size: 28px;
    font-weight: bold;
    margin-top: 8px;
    display: block;
    color: #040404;
    text-align: center;
    text-decoration: none;
  }
  
}
@media screen and (min-width: 769px) {
  .att-txt {
    padding: 20px 0;
  }
  .comming-soon {
    width: 280px;
    background:#c31d39;
    padding: 5px 0;
    font-size: 2em;
    color: #fff;
    text-align: center;
    margin: 30px auto;
  }
  .home #mainVisual .sake-bnr {
    position: absolute;
    width: 550px;
    bottom: 0;
    right: 130px;
  }
}
@media screen and (max-width: 768px) {
  .att-txt {
    padding: 0 0 20px;
  }
  .comming-soon {
    width: 70%;
    background:#c31d39;
    padding: 5px 0;
    font-size: 1em;
    color: #fff;
    text-align: center;
    margin: 15px auto;
  }
  .home #mainVisual .sake-bnr {
    width: 50%;
    position: absolute;
    top: 2%;
    right: 3%;
  }
}


@media screen and (min-width: 769px) {
  /*-------------------------------
  RESTAURANTS
  -------------------------------*/
  /*-- 修正 --*/
  .restaurants #contents .inner {
    padding-bottom: 40px;
  }
  .restaurants #contents .data {
    color: #a89658;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
  .restaurants #contents .select-area {
    background: #987f3b;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 40px;
  }
  .restaurants #contents .area-tabs .tab-button-outer {
  }
  .restaurants #contents .area-tabs #tab-button {
    width: 100%;
    display: table;
    border-top:5px solid #987f3b;
    border-bottom:5px solid #987f3b;
  }
  .restaurants #contents .area-tabs #tab-button li {
    text-align: center;
    display: table-cell;
    width: 33.3%;
    border-left: 5px solid #987f3b;
  }
  .restaurants #contents .area-tabs #tab-button li:first-child {
    border-left: none;
  }
  .restaurants #contents .area-tabs #tab-button li a {
    display: block;
    padding: 10px 20px;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    line-height: 60px;
    background: #fff;
  }
  .restaurants #contents .area-tabs #tab-button li a:hover,
  .restaurants #contents .area-tabs #tab-button .is-active a {
    background: #D4CBA9;
    color:#000;
    transition: all 0.2s ease-out;
  }
  .restaurants #contents .area-tabs .tab-contents {
    padding: 0 0 1em;
  }
  .restaurants #contents .area-tabs .tab-select-outer {
    display: none;
  }
  .restaurants #contents .cate-tabs .catetab-select-outer {
    display: none;
  }
  .restaurants #contents .tab-contents .cate-tabs {
    width: 100%;
    margin: 0 auto 20px;
  }
  .restaurants #contents .tab-contents .cate-tabs .catetab-button-outer {
    width: 100%;
  }
  .restaurants #contents .tab-contents .cate-tabs .catetab-button-outer p {
    padding-bottom: 5px;
  }
  .restaurants #contents .tab-contents .select-cate {
    background: #987f3b;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 40px;
  }
  .restaurants #contents .tab-contents .cate-tabs #catetab-button {
    width: 100%;
    display: table;
    border-top:5px solid #987f3b;
    border-bottom:5px solid #987f3b;
  }
  .restaurants #contents .tab-contents .cate-tabs #catetab-button li {
    text-align: center;
    display: table-cell;
    width: 16.666%;
    border-left: 5px solid #987f3b;
    font-size: 24px;
    background: #fff;
    color: #CCC;
  }
  .restaurants #contents .area-tabs #tab-button li:first-child {
    border-left: none;
  }
  .restaurants #contents .tab-contents .cate-tabs #catetab-button li a {
    display: block;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    line-height: 60px;
    color: #000;
  }
  
  .restaurants #contents .tab-contents .cate-tabs #catetab-button li:first-child {
    border-left: none;
  }
  .restaurants #contents .tab-contents .cate-tabs #catetab-button li a:hover,
  .restaurants #contents .tab-contents .cate-tabs #catetab-button .is-active a {
    background: #D4CBA9;
    color:#000;
    transition: all 0.2s ease-out;
  }
  .restaurants #contents .tab-contents .explanatory {
    width: 100%;
    margin: 30px 0 0;
  }
  .restaurants #contents .tab-contents .explanatory li {
    display: table-cell;
    width: 50%;
  }
  .restaurants #contents .tab-contents .explanatory li:nth-of-type(2) {
    padding-left: 30px;
  }
  .restaurants #contents .tab-contents .explanatory li p {
    overflow: hidden;
    zoom: 1;
  }
  .restaurants #contents .tab-contents .explanatory li img {
    float: left;
    margin: 0 15px 5px 0;
  }
  .restaurants #contents .tab-contents .explanatory li:after {
    content: "";
    clear: both;
    display: block;
  }
  .restaurants #contents .tab-contents .ico-name {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .restaurants #contents .catetab-contents {
    padding: 1em 0 1em;
  }
  .restaurants #contents .catetab-contents .cate-name {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }
  .restaurants #contents .catetab-contents .cate-name span {
    position: relative;
    display: inline-block;
    color: #A99754;
    margin-bottom: 1em;
  }
  .restaurants #contents .catetab-contents .cate-name span:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 300px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #A99754;
  }
  .restaurants #contents .tab-select-outer {
    display: none;
  }
  .restaurants #contents .tab-contents .caption {
    text-align: right;
  }
  .restaurants #contents ul.rest-box {
    width: 100%;
	  list-style: none;
    margin-top: 30px;
  }
  .restaurants ul.rest-box > li {
    width: 48.6%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
  }
  .restaurants ul.rest-box li .box {
    width: 100%;
    padding: 4%;
    border: 1px solid #b5b0aa;
    border-radius: 8px;
    background: #fff;
  }
  .restaurants ul.rest-box > li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  .restaurants ul.rest-box > li a:hover {
    opacity: 0.75;
  }
 .restaurants ul.rest-box > li:nth-child(even) {
   float: right;
  }
  .restaurants #contents ul.rest-box:after {
    content: "";
    clear: both;
    display: block;
  }
  .restaurants .rest-box .shop-name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .restaurants .rest-box .shop-name li {
    display: table-cell;
    vertical-align: top;
  }
  .restaurants .rest-box .shop-name li:nth-of-type(1) {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    max-width: 485px;
    word-wrap: break-word;
  }
  .restaurants .rest-box .shop-name li:nth-of-type(2) figure {
    width: 65px;
    height: 65px;
  }
  .rest-box > li dl {
    width: 100%;
    display: table;
  }
  .rest-box li dl dt,.rest-box li dl dd {
    display: table-cell;
  }
  .rest-box li dl dt {
    width: 60%;
    vertical-align: top;
    padding-right: 3%;
    font-size: 18px;
  } 
  .rest-box li dl dd {
    vertical-align: top;
    text-align: right;
  }
  .rest-box li .menu {
    font-size: 20px;
    font-weight: bold;
    color: #A99754;
  }
  .rest-box li .price {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #A99754;
  }
  .rest-box li .address {
    margin-top: 18px;
  } 
  .restaurants #contents .title-area {
    display: none;
  }
  .restaurants #contents .title-cate {
    display: none;
  }

}

@media screen and (max-width: 768px) {
  /*-------------------------------
  RESTAURANTS
  -------------------------------*/
  .restaurants #contents .data {
    color: #a89658;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .restaurants #contents .catetab-contents {
    padding: 0.8em 0;
  }
  .restaurants #contents .tab-button-outer {
    display: none;
  }
  .restaurants #contents .tab-select-outer {
    overflow: hidden;
    width: 100%;
	  margin: 0 auto 0.5em;
	  text-align: center;
  }
  .restaurants .rest-box .shop-name a {
    text-decoration: none;
    color: #000;
  }
  .restaurants .rest-box .shop-name a:hover {
    color: #d30b24;
    opacity: 1;
  }
  .restaurants #contents .title-area {
    text-align: center;
    width: auto;
    padding: 3px 10px;
    font-size: 0.9em;
    color: #fff;
    background: #A99754;
  }
  .restaurants #contents .title-cate {
    text-align: center;
    width: auto;
    padding: 3px 10px;
    font-size: 0.9em;
    color: #fff;
    background: #A99754;
  }
  .restaurants #contents .catetab-contents .cate-name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .restaurants #contents .catetab-contents .cate-name span {
    position: relative;
    display: inline-block;
    color: #A99754;
    margin-bottom: 0.5em;
  }
  .restaurants #contents .catetab-contents .cate-name span:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 250px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #A99754;
  }
  .restaurants #contents .tab-select-outer select {
	  width: 100%;
	  padding-right: 1em;
    font-size: 16px;
	  cursor: pointer;
	  text-indent: 0.01px;
	  text-overflow: ellipsis;
	  border: none;
	  outline: none;
	  background: transparent;
	  background-image: none;
	  box-shadow: none;
	  -webkit-appearance: none;
	  appearance: none;
  }
  .restaurants #contents .tab-select-outer select::-ms-expand {
    display: none;
  }
  .restaurants #contents .tab-select-outer.cp_sl01 {
	  position: relative;
	  border: 2px solid #A99754;
	  border-radius: 2px;
	  background: #ffffff;
  }
  .restaurants #contents .tab-select-outer.cp_sl01::before {
	  position: absolute;
	  top: 1em;
	  right: 0.9em;
	  width: 0;
	  height: 0;
	  padding: 0;
	  content: '';
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 6px solid #A99754;
	  pointer-events: none;
  }
  .restaurants #contents .tab-select-outer.cp_sl01 select {
	  padding: 10px 38px 10px 8px;
	  color: #000;
  }
  .restaurants #contents .cate-tabs .catetab-button-outer {
    display: none;
  }
  .restaurants #contents .cate-tabs .catetab-select-outer {
    overflow: hidden;
    width: 100%;
	  margin: 0 auto 0.5em;
	  text-align: center;
  }
  .restaurants #contents .cate-tabs .catetab-select-outer select {
	  width: 100%;
	  padding-right: 1em;
    font-size: 16px;
	  cursor: pointer;
	  text-indent: 0.01px;
	  text-overflow: ellipsis;
	  border: none;
	  outline: none;
	  background: transparent;
	  background-image: none;
	  box-shadow: none;
	  -webkit-appearance: none;
	  appearance: none;
  }
  .restaurants #contents .cate-tabs .catetab-select-outer select::-ms-expand {
    display: none;
  }
  .restaurants #contents .cate-tabs .catetab-select-outer.cp_sl01 {
	  position: relative;
	  border: 2px solid #A99754;
	  border-radius: 2px;
	  background: #ffffff;
  }
  .restaurants #contents .cate-tabs .catetab-select-outer.cp_sl01::before {
	  position: absolute;
	  top: 1em;
	  right: 0.9em;
	  width: 0;
	  height: 0;
	  padding: 0;
	  content: '';
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-top: 6px solid #A99754;
	  pointer-events: none;
  }
  .restaurants #contents .cate-tabs .catetab-select-outer.cp_sl01 select {
	  padding: 10px 38px 10px 8px;
	  color: #000;
  }
  .restaurants #contents .explanatory {
    width: 100%;
    margin: 20px 0;
  }
  .restaurants #contents .explanatory li {
    width: 100%;
    display: block;
  }
  .restaurants #contents .explanatory li:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .restaurants #contents .explanatory li p {
    overflow: hidden;
    zoom: 1;
  }
  .restaurants #contents .explanatory li img {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 15px 5px 0;
  }
  .restaurants #contents .explanatory li:after {
    content: "";
    clear: both;
    display: block;
  }
  .restaurants #contents .ico-name {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .restaurants #contents ul.rest-box {
    width: 100%;
	  list-style: none;
    margin-top: 30px;
  }
  .restaurants ul.rest-box > li {
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
  }
  .restaurants ul.rest-box li .box {
    width: 100%;
    padding: 7% 5%;
    border: 1px solid #b5b0aa;
    border-radius: 8px;
    background: #fff;
  }
  .restaurants ul.rest-box > li:last-child {
    margin-bottom: 0;
  }
  .restaurants ul.rest-box > li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  .restaurants ul.rest-box > li a:hover {
    opacity: 0.75;
  }
  .restaurants #contents ul.rest-box:after {
    content: "";
    clear: both;
    display: block;
  }
  .restaurants .rest-box .shop-name {
    width: 100%;
    margin-bottom: 8px;
  }
  .restaurants .rest-box .shop-name li {
    text-align: center;
  }
  .restaurants .rest-box .shop-name li:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .rest-box > li dl {
    width: 100%;
  }
  .rest-box li dl dt {
    padding-right: 3%;
    font-size: 18px;
  } 
  .rest-box li dl dd {
    text-align: center;
  }
  .rest-box li dl dd figure img {
    width: 70%;
    height: auto;
  }
  .rest-box li .menu {
    font-size: 18px;
    font-weight: bold;
    color: #A99754;
  }
  .rest-box li .price {
    font-size: 18px;
    font-weight: bold;
    color: #A99754;
  }
  .rest-box li .address {
    margin: 10px 0 20px;
  } 
  .restaurants #contents .caption {
    font-size: 0.9em;
    text-align: right;
  }
}

