@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%;
    display: block;
  }
  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;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  /*=========================
▼▼共通▼▼
===========================*/
  .sp_none {
    display: none;
  }
  .roboto {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }

  .auto {
    width: 90%;
    margin: 0 auto;
  }
  img {
    display: block;
    width: 100%;
  }

  .title_box {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .title_box h3 {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .link_btn a {
    width: 100%;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 7px 0 5px;
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/share/icon_05.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 8px;
    transition-duration: 0.3s;
  }
  .link_btn a:hover {
    background-color: #ffffff;
    color: #384c37;
    background-image: url(../img/share/icon_05_g.png);
  }
  .slide_in_image {
    overflow: hidden;
    opacity: 0;
  }
  .pager {
    font-size: 1.4rem;
    text-align: center;
  }
  .pager a {
    display: flex;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .pager a:hover {
    background-color: #384c37;
  }
  .pager .on {
    background-color: #384c37;
  }
  .pager .prev_btn,
  .pager .next_btn {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
  }
  .pager .prev_btn img,
  .pager .next_btn img {
    width: 8px;
    display: block;
    margin: 0 auto;
  }
  .pager ul {
    display: inline-block;
  }
  .pager ul li {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
  }
  .isPlay {
    animation-name: play;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
  }

  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #384c37;
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0);
    }
  }

  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(100%);
    }
  }
  /*イメージのホバー時拡大アニメーション*/
  .hover_img {
    overflow: hidden;
  }
  .hover_img:hover img {
    transform: scale(1.06);
    transition-duration: 0.6s;
  }
  /*//イメージのホバー時拡大アニメーション*/
  .hover_img {
    overflow: hidden;
  }
  .hover_img img {
    transform: scale(1);
    transition-duration: 0.6s;
  }
  .hover_img:hover img {
    transform: scale(1.06);
    transition-duration: 0.6s;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
    clear: both;
    float: left;
    overflow: hidden;
    background-image: url(../img/share/ptn_bg_01.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: 600px;
  }
  header {
    width: 100%;
    float: left;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    background-color: #ffffff;
  }
  header .header_bottom {
    width: 100%;
    height: 67px;
    float: left;
    clear: both;
  }
  header .header_bottom h1 {
    width: 170px;
    padding-top: 13px;
  }

  #contents {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 110px;
  }
  #main_img {
    width: 100%;
    padding: 22vw 0 19vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    border-bottom: 20px solid #556954;
  }
  #main_img .page_title {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  #main_img .page_title h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .breadcrumb {
    width: 90%;
    height: 24px;
    color: #c5d3c4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 6px;
    margin: 0 auto -24px;
    position: relative;
    z-index: 99;
  }
  .breadcrumb li {
    display: inline-block;
  }
  .breadcrumb li::before {
    content: " > ";
  }
  .breadcrumb li:first-of-type::before {
    display: none;
  }
  .breadcrumb li a {
    color: #c5d3c4;
  }

  footer {
    width: 100%;
    clear: both;
    float: left;
  }
  footer .footer_top {
    width: 100%;
    margin-bottom: 32px;
  }
  footer .footer_top ul {
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }
  footer .footer_top ul li {
    width: 49%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 8px;
  }
  footer .footer_top ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  footer .footer_top ul li a {
    width: 100%;
    height: 20vw;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  footer .footer_top ul li a figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  footer .footer_top ul li a figure img {
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  footer .footer_top ul li a p {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 1rem;
    line-height: 1.4;
  }
  footer .footer_top ul li a p .eng {
    font-size: 1.9rem;
  }
  footer .footer_center {
    width: 100%;
    padding: 45px 0 45px;
    text-align: center;
    background-image: url(../img/share/ptn_bg_03.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: 2px;
    position: relative;
  }
  footer .footer_center .auto {
    position: relative;
    z-index: 9;
  }
  footer .footer_center h3 {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  footer .footer_center h3 .eng {
    font-size: 2.6rem;
    font-weight: bold;
  }
  footer .footer_center .text {
    margin-bottom: 13px;
  }
  footer .footer_center .tel_contact {
    display: inline-block;
    text-align: right;
    margin-bottom: 14px;
  }
  footer .footer_center .tel_contact a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  footer .footer_center .tel_contact .tel {
    font-size: 3rem;
    line-height: 1.3;
    padding-left: 26px;
    background-image: url(../img/share/icon_06.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
  }
  footer .footer_center .tel_contact .time {
    font-size: 1.1rem;
    line-height: 1.4;
    padding-right: 4px;
  }
  footer .footer_center .contact_link {
    width: 240px;
    margin: 0 auto;
  }
  footer .footer_center .contact_link a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 0 12px;
    padding-left: 25px;
    border: 3px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/share/icon_02.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: 18px;
    transition-duration: 0.3s;
  }
  footer .footer_center .contact_link a:hover {
    background-color: #ffffff;
    color: #384c37;
    background-image: url(../img/share/icon_02_g.png);
  }
  footer .footer_bottom {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 38px;
    padding-bottom: 6px;
  }
  footer .footer_bottom .left_box {
    width: 190px;
    margin: 0 auto;
  }
  footer .footer_bottom .left_box h2.logo {
    width: 182px;
    margin: 0 auto;
    margin-bottom: 18px;
  }
  footer .footer_bottom .left_box .address {
    line-height: 1.4;
    margin-bottom: 24px;
  }
  footer .footer_bottom .left_box .tel,
  footer .footer_bottom .left_box .fax {
    font-size: 1.4rem;
    font-weight: bold;
  }
  footer .footer_bottom .left_box .fax {
    margin-bottom: 18px;
  }
  footer .footer_bottom .left_box .tel a,
  footer .footer_bottom .left_box .fax a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
  }
  footer .footer_bottom .left_box p .number {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 4px;
  }
  footer .footer_bottom .right_box {
    width: 260px;
    font-size: 1.3rem;
    margin: 0 auto 24px;
  }
  footer .footer_bottom .right_box dl {
    width: 100%;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
  }
  footer .footer_bottom .right_box dl:last-of-type {
    margin-bottom: 26px;
  }
  footer .footer_bottom .right_box dl dt {
    width: 170px;
    padding-right: 2%;
    margin-right: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  footer .footer_bottom .right_box dl dt::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 11px;
    right: -34px;
  }
  footer .footer_bottom .right_box dl dd {
    width: 56px;
    padding-left: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
  }
  footer .footer_bottom .right_box dl dd ul {
    letter-spacing: -0.4em;
    text-align: left;
  }
  footer .footer_bottom .right_box dl dd li {
    width: 17px;
    vertical-align: middle;
    letter-spacing: normal;
    display: inline-block;
    margin-right: 12px;
  }
  footer .footer_bottom .right_box dl dd li:last-of-type {
    margin-right: 0;
  }
  footer .footer_bottom .center_nav {
    width: 100%;
    float: left;
    clear: both;
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 24px;
  }
  footer .footer_bottom .center_nav ul,
  footer .footer_bottom .center_nav dl {
    width: 50%;
    float: left;
  }
  footer .footer_bottom .center_nav ul a,
  footer .footer_bottom .center_nav dl a {
    color: #ffffff;
    text-decoration: none;
  }
  footer .footer_bottom .center_nav dl dd a {
    padding-left: 10px;
    position: relative;
  }
  footer .footer_bottom .center_nav dl dd a::before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 7px;
  }
  footer .footer_bottom .logo_nav {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  footer .footer_bottom .logo_nav_list {
    display: flex;
    align-items: flex-start;
    background-color: #9aaa96;
    padding: 16px 14px 12px;
    margin: 0;
    list-style: none;
  }
  footer .footer_bottom .logo_nav_list img {
    display: block;
    width: auto;
    height: 83px;
  }
  footer .footer_bottom .logo_nav_list li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer_bottom .logo_fsc {
    margin-right: 10px;
  }
  footer .footer_bottom .logo_pefc {
    margin-right: 10px;
  }
  footer .footer_bottom .logo_nav_list .caption {
    margin-top: 6px;
    font-size: 7px;
    line-height: 1.4;
    color: #384c37;
  }
  footer .footer_bottom .copy {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
  }

  #back-top {
    width: 50px;
    display: none;
    bottom: 40px;
    right: 20px;
    clear: both;
    float: left;
    position: fixed;
    z-index: 99;
  }
  #back-top img {
    width: 100%;
    height: auto;
    display: block;
  }
  /*===============================================
●スマホメニュー
===============================================*/
  #container {
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #ffffff;
  }
  #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: #556954;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.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 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .drawer-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background-repeat: no-repeat;
    background-position: left center;
  }
  .drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    padding-left: 10px;
  }
  .drawer-menu li a:hover {
    text-decoration: none;
  }
  .drawer-menu .sub li a {
    background-image: url(../img/share/icon_nav.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 12px center;
  }
  .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;
  }
  .drawer-menu .tel_contact {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 22px;
    text-align: center;
  }
  .drawer-menu .tel_contact .tel {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/share/icon_06.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 11px;
  }
  .drawer-menu .tel_contact a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  .drawer-menu .tel_contact .time {
    font-size: 1.2rem;
    line-height: 1;
    padding-right: 37px;
    text-align: right;
  }
  .drawer-menu .contact_link {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto 24px;
  }
  .drawer-menu .contact_link a {
    display: block;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 15px 0 13px;
    background-color: #384c37;
    border: 2px solid #384c37;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .drawer-menu .contact_link a:hover {
    color: #384c37;
    background-color: #ffffff;
    border: 2px solid #384c37;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .drawer-menu .contact_link a .icon {
    padding-left: 24px;
    background-image: url(../img/share/icon_02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px;
    position: static;
  }
  .drawer-menu .contact_link a:hover .icon {
    background-image: url(../img/share/icon_02_g.png);
  }
  .drawer-menu .sns_link {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .drawer-menu .sns_link p {
    width: 22px;
    margin-right: 32px;
    display: inline-block;
    vertical-align: top;
  }
  .drawer-menu .sns_link p:last-of-type {
    margin-right: 0;
  }
  /* checkbox */
  .check {
    display: none;
  }

  /* menu button - label tag */
  .menu-btn {
    position: absolute;
    display: block;
    top: 17px;
    right: 5%;
    width: 36px;
    height: 36px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
  }

  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 36px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.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 0.5s;
    transition: all 0.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: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }

  /* checked */
  .check:checked ~ .drawer-menu {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.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: 0.3s;
    transition-delay: 0.3s;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
  .drawer-menu .button a {
    width: 72%;
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
    box-shadow: 0 4px 0 #a31f1f;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0 10px;
    -webkit-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);
  }
}
