@charset "UTF-8";
/*
@import '../node_modules/bootstrap/scss/functions';
@import '../node_modules/bootstrap/scss/variables';
@import '../node_modules/bootstrap/scss/mixins';
@import '../node_modules/bootstrap/scss/reboot';
//@import '../node_modules/bootstrap/scss/type';
@import "../node_modules/bootstrap/scss/utilities/align";
//@import "../node_modules/bootstrap/scss/utilities/background";
//@import "../node_modules/bootstrap/scss/utilities/borders";
//@import "../node_modules/bootstrap/scss/utilities/clearfix";
//@import "../node_modules/bootstrap/scss/utilities/display";
//@import "../node_modules/bootstrap/scss/utilities/embed";
@import "../node_modules/bootstrap/scss/utilities/flex";
//@import "../node_modules/bootstrap/scss/utilities/float";
//@import "../node_modules/bootstrap/scss/utilities/overflow";
//@import "../node_modules/bootstrap/scss/utilities/position";
//@import "../node_modules/bootstrap/scss/utilities/screenreaders";
//@import "../node_modules/bootstrap/scss/utilities/shadows";
@import "../node_modules/bootstrap/scss/utilities/sizing";
//@import "../node_modules/bootstrap/scss/utilities/stretched-link";
@import "../node_modules/bootstrap/scss/utilities/spacing";
//@import "../node_modules/bootstrap/scss/utilities/text";
//@import "../node_modules/bootstrap/scss/utilities/visibility";
//@import '../node_modules/bootstrap/scss/grid';
*/
/* ==========================================================================
   initialize
   ========================================================================== */
/* common
-------------------------------------------------- */
html {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

body {
  line-height: 1.4;
  margin: 0; }

figure {
  margin: 0; }

ul, ol {
  padding-left: 0;
  list-style-type: none; }

dd {
  margin-left: 0; }

i,
em,
address {
  font-style: normal; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: bottom;
  max-width: 100%; }

.bg-whitesmoke {
  background-color: #f5f5f5; }

.bg-silverwhite {
  background-color: #efefef; }

h2 {
  font-size: 1.5rem; }

.tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 1.625rem;
  font-size: 1.625rem; }
  .tit:last-child {
    margin-bottom: 0; }
  .tit em {
    color: #ceb87d;
    color: #999;
    font-size: 10px;
    letter-spacing: 0; }

.sub-tit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bolder;
  text-align: center;

  font-size: 1.05rem;

}
  .tit:last-child {
    margin-bottom: 0; }
  .tit em {
    color: #ceb87d;
    color: #999;
    font-size: 10px;
    letter-spacing: 0; }



.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .container.py-0 {
    padding-top: 0;
    padding-bottom: 0; }

/* ==========================================================================
   layout
   ========================================================================== */
html,
body {
  min-height: 100vh; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  body > footer#footer {
    margin-top: auto; }

#header {
  width: 100%;
  position: absolute;
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9); }
  #header.static {
    position: static; }
  #header #header_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px; }
  #header h1 {
    margin: 0; }
    #header h1 a {
      font-size: 0; }
  #header a {
    display: block;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    color: #fff;
    text-decoration: none; }
    #header a:hover {
      opacity: .75; }
  #header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none; }
    #header ul li {
      padding-left: 1em;
      padding-right: 1em; }

#image {
  width: 100%;
  height: 100vh;
  background-image: url(../image.jpg);
  background-image: url(../image2.jpg);
  background-size: cover;
  background-position: center center; }

body:not(.img_set) #header {
  z-index: 1; }

body:not(.img_set) #image_cont_w {
  background-color: rgba(0, 0, 0, 0.125); }

body:not(.img_set) #image_cont {
  color: #000; }

body.img_set #image_cont_w {
  display: block;
  background-color: white;
  -webkit-transition: all 1s 1.25s;
  -o-transition: all 1s 1.25s;
  transition: all 1s 1.25s; }

body.img_set #image_cont h3, body.img_set #image_cont p {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all .75s 1.75s;
  -o-transition: all .75s 1.75s;
  transition: all .75s 1.75s; }

