@charset "utf-8";

/*==-----------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Crea.,Inc.
 Style Info:     コンテンツのスタイル

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

/*==-----------------------------------------------
index
-------------------------------------------------*/

#index #main h2 {
  margin: 12px 0;
}

#index #topics {
  text-align: left;
}

#index #topics .topics_01,
#index #topics .topics_02 {
  width: 490px;
  height: 110px;
  height: 100px;
  /* small */
  text-indent: -9999px;
  float: left;
  margin-bottom: 30px;
}

#index #topics .topics_01 {
  background: url(../img/index/topics_01.gif) 0 0 no-repeat;
}

#index #topics .topics_02 {
  background: url(../img/index/topics_02.gif) 0 0 no-repeat;
  margin-left: 20px;
}

#index #topics .topics_01.hasLink,
#index #topics .topics_02.hasLink {
  background: none;
}

#index #topics .topics_01.hasLink a,
#index #topics .topics_02.hasLink a {
  display: block;
  width: 100%;
  height: 100%;
}

#index #topics .topics_02.hasLink a {
  background: url(../img/index/topics_02_link.gif) 0 0 no-repeat;
}

#index .bnrArea {
  clear: both;
  margin-bottom: 30px;
  font-size: 0;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
}

#index .bnrArea .itemBnr {
  display: inline-block;
  width: 490px;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 14px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}

#index .bnrArea .itemBnr:nth-child(-n + 2) {
  margin-top: 0;
}

#index .bnrArea .itemBnr:nth-child(2n + 1) {
  margin-left: 0;
}

#index .bnrArea .itemBnr a {
  display: block;
}

#index #information {
  background-color: #d9b341;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

#index #information h2 {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R",
    "小塚明朝 Std R", "Hiragino Mincho Pro";
  font-size: 20px;
  color: #fff;
  text-align: left;
  padding-top: 12px;
  margin-bottom: 12px;
}

.infoInner {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  clear: both;
}

#index #information {
  padding-bottom: 20px;
}

#index #information ul {
  font-size: 0;
  text-align: left;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
}

#index #information li {
  display: inline-block;
  width: 490px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #e1c04d;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}

#index #information li:nth-child(odd) {
  margin-right: 20px;
}

#index #information dt,
#index #information dd {
  float: left;
  display: block;
}

#index #information .infoPic {
  width: 22%;
  text-align: left;
}

#index #information dd {
  width: 78%;
  text-align: left;
}

#index #information .date {
  color: #995200;
  font-weight: bold;
  margin-bottom: 0.2em;
}

#index #information a:visited,
#index #information a:link {
  color: #262108;
}

#index #information a:hover {
  text-decoration: none;
}

/*==-----------------------------------------------
  catalog
-------------------------------------------------*/
#catalog #article {
  margin-bottom: 30px;
}

#catalog #article p.cap {
  text-align: center;
  margin: 30px 0;
}

/* bxslider */
#catalog .bx-wrapper {
  width: 820px;
  height: 300px;
  margin: 0px auto 50px;
}

#catalog .bx-wrapper .bx-viewport {
  box-shadow: 0 0 15px #ccc;
}

/* detail.section */
#catalog #article #detail .section {
  width: 830px;
  height: 300px;
  margin: 0px auto 0px;
}

#catalog #article #detail .section p {
  float: left;
  width: 320px;
  padding: 10px;
  text-align: center;
  margin-left: 20px;
}

#catalog #article #detail .section dl {
  float: left;
  width: 400px;
  margin: 35px 10px 0px 0px;
  margin: 50px 10px 0px 0px;
}
#catalog #article #detail .section dl dt {
  margin: 0;
  line-height: 130%;
  font-weight: normal;
  border-bottom: 1px solid #000;
  font-size: 1.05em;
}
#catalog #article #detail .section dl dt strong {
  color: #000;
  font-weight: bold;
  font-size: 2.2em;
  line-height: 200%;
}

#catalog #article #detail .section dl.cap {
  margin-top: 25px;
}

#catalog #article #detail .section dl.cap dt span {
  line-height: 0%;
  font-weight: bold;
  margin: 20px 0 -20px;
  display: block;
}

#catalog #article #detail .section dl dd.txt {
  margin: 20px 0;
  padding-left: 25px;
  background: url(../img/catalog/list.gif) 10px 5px no-repeat;
}

#catalog #article #detail .section dl dd table {
  width: 100%;
  margin: 20px 0 0;
}

#catalog #article #detail .section dl dd th,
#catalog #article #detail .section dl dd td {
  background: #eee;
  margin: 0;
  padding: 5px;
  font-weight: normal;
  font-size: 0.95em;
  text-align: center;
  border: solid 2px #fff;
}

