@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
@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");
}
* {
  -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: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #111;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.8rem;
  }
}

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

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

h1, h2, h3, h4 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}

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

#main, #main {
  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: 1024px) {
  .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: 1024px) {
  .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;
}

.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: 1024px) {
  .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 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*下層ブログ*/
@media screen and (max-width: 834px) {
  .h_blog:not(:last-child) {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .h_blog .blog {
    padding-bottom: 0 !important;
  }
}
.h_blog .blog_photo {
  float: left;
  margin-right: 20px !important;
}
@media screen and (max-width: 834px) {
  .h_blog .blog_photo {
    float: none;
    text-align: center;
  }
}
.h_blog .blog_detail {
  font-size: 1em !important;
}
.h_blog article.blog div.blog_date {
  border: 1px solid;
  display: inline-block;
  padding: 3px 10px 0;
  margin-bottom: 15px;
}
.h_blog h3 {
  font-size: 1.4em !important;
  background: url(../images/home/contact_bg.jpg) right center;
  color: #fff !important;
  padding: 15px;
  padding-left: 60px;
  position: relative;
}
.h_blog h3:before {
  content: "";
  background: url(../images/home/icon3.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .h_blog div.blog_list {
    flex-wrap: wrap;
  }
}

/*blog本体*/
.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 100px;
}
.blog .pages {
  text-align: left !important;
}
.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}
@media screen and (max-width: 1024px) {
  .blog aside {
    min-width: 100% !important;
  }
}
.blog aside li {
  line-height: 30px;
}
.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #c67052;
  margin-bottom: 20px;
}
.blog #contents article {
  margin-bottom: 60px;
}
.blog #contents {
  width: 95%;
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}
.blog #contents > dl {
  border-bottom: 1px solid #333 !important;
  margin: 0;
  margin-bottom: 30px;
}
.blog a {
  font-weight: inherit !important;
}
.blog .translate {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 1.2em;
}
.blog #contents dd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 !important;
  flex-wrap: wrap;
}
.blog .date {
  color: #fff !important;
  font-weight: 500;
  padding: 0 10px;
  background: #c67052;
  margin-bottom: 10px !important;
  display: inline-block !important;
  letter-spacing: 0;
  width: inherit !important;
}
.blog dt span {
  letter-spacing: 3px;
  color: #333 !important;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 30px;
}
.blog .translate {
  position: relative;
  transition: 0.5s;
  text-decoration: none !important;
}
.blog .translate:hover {
  color: #e2ac63 !important;
  transition: 0.5s;
  text-decoration: none !important;
}
.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}
.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin: 20px 0;
}
.blog img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !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: 100% !important;
  margin: 0 auto !important;
}
.blog h1, .blog h2 {
  font-size: 1.4em;
  border-bottom: 4px solid #eee;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  line-height: 1.8;
  padding-bottom: 10px;
}
.blog a {
  color: #e2ac63 !important;
}
@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}
.blog input[type=text], .blog input[type=password], .blog textarea {
  width: 50% !important;
}

.flex {
  flex-wrap: wrap;
}

/*下層ページのブログ表示*/
section div#contents > dl ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

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

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 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%;
  display: none;
}
@media screen and (max-width: 1024px) {
  div.blog_list div.blog_photo {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  div.blog_list div.blog_photo {
    text-align: center;
  }
}

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #e2ac63;
  margin-bottom: 0;
  display: block;
  font-weight: 600;
  text-align: left;
}

div.blog_list h3 {
  margin-bottom: 0;
  color: #333;
  font-size: 1.1em;
  display: block;
  text-align: left;
}

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

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .blog article div {
    text-align: center;
  }
}

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

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

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

div.blog_list div.blog_text {
  font-size: 1em;
  width: 100%;
  padding: 0 !important;
  border-bottom: 3px dotted #eee;
  padding-bottom: 20px !important;
  margin-bottom: 20px;
}

div.blog_list > div {
  border-bottom: none;
}

.blog_list div.detail {
  margin-top: 10px;
  text-align: left;
}

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

/*パンくず*/
.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
  }
}

.pan1 a {
  color: #000;
}

.pankuzu {
  text-align: left;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
}
.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  color: #999 !important;
}
@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .style_form {
    text-align: center;
  }
}

/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

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

.nf_btn a {
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}
.nf_btn a:hover {
  background: #e2ac63;
  color: #fff !important;
}

