@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

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

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

body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4e2200;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 20px;
  }
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0 80px;
  background: url(../images/contents/bg_cont.jpg) left top;
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 1200px;
}

@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .inner {
    max-width: inherit;
  }
}

#global_footer {
  min-width: inherit !important;
}

a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

a:hover {
  -webkit-transition: .6s;
  transition: .6s;
  opacity: .7;
}

.tel_link {
  display: inline-block;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .tel_link {
    pointer-events: inherit;
  }
}

.tel_link span::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f879';
  font-weight: 700;
  margin-right: 8px;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    font-size: 16px;
  }
}

.pankuzu a {
  color: #4e2200 !important;
  font-weight: 600;
}

.pankuzu a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 700;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .cont_text div, .main_cont div {
    text-align: left !important;
    padding: 0 10px;
  }
}

.cont_img img {
  width: 100% !important;
}

.map {
  margin-bottom: 0;
}

.map iframe {
  vertical-align: bottom;
}

.nf_text h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

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

.tbl_scroll table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: 500;
}

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

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.scrollarea {
  overflow-y: scroll;
}

.scrollarea::-webkit-scrollbar {
  width: 10px;
}

.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap dd {
  padding: 15px !important;
}

form .form_wrap dd input, form .form_wrap dd textarea {
  border: none;
}

.submit {
  overflow: hidden;
  width: auto;
}

.submit button {
  background: #9c7d65;
  color: #fff;
  border: none;
  border-bottom: 4px solid #755a45;
  border-radius: 2px;
  text-indent: inherit;
  margin: 30px 10px 0;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 185px;
  height: auto;
  float: none;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .submit button {
    min-width: 210px;
  }
}

.submit button:hover {
  opacity: 1;
}

.submit button:active {
  border-bottom: none;
  top: 2px;
  margin-bottom: 4px;
}

.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.96875vw;
  }
}

.policy_link a {
  color: #f00 !important;
  font-weight: 500;
}

.error {
  margin-bottom: 60px !important;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 540px;
    overflow-y: scroll;
  }
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#local-keyvisual-title {
  padding: 30px 0 70px;
}

#local-keyvisual h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 3em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #ffffff80), color-stop(60%, #ffffff80), to(transparent));
  background: linear-gradient(90deg, transparent, #ffffff80 40%, #ffffff80 60%, transparent);
  display: inline-block;
  padding: 10px 6em;
}

@media screen and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2.4em;
    width: 90%;
    padding: 10px 0;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 1.8em;
  }
}

#local-keyvisual h1 span {
  display: none;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
  }
}

.pan1 a {
  color: #000;
}

/*scroll nav*/
.inviewR {
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  opacity: 0;
}

.fadeInRight {
  -webkit-transition: all 0.8s ease-in 0.3s;
  transition: all 0.8s ease-in 0.3s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1 !important;
}

.inviewL {
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  opacity: 0;
}

.fadeInLeft {
  -webkit-transition: all 0.8s ease-in 0.3s;
  transition: all 0.8s ease-in 0.3s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1 !important;
}

.inviewD {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
}

.fadeInDown {
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1 !important;
}

.inviewU {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
}

.fadeInUp {
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1 !important;
}

.blog_list {
  height: 420px;
  overflow-y: auto;
  border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.blog_list::-webkit-scrollbar {
  width: 10px;
}

.blog_list::-webkit-scrollbar-track {
  background: inherit;
}

.blog_list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.blog_list div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_list div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog_list div .blog_photo {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .blog_list div .blog_photo {
    width: 100%;
  }
}

.blog_list div .blog_photo a {
  width: 100%;
  display: block;
}

.blog_list div .blog_photo a img {
  width: 100%;
}

.blog_list div .blog_text {
  width: 70%;
}

@media only screen and (max-width: 640px) {
  .blog_list div .blog_text {
    width: 100%;
  }
}

.blog_list div .blog_date, .blog_list div h3 a {
  color: #714827 !important;
  font-weight: bold;
  font-size: 16px;
}

.blog_list div .detail {
  font-size: 14px;
}

.blog {
  padding: 70px 0;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .blog .wrap {
    padding: 35px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1100px) and (min-width: 835px) {
  .blog .wrap {
    padding: 15px;
  }
}

.blog .page_title {
  text-align: center;
  margin-bottom: 60px;
}

.blog .page_title h1 {
  font-size: 40px;
}

.blog .page_title div {
  color: #912466;
  position: relative;
  display: inline-block;
  padding: 0 3em;
}

.blog .page_title div::before {
  content: '';
  display: block;
  width: 2em;
  height: 1px;
  background: #912466;
  position: absolute;
  top: 50%;
  left: 0;
}

.blog .page_title div::after {
  content: '';
  display: block;
  width: 2em;
  height: 1px;
  background: #912466;
  position: absolute;
  top: 50%;
  right: 0;
}

.blog a {
  color: #714827 !important;
}

.blog a:hover {
  text-decoration: underline !important;
}

.blog a:visited {
  color: #666 !important;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 15px;
}

@media only screen and (max-width: 834px) {
  .blog aside {
    width: 70%;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}

@media only screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
  }
}

.blog #contents dt span.date {
  color: #aaa;
}

