@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;
  -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: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
}

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

.inner {
  max-width: 1400px;
  margin: 0 auto;
}

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

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

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

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

@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: 1400px;
  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 {
  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: 26px;
  font-weight: bold;
}

.blog h2 {
  font-size: 36px;
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 15px;
  background: #a6d3c8;
  width: 70%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px;
}

@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 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #959e9b;
}

.blog a {
  color: #b7975e !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;
}

@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 article div.date {
  color: #333 !important;
}

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

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

.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;
  -webkit-box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          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_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;
  }
}

.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: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}

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

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

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

/*nav*/
@media screen and (max-width: 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;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-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_ {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#slide_wrapp .slide_item img {
  display: block;
}

/**/
/* 「RightToLeft」の動作内容 */
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            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;
}

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

td {
  border: none !important;
}

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

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

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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);
  }
}

/*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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

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

/*プルダウンメニュー*/
.sub_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: auto !important;
  background: rgba(3, 3, 3, 0.8);
}

@media screen and (max-width: 940px) {
  .sub_menu {
    background: #030303 !important;
    width: 100% !important;
    position: static !important;
  }
}

.sub_menu li {
  position: relative;
  z-index: 999999999;
  border-bottom: 1px dotted #eee;
  display: inline-block;
}

@media screen and (max-width: 1060px) {
  .sub_menu li {
    border-bottom: none;
  }
}

.sub_menu li:last-child {
  border-bottom: none;
  font-size: 16px;
}

/*地図*/
.map01 iframe {
  width: 100%;
}

/*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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0px 0px 0px 5px #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;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

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

/*矢印hover.右に少しずらす*/
/*地図*/
.map01 iframe {
  -webkit-box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
          box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  width: 100%;
}

@media screen and (max-width: 640px) {
  .map01 iframe {
    height: auto;
  }
}

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

/*プライバシーポリシーモーダル*/
p.center {
  text-align: center;
  margin-bottom: 80px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  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リスト*/
.newswrap {
  height: 200px;
  overflow-y: auto;
  margin-bottom: 60px;
}

.newswrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px !important;
}

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

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
}

.newswrap dt {
  border: none !important;
  background: none !important;
}

.newswrap {
  float: right;
  height: 200px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  margin-bottom: 60px;
  padding: 20px 0;
}

@media screen and (max-width: 834px) {
  .newswrap {
    width: 75%;
  }
}

.newswrap dl {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .newswrap dl {
    display: block !important;
  }
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  font-size: 16px !important;
}

.newswrap dt {
  font-size: 16px !important;
  border: none !important;
  color: #333 !important;
  width: 18% !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 834px) {
  .newswrap dt {
    margin-left: 0px !important;
    width: 20% !important;
  }
}

@media screen and (max-width: 468px) {
  .newswrap dt {
    width: 40% !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**/
/*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: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
          box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
}

.infiniteslide br {
  display: none !important;
}

/*hoverでaの中のspanのいろかわる*/
/*insta 横に4つ*/
.insta {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .insta {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 468px) {
  .insta {
    width: 100%;
  }
}

.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.insta div.sns_list div {
  border-bottom: none !important;
  width: 33.3% !important;
}

@media screen and (max-width: 468px) {
  .insta div.sns_list div {
    width: 50% !important;
  }
}

.insta .sns_text {
  display: none !important;
}

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

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

/*画像*/
.img100 img {
  width: 100% !important;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

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

/*フォント*/
.small {
  font-size: 16px;
}

.middle {
  font-size: 24px;
}

.large {
  font-size: 46px;
}

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

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
}

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

#header {
  position: relative;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 834px) {
  #header {
    margin-top: -50px;
  }
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

.header_container {
  padding: 20px 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
}

@media screen and (max-width: 834px) {
  .header_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 40px !important;
  }
}

@media screen and (max-width: 834px) {
  .header_container .col_01 {
    width: 45%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 834px) {
  .header_container .col_02 {
    width: 40%;
    margin-top: 10px;
  }
}

#nav_global {
  width: 100%;
}

#nav_global ul {
  max-width: 50vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}

#nav_global ul li a {
  color: #333 !important;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

#mainArea img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #mainArea img {
    height: 40vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

#mainArea li {
  position: relative;
}