/*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*/
.mean-nav span {
  display: block; /*menuの小文字*/
}

/**/
/* 「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」を適用する箇所 */
/*マージン*/
.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;
}

/*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: rgba(198, 112, 82, 0.9);
  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: 1024px) {
  .sub_menu {
    display: none;
    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: 1024px) {
  .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;
}

/*地図*/
.map01 {
  height: 100%;
}
.map01 iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .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: 1024px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

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

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-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: 400px;
    overflow-y: scroll;
  }
}

/**/
/*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;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.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;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto !important;
}
.infiniteslide ul li {
  height: auto !important;
  display: inline-block;
  margin: 0 20px !important;
}
@media screen and (max-width: 1024px) {
  .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;
}

/*insta*/
.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;
}
.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: 640px) {
  .insta div.sns_list div {
    width: 48% !important;
    margin-bottom: 2%;
  }
}
.insta .sns_text {
  display: none !important;
  padding: 0 !important;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

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

.c_insta div.sns_list div.sns_text {
  font-size: 1em !important;
}
.c_insta div.sns_list > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c_insta .sns_list {
  border: none !important;
}
.c_insta div.sns_list > div {
  border-bottom: 1px solid #c67052 !important;
}
.c_insta .sns_date {
  border: 1px solid;
  padding: 3px 10px 0;
  margin-bottom: 15px !important;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1em !important;
}

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

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

.block {
  display: block !important;
}

/*画像*/
@media screen and (max-width: 1024px) {
  .img100 {
    text-align: center;
  }
}

.img img {
  box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 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: 640px) {
  .pc {
    display: none;
  }
}

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

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

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

@media screen and (max-width: 640px) {
  .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: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

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

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

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

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

.voice_table {
  border: 1px solid #fff;
}
.voice_table b {
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2em;
}
.voice_table .acc-title {
  padding: 20px !important;
  background: #c67052;
  color: #fff;
  position: relative;
}
.voice_table .acc-title:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 50px;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title:after {
    display: none;
  }
}
.voice_table .acc-title > div {
  padding-left: 50px !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title > div {
    padding-left: 40px !important;
  }
}
.voice_table .acc-title:hover {
  cursor: pointer;
}
.voice_table .acc-title b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title b {
    left: 0;
  }
}
.voice_table .column_txt {
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}
.voice_table .column_txt > div {
  padding-left: 50px !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt > div {
    padding-left: 40px !important;
  }
}
.voice_table .column_txt b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #c67052;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt b {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .voice_table tr {
    display: block !important;
  }
}
.voice_table td {
  width: 100%;
  display: block;
}

/*ふわふわと上下に動く*/
.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;
}

/*ハンバーガーメニュー03*/
.open #nav-toggle:before {
  transition: 2s;
  content: "close";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 0.65em;
  font-weight: 600;
  color: #c67052;
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1200px) {
  #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: 25px;
  font-size: 0.65em;
  font-weight: 600;
  color: #c67052;
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #c67052;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 3px;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #e2ac63;
}
.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: 9999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  padding: 0 120px;
  overflow: auto;
  background: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav nav {
  width: 100%;
}
#gloval-nav .h_logo {
  margin-bottom: 10px;
}
#gloval-nav .h_contact {
  margin-bottom: 20px;
}

#gloval-nav a, #gloval-nav ul li > span {
  display: block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #111 !important;
  text-decoration: none;
  padding: 15px 0;
  transition: color 0.6s ease;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  #gloval-nav a, #gloval-nav ul li > span {
    font-size: 1em;
  }
}
#gloval-nav a span, #gloval-nav ul li > span span {
  color: #e2ac63 !important;
  font-size: 0.5em;
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  display: block;
}
#gloval-nav a:hover, #gloval-nav ul li > span:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
  background-size: contain;
  background-position: center;
}
#gloval-nav ul li {
  opacity: 0;
  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;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}

/* 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;
}
.clone-nav .header_container {
  padding: 20px 40px;
}
.clone-nav .header_container > div {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .clone-nav {
    display: none !important;
  }
}

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

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

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

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

.acc {
  color: #e2ac63;
}
.acc div {
  color: #e2ac63;
}

.bold div {
  font-weight: bold;
}

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

/*フェードで出現*/
.fadein {
  opacity: 0;
  transform: translate(0) !important;
  transition: all 0.5s !important;
  display: block !important;
}

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

