@charset "UTF-8";
/*
  ------------------------------------
  ####################################
   共通設定
  ####################################
  ------------------------------------
*/
/*
  ------------------------------------
   MediaScreen指定
  ------------------------------------
*/
/*
  ------------------------------------
   ベースプロパティ
  ------------------------------------
*/
/*
  ------------------------------------
   FONT指定
  ------------------------------------
*/
/*
  ------------------------------------
   z-index管理
  ------------------------------------
*/
/*
  ------------------------------------
   a リセット
  ------------------------------------
*/
a {
  transition: 0.6s;
  transition-property: background-color,color,opacity;
  opacity: 1; }
  a:link {
    text-decoration: none;
    color: #000; }
  a:visited {
    text-decoration: none;
    color: #000; }
  a:hover {
    opacity: 0.7; }

/*
  ------------------------------------
   レスポンシブ
  ------------------------------------
*/
/* CSS Document */
/*
  ------------------------------------
  ####################################
   module
  ####################################
  ------------------------------------
*/
body {
  counter-reset: number;
  position: relative; }

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none !important; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block !important; } }

.pcinline {
  display: inline-block !important; }
  @media screen and (max-width: 767px) {
    .pcinline {
      display: none !important; } }

.spinline {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .spinline {
      display: inline-block !important; } }

.logo_f {
  font-family: Georgia, "Times New Roman", Times, "serif"; }

.d_colour {
  color: #b5940c; }

.pan {
  width: 96%;
  max-width: 948px;
  margin: 0 auto;
  padding: 0 26px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .pan {
      width: 100%;
      max-width: 100%;
      margin-bottom: 5vw;
      padding: 0 4%; } }
  .pan ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 2.6;
    padding: 24px 0;
    border-bottom: 1px solid #cbcbcb; }
    @media screen and (max-width: 767px) {
      .pan ul {
        padding: 2vw 0; } }
    .pan ul li:not(:last-child):after {
      content: ">";
      display: inline-block;
      margin: 0 1em; }

#wrapper {
  font-size: 140%;
  　overflow: hidden; }
  #wrapper img {
    max-width: 100%; }

#header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9999; }
  #header #header_nav {
    max-width: 990px;
    margin: 0 auto;
    padding: 20px 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      #header #header_nav {
        justify-content: space-between;
        flex-direction: row;
        align-items: center; } }
    #header #header_nav .nav_area {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        #header #header_nav .nav_area {
          margin-bottom: 0; } }
      #header #header_nav .nav_area h1 {
        display: inline-block;
        width: 288px;
        padding-left: 1em; }
        @media screen and (max-width: 767px) {
          #header #header_nav .nav_area h1 {
            width: 200px; } }
        #header #header_nav .nav_area h1 a {
          width: 100%;
          /* width: 288px;*/ }
          @media screen and (max-width: 767px) {
            #header #header_nav .nav_area h1 a {
              /* width: 42.2%;
               min-width: 200px;*/ } }
          #header #header_nav .nav_area h1 a img {
            width: 100%; }
      #header #header_nav .nav_area .request {
        display: inline-block;
        width: 40%;
        min-width: 400px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        @media screen and (max-width: 767px) {
          #header #header_nav .nav_area .request {
            min-width: auto; } }
        #header #header_nav .nav_area .request p {
          margin-left: 16px; }
    #header #header_nav #gnav {
      display: block;
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      #header #header_nav #gnav ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        position: relative; }
        #header #header_nav #gnav ul:after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 27px;
          background-color: #c9c9c9;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        #header #header_nav #gnav ul .link_1 {
          width: 33.15%; }
        #header #header_nav #gnav ul .link_2 {
          width: 24.73%; }
        #header #header_nav #gnav ul .link_3 {
          width: 42.1%; }
        #header #header_nav #gnav ul li {
          text-align: center;
          position: relative; }
          #header #header_nav #gnav ul li:after {
            content: "";
            display: inline-block;
            width: 1px;
            height: 27px;
            background-color: #c9c9c9;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
          #header #header_nav #gnav ul li a {
            font-size: 1.4rem;
            display: block;
            padding: 1em 1.4em 1em 0.7em;
            margin: 0 0.3em;
            color: #3d3d3d;
            border-radius: 20px; }
            #header #header_nav #gnav ul li a:hover {
              background-color: #5f5f5f;
              color: #fff; }
            @media screen and (max-width: 767px) {
              #header #header_nav #gnav ul li a {
                border-radius: 0; }
                #header #header_nav #gnav ul li a:hover {
                  background-color: #eddea9;
                  color: #3d3d3d; } }
          #header #header_nav #gnav ul li .no_link {
            font-size: 1.4rem;
            display: block;
            padding: 1em 0.7em;
            margin: 0 0.3em;
            color: #3d3d3d;
            border-radius: 20px; }
            @media screen and (max-width: 767px) {
              #header #header_nav #gnav ul li .no_link {
                color: #6a6a6a; } }
    #header #header_nav #open {
      float: right; }
    @media (max-width: 960px) {
      #header #header_nav h1 {
        font-size: 1.5vw; }
      #header #header_nav #gnav {
        font-size: 1.5vw; } }
    @media screen and (max-width: 767px) {
      #header #header_nav.spmenu {
        position: relative;
        padding: 10px 20px 10px 10px; }
        #header #header_nav.spmenu h1 {
          font-size: 1.5rem; }
        #header #header_nav.spmenu #gnav #open {
          width: 40px; }
        #header #header_nav.spmenu #gnav ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 999; }
          #header #header_nav.spmenu #gnav ul li {
            width: 100%;
            text-align: left;
            background-color: #eddea9;
            border-bottom: 1px solid #b5940c;
            font-size: 1.5rem; }
            #header #header_nav.spmenu #gnav ul li a {
              color: #6a6a6a;
              position: relative; }
              #header #header_nav.spmenu #gnav ul li a:before {
                content: "";
                width: 10px;
                height: 16px;
                background: url("/img/arrow-6bbab2749d025e78fb2d567eb1b2537c.svg") no-repeat center center;
                background-size: contain;
                position: absolute;
                right: 3%;
                top: 50%;
                transform: translateY(-50%); } }