.blog #contents dt span.translate {
  font-size: 19px;
  color: #666;
}

.blog #contents .flex_text {
  font-size: 16px;
}

.blog .blog_text {
  margin-bottom: 30px;
}

.blog .blog_img {
  margin-bottom: 20px;
}

.blog .blog_img .box {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .blog .blog_img .box {
    width: 49%;
  }
}

.blog .blog_img .box h3 {
  display: none;
}

.items {
  margin-left: -20px !important;
}

.items article {
  padding: 15px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}

.items article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}

.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}

.items article .photo::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding-top: 0 !important;
}

.items article .price {
  color: #ff0000;
  font-weight: bold;
}

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

.search form select {
  height: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

.search form :after {
  top: 15px !important;
}

@media only screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}

@media only screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

.i1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 640px) {
  .i1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.i1 .photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.i1 .photo .large {
  margin-left: 0;
}

.i1 .photo .large img {
  width: 100%;
}

.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

.i1 .photo .small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2%;
}

.i1 .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23%;
  height: 23%;
  margin-left: 2%;
  position: relative;
}

.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.i1 .photo .small ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.i1 .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}

.i1 .item_view h2 {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view h2 {
    font-size: 26px;
  }
}

.i1 .item_view h2 span {
  display: none;
}

.i1 .item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i1 .item_view .struct .item_option {
  width: 100%;
}

.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}

.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}

.i1 .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .i1 .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}

.i1 .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f06a';
  margin-right: 5px;
}

#header {
  background: url(../images/contents/h_bg01.png) left top no-repeat, url(../images/contents/h_bg02.png) right top no-repeat, url(../images/contents/bg01.jpg) left -13px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

#header a {
  color: #fff !important;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 30px;
}

@media screen and (max-width: 930px) {
  .header_container {
    padding: 10px 0 20px;
  }
}

.h_logo {
  font-size: 33px;
  font-weight: bold;
  display: block;
}

.h_logo span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  text-align: left;
  padding-left: 3px;
}

.h_info {
  font-size: 14px;
}

@media screen and (max-width: 930px) {
  .h_info {
    margin-right: 75px;
  }
}

@media only screen and (max-width: 640px) {
  .h_info {
    margin-right: 60px;
  }
}

.h_info p {
  text-align: right;
}

.h_info .tel_link span {
  font-size: 28px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 34px;
  position: relative;
  padding-left: 43px;
}

@media only screen and (max-width: 640px) {
  .h_info .tel_link span {
    font-size: 23px;
  }
}

.h_info .tel_link span::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f879';
  font-weight: 700;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #632e0f;
  text-shadow: none;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: -2px;
}

#nav_global ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
}

#nav_global ul li a {
  color: #fff !important;
  display: inline-block;
  line-height: 40px;
  font-size: 17px;
  font-weight: bold;
  padding: 0 5px;
}

#nav_global ul li a span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 12px;
  position: relative;
}

#nav_global ul li a span::after {
  position: absolute;
  top: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#nav_global ul li a:hover span::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

#nav_global ul .dropdown {
  position: relative;
}

#nav_global ul .dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 0;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#nav_global ul .dropdown .second-level li {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d2d2d2));
  background: linear-gradient(to bottom, #fff, #d2d2d2);
  padding: 7px 0;
  border-right: none;
}

