@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
  }
  img {
    max-width: 100%;
    height: auto;
    font-size: 0;
    line-height: 0;
  }
  table {
    width: 100%;
  }
  html, body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.8;
    color: #262626;
    font-size: 1.4rem;
    text-align: left;
  }
  /*=========================
▼▼共通▼▼
===========================*/
  .sp_none {
    display: none;
  }
  .francois {
    font-family: 'Francois One', sans-serif;
  }
  .auto {
    width: 90%;
    margin: 0 auto;
  }
  .link_btn {}
  .link_btn a {
    width: 100%;
    display: block;
    color: #262626;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 17px 0 17px;
    border: 2px solid #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/share/arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 7px;
    transition-duration: .3s;
    background-color: #ffffff;
  }
  .link_btn a:hover {
    background-color: #262626;
    color: #ffffff;
    background-image: url(../img/share/arrow_w.png);
    border: 2px solid #262626;
  }
  .arrow_btn {
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1.3;
    letter-spacing: .15em;
  }
  .arrow_btn a {
    display: block;
    text-decoration: none;
    padding-right: 32px;
    border-bottom: 3px solid #010101;
    position: relative;
  }
  .arrow_btn a::before {
    content: "";
    display: block;
    width: 26px;
    height: 3px;
    background-color: #000000;
    transform: rotate(36deg);
    position: absolute;
    right: -2px;
    bottom: 5px;
  }
  #page_title {
    width: 100%;
    float: left;
    clear: both;
    background-color: #3d3d3d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 110px 0 110px;
    margin-bottom: 54px;
  }
  #page_title .small {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: bold;
  }
  #page_title .title {
    font-size: 3rem;
    color: #fff;
    line-height: 1.5;
  }
  .inpagelink {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-bottom: 30px;
  }
  .inpagelink li {
    width: 49.5%;
    float: left;
    font-size: 2.0rem;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .inpagelink li span {
    font-size: 1.1rem;
  }
  .inpagelink li:nth-child(even) {
    margin-right: 0;
  }
  .inpagelink li a {
    display: block;
    width: 100%;
    font-weight: 500;
    border: 2px solid #262626;
    padding: 4px 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
  }
  .inpagelink li a:hover {
    color: #ffffff;
    background-color: #262626;
  }
  nav .breadcrumbs {
    position: relative;
    top: -20px;
  }
  .breadcrumbs li {
    display: inline-block;
  }
  .breadcrumbs li::after {
    content: '>';
    display: inline-block;
    padding: 0 10px;
  }
  .breadcrumbs li:last-child::after {
    display: none;
  }
  .pan_nav {
    margin-bottom: 60px;
  }
  .pan_nav .breadcrumbs {
    display: flex;
    padding: 10px 5% 8px;
    background-color: #edf2ed;
  }
  .pan_nav .green a {
    color: #5f8f5d;
  }
  .anchor {
    display: block;
    position: relative;
    top: -89px;
    clear: both;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
    clear: both;
    float: left;
  }
  #loader_bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    background-color: #262626;
    z-index: 100;
  }
  #loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #loading_over {
    height: 100vh;
    width: 100%;
    background-color: rgba(100, 100, 100, 0.30);
    position: absolute;
    top: 0;
    left: -100vw;
    overflow: hidden;
    z-index: 100;
  }
  header {
    width: 100%;
    height: 64px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 4px 4px -6px #000000;
  }
  header .auto {
    position: relative;
  }
  header h1 {
    width: 86px;
    line-height: 1;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 2%;
    background-color: #fff;
    box-shadow: 0px 6px 17px 2px rgba(0, 0, 0, 0.04);
  }
  header h1 a {
    padding: 8px;
    display: block;
  }
  #contents {
    width: 100%;
    clear: both;
    float: left;
  }
  footer {
    width: 100%;
    clear: both;
    color: #ffffff;
    text-align: center;
    padding-top: 36px;
    background-color: #2b2c28;
  }
  footer .footer_logo {
    width: 80%;
    margin: 0 auto 14px;
  }
  footer .footer_nav {
    width: 80%;
    margin: 0 auto 22px;
  }
  footer .footer_nav li {
    font-size: 1.5rem;
    line-height: 0.5;
    margin: 0 10px 25px;
    display: inline-block;
  }
  footer .footer_nav li a {
    width: 100%;
    display: block;
    color: #ffffff;
  }
  footer .sns_list {
    width: 100%;
    margin-bottom: 25px;
  }
  footer .sns_list li {
    width: 33px;
    margin: 0 8px;
    display: inline-block;
  }
  footer .address_box {
    width: 100%;
    margin-bottom: 24px;
  }
  footer .address_box .address {
    font-size: 13px;
  }
  footer .address_box .tel {
    font-size: 17px;
  }
  footer .address_box .tel a {
    color: #fff;
  }
  footer .copy {
    width: 100%;
    font-size: 9px;
    letter-spacing: .1em;
    padding: 8px 0 7px;
    background-color: #1e1f1b;
  }
  #back-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 8px;
    width: 62px;
    z-index: 99;
    clear: both;
    float: left;
  }
  /*===============================================
●スマホメニュー
===============================================*/
  #container {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
  }
  #container__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 50px 0;
    background: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-menu ul {
    margin: 0 20px;
    border-top: 1px solid #323232;
  }
  .drawer-menu li {
    border-bottom: 1px solid #323232;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .drawer-menu li a {
    display: block;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
    padding-left: 18px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
  .drawer-menu li a:hover {
    text-decoration: none;
  }
  .drawer-menu > ul > li {
    background-position-y: 16px;
  }
  .drawer-menu ul.sub {
    display: none;
    margin: 0;
  }
  .drawer-menu ul.sub li a {
    margin-left: 20px;
    padding-left: 30px;
  }
  .drawer-menu a.off {
    color: #666666;
    pointer-events: none;
  }
  .drawer-menu span.icon {
    position: absolute;
    right: 30px;
  }
  /* checkbox */
  .check {
    display: none;
  }
  /* menu button - label tag */
  .menu-btn {
    position: fixed;
    display: block;
    top: 16px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
  }
  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 36px;
    height: 2px;
    background: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .bar.middle {
    top: 10px;
    opacity: 1;
  }
  .bar.bottom {
    top: 20px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .menu-btn__text {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .menu-btn:hover .bar {
    background: #999;
  }
  .menu-btn:hover .menu-btn__text {
    color: #999;
  }
  .close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }
  /* checked */
  .check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
  }
  .check:checked ~ #container {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar.top {
    width: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar.bottom {
    width: 40px;
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  .check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
  .drawer-menu .button a {
    width: 72%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0 10px;
    -webkit-box-shadow: 0 4px 0 #a31f1f;
    box-shadow: 0 4px 0 #a31f1f;
    background-color: #d23f3f;
    margin: 30px auto 0;
    font-size: 14px;
  }
  .drawer-menu .button a:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
  }
}