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

body {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.6;
  background: url(../images/common/body_bg.jpg) center top;
  color: #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  word-wrap: break-word;
  min-width: 1600px;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: auto;
  }
}

figure {
  padding: 0;
  margin: 0;
}

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

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.sinner {
  max-width: 620px;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #982e34;
  font-weight: bold;
}

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

#contents {
  padding: 0;
  background-color: inherit !important;
}

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

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

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%;
  }
}

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

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
  color: #982e34;
}

.policy p {
  margin: 0 0 20px;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !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;
}

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

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
}

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

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

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

.fwb {
  font-weight: bold;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1024px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

/*ハンバーガーメニュー*/
.open #nav-toggle:before {
  -webkit-transition: 2s;
  transition: 2s;
  content: "close";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.65em;
  color: #fff;
  letter-spacing: 0;
}

.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 32px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle:after {
  -webkit-transition: 2s;
  transition: 2s;
  content: "menu";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.65em;
  color: #8B0F1B;
  letter-spacing: 0;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #8B0F1B;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 3px;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 9999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  padding: 0 120px;
  overflow: auto;
  background: url(../images/common/nav_bg.jpg) repeat;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav nav {
  width: 100%;
}

#gloval-nav .h_logo {
  margin-bottom: 10px;
}

#gloval-nav .h_contact {
  margin-bottom: 20px;
}

#gloval-nav a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  font-size: 1.4em;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 640px) {
  #gloval-nav a {
    font-size: 1.2em;
  }
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul {
  list-style: none;
  background-size: contain;
  background-position: center;
}

#gloval-nav ul li {
  opacity: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#gloval-nav ul li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/*insta*/
.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -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-line-pack: justify;
      align-content: space-between;
}

.insta div.sns_list > div {
  border: 1px solid #982e34;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 32% !important;
  margin-bottom: 2%;
}

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

.insta div.sns_list > div:not(:nth-child(3n)) {
  margin-right: 1%;
}

@media only screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:nth-child(2n)) {
    margin-right: 1%;
  }
}

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

.insta div.sns_list div.sns_photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta div.sns_list div.sns_photo img {
  position: absolute;
  top: 0;
  left: 0;
  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 .sns_text {
  display: none;
  width: 100% !important;
  padding: 0 !important;
}

.insta .sns_text .caption {
  color: #111;
  font-weight: bold;
}

.insta .sns_date {
  background: #982e34;
  display: inline-block;
  padding: 0 .8em;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0;
  margin: 10px 0;
}

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

.insta .clearfix li a {
  color: #982e34 !important;
}

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

#header {
  width: 100%;
}

#header h1 {
  background: #000;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  #header h1 {
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
}

#main_nav {
  background: url(../images/common/nav_bg.jpg) center top;
}

#main_nav .logo {
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  #main_nav .logo {
    padding-bottom: 20px;
  }
}

#main_nav address .tel {
  color: #fff;
  font-size: 23px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

#main_nav address .tel a {
  display: block;
  color: #fff;
  border: none;
  padding: 0px;
  text-decoration: none;
  font-size: 25px;
  margin-top: 0px;
  width: 100%;
}

#main_nav address a {
  display: block;
  color: #fff;
  border: 1px solid #ccc;
  padding: 20px 10px;
  text-decoration: none;
  font-size: 25px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  #main_nav address a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: 32.5%;
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  #main_nav address a {
    width: 32%;
  }
}

#nav_wrap {
  width: 20%;
  float: left;
  padding: 0 15px 0;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  #nav_wrap {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

#nav_wrap #nav_global {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  #nav_wrap #nav_global {
    display: none;
  }
}

#nav_wrap #nav_global a {
  display: block;
  color: #fff;
  padding: 20px 0;
  text-decoration: none;
  font-size: 19px;
}

#main_image {
  width: 80%;
  float: right;
}

@media screen and (max-width: 1024px) {
  #main_image {
    float: none;
    width: 100%;
  }
}

#main_image img {
  width: 100%;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1024px) {
  #main_image img {
    height: auto !important;
  }
}

#mainArea {
  width: 100% !important;
}

#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

.mean-container .mean-bar {
  background: #000 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #000 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

#footer {
  background: url(../images/common/nav_bg.jpg) center top;
}

#footer .nav {
  background: url(../images/common/footer_nav_bg.gif) center top;
  text-align: center;
  color: #fff;
  padding: 10px 10px;
}

@media screen and (max-width: 640px) {
  #footer .nav {
    display: none;
  }
}

#footer .nav a {
  text-decoration: none;
  color: #fff;
}

#footer .inner {
  padding: 20px 0;
}

#footer .inner .logo {
  float: left;
  border-right: 1px solid #fff;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  #footer .inner .logo {
    float: none;
    width: 100%;
    border: none;
    padding-right: 0;
  }
}

#footer .inner .wrap {
  margin-top: 10px;
  float: left;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  #footer .inner .wrap {
    float: none;
    max-width: 370px;
    margin: 20px auto;
  }
}

#footer .inner .wrap .txt1, #footer .inner .wrap .txt2 {
  text-align: left;
  float: left;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #footer .inner .wrap .txt1, #footer .inner .wrap .txt2 {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  #footer .inner .btn {
    clear: both;
    padding-top: 10px;
  }
}

#footer .copy {
  text-align: center;
  color: #fff;
}

