@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: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
}

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 #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#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: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

@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: 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: 1.4em;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif !important;
  display: inline;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.blog .date:before {
  content: '\f073';
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 1.5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 1.2em;
}
.blog h2 {
  font-family: "Noto Serif JP", serif !important;
  font-size: 36px;
  letter-spacing: 5px;
  color: #333 !important;
  line-height: 30px;
  position: relative;
  padding: 15px;
  margin: 0 auto;
  font-weight: 500;
  margin-bottom: 30px;
}
@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: #9d331f !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;
  }
}

section div.wrap {
  padding: 40px 0 !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;
}

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

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

/*アンカーリンク調整*/
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;
  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;
}
@media screen and (max-width: 834px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

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

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 834px) {
  .mb80 {
    margin-bottom: 60px !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;
}

/*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 {
  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: 1s;
  -ms-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;
  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;
  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: -20px;
  right: 0;
  margin: auto !important;
  width: 150px !important;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  .sub_menu {
    width: 150px !important;
  }
}
@media screen and (max-width: 1000px) {
  .sub_menu {
    left: -30px;
  }
}
@media screen and (max-width: 834px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
  }
}
.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 834px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}
.sub_menu li:last-child {
  border-bottom: none;
}
.sub_menu a {
  color: #fff !important;
  padding: 5px;
  font-size: 0.9em !important;
}

/*地図*/
.map01 {
  width: 100%;
}
.map01 iframe {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .map01 iframe {
    height: 350px !important;
  }
}

.map02 {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .map02 {
    width: 100%;
  }
}
.map02 iframe {
  width: 100%;
  box-shadow: none !important;
}
@media screen and (max-width: 640px) {
  .map02 iframe {
    height: 350px !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 {
  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;
}

/*プライバシーポリシーモーダル*/
@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リスト*/
.newswrap {
  height: 200px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  margin-bottom: 60px;
  padding: 30px 0 20px;
}
@media screen and (max-width: 520px) {
  .newswrap {
    width: 100% !important;
    margin-right: 0;
  }
}
.newswrap dl {
  border-bottom: 1px dotted #555;
  padding-bottom: 10px;
  padding-top: 10px;
}
.newswrap dl:first-child {
  border-top: 1px dotted #555 !important;
}
@media screen and (max-width: 834px) {
  .newswrap dl {
    display: block !important;
  }
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
  font-size: 16px !important;
  background: none !important;
}
@media screen and (max-width: 834px) {
  .newswrap dd {
    width: 100% !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;
  align-items: center !important;
  background: none !important;
}
@media screen and (max-width: 834px) {
  .newswrap dt {
    margin-left: 0px !important;
    width: 20% !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*respon_news*/
.news_bg {
  background: url(../images/home/news_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 10px;
}
@media screen and (max-width: 834px) {
  .news_bg {
    padding: 30px 10px;
  }
}
.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 {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 468px) {
  .insta {
    width: 100%;
  }
}
.insta div.sns_list {
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.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 {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/*respon*/
/**/
.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 {
  padding-right: 5px !important;
}

.acc-color a {
  color: #9d331f !important;
}

body {
  font-family: "Noto Serif JP", serif !important;
  background: url(../images/common/contents_bg.jpg);
}

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

#header {
  background: #fafafa !important;
  padding: 0 10px;
}

#nav_global {
  width: 960px;
  max-width: 70%;
  position: absolute;
  left: 40px;
  top: 50px;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  #nav_global {
    left: 10px;
  }
}
#nav_global ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}
#nav_global ul li a {
  color: #fff !important;
  display: block;
  padding-bottom: 10px;
}
#nav_global ul li a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.h_tel {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  .h_tel {
    right: 10px;
  }
}
@media screen and (max-width: 834px) {
  .h_tel {
    right: inherit;
    left: 30px;
    top: 40px;
    display: none;
  }
}
.h_tel a {
  color: #fff !important;
  font-size: 1.2em;
  letter-spacing: 3px;
  border: 1px solid #fff;
  padding: 10px;
}

.h_tel02 {
  display: none;
}
@media screen and (max-width: 834px) {
  .h_tel02 {
    display: block;
    position: relative;
    top: 20px;
  }
}
.h_tel02 a {
  color: #333 !important;
  font-size: 1.2em;
  letter-spacing: 3px;
  border: 1px solid #555;
  padding: 10px;
}

.h_logo02 {
  width: 80%;
  position: relative;
  bottom: 30px;
}

#mainArea {
  position: relative;
}
#mainArea img {
  width: 100%;
}

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

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

.h_logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}
@media screen and (max-width: 640px) {
  .h_logo {
    height: 3em;
  }
}
.h_logo img {
  width: 30% !important;
}
@media screen and (max-width: 640px) {
  .h_logo img {
    width: 50% !important;
  }
}

/**/
#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 {
  background: url(../images/common/footer_bg.jpg);
  background-size: cover;
  padding: 30px 10px 10px;
}

