@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-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: #21100c;
  color: #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  word-wrap: break-word; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1100px; }

@media screen and (max-width: 768px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media screen and (max-width: 468px) {
  .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: #21100c;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0; }

#main {
  width: 100%;
  float: none; }

#main #col_main {
  width: 100%;
  float: none; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h3 {
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 0 0 5px; }

.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; }

#contents {
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 1100px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media screen and (max-width: 468px) {
  .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: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; } }
header#global_header {
  max-width: 100%; }

#header {
  width: 100%;
  padding-right: 40px;
  background: #21100c; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 55px 0 20px; } }
  #header .flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #header .flex_wrap {
        display: block; } }
    #header .flex_wrap .box1 {
      background: #fff; }
    #header .flex_wrap .box2 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #header .flex_wrap .box2 {
          display: block; } }
      @media screen and (max-width: 768px) {
        #header .flex_wrap .box2 .sns {
          display: flex;
          align-items: center;
          justify-content: space-between;
          max-width: 150px;
          margin: 20px auto 0; } }
      #header .flex_wrap .box2 .sns li {
        float: left;
        margin-left: 20px; }
        @media screen and (max-width: 768px) {
          #header .flex_wrap .box2 .sns li {
            float: none;
            margin-left: 0; } }

#nav_global ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  #nav_global ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    #nav_global ul li a {
      color: #fff;
      display: block;
      text-decoration: none; }
      #nav_global ul li a span {
        border-right: 1px solid #fff;
        line-height: 10px;
        display: block;
        padding-right: 20px;
        padding-left: 20px; }
        #nav_global ul li a span.last {
          border-right: none; }

#main_image img {
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;'; }
  @media screen and (max-width: 768px) {
    #main_image img {
      height: 100% !important; } }

.mean-container .mean-bar {
  background: #21100c !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #21100c !important; }

#footer {
  background: #21100c;
  padding-right: 40px; }
  @media screen and (max-width: 768px) {
    #footer {
      padding-right: 0; } }
  #footer .flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #footer .flex_wrap {
        display: block; } }
    @media screen and (max-width: 768px) {
      #footer .flex_wrap .box1 {
        background: #fff; } }
    #footer .flex_wrap .box2 {
      text-align: left;
      color: #fff;
      padding-left: 20px; }
      @media screen and (max-width: 768px) {
        #footer .flex_wrap .box2 {
          text-align: center;
          padding-left: 0;
          margin: 20px 0; } }
    #footer .flex_wrap .box3 {
      text-align: left;
      color: #fff; }
      @media screen and (max-width: 768px) {
        #footer .flex_wrap .box3 {
          text-align: center;
          padding-bottom: 10px; } }
      #footer .flex_wrap .box3 a {
        color: #fff;
        text-decoration: none; }

#contents_wrap {
  min-width: 1100px; }
  @media screen and (max-width: 768px) {
    #contents_wrap {
      min-width: 100%; } }

.posiR {
  position: relative; }

.pd_common {
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .pd_common {
      padding: 50px 0; } }

.topbg1, .topbg2, .topbg3, .topbg4 {
  background: url(../images/contents/top_bg1.jpg) center top no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .topbg1, .topbg2, .topbg3, .topbg4 {
      background: url(../images/contents/top_bg1.jpg) 90% top no-repeat; } }

.topbg2 {
  background: url(../images/contents/top_bg2.jpg) right top no-repeat #000;
  background-size: cover;
  height: 550px;
  display: flex; }
  @media screen and (max-width: 768px) {
    .topbg2 {
      background: #000; } }
  .topbg2 h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    display: inline-block;
    background: url(../images/contents/news_title.jpg) center top no-repeat;
    width: 189px;
    height: 550px;
    position: relative; }
    @media screen and (max-width: 468px) {
      .topbg2 h2 {
        width: 130px; } }
    .topbg2 h2 span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 10px;
      height: 50%;
      font-size: 16px;
      padding-right: 70px;
      background: url(../images/contents/newstitle.png) center top no-repeat; }
      @media screen and (max-width: 468px) {
        .topbg2 h2 span {
          padding-right: 50px;
          right: -25px; } }
  .topbg2 .news {
    padding: 30px;
    color: #fff;
    width: 90%; }
    .topbg2 .news .scroll {
      max-height: 490px;
      overflow-y: scroll;
      width: 50%; }
      @media screen and (max-width: 768px) {
        .topbg2 .news .scroll {
          width: 100%; } }
      .topbg2 .news .scroll .news_txt {
        border-bottom: 1px dotted #999;
        padding-bottom: 10px;
        margin-bottom: 20px; }
        .topbg2 .news .scroll .news_txt b {
          display: inline-block;
          background: #fff;
          padding: 2px 10px;
          color: #000;
          margin-bottom: 10px; }

