@charset "utf-8";
@media screen and (max-width: 724px) {
  * {
    line-height: 1.7;
  }
  /*--- layout ---*/
  #site-wrap {
    width: 100%;
    margin: 0 auto 30px;
    background: none;
    box-shadow: none;
  }

  /*--- title ---*/
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
    font-size: 125%;
    line-height: 1.3;
  }
  h1 {
    padding-bottom: 35px;
    background: url(../images/hdnv.png) repeat-x bottom;
    background-size: 400px;
  }
  h1 a,
  .site-lower h1 a {
    font-size: 120%;
    line-height: 1.2;
    text-align: center;

    width: 96%;
    margin: 0 2%;
    padding: 8px 0;
  }
  .site-cp,
  .site-lower .site-cp {
    width: 96%;
    margin: 0 2%;
    font-size: 100%;
    padding: 5px 0;
    line-height: 1.2;
    text-align: center;
  }
  /*--- header ---*/
  .site-hdIn {
    width: 100%;
  }
  .site-hdTtl,
  .site-lower .site-hdTtl {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
  }
  .site-nf {
    min-height: auto;
  }
  /*--- mainSlider ---*/
  #site-mainvisual {
    width: 96%;
    margin: 10px auto;
    position: static;
    overflow: hidden;
  }
  #site-mainvisual li img {
    margin: 0;
  }
  .site-slider {
    left: 0;
    margin-left: 0;
  }
  /*--- mainArea ---*/
  #site-main {
    width: 96%;
    margin: 0 2%;
    float: none;
    max-width: none;
  }
  /*--- 下層リンク ---*/
  .site-lk {
    width: 100% !important;
    float: none !important;
  }
  .site-lk > div {
    width: 96%;
    margin: 0 auto;
    float: none;
  }
  .site-lk img {
    width: 96%;
    margin: 2%;
    border: none;
    float: none;
  }
  /*--- readMore*/
  .site-more {
    width: 90%;
    margin: 1em auto;
    text-align: center;
    position: static;
  }
  .site-more a {
    line-height: 3em;
  }
  /*--- recommend ---*/
  #site-rc {
    width: 100%;
  }
  #site-rc h2 {
    text-align: center;
  }
  /*--- h3_link*/
  .site-rcIn {
    width: 96%;
    float: none;
    margin: 0 auto;
  }
  /*--- footer ---*/
  #site-ft {
    width: 100%;
  }
  footer ul {
    width: 94%;
    margin: 0 auto;
  }
  footer ul li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  footer dl {
    padding: 0;
  }
  footer dd a {
    padding: 12px 0;
  }
  /*--- footer copy*/
  .site-fc {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  /*--- pan*/
  .site-pan {
    width: 100%;
    margin: 5px auto;
  }
  /*--- SNS ---*/
  #site-sns {
    width: 100%;
    padding: 0;
    border-radius: 6px;
  }
  #site-sns h2 {
    text-align: center;
  }
  .site-snsIn dd {
    width: 50%;
    margin: 0 0 5px;
  }
  .site-snsIn dd .fab {
    margin-right: 5px;
  }
  /*--- aside ---*/
  #site-side {
    width: 100%;
    float: none;
  }
  aside dl,
  aside dd {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  aside .side-01 dt,
  aside .side-02 dt {
    margin: 0 auto;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
  }
  aside .side-02 dt aside .side-01 dd,
  aside .side-02 dd {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 90%;
    background: none;
  }
  aside .side-01 dd a,
  aside .side-02 dd a {
    padding: 10px;
    margin: 0;
    font-size: 100%;
    text-align: center;
  }
  aside .side-02 dd p {
    background: none;
    position: static;
  }
  aside .side-02 dd p:after {
    display: none;
  }
  aside .side-02 dd a:hover p {
    background: none;
    color: #a61c45;
  }
  /*--- slicknav ---*/
  #site-hdnv,
  #site-side {
    display: none;
  }
  .slicknav_menu .slicknav_icon {
    display: none;
  }
  .slicknav_nav {
    border-bottom: none;
  }
  .slicknav_btn {
    float: none;
    background: #a61c45; /*--- bar背景*/
    border-radius: 0;
  }
  .slicknav_menu {
    width: 100%;
    display: block;
    padding: 0;
    background: #f0d2e3; /*--- dl背景*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .slicknav_menu a {
    margin: 0;
    color: #333; /*--- dd文字*/
    overflow: hidden;
    padding: 0;
  }
  .slicknav_nav a {
    padding: 7px 15px;
    border: none;
    background: none; /*--- dd背景*/
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    opacity: 1;
    color: #a61c45; /*--- hover文字*/
    background: #e5e5e5; /*--- hover背景*/
  }
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
  }
  .slicknav_nav .slicknav_row:hover {
    color: #fff;
    border-radius: 0;
    background: none;
  }
  .slicknav_menu .slicknav_menutxt {
    float: right;
    text-shadow: none;
    line-height: 1.5em;
    font-size: 90%;
    padding: 10px;
    color: #ffffff; /*--- bar文字*/
  }
  .slicknav_menu img {
    display: none;
  }
  .slicknav_menu > ul > li > a > p {
    display: inline-block;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }
  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }
  .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}
