@charset "UTF-8";
/* アクセス */
#pagetit {
  background: url(../img/bg_pagetit.jpg) no-repeat center bottom;
  background-size: cover; }

.row .row_txt dt {
  display: inline-block;
  padding-right: 50px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #b1b1b1;
  line-height: 1.6; }
  .row .row_txt dt .txt_small {
    display: inline-block;
    font-size: 0.875em; }
.row .row_txt dd {
  padding: 15px 0 15px;
  line-height: 1.8; }
.row + .row {
  margin-top: 50px; }
.row .mt {
  margin-top: 30px; }

#sec1 .bar_tit {
  margin-bottom: 0; }
#sec1 .bg {
  height: 509px;
  border-top: 8px solid #525252;
  border-bottom: 8px solid #525252;
  background: url(../img/img_sec1_01.jpg) no-repeat center, #333; }
#sec1 .gmap iframe {
  width: 100%;
  max-width: 100%;
  max-height: 100%; }
#sec1 .btn_wrap {
  margin: 50px 0 40px; }
  #sec1 .btn_wrap a.btn_default {
    padding: 24px; }
#sec1 .address .address_logo {
  margin-right: 30px; }
  #sec1 .address .address_logo img {
    width: 200px;
    height: 65px; }
#sec1 .address .address_txt {
  line-height: 1.6; }
  #sec1 .address .address_txt .txt_large {
    font-size: 19px; }
#sec1 .access_nav {
  margin: 60px 0; }
  #sec1 .access_nav li {
    width: 312px; }
    #sec1 .access_nav li a {
      position: relative;
      display: block;
      padding: 20px;
      border: 1px solid #b1b1b1; }
      #sec1 .access_nav li a:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -4px;
        display: inline-block;
        width: 7px;
        height: 10px;
        vertical-align: middle;
        background: url(../../common/img/arrow_gray_right.svg) no-repeat;
        background-size: 100%; }
      #sec1 .access_nav li a:hover {
        opacity: 1;
        background: rgba(177, 177, 177, 0.2); }
      #sec1 .access_nav li a .icn {
        line-height: 23px;
        height: 23px;
        margin-right: 10px; }
        #sec1 .access_nav li a .icn img {
          vertical-align: middle; }

#sec2,
#sec3 {
  padding-bottom: 60px; }

@media screen and (max-width: 768px) {
  .row {
    margin-top: 20px; }
    .row .row_txt dt .txt_small {
      font-size: 1em; }
    .row .row_txt dd {
      padding: 10px 0 0; }
    .row + .row {
      margin-top: 20px; }
    .row .mt {
      margin-top: 20px; }

  #sec1 .bg {
    height: auto;
    border-width: 3px;
    background: none; }
  #sec1 .gmap {
    height: 310px; }
  #sec1 .btn_wrap {
    margin: 20px 0 20px; }
  #sec1 .address {
    display: block; }
    #sec1 .address .address_logo {
      margin: 0 auto 15px;
      text-align: center; }
      #sec1 .address .address_logo img {
        width: 245px;
        height: 80px; }
    #sec1 .address .address_txt {
      width: 280px;
      margin: 0 auto; }
      #sec1 .address .address_txt .txt_large {
        font-size: 16px; }
  #sec1 .access_nav {
    margin: 20px 0 25px; }
    #sec1 .access_nav li {
      width: 32%; }
      #sec1 .access_nav li a {
        position: relative;
        display: block;
        padding: 15px 5px 30px;
        border: 1px solid #b1b1b1;
        background: #fff;
        font-size: 17.5px;
        line-height: 1.2;
        text-align: center; }
        #sec1 .access_nav li a:after {
          transform: rotate(90deg);
          right: 50%;
          margin-right: -6px;
          bottom: 10px;
          top: auto; }
        #sec1 .access_nav li a .icn {
          display: block;
          margin-right: 0;
          margin-bottom: 8px; }
          #sec1 .access_nav li a .icn img {
            width: 34px;
            vertical-align: middle; }

  #sec2,
  #sec3 {
    padding-bottom: 30px; } }
@media screen and (max-width: 320px) {
  #sec1 .access_nav li a {
    font-size: 15px; } }
