@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 .box {
    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: 32%;
}
@media only screen and (max-width: 800px) {
  .flex-3cl::after {
    display: none;
  }
}
.flex-3cl .box {
  width: 32%;
  margin-bottom: 30px;
}
@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;
  }
}

@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: #000;
  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;
}

.header {
  position: fixed;
  width: 100%;
  padding: 15px 30px 15px 0;
  background-color: #fff;
  z-index: 99;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .header {
    padding: 10px 10px 10px 0;
  }
}
.header-logo {
  width: 130px;
  height: 130px;
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  z-index: 101;
}
@media only screen and (max-width: 600px) {
  .header-logo {
    width: 90px;
    height: 90px;
  }
}
.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header-nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 40px 20px 80px;
    top: 75px;
    left: 0;
    z-index: 99;
    display: none;
    background-color: #fff;
    z-index: 99;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 600px) {
  .header-nav {
    top: 65px;
  }
}
.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .header-nav ul {
    flex-direction: column;
    justify-content: center;
  }
}
.header-nav ul li a {
  display: block;
  margin-right: 30px;
  text-align: center;
  color: #beb079 !important;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .header-nav ul li a {
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.header-nav ul li a span {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  color: #333 !important;
}
.header-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #fff !important;
}
.header-tel {
  background-color: #111;
}
.header-mail {
  background-color: #beb079;
  margin-left: 15px;
}
@media only screen and (max-width: 600px) {
  .header-mail {
    margin-left: 10px;
  }
}

.res-menu {
  position: fixed;
  top: 15px;
  right: 150px;
  background-color: #fff;
  width: 45px;
  height: 45px;
  z-index: 100;
  display: none;
  border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
  .res-menu {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .res-menu {
    right: 120px;
    top: 10px;
  }
}
.res-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: #beb079;
  width: 20px;
  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);
}

.fv {
  margin-top: 75px;
}
@media only screen and (max-width: 600px) {
  .fv {
    margin-top: 65px;
  }
}
.fv-img img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background-color: #fff;
  padding: 40px 0px 0px;
  color: #fff;
  text-align: center;
}
.footer-logo {
  font-size: 20px;
  font-weight: 700;
}
.footer-info {
  font-size: 13px;
  line-height: 2;
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav ul li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.footer-nav ul li a {
  font-size: 13px;
  color: #111 !important;
}
.footer-nav ul li a span {
  display: block;
}
.footer-copy {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  background-color: #111;
  padding: 10px;
}
.footer2 {
  margin-top: 80px;
}

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;
}

.p2-h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding: 160px 20px 80px;
  color: #333;
  border-bottom: 1px solid #beb079;
  text-align: center !important;
  position: relative;
  background-position: center;
  z-index: 1;
}
.p2-h1::before {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0.7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .p2-h1 {
    font-size: 26px;
    padding: 160px 20px 80px;
  }
}
.p2-h1 span {
  font-size: 14px;
  display: block;
  color: #333 !important;
}
.p2-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p2-h2 h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #beb079;
  padding-bottom: 5px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.p2-h2 h2::first-letter {
  color: #beb079;
}
@media only screen and (max-width: 600px) {
  .p2-h2 h2 {
    font-size: 18px;
  }
}
.p2-h3 h3 {
  font-size: 20px;
  color: #beb079;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .p2-h3 h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .pan {
    display: none;
  }
}
.pan ul {
  display: flex;
  max-width: 1200px;
  margin: 5px auto 0;
}
.pan ul a {
  color: #beb079 !important;
}
.pan ul i {
  padding: 0 10px;
}