body.img_set #image_cont #logo {
  opacity: 0;
  -webkit-transition: all 1s .5s;
  -o-transition: all 1s .5s;
  transition: all 1s .5s;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%); }
  body.img_set #image_cont #logo:after {
    opacity: 1;
    -webkit-transition: all .75s 1.25s;
    -o-transition: all .75s 1.25s;
    transition: all .75s 1.25s; }

body.img_go #image_cont_w {
  background-color: rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, 0.125); }

body.img_go #image_cont h3, body.img_go #image_cont p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

body.img_go #image_cont #logo {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  body.img_go #image_cont #logo:after {
    opacity: 0; }

body.img_end #header {
  z-index: 1; }

#image_cont_w {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }

#image_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #image_cont h3 {
    display: inline-block;
    font-weight: normal;
    font-size: 2rem;
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-bottom: dotted 1px; }
  #image_cont p {
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  #image_cont #logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #image_cont #logo {
    position: relative;
    width: 180px;
    height: 180px;
    margin: auto; }
    #image_cont #logo:before, #image_cont #logo:after {
      content: "";
      width: 100%;
      height: 100%;
      background-image: url(../logo.png);
      position: absolute;
      top: 0;
      left: 0; }
    #image_cont #logo:before {
      background-position: 100% 0; }
    #image_cont #logo:after {
      opacity: 0;
      background-position: 0 0;
      background-position: 100% 0; }

#news_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #news_area ul {
    width: calc(50% - 1rem); }
    #news_area ul li {
      border-bottom: dotted 1px;
      padding-top: .5em;
      padding-bottom: .5em; }
  #news_area #result_table {
    width: calc(50% - 1rem);
    font-size: 12px;
    overflow-x: scroll; }
    #news_area #result_table table {
      border-collapse: collapse; }
      #news_area #result_table table caption {
        font-weight: bold;
        text-align: left; }
      #news_area #result_table table th, #news_area #result_table table td {
        border: solid 1px;
        line-height: 1.25; }
      #news_area #result_table table td {
        background-color: #fff; }
        #news_area #result_table table td:nth-child(n + 4) {
          text-align: right; }
    #news_area #result_table .vertical {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }

#idx_policy > ul,
#idx_item > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
/**
  justify-content: space-between;
  justify-content: flex-start;
**/
}

#idx_policy > ul{
  justify-content: flex-start;
}

#idx_item > ul{
  justify-content: space-between;
}
#idx_policy > ul > li:nth-child(1),
#idx_policy > ul > li:nth-child(2),
#idx_policy > ul > li:nth-child(3),
#idx_policy > ul > li:nth-child(5),
#idx_policy > ul > li:nth-child(6){
  margin-right: 7px;
}


  #idx_policy > ul > li{
    width: calc(25% - 1rem / 3);
    text-align: center;
  }
  #idx_item > ul > li {
    width: calc(33% - 1rem / 3);
    text-align: center;
  }

#idx_banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#idx_banner li {
  width: calc(50% - 1rem / 2);
  border: solid 1px; }

#idx_policy {
  margin-top: 1rem;
/*
  border: solid 1px;
*/
}

footer#footer {
  text-align: center;
  padding-top: 1rem;
  border-top: solid 1px #999;
  border-top: solid 1px gainsboro;
  background-color: #fff; }
  footer#footer #footer_logo {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../logo.png);
    background-size: 150px;
    margin: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s; }
  footer#footer #footer_logo:hover {
    opacity: 0.75; }
  footer#footer #footer_logo a {
    display: block;
    height: 100%;
    font-size: 0; }

  footer#footer nav ul {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    footer#footer nav ul li {
      margin-left: 1rem;
      margin-right: 1rem; }
  footer#footer nav + nav {
    color: gray; }
  footer#footer address {
    font-size: .875rem;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    footer#footer address p {
      margin-top: 0;
      margin-bottom: 0; }
  footer#footer a[href] {
    color: inherit;
    text-decoration: none; }
    footer#footer a[href]:hover {
      text-decoration: underline; }

