@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/*フォント*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: "uzura";
  src: url("../uzura/uzura.ttf");
}
@font-face {
  font-family: "uzura";
  src: url("../uzura/uzura.woff") format("woff"), url("../uzura/uzura.woff2") format("woff2"), url("../uzura/uzura.ttf") format("truetype"); /* ttf - Safari, Android, iOS */
}
body {
  font-family: "uzura";
}
body div {
  font-family: "uzura";
}

@media screen and (min-width: 1001px) {
  .ham_menu {
    display: none;
  }
}
.ham_menu > span {
  text-transform: none;
  opacity: 0.5;
  transition: 1s;
  font-weight: 300;
  font-size: 12px;
}
.ham_menu input + label {
  position: fixed;
  height: 50px;
  width: 30px;
  z-index: 9999;
  right: 15px;
  top: 10px;
}
.ham_menu input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  transition: 0.5s;
  background: #3c322a;
}
.ham_menu input + label span:first-child {
  top: 7px;
}
.ham_menu input + label span:last-child {
  top: 16px;
}
.ham_menu label:hover {
  cursor: pointer;
}
.ham_menu input:checked + label span {
  opacity: 0;
  top: 50%;
}
.ham_menu input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
.ham_menu input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
.ham_menu input ~ nav {
  background: rgba(243, 241, 236, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 999;
  transition: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
}
.ham_menu input ~ nav > ul {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ham_menu input ~ nav > ul > li {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}
.ham_menu input ~ nav > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 15px;
  font-size: 1.4em;
}
.ham_menu input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
.ham_menu input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: 0.5s;
}
.ham_menu input {
  background: none;
}
.ham_menu .ham_logo {
  margin-bottom: 20px;
}
.ham_menu #burger {
  display: none;
}

/**/
.sizuku {
  animation: sizuku 1s linear 0s; /*1s はアニメーションにかかる時間*/
  border-radius: 50%;
  border: 4px solid #d4c1a9; /*ボーダーの幅と色*/
  position: absolute;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  .sizuku {
    display: none;
  }
}

@keyframes sizuku {
  0% {
    height: 0;
    opacity: 1;
    transform: translate(0, 0);
    width: 0;
  }
  100% {
    height: 500px; /*円の高さ幅の最大値*/
    opacity: 0;
    transform: translate(-250px, -250px); /*高さの半分の値にする*/
    width: 500px; /*基本高さと合わせる*/
  }
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 23px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
}
@media screen and (max-width: 835px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 641px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #3c322a !important;
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 835px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

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

#contents_wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

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

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

@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}

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

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 835px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 835px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !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;
  padding: 0 !important;
}

.tlauto 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: inherit;
}

@media screen and (max-width: 835px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

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

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

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

a.tel_link {
  pointer-events: none;
}
@media screen and (max-width: 641px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*blog*/
dl dd {
  text-align: center;
}
dl dt {
  text-align: center;
}

.date {
  display: block;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.blog #contents {
  margin-bottom: 30px;
}
.blog img {
  margin-bottom: 30px;
}
@media screen and (max-width: 835px) {
  .blog .detail {
    text-align: left !important;
    margin-bottom: 80px !important;
  }
}
.blog article {
  text-align: center !important;
}
.blog article h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 4px double #854c60;
  display: inline-block;
}
.blog article div {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .blog article div {
    width: 90% !important;
  }
}
@media screen and (max-width: 835px) {
  .blog article div {
    width: 100% !important;
  }
}
.blog .translate {
  font-weight: bold;
}
.blog .date {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}
.blog h2 {
  font-size: 36px;
  letter-spacing: 3px;
  color: #333 !important;
  line-height: 30px;
  padding: 15px 0;
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .blog h2 {
    width: 80%;
  }
}
@media screen and (max-width: 835px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
}
.blog a {
  color: #3c322a !important;
}
@media screen and (max-width: 641px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 641px) {
  .blog #calendar {
    width: 100% !important;
  }
}
.blog input[type=text],
.blog input[type=password],
.blog textarea {
  width: 50% !important;
}

section div#contents > dl ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

@media screen and (max-width: 835px) {
  section aside {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 835px) {
  section div.wrap {
    display: block !important;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

section div#contents > dl {
  border: none !important;
  border-bottom: 1px dotted #eee !important;
}

section div#contents article ul {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 835px) {
  section div#contents article ul {
    max-width: 100%;
  }
}

section div#contents article ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

section div#contents article ul li a {
  color: #333 !important;
  margin-right: 0 !important;
}

section div#contents > dl ul li a {
  margin-right: 0px !important;
}

div.blog_list div.blog_photo {
  width: 40%;
}
@media screen and (max-width: 835px) {
  div.blog_list div.blog_photo {
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  div.blog_list div.blog_photo {
    text-align: center;
  }
}

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #d4c1a9;
  font-size: 1.4em;
}

