@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  body {
    background-size: 100%;
    color: #262626;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 27px;
    min-width: 1200px;
  }
  /*=========================
▼▼共通▼▼
===========================*/
  .pc_none {
    display: none;
  }
  .francois {
    font-family: 'Francois One', sans-serif;
  }
  .auto {
    width: 1200px;
    margin: 0 auto;
  }
b {
	font-weight:600;
}
  .link_btn a {
    width: 100%;
    display: block;
    color: #262626;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 13px 0 12px;
    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: 22px;
    line-height: 1.3;
    letter-spacing: .15em;
  }
  .arrow_btn a {
    display: block;
    text-decoration: none;
    padding-right: 47px;
    border-bottom: 3px solid #010101;
    position: relative;
  }
  .arrow_btn a::before {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background-color: #000000;
    transform: rotate(36deg);
    position: absolute;
    right: -3px;
    bottom: 10px;
  }
  #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: 130px 0 150px;
    margin-bottom: 73px;
  }
  #page_title .small {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #page_title .title {
    font-size: 40px;
  }
  .inpagelink {
    width: 100%;
    letter-spacing: -.4em;
    text-align: center;
    margin-bottom: 66px;
  }
  .inpagelink li {
    width: 125px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 28px;
    margin-right: 10px;
  }
  .inpagelink li span {
    font-size: 15px;
  }
  .inpagelink li:last-of-type {
    margin-right: 0;
  }
  .inpagelink li a {
    display: block;
    width: 100%;
    font-weight: 500;
    border: 2px solid #262626;
    padding: 12px 0 8px;
    -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 160px 8px;
    background-color: #edf2ed;
  }
  .pan_nav .green a {
    color: #5f8f5d;
  }
  .anchor {
    display: block;
    position: relative;
    top: -118px;
    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%;
    float: left;
    clear: both;
    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 {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 32px;
    background-color: #fff;
    box-shadow: 0px 6px 17px 2px rgba(0, 0, 0, 0.04);
  }
  header h1 a {
    padding: 13px 18px 10px;
    display: block;
  }
  header nav {
    text-align: right;
    font-size: 18px;
  }
  header nav li {
    display: inline-block;
    margin: 36px 33px 30px 0;
  }
  header nav li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: .3s;
    padding-bottom: 5px;
  }
  header nav li a:hover {
    text-decoration: none;
  }
  header nav li a::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #262626;
    transition: .3s;
  }
  header nav li a:hover::after {
    width: 100%;
  }
  header .right_link {
    width: 42px;
    position: fixed;
    top: 50vh;
    right: 0;
    z-index: 99;
    transform: translate(0, -50%);
  }
  header .right_link p {
    width: 100%;
    margin-bottom: 5px;
  }
  header .right_link p a {
    width: 100%;
    display: block;
  }
  header .right_link p a img {
    width: 100%;
    display: block;
  }
  #contents {
    width: 100%;
    min-width: 1140px;
    clear: both;
    float: left;
    margin-bottom: 158px;
  }
  footer {
    width: 100%;
    clear: both;
    float: left;
    color: #ffffff;
    text-align: center;
    padding-top: 38px;
    background-color: #2b2c28;
  }
  footer .footer_logo {
    width: 330px;
    margin: 0 auto 20px;
  }
  footer .footer_nav {
    width: 100%;
    margin-bottom: 35px;
  }
  footer .footer_nav li {
    font-size: 18px;
    margin: 0 16px;
    display: inline-block;
  }
  footer .footer_nav li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: .3s;
    padding-bottom: 5px;
    color: #ffffff;
  }
  footer .footer_nav li a:hover {
    text-decoration: none;
  }
  footer .footer_nav li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: .3s;
  }
  footer .footer_nav li a:hover::after {
    width: 100%;
  }
  footer .sns_list {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .sns_list li {
    width: 44px;
    margin: 0 20px;
    display: inline-block;
  }
  footer .address_box {
    width: 100%;
    margin-bottom: 34px;
  }
  footer .address_box .address {
    font-size: 14px;
  }
  footer .address_box .tel {
    font-size: 18px;
  }
  footer .address_box .tel a {
    color: #fff;
  }
  footer .copy {
    width: 100%;
    font-size: 11px;
    letter-spacing: .1em;
    padding: 10px 0 7px;
    background-color: #1e1f1b;
  }
  #back-top {
    display: none;
    bottom: 30px;
    right: 58px;
    clear: both;
    float: left;
    position: fixed;
    width: 62px;
    z-index: 99;
  }
}