#mainArea li p {
  position: absolute;
  left: 5%;
  bottom: 10%;
  font-size: 52px;
  line-height: 1.6em;
  text-align: left;
  letter-spacing: 10px;
  font-weight: 500;
  text-shadow: 3px 3px 3px #fafafa;
}

@media screen and (max-width: 1200px) {
  #mainArea li p {
    font-size: 42px;
  }
}

@media screen and (max-width: 1000px) {
  #mainArea li p {
    font-size: 36px;
  }
}

@media screen and (max-width: 834px) {
  #mainArea li p {
    font-size: 32px;
  }
}

.yellow {
  color: #f3da34;
  font-size: 1.4em;
  font-weight: 500;
}

.red {
  color: #fd0a3e;
  font-size: 1.4em;
  font-weight: 500;
}

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

/**/
#nav_global02 {
  display: none !important;
}

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

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

#footer {
  padding: 30px;
}

.footer_container .f_logo {
  margin-bottom: 30px;
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav_footer a {
  color: #333 !important;
}

#copyright {
  background: #694f38;
}

#copyright small {
  color: #fff !important;
}

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

#contents_wrap {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 200px;
  padding: 0 20px;
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-bottom: 0px;
  }
}

/* home */
.news_bg {
  background: url(../images/home/news_bg01.jpg);
  background-size: cover;
  position: relative;
  padding: 60px 20px;
}

@media screen and (max-width: 640px) {
  .news_bg {
    padding: 40px 20px;
  }
}

.contents_h2 {
  font-size: 36px;
  letter-spacing: 5px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .contents_h2 {
    font-size: 26px;
  }
}

.contents_h2 h2 {
  position: relative;
  display: inline-block;
}

.contents_h201 {
  position: relative;
}

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

.contents_h201 h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 4.2em;
  margin: auto;
  color: #fff;
  font-size: 26px;
}

@media screen and (max-width: 1200px) {
  .contents_h201 h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 834px) {
  .contents_h201 h2 {
    font-size: 18px;
    height: 3.4em;
  }
}

.contents_h201 h2 span {
  display: block;
  font-size: 0.6em;
}