.col_03 {
  letter-spacing: 1px;
  float: left;
}
@media screen and (max-width: 700px) {
  .col_03 {
    float: none;
  }
}
.col_03 .f_logo {
  margin-bottom: 10px;
}
.col_03 .f_tel {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .col_03 .f_tel {
    text-align: center;
  }
}
.col_03 .f_tel a {
  color: #fff !important;
}
.col_03 p {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .col_03 p {
    text-align: center;
    margin-bottom: 20px;
  }
}

.col_04 {
  float: right;
}
@media screen and (max-width: 700px) {
  .col_04 {
    float: none;
    margin-bottom: 30px;
  }
}

.nav_footer {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 700px) {
  .nav_footer {
    display: inline-block;
  }
}
.nav_footer li {
  text-align: left;
  margin-left: 5px;
}
.nav_footer a {
  color: #fff !important;
  font-size: 0.9em;
}

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

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 0 30px;
  }
}

/* home */
.top_bg {
  background: url(../images/home/hmain_bg.jpg);
  background-size: cover;
  background-position: center top;
  padding: 200px 0 100px;
}
@media screen and (max-width: 1400px) {
  .top_bg {
    padding: 180px 0 100px;
  }
}
@media screen and (max-width: 640px) {
  .top_bg {
    padding: 180px 10px 100px;
  }
}

.home_h2 {
  background: url(../images/home/fude_bg.png) no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .home_h2 {
    background-size: contain;
  }
}
.home_h2 h2 {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}
.home_h2 h2 span {
  font-size: 1.2em;
}
.home_h2 h2 span b {
  color: #9d331f;
}

.btn a {
  color: #333 !important;
  display: block;
  border: 1px solid #555;
  padding: 20px;
  width: 250px;
  margin: 0 auto;
  padding: 15px 0px;
  position: relative;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center !important;
}
.btn a:hover {
  background: #333;
  color: #fff !important;
  opacity: 1;
}