/**/
@media screen and (max-width: 640px) {
  .form_wrap dl {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .form_wrap dt, .form_wrap dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .form_wrap dt {
    border-right: 1px solid #ccc !important;
  }
}

.c_contactArea {
  background: #eee;
  padding: 20px;
}
.c_contactArea .contact_form {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}
.c_contactArea .contact_form dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.c_contactArea .contact_form dt {
  color: #333;
  border: none !important;
  position: relative;
  background: none !important;
}
.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
}

.submit_l, .submit_r {
  float: none !important;
}

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

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
}
@media screen and (max-width: 1024px) {
  #local-keyvisual {
    padding: 120px 0;
  }
}
@media screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 100px 0;
  }
}

#local-keyvisual h1, .blog_ttl {
  z-index: 1;
  position: relative;
  color: #111;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.95);
  font-size: 2.8em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 640px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 1.8em;
  }
}

#local-keyvisual h1 span, .blog_ttl span {
  display: block;
  color: #c67052;
  font-size: 0.3em;
  margin-top: -15px;
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

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

/**/
@keyframes fwfw {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/**/
/*loading*/
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #efebe2;
  z-index: 999999999;
}

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

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

.animsition-overlay-slide {
  background-color: #c67052 !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: 1024px) {
  .sample-one.sample-animation img {
    animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.sample-one img {
  opacity: 0;
}

.sample-one.sample-animation {
  animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.sample-one:before {
  width: 100%;
}

@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 2s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

@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: 2s 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.sample-one {
  opacity: 1 !important;
}

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

/*バイリンガル*/
#builingual {
  position: fixed !important;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 8px !important;
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
    justify-content: center !important;
  }
}

/**/
.inview {
  position: relative;
  overflow: hidden;
}

.inview::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #e2ac63;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.8s;
}

.inview img {
  opacity: 0;
  transition: 0.2s 0.2s;
}

/* 可視範囲に入ったとき */
.inview.show::after {
  left: 100%;
}

.inview.show img {
  opacity: 1;
}

/*news_dlリスト*/
.newswrap {
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 50px 20px;
  border-bottom: 3px solid #eee;
  border-top: 3px solid #eee;
}
.newswrap > div {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
  height: 250px;
  overflow-y: auto;
}
.newswrap dl {
  align-items: center !important;
  margin: auto;
  padding: 0 20px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee !important;
  justify-content: space-between !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dl {
    padding: 0 0 10px;
    display: block !important;
  }
}
.newswrap dl:last-child {
  border-bottom: none !important;
}
.newswrap dd {
  font-size: 14px;
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 80% !important;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}
.newswrap dt {
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  border: none !important;
  background: none !important;
  color: #c67052 !important;
  width: 15% !important;
  text-align: center !important;
  border-right: none !important;
  align-items: center !important;
  border: 1px solid !important;
  padding: 3px 0 !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    padding: 0 !important;
    text-align: center !important;
    border: none !important;
  }
}
@media screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*会社概要等*/
.info01 {
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.3);
  padding: 40px 80px 70px;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .info01 {
    padding: 40px 40px 70px;
  }
}
@media screen and (max-width: 640px) {
  .info01 {
    padding: 20px;
  }
}
.info01 label {
  position: static;
}
.info01 dt {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  padding: 10px !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .info01 dt {
    align-items: flex-start !important;
    text-align: left !important;
  }
}
.info01 dt:before {
  content: "";
  background: #ccc;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.info01 dd {
  font-size: 0.9em;
  color: #333;
  border: none !important;
  border-bottom: 1px solid #eee !important;
  padding: 20px !important;
  padding-left: 40px !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .info01 dd {
    text-align: left;
    padding-left: 10px !important;
    border-bottom: none !important;
  }
}
.info01 a {
  color: #e2ac63 !important;
}
.info01 b {
  background: #c67052;
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 0.9em;
}
@media screen and (max-width: 1200px) {
  .info01 b {
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
  }
}