/* item */
#catalog #article .item {
  display: flex;
  flex-wrap: wrap;
  width: 840px;
  margin: 0 auto;
}

#catalog #article .item a {
  text-decoration: none;
}

#catalog #article .item dl {
  width: 200px;
  margin: 0 5px 10px;
  /* float: left; */
  display: block;
}

#catalog #article .item dl dt {
  height: 170px;
  background: #fff;
  padding: 0;
  margin: 0;
}

#catalog #article .item dl dt img {
  width: 180px;
  margin: 5px 10px 0;
  background: #fff;
}

#catalog #article .item dl dd {
  font-size: 0.62em;
  padding: 10px;
  margin: 0;
  line-height: 130%;
}

#catalog #article .item dl dd strong {
  color: #000;
  font-weight: bold;
  font-size: 2.12em;
  line-height: 150%;
}

/* closing */
#catalog #article .closing {
  position: relative;
}

#catalog #article .closing .closingTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 1em;
  color: #c33;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#catalog #article #detail .closing .closingTxt {
  font-size: 20px;
}

#catalog #article .sold,
#catalog #article .sold a{
  pointer-events: none;
}
#catalog #article .sold{
  position: relative;
}
#catalog #article .sold .label{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;;
  z-index: 0;
  background-color: rgba(57, 48, 32, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
#catalog #article .sold .label span{
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 10px;
  letter-spacing: 0.05em;
  font-size: 16px;

}

/*==-----------------------------------------------
  outline
-------------------------------------------------*/
#outline #article dl {
  width: 600px;
  margin: 0 auto;
  border-top: 1px solid #534c3e;
}

#outline #article dt {
  padding: 10px 15px;
  float: left;
}

#outline #article dd {
  padding: 10px 15px 10px 125px;
  margin: 0;
  border-bottom: 1px solid #534c3e;
}

#outline #article dd .map {
  margin-top: 10px;
}

/*==-----------------------------------------------
  tour
-------------------------------------------------*/
#tour #article .section {
  width: 850px;
  margin: 20px auto -30px;
  padding: 0;
}

#tour #article .section ul,
#tour #article .section ul li {
  margin: 0;
  padding: 0;
}

#tour #article .section ul li {
  float: left;
  margin: 0 5px 5px 5px;
}

#tour #article .section ul li.tour_01 {
  margin-right: 10px;
}

#tour #article .section ul li.tour_02 {
  margin-left: 0px;
}

#tour #article .section ul li.tour_03 {
}

#tour #article .section ul li.tour_04 {
}

#tour #article .section ul li.tour_05 {
  float: none;
}

#tour #article .section ul li.tour_06 {
}

#tour #article .section ul li.tour_07 {
}

#tour #article .section ul li.tour_08 {
}

#tour #article .section ul li.tour_end {
  float: right;
  margin-top: -168px;
}

#tour #article .section table {
  background: #f9f7f4;
  margin: 0 auto 20px;
  /*border-collapse: collapse;*/
  border-collapse: separate;
  border-spacing: 10px;
}

#tour #article .section table td {
  background: #f9f7f4;
  border: none;
  vertical-align: top;
  text-align: left;
  padding: 0px;
}

* html #tour #article .section table td {
  padding: 4px;
}

* + html #tour #article .section table td {
  padding: 4px;
}

/* detail */
#tour.detail {
  width: 750px;
  height: 460px;
  margin: 0 auto;
  padding: 30px 40px 0;
  text-align: left;
  background: #fff;
}

#tour.detail h1 {
  color: #393020;
  font-weight: bold;
  font-size: 2.2em;
  line-height: 100%;
  padding: 10px 0 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #534c3e;
  background: url(../img/tour/click.gif) right 30px no-repeat;
}

#tour.detail h1.single {
  background: none;
}

#tour.detail .txt {
  float: left;
}

#tour.detail p {
  font-size: 1.1em;
  width: 370px;
}

#tour.detail p.main_w {
  font-size: 1.1em;
  width: 665px;
  margin: 0 0 0 35px;
}

#tour.detail p.sub {
  font-size: 1em;
}

#tour.detail .end {
  font-size: 0.9em;
  color: #cc0000;
}

#tour.detail dl {
  width: 330px;
  padding: 15px 15px 10px 15px;
  margin: 15px 0;
  background: #f5f5f5;
}

#tour.detail dl dt {
  float: left;
  font-weight: bold;
}

#tour.detail dl dt img {
  margin: 0 8px -2px 0;
}

#tour.detail dl dd {
  font-size: 0.75em;
  line-height: 120%;
}

#tour.detail dl dd.s {
  /* 1行 */
  padding: 5px 0 12px 130px;
}

#tour.detail dl dd.d {
  /* 2行以上 */
  padding: 2px 0 5px 130px;
}