div.blog_list h3 a {
  color: #333 !important;
  font-size: 1.6em;
  letter-spacing: 3px;
  font-weight: 500;
}

div.detail {
  margin-top: 10px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 835px) {
  div.blog_list {
    flex-direction: row;
  }
}

header:nth-of-type(1) div.wrap {
  font-size: 16px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  color: #333;
  letter-spacing: -1px;
}

@media screen and (max-width: 835px) {
  section div.wrap {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

.form_wrap #text {
  position: relative;
}
.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}
.form_wrap .radio {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
  font-weight: 500;
}
.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  color: #999 !important;
}
@media screen and (max-width: 641px) {
  .pankuzu li {
    font-size: 13px;
  }
}
@media screen and (max-width: 641px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}
.pankuzu li:last-child:after {
  display: none;
}
.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 641px) {
  .policy_01 {
    width: 100%;
  }
}
.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 641px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}
.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 641px) {
  .contact_txt {
    text-align: left !important;
  }
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}
@media screen and (max-width: 641px) {
  .style_form {
    text-align: center;
  }
}

section div.form_wrap dl dt {
  text-align: left !important;
}

/*固定ヘッダー時のメールフォーム埋まり防止*/
/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.nf_title h1 {
  margin-top: 80px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}
@media screen and (max-width: 1000px) {
  .nf_title h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 835px) {
  .nf_title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 641px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.nf_txt {
  color: #555;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 641px) {
  .nf_txt {
    margin-top: 0;
  }
}
.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}
@media screen and (max-width: 641px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}
.nf_txt p {
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 641px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #b7975e;
  text-align: center !important;
}
.nf_btn a {
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/*nav*/
@media screen and (max-width: 835px) {
  #nav_global {
    display: none;
  }
}

#nav_global02 {
  display: none;
}
@media screen and (max-width: 835px) {
  #nav_global02 {
    display: block;
  }
}

.mean-nav span {
  display: block; /*menuの小文字*/
}

/**/
/*ズームイン*/
#slide_wrapp {
  position: relative;
  overflow: hidden;
}
#slide_wrapp .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrapp .slide_item img {
  display: block;
}

/**/
/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0; /* 透明 */
    transform: translateX(50px); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes LeftToRight {
  0% {
    opacity: 0; /* 透明 */
    transform: translateX(-50px); /* X軸方向に-50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes SlideDown {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-50px); /* Y軸方向に-50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(100px); /* Y軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateX(0);
  }
}
/* 「RightToLeft」を適用する箇所 */
/* Opening
-----------------------------------------*/
.Opening {
  position: relative;
  background-color: #fff;
}

.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.Opening ul li img.Opening__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: auto;
}

/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

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

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

td {
  border: none !important;
}

/*パディング*/
.p10 {
  padding: 0 10px;
}

.pd0 {
  padding: 0 !important;
}
.pd0 td {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pb0 td {
  padding-bottom: 0 !important;
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}

img {
  transition: 0.5s;
}
img:hover {
  transition: 0.5s;
}

/*ふわっと*/
.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**/
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**/
.fadeInRight {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInRight;
  visibility: visible !important;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**/
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*ニュースエリアを囲むクラス...scrollArea*/
.scrollArea {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #857465 !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(204, 204, 204, 0.9);
}
@media screen and (max-width: 835px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
  }
}
.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 835px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}
.sub_menu li:last-child {
  border-bottom: none;
}
.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !important;
}

/*YouTube*/
.youtube01 {
  margin-bottom: 80px;
}
.youtube01 iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

/*-----ボックスフレーム-----*/
/*点線の大括弧*/
.box20 {
  position: relative;
  padding: 0.25em 1em;
  margin: 2em 0;
  top: 0;
  background: #efefef;
}