@media only screen and (max-width: 600px) {
  .wedding1 {
    font-size: 0.8em;
  }
  .wedding1 br {
    display: none;
  }
}
.wedding-box1 {
  border: 1px solid #beb079;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .wedding-box1 {
    padding: 15px;
  }
}
.wedding-box1 h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #beb079;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .wedding-box1 h2 {
    font-size: 16px;
  }
}
.wedding-box1 div p {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-top: 15px;
}
.wedding-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .wedding-flex {
    flex-direction: column-reverse;
  }
}
.wedding-flex-text {
  width: 50%;
  margin-right: 60px;
}
@media only screen and (max-width: 600px) {
  .wedding-flex-text {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.wedding-flex-text1 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #beb079;
  margin-top: 20px;
}
.wedding-flex-text .list {
  display: block;
  margin-top: 10px;
}
.wedding-flex-img {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .wedding-flex-img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .wedding-flex2 {
    flex-direction: column;
  }
}
.wedding-flex2 .wedding-flex-text {
  margin-right: 0;
  margin-left: 60px;
}
@media only screen and (max-width: 600px) {
  .wedding-flex2 .wedding-flex-text {
    margin-left: 0;
  }
}

.party-plan {
  background-color: #fff;
  align-items: stretch;
}
.party-plan-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #beb079;
}
.party-plan .box {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .party-plan .box {
    width: 100%;
  }
}
.party-plan .box span {
  display: block;
}
.party-plan-price {
  margin-top: 10px;
  color: red;
}
.party-table {
  max-width: 600px;
  margin: 0 auto;
}
.party-table-left {
  background-color: #fdf7df;
}
.party-table-leftlast {
  background-color: #beb079;
  color: #fff !important;
}

