@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -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: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
  letter-spacing: 2px;
  line-height: 1.8 !important;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
}

.spblk {
  display: none;
}

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

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

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

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

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

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

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

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

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

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

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media screen and (max-width: 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: 0 !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: 1200px;
  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*/
.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 100px;
}

.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}

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

.blog #contents {
  width: 95%;
  margin-left: 5%;
}

@media screen and (max-width: 1000px) {
  .blog #contents {
    margin-bottom: 100px !important;
    width: 100%;
    margin-left: 0;
  }
}

.blog #contents > dl {
  border-bottom: 10px dotted #7c4540 !important;
  padding-bottom: 30px !important;
  margin: 0;
  margin-bottom: 20px;
}

.blog #contents dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px !important;
}

.blog .date {
  font-weight: bold;
  font-size: 1.5em !important;
  color: #333 !important;
  letter-spacing: 1px;
}

.blog dt span {
  font-size: 1.5em !important;
  font-weight: 700;
  letter-spacing: 5px;
  color: #333 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 10px;
  text-align: center !important;
}

.blog .translate {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

.blog .translate:hover {
  color: #424f6f !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

.blog #contents article ul li {
  margin-right: 10px;
}

.blog #contents > dl ul li {
  margin-right: 10px !important;
}

.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin-bottom: 10px;
}

.blog img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .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: 100% !important;
  margin: 0 auto !important;
}

.blog .translate {
  font-weight: bold;
}

.blog h2 {
  position: relative;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 5px;
  padding-left: 45px;
  text-align: left;
  background: #eee;
  padding: 20px !important;
  padding-left: 60px !important;
  margin-bottom: 20px;
  margin-top: 10px;
  border-left: 10px solid #62c8a5;
}

.blog h2:before {
  content: "\f4d8";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  font-weight: 800;
  font-family: "Font Awesome 5 Pro";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #62c8a5;
  font-size: 1.1em;
}

.blog a {
  color: #424f6f !important;
  font-weight: 600;
}

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

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

@media screen and (max-width: 1000px) {
  section div.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

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

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

section div#contents article ul li a {
  color: #333 !important;
  margin-right: 0 !important;
}

section div#contents > dl ul li a {
  margin-right: 0px !important;
}

div.blog_list div.blog_photo {
  width: 40%;
}

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

@media screen and (max-width: 640px) {
  div.blog_list div.blog_photo {
    text-align: center;
  }
}

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #fafafa;
  font-size: 1.4em;
}

div.blog_list h3 a {
  color: #333 !important;
  font-size: 1.6em;
  letter-spacing: 3px;
  font-weight: 500;
}

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

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

@media screen and (max-width: 834px) {
  div.blog_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

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

@media screen and (max-width: 834px) {
  section div.wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

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

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

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

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

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

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

/*パンくず*/
.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;
  -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;
  }
}

section div.form_wrap dl dt {
  text-align: left !important;
}

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

/*404*/
.nf_title h1 {
  margin-top: 80px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}