#contents_wrap {
  width: 100%;
  padding: 0;
}

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

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

#contents_wrap #contents, #contents_wrap #main, #contents_wrap #col_main {
  max-width: 100%;
  width: 100%;
}

/* title */
h2.h2title {
  font-size: 36px;
}

@media screen and (max-width: 1024px) {
  h2.h2title {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 640px) {
  h2.h2title {
    font-size: 25px;
    line-height: 30px;
  }
}

h2.h2title span {
  font-size: 20px;
  display: block;
  color: #982e34;
}

h2.h2title2 {
  background: #49181e;
  color: #fff;
  font-size: 35px;
  line-height: 70px;
  display: block;
}

@media screen and (max-width: 1024px) {
  h2.h2title2 {
    font-size: 30px;
    line-height: 55px;
  }
}

@media screen and (max-width: 640px) {
  h2.h2title2 {
    font-size: 25px;
    line-height: 40px;
  }
}

/* TOP */
.wrap2 {
  padding: 90px 0;
  position: relative;
  z-index: 99999;
}

@media screen and (max-width: 1024px) {
  .wrap2 {
    padding: 60px 0;
  }
}

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

/* common */
.posi {
  position: relative;
}

.topbg2 {
  background: url(../images/contents/top_bg2.jpg) center top;
}

.absolute_img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.absolute_img2 {
  position: absolute;
  top: -50px;
  right: 2%;
  z-index: 1;
}

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

.absolute_img3 {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.font16 {
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 1024px) {
  .font16 {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 640px) {
  .font16 {
    font-size: 13px;
    line-height: 23px;
  }
}

.news_wrap {
  margin-top: 30px;
}

.news_wrap .fltL {
  width: 49%;
  position: relative;
  padding-left: 60px;
  min-height: 270px;
}

@media screen and (max-width: 1024px) {
  .news_wrap .fltL {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.news_wrap .fltL:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "　";
  background: url(../images/contents/news_title.png) left top no-repeat;
  width: 30px;
  height: 270px;
}

.news_wrap .fltL .news {
  overflow-y: scroll;
  max-height: 270px;
}

.news_wrap .fltL .news .newstxt {
  border-bottom: 1px dotted #999;
}

.news_wrap .fltR {
  width: 49%;
  margin: 0 auto !important;
}

@media screen and (max-width: 1024px) {
  .news_wrap .fltR {
    width: 100%;
    float: none;
  }
}

#pageplugin {
  max-width: 480px;
  margin: 0 auto !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

/* 3列 */
.wrap1 {
  margin-left: -3.0303% !important;
}

@media screen and (max-width: 640px) {
  .wrap1 {
    margin-left: 0% !important;
  }
}

.wrap1 .box1 {
  float: left !important;
  width: 30.30303% !important;
  margin-left: 3.0303% !important;
}

@media screen and (max-width: 640px) {
  .wrap1 .box1 {
    margin-left: 0 !important;
  }
}

.h_tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .h_tbl tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_tbl td {
  overflow: hidden;
  width: 33%;
  text-align: center !important;
  margin-bottom: 20px !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;
}

.h_tbl td:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .h_tbl td:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .h_tbl td:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .h_tbl td {
    width: 49%;
  }
}

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

@media screen and (max-width: 640px) {
  .h_tbl td {
    margin-bottom: 15px !important;
  }
}

.h_tbl td p {
  padding-top: 5px;
}

.h_tbl02 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .h_tbl02 tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_tbl02 td {
  text-align: center !important;
  display: block;
}

.h_tbl02 td:nth-child(1) {
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .h_tbl02 td:nth-child(1) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .h_tbl02 td:nth-child(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .h_tbl02 td {
    width: 49%;
  }
}

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

@media screen and (max-width: 640px) {
  .h_tbl02 td {
    margin-bottom: 15px !important;
  }
}

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

@media screen and (max-width: 640px) {
  .h_tbl03 tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_tbl03 td {
  display: block;
  width: 50%;
}

.h_tbl03 td:nth-child(1) {
  text-align: center !important;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .h_tbl03 td:nth-child(1) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .h_tbl03 td:nth-child(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .h_tbl03 td {
    width: 49%;
  }
}

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

@media screen and (max-width: 640px) {
  .h_tbl03 td {
    margin-bottom: 15px !important;
  }
}

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

@media screen and (max-width: 640px) {
  .h_tbl04 tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_tbl04 td {
  display: block;
}

.h_tbl04 td:nth-child(odd) {
  width: 35% !important;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .h_tbl04 td:nth-child(odd) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .h_tbl04 td:nth-child(odd) {
    margin-right: 0;
    width: 100% !important;
  }
}

.h_tbl04 td:nth-child(even) {
  width: 63% !important;
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .h_tbl04 td {
    margin-bottom: 15px !important;
  }
}

/* title */
.h2bg {
  background: #49181e;
}

.h2bg h2 {
  line-height: 80px;
  padding: 0 10px;
  color: #fff;
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .h2bg h2 {
    font-size: 26px;
  }
}

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

h3.h3title3 {
  font-size: 25px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  h3.h3title3 {
    font-size: 20px;
  }
}

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

/* common */
.table_wrap2 .box1 p {
  padding-top: 5px !important;
}

.map li {
  border-left: 5px solid #982e34;
}

.map li a {
  color: #982e34;
}
/*# sourceMappingURL=assets.css.map */