.box20:before,
.box20:after {
  position: absolute;
  top: 0;
  content: "";
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.box20:before {
  border-left: dotted 2px #87755e;
  border-top: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  left: -1px;
}

.box20:after {
  border-top: dotted 2px #87755e;
  border-right: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  right: -1px;
}

.box20 p {
  margin: 0;
  padding: 0;
}

/*めくれたテープ風*/
.box25 {
  position: relative;
  background: #fff0cd;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em;
  color: #454545;
}

.box25:after {
  position: absolute;
  content: "";
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box25 p {
  margin: 0;
  padding: 0;
}

/*矢印hover.右に少しずらす*/
/*地図*/
.map01 iframe {
  width: 100%;
}
@media screen and (max-width: 641px) {
  .map01 iframe {
    height: 400px !important;
  }
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

/*ツイッター*/
.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

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

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;
  margin: 0 0 15px;
  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: 641px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

/**/
/*横に画像が流れる*/
.loop_wrap {
  margin-top: 60px;
}
.loop_wrap ul {
  display: flex;
  height: auto !important;
}
.loop_wrap ul li {
  width: 400px;
  display: inline-block;
  margin: 0 10px;
  height: auto !important;
}
@media screen and (max-width: 641px) {
  .loop_wrap ul li {
    width: 200px;
  }
}
/*news_dlリスト*/
.newswrap {
  box-shadow: 3px 3px 15px rgba(238, 238, 238, 0.1);
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  height: 300px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
}
.newswrap dl {
  margin: auto;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 3px dotted #eee !important;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .newswrap dl {
    flex-direction: column !important;
  }
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 85% !important;
}
@media screen and (max-width: 1000px) {
  .newswrap dd {
    width: 100% !important;
  }
}
.newswrap dt {
  display: flex;
  border: none !important;
  background: none !important;
  color: #333 !important;
  width: 15% !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1000px) {
  .newswrap dt {
    padding-left: 10px !important;
    margin-left: 0px !important;
    width: 100% !important;
    display: block !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

.news_bg {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background: url(../images/home/news_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 50px;
}
@media screen and (max-width: 835px) {
  .news_bg {
    background-attachment: scroll;
  }
}
.news_bg .inner {
  background: rgba(255, 255, 255, 0.6);
  padding: 60px 40px;
}

/*hover*/
.btn a:hover {
  animation: zoom 0.3s;
}

/*infiniteslide*/
.infiniteslide_wrap {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

.infiniteslide {
  padding: 60px 0 !important;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  max-width: 100%;
}
.infiniteslide ul {
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  height: auto !important;
}
.infiniteslide ul li {
  height: auto !important;
  display: inline-block;
  margin: 0 20px !important;
}
@media screen and (max-width: 835px) {
  .infiniteslide ul li {
    margin: 0 10px !important;
  }
}
.infiniteslide img {
  box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
}
.infiniteslide br {
  display: none !important;
}

/*hoverでaの中のspanのいろかわる*/
/*insta 横に4つ*/
.insta {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 468px) {
  .insta {
    width: 100%;
  }
}
.insta div.sns_list {
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  align-content: space-between;
}
.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}
@media screen and (max-width: 641px) {
  .insta div.sns_list div.sns_photo {
    padding: 10px !important;
  }
}
.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}
.insta div.sns_list div {
  border-bottom: none !important;
  width: 20% !important;
  margin: 0 auto;
}
@media screen and (max-width: 641px) {
  .insta div.sns_list div {
    width: 49% !important;
  }
}
.insta .sns_text {
  display: none !important;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/**たて2よこ3**/
.instagram {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.instagram li {
  width: 30%;
  margin: 7.5px 5px;
}
@media screen and (max-width: 834px) {
  .instagram li {
    width: 45%;
  }
}
@media screen and (max-width: 641px) {
  .instagram {
    margin-bottom: 40px;
  }
}
.instagram img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}

/*respon*/
.herf {
  width: 49%;
}
@media screen and (max-width: 641px) {
  .herf {
    width: 100%;
    margin-bottom: 20px;
  }
}

/**/
.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 641px) {
  .flex {
    flex-direction: column;
  }
}

/**/
.none {
  display: none;
}

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
}

.img img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: 600;
}

.center {
  display: block;
  text-align: center;
}

.left {
  display: block;
  text-align: left;
}

.right {
  display: block;
  text-align: right;
}

@media screen and (max-width: 641px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}
@media screen and (max-width: 641px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 641px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 835px) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 641px) {
  .style_form input {
    width: 100% !important;
  }
}

.imgL {
  float: none;
  margin-right: 0px;
  max-width: 100% !important;
}

.imgR {
  float: none;
  margin-left: 0px;
  max-width: 100% !important;
}

@media screen and (max-width: 641px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*iタグ*/
i {
  padding-right: 5px !important;
}

/*color*/
.acc-color a {
  color: #3c322a !important;
}

.main-color a {
  color: #857465 !important;
}

.base-color a {
  color: #d4c1a9 !important;
}

.acc-title:hover {
  cursor: pointer;
}

/*バウンド*/
.cp_keyframes {
  margin: 0 auto;
  background: #29b6f6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: keyframes 0.5s ease-in infinite alternate;
}
@keyframes keyframes {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(250%);
  }
}
/*ふわふわと上下に動く*/
.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
  box-sizing: border-box;
}

.cp_arrows {
  position: absolute;
  bottom: 40%;
  right: 1%;
  display: flex;
  margin: 2em auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cp_arrows .cp_arrow {
  position: relative;
  transition: all 0.3s ease-out;
  animation: arrow-move06 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before {
  transition: transform 0.5s ease-in;
}

.cp_arrows .cp_arrow:hover {
  color: #ec407a;
  border-color: #ec407a;
}

.cp_arrows .cp_arrow:hover:before {
  transform: rotate(360deg);
}
@keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}
.acc-title:hover {
  cursor: pointer;
}

/**/
/*ハンバーガーメニュー02*/
/*ハンバーガーメニュー03*/
.open #nav-toggle:before {
  transition: 2s;
  content: "close";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 0.8em;
}
.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 835px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle:after {
  transition: 2s;
  content: "menu";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 0.8em;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 3;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
#nav-toggle span:nth-child(3) {
  top: 23px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 99999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav nav {
  width: 100%;
}

#gloval-nav a {
  display: block;
  color: #333 !important;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
  display: block !important;
}