#tour.detail dl dd.no_img {
  /* 2行以上 */
  padding: 2px 0 5px 100px;
}

/* bxslider */
#tour .bx-wrapper {
  width: 360px;
  height: 270px;
  margin: 0px auto 20px;
}

#tour .bx-wrapper .bx-viewport {
  box-shadow: 0 0 15px #ccc;
}

#tour .bx-wrapper .bx-controls-direction a {
  display: none;
}

/* photo area */
#tour.detail table {
  width: 360px;
  float: right;
  margin: 0 5px 20px;
  padding: 0;
}

#tour.detail table td#main {
  width: 360px;
}

#tour.detail table td#thm img {
  width: 64px;
  margin: 10px 0 0 10px;
  float: left;
}

#tour.detail table td#thm img.top {
  margin: 10px 0 0 0;
}

/* nav */
#tour.detail ul.nav {
  width: 750px;
  border-top: 1px solid #ccc;
  clear: both;
  padding-top: 15px;
  position: absolute;
  top: 480px;
}

#tour.detail ul.nav li.prev {
  float: left;
}

#tour.detail ul.nav li.next {
  float: right;
}

#tour.detail ul.nav li.end {
  float: right;
  cursor: pointer;
}

#tour.detail ul.nav li a {
  width: 140px;
  height: 40px;
  display: block;
  text-indent: -9999px;
}

#tour.detail ul.nav li.prev a {
  background: url(../img/tour/btn_prev.gif) 0 top no-repeat;
}

#tour.detail ul.nav li.next a {
  background: url(../img/tour/btn_next.gif) 0 top no-repeat;
}

#tour.detail ul.nav li.end a {
  background: url(../img/tour/btn_end.gif) 0 top no-repeat;
}

#tour.detail ul.nav li.prev a:hover {
  background: url(../img/tour/btn_prev.gif) 0 bottom no-repeat;
}

#tour.detail ul.nav li.next a:hover {
  background: url(../img/tour/btn_next.gif) 0 bottom no-repeat;
}

#tour.detail ul.nav li.end a:hover {
  background: url(../img/tour/btn_end.gif) 0 bottom no-repeat;
}

/*==-----------------------------------------------
  contact
-------------------------------------------------*/
#contact #article p {
  padding-bottom: 15px;
  text-align: center;
}

#contact.finish #article p {
  padding: 15px;
  text-align: center;
}

#contact #article form {
  width: 520px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 30px 0 #dbd8d4;
  /* Safari, Chrome用 */
  -moz-box-shadow: 1px 1px 30px 0 #dbd8d4;
  /* Firefox用 */
  box-shadow: 1px 1px 30px 0 #dbd8d4;
  /* CSS3 */
}

#contact #article form input,
#contact #article form textarea {
  padding: 8px 6px;
  border: 1px solid #ccc;
  background: linear-gradient(#f5f5f5, #fff);
}

#contact #article form input.form_s {
  width: 120px;
}

#contact #article form input.form_m {
  width: 200px;
}

#contact #article form input.form_l {
  width: 320px;
}

#contact #article form textarea.form_text {
  width: 320px;
  height: 100px;
}

#contact #article form input.btn {
  width: 150px;
  height: 35px;
  text-indent: -9999px;
  border: none;
  background-position: 0 top;
  margin: 20px 5px 0;
}

#contact #article form input.btn:hover {
  background-position: 0 bottom;
  cursor: pointer;
}

#contact #article form input.form_conf {
  background-image: url(../img/contact/btn_confirm.gif);
  width: 155px;
}

#contact #article form input.form_return {
  background-image: url(../img/contact/btn_return.gif);
}

#contact #article form input.form_submit {
  background-image: url(../img/contact/btn_submit.gif);
}

#contact #article form .error {
  font-size: 0.8em;
}

#contact #article form .conf {
  font-size: 0.8em;
  color: #333;
}

#contact #article form .txt {
  /*
  text-align: left;
  margin:0 auto ;
  width:350px;
*/
}

#contact #article form table {
  width: 100%;
  margin: 0 auto;
}

#contact #article th,
#contact #article td {
  border: none;
  padding: 5px 0 5px 20px;
  vertical-align: middle;
}

#contact #article th {
  white-space: nowrap;
}

#contact #article th {
  width: 140px;
  text-align: left;
  background: url(../img/contact/list.gif) 4px center no-repeat;
}

#contact #article td {
  font-size: 1.1em;
}

#contact #article p.contactTxt {
  text-align: left;
  margin: 0;
  margin-top: 15px;
  font-size: 85%;
  line-height: 1.4;
}

#contact #article p.contactNotes {
  text-align: left;
  margin-top: 15px;
  padding-left: 15px;
  text-indent: -1.5em;
  font-size: 85%;
  line-height: 1.4;
}

