@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/*フォント*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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 !important;
  font-size: 18px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px !important;
  }
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

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

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

#contents_wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #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.75000%;
  }
}

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

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .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: 834px) {
  .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: 10px !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: 834px) {
  .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: 960px;
  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: 640px) {
  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;
}
@media screen and (max-width: 834px) {
  .blog .detail {
    text-align: left !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%;
  }
}
@media screen and (max-width: 834px) {
  .blog article div {
    width: 100%;
  }
}
.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: 5px;
  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: 834px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
}
.blog a {
  color: #6b4043 !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;
}
.blog #TRANS_BT22 {
  font-size: 20px;
}

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

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

@media screen and (max-width: 834px) {
  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;
}

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

section div#contents article ul {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

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: 834px) {
  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: #fae3d9;
  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: 834px) {
  div.blog_list {
    flex-direction: row;
  }
}

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

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

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

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

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

/*パンくず*/
.pankuzu {
  margin-top: 10px;
  margin-bottom: 60px;
}
.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: 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;
  }
}

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: 834px) {
  .nf_title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.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: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .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: #555 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid #6b4043;
  border-radius: 3px;
  width: 300px;
  display: block;
  padding: 15px 0;
}

/*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: 834px) {
  #nav_global {
    display: none;
  }
}

#nav_global02 {
  display: none;
}
@media screen and (max-width: 834px) {
  #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;
}

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

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

.mean-nav span {
  display: block;
}
@media screen and (max-width: 640px) {
  .mean-nav span {
    font-size: 12px;
  }
}

/*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 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*footer上部の線*/
footer#global_footer {
  background-color: #fff !important;
}

/*ニュースエリアを囲むクラス...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(209, 186, 140, 0.8) !important;
  border-radius: 10px;
  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: 834px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !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: 834px) {
  .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: 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: 834px) {
  .modaal-content-container {
    height: 400px;
    overflow: auto;
  }
}

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: 640px) {
  .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: 640px) {
  .loop_wrap ul li {
    width: 200px;
  }
}

/*news_dlリスト*/
.news_bg {
  background: url(../images/home/news_bg.jpg) no-repeat !important;
  background-position: center center;
  background-size: contain !important;
  padding: 40px 0;
  box-shadow: 5px 5px 8px rgba(204, 204, 204, 0.1);
}
@media screen and (max-width: 1000px) {
  .news_bg {
    background: #fff !important;
    padding: 20px 0;
  }
}