@media screen and (max-width: 1000px) {
  .nf_title h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 834px) {
  .nf_title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.nf_txt {
  color: #555;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}

.nf_txt p {
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

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

.nf_btn a:hover {
  background: #424f6f;
  color: #fff !important;
}

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

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

/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

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

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

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

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

.mb110 {
  margin-bottom: 110px !important;
}

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

td {
  border: none !important;
}

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

.pd0 {
  padding: 0 !important;
}

.pd0 td {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb0 td {
  padding-bottom: 0 !important;
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

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

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

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

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

/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*ニュースエリアを囲むクラス...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(66, 79, 111, 0.9);
  -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: 9999;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  background: rgba(51, 51, 51, 0.8);
}

@media screen and (max-width: 834px) {
  .sub_menu {
    position: static;
    width: 100% !important;
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    background: rgba(17, 17, 17, 0.5);
  }
}

.sub_menu li {
  display: block;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  position: relative;
  border-right: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

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

.sub_menu li:last-child {
  border-bottom: none !important;
}

.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !important;
}

/*地図*/
.map01 iframe {
  -webkit-box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
          box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
  width: 100%;
}

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

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

.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: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

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

/*hover*/
.btn a:hover {
  -webkit-animation: 0.3s;
  animation: zoom 0.3s;
}

/*infiniteslide*/
.infiniteslide_wrap {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.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%;
  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: -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;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

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

@media screen and (max-width: 640px) {
  .insta div.sns_list div.sns_photo {
    padding: 10px !important;
  }
}

.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}

.insta div.sns_list div {
  border-bottom: none !important;
  width: 20% !important;
  margin: 0 auto;
}

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

.insta .sns_text {
  display: none !important;
  padding: 0 !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;
}

/**たて2よこ3**/
.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.instagram li {
  width: 30%;
  margin: 7.5px 5px;
}

@media screen and (max-width: 834px) {
  .instagram li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .instagram {
    margin-bottom: 40px;
  }
}

.instagram img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}

/*respon*/
.herf {
  width: 48%;
}

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

/**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
}

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

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

@media screen and (max-width: 640px) {
  .large {
    font-size: 1.2em;
  }
}

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

.imgL {
  float: none;
  margin-right: 0px;
  max-width: 100% !important;
}

.imgR {
  float: none;
  margin-left: 0px;
  max-width: 100% !important;
}

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

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

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

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

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

.voice_table {
  padding: 30px;
  background: #fafafa;
}

.voice_table b {
  font-weight: inherit;
  font-size: 1.2em;
}

.voice_table .acc-title:hover {
  cursor: pointer;
}

.voice_table .acc-title b {
  background: #7c4540;
  padding: 5px 10px;
  margin-right: 20px;
}

.voice_table .column_txt {
  display: block;
  margin-top: 15px !important;
}

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

.voice_table .column_txt b {
  background: #424f6f;
  padding: 5px 10px;
  margin-right: 20px;
  color: #fff;
}

/*バウンド*/
.cp_keyframes {
  margin: 0 auto;
  background: #29b6f6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: keyframes 0.5s ease-in infinite alternate;
  animation: keyframes 0.5s ease-in infinite alternate;
}

@-webkit-keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

@keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

/*ふわふわと上下に動く*/
.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_arrows {
  position: absolute;
  bottom: 40%;
  right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.cp_arrows .cp_arrow {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
  animation: arrow-move06 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before {
  -webkit-transition: transform 0.5s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.cp_arrows .cp_arrow:hover {
  color: #ec407a;
  border-color: #ec407a;
}

.cp_arrows .cp_arrow:hover:before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

@-webkit-keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

@keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

.acc-title:hover {
  cursor: pointer;
}

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

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

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

/**/
.img_box img {
  -webkit-animation: img_box_9955 3s linear infinite;
          animation: img_box_9955 3s linear infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: 1rem 0 !important;
  width: 60% !important;
}

@-webkit-keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.acc {
  color: #424f6f;
}

.acc div {
  color: #424f6f;
}

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

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

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

/*flexbox*/
.box {
  height: auto !important;
}

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

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

@media screen and (max-width: 640px) {
  .form_wrap dt {
    border-right: 1px solid #ccc !important;
  }
}

@media screen and (max-width: 640px) {
  .contact_form div {
    float: none !important;
  }
}

.contact_form dt {
  background: #424f6f !important;
  color: #fff;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: bold;
  position: relative;
}

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

/**/
@media screen and (max-width: 640px) {
  .voice_table tr {
    display: block !important;
  }
}

/*下層メイン画像*/
#local-keyvisual {
  position: relative;
  background: url(../images/contents/con_main.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
}

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

@media screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 835px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}

#local-keyvisual h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  line-height: 1em;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(51, 51, 51, 0.35);
  font-size: 2.6em;
  text-align: center;
  letter-spacing: -1px;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  #local-keyvisual h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 35px;
  }
}

#local-keyvisual h1 span {
  display: block;
  color: #333333;
  font-size: 0.4em;
  margin-top: -5px;
}

@media only screen and (max-width: 1000px) {
  #local-keyvisual h1 span {
    padding: 100px 10px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 640px) {
  #local-keyvisual h1 span {
    padding: 80px 0 !important;
  }
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  margin: 10px 0 80px;
  text-align: left;
}

@media only screen and (max-width: 835px) {
  .pan1 {
    display: none;
  }
}

.pan1 a {
  color: #000;
}

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

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

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

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

.inview.show img {
  opacity: 1;
}

/*news_dlリスト*/
.newswrap {
  height: 480px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  padding: 30px 0;
  position: relative;
  z-index: 10;
}

.newswrap dl {
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block !important;
  border-bottom: 1px solid #333 !important;
}

.newswrap dl:last-child {
  border-bottom: none !important;
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  padding: 10px 0 !important;
  width: 100% !important;
}

.newswrap dt {
  border: none !important;
  background: none !important;
  color: #333 !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  border-right: none !important;
  margin-left: 0px !important;
  width: 100% !important;
  display: block !important;
}

@media screen and (max-width: 640px) {
  .newswrap dt {
    padding-bottom: 0 !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

.news_bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/news_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px;
}

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

.zdo_drawer_menu {
  display: none;
}

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

.zdo_drawer_menu .col_01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.zdo_drawer_menu .col_01 .h_logo {
  text-align: center;
}

.zdo_drawer_menu .col_01 .h_logo img {
  width: 250px !important;
}

.zdo_drawer_menu .col_02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.zdo_drawer_menu .col_01,
.zdo_drawer_menu .col_02 {
  width: 100%;
  display: block;
  padding: 0;
}

.zdo_drawer_menu .col_01 a,
.zdo_drawer_menu .col_01 p,
.zdo_drawer_menu .col_02 a,
.zdo_drawer_menu .col_02 p {
  text-align: center;
}

.zdo_drawer_menu .col_01 .h_tel,
.zdo_drawer_menu .col_01 .h_contact,
.zdo_drawer_menu .col_02 .h_tel,
.zdo_drawer_menu .col_02 .h_contact {
  width: 100%;
}

.zdo_drawer_menu .col_01 .h_contact a,
.zdo_drawer_menu .col_02 .h_contact a {
  padding: 35px 0;
  margin-top: 20px;
}

.zdo_drawer_menu a {
  color: #fff !important;
  text-decoration: none;
  display: block;
}

.zdo_drawer_menu a:visited {
  color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .active {
  color: #fff !important;
}

.zdo_drawer_menu .active .zdo_drawer_bar {
  background: #fff !important;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 45px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 8px;
  right: 12px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 49px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 400px;
  padding: 55px 20px;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1000;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  right: 0;
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 30px 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.zdo_drawer_menu .zdo_drawer_nav li a {
  padding: 10px 0;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #7c4540;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #7c4540;
}

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

#header {
  background: none !important;
  padding: 0 20px;
}

.header_container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
}

.col_01 {
  width: 50%;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
}

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

@media screen and (max-width: 640px) {
  .col_01 img {
    width: 40%;
  }
}

.col_02 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.col_02 a {
  padding: 0 20px;
  height: 100%;
  min-height: 100px;
}

.col_02 .h_tel {
  width: 30%;
}

@media screen and (max-width: 1400px) {
  .col_02 .h_tel {
    width: 40%;
  }
}

@media screen and (max-width: 1000px) {
  .col_02 .h_tel {
    width: 50%;
  }
}

.col_02 .h_tel a {
  background: #424f6f;
  color: #fff !important;
  display: block;
  padding: 20px 0 0;
  position: relative;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .col_02 .h_tel a {
    font-size: 18px;
  }
}

@media screen and (max-width: 834px) {
  .col_02 .h_tel a {
    font-size: 20px;
  }
}

.col_02 .h_tel a p {
  background: #63708d !important;
  color: #fff;
  font-size: 0.7em;
  padding: 5px 0;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.col_02 .h_tel a span {
  position: relative;
  padding-left: 40px;
}

.col_02 .h_tel a span:before {
  content: "";
  background: url(../images/home/tel.png) no-repeat;
  width: 27px;
  height: 25px;
  margin: auto;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.col_02 .h_contact {
  width: 30%;
}

@media screen and (max-width: 1400px) {
  .col_02 .h_contact {
    width: 40%;
  }
}

@media screen and (max-width: 1000px) {
  .col_02 .h_contact {
    width: 50%;
  }
}

.col_02 .h_contact a {
  background: #7c4540;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .col_02 .h_contact a {
    font-size: 14px;
  }
}

@media screen and (max-width: 834px) {
  .col_02 .h_contact a {
    font-size: 16px;
  }
}

.col_02 .h_contact a span {
  position: relative;
  padding-left: 40px;
}

.col_02 .h_contact a span:before {
  content: "";
  background: url(../images/home/mail.png) no-repeat;
  width: 30px;
  height: 20px;
  margin: auto;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#nav_global {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
}

@media screen and (max-width: 1400px) {
  #nav_global {
    left: 0;
    right: 0;
  }
}

#nav_global ul {
  width: 1200px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-shadow: 0px 0px 5px #555;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
  border-right: 1px solid #fff;
  padding: 5px 0;
}

#nav_global ul li:last-child {
  border-right: none;
}

