@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: "游ゴシック", 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: 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: 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: 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 {
  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;
}

@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;
}

/*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;
}
.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」を適用する箇所 */
/**/
/*マージン*/
.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;
}

.mb120 {
  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 {
  transition: 0.5s;
}
a: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: 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%;
}
@media screen and (max-width: 640px) {
  .map01 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(153, 153, 153, 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: 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: 350px;
  width: 50%;
  max-width: 100%;
  overflow-y: auto;
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  padding: 20px 10px;
}
@media screen and (max-width: 834px) {
  .newswrap {
    width: 100% !important;
    margin-right: 0;
  }
}
.newswrap dl {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc !important;
}
.newswrap dl:last-child {
  border-bottom: none !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;
}
.newswrap dt {
  font-size: 16px !important;
  border: none !important;
  background: #fff !important;
  color: #333 !important;
  width: 30% !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !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: flex;
}

/**/
/*infiniteslide*/
.infiniteslide_wrap {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  display: none;
}

.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: 50%;
  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;
}
.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;
}

.instagram {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.instagram li {
  width: 30%;
  margin: 5px;
}
@media screen and (max-width: 640px) {
  .instagram li {
    width: 40%;
  }
}
.instagram li img {
  width: 100%;
  height: 170px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .instagram li img {
    height: 240px !important;
  }
}

/**/
.none {
  display: none;
}

/*画像*/
.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: 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;
  }
}

@media screen and (min-width: 834px) {
  #nav_gloval {
    display: block !important;
  }
}
@media screen and (max-width: 834px) {
  #nav_gloval {
    display: none !important;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
}

header#global_header {
  max-width: 100%;
}

#header {
  background: #fafafa !important;
  position: relative;
  background: url(../images/common/header_bg.jpg) !important;
  background-size: cover;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 834px) {
  #header {
    margin-bottom: -10px;
  }
}
#header:before {
  content: "";
  background: url(../images/common/header_border.jpg);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  display: block;
  width: 100%;
  height: 20px;
}

.header_container {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .header_container {
    padding: 0 20px 10px;
  }
}
.header_container .col_01 {
  float: left;
}
@media screen and (max-width: 680px) {
  .header_container .col_01 {
    float: none;
    margin-bottom: 15px;
  }
}
.header_container .col_02 {
  float: right;
}
@media screen and (max-width: 834px) {
  .header_container .col_02 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 680px) {
  .header_container .col_02 {
    float: none;
    margin-right: 0;
  }
}

#nav_global {
  width: 100%;
}
#nav_global ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}
#nav_global ul li a {
  color: #333 !important;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
}
#nav_global ul li a span {
  display: block;
  font-size: 0.8em;
}

#mainArea {
  margin-bottom: 100px;
  position: relative;
}
#mainArea:after {
  content: "";
  background: url(../images/home/main_logo.png) no-repeat;
  position: absolute;
  width: 10%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1400px) {
  #mainArea:after {
    width: 14%;
  }
}
@media screen and (max-width: 1000px) {
  #mainArea:after {
    width: 16%;
  }
}
@media screen and (max-width: 834px) {
  #mainArea:after {
    width: 18%;
  }
}
@media screen and (max-width: 640px) {
  #mainArea:after {
    width: 20%;
  }
}
#mainArea img {
  filter: brightness(70%);
  height: 85vh !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1200px) {
  #mainArea img {
    height: 80vh !important;
  }
}
@media screen and (max-width: 1000px) {
  #mainArea img {
    height: 70vh !important;
  }
}
@media screen and (max-width: 834px) {
  #mainArea img {
    height: 60vh !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    height: 45vh !important;
  }
}

.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;
  }
}

.zdo_drawer_nav_wrapper {
  background: url(../images/common/f_bg.jpg) no-repeat !important;
  background-size: cover !important;
}

#footer {
  background: url(../images/common/f_bg.jpg);
}

.footer_container {
  padding: 40px 0;
}
.footer_container p {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.footer_container .f_logo {
  margin-bottom: 20px;
}
.footer_container .f_tel {
  margin-bottom: 30px;
}

.nav_footer {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .nav_footer {
    flex-direction: column;
  }
}
.nav_footer li {
  flex-grow: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .nav_footer li {
    border: 1px solid #fff;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 0;
  }
}
.nav_footer a {
  color: #fff !important;
  letter-spacing: 3px;
  display: block;
}

.nav_footer02 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .nav_footer02 {
    flex-direction: column;
  }
}
.nav_footer02 li {
  flex-grow: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .nav_footer02 li {
    border: 1px solid #fff;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 0;
  }
}
.nav_footer02 a {
  color: #fff !important;
  letter-spacing: 3px;
  display: block;
}