.newswrap {
  height: 260px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  padding: 10px 0;
}
.newswrap dl {
  margin-bottom: 10px;
  border-bottom: 3px #eee dotted;
  margin: 0 35px 10px 35px;
}
@media screen and (max-width: 834px) {
  .newswrap dl {
    display: block !important;
  }
}
.newswrap dd {
  padding: 10px 0 !important;
  text-align: left !important;
  border: none !important;
  font-size: 16px !important;
}
.newswrap dt {
  font-size: 16px !important;
  border: none !important;
  background: #fff !important;
  color: #333 !important;
  width: 20% !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !important;
  padding-left: 20px !important;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .newswrap dt {
    padding-left: 0px !important;
    margin-left: 0px !important;
    width: 20% !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*respon_news*/
.news_bg .scroll {
  height: 150px;
  overflow: auto;
}
.news_bg .scroll td:nth-child(odd) {
  width: 25%;
}
.news_bg .scroll td:nth-child(even) {
  width: 100%;
}

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

/*hover*/
.btn a:hover {
  -webkit-animation: .3s;
  animation: zoom .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: 834px) {
  .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: 640px) {
  .insta {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.insta div.sns_list {
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
}
.insta div.sns_list div {
  border-bottom: none !important;
  width: 16% !important;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .insta div.sns_list div {
    width: 33.3% !important;
  }
}
@media screen and (max-width: 640px) {
  .insta div.sns_list div {
    width: 50% !important;
  }
}
.insta .sns_text {
  display: none !important;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
  height: 140px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1000px) {
  .insta img {
    height: 130px !important;
  }
}
@media screen and (max-width: 834px) {
  .insta img {
    height: 230px !important;
  }
}
@media screen and (max-width: 640px) {
  .insta img {
    height: 250px !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: 640px) {
  .instagram {
    margin-bottom: 40px;
  }
}
.instagram img {
  width: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}

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

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

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !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: 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: 834px) {
  .tab_none {
    display: none;
  }
}

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

@media screen and (max-width: 640px) {
  .imgL {
    float: none;
    margin-right: 0px;
    max-width: 100% !important;
  }
}

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

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

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

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

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

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

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

.mail_form dl dd {
  text-align: left !important;
}

/*バウンド*/
/*ふわふわと上下に動く*/
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  color: #fff;
  background: #fff;
}

.zdo_drawer_menu .zdo_drawer_button.active {
  color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #555;
}

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

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

.header_container {
  margin: 10px 0 10px;
}
@media screen and (max-width: 720px) {
  .header_container {
    padding-right: 0;
  }
}
.header_container .col_01 {
  float: left;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    float: none;
  }
}
@media screen and (max-width: 720px) {
  .header_container .col_01 {
    padding-right: 30px;
    margin-bottom: 10px;
  }
}
.header_container .col_02 {
  float: right;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .header_container .col_02 {
    margin-right: 0;
    float: none;
    justify-content: center;
  }
}
.header_container .col_02 .h_contact {
  margin-right: 15px;
}
@media screen and (max-width: 834px) {
  .header_container .col_02 .h_contact {
    margin-right: 10px;
  }
}
.header_container .col_02 .h_contact b {
  font-weight: normal;
  color: #d1ba8c;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1.4em;
  padding-left: 5px;
}
@media screen and (max-width: 834px) {
  .header_container .col_02 .h_contact b {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact b {
    display: none;
  }
}
.header_container .col_02 .h_tel b {
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .header_container .col_02 .h_tel b {
    padding-bottom: 5px;
  }
}
.header_container .col_02 .h_tel a {
  color: #d1ba8c !important;
  font-size: 1.7em;
}
.header_container .col_02 .h_tel img {
  padding-right: 10px;
}

#nav_global {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5px;
}
#nav_global ul {
  width: 1200px;
  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: #333 !important;
  display: block;
  font-size: 1.2em;
}
#nav_global ul li a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#mainArea {
  position: relative;
}
#mainArea .slick-dots {
  height: 8em;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 999999;
  bottom: 0;
  margin: auto;
  transform: rotate(0deg);
  display: inline-block;
  width: 1%;
}
@media screen and (max-width: 1400px) {
  #mainArea .slick-dots {
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #mainArea .slick-dots {
    left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #mainArea .slick-dots {
    left: 10px;
  }
}
@media screen and (max-width: 900px) {
  #mainArea .slick-dots {
    left: 5px;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .slick-dots {
    display: none !important;
  }
}

#mainArea {
  position: relative;
}
#mainArea .slider {
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 834px) {
  #mainArea .slider {
    width: 100%;
  }
}
#mainArea .slider02 {
  width: 100%;
  overflow: hidden;
}
#mainArea .scroll {
  position: absolute;
  bottom: 14em;
  font-size: 1.2em;
  right: 0.8em;
  transform: rotate(90deg);
  color: #333 !important;
}
@media screen and (max-width: 1600px) {
  #mainArea .scroll {
    right: 0.5em;
  }
}
@media screen and (max-width: 1500px) {
  #mainArea .scroll {
    right: 0.4em;
  }
}
@media screen and (max-width: 1400px) {
  #mainArea .scroll {
    right: 0.2em;
  }
}
@media screen and (max-width: 1200px) {
  #mainArea .scroll {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #mainArea .scroll {
    font-size: 1em;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  #mainArea .scroll {
    right: -0.2em;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .scroll {
    display: none;
  }
}
#mainArea .scroll:hover {
  text-shadow: -6px 0px 15px rgba(107, 64, 67, 0.83), 6px 0px 15px rgba(107, 64, 67, 0.83);
  transition: .4s;
}
#mainArea .scroll:after {
  content: "";
  width: 300px;
  height: 0.9px;
  background: #333;
  position: absolute;
  bottom: 50%;
  left: 70px;
}
@media screen and (max-width: 1000px) {
  #mainArea .scroll:after {
    bottom: 44%;
    right: 0.3%;
    left: 60px;
  }
}

.slick-next, .slick-arrow {
  display: none !important;
}

.slick-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .slick-slider .slick-list {
    width: 100%;
  }
}

/**/
#nav_global02 {
  display: none !important;
  m: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 834px) {
  #nav_global02 {
    display: block;
  }
}

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

#anchor01 {
  margin-top: -80px;
  padding-top: 80px;
}

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

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

#footer {
  background: #fae3d9;
  padding: 15px 10px 10px;
}

.footer_container .col_03 {
  margin-bottom: 25px;
}

