@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/********************/
/* PC
----------------------------------*/
/* SP
----------------------------------*/
@media screen and (max-width: 1025px) {
  body {
    font-size: 1.4rem;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 50;
    width: 100%;
    transform: translateX(-50%);
  }
  #sp_btn ul {
    display: flex;
    justify-content: center;
    max-width: 280px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  #sp_btn ul li {
    width: 70px;
  }
  #sp_btn ul li:nth-child(2) a {
    background: #84a2d4;
    color: #fff;
  }
  #sp_btn ul li:nth-child(2) a span {
    color: #fff;
  }
  #sp_btn ul li a {
    display: block;
    padding: 7px 0;
    text-align: center;
    background: rgba(254, 254, 254, 0.8);
    color: #d2a124;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  #sp_btn ul li a span {
    display: block;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #111;
  }
  .bnr li {
    width: 100%;
    float: none;
  }
  /* header */
  #l-header {
    border-bottom: 0;
  }
  #l-header .inner {
    min-width: inherit;
  }
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  #flash {
    width: 100%;
    height: auto;
  }
  /* footer */
  /* contents */
  .single,
  .single03 {
    max-width: initial;
    width: 95%;
    padding: 60px 0;
  }
  .single.type2,
  .single03.type2 {
    padding: 60px 0 0;
  }
  .single0,
  .single04 {
    padding: 60px 0;
  }
  .single02 {
    padding: 60px 0;
    width: calc(100% - 20px);
  }
  .breadcrumb_box .breadcrumb {
    width: 95%;
  }
  .rsingle,
  .lsingle {
    float: none;
    width: 100%;
  }
  /* single */
  .lsingle,
  .rsingle {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  body {
    font-size: 1.2rem;
  }
  .tbl_scroll {
    padding-bottom: 10px;
    overflow: auto;
    white-space: nowrap;
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .tbl_scroll::-webkit-scrollbar-piece {
    background: #eee;
  }
  .tbl_scroll::-webkit-scrollbar-piece:start {
    background: #eee;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
  /* footer */
  #l-footer {
    text-align: center;
  }
  #l-footer .inner .copyright {
    text-align: center;
    font-size: 0.8rem;
    font-weight: normal;
  }
  /* header */
  #l-header .inner #logo {
    width: 60px;
    top: 50px;
  }
  .lsingle {
    margin-bottom: 20px;
  }
  #sp-nav .inner {
    padding-top: 70px;
  }
  /* form */
  .form {
    width: 100%;
  }
  .form dl {
    margin: 10px 0;
  }
  .form dl dt {
    float: none;
    width: 100%;
    padding-top: 15px;
  }
  .form dl dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 20px;
  }
  .form dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .form .textarea,
  .form textarea {
    width: 100%;
  }
  .form .textarea.textarea03 {
    width: 40%;
  }
  .form .textarea02 {
    width: 43.5%;
  }
  .form button {
    width: 95%;
  }
  /* sp_menu */
  .btn__box {
    width: 100%;
    -webkit-perspective: 200px;
    perspective: 200px;
  }
  .btn__box a {
    width: 100%;
  }
  .btn__box:after {
    width: 100%;
    width: 100%;
  }
  #wrapper {
    overflow-y: hidden;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=smartphone.css.map */