@charset "UTF-8";
.flex-2cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-2cl .box {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .flex-2cl {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.flex-3cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.flex-3cl::after {
  display: block;
  content: "";
  width: 31%;
}
@media only screen and (max-width: 800px) {
  .flex-3cl::after {
    display: none;
  }
}
.flex-3cl .box {
  width: 31%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .flex-3cl .box {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .flex-3cl .box {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.flex-3cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.flex-3cl::after {
  display: block;
  content: "";
  width: 31%;
}
@media only screen and (max-width: 800px) {
  .flex-3cl::after {
    display: none;
  }
}
.flex-3cl .box {
  width: 31%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .flex-3cl .box {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .flex-3cl .box {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.flex-4cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.flex-4cl::before {
  display: block;
  content: "";
  width: 23%;
  order: 1;
}
@media only screen and (max-width: 800px) {
  .flex-4cl::before {
    display: none;
  }
}
.flex-4cl::after {
  display: block;
  content: "";
  width: 24%;
}
@media only screen and (max-width: 800px) {
  .flex-4cl::after {
    display: none;
  }
}
.flex-4cl .box {
  width: 24%;
  margin-bottom: 15px;
  text-align: center;
}
.flex-4cl .box > div {
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .flex-4cl .box {
    width: 48%;
  }
}

@layer base, special;
@layer special {}
@layer base {}
.container-wrap {
  container-type: inline-size;
  container-name: card-container;
}

@container card-container (max-width: 600px) {
  .containe-inner {
    background: #000;
  }
}
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot, section form h2.mail.title {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, 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, 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 {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
}
.inner._large {
  --width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

#contents {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}
table td img {
  height: auto !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html, body, div, span, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 16px;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html, body, div, span, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 16px;
}

.fv-img {
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fv-img {
    flex-direction: column;
  }
}
.fv-img > a {
  display: block;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .fv-img > a {
    width: 100%;
  }
}
.fv-img > a img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .fv-img > a img {
    min-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .fv-img > a img {
    min-height: auto;
    height: 320px !important;
  }
}
.fv-img .fv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 450px;
}
@media only screen and (max-width: 1000px) {
  .fv-img .fv-logo {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .fv-img .fv-logo {
    width: 240px;
  }
}
.fv-left img {
  -o-object-position: left top;
     object-position: left top;
}
.fv-right img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.fv-nav {
  background-color: #745c2e;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .fv-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding: 50px 20px;
    display: none;
    z-index: 99;
  }
}
.fv-nav ul {
  display: flex;
  align-items: center;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .fv-nav ul {
    flex-direction: column;
    border: none;
  }
}
.fv-nav ul li {
  width: 16.6666666667%;
}
@media screen and (max-width: 640px) {
  .fv-nav ul li {
    width: 100%;
  }
}
.fv-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-left: 1px solid #fff;
  padding: 5px;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .fv-nav ul li a {
    border: none;
    border-bottom: 1px solid #745c2e;
    color: #745c2e !important;
    padding: 15px 0;
  }
}

.res-menu {
  position: fixed;
  top: 0;
  right: 0px;
  background-color: #745c2e;
  width: 55px;
  height: 55px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 640px) {
  .res-menu {
    display: block;
  }
}
.res-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.res-menu span:first-child {
  transform: translateY(-6px);
}
.res-menu span:last-child {
  transform: translateY(6px);
}
.res-menu.active span:first-child {
  transform: rotate(45deg);
}
.res-menu.active span:nth-child(2) {
  opacity: 0;
}
.res-menu.active span:last-child {
  transform: rotate(-45deg);
}

.pull-down {
  position: relative;
  cursor: pointer;
}

.pull-down-wrap {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .pull-down-wrap {
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0);
    display: block;
  }
}
.pull-down-wrap > ul {
  flex-direction: column;
  background-color: #fff;
  margin-top: 34px;
  width: 240px;
  padding: 10px;
}

@media only screen and (max-width: 1000px) {
  .pull-down-wrap > ul {
    width: 100%;
    background-color: rgba(20, 186, 203, 0);
    margin-top: 0;
  }
}
.pull-down-wrap > ul li a {
  padding: 20px 0;
  border-bottom: 1px solid #745c2e;
  display: block;
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  .pull-down-wrap > ul li a {
    padding: 0;
    border-bottom: none;
    margin-bottom: 30px;
  }
}

.footer {
  color: #fff;
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .footer {
    margin-top: 80px;
  }
}
.footer-inner {
  background-color: #383838;
  padding: 40px 20px 20px;
}
.footer-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffe7b7;
}
.footer-nav ul li a {
  color: #fff !important;
}
.footer-info {
  max-width: 1000px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer-info {
    flex-direction: column;
  }
}
.footer-info .box {
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .footer-info .box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .footer-info .box:last-child {
    margin-top: 40px;
  }
}
.footer-info .box .name {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .footer-info .box .name {
    font-size: 16px;
  }
}
.footer-info .box dl {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 0px;
}
.footer-info .box dl dt {
  width: 100px;
}
.footer-info .box dl dd {
  width: calc(100% - 100px);
}
.footer-copy {
  font-size: 12px;
  margin-top: 40px;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.top_insta .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta .sns_list .sns_text {
  width: 100%;
}
.top_insta .sns_list .sns_text ul {
  display: none;
}
.top_insta .sns_list .sns_text .sns_date {
  font-size: 1.2em;
}
.top_insta .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.top_insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta .sns_list .sns_photo img {
  width: 100%;
}
.top_insta .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 23%;
  margin: 1%;
}
@media only screen and (max-width: 800px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta .sns_list > div {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.top_insta_6 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_6 .sns_list .sns_text {
  display: none;
}
.top_insta_6 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_6 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_6 .sns_list > div {
  border: none !important;
  width: 16.666%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .top_insta_6 .sns_list > div {
    width: 25%;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_6 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_6 .sns_list > div {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_6 .sns_list > div {
    width: 100%;
  }
}

.top_insta_4 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_4 .sns_list .sns_text {
  display: none;
}
.top_insta_4 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_4 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_4 .sns_list > div {
  border: none !important;
  width: 25%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .top_insta_4 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_4 .sns_list > div {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_4 .sns_list > div {
    width: 100%;
  }
}

.top_insta_t_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_4 .sns_list > div {
  flex-direction: column;
  border: none !important;
  width: 23.5%;
  margin: 0 1% 2% 1%;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
.top_insta_t_4 .sns_list > div .sns_text {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .sns_text ul {
  display: none;
}
.top_insta_t_4 .sns_list > div .sns_text .sns_date {
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 10px;
}
.top_insta_t_4 .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.top_insta_t_4 .sns_list > div .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_4 .sns_list > div .sns_photo img {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_4 .sns_list > div .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_t_4 .sns_list > div .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 800px) {
  .top_insta_t_4 .sns_list > div {
    width: 49%;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.top_insta_3 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_3 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_3 .sns_list .sns_text {
  display: none;
}
.top_insta_3 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_3 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_3 .sns_list > div {
  border: none !important;
  width: 32.333%;
  margin: 0.5%;
}
@media only screen and (max-width: 800px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_3 .sns_list > div {
    width: 99%;
  }
}

.local_insta .sns_list {
  border: none;
}
.local_insta .sns_list .sns_photo {
  width: 20%;
}
.local_insta .sns_list .sns_text {
  width: 80%;
}
.local_insta .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #745c2e;
  color: #fff;
  margin-bottom: 10px;
}
.local_insta .sns_list .sns_text ul li {
  background: rgba(204, 204, 204, 0.3);
  margin: 3px;
}
.local_insta .sns_list .sns_text ul li a {
  padding: 3px;
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .local_insta .sns_list .sns_photo {
    width: 100%;
  }
  .local_insta .sns_list .sns_photo img {
    width: 100%;
  }
  .local_insta .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_scl .sns_list {
  border: none;
}
.top_insta_scl .sns_list .sns_photo {
  width: 25%;
}
.top_insta_scl .sns_list .sns_text {
  width: 75%;
}
.top_insta_scl .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #745c2e;
  color: #fff;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .top_insta_scl .sns_list .sns_photo {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_photo img {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_5 .sns_list .sns_text {
  display: none;
}
.top_insta_5 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
.top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}
.top_insta_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_t_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_5 .sns_list .sns_text {
  width: 100%;
}
.top_insta_t_5 .sns_list .sns_text ul {
  display: none;
}
.top_insta_t_5 .sns_list .sns_text .sns_date {
  color: #fff;
  font-size: 1.2em;
}
.top_insta_t_5 .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.top_insta_t_5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_5 .sns_list .sns_photo img {
  width: 100%;
}
.top_insta_t_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
.top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}
.top_insta_t_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_t_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.p2-h2 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p2-h2 h2 {
    font-size: 24px;
  }
}
.p2-h2 h2:before, .p2-h2 h2::after {
  content: "";
  height: 1px;
  background-color: #745c2e;
  width: 140px;
}
@media screen and (max-width: 640px) {
  .p2-h2 h2:before, .p2-h2 h2::after {
    width: 60px;
  }
}
.p2-h2 h2::before {
  margin-right: 1rem;
}
.p2-h2 h2:after {
  margin-left: 1rem;
}

.pan ul {
  display: flex;
  max-width: 1200px;
  margin: 5px auto 0;
}
.pan ul a {
  color: #745c2e !important;
}
.pan ul i {
  padding: 0 10px;
}

.fv2 {
  position: relative;
}
.fv2-img img {
  height: 250px !important;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .fv2-img img {
    height: 200px !important;
  }
}
.fv2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  width: 100%;
  height: 100%;
}
.fv2-h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 4;
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  .fv2-h1 {
    font-size: 28px;
  }
}
.fv2-h1 span {
  display: block;
  font-size: 14px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flex {
    flex-direction: column;
  }
}
.flex .left {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .flex .left {
    width: 100%;
  }
}
.flex .right {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .flex .right {
    width: 100%;
  }
}

.mx-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.flex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .flex2 {
    flex-direction: column;
  }
}
.flex2 .left {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .flex2 .left {
    width: 100%;
  }
}
.flex2 .right {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .flex2 .right {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .flex-img {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.toyosu-text1 h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .toyosu-text1 h3 {
    font-size: 20px;
  }
}
.toyosu-text1 h3 span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-bottom: 20px;
}
.toyosu-text2 {
  width: 40% !important;
  margin-right: 40px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .toyosu-text2 {
    width: 100% !important;
    margin: 0 auto;
  }
}
.toyosu-text2 h3 {
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  .toyosu-text2 h3 {
    font-size: 28px;
  }
}
.toyosu-text2 .mb-30 {
  margin-bottom: 30px;
  border-bottom: 1px solid #745c2e;
  padding-bottom: 20px;
}
.toyosu-text2 dl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.toyosu-text2 dl dt {
  width: 240px;
}

.drink-text1 h3 {
  font-size: 28px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #745c2e;
}
.drink-text1 h3 span {
  display: block;
  font-size: 14px;
  margin-top: 0px;
}
.drink-text1 .text-right {
  text-align: right !important;
  margin-top: 20px;
  color: #745c2e;
}

.price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-list dl {
  width: 48.5%;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px dashed #745c2e;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .price-list dl {
    width: 100%;
  }
}
.price-list dl dt {
  width: 160px;
  color: #7f5400;
  background-color: inherit !important;
  border: none !important;
  text-align: right;
  align-items: flex-end !important;
}
.price-list dl dd {
  width: calc(100% - 160px);
  background-color: inherit !important;
  border: none !important;
}

.fruits-main {
  position: relative;
}
.fruits-main-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .fruits-main-text {
    font-size: 20px;
  }
}
.fruits-main-img {
  position: relative;
}
.fruits-main-img img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fruits-main-img::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.mx-1000 {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1000px;
}

@media screen and (max-width: 640px) {
  .recruit-list dl {
    flex-direction: column;
  }
}
.recruit-list dl dt {
  width: 220px !important;
  background-color: inherit !important;
  border: none !important;
  border-bottom: 1px solid #745c2e !important;
  padding: 20px 0px !important;
}
.recruit-list dl dd {
  width: calc(100% - 220px) !important;
  background-color: inherit !important;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  padding: 20px 0px !important;
}
@media screen and (max-width: 640px) {
  .recruit-list dl dd {
    width: 100% !important;
  }
}

.policy-text h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #745c2e;
  margin-bottom: 20px;
  margin-top: 30px;
}

.error-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.error-text a {
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #745c2e;
  color: #745c2e;
  margin: 30px auto 0;
}

.pankuzu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0px auto 0;
}
.pankuzu a {
  color: #745c2e;
}
.pankuzu span {
  display: block;
  padding: 12px;
}
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Serif JP", sans-serif;
  background-color: #d3cbbc;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.disnone {
  display: none;
}

.clearfix:after {
  visibility: visible;
}

.flex-R,
.flex-L {
  width: 50%;
}

.flex-L {
  margin-right: 60px;
}
@media only screen and (max-width: 800px) {
  .flex-L {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 600px) {
  .flex-L {
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  .flex-R {
    width: 100%;
  }
}

.imgL {
  float: none;
  margin: 0;
}

#contents_wrap {
  overflow: hidden;
}

#contents {
  padding: 0;
  background-color: #d3cbbc;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

.cont1 {
  margin-top: 140px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 640px) {
  .cont1 {
    margin-top: 80px;
  }
}
.cont1-inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .cont1-inner {
    flex-direction: column;
  }
}
.cont1-img {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .cont1-img {
    width: 80%;
  }
}
.cont1-text {
  margin-left: 80px;
  max-width: 500px;
  width: 30%;
}
@media only screen and (max-width: 800px) {
  .cont1-text {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-top: 30px;
    margin-left: 0;
  }
}
.cont1-text h2 {
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #7f5400;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .cont1-text h2 {
    font-size: 24px;
  }
}

.cont2 {
  margin-top: 140px;
  background-image: url(../images/main/cont2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-inline: calc(50% - 50vw);
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .cont2 {
    margin-top: 80px;
  }
}
.cont2-inner {
  background-color: rgba(127, 84, 0, 0.7);
  padding: 60px 10px;
}
@media screen and (max-width: 640px) {
  .cont2-inner {
    padding: 40px 10px;
  }
}
.cont2-text {
  color: #fff;
}
.cont2-text h2 {
  font-size: 80px;
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .cont2-text h2 {
    font-size: 50px;
  }
}
.cont2-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
.cont2-box .box {
  width: 13%;
}
@media only screen and (max-width: 800px) {
  .cont2-box .box {
    width: 15%;
  }
}
@media screen and (max-width: 640px) {
  .cont2-box .box {
    width: 31%;
    margin-bottom: 2%;
  }
}

.cont3 {
  margin-top: 140px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 640px) {
  .cont3 {
    margin-top: 80px;
  }
}
.cont3-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  .cont3-inner {
    flex-direction: column-reverse;
  }
}
.cont3-img {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .cont3-img {
    width: 80%;
  }
}
.cont3-text {
  margin-right: 80px;
  max-width: 500px;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .cont3-text {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-top: 30px;
    margin-right: 0;
  }
}
.cont3-text h2 {
  font-size: 80px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #7f5400;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .cont3-text h2 {
    font-size: 50px;
  }
}
.cont3-text h2 span {
  font-size: 16px;
  color: #7f5400;
  padding-left: 15px;
}
@media only screen and (max-width: 600px) {
  .cont3-text h2 span {
    font-size: 14px;
  }
}

.cont4 {
  margin-top: 140px;
  background-image: url(../images/main/cont4-bg.png);
  padding: 140px 20px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 640px) {
  .cont4 {
    margin-top: 80px;
    padding: 100px 20px;
  }
}
.cont4-text {
  background-color: #545454;
  padding: 60px;
  color: #fff;
  max-width: 580px;
  margin: 0 100px 0 auto;
}
@media screen and (max-width: 640px) {
  .cont4-text {
    margin: 0 40px 0 auto;
    padding: 40px;
  }
}
.cont4-text h2 {
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .cont4-text h2 {
    font-size: 40px;
  }
}
.cont4-text h2 span {
  font-size: 16px;
  padding-left: 15px;
}

.cont5-title {
  display: flex;
  align-items: center;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .cont5-title {
    font-size: 40px;
  }
}
.cont5-title span {
  padding-top: 15px;
  color: #7f5400;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .cont5-title span {
    font-size: 14px;
  }
}
.cont5-title::before, .cont5-title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #545454;
}
.cont5-title:before {
  margin-right: 2rem;
}
.cont5-title:after {
  margin-left: 2rem;
}