#nav_global ul li a {
  color: #fff !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#mainArea {
  position: relative;
}

#mainArea h1 {
  padding: 0 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-shadow: 0px 0px 10px #555;
  letter-spacing: 5px;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  #mainArea h1 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 640px) {
  #mainArea h1 {
    font-size: 1.4em;
  }
}

#mainArea .slider img {
  width: 100%;
  margin-left: 0 !important;
  height: 80vh !important;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 834px) {
  #mainArea .slider img {
    height: 60vh !important;
    min-height: 600px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .slider img {
    height: 50vh !important;
    min-height: 500px;
  }
}

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

#global_footer {
  padding: 60px 20px 20px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(#693631), color-stop(50%, #81433d), to(#a0544d));
  background: linear-gradient(to top, #693631 0%, #81433d 50%, #a0544d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

.footer_container .col_03 .f_tel {
  margin-bottom: 40px;
}

.footer_container .col_03 a, .footer_container .col_03 p {
  color: #fff !important;
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .nav_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nav_footer .last {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 834px) {
  .nav_footer .last {
    border-right: none;
  }
}

.nav_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 834px) {
  .nav_footer li {
    border-left: none;
  }
}

.nav_footer a {
  display: block;
  color: #fff !important;
}

@media screen and (max-width: 834px) {
  .nav_footer a {
    margin-top: 20px;
    background: #fafafa;
    border: 2px solid #7c4540 !important;
    color: #333 !important;
    padding: 15px 0 !important;
    max-width: 100%;
    text-align: center;
    position: relative;
    width: 100%;
  }
  .nav_footer a:after {
    content: "";
    background: url(../images/home/arrow.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}

#copyright {
  color: #fff;
  padding: 5px 0 7px;
  font-weight: 500;
}

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

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

/* home */
.h_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .h_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_flex .box {
  width: 20%;
}

@media screen and (max-width: 834px) {
  .h_flex .box {
    width: 48%;
    margin-bottom: 4%;
  }
}

.h_flex .right01 {
  width: 54%;
}

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

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

.btn a {
  margin-top: 40px;
  display: block;
  background: #fafafa;
  border: 2px solid #7c4540 !important;
  color: #333 !important;
  padding: 15px 0 !important;
  font-size: 0.8em;
  width: 200px;
  max-width: 100%;
  text-align: center;
  position: relative;
}

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

.btn a:after {
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.btn02 a {
  margin-top: 40px;
  display: block;
  background: #fafafa;
  border: 2px solid #7c4540 !important;
  color: #333 !important;
  padding: 15px 0 !important;
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
}

.btn02 a:after {
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.h_h2 h2,
.contents_h2 h2 {
  border-left: 5px #7c4540 solid;
  padding-left: 20px;
  font-size: 1.4em;
  margin-bottom: 40px;
}

.h_h202 h2 {
  display: inline-block;
  border-left: 5px #7c4540 solid;
  padding-left: 20px;
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #fff;
}

.h_menu_bg {
  background-size: cover;
}

.h_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h_box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h_box .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.h_box .box img {
  margin-bottom: 10px;
}

.h_box a {
  background: #fafafa;
  border: 2px solid #424f6f;
  color: #333 !important;
  width: 32%;
  padding: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  .h_box a {
    width: 48.5%;
  }
}

.inner_out {
  background-repeat: no-repeat;
}

.bgr01 {
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}

.btn_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.btn_box a {
  display: block;
  padding: 20px 0;
  text-align: center;
}

.btn_box .box {
  margin: 0 5%;
}

@media screen and (max-width: 640px) {
  .btn_box .box {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.btn_box .tel_link {
  border: 2px solid #fff;
  color: #fff !important;
  display: block;
}

.btn_box .tel_link span {
  position: relative;
  padding-left: 40px;
}

.btn_box .tel_link span:before {
  content: "";
  background: url(../images/home/tel.png) no-repeat;
  width: 27px;
  height: 25px;
  margin: auto;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.btn_box p {
  color: #fff;
  font-size: 0.8em;
  margin-top: 10px;
  text-align: center;
}

.btn_box .mail_link {
  border: 2px solid #fff;
  color: #fff !important;
  font-size: 0.9em;
}

.btn_box .mail_link span {
  position: relative;
  padding-left: 40px;
}

.btn_box .mail_link span:before {
  content: "";
  background: url(../images/home/mail.png) no-repeat;
  width: 30px;
  height: 20px;
  margin: auto;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.zind01 {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 640px) {
  .zind01 {
    padding: 120px 20px 100px 20px !important;
  }
}

.kakomi {
  background: url(../images/contents/cont_bg.jpg) no-repeat;
  background-size: cover;
  padding: 30px;
}

.kakomi li {
  margin-bottom: 10px;
  padding-left: 30px !important;
  position: relative;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}

.kakomi li:before {
  content: "\f044";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #424f6f;
}

.kakomi a {
  color: #424f6f !important;
  font-weight: 600;
}

.contents_h3 {
  padding: 0.8em;
  background-color: #3a4151;
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  margin-bottom: 30px;
}

.contents_h3 h3 {
  font-size: 1.1em;
}

.flow01 {
  position: relative;
}

.flow01 {
  margin-bottom: 40px;
}

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

.flow01 dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #7c4540;
  border-radius: 10px;
  position: relative;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

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

.flow01 dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 dl dt {
  text-align: center !important;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#693631), color-stop(50%, #81433d), to(#a0544d));
  background: linear-gradient(to right, #693631 0%, #81433d 50%, #a0544d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none !important;
  color: #fff !important;
  width: 100% !important;
  padding: 10px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flow01 dl dd {
  text-align: center;
  background: none !important;
  border: none !important;
  width: 100% !important;
}

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

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

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

@media screen and (max-width: 834px) {
  .con_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.con_flex .img100 {
  width: 28%;
}

@media screen and (max-width: 1000px) {
  .con_flex .img100 {
    width: 30%;
  }
}

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

.con_flex .img100 img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: cover;";
  font-family: "object-position: right;";
}

@media screen and (max-width: 834px) {
  .con_flex .img100 img {
    height: auto !important;
  }
}

.con_flex .f_list {
  width: 68%;
}

@media screen and (max-width: 1000px) {
  .con_flex .f_list {
    width: 66%;
  }
}

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

.con_flex .f_list dl {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.con_flex .f_list dt {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#693631), color-stop(50%, #81433d), to(#a0544d));
  background: linear-gradient(to right, #693631 0%, #81433d 50%, #a0544d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none !important;
  color: #fff !important;
  width: 100% !important;
  padding: 10px !important;
}

.kakomi02 {
  border: 4px double #424f6f;
  padding: 30px;
}

.large {
  text-align: center;
}

.large div {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff799));
  background: linear-gradient(transparent 50%, #fff799 0%);
  font-weight: bold;
}

.con_flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .con_flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.con_flex02 div {
  margin-left: 40px;
}

@media screen and (max-width: 834px) {
  .con_flex02 div {
    margin-left: 0;
    margin-top: 20px;
  }
}

.con_flex02 img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

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

@media screen and (max-width: 640px) {
  .con_tbl {
    overflow-y: hidden !important;
  }
}

.con_tbl td {
  border: 1px solid #ccc !important;
  padding: 10px !important;
}

.con_tbl .color01 {
  background: #424f6f;
  color: #fff !important;
  width: 25%;
}

.con_tbl .color02 {
  background: #3a4151;
  color: #fff !important;
}

.con_tbl .batsu {
  position: relative;
}

.con_tbl .batsu:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.5em;
  z-index: -1;
  font-weight: 100;
}

@media screen and (max-width: 640px) {
  .con_tbl .batsu:after {
    font-size: 3em;
  }
}

.con_tbl .maru {
  position: relative;
}

.con_tbl .maru:after {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5em;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .con_tbl .maru:after {
    font-size: 2em;
  }
}

.con_tbl02 td {
  border: 1px solid #ccc !important;
  padding: 10px !important;
}

.con_tbl02 td:nth-child(odd) {
  background: #424f6f;
  color: #fff;
  text-align: center !important;
  width: 25%;
}

@media screen and (max-width: 640px) {
  .con_tbl02 td:nth-child(odd) {
    width: 100%;
  }
}

.con_tbl02 td:nth-child(even) {
  background: #fff;
}

.con_tbl02 a {
  color: #424f6f !important;
}

.stf_box .box {
  margin-right: 3%;
}

@media screen and (max-width: 834px) {
  .stf_box .box {
    width: 47% !important;
    margin-bottom: 3%;
  }
}

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

@media screen and (max-width: 834px) {
  .stf_box .box:nth-child(3) {
    width: 100% !important;
  }
}

.stf_box .box img {
  height: 480px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100% !important;
  -o-object-position: top;
     object-position: top;
  font-family: "object-position: top;";
}

@media screen and (max-width: 834px) {
  .stf_box .box img {
    height: 400px !important;
  }
}

@media screen and (max-width: 640px) {
  .stf_box .box img {
    height: 500px !important;
  }
}

.stf_box b {
  display: block;
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#693631), color-stop(50%, #81433d), to(#a0544d));
  background: linear-gradient(to right, #693631 0%, #81433d 50%, #a0544d 100%);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

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