#contentswrapper {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif;
  width: 100%;
  margin: 0 auto 50px;
  padding-top: 110px;
  /*common*/
  /*common_end*/ }
  @media screen and (max-width: 767px) {
    #contentswrapper {
      padding-top: 66px; } }
  #contentswrapper .inner_box {
    width: 96%;
    max-width: 948px;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #contentswrapper .inner_box {
        width: 94%;
        max-width: 100%;
        padding-top: 20px; } }
  #contentswrapper .ttl {
    text-align: center;
    font-size: 2.8vw;
    padding: 10px 0 30px;
    line-height: 1.4; }
    @media screen and (min-width: 948px) {
      #contentswrapper .ttl {
        font-size: 2.8rem; } }
    #contentswrapper .ttl:after {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      background-color: #b58d28;
      margin: 20px auto; }
    #contentswrapper .ttl a {
      transition: ease .6s;
      opacity:  1;
      position: relative; }
      #contentswrapper .ttl a:hover {
        opacity: 0.7; }
        #contentswrapper .ttl a:hover:after {
          content: "";
          display: inline-block;
          width: auto;
          height: 2px;
          background-color: #b58d28;
          position: absolute;
          bottom: -6px;
          left: 0;
          right: 0;
          margin: auto; }
    @media screen and (max-width: 767px) {
      #contentswrapper .ttl {
        padding: 2vw 0;
        font-size: 5vw; }
        #contentswrapper .ttl:after {
          margin: 10px auto 20px; } }
  #contentswrapper .btn {
    width: 288px;
    margin: 0 auto 20px;
    border-radius: 26.5px;
    overflow: hidden;
    text-align: center;
    position: relative; }
    #contentswrapper .btn:after {
      content: "";
      position: absolute;
      right: 8%;
      top: 50%;
      display: inline-block;
      width: 7px;
      height: 12px;
      background: url("/img/icon_arrow-d12d66ef9f85f6e83de92d616e10d631.png") no-repeat center center;
      background-size: contain;
      transform: translate(0, -50%);
      transition: 1s; }
    #contentswrapper .btn:hover:after {
      transform: translate(100%, -50%); }
    #contentswrapper .btn a {
      display: block;
      color: #000000;
      background-color: #f5da89;
      line-height: 2.4;
      padding: 0.5em 0; }
    @media screen and (max-width: 767px) {
      #contentswrapper .btn {
        width: 200px;
        margin-bottom: 0; } }
  #contentswrapper .leadtxt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 22px;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      #contentswrapper .leadtxt {
        font-size: 1.4rem;
        margin-bottom: 20px; } }
  #contentswrapper .img {
    text-align: center;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #contentswrapper .img {
        margin-bottom: 20px; } }
  #contentswrapper .section_back {
    background-color: #f7f7f7; }
  #contentswrapper .news {
    padding-bottom: 50px; }
    #contentswrapper .news .inner_box {
      width: 100%; }
    #contentswrapper .news .news_list {
      margin-bottom: 50px; }
      #contentswrapper .news .news_list .news_list_item {
        padding: 1.5em 1em;
        line-height: 2.6;
        border-bottom: 1px solid #ddd; }
        #contentswrapper .news .news_list .news_list_item dl {
          display: flex;
          flex-wrap: wrap; }
          #contentswrapper .news .news_list .news_list_item dl dt {
            color: #c8092f;
            width: 100px; }
            @media screen and (max-width: 767px) {
              #contentswrapper .news .news_list .news_list_item dl dt {
                width: 100%; } }
            #contentswrapper .news .news_list .news_list_item dl dt.news_new:after {
              content: "NEW";
              font-size: 80%;
              display: inline-block;
              vertical-align: middle;
              background-color: #9a051f;
              color: #fff;
              padding: 0 1.5em;
              margin-left: 1.5em;
              transform: translateY(-2px); }
          #contentswrapper .news .news_list .news_list_item dl dd {
            width: calc(100% - 140px); }
            @media screen and (max-width: 767px) {
              #contentswrapper .news .news_list .news_list_item dl dd {
                width: 100%;
                padding-left: 0; } }
    @media screen and (max-width: 767px) {
      #contentswrapper .news .news_list {
        margin-bottom: 8vw; }
        #contentswrapper .news .news_list .news_list_item {
          padding: 1em;
          line-height: 1.7; }
          #contentswrapper .news .news_list .news_list_item dl {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            #contentswrapper .news .news_list .news_list_item dl dt {
              display: block; }
              #contentswrapper .news .news_list .news_list_item dl dt:after {
                padding: 0 1em; }
            #contentswrapper .news .news_list .news_list_item dl dd {
              display: block; } }