.cont5 {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .cont5 {
    margin-top: 80px;
  }
}
.cont5-box {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .cont5-box {
    flex-direction: column-reverse;
    width: 95%;
    margin: 0 auto;
  }
}
.cont5-textbox {
  background-color: #545454;
  padding: 80px 80px 80px 40px;
  color: #fff;
  width: 52%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 800px) {
  .cont5-textbox {
    position: static;
    width: 100%;
    padding: 30px;
  }
}
.cont5-textbox h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .cont5-textbox h3 {
    font-size: 18px;
  }
}
.cont5-textbox dl {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ffe7b7;
}
@media screen and (max-width: 640px) {
  .cont5-textbox dl {
    flex-direction: column;
  }
}
.cont5-textbox dl dt {
  width: 120px;
}
@media screen and (max-width: 640px) {
  .cont5-textbox dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cont5-textbox dl dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 640px) {
  .cont5-textbox dl dd {
    width: 100%;
  }
}
.cont5-img {
  width: 52%;
  margin-top: 40px;
  margin: 40px 0 0 auto;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .cont5-img {
    width: 100%;
    margin: 0 auto;
  }
}
.cont5-box2 {
  margin-top: 80px;
  flex-direction: column;
}
.cont5-box2 .cont5-img {
  margin: 40px auto 0 0;
}
@media only screen and (max-width: 800px) {
  .cont5-box2 .cont5-img {
    margin-top: 0;
  }
}
.cont5-box2 .cont5-textbox {
  left: auto;
  right: 0;
  padding: 80px 40px 80px 80px;
}
@media only screen and (max-width: 800px) {
  .cont5-box2 .cont5-textbox {
    padding: 30px;
  }
}