.nav_footer {
  margin-bottom: 35px;
  display: flex;
}
@media screen and (max-width: 800px) {
  .nav_footer {
    flex-direction: column;
  }
}
.nav_footer li {
  flex-grow: 1;
}
@media screen and (max-width: 800px) {
  .nav_footer li {
    border: 1px solid #6b4043;
    border-radius: 3px;
    padding: 10px;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.nav_footer a {
  display: block;
  color: #333 !important;
  font-size: 1.1em;
}
.nav_footer a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 640px) {
  #copyright {
    padding: 10px 0;
  }
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 10px 120px;
  font-size: 0.9em;
}

/* home */
.h_h1_bg {
  background: url(../images/home/h1_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 30px 40px;
}

.h_h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .h_h1 {
    width: 80%;
    margin: 0 auto;
  }
}
.h_h1 h1 {
  font-size: 4em;
  font-weight: 500;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .h_h1 h1 {
    font-size: 3.6em;
  }
}
.h_h1 h1:after {
  content: "";
  background: url(../images/home/kazari.png) no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  width: 300px;
  height: 1em;
  margin: auto;
  text-align: center;
}

.img001 {
  transform: rotate(-15deg);
}

.img002 {
  transform: rotate(15deg);
}

.img003 {
  transform: rotate(15deg);
}

.img004 {
  transform: rotate(-15deg);
}

.h_h1_tbl td {
  display: block;
}
.h_h1_tbl .h_h1_txt {
  margin-bottom: 30px !important;
}

.h_h2 h2 {
  font-size: 2.6em;
  font-weight: 500;
  color: #333;
}

.h_h1_txt {
  text-align: center;
  line-height: 2em;
  margin-bottom: 40px;
}