#contact .contactCustomer p {
  font-weight: bold;
  margin-bottom: -8px;
}

#contact .contactCustomer {
  margin: 0 auto;
  padding: 4px 0 8px 0;
  border: 2px solid #333333;
  text-align: center;
  width: 400px;
  /*margin-bottom: 40px;  170322 */
  margin-bottom: 55px;
}

#contact .contactCustomer span.freeDial {
  /*display: block;*/
  margin: 0 auto;
  padding: 0;
  /*margin-top: -50px;*/
  font-size: 26px;
}

#contact span.freeDial:before {
  content: url(../img/common/footer/freedial_20210917.png);
  position: relative;
  bottom: -7px;
}

/*==-----------------------------------------------
  foodsafety
-------------------------------------------------*/
#foodsafety #article .policy {
  width: 600px;
  margin: 0 auto 30px;
  -webkit-box-shadow: 1px 1px 30px 0 #dbd8d4;
  /* Safari, Chrome用 */
  -moz-box-shadow: 1px 1px 30px 0 #dbd8d4;
  /* Firefox用 */
  box-shadow: 1px 1px 30px 0 #dbd8d4;
  /* CSS3 */
}

#foodsafety #article ol {
  width: 600px;
  margin: 0 auto;
}

/*==-----------------------------------------------
  order
-------------------------------------------------*/
#order #contents .img_cap {
  margin-bottom: 40px;
}

#order .article .fwBold {
  font-weight: bold;
}

#order .article em {
  color: #d78a00;
}

/* item */
#order .article .item {
  display: flex;
  flex-wrap: wrap;
  width: 840px;
  margin: 0 auto;
}

#order .article .item dl {
  width: 200px;
  margin: 30px 5px 0;
  /* float: left; */
  display: block;
}

#order .article .item dl:nth-child(-n + 4) {
  margin-top: 0;
}

#order .article .item dl dt {
  height: 170px;
  background: #fff;
  padding: 0;
  margin: 0;
}

#order .article .item dl dt img {
  width: 180px;
  margin: 5px 10px 0;
  background: #fff;
}

#order .article .item dl dd {
  color: #339900;
  font-size: 0.62em;
  padding: 10px;
  margin: 0;
  line-height: 130%;
}

#order .article .item dl dd {
}

#order .article .item dl dd strong {
  color: #000;
  font-weight: bold;
  font-size: 2.12em;
  line-height: 150%;
}

#order .article .item dl dd.spec {
  border-top: 1px dashed #ccc;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
  color: #777;
}

#order .article .item dl dd.info {
  padding-top: 0;
  color: #000;
  font-size: 0;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
}

#order .article .item dl dd.info .capacity {
  display: inline-block;
  width: 56px;
  padding: 2px 0;
  border-radius: 3px;
  background-color: #393020;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

#order .article .item dl dd.info .price {
  display: inline-block;
  width: 124px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.05em;
  word-spacing: 0;
  line-height: 1.2;
  text-align: right;
  vertical-align: middle;
}

#order .article .item dl dd.info .price .fsSmall {
  font-size: 10px;
}

#order .article .item dl.is-suspended {
  position: relative;
}
#order .article .item dl.is-suspended::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(57, 48, 32, 0.8);
  content: "";
}

#order .article .item dl.is-suspended .suspended {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: max-content;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  padding: 10px 16px;
}

/* conversion */
#order .boxConversion {
  margin: 40px 10px 0;
}

/* contact tel */
#order .contactCustomer {
  float: left;
  padding: 4px 0 8px 0;
  border: 2px solid #333333;
  text-align: center;
  width: 400px;
  /*margin-bottom: 40px;  170322 */
  /* margin-bottom: 55px; */
  box-sizing: border-box;
}

#order .contactCustomer p {
  font-weight: bold;
  margin-bottom: -8px;
}

#order .contactCustomer span.freeDial {
  /*display: block;*/
  margin: 0 auto;
  padding: 0;
  /*margin-top: -50px;*/
  font-size: 26px;
}

#order .contactCustomer span.freeDial:before {
  content: url(../img/common/footer/freedial_20210917.png);
  position: relative;
  bottom: -7px;
}

/* contact form */
#order .contactform {
  /* float: right; */
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

#order .contactform .btn {
  display: block;
  position: relative;
  padding: 16px 30px;
  background-color: #d78a00;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
}

#order .contactform .btn::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  content: "";
}

@media print {
  #order #container {
    background-image: none;
  }

  #order #header {
    height: auto;
  }

  #order #header h1 {
    margin-bottom: 0;
  }

  #order #header #navi {
    display: none;
  }

  #order #contents h2 {
    margin-top: 0;
  }

  #order #contents .img_cap {
    display: none;
  }
}