#nav_global ul .dropdown .second-level li:first-child {
  border-left: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff, #eee);
  padding: 5px 0;
}

#nav_global ul .dropdown:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

#nav_global ul .dropdown:hover .second-level {
  visibility: visible;
  opacity: 1;
}

#mainArea {
  position: relative;
}

#mainArea img {
  width: 100vw;
  min-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainArea li:first-child img {
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
}

#footer {
  background: url(../images/contents/bg01.jpg) left -5px;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  #footer {
    background-size: cover;
  }
}

#footer a {
  color: #fff !important;
}

.footer_container {
  padding: 50px 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1250px) {
  .footer_container {
    width: 90%;
  }
}

.f_boxL {
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .f_boxL {
    width: 100%;
    text-align: center;
  }
}

.f_boxL a {
  font-size: 22px;
  font-weight: bold;
}

.f_boxL a address {
  display: block;
}

.f_boxR {
  text-align: right;
}

@media only screen and (max-width: 834px) {
  .f_boxR {
    width: 100%;
    text-align: center;
  }
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0;
}

@media only screen and (max-width: 834px) {
  .nav_footer {
    width: 100%;
    margin-bottom: 30px;
  }
}

.nav_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 7px;
  border-right: 1px solid #fff;
  line-height: 1em;
}

.nav_footer li:last-child {
  padding-right: 0;
  border-right: none;
}

@media only screen and (max-width: 834px) {
  .nav_footer li {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    border-right: none;
  }
}

.nav_footer li a {
  display: inline-block;
  padding: 0 3px;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .nav_footer li a {
    padding: 0 0 10px;
    width: 35%;
    border-bottom: 1px solid #fff;
  }
}

.copyright {
  line-height: 42px;
  padding-bottom: 30px;
  font-size: 15px;
}

.concept_01 {
  margin-bottom: 230px;
  position: relative;
}

.concept_01 .cont_img {
  width: 52%;
}

.concept_01 .cont_text {
  width: 50%;
  padding: 35px 50px;
  background: rgba(245, 233, 220, 0.85);
  -webkit-box-shadow: 15px 15px 0px #c7af95;
          box-shadow: 15px 15px 0px #c7af95;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
  right: 15px;
}

@media screen and (max-width: 950px) {
  .concept_01 {
    margin-bottom: 450px;
  }
  .concept_01 .cont_img {
    width: 80%;
  }
  .concept_01 .cont_text {
    width: 85%;
    -webkit-transform: translateY(90%);
        -ms-transform: translateY(90%);
            transform: translateY(90%);
  }
}

@media only screen and (max-width: 640px) {
  .concept_01 {
    margin-bottom: 80px;
  }
  .concept_01 .cont_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .concept_01 .cont_text {
    width: calc(100% - 15px);
    position: inherit;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    right: 0;
  }
}

.concept_02 {
  margin-bottom: 290px;
  position: relative;
}

.concept_02 .cont_img {
  width: 52%;
  position: absolute;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 950px) {
  .concept_02 .cont_img {
    width: 80%;
  }
}

.concept_02 .cont_text {
  width: 50%;
  padding: 35px 50px;
  background: rgba(245, 233, 220, 0.85);
  -webkit-box-shadow: 15px 15px 0px rgba(199, 175, 149, 0.7);
          box-shadow: 15px 15px 0px rgba(199, 175, 149, 0.7);
}