#copyright {
  color: #fff;
}
@media screen and (max-width: 640px) {
  #copyright {
    padding: 10px 0;
  }
}

#contents_wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 100px !important;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 468px) {
  #contents_wrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #contents_wrap {
    font-size: 15px;
  }
}

/* home */
.h_main1 .h2txt_bg {
  background: rgba(132, 114, 81, 0.9);
  margin-left: -200px;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #fff;
  width: 800px;
  max-width: 100%;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .h_main1 .h2txt_bg {
    padding: 30px 0;
    background: rgba(132, 114, 81, 0.8);
    margin-left: -300px;
    width: 1100px;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .h_main1 .h2txt_bg {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.h_main1 .h2txt_bg:before {
  content: "";
  background: url(../images/home/TopMessage.png) no-repeat;
  display: block;
  width: 100%;
  height: 353px;
  position: absolute;
  left: -50%;
  top: -25%;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .h_main1 .h2txt_bg:before {
    width: 70%;
    left: -25%;
    top: -20%;
  }
}
@media screen and (max-width: 640px) {
  .h_main1 .h2txt_bg:before {
    width: 50%;
    left: 0%;
    top: -20%;
    height: 40%;
  }
}
.h_main1 .h2txt_bg h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .h_main1 .h2txt_bg h2 {
    font-size: 24px;
  }
}
.h_main1 .h2txt_bg h2:after {
  content: "";
  position: absolute;
  background: #f9b72d;
  width: 100px;
  height: 1px;
  display: block;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
}
.h_main1 .h2txt_bg h2 .yellow {
  color: #f9b72d;
}
.h_main1 .h2txt_bg h2 .big {
  font-size: 1.2em;
}
.h_main1 .h2txt_bg .h2_txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .h_main1 img {
    height: 50vh !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (max-width: 640px) {
  .h_main1 img {
    max-width: 100%;
  }
}
.h_main1 .btn a {
  width: 100%;
}

.btn {
  border: 1px solid #fff;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}
.btn a {
  color: #fff !important;
  display: block;
}

.h3txt_bg {
  background: url(../images/home/h_h3_bg.jpg);
  padding: 80px 0;
}
@media screen and (max-width: 834px) {
  .h3txt_bg {
    margin-bottom: -80px;
  }
}

.menu_tbl td {
  text-align: center !important;
}
.menu_tbl .img {
  position: relative;
}
.menu_tbl .img h3 {
  background: rgba(249, 183, 45, 0.9);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20%;
  width: 5.5em;
  max-width: 100%;
  height: 5.5em;
  line-height: 5.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 3px;
}
.menu_tbl .htbl_txt div {
  margin-top: 60px;
  font-size: 14px;
}
.menu_tbl .btn a {
  border: 1px solid #333 !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0 !important;
  color: #333 !important;
  display: block;
}
@media screen and (max-width: 640px) {
  .menu_tbl .btn a {
    width: 70%;
  }
}

.h_main2 .h2txt_bg {
  background: rgba(132, 114, 81, 0.9);
  margin-right: -200px;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #fff;
  width: 800px;
  padding: 60px 0;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 1200px) {
  .h_main2 .h2txt_bg {
    background: rgba(132, 114, 81, 0.8);
    margin-right: -300px;
    width: 1100px;
    max-width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .h_main2 .h2txt_bg {
    margin-bottom: 30px;
  }
}
.h_main2 .h2txt_bg:before {
  content: "";
  background: url(../images/home/MothCourse.png) no-repeat;
  display: block;
  width: 100%;
  height: 353px;
  position: absolute;
  right: -60%;
  top: -25%;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .h_main2 .h2txt_bg:before {
    width: 70%;
    right: -20%;
    top: -20%;
  }
}
@media screen and (max-width: 640px) {
  .h_main2 .h2txt_bg:before {
    width: 50%;
    right: 0%;
    top: -20%;
  }
}
.h_main2 .h2txt_bg h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 60px;
  position: relative;
}
.h_main2 .h2txt_bg h2:after {
  content: "";
  position: absolute;
  background: #f9b72d;
  width: 100px;
  height: 1px;
  display: block;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
}
.h_main2 .h2txt_bg h2 .yellow {
  color: #f9b72d;
}
.h_main2 .h2txt_bg h2 .big {
  font-size: 1.2em;
}
.h_main2 .h2txt_bg .h2_txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .h_main2 img {
    height: 50vh !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (max-width: 640px) {
  .h_main2 img {
    max-width: 100%;
  }
}
.h_main2 .btn a {
  width: 100%;
}

.h_h2 {
  position: relative;
  margin-bottom: 40px;
}
.h_h2 div:after {
  content: "";
  position: absolute;
  background: #f9b72d;
  width: 100px;
  height: 1px;
  display: block;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.h_h2 h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 60px;
  position: relative;
  letter-spacing: 5px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .h_h2 h2 {
    font-size: 30px;
  }
}
.h_h2 h2:before {
  content: url(../images/home/kushi01.png);
  position: absolute;
  height: 3em;
  top: 0;
  bottom: 0;
  left: 25%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .h_h2 h2:before {
    left: 15%;
  }
}
@media screen and (max-width: 834px) {
  .h_h2 h2:before {
    left: 10%;
  }
}
@media screen and (max-width: 640px) {
  .h_h2 h2:before {
    left: 5%;
  }
}
@media screen and (max-width: 520px) {
  .h_h2 h2:before {
    left: 1%;
  }
}
.h_h2 h2:after {
  content: url(../images/home/kushi02.png);
  position: absolute;
  height: 3em;
  top: 0;
  bottom: 0;
  right: 25%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .h_h2 h2:after {
    right: 15%;
  }
}
@media screen and (max-width: 834px) {
  .h_h2 h2:after {
    right: 10%;
  }
}
@media screen and (max-width: 640px) {
  .h_h2 h2:after {
    right: 5%;
  }
}
@media screen and (max-width: 520px) {
  .h_h2 h2:after {
    right: 1%;
  }
}
.h_h2 .yellow {
  color: #f9b72d;
}
.h_h2 .big {
  font-size: 1.5em;
}

@media screen and (max-width: 640px) {
  .store_tbl tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.store_tbl td {
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .store_tbl td {
    width: 50%;
  }
}
.store_tbl .img {
  position: relative;
}
.store_tbl .img h3 {
  background: rgba(249, 183, 45, 0.9);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 70%;
  width: 7em;
  max-width: 100%;
  height: 7em;
  line-height: 7em;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 600;
}
.store_tbl .htbl_txt div {
  margin-top: 60px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .store_tbl .htbl_txt div {
    font-size: 13px;
  }
}
.store_tbl .btn a {
  border: 1px solid #333 !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0 !important;
  color: #333 !important;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .store_tbl .btn a {
    font-size: 16px;
  }
}

.recruit a {
  position: relative;
  display: block;
}
.recruit a:after {
  content: "";
  position: absolute;
  background: url(../images/home/Ricruit.png) no-repeat;
  display: inline-block;
  width: 30%;
  height: 353px;
  right: 0%;
  top: -30%;
  background-size: contain;
}

@media screen and (max-width: 834px) {
  .flex {
    flex-direction: column-reverse;
  }
}
.flex .img {
  margin-bottom: 30px;
}

.flex00 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .flex00 {
    flex-direction: column-reverse;
  }
}
.flex00 .contents_h4 {
  width: 100%;
}
.flex00 span {
  border-bottom: 2px dotted #ccc !important;
}
.flex00 h4 {
  margin-top: 0 !important;
}

.flex01 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .flex01 {
    flex-direction: column;
  }
}

.flex02 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .flex02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .flex02 .news_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .flex02 .insta {
    width: 100%;
  }
}

.flex03 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .flex03 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .flex03 .store_tbl {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .flex03 .store_tbl tr {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .flex03 .btn a {
    width: 100%;
  }
}

/**/
.contents_h1 {
  background: url(../images/contents/contentsh1_bg.jpg);
  background-size: cover;
  padding: 80px 0;
  background-position: center;
  border-top: 2px solid rgba(132, 114, 81, 0.9);
  border-bottom: 2px solid rgba(132, 114, 81, 0.9);
}
@media screen and (max-width: 640px) {
  .contents_h1 {
    padding: 40px 0;
  }
}
.contents_h1 h1 {
  font-size: 42px;
  padding-left: 100px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 10px;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .contents_h1 h1 {
    font-size: 32px;
    padding-left: 40px;
  }
}
.contents_h1 h1 span {
  font-size: 0.4em;
  display: block;
  text-align: center;
}

.contents_h3 {
  margin-bottom: 30px;
}
.contents_h3 h3 {
  font-size: 20px;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  background: rgba(249, 183, 45, 0.9);
  border-radius: 50%;
  padding: 20px 13px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Serif JP", serif;
  box-shadow: 2px 2px 8px rgba(9, 9, 9, 0.1);
}
.contents_h3 h3 span {
  display: block;
  text-align: center;
}

.contents_tbl {
  margin-bottom: 60px;
}
.contents_tbl td {
  vertical-align: top !important;
}

.contents_h301 {
  margin-top: 80px;
  border-bottom: 1px solid #333;
  width: 100%;
  margin-bottom: 30px;
}
.contents_h301 h3 {
  font-size: 24px;
  letter-spacing: 3px;
  display: inline-block;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 10px;
}
.contents_h301 h3:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2e7';
  top: 0;
  bottom: 0;
  padding-right: 10px;
  left: -10px;
  height: 1em;
}
.contents_h301 span {
  display: block;
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.kakomi div {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .kakomi div {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 834px) {
  .contents_tbl02 tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .contents_tbl02 td {
    display: block;
  }
}
.contents_tbl02 .border {
  border-bottom: 2px dotted #ccc !important;
}
@media screen and (max-width: 834px) {
  .contents_tbl02 .border {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 834px) {
  .contents_tbl02 tr {
    border-bottom: 2px dotted #ccc;
  }
}
.contents_tbl02 tr:first-child {
  border-bottom: none !important;
}
.contents_tbl02 .img {
  border-bottom: none !important;
  text-align: center !important;
  width: 45%;
}
@media screen and (max-width: 834px) {
  .contents_tbl02 .img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .contents_tbl02 .img {
    width: 90% !important;
  }
}
.contents_tbl02 .img img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .contents_tbl02 .img img {
    margin-bottom: 10px;
  }
}

.flex_style {
  display: flex;
}
@media screen and (max-width: 834px) {
  .flex_style {
    flex-direction: column-reverse;
  }
}
.flex_style .img {
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .flex_style .img {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .flex_style .img {
    width: 90% !important;
  }
}
@media screen and (max-width: 834px) {
  .flex_style .img img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.flex_style02 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .flex_style02 {
    flex-direction: column;
  }
}
.flex_style02 .img {
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .flex_style02 .img {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .flex_style02 .img {
    width: 90% !important;
  }
}
@media screen and (max-width: 834px) {
  .flex_style02 .img img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.contents_tbl03 {
  width: 58%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .contents_tbl03 {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .contents_tbl03 tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px dotted #ccc;
  }
}
.contents_tbl03 td {
  border-bottom: 2px dotted #ccc !important;
  vertical-align: bottom !important;
}
@media screen and (max-width: 834px) {
  .contents_tbl03 td {
    display: block;
    border-bottom: none !important;
  }
}
.contents_tbl03 td:nth-child(odd) {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .contents_tbl03 td:nth-child(odd) {
    width: 100%;
  }
}
.contents_tbl03 td:nth-child(even) {
  width: 28%;
}
@media screen and (max-width: 834px) {
  .contents_tbl03 td:nth-child(even) {
    width: 100%;
  }
}
.contents_tbl03 .border {
  border-bottom: 2px dotted #ccc !important;
}
@media screen and (max-width: 834px) {
  .contents_tbl03 .border {
    border-bottom: none !important;
  }
}
.contents_tbl03 .img {
  vertical-align: middle !important;
  border-bottom: none !important;
  text-align: center !important;
  width: 35%;
}
@media screen and (max-width: 834px) {
  .contents_tbl03 .img {
    width: 80%;
    margin: 0 auto;
  }
}
.contents_tbl03 .img img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .contents_tbl03 .img img {
    margin-bottom: 10px;
  }
}

.noimg_tbl tr {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .noimg_tbl tr {
    flex-direction: column;
  }
}
.noimg_tbl td {
  display: block;
  border-bottom: 2px dotted #ccc !important;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .noimg_tbl td {
    width: 100%;
  }
}
.noimg_tbl h4 {
  margin-top: 10px;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1000px) {
  .noimg_tbl h4 {
    font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
  .noimg_tbl h4 {
    text-align: left;
    font-size: 1.2em;
  }
}
.noimg_tbl span {
  text-align: right;
  display: block;
}
@media screen and (max-width: 640px) {
  .noimg_tbl span {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 640px) {
  .noimg_tbl div {
    text-align: right;
    font-size: 0.9em;
  }
}
.noimg_tbl .none {
  border-bottom: none !important;
}

.contents_h302 {
  width: 100%;
  margin-bottom: 30px;
}
.contents_h302 h3 {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid rgba(132, 114, 81, 0.9) !important;
}
@media screen and (max-width: 520px) {
  .contents_h302 h3 {
    font-size: 20px;
  }
}
.contents_h302 h3:before {
  font-family: "Font Awesome 5 Free";
  content: '\f5ce';
  top: 0;
  bottom: 0;
  padding-right: 10px;
  left: -10px;
  height: 1em;
}
.contents_h302 span {
  display: block;
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.menu_tbl02 tr {
  display: flex;
  flex-wrap: wrap;
}
.menu_tbl02 td {
  width: 33%;
}
@media screen and (max-width: 834px) {
  .menu_tbl02 td {
    display: block;
    width: 50%;
  }
}

@media screen and (max-width: 834px) {
  .contents_h4 {
    width: 50%;
    display: block;
  }
}
.contents_h4 h4 {
  margin-top: 10px;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: -10px;
}
@media screen and (max-width: 1000px) {
  .contents_h4 h4 {
    font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
  .contents_h4 h4 {
    text-align: left;
    font-size: 1.2em;
  }
}
.contents_h4 span {
  text-align: right;
  display: block;
}
@media screen and (max-width: 640px) {
  .contents_h4 span {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 640px) {
  .contents_h4 div {
    text-align: left;
    font-size: 0.9em;
  }
}

.gaiyou_tbl {
  box-shadow: 5px 5px 8px rgba(153, 153, 153, 0.1);
  margin-right: 5%;
  width: 60%;
}
.gaiyou_tbl tr:nth-child(odd) {
  background: #eee;
}
@media screen and (max-width: 834px) {
  .gaiyou_tbl {
    width: 100%;
    margin-bottom: 30px;
  }
}
.gaiyou_tbl td:nth-child(odd) {
  width: 25%;
  text-align: center !important;
}

.store_tbl02 td {
  text-align: center !important;
}
.store_tbl02 .img {
  position: relative;
}
.store_tbl02 .img h3 {
  background: rgba(249, 183, 45, 0.9);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 70%;
  width: 7em;
  max-width: 100%;
  height: 7em;
  line-height: 7em;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 600;
}
.store_tbl02 .htbl_txt div {
  margin-top: 60px;
  font-size: 14px;
}
.store_tbl02 .btn a {
  border: 1px solid #333 !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0 !important;
  color: #333 !important;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
}

.btn02 a {
  border: 1px solid #333 !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0 !important;
  color: #333 !important;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  width: 50%;
}

.btn03 a {
  border: 1px solid #333 !important;
  max-width: 100%;
  padding: 15px 0 !important;
  color: #333 !important;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  width: 30%;
  margin: 30px 0;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .btn03 a {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .btn a {
    width: 60%;
  }
}

.contents_h303 {
  border-bottom: 1px solid rgba(132, 114, 81, 0.9);
  width: 100%;
  margin-bottom: 30px;
}
.contents_h303 h3 {
  font-size: 24px;
  letter-spacing: 3px;
  display: inline-block;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 520px) {
  .contents_h303 h3 {
    font-size: 20px;
  }
}
.contents_h303 h3:before {
  font-family: "Font Awesome 5 Free";
  content: '\f54f';
  top: 0;
  bottom: 0;
  padding-right: 10px;
  left: -10px;
  height: 1em;
}
.contents_h303 span {
  display: block;
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.gaiyou_tbl02 {
  box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  margin-right: 5%;
  width: 100%;
}
.gaiyou_tbl02 tr:nth-child(odd) {
  background: #eee;
}
.gaiyou_tbl02 td:nth-child(odd) {
  width: 25%;
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .img {
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .img td {
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .img {
    max-width: 100% !important;
    float: none !important;
  }
}

/* title */

/*# sourceMappingURL=common_style.css.map */