.form_wrap.fix-dl-news > dl:last-child > dt,
.form_wrap.fix-dl-news > dl:last-child > dd {
  border-bottom: none;
}
.form_wrap.fix-dl-news > dl > dt,
.form_wrap.fix-dl-news > dl > dd {
  padding: 0;
  background-color: transparent;
  border: none;
}
.form_wrap.fix-dl-news > dl > dt {
  justify-content: flex-start;
}

.fix-dl-news {
  max-height: 300px;
  overflow-y: auto;
}
.fix-dl-news::-webkit-scrollbar {
  width: 5px;
}
.fix-dl-news::-webkit-scrollbar-track {
  background-color: transparent;
}
.fix-dl-news::-webkit-scrollbar-thumb {
  background-color: #7f5400;
  border-radius: 5px;
}
.fix-dl-news > dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #555;
}
@media screen and (max-width: 640px) {
  .fix-dl-news > dl {
    display: block !important;
  }
}
.fix-dl-news > dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.fix-dl-news > dl > dt {
  flex: 0 0 auto;
  margin-right: 38px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .fix-dl-news > dl > dt {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.fix-dl-news > dl > dd {
  flex: 1 0 0;
  font-size: 16px;
  line-height: div(26, 16);
}/*# sourceMappingURL=common_style.css.map */