.slick-dots li.slick-active button {
  cursor: default;
  background-color: rgba(206, 184, 125, 0.75); }
  .slick-dots li.slick-active button:before {
    border-bottom-color: rgba(206, 184, 125, 0.75); }
  .slick-dots li.slick-active button:after {
    border-top-color: rgba(206, 184, 125, 0.75); }

.slick-dots li button {
  position: relative;
  width: 0.85rem;
  height: calc(0.85rem * 1.73205080757 / 3);
  background-color: rgba(225, 225, 225, 0.9);
  margin: calc(0.85rem * 1.73205080757 / 3 / 2) 0;
  padding: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.slick-dots li:not(.slick-active) button:hover {
  opacity: .75; }

.slick-dots li button:before,
.slick-dots li button:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: calc(0.85rem /2) solid transparent;
  border-right: calc(0.85rem /2) solid transparent;
  top: auto;
  left: 0; }

.slick-dots li button:before {
  bottom: 100%;
  border-bottom: calc(0.85rem * 1.73205080757 / 3 / 2) solid rgba(225, 225, 225, 0.9); }

.slick-dots li button:after {
  top: 100%;
  width: 0;
  border-top: calc(0.85rem * 1.73205080757 / 3 / 2) solid rgba(225, 225, 225, 0.9); }

.slick-dotted.slick-slider {
  margin-bottom: calc(0.85rem * 1.73205080757 / 3 * 2);
  margin-bottom: 0; }

.slick-dots {
  text-align: left;
  bottom: calc(0.85rem * 1.73205080757 / 3 / 2);
  line-height: 0; }

.slick-dots {
  /*display: flex !important;*/ }

.slick-dots li {
  width: auto;
  height: auto;
  vertical-align: top; }

.slick-dots li button:before {
  opacity: 1; }

.slick-dots li.slick-active button:before {
  opacity: 1; }

.product_list figure {
  overflow: hidden;
  width: 100%;
  position: relative;
}
  .product_list figure:before {
    content: "";
    display: block;
    padding-bottom: 66.66667%; }
  .product_list figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%; }

.btn {
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: rgba(206, 184, 125, 0.9);
  padding: .75rem 1rem;
  padding: .625rem 1rem;
  text-align: center;
  min-width: 200px;
  font-size: .875rem;
  font-size: .75rem;
  border-radius: 2px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  border: 0; }
  .btn:not(:disabled), .btn:not(.disabled) {
    cursor: pointer; }
  .btn:hover {
    background-color: rgba(185, 154, 70, 0.9); }

/*
.hexagon {
  width: 100px;
  border: solid 1px #000;
  position: relative;
  &:before {
    content: "";
    display: block;
    padding-top: calc(1.73205080757 * 100% / 3);
  }
  & > div {
    position: absolute;
      width:  100%;
      height: 100%;
      top:  0;
    &:nth-child(1) {
      transform: rotate(60deg);
      border: solid 1px red;
    }
    &:nth-child(2) {
      transform: rotate(-60deg);
      border: solid 1px blue;
    }
  }
}
*/
.hexagon {
  display: block;
  width: 100px;
  position: relative;
  overflow: hidden; }
  .hexagon:before {
    content: "";
    display: block;
    padding-top: 115.47005%;
  }
  .hexagon div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
  }
  .hexagon > div.inn-1 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
    .hexagon > div.inn-1 > div.inn-2 {
      -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      transform: rotate(60deg);
    }
      .hexagon > div.inn-1 > div.inn-2 > div.img {
        background-size: cover;
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
        /*span {
          width: 100%;
          position: absolute;
          top: 50%;
          text-align: center;
          color: #fff;
          font-size: large;
          font-family: $serif;
          line-height: 1;
          transform: translateY(-50%);
        }*/
      }
        .hexagon > div.inn-1 > div.inn-2 > div.img.img-1 {
          background-image: url(../image2.jpg); }
        .hexagon > div.inn-1 > div.inn-2 > div.img.img-2 {
          background-image: url(../img/soybean.jpg); }
        .hexagon > div.inn-1 > div.inn-2 > div.img.img-3 {
          background-image: url(../img/proposition/kama.jpg); }
        .hexagon > div.inn-1 > div.inn-2 > div.img.img-4 {
          background-image: url(../img/proposition/water_1.jpg); }
       .hexagon > div.inn-1 > div.inn-2 > div.img.img-5 {
          background-image: url(../img/proposition/eisei_1.jpg); }
       .hexagon > div.inn-1 > div.inn-2 > div.img.img-6 {
          background-image: url(../img/tofu-oboro_L.jpg);
          background-position: -60px center;
        }
       .hexagon > div.inn-1 > div.inn-2 > div.img.img-7 {
          background-image: url(../img/aburaage.jpg);
          background-position: -60px center;
        }
       .hexagon > div.inn-1 > div.inn-2 > div.img.img-8 {
          background-image: url(../img/other.jpg);
          background-position: center center;
        }
        .hexagon > div.inn-1 > div.inn-2 > div.img.img-9 {
          background-image: url(../img/proposition/develop.jpg);/*  daizu-wet.jpg); */
        }
        .hexagon > div.inn-1 > div.inn-2 > div.img.img-10 {
          background-image: url(../img/proposition/event-10-hexa.jpg);
          background-position: -60px center;
        }