.is-show {
  transform: translateY(0);
}

/**/
.acc_title:hover {
  cursor: pointer;
}

/**/
.imgL {
  float: none !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 641px) {
  .imgR {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
}

/**/
.img_box img {
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
  width: 60% !important;
}

@keyframes img_box_9955 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.acc {
  color: #3c322a;
}
.acc div {
  color: #3c322a;
}

/**/
.clearfix:after {
  visibility: visible;
}

/*blog文字数カット*/
/*フェードで出現*/
.fadein {
  opacity: 0;
  transform: translate(0) !important;
  transition: all 0.5s !important;
  text-align: center !important;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*flexbox*/
.box {
  height: auto !important;
}

/**/
@media screen and (max-width: 641px) {
  .form_wrap dl {
    display: block !important;
  }
}
@media screen and (max-width: 641px) {
  .form_wrap dt,
  .form_wrap dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 641px) {
  .form_wrap dt label {
    left: 20px;
    position: absolute;
  }
}

@media screen and (max-width: 641px) {
  .contact_form dt {
    padding-left: 30px !important;
  }
}

/**/
@media screen and (max-width: 641px) {
  .voice_table tr {
    display: block !important;
  }
}

/*slick_商品一覧など横に流すとき*/
/**/
@media screen and (max-width: 641px) {
  .contact_form dt {
    padding-left: 30px !important;
  }
}

/*下層メイン画像*/
#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/home/contents_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 835px) {
  #local-keyvisual {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 835px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}
#local-keyvisual h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(0, 0, 0, 0.35);
  font-size: 3.5vw;
}

@media only screen and (min-width: 1600px) {
  #local-keyvisual h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  #local-keyvisual h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 35px;
  }
}
#local-keyvisual h1 span {
  background-position: center;
  background-size: cover;
  padding: 200px 0 180px;
  display: block;
}

@media only screen and (max-width: 1000px) {
  #local-keyvisual h1 span {
    padding: 100px 10px;
  }
}
#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 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 835px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #000;
}

/**/
.fancybox tr {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 641px) {
  .fancybox tr {
    flex-direction: column;
  }
}
.fancybox tr td {
  display: block;
  width: 32%;
}
@media screen and (max-width: 641px) {
  .fancybox tr td {
    width: 100%;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 641px) {
  .fancybox tr td img {
    width: 100% !important;
  }
}

/**/
@media screen and (max-width: 641px) {
  .entry dt {
    padding-left: 30px !important;
  }
}

/*loading*/
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d4c1a9;
  z-index: 999999999;
}

#loading {
  margin: auto;
  width: 300px;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}

#loading span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading span img {
  width: 100%;
}

.animsition-overlay-slide {
  background-color: #857465 !important;
  position: relative;
  z-index: 9999 !important;
}

/*ハンバーガーメニュー*/
/*ブラウザにやさしくスクロールで画面に入った要素にアニメーション*/
/* 3 つのサンプル共通 */
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}

.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 835px) {
  .sample-one.sample-animation img {
    animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.sample-one img {
  opacity: 0;
}

@keyframes sample-one {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}
/* 2 つ目のサンプル */
.sample-second.sample-animation {
  animation: sample-second-img 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-second.sample-animation:before {
  animation: sample-second-before 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-second:before {
  background: #d4c1a9;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

.sample-second {
  opacity: 0;
}

.sample-second img {
  opacity: 0;
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}
@keyframes sample-second-before {
  100% {
    transform: translateX(100%);
  }
}
/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  animation: 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fafafa;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

.sample-third img {
  opacity: 0;
}

@keyframes sample-third-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes sample-third-after {
  100% {
    transform: translateY(-100%);
  }
}
.sample-animation img {
  opacity: 1 !important;
}

.sample-animation {
  opacity: 1 !important;
}

/**/
body {
  cursor: url(../images/home/scissors_icon.png);
}

header#global_header {
  max-width: 100%;
}
#header {
  background: #fafafa !important;
  padding: 0 10px;
}

.clone-nav {
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 10px;
}

.is-show {
  animation: fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header_container {
    background: none;
  }
}
.header_container .col_01 {
  width: 20%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .header_container .col_01 {
    position: fixed;
    z-index: 9999;
  }
}
@media screen and (max-width: 641px) {
  .header_container .col_01 {
    width: 25%;
    top: 10px;
    left: 10px;
  }
}
.header_container .col_02 {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .header_container .col_02 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative; /*ドロップダウン基準点*/
}
#nav_global ul li a {
  color: #111 !important;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #nav_global ul li a {
    font-size: 1.8vw;
  }
}
#nav_global ul li a:hover {
  color: #857465 !important;
  transition: 0.5s;
  transform: scale(1.1);
}