.imgtxt {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .imgtxt {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.imgtxt img {
  width: 38% !important;
  margin-left: 2% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 834px) {
  .imgtxt img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 2%;
  }
}
.imgtxt div {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .imgtxt div {
    width: 100%;
  }
}

.imgtxt2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .imgtxt2 {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.imgtxt2 .img1 {
  text-align: center !important;
  width: 38% !important;
  margin-left: 2% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 834px) {
  .imgtxt2 .img1 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 4%;
  }
}
.imgtxt2 div {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .imgtxt2 div {
    width: 100%;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

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

.title {
  display: none;
}

.box {
  overflow: inherit !important;
}

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

.flex {
  flex-wrap: wrap;
}

/*サムネ付きスライダー*/
.slidebox img {
  width: 90% !important;
  margin: 0 auto;
}
.slidebox .slick-dots {
  position: static !important;
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 0 !important;
}
.slidebox .slick-dots li {
  width: 19% !important;
  margin: 0 !important;
  margin-right: 1% !important;
  margin-bottom: 1% !important;
  height: auto;
}
.slidebox .slick-dots li img {
  width: 100% !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

/*フローチャート1*/
.flow02 {
  border: 1px solid #e2ac63;
  border-bottom: 1px;
  height: 100%;
}
.flow02 .flow_flex {
  padding: 40px !important;
  border-bottom: 1px solid #e2ac63;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow02 .flow_flex {
    flex-direction: wrap;
  }
}
.flow02 .flow_flex::before, .flow02 .flow_flex::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .flow02 .flow_flex::before, .flow02 .flow_flex::after {
    left: 50%;
    bottom: 0;
  }
}
.flow02 .flow_flex::before {
  border-width: 21px;
  border-top-color: #e2ac63;
}
.flow02 .flow_flex::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow02 .flow_flex:last-child::before, .flow02 .flow_flex:last-child::after {
  display: none;
}
.flow02 .flow_flex {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow02 .box {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .flow02 .box {
    width: 100% !important;
  }
}
.flow02 .box:nth-child(1) {
  width: 100%;
  font-size: 1.6em;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #e2ac63;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .flow02 .box:nth-child(1) {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
  .flow02 .box:nth-child(1) {
    font-size: 1.15em;
  }
}
.flow02 .box:nth-child(1) span {
  background: #e2ac63;
  color: #fff;
  font-size: 0.7em;
  padding: 3px 18px 4px;
  margin-right: 20px;
  border-radius: 30px;
}
.flow02 .box:nth-child(2) {
  width: 100%;
  text-align: left;
}
.flow02 .box:nth-child(3) {
  width: 50%;
  margin-top: 30px;
  text-align: center;
}
.flow02 .box:nth-child(4) {
  width: 50%;
  margin-top: 30px;
  text-align: center;
}
.flow02 .tel_link {
  color: #111 !important;
  font-size: 2em;
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  .flow02 .time1 {
    display: block;
  }
}
.flow02 .h_contact {
  margin-right: 0 !important;
}
.flow02 .h_contact a {
  width: 300px;
  margin: 0 auto;
  font-size: 1.4em;
  padding: 15px 0;
}

/*フローチャート2*/
.flow01 {
  position: relative;
}

.flow01 {
  margin-bottom: 40px;
}

.flow01::before {
  content: "";
  height: 70px;
  display: block;
  border-left: 5px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

.flow01 dl {
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #c67052;
  position: relative;
  flex-direction: column !important;
}

.flow01 dl::before,
.flow01 dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.flow01 dl::before {
  border-width: 22px;
  border-top-color: #c67052;
}

.flow01 dl::after {
  border-width: 21px;
  border-top-color: #fafafa;
}

.flow01 dl dt {
  padding: 10px !important;
  text-align: center !important;
  background: rgba(198, 112, 82, 0.8) !important;
  border: none !important;
  color: #fff !important;
  width: 100% !important;
  padding: 10px !important;
  align-items: center !important;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 5px;
}
@media screen and (max-width: 640px) {
  .flow01 dl dt {
    font-size: 1em;
    letter-spacing: 3px;
  }
}

.flow01 dl dd {
  padding: 10px !important;
  text-align: center;
  border: none !important;
  width: 100% !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .flow01 dl dd {
    text-align: left !important;
  }
}
.flow01 dl dd b {
  display: block;
  font-size: 1.4em;
  margin: 30px 0;
}
.flow01 dl dd span {
  margin-right: 20px !important;
  line-height: inherit !important;
  display: inline-block;
  color: #fff !important;
  font-size: 1.6em;
  background: #c67052;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-weight: 600;
  padding-left: 60px;
}
.flow01 dl dd span:nth-child(2) {
  position: relative;
}
.flow01 dl dd span:nth-child(2):before {
  content: "\f1e4";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
}
.flow01 dl dd span:nth-child(3) {
  position: relative;
}
.flow01 dl dd span:nth-child(3):before {
  content: "\f1ac";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
}
.flow01 dl dd span a {
  color: #fff !important;
  font-weight: 600;
}

.last dl::after, .last dl::before {
  border: none !important;
}

.first::before {
  border: none !important;
}

.slick-slide {
  outline: none;
}

/*ショッピング*/
div.under ul li {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  div.under ul li {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  div.under ul li {
    width: 48%;
  }
}

div.select > select {
  line-height: normal !important;
}

div.under ul li a {
  width: auto;
}

div.items {
  margin-left: 0 !important;
}

div.items > article {
  margin: 1% !important;
  margin-bottom: 10px !important;
  width: 23% !important;
  border: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  div.items > article {
    width: 31% !important;
  }
}
@media screen and (max-width: 640px) {
  div.items > article {
    width: 48% !important;
  }
}

div.items > article a.photo {
  width: 100% !important;
  overflow: hidden;
}

.price, div.item_view h2, #sumcart h2, #sumcart div.sum dl.sum_price dd, #sumcart div.sum p.sum_count, section div.purchase h2, section div.purchase h3, section div.purchase.confirm dl.total.amount dd p {
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

section div.purchase h2 {
  padding-bottom: 10px;
}

div.item_view h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

div.items > article button {
  display: none;
}

button.addcart, div.search form, section div.purchase button {
  border-radius: 0 !important;
}

div.item_view > ul li a {
  border-radius: 0 !important;
  background: #eee !important;
}

div.item_view h2 span {
  display: none;
}

.item div.photo {
  margin-left: 0 !important;
  flex-direction: column !important;
}
@media screen and (max-width: 1024px) {
  .item div.photo {
    flex-direction: row !important;
  }
}

div.item_view {
  margin-left: 40px !important;
}
@media screen and (max-width: 1024px) {
  div.item_view {
    margin-left: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

div.photo div.large img {
  width: 100% !important;
}

div.item_view div.struct {
  flex-wrap: wrap;
}
div.item_view div.struct .sku {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  div.item_view div.struct .sku {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  div.item_view div.struct .sku {
    width: 100%;
  }
}
div.item_view div.struct .item_option {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  div.item_view div.struct .item_option {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  div.item_view div.struct .item_option {
    width: 100%;
    margin-top: 20px;
  }
}

div.items > article a.photo {
  height: 200px !important;
}
@media screen and (max-width: 1024px) {
  div.items > article a.photo {
    height: 190px !important;
  }
}
@media screen and (max-width: 640px) {
  div.items > article a.photo {
    height: 180px !important;
  }
}

header#global_header {
  max-width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  header#global_header {
    padding: 0 20px;
  }
}
header#global_header .clearfix:after {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  header#global_header #nav_global {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .h_contact span {
    padding-left: 0;
  }
}

#header {
  background: #fff !important;
}

.header_container {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
}
@media screen and (max-width: 640px) {
  .header_container {
    padding: 12px 0;
  }
}
.header_container .col_01 {
  text-align: left;
  width: 15%;
}
@media screen and (max-width: 1200px) {
  .header_container .col_01 {
    width: 50%;
  }
}
.header_container .col_02 {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .h_contact {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .h_contact {
    margin-right: 50px;
  }
}
.h_contact a {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 215px;
  max-width: 100%;
  border: 1px solid #111;
  justify-content: center;
  padding: 5px 0;
  margin-left: 80px;
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 0.6em;
  line-height: 1.6;
}
.h_contact a img {
  height: 100%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
.h_contact a span {
  padding-left: 10px;
  color: #111 !important;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1400px) {
  .h_contact a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .h_contact a {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .h_contact a {
    width: unset;
    padding: 5px;
    font-size: 0.4em;
  }
  .h_contact a span {
    font-size: 1rem;
  }
}

.nav_cart {
  position: relative;
  left: 30px;
  margin-right: 30px;
}
.nav_cart img {
  margin-bottom: 5px;
}
.nav_cart:before {
  content: "";
  width: 1px;
  height: 25px;
  background: #555;
  transform: rotateZ(30deg);
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}

#nav_global ul {
  width: 700px;
  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, #nav_global ul li > span {
  color: #111 !important;
  display: inline-block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
#nav_global ul li a::after, #nav_global ul li > span::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #c67052;
  transition: all 0.3s ease 0s;
  display: block;
}
@media screen and (max-width: 1024px) {
  #nav_global ul li a::after, #nav_global ul li > span::after {
    display: none;
  }
}
#nav_global ul li a:hover, #nav_global ul li > span:hover {
  cursor: pointer;
}
#nav_global ul li a:hover::after, #nav_global ul li > span:hover::after {
  width: 100%;
}
#nav_global ul li a span, #nav_global ul li > span span {
  display: block;
  font-size: 0.6em;
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #e2ac63;
  margin-top: -5px;
}

@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
#mainArea {
  position: relative;
}
#mainArea img {
  width: 100%;
  height: 82.5vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1024px) {
  #mainArea img {
    height: 60vh !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    height: 50vh !important;
  }
}
#mainArea h1 {
  writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14vw;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.95);
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 42px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #mainArea h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1200px) {
  #mainArea h1 {
    left: 12vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainArea h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  #mainArea h1 {
    left: 6vw;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea h1 {
    font-size: 26px;
    left: 4vw;
  }
}