#particular article {
  overflow: hidden; }

#particular .rows {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  position: relative; }
  #particular .rows:after {
    content: "";
    position: absolute;
    background-color: #f5f5f5;
    width: 100%;
    z-index: -1;
    padding-bottom: calc((100% - 2rem) * .38 / 2 / 1.73205080757 * 2);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 100%;
    padding-right: 100%;
    margin-left: -100%; }
  #particular .rows > .hexagon {
    width: 30%;
    width: 38%; }
  #particular .rows > *:not(.hexagon) {
    margin-left: auto;
    margin-right: auto; }
    #particular .rows > *:not(.hexagon) dt {
      font-weight: bold;
      margin-bottom: .5rem; }
      #particular .rows > *:not(.hexagon) dt h3 {
        font-size: 2rem;
        font-size: 1.625rem;
        font-size: 1.75rem;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: normal; }
      #particular .rows > *:not(.hexagon) dt:nth-child(2) {
        font-size: 1.125rem; }
    #particular .rows > *:not(.hexagon) dd {
      margin-left: 0; }

.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .rows > * {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .rows > *.order-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
  .rows.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .rows.cols-2 > * {
    width: calc((100% - 1rem * 1) / 2); }
    .rows.cols-2 > *:nth-child(n + 3) {
      margin-top: 1rem; }
  .rows.cols-3 > * {
    width: calc((100% - 1rem * 2) / 3); }
    .rows.cols-3 > *:nth-child(n + 4) {
      margin-top: 1rem; }

#tab_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .875rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.29904em;
  padding-bottom: 1.29904em;
  /*
  //border-bottom: solid 2px $btn-color;
  //box-shadow: inset 0 -1px $btn-color;
  box-shadow: inset 0 -1px gainsboro;
  line-height: 1;
  li {
    margin-left: .125rem;
    margin-right: .125rem;
    a {
      display: block;
      font-size: .75rem;
      font-size: 1.125rem;
      font-size: 1rem;
      padding: 1rem;
      //padding: .625rem 1rem;
      color: #fff;
      text-decoration: none;
      background-color: #f5f5f5;
      background-color: #fff;
      border: solid 1px darken($btn-color, 15);
      //border-bottom-color: gainsboro;
      border-radius: 2px 2px 0 0;
      background-color: $btn-color;
      &.active {
        color: inherit;
        background-color: #fff;
        border-color: gainsboro;
        border-bottom-color: #fff;
        font-weight: bold;
        //color: #fff;
        //background-color: $btn-color;
      }
      &:not(.active) {
        box-shadow: inset 0 -2px 0 rgba(darken($btn-color, 15), .15);
      }
    }
  }
*/ }
  #tab_products li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    max-width: 4.5em;
    position: relative;
    margin-left: .625rem;
    margin-right: .625rem;
    margin-left: .78125rem;
    margin-right: .78125rem; }
    #tab_products li:before {
      content: "";
      display: block;
      padding-bottom: 57.73503%; }
    #tab_products li a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      line-height: 2.59808em;
      color: #fff;
      text-decoration: none;
      background-color: gainsboro; }
      #tab_products li a:before, #tab_products li a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: gainsboro;
        z-index: -1;
        left: 0; }
      #tab_products li a:before {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg); }
      #tab_products li a:after {
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg); }
      #tab_products li a.active, #tab_products li a.active:before, #tab_products li a.active:after {
        background-color: #ceb87d; }