@media screen and (max-width: 950px) {
  .concept_02 {
    margin-bottom: 350px;
  }
  .concept_02 .cont_img {
    width: 80%;
    position: inherit;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .concept_02 .cont_text {
    width: 85%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(90%);
        -ms-transform: translateY(90%);
            transform: translateY(90%);
    right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .concept_02 {
    margin-bottom: 80px;
  }
  .concept_02 .cont_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .concept_02 .cont_text {
    width: calc(100% - 15px);
    position: inherit;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    right: 0;
  }
}

.cont_title_under {
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.cont_title_under h2 {
  font-weight: 600;
}

.cont_title_under h2::after {
  display: block;
  content: '';
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#4e2200b3), color-stop(50%, transparent));
  background: linear-gradient(to right, #4e2200b3, transparent 50%);
}

.cont_list {
  padding: 50px;
  margin-right: 15px;
  background: rgba(245, 233, 220, 0.85);
  -webkit-box-shadow: 15px 15px 0px rgba(199, 175, 149, 0.7);
          box-shadow: 15px 15px 0px rgba(199, 175, 149, 0.7);
}

.cont_list:not(:last-child) {
  margin-bottom: 80px;
}

.cont_list dl {
  border-bottom: 2px dashed #d2bba1 !important;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_list dt {
  border: none !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  text-shadow: 0px 0px 1px #4e2200;
}

.cont_list dd {
  border: none !important;
  margin-left: 10%;
}

@media only screen and (max-width: 640px) {
  .cont_list {
    padding: 30px;
  }
  .cont_list dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .cont_list dd {
    width: 100% !important;
    margin: 0;
    text-align: left;
  }
}

@media screen and (min-width: 900px) {
  .menu_list {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.menu_list dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media only screen and (max-width: 834px) {
  .menu_list dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media only screen and (max-width: 834px) {
  .concept_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.concept_text img {
  width: 40% !important;
  margin-left: 5%;
}

@media only screen and (max-width: 834px) {
  .concept_text img {
    float: none;
    margin: 0 auto 30px;
    width: 90% !important;
    max-width: inherit;
  }
}

.concept_text div {
  width: 55%;
  padding: 30px;
  border: 4px double #4e2200;
  text-shadow: 0px 0px 1px #4e2200;
}

@media only screen and (max-width: 834px) {
  .concept_text div {
    width: 90%;
    margin: 0 auto;
  }
}

.contact_tel {
  margin: 30px 0 80px;
  text-align: center;
}

.contact_tel .tel_link {
  color: #4e2200 !important;
  border: 1px solid #4e2200;
  background: rgba(255, 255, 255, 0.4);
  font-size: 24px;
}

.contact_form dl dd {
  margin-left: 5%;
}

@media only screen and (max-width: 640px) {
  .contact_form dl dd {
    margin-left: 0;
  }
}

.submit button {
  background: #9c7d65;
  color: #fff;
  border: none;
  border-bottom: 4px solid #755a45;
  border-radius: 2px;
  text-indent: inherit;
  margin-bottom: 0;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.submit button:hover {
  opacity: 1;
}

.submit button:active {
  border-bottom: none;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

.submit button:focus {
  outline: inherit;
}

.nf_btn {
  text-align: center;
  margin-top: 50px;
}

.nf_btn a {
  color: #4e2200 !important;
  border: 1px solid #4e2200 !important;
  background: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  font-weight: bold;
  padding: 10px 3em;
  font-size: 22px;
}

.nf_btn a:hover {
  background: #4e2200 !important;
  color: #fff !important;
}

/* home */
h2 {
  font-size: 30px;
  text-shadow: 0px 0px 1px #4e2200;
  margin-bottom: 40px;
}

.cont_title {
  width: 100%;
}

.top_cont01 {
  background: url(../images/contents/bg02.jpg) center top/cover no-repeat;
  margin-top: -85px;
  padding: 100px 30px;
  line-height: 2.2em;
}

.top_cont01 h1 {
  line-height: 1.5em;
  font-size: 30px;
  text-shadow: 0px 0px 1px #4e2200;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .top_cont01 h1 {
    font-size: 29.5px;
  }
}

.top_cont02, .top_cont03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: url(../images/contents/bg01.jpg) top left/contain repeat-x;
}

@media only screen and (max-width: 640px) {
  .top_cont02, .top_cont03 {
    background-size: auto;
  }
}

.top_cont02 .cont_box, .top_cont03 .cont_box {
  width: 50%;
  padding: 10px 8%;
}

@media screen and (max-width: 940px) and (min-width: 835px) {
  .top_cont02 .cont_box, .top_cont03 .cont_box {
    padding: 10px 2%;
  }
}

@media only screen and (max-width: 834px) {
  .top_cont02 .cont_box, .top_cont03 .cont_box {
    width: 100%;
    padding: 50px 5%;
  }
}

@media screen and (max-width: 940px) {
  .top_cont02 .cont_box .link_btn, .top_cont03 .cont_box .link_btn {
    text-align: center;
  }
}

.top_cont02 .cont_text, .top_cont03 .cont_text {
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

.top_cont02 .cont_text h2, .top_cont03 .cont_text h2 {
  text-shadow: none;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

@media screen and (max-width: 940px) and (min-width: 835px) {
  .top_cont02 .cont_text h2, .top_cont03 .cont_text h2 {
    margin-bottom: 0;
  }
}

.top_cont02 .cont_text div, .top_cont03 .cont_text div {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 2.2em;
}

.top_cont02 .cont_img, .top_cont03 .cont_img {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .top_cont02 .cont_img, .top_cont03 .cont_img {
    width: 100%;
  }
}

.top_cont03 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top_cont04 {
  background: url(../images/contents/bg03.jpg) center/cover no-repeat;
  background-position: center top;
  padding: 100px 0;
}

.top_cont04 .inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 50px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .top_cont04 .inner {
    padding: 50px 20px 60px;
  }
}

.top_cont04 .inner .news_list {
  width: 57%;
  margin-right: 3%;
  height: 300px;
  overflow-y: scroll;
  padding-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .top_cont04 .inner .news_list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.top_cont04 .inner .news_list dl {
  border-bottom: 1px dotted #b18370;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.top_cont04 .inner .news_list dl dt {
  border: none;
  padding: 8px 0 !important;
  margin-right: 5%;
}

.top_cont04 .inner .news_list dl dd {
  border: none;
  padding: 8px 0 8px 10px !important;
}

@media only screen and (max-width: 640px) {
  .top_cont04 .inner .news_list dl dt, .top_cont04 .inner .news_list dl dd {
    width: 100% !important;
    margin: 0;
    padding-left: 0 !important;
  }
}

.top_cont04 .inner .cont_img {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .top_cont04 .inner .cont_img {
    width: 100%;
  }
}

.top_cont05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -80px;
}

@media only screen and (max-width: 834px) {
  .top_cont05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top_cont05 .map {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .top_cont05 .map {
    width: 100%;
  }
}

.top_cont05 .top_info {
  width: 50%;
  background: url(../images/contents/bg04.jpg) center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .top_cont05 .top_info {
    width: 100%;
    padding: 50px 5%;
  }
}

.top_cont05 .top_info a {
  color: #4e2200 !important;
}

.top_cont05 .top_info .cont_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .top_cont05 .top_info .cont_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top_cont05 .top_info .form_wrap {
  width: 100%;
  line-height: 2em;
  margin-bottom: 30px;
  text-shadow: 0px 0px 1px #4e2200;
}

.top_cont05 .top_info .form_wrap dl {
  border-bottom: 1px dotted #b18370;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_cont05 .top_info .form_wrap dl dt {
  border: none;
  padding: 8px 0 !important;
  margin-right: 5%;
}

.top_cont05 .top_info .form_wrap dl dd {
  border: none;
  padding: 8px 0 8px 10px !important;
}

.top_cont05 .top_info .link_btn {
  margin-right: 35px;
}

@media screen and (max-width: 1250px) {
  .top_cont05 .top_info .link_btn {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}

.top_cont05 .top_info .link_btn a {
  border: 1px solid #4e2200;
  font-weight: 600;
  padding: 7px 1.5em;
}

.top_cont05 .top_info .link_btn a:hover {
  color: #fff !important;
  background-color: #4e2200;
}

@media screen and (max-width: 1250px) {
  .top_cont05 .top_info .tel {
    width: 100%;
    text-align: center;
  }
}

.top_cont05 .top_info .tel .h_info {
  margin-right: 0;
}

.top_cont05 .top_info .tel .h_info span {
  text-align: center;
  font-size: 26px;
  padding-left: 40px;
}

.top_cont05 .top_info .tel .h_info span::before {
  background: #4e2200;
  color: #e9cab8;
}

@media only screen and (max-width: 640px) {
  .top_cont05 .top_info .tel .h_info {
    margin-right: 0;
  }
  .top_cont05 .top_info .tel .h_info p {
    text-align: center;
  }
}

.link_btn a {
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 5px 3em;
  font-size: 18px;
}

.link_btn a:hover {
  background-color: #ffffff;
  color: #4e2200 !important;
  font-weight: bold;
}

/* title */
/*# sourceMappingURL=common.css.map */