.home_h202 h2 {
  font-size: 1.8em;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .home_h202 h2 {
    margin-bottom: 50px;
    margin-top: 10px;
  }
}
.home_h202 h2:after {
  content: "";
  background: #9d331f;
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .home_h202 h2:after {
    top: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .home_h202 h2:after {
    top: 65px;
  }
}
@media screen and (max-width: 900px) {
  .home_h202 h2:after {
    top: 60px;
    width: 80px;
  }
}
@media screen and (max-width: 800px) {
  .home_h202 h2:after {
    top: 65px;
  }
}
.home_h202 .btn {
  padding-bottom: 20px !important;
}
.home_h202 img {
  width: 100% !important;
}
@media screen and (max-width: 800px) {
  .home_h202 tr {
    display: flex;
    flex-direction: column-reverse;
  }
}
.home_h202 td {
  width: 50% !important;
}
@media screen and (max-width: 800px) {
  .home_h202 td {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .home_h202 div {
    margin-bottom: 40px;
  }
}

.home_h203 h2 {
  font-size: 1.8em;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .home_h203 h2 {
    margin-bottom: 50px;
  }
}
.home_h203 h2:after {
  content: "";
  background: #9d331f;
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .home_h203 h2:after {
    top: 70px;
  }
}
@media screen and (max-width: 900px) {
  .home_h203 h2:after {
    top: 60px;
    width: 80px;
  }
}
.home_h203 .btn {
  padding-bottom: 20px !important;
}
.home_h203 img {
  width: 100% !important;
}
.home_h203 td {
  width: 50% !important;
}
@media screen and (max-width: 800px) {
  .home_h203 td {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .home_h203 div {
    margin-bottom: 40px;
  }
}

.home_h203 h2 {
  font-size: 1.8em;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 30px;
}

.access_tbl tr {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .access_tbl td {
    width: 100%;
  }
}
.access_tbl td:nth-child(odd) {
  width: 39% !important;
}
@media screen and (max-width: 900px) {
  .access_tbl td:nth-child(odd) {
    width: 29% !important;
  }
}
@media screen and (max-width: 834px) {
  .access_tbl td:nth-child(odd) {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .access_tbl td:nth-child(odd) {
    width: 39% !important;
  }
}
.access_tbl td:nth-child(even) {
  width: 59% !important;
}
.access_tbl td div {
  font-weight: 500;
}
.access_tbl img {
  margin: 10px;
}

.logo {
  width: 100% !important;
  margin: 0 auto;
}

.herf {
  width: 50%;
  padding: 0 5%;
}
@media screen and (max-width: 1200px) {
  .herf {
    padding: 0 3%;
  }
}
@media screen and (max-width: 1000px) {
  .herf {
    padding: 0 1%;
  }
}
@media screen and (max-width: 834px) {
  .herf {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15%;
  }
}
@media screen and (max-width: 600px) {
  .herf {
    padding: 0 8%;
  }
}

.acs_flex {
  display: flex;
  margin-bottom: -5px;
}
@media screen and (max-width: 834px) {
  .acs_flex {
    display: block;
  }
}

/**/
.contents_h1 {
  background: url(../images/contents/contentsh1_bg.jpg) no-repeat;
  padding: 60px 0;
  background-position: bottom;
  filter: saturate(120%);
}
@media screen and (max-width: 834px) {
  .contents_h1 {
    padding: 80px 0;
    margin-top: -80px;
  }
}
@media screen and (max-width: 640px) {
  .contents_h1 {
    padding: 60px 0;
    background-position: center;
    filter: saturate(120%);
    background-size: cover;
  }
}
.contents_h1 h1 {
  font-size: 3em;
  color: #fff;
  text-shadow: 3px 3px 5px #000;
  letter-spacing: 3px;
}

.contents_h2 h2 {
  font-size: 1.8em;
  letter-spacing: 3px;
  position: relative;
  border-bottom: solid 3px #ccc;
  position: relative;
}
.contents_h2 h2:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 3px #9d331f;
  bottom: -3px;
  width: 20%;
}

.con_tbl td:nth-child(odd) {
  width: 29%;
  text-align: center !important;
}
.con_tbl td:nth-child(even) {
  width: 79%;
}
.con_tbl img {
  width: 60% !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.con_tbl02 td:nth-child(odd) {
  width: 49%;
  text-align: center !important;
}
.con_tbl02 td:nth-child(even) {
  width: 59%;
}
.con_tbl02 img {
  width: 80% !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .con_tbl02 img {
    margin-bottom: 20px;
  }
}

.filter img {
  filter: saturate(120%);
  width: 100% !important;
}

.kakomi {
  border: 1px solid !important;
  padding: 10px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .kakomi td {
    display: block;
  }
}

.kakomi02 {
  border: 1px solid !important;
  padding: 10px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kakomi02 td {
    display: block;
  }
}
.kakomi02 .contents_h4 {
  width: 65%;
}
.kakomi02 .contents_h4 div {
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.kakomi02 .contents_h4 div:before {
  content: '\f073';
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 1.5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .kakomi02 .img {
    width: 49%;
    float: right;
  }
}
.kakomi02 .img img {
  width: 140px !important;
  height: 200px !important;
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover;";
  font-family: "object-position: center;";
}
@media screen and (max-width: 900px) {
  .kakomi02 .img img {
    height: 140px !important;
  }
}

.contents_h3 {
  border-bottom: 1px dotted #333 !important;
  height: 1px;
}
@media screen and (max-width: 700px) {
  .contents_h3 {
    height: auto;
  }
}
.contents_h3 h3 {
  font-size: 1.4em;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.contents_h3 h3:before {
  content: '\f0da';
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 2.5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 1.2em;
}
.contents_h3 span {
  font-weight: inherit;
  display: block;
  text-align: right;
  font-size: 0.8em;
  font-weight: 600 !important;
  color: #9d331f;
}

.price {
  text-align: right !important;
  font-size: 1.2em;
  font-weight: 600 !important;
  color: #9d331f;
}

.contents_h302 {
  border-bottom: 1px dotted #333 !important;
  height: 1px;
}
@media screen and (max-width: 700px) {
  .contents_h302 {
    height: auto;
  }
}
.contents_h302 h3 {
  font-size: 1.4em;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.contents_h302 h3:before {
  content: '\f0da';
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 1.6em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 1.2em;
}
.contents_h302 span {
  font-weight: inherit;
  display: block;
  text-align: right;
  font-size: 0.8em;
  font-weight: 600 !important;
  color: #9d331f;
}

.price {
  text-align: right !important;
  font-size: 1.2em;
  font-weight: 600 !important;
  color: #9d331f;
}

.contents_h4 {
  border-bottom: 1px dotted #333 !important;
  vertical-align: middle !important;
}
.contents_h4 h4 {
  font-size: 1.2em;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.contents_h4 h4:before {
  content: '\f0da';
  position: absolute;
  top: 22px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 2.5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 1em;
}

.contents_h402 {
  vertical-align: middle !important;
}
.contents_h402 h4 {
  font-size: 1.2em;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.contents_h402 h4:before {
  content: '\f0da';
  position: absolute;
  top: 22px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 2.5em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 1em;
}

.fancybox img {
  width: 50% !important;
}
@media screen and (max-width: 700px) {
  .fancybox img {
    width: 100% !important;
  }
}

.tbl01 {
  width: 98%;
  margin: 0 auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.tbl01 td {
  border: 1px solid #ccc !important;
}
.tbl01 td:nth-child(odd) {
  background: url(../images/home/news_bg.jpg) no-repeat;
  width: 30%;
  background-size: cover;
  text-align: center !important;
}
.tbl01 td:nth-child(even) {
  background: #fff;
}
.tbl01 td div {
  font-weight: 500;
}

/* title */

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