#list_sitemap > li {
  border: solid 1px gainsboro;
  text-align: center; }
  #list_sitemap > li a {
    display: block;
    padding: .75rem 1rem;
    font-size: .875rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(#fff, #f5f5f5);
    background-image: -o-linear-gradient(#fff, #f5f5f5);
    background-image: linear-gradient(#fff, #f5f5f5);
    color: inherit;
    text-decoration: none;
    position: relative;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s; }
    #list_sitemap > li a:before {
      position: absolute;
      content: '';
      width: .625em;
      height: .625em;
      border-top: solid 2px #ceb87d;
      border-right: solid 2px #ceb87d;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      left: 1rem;
      margin-top: -0.3125em; }
    #list_sitemap > li a[href]:hover {
      background-image: none;
      background-color: #efefef;
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff;
      opacity: .75; }
  #list_sitemap > li:nth-child(3n - 1) {
    margin-left: 1rem;
    margin-right: 1rem; }

#map_container {
  position: relative;
  overflow: hidden; }
  #map_container:before {
    content: "";
    display: block;
    padding-bottom: 75%; }
  #map_container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

#accesmap #map_container {
  width: 70%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

#accesmap #accessby {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 1rem; }
  #accesmap #accessby dl {
    margin-top: 0;
    border-radius: .25rem;
    border: solid 1px gainsboro;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04); }
    #accesmap #accessby dl dt {
      padding: .4375rem .625rem;
      font-weight: bold;
      border-bottom: solid 1px gainsboro; }
    #accesmap #accessby dl dd {
      font-size: .875rem; }
      #accesmap #accessby dl dd ol, #accesmap #accessby dl dd ul {
        list-style-position: inside;
        margin-left: 1rem;
        margin-right: 1rem; }
        #accesmap #accessby dl dd ol li, #accesmap #accessby dl dd ul li {
          padding-left: 1.25em;
          text-indent: -1.25em; }
      #accesmap #accessby dl dd ol {
        list-style-type: decimal; }
      #accesmap #accessby dl dd ul {
        list-style-type: disc; }

#shop_info article {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  #shop_info article h3 span {
    display: inline-block;
    border-bottom: solid 3px rgba(206, 184, 125, 0.9); }

#shop_info .rows {
  -ms-flex-align: start;
  align-items: flex-start; }

#shop_info .rows .left {
  width: 70%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  border: solid 1px gainsboro; }

#shop_info .rows .right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 1rem; }
  #shop_info .rows .right dl {
    margin-top: 0;
    border-radius: .25rem;
    border: solid 1px gainsboro;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04); }
    #shop_info .rows .right dl dt {
      padding: .4375rem .625rem;
      font-weight: bold;
      border-bottom: solid 1px gainsboro; }
    #shop_info .rows .right dl dd {
      font-size: .875rem; }
      #shop_info .rows .right dl dd ol, #shop_info .rows .right dl dd ul {
        list-style-position: inside;
        margin-left: 1rem;
        margin-right: 1rem; }
        #shop_info .rows .right dl dd ol li, #shop_info .rows .right dl dd ul li {
          padding-left: 1.25em;
          text-indent: -1.25em; }
      #shop_info .rows .right dl dd ol {
        list-style-type: decimal; }
      #shop_info .rows .right dl dd ul {
        list-style-type: disc; }
  #shop_info .rows .right#table_container {
    border-radius: .25rem;
    border: solid 1px gainsboro;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04);
    padding: 1rem; }
    #shop_info .rows .right#table_container table {
      width: 100%; }
      #shop_info .rows .right#table_container table th, #shop_info .rows .right#table_container table td {
        font-size: 1rem;
        padding-top: .3125rem;
        padding-bottom: .3125rem; }
      #shop_info .rows .right#table_container table th {
        vertical-align: top;
        text-align: left; }
      #shop_info .rows .right#table_container table tr:not(:first-child) th, #shop_info .rows .right#table_container table tr:not(:first-child) td {
        border-top: solid 1px gainsboro; }