#footer {
  text-align: center;
  border-top: 1px solid #999;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  border-top: 1px solid #999; }
  #footer ul {
    font-size: 1.2rem;
    line-height: 100%;
    width: 100%;
    max-width: 990px;
    text-align: left;
    margin: 10px auto;
    padding: 0 19px;
    box-sizing: border-box; }
    #footer ul:after {
      content: "";
      display: table;
      clear: both; }
    #footer ul li {
      float: left; }
      #footer ul li a {
        display: block;
        height: 14px;
        background: no-repeat 0 0 transparent; }
  #footer .ttl {
    margin-right: 2em; }
  #footer #copy_area {
    width: 100%;
    background: #b5940c; }
    #footer #copy_area #copy {
      width: 100%;
      max-width: 990px;
      margin: 0 auto; }
      #footer #copy_area #copy #copyright {
        color: #fff;
        font-size: 1.2rem;
        text-align: right;
        padding: 16px 0; }
  @media screen and (max-width: 767px) {
    #footer {
      margin-top: 8vw; }
      #footer ul {
        padding: 0 10px; }
      #footer li {
        display: inline-block;
        padding: 1em 0.6vw 1em;
        font-size: 1rem; }
      #footer .ttl {
        margin-right: 0; }
      #footer #copy_area {
        height: auto; }
        #footer #copy_area #copy #copyright {
          position: static;
          color: #fff;
          font-size: 1rem;
          text-align: center;
          line-height: 1.4;
          padding: 1em 0; } }

#page_top {
  display: none;
  width: 50px;
  position: fixed;
  bottom: 5%;
  right: 2%; }
  @media screen and (max-width: 767px) {
    #page_top {
      bottom: 2%; } }
  #page_top.on {
    display: block; }