.topbg3, .topbg4 {
  background: url(../images/contents/top_bg3.jpg) center top; }
  .topbg3 h2, .topbg4 h2 {
    color: #fff;
    font-size: 16px;
    padding-top: 40px;
    background: url(../images/contents/instatitle.png) center top no-repeat; }
    @media screen and (max-width: 468px) {
      .topbg3 h2, .topbg4 h2 {
        font-size: 13px;
        font-size: 4.0625vw; } }

.topbg4 {
  background: url(../images/contents/top_bg4.gif) center top; }
  .topbg4 h2 {
    background: url(../images/contents/picuptitle.png) center top no-repeat;
    text-align: center; }
    @media screen and (max-width: 468px) {
      .topbg4 h2 {
        font-size: 13px;
        font-size: 4.0625vw; } }

.tate_txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  display: block;
  position: relative;
  padding: 0 0 0px 160px;
  max-height: 700px; }
  @media screen and (max-width: 768px) {
    .tate_txt {
      -webkit-writing-mode: lr-tb !important;
      -ms-writing-mode: lr-tb !important;
      writing-mode: lr-tb !important;
      padding: 0px;
      font-size: 13px;
      line-height: 1.6; } }
  .tate_txt a {
    position: absolute;
    bottom: 50px;
    left: 0;
    background: #5e0000;
    color: #fff;
    display: inline-block;
    padding: 20px 10px;
    text-decoration: none;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .tate_txt a {
        position: static; } }