#mainArea {
  position: relative;
}
#mainArea .slider img {
  width: 100%;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  margin-left: 0 !important;
}
@media screen and (max-width: 1200px) {
  #mainArea .slider img {
    height: 90vh !important;
  }
}
@media screen and (max-width: 1000px) {
  #mainArea .slider img {
    height: 80vh !important;
  }
}

.bx-wrapper img {
  width: 100%;
}

/**/
#nav_global02 {
  display: none !important;
}
@media screen and (max-width: 835px) {
  #nav_global02 {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  #nav_global {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .tab_blk {
    display: none;
  }
}

.btn_Area {
  opacity: 0;
  transition: 1s;
  position: fixed;
  margin: auto;
  z-index: 999;
  right: 0;
  top: 20%;
}
@media screen and (max-width: 1000px) {
  .btn_Area {
    top: 15%;
  }
}

.top_msg {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -85px;
  margin-left: -310px;
}

.scrollin02 .btn_Area {
  opacity: 1;
  transition: 1s;
}
.scrollin02 .top_msg {
  opacity: 1;
  transition: 0.5s;
  position: absolute;
  bottom: 25%;
  left: 1%;
  top: inherit;
  transform: rotate(-10deg);
  margin: 0;
}
@media screen and (max-width: 1800px) {
  .scrollin02 .top_msg {
    width: 42vw;
    bottom: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .scrollin02 .top_msg {
    width: 44vw;
    bottom: 35%;
  }
}
@media screen and (max-width: 835px) {
  .scrollin02 .top_msg {
    width: 48vw;
  }
}
@media screen and (max-width: 641px) {
  .scrollin02 .top_msg {
    width: 58vw;
  }
}
.scrollin02 .scroll {
  opacity: 1;
  transition: 2s;
}

.scroll {
  opacity: 0;
  transition: 2s;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .scroll {
    bottom: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .scroll {
    bottom: 14%;
  }
}
.scroll a {
  padding-top: 55px;
  display: inline-block;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #3c322a;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #3c322a;
  border-radius: 100%;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#scroll_p {
  margin-top: -160px;
  padding-top: 160px;
}

#global_footer {
  background: none !important;
  position: relative;
  z-index: 9;
}

#footer {
  background: #857465;
  padding: 40px 10px;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .footer_container .col_03 {
    margin-bottom: 30px;
  }
}
.nav_footer {
  display: flex;
  width: 900px;
  max-width: 100% !important;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .nav_footer {
    width: 100%;
  }
}
@media screen and (max-width: 835px) {
  .nav_footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 835px) {
  .nav_footer .slash {
    display: none;
  }
}
.nav_footer li {
  flex-grow: 1;
}
@media screen and (max-width: 835px) {
  .nav_footer li {
    border-radius: 5px;
    padding: 10px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 4px solid #eee;
    border-radius: 3px;
  }
  .nav_footer li:active {
    /*ボタンを押したとき*/
    transform: translateY(4px); /*下に動く*/
    border-bottom: none; /*線を消す*/
  }
}
.nav_footer a {
  display: block;
  color: #fff !important;
  font-size: 19px;
}
@media screen and (max-width: 835px) {
  .nav_footer a {
    color: #3c322a !important;
  }
}

#copyright {
  color: #fff;
  background: #857465;
}
@media screen and (max-width: 641px) {
  #copyright {
    padding: 10px 0;
  }
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
}