input:not([type]),
input[type="text"] {
  padding: .375rem;
  padding: .4375rem;
  border: solid 1px gainsboro; }

textarea {
  padding: .375rem;
  padding: .4375rem;
  border: solid 1px gainsboro; }

#contact_box {
  border-radius: .25rem;
  border: solid 1px #cfcfcf;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04);
  padding: 1rem;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto; }
  #contact_box h3 {
    margin-top: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    border-bottom: solid 1px gainsboro; }
    #contact_box h3 span {
      display: inline-block; }
  #contact_box form {
    margin-left: -1rem;
    margin-right: -1rem; }
  #contact_box table {
    width: 100%; }
    #contact_box table th, #contact_box table td:not([colspan]) {
      border-top: solid 2px gainsboro; }
    #contact_box table td[colspan] {
      border-top: solid 1px gainsboro;
      padding-top: .75rem;
      padding-bottom: 0;
      text-align: center; }
    #contact_box table th, #contact_box table td {
      font-size: 1rem;
      padding-top: .3125rem;
      padding-bottom: .3125rem;
      padding-top: .5rem;
      padding-bottom: .5rem;
      padding-left: .5rem;
      padding-right: .5rem; }
    #contact_box table th {
      vertical-align: top;
      text-align: left;
      font-size: .875rem;
      background-color: #f5f5f5; }
    #contact_box table .fullfill:after {
      display: block;
      content: "必須";
      color: #fff;
      background-color: #ff2c00;
      font-size: x-small;
      font-weight: normal;
      padding: .125rem .25rem;
      line-height: 1;
      width: 2rem;
      text-align: center;
      border-radius: .25em; }



#mask{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}


/**
#msgbox{
  position: fixed;
  top: 200px;
  left: 50%;
  width: 300px;

  height: auto;
  max-height: 250px;

  margin-left: -150px;
    background: rgb(255, 255, 255);
  border: rgb(220, 220, 220);
  border-radius: 2px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
**/

#msgbox{
  position: fixed;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 0;

  min-width: 300px;
  height: auto;
  max-height: 250px;

  margin: auto auto;

  background: rgb(255, 255, 255);
  border: rgb(220, 220, 220);
  border-radius: 2px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);

}

@media all and (min-width: 768px){
  #msgbox{
    width: 33.33%;
  }
}

@media all and (max-width: 767px){
  #msgbox{
    width: 400px;
  }
}

@media all and (max-width: 600px){
  #msgbox{
    width: 90%;
  }
}


#msgbox > h4{
  position: relative;
  width: 100%;
  height: 30px;
  background: rgb(235, 220, 160);
  font-size: 0.97rem;
  font-weight: normal;
}
#msgbox > h4 > strong{
  overflow: hidden;
  display: block;
  width: 85%;
  height: 100%;
  padding: 0 0 0 0.7rem;
  font-size: 0.95rem;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#msgbox > h4 > span#btn_close_msgbox{
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: 6px 6px 0 0;
  background: rgb(200, 50, 50);
  border: 1px solid rgb(220, 220, 220);
  border-radius: 2px;
  color: rgb(255, 255, 255);
/*
  font-size: 0.9rem;
*/
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
#msgbox > h4 > span#btn_close_msgbox:after{
  content: "x";
}
#msgbox > div{
  overflow-y: auto;
  box-sizing: border-box;
  width: calc(100% - 20px);

  height: auto;
  max-height: calc(250px - 30px - 20px);

  margin: 10px;
  font-size: 0.90rem;
  line-height: 1.4;
}





