/* CSS Document */
@media print, screen and (max-width: 1080px) {
  /*------------------------------------
  common parts
  --------------------------------------*/
  .l-inner__small {
    padding: 0 15px; }

  .c-Header__navList__link {
    margin: 0 3px;
    padding: 0 3px; }

  .c-Header__navList {
    margin-right: 10px; }

  .c-Header__navList:not(:last-child):after {
    right: -8px; }

  .c-Content__titleLv1 {
    font-size: 2rem;
    padding: 10px;
    margin: 30px 0; }

  .c-Content__titleLv5{
    font-size: 5vw;
    margin: 7.4vw 0;
    letter-spacing: 1.3vw;
  }

  .c-Content__titleLv5:after{
    max-width: 64.8vw;
    height: 0.5vw;
  }

  .c-Content__titleLv6{
    font-size: 3.5vw;
    letter-spacing: 0.3vw;
    padding-bottom: 0.9vw;
  }

  .c-Term__list2 {
    font-size: 2.2vw;
  }

  .c-Conductor__title {
    margin: 30px 0; }

  .c-Conductor__list {
    width: 100%; }

  .c-Conductor__link {
    padding: 15px;
    margin: 0 0 10px;
    font-size: 1.8rem; }

  .c-Content__table {
    border: none;
    margin: 10px 0; }

  .c-Content__table dt {
    float: none;
    width: 100%;
    border-bottom: #ccc 1px dotted; }

  .c-Content__table dd {
    border: none;
    margin: 0 0 30px; }
  .c-kv__caption__title {
    font-size: 3rem;}  

  .c-Content__table th {
    width: 40%
  }  
  
  .u-Link__Target {
    padding-top : 66px;
    margin-top: -66px; }  
  
  .p-Bread {
  padding: 15px 10px 15px;
  margin: auto;}
  
  /* テーブル表示 */
  .c-Content__table2 {
    margin: 15px 0 0;
  }
  .u-scroll__table {
    overflow-x: scroll;
    margin: 0 0 30px;} 
  
  .u-scroll__table table {
    display: block;
    -webkit-overflow-scrolling: touch;
    width :200%; }
  
  
  /*------------------------------------
  shop
  --------------------------------------*/
  .c-ShopList__navList a{
    padding: 8px 8px 15px;
  }
  .c-ShopList {
    padding: 0;}
  .c-ShopLists a {
    padding: 20px 30px 20px 20px ;
    box-shadow: 0 0 5px 0px #ccc; }

  .c-ShopList__detail {
    width: 100%;
  }
  .c-ShopList__detail dt {
    float: none;
    margin: 0;
    padding: 5px;
    width: 100%;
    font-weight: bold; }

  .c-ShopList__detail dd {
    margin: 0;
    padding: 5px;
    width: 100%; } }

@media print, screen and (max-width: 960px){
  .c-Term__lists2 {
    margin: 11.1vw 15vw 0;
  }
}

@media print, screen and (max-width: 817px) {
  /*------------------------------------
  header
  --------------------------------------*/
  .p-Header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;}
  .main {
    margin: 66px 0 0;
  }
  .c-Header__NavBtn {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    display: inline-block; }

  .c-Header__NavBtn__inner {
    position: relative;
    width: 25px;
    height: 59px;
    padding: 0 40px; }

  .bar {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    -webkit-transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out;
    -moz-transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -moz-transform 0.15s ease-out;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, transform 0.15s ease-out;
    -webkit-transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out;
    -moz-transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s; }

  .bar.bar--1 {
    margin-top: -5px; }

  .bar.bar--2 {
    margin-top: 3px; }

  .bar.bar--3 {
    margin-top: 11px; }

  .open .bar {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
    -moz-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -moz-transform 0.15s ease-out 0.25s;
    transition: margin 0.15s ease-out, opacity 0.15s ease-out, transform 0.15s ease-out 0.25s;
    -webkit-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
    -moz-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
    background-color: #fff; }

  .open .bar--1 {
    margin-top: -1px;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

  .open .bar--2 {
    margin-top: -1px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }

  .open .bar--3 {
    display: none; }

  .c-Header__navBtn__open {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 25px;
    height: 25px;
    padding: 30px; }

  .c-Header__SpNav {
    background-color: transparent;
    z-index: 2;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    border: none; }

  .c-Header__SpNavLists {
    height: 100%; }

  .c-Header__SpNavList {
    padding: 0;
    display: block;
    padding-top: 60px;
    width: 50%;
    float: left;
    position: relative; }

  .c-Header__SpNavList:last-child {
    width: 100%; }

  .c-Header__SpNavList a {
    letter-spacing: 1px;
    color: #fff;
    font-size: 12px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto; }

  .c-Header__SpNavList a:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -75px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

  .c-Header__SpNavList.home a:before {
    background: url(../images/icon_home.svg) no-repeat; }

  .c-Header__SpNavList.service a:before {
    background: url(../images/icon_service.svg) no-repeat; }

  .c-Header__SpNavList.news a:before {
    background: url(../images/icon_news.svg) no-repeat; }

  .c-Header__SpNavList.company a:before {
    background: url(../images/icon_company.svg) no-repeat; }

  .c-Header__SpNavList.contact a:before {
    background: url(../images/icon_contact.svg) no-repeat; }

  .c-Header__SpNavList a:after {
    display: none !important;
    opacity: 0;
    visibility: hidden; }

  .c-Header__SpNavList a.active,
  .c-Header__SpNavList a:hover {
    color: #fff; }

  .c-Header__SpNav__icon {
    max-width: 20%;
    display: block;
    margin: 5px auto; }

  .c-Header__SpNavLink--cs {
    color: #999; }

  .c-Header__SpNavLink--cs:hover {
    color: #999; }

  .c-Header__SpNavOverlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.8); }

  .h_btn {
    display: block;
    z-index: 2102;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px; }

  .c-Header__nav {
    display: none; }

  .c-Header__inner {
    padding: 10px; }

  .c-Header__link {
    width: 230px;
    height: 46px;
    background-position: left center; }

  /*------------------------------------
  layout
  --------------------------------------*/
  .l-row {
    display: block; }

  /*------------------------------------
  top
  --------------------------------------*/
  .p-TopBanner {
    border-right: none;
    border-left: none; }

  .p-TopNews {
    border: none; }

  .c-TopNews__title span {
    display: none;
  }
  .c-Footer__top {
    margin: 32px 0 0; }
  
  .c-TopNewsList__title {
    font-size: 1.4rem;
    margin: 0;
  }

  /*------------------------------------
  footer
  --------------------------------------*/
  .c-Footer__top a {
    padding: 15px;
    border-radius: 50%; }

  .c-Footer__group {
    position: static;
    margin: 15px auto; }

  .c-Footer__group a {
    width: 108px;
    height: 108px; }

  .c-Footer__inner {
    padding: 15px; }

  .c-Footer__navLists {
    margin: 32px 0;
    text-align: left;
    border-top: #ccc 1px solid; }

  .c-Footer__navLists li {
    display: block;
    margin: 0; }

  .c-Footer__navLists a:hover {
    text-decoration: none;
    background: #fff; }

  .c-Footer__navLists li:not(:last-child):after {
    content: none; }


  .c-Footer__navLists a {
    display: block;
    border-bottom: #ccc 1px solid;
    padding: 25px; }

  /*------------------------------------
  service
  --------------------------------------*/
  .c-Service__title {
    margin: 30px 0;
    font-size: 2rem; }
  
  /*------------------------------------
  news
  --------------------------------------*/
  .c-NewsDetail__title {
    margin: 15px 0;
    font-size: 2rem;
    line-height: 1.5;} }