/* home */
.h01_bg {
  background: url(../images/home/ill_bg.png) no-repeat;
  background-position: top;
  background-size: cover;
  padding: 0 60px;
  padding-bottom: 140px;
}
@media screen and (max-width: 641px) {
  .h01_bg {
    background-position: center;
  }
}
.h01_bg .inner {
  position: relative;
  transform: inherit !important;
}
.h01_bg .inner:before {
  content: "";
  background: url(../images/home/ill01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 15%;
  left: 0;
  width: 180px;
  height: 160px;
}
@media screen and (max-width: 1000px) {
  .h01_bg .inner:before {
    display: none;
  }
}
.h01_bg .inner:after {
  content: "";
  background: url(../images/home/txt01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 15%;
  right: 0;
  width: 300px;
  height: 120px;
  transform: rotate(5deg);
}
@media screen and (max-width: 1000px) {
  .h01_bg .inner:after {
    display: none;
  }
}

.h02_bg {
  background: #f3f1ec;
  padding: 140px 50px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .h02_bg {
    margin-bottom: 220px !important;
  }
}
@media screen and (max-width: 1000px) {
  .h02_bg {
    margin-bottom: 260px !important;
  }
}
.h02_bg .pos_left {
  left: 0;
}
@media screen and (max-width: 800px) {
  .h02_bg .pos_left {
    top: 120%;
  }
}

.h03_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 1400px;
  max-width: 100%;
}
.h03_bg .inner {
  width: 1400px;
  max-width: 100%;
}
.h03_bg .slick-initialized .slick-slide {
  display: block;
  height: 80vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.h04_bg {
  padding: 0 50px;
  background: linear-gradient(0deg, #f3f1ec 0%, #f3f1ec 80%, transparent 50%, #fff transparent);
}
@media screen and (max-width: 800px) {
  .h04_bg {
    margin-bottom: 80px !important;
  }
}
.rellax {
  position: absolute;
  z-index: 999;
}

.h_h2 h2 {
  position: relative;
  font-size: 1.8em;
  margin-bottom: 80px;
}
@media screen and (max-width: 641px) {
  .h_h2 h2 {
    font-size: 1.75em;
  }
}
.h_h2 h2:after {
  content: "";
  background: url(../images/home/dots.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 10px;
}

.h_h202 h2 {
  position: relative;
  font-size: 1.8em;
  display: inline-block;
  padding: 0 100px 0 86px;
  margin-bottom: 40px;
  background: url(../images/home/h2_bg.png) no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media screen and (max-width: 641px) {
  .h_h202 h2 {
    font-size: 1.75em;
  }
}
.h_h202 h2:before {
  content: "";
  background: url(../images/home/right.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  margin: auto;
  width: 70px;
  height: 50px;
}
.h_h202 h2:after {
  content: "";
  background: url(../images/home/left.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
  width: 70px;
  height: 50px;
}

.btn a {
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.6em;
  line-height: 1.4em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.2s, color 0.2s;
  transform: translate(0.5em -0.4em);
  color: #fff !important;
  border: 1px solid #3c322a;
  background: transparent;
  font-size: 1.1em;
}
.btn a:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 0.2s, background-color 0.2s;
  transform: translate(0.6em, -0.3em);
  background-color: rgba(133, 116, 101, 0.8);
}
.btn a:hover {
  transform: translate(0.2em, -0.1em);
  color: #ffffff;
}
.btn a:hover:before {
  background-color: rgba(60, 50, 42, 0.85);
  transition: 0.2s;
}
.btn a:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.btn a:active {
  transition-duration: 0.1s;
  transform: translate(0, 0);
}
.btn a:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(38, 198, 218, 0.5);
}
.btn a:focus {
  color: #26c6da;
  border: 1px solid #26c6da;
}
.btn a:focus:hover {
  color: #ffffff;
}
.btn a:focus:before {
  background-color: rgba(38, 198, 218, 0.5);
}

.btn02 {
  margin-top: 30px;
}
.btn02 a {
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  width: 280px;
  max-width: 100%;
  padding: 0.6em;
  line-height: 1.4em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.2s, color 0.2s;
  transform: translate(0.5em -0.4em);
  color: #fff !important;
  border: 1px solid #3c322a;
  background: transparent;
  font-size: 1.1em;
}
.btn02 a:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 0.2s, background-color 0.2s;
  transform: translate(0.6em, -0.3em);
  background-color: rgba(133, 116, 101, 0.8);
}
.btn02 a:hover {
  transform: translate(0.2em, -0.1em);
  color: #ffffff;
}
.btn02 a:hover:before {
  background-color: rgba(60, 50, 42, 0.85);
  transition: 0.2s;
}
.btn02 a:hover:before {
  transform: translate(-0.4em, 0.4em);
}
.btn02 a:active {
  transition-duration: 0.1s;
  transform: translate(0, 0);
}
.btn02 a:active:before {
  transition-duration: 0.1s;
  transform: translate(0, 0);
  background-color: rgba(38, 198, 218, 0.5);
}
.btn02 a:focus {
  color: #26c6da;
  border: 1px solid #26c6da;
}
.btn02 a:focus:hover {
  color: #ffffff;
}
.btn02 a:focus:before {
  background-color: rgba(38, 198, 218, 0.5);
}

.banner01 {
  justify-content: space-between;
}
@media screen and (max-width: 835px) {
  .banner01 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.banner01 .box {
  width: 49%;
}
@media screen and (max-width: 835px) {
  .banner01 .box {
    width: 100%;
    margin-bottom: 60px;
  }
}

/**/
.rel01 {
  position: relative;
  padding: 340px 0;
}
@media screen and (max-width: 1200px) {
  .rel01 {
    padding: 300px 0;
  }
}
@media screen and (max-width: 1000px) {
  .rel01 {
    padding: 460px 0;
  }
}
.rel01 .pos_right {
  position: absolute;
  right: 0;
  bottom: -40%;
  z-index: 99;
}

.h_flex {
  box-shadow: 3px 3px 15px rgba(238, 238, 238, 0.1);
  margin-right: 11.5%;
  position: absolute;
  top: -15%;
  right: 0;
  display: flex;
  align-items: center;
  background: #fafafa;
}
@media screen and (max-width: 1400px) {
  .h_flex {
    margin-right: 0;
    width: 95% !important;
    left: 0;
    right: 0;
    margin: auto;
    top: -10%;
  }
}
@media screen and (max-width: 1000px) {
  .h_flex {
    flex-direction: column;
    width: 85% !important;
    margin: 0 auto;
    top: -20%;
  }
}
.h_flex h2 {
  margin-bottom: 0;
}
.h_flex .img100 {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .h_flex .img100 {
    width: 55%;
  }
}
@media screen and (max-width: 1000px) {
  .h_flex .img100 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .h_flex .img100 img {
    height: 65vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.h_flex .h_tbl {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .h_flex .h_tbl {
    width: 100%;
    padding: 80px 40px;
  }
}
.h_flex .h_tbl div {
  margin: 0 60px 40px;
}
@media screen and (max-width: 1000px) {
  .h_flex .h_tbl div {
    margin: 0 0 40px;
  }
}
.h_flex .h_tbl td {
  vertical-align: top !important;
}

.mincho div {
  position: relative;
  font-size: 1.1em;
  font-weight: 500;
  color: #3c322a;
  margin-bottom: 80px !important;
  letter-spacing: 2px;
}
.mincho div:after {
  content: "";
  background: url(../images/home/dots.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 10px;
}

/**/
.h_menu {
  position: relative;
}
@media screen and (max-width: 641px) {
  .h_menu {
    flex-direction: column;
  }
}
.h_menu a {
  width: 33.333%;
  overflow: hidden;
  display: block;
  height: 100%;
}
@media screen and (max-width: 641px) {
  .h_menu a {
    width: 100%;
  }
}
.h_menu a:hover img {
  opacity: 1 !important;
  transform: scale(1.3, 1.3);
  transition: all 1s ease;
  filter: blur(0px);
}
.h_menu a img {
  filter: blur(2px);
  transition: all 1s ease;
  width: 100% !important;
}
.h_menu a:nth-child(2) {
  margin-top: 5% !important;
}
@media screen and (max-width: 641px) {
  .h_menu a:nth-child(2) {
    margin-top: 10% !important;
  }
}
.h_menu a:nth-child(3) {
  margin-top: 10% !important;
}
.h_menu .box article {
  position: relative;
}
.h_menu .box article:after {
  content: "";
  background: url(../images/home/shape.png) no-repeat;
  width: 70px;
  height: 20px;
  background-size: contain;
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: auto;
}
.h_menu .box span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 1px 1px 5px #fff;
}
@media screen and (max-width: 1000px) {
  .h_menu .box span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 641px) {
  .h_menu .box span {
    font-size: 7vw;
  }
}
.h_menu .box span img {
  width: auto !important;
  transform: inherit !important;
}
@media screen and (max-width: 800px) {
  .h_menu .box span img {
    width: 15vw !important;
  }
}
@media screen and (max-width: 641px) {
  .h_menu .box span img {
    width: 25vw !important;
  }
}

/**/
.contact_bg {
  background: url(../images/home/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 300px 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .contact_bg {
    background-position: left;
    padding: 80px 50px;
  }
}
.contact_bg .pos_left {
  position: absolute;
  left: 0;
  bottom: -140%;
}
@media screen and (max-width: 641px) {
  .contact_bg .pos_left {
    bottom: -230%;
  }
}
@media screen and (max-width: 600px) {
  .contact_bg .pos_left {
    bottom: -220%;
  }
}
@media screen and (max-width: 521px) {
  .contact_bg .pos_left {
    bottom: -210%;
  }
}
.contact_bg .h_tbl {
  width: 32%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .contact_bg .h_tbl {
    right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .contact_bg .h_tbl {
    right: 0;
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .contact_bg .h_tbl {
    position: static;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 60px 40px;
  }
}
.contact_bg .btn div {
  margin-bottom: 20px;
  position: relative;
}
.contact_bg a {
  padding-left: 50px;
  position: relative;
}
.contact_bg .tel_link {
  position: relative;
}
.contact_bg .tel_link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55px;
  margin: auto;
  background: url(../images/home/tel_icon.png) no-repeat;
  width: 25px;
  height: 20px;
  background-size: contain;
}
.contact_bg .res01 {
  position: relative;
}
.contact_bg .res01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  margin: auto;
  background: url(../images/home/scissors_icon.png) no-repeat;
  width: 25px;
  height: 20px;
  background-size: contain;
}

/*下層*/
.c_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 835px) {
  .c_flex {
    flex-direction: column;
  }
}
.c_flex .img100 {
  width: 24%;
}
@media screen and (max-width: 835px) {
  .c_flex .img100 {
    width: 100%;
    margin-bottom: 40px !important;
  }
}
.c_flex .img100 img {
  width: 100% !important;
}
@media screen and (max-width: 835px) {
  .c_flex .img100 img {
    height: 60vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    font-family: "object-fit: cover;";
    font-family: "object-position: top;";
  }
}
.c_flex .c_tbl {
  width: 74%;
}
@media screen and (max-width: 835px) {
  .c_flex .c_tbl {
    width: 100%;
  }
}
.c_flex .c_tbl dl {
  margin: auto;
  border-bottom: 3px dotted #eee !important;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 835px) {
  .c_flex .c_tbl dl {
    display: block !important;
  }
}
.c_flex .c_tbl dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 60% !important;
}
@media screen and (max-width: 835px) {
  .c_flex .c_tbl dd {
    width: 100% !important;
    text-align: center !important;
  }
}
.c_flex .c_tbl dt {
  display: flex;
  border: none !important;
  background: none !important;
  color: #333 !important;
  width: 40% !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 835px) {
  .c_flex .c_tbl dt {
    padding-left: 10px !important;
    margin-left: 0px !important;
    width: 100% !important;
    display: block !important;
  }
}

.c_h3 h3 {
  padding: 0 90px 0 70px !important;
  display: inline-block;
  position: relative;
  font-size: 1.4em;
  margin-bottom: 40px;
  padding-right: 20px;
}
.c_h3 h3:before {
  content: "";
  background: url(../images/home/right.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  margin: auto;
  width: 70px;
  height: 50px;
}
.c_h3 h3:after {
  content: "";
  background: url(../images/home/left.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
  width: 70px;
  height: 50px;
}

/**/
.c_h302 h3 {
  font-size: 1.4em;
  border-bottom: 1px solid #3c322a !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.c_tbl02 {
  width: 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 835px) {
  .c_tbl02 {
    width: 100%;
  }
}

/**/
.c_flex02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 641px) {
  .c_flex02 {
    flex-direction: column;
  }
}
.c_flex02 .c_tbl02 {
  width: 48%;
}
@media screen and (max-width: 835px) {
  .c_flex02 .c_tbl02 {
    width: 100%;
  }
}
.c_flex02 .c_tbl02 td {
  display: block;
  margin-bottom: 15px !important;
}

.kakomi .c_tbl02 {
  padding: 30px;
  background: #f3f1ec;
}

.voice_table {
  padding: 30px;
  background: #f3f1ec;
}
.voice_table b {
  font-weight: inherit;
  font-size: 1.2em;
}
.voice_table .acc-title b {
  background: #d4c1a9;
  padding: 5px 10px;
  margin-right: 10px;
}
.voice_table .column_txt {
  display: block;
  margin-top: 15px !important;
}
@media screen and (max-width: 641px) {
  .voice_table .column_txt {
    display: block;
  }
}
.voice_table .column_txt b {
  background: #857465;
  padding: 5px 10px;
  margin-right: 10px;
  color: #fff;
}

/**/
.com_tbl {
  padding: 30px;
  background: #f3f1ec;
}
.com_tbl tr {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 835px) {
  .com_tbl tr {
    flex-direction: column;
  }
}
.com_tbl td {
  display: block;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 3px dotted #857465 !important;
}
.com_tbl td:nth-child(odd) {
  width: 29%;
  text-align: center !important;
}
@media screen and (max-width: 835px) {
  .com_tbl td:nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 835px) {
  .com_tbl td:nth-child(odd) div {
    color: #857465;
    font-weight: bold;
  }
}
.com_tbl td:nth-child(even) {
  width: 69%;
}
@media screen and (max-width: 835px) {
  .com_tbl td:nth-child(even) {
    width: 100%;
    text-align: center !important;
    display: block;
    padding-bottom: 20px !important;
  }
}

.map_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 835px) {
  .map_flex {
    flex-direction: column;
  }
}
.map_flex .map01 {
  width: 68%;
}
@media screen and (max-width: 835px) {
  .map_flex .map01 {
    width: 100%;
    margin-bottom: 60px;
  }
}
.map_flex .fancybox {
  width: 28%;
}
@media screen and (max-width: 835px) {
  .map_flex .fancybox {
    width: 100%;
  }
}

.gallery {
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery .box {
  width: 24%;
}
@media screen and (max-width: 835px) {
  .gallery .box {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 641px) {
  .gallery .box {
    width: 48%;
    margin-bottom: 4%;
  }
}
.gallery .box img {
  width: 100% !important;
}

.cam_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 835px) {
  .cam_flex {
    flex-direction: column;
  }
}
.cam_flex .img100 {
  width: 38%;
}
@media screen and (max-width: 835px) {
  .cam_flex .img100 {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cam_flex .c_tbl {
  width: 58%;
}
@media screen and (max-width: 835px) {
  .cam_flex .c_tbl {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 641px) {
  .spLeft div {
    text-align: left !important;
  }
}

.campaign_01 {
  background: rgba(133, 116, 101, 0.5);
  padding: 25px;
}

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