.img_tbl {
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .img_tbl {
    display: block;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .img_tbl {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .img_tbl {
    display: none;
  }
}
.img_tbl .img_box img {
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
  width: 60% !important;
}
@media screen and (max-width: 1200px) {
  .img_tbl .img_box img {
    width: 100% !important;
  }
}

.img_tbl02 {
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .img_tbl02 {
    display: block;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .img_tbl02 {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .img_tbl02 {
    display: none;
  }
}
.img_tbl02 .img_box img {
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
  width: 60% !important;
}
@media screen and (max-width: 1200px) {
  .img_tbl02 .img_box img {
    width: 100% !important;
  }
}

.h_h1_tbl {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .h_h1_tbl {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .h_h1_tbl {
    width: 100%;
  }
}

@keyframes img_box_9955 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.h_h1_flex {
  display: flex;
}

.btn {
  display: block;
  width: 200px;
  max-width: 100%;
  padding: 5px 0;
  border-radius: 30px;
  padding: 1em;
  line-height: 1.4em;
  cursor: pointer;
  user-select: none;
  transition: box-shadow 0.2s, transform 0.2s;
  color: #fff !important;
  border-width: 0;
  border-style: solid;
  background: #d1ba8c;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.1);
  margin: 0 auto;
  text-align: center;
}
.btn:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 1px 6px 1px rgba(204, 204, 204, 0.2);
  opacity: 1 !important;
}
.btn:active {
  transition-duration: 0.05s;
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.15) inset;
}

.h_flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .h_flex {
    flex-direction: column;
  }
}

.h_flex01 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .h_flex01 {
    flex-direction: column-reverse;
  }
}

.h_menu {
  width: 55%;
  background: url(../images/home/flower_bg.jpg) no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 60px 40px;
  position: relative;
  z-index: 999;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .h_menu {
    margin-right: -60px;
  }
}
@media screen and (max-width: 900px) {
  .h_menu {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .h_menu {
    margin-top: 30px;
    margin-right: -80px;
  }
}
@media screen and (max-width: 800px) {
  .h_menu {
    margin-right: -100px;
    width: 65%;
  }
}
@media screen and (max-width: 660px) {
  .h_menu {
    width: 70%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  .h_menu {
    margin-right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 80px 60px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .h_menu .txt {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .h_menu .txt {
    font-size: 1em;
    padding: 0 !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .h_menu h2 {
    margin-bottom: 10px;
  }
}

.img01 {
  width: 48%;
  margin-left: -60px;
}
@media screen and (max-width: 640px) {
  .img01 {
    margin-left: 0px;
    width: 100%;
    margin: 0 auto;
  }
}
.img01 img {
  width: 100% !important;
}

.h_gallery {
  width: 55%;
  background: url(../images/home/stone_bg.jpg) no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 60px 40px;
  position: relative;
  z-index: 999;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .h_gallery {
    margin-left: -60px;
  }
}
@media screen and (max-width: 900px) {
  .h_gallery {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .h_gallery {
    margin-top: 30px;
    margin-left: -80px;
  }
}
@media screen and (max-width: 800px) {
  .h_gallery {
    margin-left: -100px;
    width: 65%;
  }
}
@media screen and (max-width: 680px) {
  .h_gallery {
    width: 70%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  .h_gallery {
    margin-left: 0px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 60px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .h_gallery .txt {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  .h_gallery .txt {
    font-size: 1em;
    padding: 0 !important;
    text-align: center !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .h_gallery h2 {
    margin-bottom: 10px;
  }
}

.img02 {
  width: 48%;
  margin-right: -60px;
}
@media screen and (max-width: 640px) {
  .img02 {
    margin-right: 0px;
    width: 100%;
    margin: 0 auto;
  }
}
.img02 img {
  width: 100% !important;
}

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

.h_h3_bg {
  background: url(../images/home/h3_conbg.jpg);
  width: 31%;
  padding: 15px 0px;
  box-shadow: 5px 5px 8px rgba(204, 204, 204, 0.1);
}
@media screen and (max-width: 700px) {
  .h_h3_bg {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.h_h3_bg .txt {
  font-size: 0.9em;
  text-align: center !important;
  padding: 10px 5px !important;
}
@media screen and (max-width: 640px) {
  .h_h3_bg .txt {
    font-size: 1em;
  }
}

.contents_h1 {
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 834px) {
  .contents_h1 {
    background-position: right;
  }
}
.contents_h1 h1 {
  font-weight: 500;
  font-size: 3.4em;
  color: #333;
  padding: 80px 0;
  letter-spacing: 3px;
  text-shadow: 0px 3px 0px #b2a98f, 0px 14px 10px rgba(0, 0, 0, 0.15), 0px 24px 2px rgba(0, 0, 0, 0.1), 0px 34px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 834px) {
  .contents_h1 h1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .contents_h1 h1 {
    padding: 40px 0;
  }
}

.contents_h2 {
  margin-bottom: 40px;
}
.contents_h2 h2 {
  font-weight: 500;
  color: #555;
  font-size: 1.4em;
  letter-spacing: 3px;
  position: relative;
  padding: 0.8em 0.5em 0.8em 1.4em;
  background: #fffff9;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(238, 238, 238, 0.4);
}
@media screen and (max-width: 640px) {
  .contents_h2 h2 {
    font-size: 1.2em;
  }
}

.contents_h2 h2::before,
.contents_h2 h2::after {
  position: absolute;
  width: 0;
  height: 51.95px;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 0 0 3px;
  border-style: solid;
  border-color: #fae3d9;
}

.contents_h2 h2::before {
  top: -15px;
  right: 10px;
}

.contents_h2 h2::after {
  bottom: -15px;
  left: 10px;
}

.contents_h3 h3 {
  font-size: 1.2em;
  color: #333;
  letter-spacing: 1px;
  position: relative;
  padding: 0.5em 1.4em;
  margin-left: 1.5em;
  background: #faede7;
  border-radius: 30px;
}

.contents_h3 h3:before {
  position: absolute;
  content: "●";
  font-size: 0.7em;
  left: -2.6em;
  bottom: -0.5em;
  color: #faede7;
}

.contents_h3 h3:after {
  position: absolute;
  content: "●";
  font-size: 1.3em;
  left: -0.9em;
  bottom: -0.4em;
  color: #faede7;
}

.kakomi {
  position: relative;
  margin: 40px 0 30px;
  padding: 55px 20px 15px 40px;
  border: 1px solid #d1ba8c;
  background-color: #fff;
  padding-bottom: 30px;
}

.kakomi::before {
  position: absolute;
  top: .7em;
  left: 0em;
  content: "Details...";
  padding: 0em 2em 0em .5em;
  font-size: 90%;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
  color: #fff;
  width: 55px;
  height: 28px;
  background-color: #d1ba8c;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  box-shadow: 0px 0px 0px 3px #d1ba8c;
}

.kakomi::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: .49em;
  left: 5.4em;
  width: 0px;
  height: 0px;
  border-width: 17px 8px 17px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 834px) {
  .kakomi::after {
    left: 5.55em;
  }
}
@media screen and (max-width: 640px) {
  .kakomi::after {
    left: 5.75em;
  }
}
@media screen and (max-width: 520px) {
  .kakomi::after {
    left: 5.8em;
  }
}

.kakomi li {
  position: relative;
  list-style-type: none;
  font-weight: 500;
  font-size: 1.1em;
}

.kakomi li::before {
  position: absolute;
  top: .25em;
  left: -1.3em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  color: #6b4043;
}

/**/
.kakomi02 {
  position: relative;
  margin: 40px 0 30px;
  padding: 55px 20px 15px 40px;
  border: 1px solid #d1ba8c;
  background-color: #fff;
  padding-bottom: 30px;
}

.kakomi02::before {
  position: absolute;
  top: .7em;
  left: 0em;
  content: "More...";
  padding: 0em 2em 0em .5em;
  font-size: 90%;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
  color: #fff;
  width: 55px;
  height: 28px;
  background-color: #d1ba8c;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  box-shadow: 0px 0px 0px 3px #d1ba8c;
}

.kakomi02::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: .49em;
  left: 5.4em;
  width: 0px;
  height: 0px;
  border-width: 17px 8px 17px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 834px) {
  .kakomi02::after {
    left: 5.5em;
  }
}
@media screen and (max-width: 640px) {
  .kakomi02::after {
    left: 5.7em;
  }
}
@media screen and (max-width: 520px) {
  .kakomi02::after {
    left: 5.75em;
  }
}

.kakomi02 li {
  position: relative;
  list-style-type: none;
  font-weight: 500;
  font-size: 1.1em;
}

.kakomi02 li::before {
  position: absolute;
  top: .25em;
  left: -1.3em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f111 ";
  color: #6b4043;
}

/**/
.kakomi03 {
  position: relative;
  margin: 40px 0 30px;
  padding: 55px 20px 15px 40px;
  border: 1px solid #d1ba8c;
  background-color: #fff;
  padding-bottom: 30px;
}

.kakomi03::before {
  position: absolute;
  top: .7em;
  left: 0em;
  content: "Read...";
  padding: 0em 2em 0em .5em;
  font-size: 90%;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
  color: #fff;
  width: 55px;
  height: 28px;
  background-color: #d1ba8c;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  box-shadow: 0px 0px 0px 3px #d1ba8c;
}

.kakomi03::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: .49em;
  left: 5.35em;
  width: 0px;
  height: 0px;
  border-width: 17px 8px 17px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 834px) {
  .kakomi03::after {
    left: 5.5em;
  }
}
@media screen and (max-width: 640px) {
  .kakomi03::after {
    left: 5.7em;
  }
}
@media screen and (max-width: 520px) {
  .kakomi03::after {
    left: 5.75em;
  }
}

.kakomi03 li {
  position: relative;
  list-style-type: none;
  font-weight: 500;
  font-size: 1.1em;
}

.kakomi03 li::before {
  position: absolute;
  top: .25em;
  left: -1.2em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f111 ";
  color: #6b4043;
}

.cont_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cont_flex {
    flex-direction: column;
  }
}
.cont_flex .access_tbl {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .cont_flex .access_tbl {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.cont_flex .access_tbl td {
  background: #fff;
  border: 1px dotted #ccc !important;
}
.cont_flex .access_tbl td:nth-child(odd) {
  width: 25%;
  background: #6b4043;
  color: #fff;
  text-align: center !important;
}
.cont_flex .img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .cont_flex .img {
    width: 90%;
    margin: 0 auto;
  }
}

/**/
.kakomi04 {
  position: relative;
  margin: 40px 0 30px;
  padding: 55px 20px 15px 40px;
  border: 1px solid #d1ba8c;
  background-color: #fff;
  padding-bottom: 30px;
}

.kakomi04::before {
  position: absolute;
  top: .7em;
  left: 0em;
  content: "Commitment!";
  padding: 0em 2em 0em .5em;
  font-size: 90%;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
  color: #fff;
  width: 108px;
  height: 28px;
  background-color: #d1ba8c;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  box-shadow: 0px 0px 0px 3px #d1ba8c;
}
@media screen and (max-width: 640px) {
  .kakomi04::before {
    width: 90px;
  }
}

.kakomi04::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: .49em;
  left: 8.1em;
  width: 0px;
  height: 0px;
  border-width: 17px 8px 17px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 834px) {
  .kakomi04::after {
    left: 8.4em;
  }
}
@media screen and (max-width: 640px) {
  .kakomi04::after {
    left: 7.65em;
  }
}

/**/
.cont_flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cont_flex02 {
    flex-direction: column-reverse;
  }
}
.cont_flex02 .prof_dl {
  width: 58%;
}
@media screen and (max-width: 640px) {
  .cont_flex02 .prof_dl {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.cont_flex02 .prof_dl dt {
  border: 1px dotted #ccc;
  border-right: none;
  border-bottom: none;
  color: #fff !important;
  text-align: center !important;
  background-color: #6b4043 !important;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  box-sizing: border-box;
}
.cont_flex02 .prof_dl dd {
  border: 1px dotted #ccc;
}
.cont_flex02 .img {
  width: 38%;
}
@media screen and (max-width: 640px) {
  .cont_flex02 .img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .cont_flex02 .img img {
    width: 100% !important;
  }
}

.column_txt b {
  font-size: 1.4em;
  margin-right: 10px;
}

.acc-title:hover {
  cursor: pointer;
}
.acc-title b {
  margin-right: 10px;
}

.concept {
  font-size: 1.1em;
}
.concept div {
  font-weight: 500;
}

.ttl_txt {
  font-size: 1.8em;
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  .ttl_txt {
    font-size: 1.55em;
  }
}
@media screen and (max-width: 700px) {
  .ttl_txt {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
  .ttl_txt {
    font-size: 1.6em;
  }
}
.ttl_txt b {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .ttl_txt b {
    display: block;
  }
}

.t_txt {
  font-size: 1.1em;
}

.contents_h302 h3 {
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-size: 2em;
  color: #444;
  font-weight: 500;
  text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.15), 0px 24px 2px rgba(0, 0, 0, 0.1), 0px 34px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .contents_h302 h3 {
    font-size: 1.85em;
  }
}
@media screen and (max-width: 834px) {
  .contents_h302 h3 {
    letter-spacing: 1px;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 640px) {
  .contents_h302 h3 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 600px) {
  .contents_h302 h3 {
    font-size: 1.35em;
  }
}

.contact_bg {
  background: url(../images/contents/contact02_bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .contact_bg {
    background-position: center;
  }
}
.contact_bg .tel_link {
  position: relative;
  font-size: 1.7em;
  color: #fff !important;
  background: #d1ba8c;
  padding: 10px 0;
  letter-spacing: 2px;
  display: block;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  border-radius: 30px;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.1);
}
.contact_bg .tel_link:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  height: 1em;
  width: 20px;
  left: 2.2em;
}

.contact_bg02 {
  background: url(../images/contents/contact03_bg.jpg) no-repeat;
  background-size: cover;
  background-position-x: right;
  padding: 40px;
}
@media screen and (max-width: 834px) {
  .contact_bg02 {
    background: url(../images/home/contact_bg_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.contact_bg02 .tel_link {
  position: relative;
  font-size: 1.7em;
  color: #fff !important;
  background: #d1ba8c;
  padding: 10px 0;
  letter-spacing: 2px;
  display: block;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  border-radius: 30px;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.1);
}
@media screen and (max-width: 1000px) {
  .contact_bg02 .tel_link {
    font-size: 1.5em;
  }
}
.contact_bg02 .tel_link:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  height: 1em;
  width: 20px;
  left: 2.2em;
}
@media screen and (max-width: 834px) {
  .contact_bg02 .tel_link:before {
    left: 3em;
  }
}

.kakomi00 {
  border: 2px solid #fff;
  padding: 40px;
}
.kakomi00 .contents_h302 h3 {
  color: #333;
}
.kakomi00 div {
  color: #333;
}

.contact_txt {
  padding-bottom: 30px;
}

.contact_btn {
  font-size: 1.4em;
  position: relative;
  color: #fff !important;
  background: #d1ba8c;
  padding: 15px 0;
  display: block;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  border-radius: 30px;
  box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.1);
}
@media screen and (max-width: 1000px) {
  .contact_btn {
    font-size: 1.2em;
  }
}
.contact_btn:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  display: block;
  position: absolute;
  top: 8px;
  font-size: 1.5em;
  bottom: 0;
  height: 1em;
  width: 20px;
  left: 0.8em;
}
@media screen and (max-width: 1000px) {
  .contact_btn:before {
    left: 1em;
  }
}
@media screen and (max-width: 834px) {
  .contact_btn:before {
    left: 2em;
  }
}

.fancybox td {
  text-align: center !important;
}

@media screen and (max-width: 834px) {
  .btn_tbl td {
    display: block;
  }
}

.imgtxt img {
  width: 60% !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .imgtxt img {
    width: 100% !important;
  }
}

b {
  font-weight: 600;
}

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

/* title */

/*# sourceMappingURL=common_style.css.map */