.altText {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 150px;
  max-height: 552px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .altText {
      position: static;
      color: #fff;
      font-size: 11px;
      font-size: 3.4375vw;
      line-height: 1.6;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 468px) {
    .altText {
      font-size: 13px;
      font-size: 4.0625vw; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none; } }

/* 3列 */
.wrap1 {
  margin-left: -1.78571% !important; }
  @media screen and (max-width: 768px) {
    .wrap1 {
      margin-left: -1% !important; } }
  @media screen and (max-width: 468px) {
    .wrap1 {
      margin-left: 0% !important; } }
  .wrap1 .menu_wrap {
    float: left !important;
    width: 47.32143% !important;
    margin-left: 1.78571% !important;
    margin-top: 20px !important; }
    .wrap1 .menu_wrap .box1 {
      position: relative; }
      .wrap1 .menu_wrap .box1 p {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: block;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        height: 100%;
        text-align: center;
        line-height: 60px;
        font-size: 14px;
        font-weight: bold; }
    @media screen and (max-width: 768px) {
      .wrap1 .menu_wrap {
        width: 49% !important;
        margin-left: 1% !important; } }
    @media screen and (max-width: 468px) {
      .wrap1 .menu_wrap {
        margin-left: 0 !important;
        width: 100% !important; } }
    .wrap1 .menu_wrap .box2 {
      padding-top: 10px !important;
      color: #fff; }

#none1 {
  display: none; }

/* title */
.h2wrap h2 {
  color: #fff;
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .h2wrap h2 {
      font-size: 14px;
      font-size: 4.375vw; } }
  .h2wrap h2 span {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8), 0 0 1em rgba(0, 0, 0, 0.9); }
  .h2wrap h2 .bg1, .h2wrap h2 .bg2, .h2wrap h2 .bg3, .h2wrap h2 .bg4, .h2wrap h2 .bg5, .h2wrap h2 .bg6, .h2wrap h2 .bg7 {
    background: url(../images/contents/h2title_bg1.jpg) right top no-repeat;
    line-height: 265px;
    display: block; }
    @media screen and (max-width: 468px) {
      .h2wrap h2 .bg1, .h2wrap h2 .bg2, .h2wrap h2 .bg3, .h2wrap h2 .bg4, .h2wrap h2 .bg5, .h2wrap h2 .bg6, .h2wrap h2 .bg7 {
        line-height: 100px;
        background: #000; } }
  .h2wrap h2 .bg2 {
    background: url(../images/contents/h2title_bg2.jpg) right top no-repeat; }
    @media screen and (max-width: 468px) {
      .h2wrap h2 .bg2 {
        line-height: 100px;
        background: #000; } }
  .h2wrap h2 .bg3 {
    background: url(../images/contents/h2title_bg3.jpg) right top no-repeat; }
    @media screen and (max-width: 468px) {
      .h2wrap h2 .bg3 {
        line-height: 100px;
        background: #000; } }
  .h2wrap h2 .bg4 {
    background: url(../images/contents/h2title_bg4.jpg) right top no-repeat; }
    @media screen and (max-width: 468px) {
      .h2wrap h2 .bg4 {
        line-height: 100px;
        background: #000; } }
  .h2wrap h2 .bg5 {
    background: url(../images/contents/h2title_bg5.jpg) right top no-repeat; }
    @media screen and (max-width: 468px) {
      .h2wrap h2 .bg5 {
        line-height: 100px;
        background: #000; } }
  .h2wrap h2 .bg6 {
    background: url(../images/contents/h2title_bg6.jpg) right top no-repeat; }
    @media screen and (max-width: 468px) {
      .h2wrap h2 .bg6 {
        line-height: 100px;
        background: #000; } }
  .h2wrap h2 .bg7 {
    background: #000; }
    @media screen and (max-width: 468px) {
      .h2wrap h2 .bg7 {
        line-height: 100px;
        background: #000; } }

h3.h3title {
  border-bottom: 1px dotted #fff;
  font-size: 25px;
  padding-bottom: 7px;
  font-weight: bold;
  position: relative;
  padding-left: 20px; }
  h3.h3title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
    color: #730000;
    font-size: 13px; }
  @media screen and (max-width: 768px) {
    h3.h3title {
      font-size: 13px;
      font-size: 4.0625vw; } }
  h3.h3title span {
    background: #730000;
    font-size: 15px;
    border-radius: 15px;
    padding: 3px 10px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      h3.h3title span {
        font-size: 10px; } }

/* common */
.pankuzu {
  color: #fff;
  margin: 20px 0; }
  .pankuzu a {
    color: #fff;
    text-decoration: none; }

.comp_img {
  padding: 0 !important;
  border: none !important; }

.sukima {
  border: 0 !important; }
  @media screen and (max-width: 468px) {
    .sukima {
      padding: 10px !important; } }

.menu_wrap1 .box1 img {
  max-height: 200px;
  object-fit: cover;
  object-position: 0 70%;
  font-family: 'object-fit: cover; object-position: 0 70%;'; }
  @media screen and (max-width: 468px) {
    .menu_wrap1 .box1 img {
      max-height: 100%; } }
.menu_wrap1 .box1 p {
  display: inline-block;
  margin: 0 0 10px;
  background: #000;
  width: 100%;
  padding: 10px 5px;
  text-align: center; }

@media screen and (max-width: 468px) {
  .menu_wrap2 {
    margin-top: 0 !important; } }
.menu_wrap2 .box1 {
  font-weight: bold; }
  @media screen and (max-width: 468px) {
    .menu_wrap2 .box1 {
      margin-top: 30px; } }
  .menu_wrap2 .box1 b {
    display: block;
    border-bottom: 1px dotted #fff !important;
    padding-bottom: 7px !important; }
    @media screen and (max-width: 468px) {
      .menu_wrap2 .box1 b {
        border-bottom: none !important; } }
.menu_wrap2 .box2 {
  color: #f9c3c3; }
  @media screen and (max-width: 468px) {
    .menu_wrap2 .box2 {
      text-align: left !important; } }
  .menu_wrap2 .box2 b {
    display: block;
    border-bottom: 1px dotted #fff !important;
    padding-bottom: 7px !important; }

/*# sourceMappingURL=common.css.map */