.facility-flex {
  align-items: stretch;
}
.facility-flex .box {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .facility-flex .box {
    width: 49%;
    font-size: 12px;
  }
}
.facility-img-flex .box {
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .facility-img-flex .box {
    width: 49%;
  }
}
.facility-flex2 {
  margin: 0 auto;
}
.facility-flex2 .box {
  width: 50%;
  display: block;
}
@media only screen and (max-width: 600px) {
  .facility-flex2 .box {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.facility-flex2 .box img {
  width: auto !important;
  height: 400px !important;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .facility-flex2 .box img {
    width: 100% !important;
    height: auto !important;
  }
}

.food-flex-top {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .food-flex-top {
    flex-direction: column;
  }
}
.food-flex-topimg {
  width: 30%;
}
@media only screen and (max-width: 600px) {
  .food-flex-topimg {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.food-flex-toptext {
  width: 70%;
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .food-flex-toptext {
    width: 100%;
    margin-left: 0;
  }
}
.food-flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .food-flex {
    flex-direction: column;
  }
}
.food-flex-text {
  width: 60%;
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .food-flex-text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.food-flex-img {
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .food-flex-img {
    width: 100%;
  }
}
.food-flex2 {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .food-flex2 {
    flex-direction: column;
  }
}
.food-flex2 .food-flex-text {
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .food-flex2 .food-flex-text {
    margin-right: 0;
    margin-top: 20px;
  }
}

.access-flex {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 800px) {
  .access-flex {
    flex-direction: column-reverse;
  }
}
.access-flex-img {
  width: 50%;
  margin-left: 40px;
}
@media only screen and (max-width: 800px) {
  .access-flex-img {
    width: 80%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .access-flex-img {
    width: 100%;
  }
}
.access-flex-text {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .access-flex-text {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .access-table tr {
    display: flex;
    flex-direction: column;
  }
}
.access-table td {
  border: none !important;
}
.access-table-left {
  color: #beb079;
}
@media only screen and (max-width: 600px) {
  .access-table-left {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .access-table-right {
    padding: 0 10px !important;
  }
}
.access-map iframe {
  width: 100%;
  height: 450px !important;
}
.access-box2 {
  background-color: #beb079;
  padding: 80px 20px;
}
.access-box2-inner {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .access-box2-inner {
    flex-direction: column;
  }
}
.access-box2-inner .p2-h2 {
  color: #fff;
}
.access-box2-inner .p2-h2 h2::first-letter {
  color: #fff;
}
.access-box2-inner .p2-h2 div {
  line-height: 2.4;
}
.access-box2-text {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .access-box2-text {
    width: 100%;
  }
}
.access-box2-img {
  width: 50%;
  margin-left: 80px;
}
@media only screen and (max-width: 600px) {
  .access-box2-img {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.access-box2-img img {
  width: 100% !important;
}

.company-table td {
  padding: 20px 10px;
}
@media only screen and (max-width: 600px) {
  .company-table tr {
    display: flex;
    flex-direction: column;
  }
}
.company-table-left {
  width: 200px;
  background-color: #beb079;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .company-table-left {
    width: 100%;
  }
}
.company-table-right {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 600px) {
  .company-table-right {
    width: 100%;
  }
}

.contact-form {
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 0 20px;
}
.contact-form dd, .contact-form dt {
  padding: 20px 10px !important;
}
.contact-form dt {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background-color: #beb079 !important;
  color: #fff !important;
  width: 150px;
}
.contact-form dd {
  width: calc(100% - 150px);
}
.contact-form dd input {
  width: 100% !important;
  height: 45px;
}
.contact-form dd textarea {
  height: 150px;
}
.contact-text {
  margin-top: 30px;
}

button {
  text-indent: 1px !important;
}

.submit button {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #beb079;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .submit button {
    width: 100%;
  }
}

.error, .confirm, .message {
  margin-top: 100px !important;
}

.message {
  line-height: 1.8;
}
.message a {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #beb079;
  box-shadow: #0d6d95 2px 2px 0px;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .message a {
    width: 100%;
  }
}

.blog {
  margin-top: 120px !important;
}
.blog .date {
  background-color: #beb079 !important;
  color: #fff !important;
}
.blog-h1 {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .blog-h1 {
    font-size: 18px;
  }
}

ul.pages a {
  color: #333 !important;
}

.meeting-flex {
  display: flex;
  justify-content: center;
  max-width: 900px;
}
@media only screen and (max-width: 600px) {
  .meeting-flex {
    flex-direction: column;
  }
}
.meeting-img {
  width: 40%;
}
.meeting-img .box {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .meeting-img {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .meeting-img {
    width: 100%;
    margin-top: 40px;
  }
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

body {
  font-size: 14px;
  color: #333;
  font-family: "游明朝体", "Times New Roman", "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 13px;
  }
}

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: visible;
}

#contents {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cont-title {
  font-size: 36px;
  font-weight: 600;
}

.cont1 {
  position: relative;
}
.cont1::before {
  position: absolute;
  content: "Tre Monte";
  color: #d6d6d6;
  opacity: 0.4;
  font-size: 140px;
  font-weight: bold;
  right: 0;
  top: -60px;
}
@media only screen and (max-width: 1200px) {
  .cont1::before {
    font-size: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .cont1::before {
    font-size: 60px;
  }
}
.cont1-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 98%;
}
@media only screen and (max-width: 1200px) {
  .cont1-inner {
    width: 100%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .cont1-inner {
    flex-direction: column;
    margin-right: 0;
    padding: 0 20px;
  }
}
.cont1-img {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .cont1-img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cont1-img {
    width: 100%;
  }
}
.cont1-title {
  width: 50%;
  margin-left: 60px;
}
@media only screen and (max-width: 800px) {
  .cont1-title {
    width: 100%;
    margin-left: 0;
  }
}
.cont1-title h2 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #111;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .cont1-title h2 br {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .cont1-title h2 br {
    display: blocks;
  }
}
@media only screen and (max-width: 600px) {
  .cont1-title h2 {
    font-size: 18px;
  }
}
.cont1-title div {
  margin-top: 30px;
  line-height: 2.2;
}
@media only screen and (max-width: 600px) {
  .cont1-title div br {
    display: none;
  }
}

.cont2 {
  background-image: url(../images/main/cont2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 100px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .cont2 {
    padding: 80px 0 100px;
  }
}
.cont2::before {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0.5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .cont2::before {
    display: block;
  }
}
.cont2-title {
  position: relative;
  z-index: 1;
}
.cont2-title h2 {
  text-align: right;
  color: #fff;
  font-size: 100px;
  opacity: 0.7;
  font-weight: bold;
  line-height: 0.9;
}
@media only screen and (max-width: 1000px) {
  .cont2-title h2 {
    color: #beb079;
  }
}
@media only screen and (max-width: 600px) {
  .cont2-title h2 {
    font-size: 60px;
  }
}
.cont2-text {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 600px;
  margin: 40px 5% 0 auto;
  line-height: 2.6;
}
@media only screen and (max-width: 1000px) {
  .cont2-text {
    color: #111;
    margin: 40px auto 0;
    width: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cont2-text br {
    display: none;
  }
}
.cont2-btn {
  width: 300px;
  height: 60px;
  background-color: #beb079;
  color: #fff !important;
  text-align: center;
  line-height: 60px;
  display: block;
  margin: 30px auto 0;
}

.cont3-flex {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.cont3-flex .box {
  width: 32%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .cont3-flex .box {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .cont3-flex .box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .cont3-flex .box img {
    width: 100% !important;
  }
}
.cont3-flex .box div {
  background-color: #fff;
  padding: 15px;
  font-size: 24px;
  color: #beb079;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 30px;
  min-width: 220px;
}
.cont3-flex .box div span {
  font-size: 12px;
  font-weight: 300;
  color: #111;
  display: block;
  margin-top: 5px;
}

.cont4-flex {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.cont4-flex .box {
  width: 32%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .cont4-flex .box {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .cont4-flex .box {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.cont4-flex .box div {
  background-color: #fff;
  padding: 10px;
  font-size: 24px;
  color: #beb079;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  text-align: center;
}
.cont4-flex .box div span {
  font-size: 12px;
  font-weight: 300;
  color: #111;
  display: block;
  margin-top: 5px;
}

.cont5-title {
  margin-bottom: 30px;
}
.cont5-insta .box {
  margin-left: 20px;
  margin-right: 20px;
}
.cont5-insta .box img {
  width: 100% !important;
}
.cont5-insta .box div {
  margin-top: 10px;
}
.cont5 .sns_list {
  border: none !important;
  display: flex;
  flex-direction: row;
}
.cont5 .sns_list > div {
  margin-left: 20px;
  margin-right: 20px;
  border: none !important;
  flex-direction: column;
  width: 20%;
}
@media only screen and (max-width: 1000px) {
  .cont5 .sns_list > div {
    width: 32%;
  }
}
@media only screen and (max-width: 600px) {
  .cont5 .sns_list > div {
    width: 48%;
  }
}
.cont5 .sns_list > div img {
  width: 100% !important;
}
.cont5 .sns_list > div div {
  margin-top: 10px;
}
.cont5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.cont5 .sns_list .sns_photo img {
  width: 100% !important;
  max-height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont5 .sns_list .sns_text {
  margin-top: 10px;
  padding: 0 !important;
}

.cont6-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .cont6-inner {
    flex-direction: column;
  }
}
.cont6-title {
  text-align: left;
  width: 160px;
}
@media only screen and (max-width: 600px) {
  .cont6-title {
    text-align: center;
    width: auto;
  }
}
.cont6-news {
  width: calc(100% - 200px);
  margin-left: 40px;
  height: 250px;
  overflow-y: scroll;
}
@media only screen and (max-width: 600px) {
  .cont6-news {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.cont6-news dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 25px 10px;
}
.cont6-news dl dt {
  margin-right: 30px;
  border: none !important;
  background-color: #fff !important;
}
.cont6-news dl dd {
  border: none !important;
}

.cont7 {
  background-color: #111;
  padding: 60px 20px;
  color: #fff;
}
.cont7-inner {
  max-width: 820px;
  margin: 0 auto;
}
.cont7-title {
  margin-bottom: 30px;
}
.cont7-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont7-box .box {
  width: 46%;
  font-size: 13px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .cont7-box .box {
    width: 100%;
  }
}

.g-map iframe {
  width: 100%;
  height: 350px;
  filter: grayscale(100%);
}