@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
html {
  font-size: 14px;
}

body {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1.85;
  color: #000;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: inherit;
  outline: 0px none #000;
  text-decoration: none;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

br.sp {
  display: none;
}

/* -----
 * 汎用モジュール
----------------------------------------------------------------------------- */
/* *** レスポンシブ用表示制御 *** */
.sp-show {
  display: none !important;
}

/* *** フォントカラー *** */
.f-red {
  color: #b7282c;
}

.more {
  text-align: center;
  margin-top: 2em;
}

.more2 a {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #c10128;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 25px;
  line-height: 130%;
    height: auto;
}

.more2 a:after {
  display: block;
  content: "";
  width: 41px;
  height: 12px;
  background: transparent url(../images/index/icon-arrow.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pcBox {
    display: inline-block;
    width: 85px;
}

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper {
  min-width: 1080px;
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

#Wrapper.redy {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* -----
 * Header
----------------------------------------------------------------------------- */
#Header {
  padding: 20px 0;
}

#Header > h1 {
  width: 250px;
  margin: 0 auto;
}

#Header .gnavi-open {
  width: 43px;
  position: fixed;
  top: 50px;
  right: 60px;
  z-index: 9999;
  cursor: pointer;
}

#Header .gnavi {
  width: 350px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 9999;
  background-color: #c10128;
  overflow: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#Header .gnavi.opened {
  right: 0;
}

#Header .gnavi .gnavi-close {
  width: 32px;
  position: absolute;
  top: 50px;
  right: 10px;
  cursor: pointer;
  z-index: 9999;
}

#Header .gnavi ul {
  padding-top: 50px;
}

#Header .gnavi ul li {
  border-bottom: 1px solid #fff;
}

#Header .gnavi ul li a {
  display: block;
  padding: 30px 0;
}

#Header .gnavi ul li.multi-line a {
  padding: 20px 0;
}

/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer {
  margin-top: 40px;
  padding: 50px 0 30px;
  background-color: #343031;
  position: relative;
  color: #fff;
  font-size: 12px;
}

#Footer .page-top {
  width: 58px;
  height: 58px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

#Footer .contents {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#Footer .contents .address {
  display: inline-block;
  float: left;
}

#Footer .contents .address h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

#Footer .contents .address address {
  font-style: normal;
}

#Footer .contents .address .tel {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.25em;
}

#Footer .contents .banner {
  float: right;
}

#Footer .contents .banner ul {
  list-style: none;
  padding: 0;
  display: table;
  height: 150px;
}

#Footer .contents .banner ul li {
  display: table-cell;
  vertical-align: bottom;
  background-color: #fff;
  border-right: 6px solid #343031;
}

#Footer .contents .banner ul li:last-child {
  border-right: none;
}

#Footer .contents .banner ul li a {
  display: block;
  width: 120px;
}

#Footer .footer-navi {
  margin-top: 2em;
}

#Footer .footer-navi ul {
  list-style: none;
  padding: 0;
  display: table;
  margin: 0 auto;
}

#Footer .footer-navi ul li {
  display: table-cell;
  padding: 0 1em;
}

#Footer .footer-navi ul li a:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 11px;
  background: transparent url(../images/common/icon-outlink.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

#Footer .copyright {
  margin-top: 2em;
  font-size: 10px;
  text-align: center;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  body {
    width: 100%;
    font-size: 12px;
  }
  /* -----
   * tag setting
  ----------------------------------------------------------------------------- */
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  /* -----
   * 汎用モジュール
  ----------------------------------------------------------------------------- */
  /* *** 表示制御 *** */
  .sp-show {
    display: block !important;
  }
  .sp-show.inline {
    display: inline !important;
  }
  .pc-show {
    display: none !important;
  }
  /* *** height adjust *** */
  .height-adjust-pc-split2 .adjust-target {
    height: auto !important;
  }
    .more2 a {
width:100%;
        max-width: 360px;
}
 .pcBox {
    display: inline-block;
    width: 65px;
}
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
  /* -----
   * Wrapper
  ----------------------------------------------------------------------------- */
  #Wrapper {
    min-width: initial;
    min-width: auto;
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  #Header {
    padding: 10px 0 15px;
  }
  #Header > h1 {
    width: 140px;
  }
  #Header .gnavi-open {
    top: 10px;
    right: 10px;
  }
  #Header .gnavi {
    width: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
  #Header .gnavi.opened {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
  #Header .gnavi .gnavi-close {
    top: 10px;
    right: 10px;
  }
  /* -----
   * Footer
  ----------------------------------------------------------------------------- */
  #Footer {
    margin-top: 60px;
    padding: 50px 10px 30px;
    font-size: 12px;
    text-align: center;
  }
  #Footer .page-top {
    width: 75px;
    height: 75px;
    top: -38px;
  }
  #Footer .contents {
    width: auto;
    position: relative;
  }
  #Footer .contents .address {
    float: none;
  }
  #Footer .contents .address h2 {
    font-size: 13px;
  }
  #Footer .contents .address .tel {
    font-size: 13px;
  }
  #Footer .contents .address .tel a {
    text-decoration: none;
  }
  #Footer .contents .banner {
    float: none;
    padding-top: 0;
    margin-top: 2em;
  }
  #Footer .contents .banner ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #Footer .contents .banner ul li {
    width: 33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  #Footer .contents .banner ul li:nth-child(1) {
    padding-left: 0;
  }
  #Footer .contents .banner ul li:nth-child(2) {
    width: 34%;
  }
  #Footer .contents .banner ul li:nth-child(3) {
    padding-right: 0;
  }
  #Footer .contents .banner ul li a {
    width: auto;
    position: relative;
    height: 100%;
    background-color: #fff;
  }
  #Footer .footer-navi {
    margin-top: 3em;
  }
  #Footer .copyright {
    margin-top: 3em;
  }
}