@media screen and (max-width: 1000px) {
  .contents_h201 img {
    width: 100% !important;
    height: 12vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.contents_h202 {
  font-size: 36px;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  .contents_h202 {
    font-size: 26px;
  }
}

.contents_h202 h2 {
  position: relative;
  margin-bottom: 80px;
}

.service_bg {
  padding-bottom: 100px;
  background: url(../images/home/service_bg.jpg);
  background-size: cover;
}

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

.price_bg {
  padding-bottom: 100px;
  background: url(../images/home/price_bg.jpg);
  background-size: cover;
}

.button span {
  border: 1px solid #333 !important;
  position: relative;
  padding: 20px 160px;
}

@media screen and (max-width: 834px) {
  .button span {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    padding: 0;
  }
}

.button span:after {
  content: url(../images/home/arrow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1.5em;
  left: 75%;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .button span:after {
    height: 4em;
  }
}

.button a {
  color: #333 !important;
}

.h_about {
  position: relative;
  padding-top: 80px;
  width: 50%;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
}

@media screen and (max-width: 640px) {
  .h_about {
    width: 100%;
  }
}

.h_about tr {
  border-bottom: 1px dotted #ccc !important;
}

.h_about:after {
  content: "";
  background: url(../images/home/ring.png);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
}

.h_about td {
  padding: 18px 0 !important;
}

.h_about td:nth-child(odd) {
  width: 30%;
  text-align: center !important;
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.map02 {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .map02 {
    width: 100%;
    margin: 60px 0;
  }
}

.map02 iframe {
  width: 100%;
  margin-bottom: -5px;
}

.contact_bg {
  padding: 80px 20px !important;
  background-size: cover !important;
  background-position: center;
  background: url(../images/common/contact_bg.jpg);
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 640px) {
  .contact_bg {
    padding: 40px 20px !important;
    background-size: cover;
    background-position: right;
  }
}

.h_contact {
  width: 70%;
  float: right;
}

@media screen and (max-width: 834px) {
  .h_contact {
    width: 67%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .h_contact {
    width: 60%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .h_contact tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/**/
.contents_h1 {
  background: url(../images/contents/contents_h1_bg.jpg);
  background-size: cover;
  padding: 120px 0px;
  background-position-y: center;
}

@media screen and (max-width: 1000px) {
  .contents_h1 {
    background-position-x: right;
  }
}

@media screen and (max-width: 834px) {
  .contents_h1 {
    padding: 80px 0;
    background-position-x: right;
  }
}

.contents_h1 h1 {
  font-size: 42px;
  margin-left: 200px;
  letter-spacing: 10px;
}

@media screen and (max-width: 834px) {
  .contents_h1 h1 {
    font-size: 36px;
    margin-left: 40px;
  }
}

/**/
.com_tbl {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.com_tbl td {
  border: 1px solid #fff !important;
}

.com_tbl td:nth-child(odd) {
  background: #eeede9;
  width: 30%;
  text-align: center !important;
}

.number {
  background: #694f38;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 5px 10px;
  margin-right: 15px;
  border-radius: 5px;
}

.name {
  font-size: 20px;
  letter-spacing: 5px;
}

@media screen and (max-width: 1000px) {
  .name {
    font-size: 18px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 834px) {
  .name {
    font-size: 15px;
    letter-spacing: 0;
  }
}

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

.gflow_td td {
  position: relative;
}

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

.gflow_td td:after {
  content: "";
  background: url(../images/contents/arrow01.png) repeat;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  line-height: 1em;
  margin: auto;
  display: block;
  width: 100px;
  height: 60px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

@media screen and (max-width: 1000px) {
  .gflow_td td:after {
    width: 60px;
    height: 40px;
  }
}

@media screen and (max-width: 640px) {
  .gflow_td td:after {
    content: "";
    background: url(../images/contents/arrow01.png) repeat;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

.gflow_td td:nth-child(4)::after {
  display: none;
}

@media screen and (max-width: 640px) {
  .gflow_td img {
    width: 200px !important;
    margin: 0 auto !important;
    display: block !important;
  }
}

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

.p_tbl {
  font-size: 36px;
  letter-spacing: 5px;
}

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

.nyu {
  border-bottom: 4px double #694f38 !important;
  display: block;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .nyu {
    width: 70%;
  }
}

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

.p_tbl02 {
  font-size: 30px;
  letter-spacing: 5px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .p_tbl02 {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .p_tbl02 {
    font-size: 26px;
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .p_tbl02 {
    font-size: 24px;
  }
}

.p_tbl02 tr:nth-child(2) {
  border-bottom: none !important;
}

.p_tbl02 tr:nth-child(3) {
  border-bottom: none !important;
}

@media screen and (max-width: 640px) {
  .h_tbl tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 20px;
    margin-top: 40px;
  }
}

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

@media screen and (max-width: 640px) {
  .ser_tbl img {
    width: 200px !important;
    margin: 0 auto !important;
    display: block !important;
  }
}

.ser_tbl td {
  padding: 0 !important;
}

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

.p_form {
  margin-top: 80px;
}

#form_calendar {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.form_wrap {
  width: 85%;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 840px) {
  .form_wrap {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap {
    width: 75%;
  }
}

.submit {
  margin-bottom: 100px;
}

.policy_b div {
  text-align: center !important;
}

.policy_b a {
  color: #694f38 !important;
  font-weight: 500;
}

div.reserv dl dd {
  color: #694f38 !important;
}

div#form_calendar table tbody tr td.open.level1 span {
  border: 3px solid #b0a495;
}

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

.form_wrap a {
  color: #694f38 !important;
}

@media screen and (max-width: 640px) {
  .form_wrap {
    width: 90% !important;
  }
}

.form_wrap label {
  position: relative;
}

.form_wrap label:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 14px;
}

section div.form_wrap.error p {
  text-align: center;
}

form {
  margin-top: -79px !important;
  padding-top: 79px !important;
}

.copy {
  display: block;
  text-align: center;
  font-size: 1.1em;
  background: #694f38;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  margin-top: 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.copy_tbl br {
  display: none;
}

.copy_tbl table {
  border: 1px solid #333;
}

.copy_tbl td {
  padding: 5px 10px !important;
  vertical-align: top;
}

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

.copy_tbl tr {
  border-bottom: 1px solid;
}

.copy_tbl .right {
  text-align: right !important;
}

.home_00 {
  margin-top: 60px;
}

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