/**/
.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

#global_footer {
  background: none !important;
  border-bottom: 15px solid #c67052;
}

#footer {
  background: #fff;
  padding: 0 20px;
}
#footer #nav_global {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin-bottom: 50px;
}
#footer #nav_global ul {
  width: 850px;
}

.footer_container .col_03 .f_logo {
  margin-bottom: 30px;
}
.footer_container .col_03 .f_info {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 13px;
}
.footer_container .col_03 .h_contact {
  margin: 40px auto 60px;
}
.footer_container .col_03 .h_contact a {
  width: 275px;
  margin: 0 auto;
  font-size: 1.2em;
  padding: 12px 0;
}

@media screen and (max-width: 1024px) {
  .nav_footer {
    flex-wrap: wrap;
    justify-content: center;
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .nav_footer li {
    flex-grow: inherit !important;
    width: 48%;
    max-width: 100%;
    margin: 0 1% 2%;
    background: #fff;
    border: 1px solid;
  }
}
@media screen and (max-width: 640px) {
  .nav_footer li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nav_footer li:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }
}
@media screen and (max-width: 1024px) {
  .nav_footer li a {
    display: block !important;
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .nav_footer .nav_cart {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .nav_footer .nav_cart:before {
    display: none;
  }
}

#copyright {
  color: #111;
  letter-spacing: 0;
  font-size: 12px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  margin-bottom: 40px;
}

.cont_h2 {
  margin-bottom: 40px;
}
.cont_h2 h2 {
  font-size: 1.8em;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .cont_h2 h2 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 600px) {
  .cont_h2 h2 {
    font-size: 1.5em;
  }
}
.cont_h2 h2:before {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #c67052 0%, #e2ac63 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.cont_h3 {
  margin-bottom: 10px;
}
.cont_h3 h3 {
  font-size: 1.4em;
  position: relative;
  padding-left: 40px;
}
.cont_h3 h3:before {
  content: "\f53f";
  position: absolute;
  top: 0;
  left: 0;
  color: #c67052;
  font-family: "Font Awesome 5 Duotone";
  font-size: 1.2em;
}
.cont_h3 h3:after {
  content: "\10f53f";
  position: absolute;
  top: 0;
  left: 0;
  color: #efebe2;
  font-family: "Font Awesome 5 Duotone";
  font-size: 1.2em;
}

.c_flex {
  display: flex;
  margin-left: 1%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .c_flex {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.c_flex > div {
  width: 49%;
  margin-right: 1%;
}
@media screen and (max-width: 1024px) {
  .c_flex > div {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c_flex > div:not(:last-child) {
    margin-bottom: 4%;
  }
}

.c_tbl td {
  border: 1px solid #ccc !important;
  text-align: center;
}
.c_tbl .col1 {
  background: #eee;
}

.cont_h302 h3 {
  font-size: 1.2em;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.paytxt .ttl2 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

.c_contact {
  margin-left: 1%;
}
@media screen and (max-width: 1024px) {
  .c_contact {
    margin-left: 0;
  }
}
.c_contact .box {
  width: 49%;
  margin-right: 1%;
}
@media screen and (max-width: 1024px) {
  .c_contact .box {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c_contact .box:not(:last-child) {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .c_contact .box:not(:last-child) {
    margin-bottom: 4%;
  }
}
.c_contact .tel_link {
  color: #111 !important;
  font-size: 2em;
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  .c_contact .time1 {
    display: block;
  }
}
.c_contact .h_contact a {
  width: 500px;
  margin: 0 auto;
  font-size: 1.4em;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .c_contact .h_contact a {
    margin: 0;
  }
}

.btn02 a {
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  display: inline-block;
  width: 25%;
  height: 45px;
  border: 1px solid #e2ac63;
  text-align: center;
  margin-right: 20px;
  padding-top: 7px;
  position: relative;
  transition: 0.3s;
}
.btn02 a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #e2ac63;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  transition: 0.3s;
}

.btn02 a:hover {
  color: white;
  background-color: #e2ac63;
}
.btn02 a:hover::before {
  color: white;
}

.btn02 div {
  display: flex;
}

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

.cont1 {
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #efebe2 20%, #efebe2 100%);
}

.h_h2 {
  margin-bottom: 50px;
}
.h_h2 h2 {
  font-size: 32px;
}
.h_h2 h2 span {
  display: block;
  font-family: "Lora", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #c67052;
  font-size: 0.45em;
}

.h_cat1, .h_ban {
  justify-content: center;
  margin-left: 1%;
}
.h_cat1 a, .h_ban a {
  width: 19%;
  position: relative;
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .h_cat1 a, .h_ban a {
    width: 24%;
  }
}
@media screen and (max-width: 834px) {
  .h_cat1 a, .h_ban a {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .h_cat1 a, .h_ban a {
    width: 49%;
  }
}
.h_cat1 a:before, .h_ban a:before {
  content: "";
  background: url(../images/home/flame.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-size: contain;
  background-position: center;
  z-index: 10;
}
.h_cat1 a:after, .h_ban a:after {
  content: "";
  background: url(../images/home/flame.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  background-size: contain;
  background-position: center;
  z-index: 10;
  transform: rotate(-180deg);
}
.h_cat1 a:hover img, .h_ban a:hover img {
  transform: scale(1.3);
  opacity: 1 !important;
}
.h_cat1 a:hover .box:before, .h_ban a:hover .box:before {
  transform: translateX(-20px);
  transition: 0.5s;
}
.h_cat1 a img, .h_ban a img {
  width: 100% !important;
}
.h_cat1 a h3, .h_ban a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff !important;
}
.h_cat1 .box, .h_ban .box {
  position: relative;
}
.h_cat1 .box:before, .h_ban .box:before {
  content: "";
  transition: 0.5s;
  background: url(../images/home/arrow.png) no-repeat;
  width: 61px;
  height: 9px;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.cont2 {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .cont2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cont2 {
    flex-wrap: wrap;
  }
}
.cont2 > div {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .cont2 > div {
    width: 100%;
  }
}
.cont2 .h_h2 {
  margin-bottom: 0;
}
.cont2 .img100 img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1024px) {
  .wr01 {
    flex-wrap: wrap-reverse;
  }
}

.h_box1 {
  padding: 80px 100px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .h_box1 {
    padding: 80px 20px;
  }
}
.h_box1 .box {
  width: 100%;
}
.h_box1 .box:not(:last-child) {
  margin-bottom: 40px;
}
.h_box1 .box:nth-child(2) {
  margin-bottom: 60px;
}
.h_box1 h2 {
  position: relative;
  border-bottom: 3px solid #eee;
  padding-bottom: 30px;
}
.h_box1 h2:before {
  content: "";
  background: url(../images/home/num01.png) no-repeat;
  background-size: contain !important;
  width: 132px;
  height: 94px;
  position: absolute;
  top: -10px;
  left: 0;
}
.h_box1 h2 span {
  display: inline-block;
  margin-left: 20px;
}
.h_box1 .btn {
  padding-left: 0;
}
.h_box1:nth-child(2) h2:before {
  background: url(../images/home/num02.png) no-repeat;
  width: 155px;
  height: 79px;
}

.btn {
  display: inline-block;
  padding: 0 50px 10px;
  position: relative;
  color: #111 !important;
  border-bottom: 1px solid;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.btn:hover {
  color: #c67052 !important;
}
.btn:before {
  content: "\f105";
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.cont3 {
  background: #efebe2;
}

.h_ban a {
  width: 31%;
}
@media screen and (max-width: 1024px) {
  .h_ban a {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .h_ban a {
    width: 100%;
    margin-bottom: 4%;
  }
}
.h_ban h3 {
  font-size: 1.2em;
}
.h_ban h3 span {
  display: block;
  color: #e2ac63;
  font-size: 0.6em;
}

/* title */