@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* ------------ color ------------ */
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    height: 100%; }

  /* ------------ spclearfix ------------ */
  .spclearfix, #news_box #main_content_box .newsarticle_box .article {
    zoom: 1; }
    .spclearfix::after, #news_box #main_content_box .newsarticle_box .article::after {
      display: block;
      content: "";
      clear: both;
      clear: both; }

  /* ------------ spmterial-i ------------ */
  .spmaterial-i, #sp_mnav_box ul li:before, #top_about .inner_box ul li a figure h3:after, #top_product a.button:before, #top_news a.button:before, #footer .wrap_box .c_box ul li a:before, #footer .wrap_box .i_box p.title.i01:before, #footer .wrap_box .i_box p.title.i02:before, #footer .wrap_box .i_box p.tel:before, #footer .wrap_box .i_box a.button:before, #breadcrumb_box ul li:before, #breadcrumb_box ul li:first-child:before, #product_link_box ul li a:before, #product_link_box ul li:nth-child(2) a:before, #accessmap_box ul li a:before, #news_box #main_content_box .newslist_box ul li .textbox p.date:before, #news_box #main_content_box .newsarticle_box .article p.date:before, #news_box #main_content_box .newsarticle_box .articlenext p.back:before, #news_box #side_box .widget_recent_entries ul li a:before, #news_box #side_box .widget_categories ul li a:before, #sitemap_box .inner_box ul li:before, #page_top a::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ トップページ ------------ */
  /* ------------ top_loader ------------ */
  #top_loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center; }
    #top_loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -13.5px;
      z-index: 4000; }
      #top_loaderbg #loader img {
        width: 23px;
        vertical-align: bottom; }

  /* ------------ header ------------ */
  #header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.93);
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #header h1 {
      text-indent: -9999px;
      position: absolute;
      top: 9px;
      left: 7px; }
      #header h1 a {
        background-image: url(../img/14.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 131.5px;
        height: 32.5px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header h1 a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #header #nav_box {
      position: absolute;
      top: 0;
      right: 0;
      text-align: right; }
      #header #nav_box ul.l_menu {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        #header #nav_box ul.l_menu li {
          list-style: none; }
          #header #nav_box ul.l_menu li:nth-child(1) {
            margin: 0 5px 0 0;
            width: 26px; }
            #header #nav_box ul.l_menu li:nth-child(1) a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #header #nav_box ul.l_menu li:nth-child(1) a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #header #nav_box ul.l_menu li:nth-child(1) a img {
                width: 100%;
                vertical-align: bottom; }
          #header #nav_box ul.l_menu li:nth-child(2) {
            display: none; }
          #header #nav_box ul.l_menu li:nth-child(3) .bars {
            position: relative;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            cursor: pointer;
            z-index: 2000; }
            #header #nav_box ul.l_menu li:nth-child(3) .bars .bar {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 26px;
              height: 2px;
              background: #544029;
              border-radius: 1px;
              transition: all 0.25s ease-in-out 0s;
              -moz-transition: all 0.25s ease-in-out 0s;
              -webkit-transition: all 0.25s ease-in-out 0s;
              -ms-transition: all 0.25s ease-in-out 0s;
              -o-transition: all 0.25s ease-in-out 0s; }
            #header #nav_box ul.l_menu li:nth-child(3) .bars .bar-1 {
              margin: -9px 0 0 -13px; }
            #header #nav_box ul.l_menu li:nth-child(3) .bars .bar-2 {
              margin: -1px 0 0 -13px; }
            #header #nav_box ul.l_menu li:nth-child(3) .bars .bar-3 {
              margin: 7px 0 0 -13px; }
          #header #nav_box ul.l_menu li:nth-child(3) .bars.step-1 .bar-1 {
            transform: translate3d(0, 8px, 0);
            -moz-transform: translate3d(0, 8px, 0);
            -webkit-transform: translate3d(0, 8px, 0);
            -ms-transform: translate3d(0, 8px, 0);
            -o-transform: translate3d(0, 8px, 0); }
          #header #nav_box ul.l_menu li:nth-child(3) .bars.step-1 .bar-2 {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg); }
          #header #nav_box ul.l_menu li:nth-child(3) .bars.step-1 .bar-3 {
            transform: translate3d(0, -8px, 0);
            -moz-transform: translate3d(0, -8px, 0);
            -webkit-transform: translate3d(0, -8px, 0);
            -ms-transform: translate3d(0, -8px, 0);
            -o-transform: translate3d(0, -8px, 0); }
          #header #nav_box ul.l_menu li:nth-child(3) .bars.step-2 .bar-1 {
            transform: translate3d(0, 8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
            -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
          #header #nav_box ul.l_menu li:nth-child(3) .bars.step-2 .bar-2 {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg); }
          #header #nav_box ul.l_menu li:nth-child(3) .bars.step-2 .bar-3 {
            transform: translate3d(0, -8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
            -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
      #header #nav_box #menu_box {
        display: none; }

  /* ------------ spnav sp_mnav_box ------------ */
  .sp_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s; }
    .sp_nav .bg {
      width: 100%;
      height: 100%;
      background: #FBF2E8;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .sp_nav.open {
      opacity: 1;
      visibility: visible;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }

  #sp_mnav_box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #sp_mnav_box ul {
      width: 90%;
      margin: 0 auto; }
      #sp_mnav_box ul li {
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        list-style: none;
        border-bottom: 1px solid #DBC6AB;
        position: relative; }
        #sp_mnav_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0; }
          #sp_mnav_box ul li a:link, #sp_mnav_box ul li a:visited, #sp_mnav_box ul li a:active {
            text-decoration: none;
            color: #544029; }
          #sp_mnav_box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #sp_mnav_box ul li a.here {
            color: #544029;
            background: #DBC6AB; }
        #sp_mnav_box ul li:before {
          content: 'chevron_right';
          position: absolute;
          right: 10px;
          top: 14px;
          font-size: 2rem;
          height: 15px;
          color: #544029; }

  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    position: relative;
    z-index: 10;
    overflow: hidden; }
    #top_eyecatch a.scroll {
      position: absolute;
      bottom: 0;
      left: 50%;
      padding-top: 60px;
      z-index: 20;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top_eyecatch a.scroll:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #top_eyecatch a.scroll span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        box-sizing: border-box; }
        #top_eyecatch a.scroll span::before {
          position: absolute;
          top: 10px;
          left: 50%;
          content: '';
          width: 6px;
          height: 6px;
          margin-left: -3px;
          background-color: #fff;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
          box-sizing: border-box; }
    #top_eyecatch .flexslider {
      margin: 0;
      position: relative;
      top: 0;
      left: 0;
      border: none; }
      #top_eyecatch .flexslider ul.slides li {
        position: relative; }
        #top_eyecatch .flexslider ul.slides li P {
          position: absolute;
          left: 7%;
          top: 15%;
          z-index: 20;
          font-size: 22px;
          line-height: 2;
          font: normal 2.2rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          color: #fff;
          display: none; }
        #top_eyecatch .flexslider ul.slides li img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          vertical-align: bottom;
          position: relative;
          z-index: 10; }
      #top_eyecatch .flexslider .flex-control-nav {
        display: none; }
    #top_eyecatch .flex-direction-nav a {
      width: 20px;
      height: 20px;
      margin: -10px 0 0; }
    #top_eyecatch .flex-direction-nav a:before {
      font-size: 20px; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } }
  /* ------------ top_about ------------ */
  #top_about {
    padding: 50px 3%;
    text-align: center;
    background-color: #FBF2E8;
    /*
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, $bg_color), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, $bg_color), color-stop(0.75, $bg_color), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 70px 70px;
    */ }
    #top_about .inner_box {
      padding: 30px;
      box-sizing: border-box;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      position: relative; }
      #top_about .inner_box h2 {
        background: #DBC6AB;
        padding: 5px 20px;
        display: inline-block;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #544029;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        position: relative;
        top: -45px; }
        #top_about .inner_box h2::after {
          width: 0;
          height: 0;
          position: absolute;
          content: '';
          top: 100%;
          left: 0;
          right: 0;
          margin: auto;
          border: 10px solid transparent;
          border-top: 10px solid #DBC6AB; }
      #top_about .inner_box ul {
        margin: -10px 0 0 0; }
        #top_about .inner_box ul li {
          list-style: none;
          margin: 30px 0 0 0; }
          #top_about .inner_box ul li a figure {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            position: relative; }
            #top_about .inner_box ul li a figure h3 {
              width: 90%;
              margin: auto;
              padding: 5px 0;
              position: absolute;
              bottom: 10px;
              left: 0;
              right: 0;
              background: rgba(255, 255, 255, 0.8);
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 500;
              color: #000;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
              #top_about .inner_box ul li a figure h3:after {
                content: 'play_circle_filled';
                font-size: 1.4rem;
                color: #D70915;
                position: absolute;
                top: 11px;
                right: 5px; }
            #top_about .inner_box ul li a figure img {
              width: 100%;
              vertical-align: bottom;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
            #top_about .inner_box ul li a figure:hover {
              transform: scale(1.03, 1.03); }
          #top_about .inner_box ul li p {
            font-size: 14px;
            line-height: 2;
            font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            margin: 10px 0 0 0;
            text-align: left; }
          #top_about .inner_box ul li:first-child {
            margin: 0; }

  /* ------------ top_product ------------ */
  #top_product {
    width: 100%;
    background: url(../img/11.jpg) no-repeat top center;
    background-size: cover;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box; }
    #top_product h2 {
      font-size: 20px;
      line-height: 1.2;
      font: normal 2rem/1.2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      font-weight: 500; }
    #top_product hr {
      width: 25px;
      border: none;
      border-bottom: 3px solid #D70915;
      margin: 10px auto 0; }
    #top_product p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      margin: 20px 0 0 0; }
    #top_product a.button {
      max-width: 250px;
      margin: 20px auto 0;
      padding: 15px 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #DBC6AB;
      color: #544029;
      display: block;
      text-align: center;
      position: relative;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      #top_product a.button:before {
        content: 'play_circle_filled';
        position: absolute;
        color: #544029;
        right: 10px;
        top: 17px;
        font-size: 1.4rem;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #top_product a.button:link, #top_product a.button:visited, #top_product a.button:active {
        text-decoration: none; }
      #top_product a.button:hover:before {
        color: #D70915; }

  /* ------------ top_news ------------ */
  #top_news {
    padding: 50px 3%;
    text-align: center;
    box-sizing: border-box; }
    #top_news h2 {
      font-size: 20px;
      line-height: 1.2;
      font: normal 2rem/1.2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      font-weight: 500; }
    #top_news hr {
      width: 25px;
      border: none;
      border-bottom: 3px solid #D70915;
      margin: 10px auto 0; }
    #top_news dl {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 15px 0;
      border-bottom: 1px solid #dcdcdc; }
      #top_news dl dt:nth-child(1) {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        text-align: left; }
      #top_news dl dt:nth-child(2) {
        margin: 0 0 0 10px;
        padding: 3px;
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border: 1px solid #1B9974;
        color: #1B9974;
        display: block;
        text-align: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        align-self: flex-start; }
      #top_news dl dd {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        text-align: left;
        margin: 10px 0 0 0; }
        #top_news dl dd a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_news dl dd a:link, #top_news dl dd a:visited, #top_news dl dd a:active {
            text-decoration: none;
            color: #000; }
          #top_news dl dd a:hover {
            text-decoration: underline; }
      #top_news dl:first-of-type {
        margin: 15px 0 0 0; }
    #top_news a.button {
      max-width: 250px;
      margin: 20px auto 0;
      padding: 15px 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #1B9974;
      color: #fff;
      display: block;
      text-align: center;
      position: relative;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top_news a.button:before {
        content: 'play_circle_filled';
        position: absolute;
        color: #fff;
        right: 10px;
        top: 17px;
        font-size: 1.4rem; }
      #top_news a.button:link, #top_news a.button:visited, #top_news a.button:active {
        text-decoration: none; }
      #top_news a.button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ footer ------------ */
  #footer {
    background: #FBF2E8;
    padding: 30px 0 0 0; }
    #footer .wrap_box {
      padding: 0 3%; }
      #footer .wrap_box .c_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 10px 0 0 0;
        text-align: center; }
        #footer .wrap_box .c_box p .cname {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 0 0 10px 0;
          display: inline-block; }
        #footer .wrap_box .c_box p .map {
          display: none; }
        #footer .wrap_box .c_box p a:link, #footer .wrap_box .c_box p a:visited, #footer .wrap_box .c_box p a:active {
          text-decoration: none;
          color: #000; }
        #footer .wrap_box .c_box p a:hover {
          text-decoration: underline; }
      #footer .wrap_box .c_box ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 20px 0 0 0;
        padding: 10px 0 0 0;
        border-top: 1px solid #DBC6AB; }
        #footer .wrap_box .c_box ul li {
          width: 47%;
          list-style: none;
          margin: 10px 0 0 0; }
          #footer .wrap_box .c_box ul li a {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative; }
            #footer .wrap_box .c_box ul li a:before {
              content: 'play_circle_filled';
              color: #D70915;
              font-size: 1.4rem;
              margin: 0 5px 0 0; }
            #footer .wrap_box .c_box ul li a:link, #footer .wrap_box .c_box ul li a:visited, #footer .wrap_box .c_box ul li a:active {
              text-decoration: none;
              color: #000; }
            #footer .wrap_box .c_box ul li a:hover {
              text-decoration: underline; }
      #footer .wrap_box .i_box p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #footer .wrap_box .i_box p.title {
          background: #544029;
          padding: 8px 10px;
          display: block;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          color: #fff;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          position: relative; }
          #footer .wrap_box .i_box p.title.i01 {
            margin: 20px 0 0 0; }
            #footer .wrap_box .i_box p.title.i01:before {
              content: 'contact_phone';
              color: #fff;
              font-size: 2.2rem;
              margin: 0 10px 0 0; }
          #footer .wrap_box .i_box p.title.i02 {
            margin: 20px 0 0 0; }
            #footer .wrap_box .i_box p.title.i02:before {
              content: 'contact_mail';
              color: #fff;
              font-size: 2.2rem;
              margin: 0 10px 0 0; }
        #footer .wrap_box .i_box p.tel {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          position: relative;
          margin: 10px 0 0 0; }
          #footer .wrap_box .i_box p.tel:before {
            content: 'call';
            color: #544029;
            font-size: 2.0rem;
            margin: 0 5px 0 0; }
          #footer .wrap_box .i_box p.tel .small {
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 400; }
      #footer .wrap_box .i_box a.button {
        margin: 20px auto 10px;
        padding: 15px 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background-color: #fff;
        border: 1px solid #D70915;
        color: #D70915;
        display: block;
        text-align: center;
        position: relative;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #footer .wrap_box .i_box a.button:before {
          content: 'play_circle_filled';
          position: absolute;
          color: #D70915;
          right: 10px;
          top: 15px;
          font-size: 1.6rem;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #footer .wrap_box .i_box a.button:link, #footer .wrap_box .i_box a.button:visited, #footer .wrap_box .i_box a.button:active {
          text-decoration: none; }
        #footer .wrap_box .i_box a.button:hover {
          background-color: #D70915;
          color: #fff; }
          #footer .wrap_box .i_box a.button:hover:before {
            color: #fff; }
    #footer .fmenu_box {
      background: #DBC6AB;
      padding: 10px 3%;
      margin: 30px 0 0 0; }
      #footer .fmenu_box ul {
        display: flex;
        justify-content: center; }
        #footer .fmenu_box ul li {
          list-style: none;
          margin: 0 10px; }
          #footer .fmenu_box ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 500; }
            #footer .fmenu_box ul li a:link, #footer .fmenu_box ul li a:visited, #footer .fmenu_box ul li a:active {
              text-decoration: none;
              color: #544029; }
            #footer .fmenu_box ul li a:hover {
              text-decoration: underline; }
    #footer .copy_box {
      background: #D70915;
      padding: 5px;
      text-align: center; }
      #footer .copy_box p {
        font-size: 10px;
        line-height: 1.5;
        font: normal 1rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff; }

  /* ------------ ScrollTrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    transition: opacity 0.5s ease; }

  .visible {
    opacity: 1.0; }

  .visible.translateY, .invisible.translateY {
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.42, 0, 1, 1); }

  .visible.translateY {
    transform: translateY(0); }

  /* ------------ 下層ページ ------------ */
  /* ------------ breadcrumb_box ------------ */
  #breadcrumb_box {
    padding: 10px;
    background-color: #FCF4E8;
    box-sizing: border-box; }
    #breadcrumb_box ul {
      display: flex;
      justify-content: flex-start; }
      #breadcrumb_box ul li {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        position: relative;
        list-style: none;
        padding: 0 0 0 15px;
        margin: 0 0 0 5px;
        color: #544029; }
        #breadcrumb_box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #breadcrumb_box ul li a:link, #breadcrumb_box ul li a:visited, #breadcrumb_box ul li a:active {
            text-decoration: none;
            color: #544029; }
          #breadcrumb_box ul li a:hover {
            text-decoration: underline;
            color: #544029; }
        #breadcrumb_box ul li:before {
          content: 'chevron_right';
          font-size: 1.4rem;
          color: #544029;
          position: absolute;
          top: 3px;
          left: 0; }
        #breadcrumb_box ul li:first-child {
          margin: 0; }
          #breadcrumb_box ul li:first-child:before {
            content: 'home';
            font-size: 1.4rem;
            color: #544029;
            position: absolute;
            top: 3px;
            left: 0; }

  /* ------------ pagetitle_box ------------ */
  #pagetitle_box {
    width: 100%;
    height: 80px;
    background: url(../product/img/01.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center; }
    #pagetitle_box h2 {
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      color: #000;
      display: inline-block;
      position: relative;
      padding: 0 25px;
      margin: 20px 0 0 0; }
      #pagetitle_box h2:before, #pagetitle_box h2:after {
        width: 15px;
        height: 1px;
        background-color: #000;
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block; }
      #pagetitle_box h2:before {
        left: 0; }
      #pagetitle_box h2:after {
        right: 0; }
    #pagetitle_box p {
      font-size: 10px;
      line-height: 1.5;
      font: normal 1rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 5px 0 0 0; }

  /* ------------ content_box ------------ */
  #content_box {
    padding: 50px 3%; }
    #content_box.bg_01 {
      padding: 30px 3%;
      background: #FBF2E8; }

  /* ------------ product_box ------------ */
  #product_box .inner_box {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #product_box .inner_box .title_box {
      text-align: center; }
      #product_box .inner_box .title_box figure {
        max-width: 30px;
        margin: auto; }
        #product_box .inner_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #product_box .inner_box .title_box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #product_box .inner_box .title_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 0; }
    #product_box .inner_box h4 {
      background: #DBC6AB;
      padding: 5px;
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      text-align: center;
      color: #544029;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      margin: 10px 0 0 0; }
    #product_box .inner_box .p_box {
      padding: 20px 0; }
      #product_box .inner_box .p_box .img_box {
        width: 100%; }
        #product_box .inner_box .p_box .img_box figure {
          width: 100%; }
          #product_box .inner_box .p_box .img_box figure img {
            width: 100%;
            vertical-align: bottom;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; }
        #product_box .inner_box .p_box .img_box ul {
          display: flex;
          justify-content: flex-start;
          margin: 10px 0 0 0; }
          #product_box .inner_box .p_box .img_box ul li {
            list-style: none;
            width: 19%;
            margin: 0 0 0 1%;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block; }
            #product_box .inner_box .p_box .img_box ul li img {
              width: 100%;
              vertical-align: bottom;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
            #product_box .inner_box .p_box .img_box ul li:hover {
              cursor: pointer;
              opacity: 0.8;
              filter: alpha(opacity=80); }
      #product_box .inner_box .p_box .text_box {
        width: 100%;
        margin: 20px 0 0 0; }
        #product_box .inner_box .p_box .text_box h5 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          color: #544029;
          border-bottom: 1px dotted #DBC6AB;
          padding: 0 0 10px 0; }
        #product_box .inner_box .p_box .text_box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 10px 0 0 0; }

  #product_link_box {
    background: #fff; }
    #product_link_box ul {
      width: 90%;
      margin: 0 auto;
      padding: 50px 0;
      box-sizing: border-box; }
      #product_link_box ul li {
        list-style: none; }
        #product_link_box ul li a {
          padding: 15px 0;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #1B9974;
          color: #fff;
          display: block;
          text-align: center;
          position: relative;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #product_link_box ul li a:before {
            content: 'picture_as_pdf';
            position: absolute;
            color: #fff;
            right: 15px;
            top: 14px;
            font-size: 2.0rem; }
          #product_link_box ul li a:link, #product_link_box ul li a:visited, #product_link_box ul li a:active {
            text-decoration: none; }
          #product_link_box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #product_link_box ul li:nth-child(2) {
          margin: 20px 0 0 0; }
          #product_link_box ul li:nth-child(2) a {
            padding: 15px 0;
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            background-color: #FF7600;
            color: #fff;
            display: block;
            text-align: center;
            position: relative;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #product_link_box ul li:nth-child(2) a:before {
              content: 'shopping_cart';
              position: absolute;
              color: #fff;
              right: 15px;
              top: 14px;
              font-size: 2.0rem; }
            #product_link_box ul li:nth-child(2) a:link, #product_link_box ul li:nth-child(2) a:visited, #product_link_box ul li:nth-child(2) a:active {
              text-decoration: none; }
            #product_link_box ul li:nth-child(2) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }

  /* ------------ business_box ------------ */
  #business_box .title_box {
    text-align: center;
    margin: 50px 0 0 0; }
    #business_box .title_box figure {
      max-width: 30px;
      margin: auto; }
      #business_box .title_box figure img {
        width: 100%;
        vertical-align: bottom; }
    #business_box .title_box h3 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      color: #000;
      margin: 10px 0 0 0; }
    #business_box .title_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 20px 0 0 0; }
    #business_box .title_box:first-of-type {
      margin: 0; }
  #business_box .inner_box01 {
    width: 100%;
    padding-top: 58.5%;
    margin: 20px 0 0 0;
    background: url(../business/img/03.jpg) center left no-repeat;
    background-size: cover;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    #business_box .inner_box01 .text_box {
      display: none; }
  #business_box .sp_text_box {
    margin: 20px 0 0 0; }
    #business_box .sp_text_box h3 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      color: #000;
      text-align: center; }
      #business_box .sp_text_box h3 br {
        display: none; }
    #business_box .sp_text_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 10px 0 0 0; }
  #business_box .inner_box02 {
    background: url(../business/img/02.jpg) center left no-repeat;
    background-size: cover;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    #business_box .inner_box02 .text_box {
      width: 100%;
      background: rgba(255, 255, 255, 0.6);
      padding: 10px;
      box-sizing: border-box;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      #business_box .inner_box02 .text_box h3 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        text-align: center; }
      #business_box .inner_box02 .text_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 10px 0 0 0; }

  /* ------------ company_box ------------ */
  #company_box {
    width: 80%;
    margin: 0 auto; }
    #company_box .title_box {
      text-align: center;
      margin: 50px 0 0 0; }
      #company_box .title_box figure {
        max-width: 30px;
        margin: auto; }
        #company_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #company_box .title_box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #company_box .title_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 0; }
      #company_box .title_box:first-of-type {
        margin: 0; }
    #company_box h4 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      color: #000;
      margin: 30px 0 0 0; }
    #company_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 10px 0 0 0; }
    #company_box dl {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 1px dotted #999;
      padding: 10px 0; }
      #company_box dl dt {
        width: 25%; }
      #company_box dl dd {
        width: 75%; }
      #company_box dl:first-of-type {
        margin: 20px 0 0 0; }

  #factory_box {
    background: #FBF2E8;
    padding: 30px 0;
    text-align: center; }
    #factory_box h4 {
      font-size: 20px;
      line-height: 1.2;
      font: normal 2rem/1.2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      color: #000; }
    #factory_box hr {
      width: 25px;
      border: none;
      border-bottom: 3px solid #D70915;
      margin: 10px auto 0; }
    #factory_box ul {
      display: flex;
      justify-content: center;
      margin: 30px auto 0;
      padding: 0 3%; }
      #factory_box ul li {
        width: 44%;
        list-style: none;
        margin: 0 2%; }
        #factory_box ul li img {
          width: 100%;
          vertical-align: bottom;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
        #factory_box ul li p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 5px 0 0 0; }

  #accessmap_box {
    padding: 50px 0; }
    #accessmap_box .title_box {
      text-align: center; }
      #accessmap_box .title_box figure {
        max-width: 30px;
        margin: auto; }
        #accessmap_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #accessmap_box .title_box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #accessmap_box .title_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 0; }
    #accessmap_box iframe {
      margin: 30px 0 0 0; }
    #accessmap_box ul {
      padding: 0 3%; }
      #accessmap_box ul li {
        list-style: none;
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 15px 0 0 0; }
        #accessmap_box ul li h4 {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          border-bottom: 1px dotted #999;
          margin: 0 0 5px 0; }
        #accessmap_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          position: relative; }
          #accessmap_box ul li a:before {
            content: 'play_circle_filled';
            color: #D70915;
            font-size: 1.4rem;
            margin: 0 5px 0 0; }
          #accessmap_box ul li a:link, #accessmap_box ul li a:visited, #accessmap_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #accessmap_box ul li a:hover {
            text-decoration: underline; }

  /* ------------ news_box ------------ */
  #news_box #main_content_box .newslist_box h3 {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #634F38;
    border-top: 3px solid #634F38; }
  #news_box #main_content_box .newslist_box ul li {
    padding: 20px 0;
    list-style: none;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between; }
    #news_box #main_content_box .newslist_box ul li a.eyecatch {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      width: 27%; }
      #news_box #main_content_box .newslist_box ul li a.eyecatch figure {
        width: 100%; }
        #news_box #main_content_box .newslist_box ul li a.eyecatch figure img {
          width: 100%;
          vertical-align: bottom;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #news_box #main_content_box .newslist_box ul li a.eyecatch:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    #news_box #main_content_box .newslist_box ul li .textbox {
      width: 70%; }
      #news_box #main_content_box .newslist_box ul li .textbox p.cate_01 {
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background: #1B9974;
        color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
      #news_box #main_content_box .newslist_box ul li .textbox p.cate_02 {
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background: #FF7600;
        color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
      #news_box #main_content_box .newslist_box ul li .textbox p.date {
        margin: 10px 0 0 0;
        position: relative;
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #news_box #main_content_box .newslist_box ul li .textbox p.date:before {
          content: 'event_note';
          position: relative;
          left: 0;
          top: -2px;
          font-size: 1.6rem;
          color: #544029;
          padding: 0 5px 0 0; }
      #news_box #main_content_box .newslist_box ul li .textbox h4 {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
        #news_box #main_content_box .newslist_box ul li .textbox h4 a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #news_box #main_content_box .newslist_box ul li .textbox h4 a:link, #news_box #main_content_box .newslist_box ul li .textbox h4 a:visited, #news_box #main_content_box .newslist_box ul li .textbox h4 a:active {
            text-decoration: none;
            color: #000; }
          #news_box #main_content_box .newslist_box ul li .textbox h4 a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li {
        border: none;
        padding: 0;
        margin: 0; }
        #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a {
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          padding: 5px 10px;
          background: #1B9974;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          display: inline-block; }
          #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:link, #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:visited, #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:active {
            text-decoration: none;
            color: #fff; }
          #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
  #news_box #main_content_box .newslist_box p.none_text {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000; }
  #news_box #main_content_box .pagenation_box {
    margin: 30px 0 0 0; }
    #news_box #main_content_box .pagenation_box ul {
      display: flex;
      justify-content: center; }
      #news_box #main_content_box .pagenation_box ul li {
        list-style: none;
        margin-left: 5px;
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #news_box #main_content_box .pagenation_box ul li.active {
          border-radius: 3px;
          color: #fff;
          padding: 5px 10px;
          border: 1px solid #544029;
          background-color: #544029; }
        #news_box #main_content_box .pagenation_box ul li a {
          background-color: #fff;
          border-radius: 3px;
          color: #544029;
          display: block;
          padding: 5px 10px;
          text-decoration: none;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border: 1px solid #544029; }
          #news_box #main_content_box .pagenation_box ul li a:hover {
            background-color: #544029;
            border: 1px solid #544029;
            color: #fff; }
        #news_box #main_content_box .pagenation_box ul li:first-child {
          margin: 0; }
  #news_box #main_content_box .newsarticle_box .catetitle {
    padding: 10px 0;
    border-bottom: 1px solid #634F38;
    border-top: 3px solid #634F38; }
    #news_box #main_content_box .newsarticle_box .catetitle h3 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      color: #000; }
    #news_box #main_content_box .newsarticle_box .catetitle p.list {
      display: none; }
  #news_box #main_content_box .newsarticle_box .article {
    margin: 20px 0 0 0; }
    #news_box #main_content_box .newsarticle_box .article p.date {
      font-size: 12px;
      line-height: 1;
      font: normal 1.2rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      position: relative; }
      #news_box #main_content_box .newsarticle_box .article p.date:before {
        content: 'event_note';
        position: relative;
        left: 0;
        top: -2px;
        font-size: 1.4rem;
        color: #544029;
        padding: 0 5px 0 0; }
    #news_box #main_content_box .newsarticle_box .article h4 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      margin: 5px 0 0 0; }
    #news_box #main_content_box .newsarticle_box .article p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 20px 0 0 0; }
    #news_box #main_content_box .newsarticle_box .article img.alignleft {
      width: 60%;
      float: left;
      display: block;
      margin: 0 15px 15px 0; }
    #news_box #main_content_box .newsarticle_box .article img.aligncenter {
      width: 60%;
      display: block;
      margin: 15px auto; }
    #news_box #main_content_box .newsarticle_box .article img.alignright {
      width: 60%;
      float: right;
      display: block;
      margin: 0 0 15px 15px; }
    #news_box #main_content_box .newsarticle_box .article img.alignnone {
      width: 60%;
      display: block;
      text-align: left;
      margin: 15px auto; }
    #news_box #main_content_box .newsarticle_box .article a img:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    #news_box #main_content_box .newsarticle_box .article a:link, #news_box #main_content_box .newsarticle_box .article a:visited, #news_box #main_content_box .newsarticle_box .article a:active {
      text-decoration: underline;
      color: #544029; }
    #news_box #main_content_box .newsarticle_box .article a:hover {
      text-decoration: underline;
      color: #544029; }
  #news_box #main_content_box .newsarticle_box .articlenext {
    margin: 30px 0 0 0;
    border-top: 3px solid #544029; }
    #news_box #main_content_box .newsarticle_box .articlenext ul {
      margin: 10px 0 0 0;
      padding: 10px;
      background-color: #f5f5f5;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; }
      #news_box #main_content_box .newsarticle_box .articlenext ul li {
        width: 48%;
        list-style: none; }
        #news_box #main_content_box .newsarticle_box .articlenext ul li:last-child {
          margin: 0; }
        #news_box #main_content_box .newsarticle_box .articlenext ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          text-decoration: none; }
          #news_box #main_content_box .newsarticle_box .articlenext ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #news_box #main_content_box .newsarticle_box .articlenext ul li .box {
          border: 1px solid #dcdcdc;
          padding: 5px;
          display: block;
          background-color: #fff; }
          #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.articlebox {
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            text-align: center; }
          #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.date {
            font-size: 12px;
            line-height: 1;
            font: normal 1.2rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #544029;
            margin: 5px 0 0 0;
            text-align: center; }
          #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.title {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            margin: 5px 0 0 0; }
    #news_box #main_content_box .newsarticle_box .articlenext p.back {
      margin: 10px 0 0 auto;
      padding: 0 0 0 10px;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      position: relative; }
      #news_box #main_content_box .newsarticle_box .articlenext p.back a:link, #news_box #main_content_box .newsarticle_box .articlenext p.back a:visited, #news_box #main_content_box .newsarticle_box .articlenext p.back a:active {
        text-decoration: none;
        color: #000; }
      #news_box #main_content_box .newsarticle_box .articlenext p.back a:hover {
        text-decoration: underline;
        color: #000; }
      #news_box #main_content_box .newsarticle_box .articlenext p.back:before {
        content: 'keyboard_backspace';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 1.4rem;
        color: #544029; }
  #news_box #side_box {
    width: 100%;
    margin: 30px 0 0 0; }
    #news_box #side_box ul {
      margin: 10px 0 0 0;
      box-sizing: border-box; }
      #news_box #side_box ul li {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        list-style: none;
        border-bottom: 1px dotted #cacaca; }
        #news_box #side_box ul li a {
          padding: 15px 0 5px 15px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #news_box #side_box ul li a:link, #news_box #side_box ul li a:visited, #news_box #side_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #news_box #side_box ul li a:hover {
            text-decoration: none;
            background: #FBF2E8; }
          #news_box #side_box ul li a.here {
            text-decoration: none;
            background-color: #FBF2E8;
            font-weight: 700; }
        #news_box #side_box ul li:last-child {
          border: none; }
    #news_box #side_box .widget {
      margin: 0 0 20px 0; }
      #news_box #side_box .widget h2.widget-title {
        background-color: #DBC6AB;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700;
        color: #544029;
        text-align: center;
        padding: 15px 0;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
    #news_box #side_box .calendar_wrap #wp-calendar {
      width: 100%; }
      #news_box #side_box .calendar_wrap #wp-calendar caption {
        text-align: center;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        padding: 10px 0;
        color: #544029;
        font-weight: 700;
        box-sizing: border-box; }
      #news_box #side_box .calendar_wrap #wp-calendar thead tr th {
        width: 14.28%;
        padding: 5px;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border: 2px solid #fff;
        box-sizing: border-box; }
      #news_box #side_box .calendar_wrap #wp-calendar thead tr th:nth-child(6) {
        color: #6699ff; }
      #news_box #side_box .calendar_wrap #wp-calendar thead tr th:nth-child(7) {
        color: #cc3300; }
      #news_box #side_box .calendar_wrap #wp-calendar td {
        width: 14.28%;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center;
        padding: 5px;
        color: #000;
        border: 2px solid #fff;
        box-sizing: border-box; }
      #news_box #side_box .calendar_wrap #wp-calendar td a {
        background-color: #544029;
        color: #fff;
        display: block;
        padding: 5px;
        margin: -5px;
        text-decoration: none;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #news_box #side_box .calendar_wrap #wp-calendar td a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #news_box #side_box .calendar_wrap #wp-calendar tbody tr #today {
        background-color: #f5f5f5; }
    #news_box #side_box .calendar_wrap .wp-calendar-nav {
      display: flex;
      justify-content: space-between;
      margin: 10px 0 0 0; }
      #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:link, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:visited, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:active {
            text-decoration: none;
            color: #000; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
            text-decoration: underline;
            color: #000; }
      #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:link, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:visited, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:active {
            text-decoration: none;
            color: #000; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
            text-decoration: underline;
            color: #000; }
    #news_box #side_box .calendar_wrap tfoot {
      display: none; }
    #news_box #side_box .screen-reader-text {
      display: none; }
    #news_box #side_box .widget_recent_entries ul {
      border: none;
      box-sizing: border-box;
      padding: 0; }
      #news_box #side_box .widget_recent_entries ul li {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        list-style: none;
        border-bottom: 1px dotted #cacaca;
        position: relative; }
        #news_box #side_box .widget_recent_entries ul li a {
          padding: 15px 0 15px 15px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #news_box #side_box .widget_recent_entries ul li a:link, #news_box #side_box .widget_recent_entries ul li a:visited, #news_box #side_box .widget_recent_entries ul li a:active {
            text-decoration: none;
            color: #000; }
          #news_box #side_box .widget_recent_entries ul li a:hover {
            text-decoration: none;
            color: #000;
            background-color: #FBF2E8; }
            #news_box #side_box .widget_recent_entries ul li a:hover:before {
              color: #D70915; }
          #news_box #side_box .widget_recent_entries ul li a:before {
            content: 'chevron_right';
            position: absolute;
            left: 0;
            top: 18px;
            font-size: 1.4rem;
            color: #D70915; }
        #news_box #side_box .widget_recent_entries ul li:last-child {
          border: none; }
    #news_box #side_box .widget_archive #archives-dropdown-2 {
      width: 100%;
      height: 35px;
      margin: 20px 0 0 0;
      background: #fff;
      border: none;
      padding: 5px;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      box-sizing: border-box;
      cursor: pointer;
      color: #000;
      border-radius: none;
      -moz-border-radius: none;
      -webkit-border-radius: none;
      -ms-border-radius: none;
      -o-border-radius: none; }
    #news_box #side_box .widget_categories ul {
      border: none;
      box-sizing: border-box;
      padding: 0; }
      #news_box #side_box .widget_categories ul li {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        list-style: none;
        position: relative; }
        #news_box #side_box .widget_categories ul li a {
          padding: 15px 0 15px 15px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #news_box #side_box .widget_categories ul li a:link, #news_box #side_box .widget_categories ul li a:visited, #news_box #side_box .widget_categories ul li a:active {
            text-decoration: none;
            color: #000; }
          #news_box #side_box .widget_categories ul li a:hover {
            text-decoration: none;
            color: #000;
            background-color: #FBF2E8; }
            #news_box #side_box .widget_categories ul li a:hover:before {
              color: #D70915; }
          #news_box #side_box .widget_categories ul li a:before {
            content: 'chevron_right';
            position: absolute;
            left: 0;
            top: 18px;
            font-size: 1.4rem;
            color: #D70915; }
      #news_box #side_box .widget_categories ul.children {
        margin: 0 0 0 10px; }
        #news_box #side_box .widget_categories ul.children li {
          border-bottom: 1px dotted #cacaca; }
    #news_box #side_box input[type="submit"], #news_box #side_box input[type="reset"], #news_box #side_box input[type="button"], #news_box #side_box button {
      cursor: pointer; }

  /* ------------ contact_box ------------ */
  #contact_box .inner_box {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #contact_box .inner_box .title_box {
      text-align: center; }
      #contact_box .inner_box .title_box figure {
        max-width: 30px;
        margin: auto; }
        #contact_box .inner_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #contact_box .inner_box .title_box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #contact_box .inner_box .title_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 0; }
    #contact_box .inner_box h4 {
      background: #DBC6AB;
      padding: 5px;
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      text-align: center;
      color: #544029;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      margin: 30px 0 0 0; }
      #contact_box .inner_box h4:first-of-type {
        margin: 10px 0 0 0; }
    #contact_box .inner_box dl {
      border-bottom: 1px solid #ddd;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      padding: 20px 0;
      box-sizing: border-box; }
      #contact_box .inner_box dl dt {
        font-weight: 700; }
        #contact_box .inner_box dl dt .iconrequire {
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          background-color: #FD4C4B;
          color: #fff;
          margin: 0 10px 0 0;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #contact_box .inner_box dl dd {
        margin: 15px 0 0 0;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #contact_box .inner_box dl dd select {
          width: 100%;
          height: 40px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #000;
          background-color: #f5f5f5;
          border: 1px solid #ddd; }
        #contact_box .inner_box dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #ddd;
          padding: 5px;
          resize: none;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box;
          -webkit-appearance: none; }
          #contact_box .inner_box dl dd textarea::-webkit-input-placeholder {
            color: #666; }
          #contact_box .inner_box dl dd textarea::placeholder {
            color: #999; }
          #contact_box .inner_box dl dd textarea:-ms-input-placeholder {
            color: #999; }
          #contact_box .inner_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
        #contact_box .inner_box dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ddd;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          box-sizing: border-box;
          padding: 5px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 0 10px 0;
          -webkit-appearance: none; }
          #contact_box .inner_box dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #contact_box .inner_box dl dd input[type="text"].w30 {
            width: 100%; }
          #contact_box .inner_box dl dd input[type="text"]::placeholder {
            color: #999; }
          #contact_box .inner_box dl dd input[type="text"]:-ms-input-placeholder {
            color: #999; }
          #contact_box .inner_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #contact_box .inner_box dl dd input:focus {
          outline: none; }
    #contact_box .inner_box .submit_box {
      text-align: center;
      margin: 20px 0 0 0; }
      #contact_box .inner_box .submit_box p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #contact_box .inner_box .submit_box p br {
          display: none; }
        #contact_box .inner_box .submit_box p a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #contact_box .inner_box .submit_box p a:link, #contact_box .inner_box .submit_box p a:visited, #contact_box .inner_box .submit_box p a:active {
            text-decoration: underline;
            color: #000; }
          #contact_box .inner_box .submit_box p a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #contact_box .inner_box .submit_box .submit_button {
        width: 100%;
        padding: 15px 0;
        margin: 30px auto 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center;
        background-color: #FD4C4B;
        border: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-appearance: button;
        display: block; }
        #contact_box .inner_box .submit_box .submit_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact_box .inner_box .submit_box .back_button {
        width: 100%;
        padding: 15px 0;
        margin: 20px auto 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-appearance: button;
        display: block; }
        #contact_box .inner_box .submit_box .back_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact_box .inner_box .submit_box .agree_box {
        display: block;
        text-align: center;
        cursor: pointer;
        margin: 30px 0 0 0; }
        #contact_box .inner_box .submit_box .agree_box span {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          vertical-align: middle; }
        #contact_box .inner_box .submit_box .agree_box input.mark {
          width: 20px;
          height: 20px;
          border: 1px solid #ddd; }
    #contact_box .inner_box table {
      width: 100%;
      margin: 30px auto 0;
      border-top: 1px solid #dcdcdc; }
      #contact_box .inner_box table th {
        padding: 15px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        width: 25%;
        text-align: left;
        color: #000;
        font-weight: 700;
        background: #f7f7f7;
        box-sizing: border-box; }
      #contact_box .inner_box table td {
        padding: 15px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: left;
        color: #000;
        box-sizing: border-box; }

  /* ------------ privacy_box ------------ */
  #privacy_box .inner_box {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #privacy_box .inner_box .title_box {
      text-align: center; }
      #privacy_box .inner_box .title_box figure {
        max-width: 30px;
        margin: auto; }
        #privacy_box .inner_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #privacy_box .inner_box .title_box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #privacy_box .inner_box .title_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 0; }
    #privacy_box .inner_box h4 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      font-weight: 500;
      text-align: center;
      margin: 0 0 10px 0; }
    #privacy_box .inner_box h5 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      font-weight: 500;
      margin: 30px 0 0 0;
      padding: 0 0 10px 0;
      border-bottom: 1px dotted #ddd; }
    #privacy_box .inner_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 5px 0 0 0; }
    #privacy_box .inner_box ul {
      margin: 20px 0 0 0; }
      #privacy_box .inner_box ul li {
        list-style: none;
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #privacy_box .inner_box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #privacy_box .inner_box ul li a:link, #privacy_box .inner_box ul li a:visited, #privacy_box .inner_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #privacy_box .inner_box ul li a:hover {
            text-decoration: underline; }

  /* ------------ sitemap_box ------------ */
  #sitemap_box .inner_box {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #sitemap_box .inner_box .title_box {
      text-align: center; }
      #sitemap_box .inner_box .title_box figure {
        max-width: 30px;
        margin: auto; }
        #sitemap_box .inner_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #sitemap_box .inner_box .title_box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #sitemap_box .inner_box .title_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 0; }
    #sitemap_box .inner_box ul {
      margin: 15px 0 0 0; }
      #sitemap_box .inner_box ul li {
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        list-style: none;
        border-bottom: 1px dotted #ddd;
        position: relative;
        padding: 0 0 0 5px; }
        #sitemap_box .inner_box ul li:before {
          content: 'play_circle_outline';
          position: absolute;
          left: 5px;
          top: 15px;
          font-size: 1.6rem;
          color: #544029; }
        #sitemap_box .inner_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0 15px 20px; }
          #sitemap_box .inner_box ul li a:link, #sitemap_box .inner_box ul li a:visited, #sitemap_box .inner_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #sitemap_box .inner_box ul li a:hover {
            background: #DBC6AB; }
        #sitemap_box .inner_box ul li:last-child {
          border: none; }

  /* ------------ page_top ------------ */
  #page_top {
    width: 25px;
    height: 25px;
    position: fixed;
    right: -30px;
    bottom: 20px;
    background: #544029;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000; }
    #page_top a {
      position: relative;
      display: block;
      width: 25px;
      height: 25px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page_top a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #page_top a::before {
        content: 'arrow_drop_up';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------SP END ------------ */ }
/* ------------ PC ------------ */
@media screen and (min-width: 769px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ clearfix ------------ */
  .clearfix, #news_box #main_content_box .newsarticle_box .article {
    zoom: 1; }
    .clearfix::after, #news_box #main_content_box .newsarticle_box .article::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ Material-i ------------ */
  .material-i, #header #nav_box ul.l_menu li:nth-child(2) a:after, #top_about .inner_box ul li a figure h3:after, #top_product a.button:before, #top_news a.button:before, #footer .wrap_box .c_box ul li a:before, #footer .wrap_box .i_box p.title.i01:before, #footer .wrap_box .i_box p.title.i02:before, #footer .wrap_box .i_box p.tel:before, #footer .wrap_box .i_box a.button:before, #breadcrumb_box ul li:before, #breadcrumb_box ul li:first-child:before, #product_link_box ul li a:before, #product_link_box ul li:nth-child(2) a:before, #accessmap_box ul li a:before, #news_box #main_content_box .newslist_box ul li .textbox p.date:before, #news_box #main_content_box .newsarticle_box .catetitle p.list:before, #news_box #main_content_box .newsarticle_box .article p.date:before, #news_box #main_content_box .newsarticle_box .articlenext p.back:before, #news_box #side_box .widget_recent_entries ul li a:before, #news_box #side_box .widget_categories ul li a:before, #sitemap_box .inner_box ul li:before, #page_top a::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ トップページ ------------ */
  /* ------------ top_loader ------------ */
  #top_loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center; }
    #top_loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -27px;
      z-index: 4000; }

  /* ------------ header ------------ */
  #header {
    width: 100%;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    #header h1 {
      text-indent: -9999px;
      margin: 3px 0 0 0; }
      #header h1 a {
        background-image: url(../img/14.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 263px;
        height: 65px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header h1 a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #header #nav_box {
      text-align: right; }
      #header #nav_box ul.l_menu {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        #header #nav_box ul.l_menu li {
          list-style: none; }
          #header #nav_box ul.l_menu li:nth-child(1) {
            margin: 0 10px 0 0;
            width: 26px; }
            #header #nav_box ul.l_menu li:nth-child(1) a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #header #nav_box ul.l_menu li:nth-child(1) a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #header #nav_box ul.l_menu li:nth-child(1) a img {
                width: 100%;
                vertical-align: bottom; }
          #header #nav_box ul.l_menu li:nth-child(2) a {
            padding: 7px 10px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 500;
            border: 1px solid #D70915;
            color: #D70915;
            display: block;
            text-align: center;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px; }
            #header #nav_box ul.l_menu li:nth-child(2) a:after {
              content: 'shopping_cart';
              color: #D70915;
              font-size: 1.8rem;
              margin: 0 0 0 5px; }
            #header #nav_box ul.l_menu li:nth-child(2) a:link, #header #nav_box ul.l_menu li:nth-child(2) a:visited, #header #nav_box ul.l_menu li:nth-child(2) a:active {
              text-decoration: none; }
            #header #nav_box ul.l_menu li:nth-child(2) a:hover {
              background: #D70915;
              color: #fff; }
              #header #nav_box ul.l_menu li:nth-child(2) a:hover:after {
                color: #fff; }
          #header #nav_box ul.l_menu li:nth-child(3) {
            display: none; }
      #header #nav_box #menu_box {
        margin: 10px 0 0 0; }
        #header #nav_box #menu_box ul.g_menu {
          display: flex;
          justify-content: flex-end; }
          #header #nav_box #menu_box ul.g_menu li {
            list-style: none;
            margin: 0 0 0 35px; }
            #header #nav_box #menu_box ul.g_menu li a {
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              font-size: 18px;
              line-height: 1.5;
              font: normal 1.8rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 500;
              position: relative; }
              #header #nav_box #menu_box ul.g_menu li a:link, #header #nav_box #menu_box ul.g_menu li a:visited, #header #nav_box #menu_box ul.g_menu li a:active {
                text-decoration: none;
                color: #000; }
              #header #nav_box #menu_box ul.g_menu li a:hover {
                color: #D70915; }
                #header #nav_box #menu_box ul.g_menu li a:hover::after {
                  transform: scaleX(1);
                  -moz-transform: scaleX(1);
                  -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                  -o-transform: scaleX(1); }
              #header #nav_box #menu_box ul.g_menu li a::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 0;
                width: 100%;
                height: 3px;
                background-color: #D70915;
                transform: scaleX(0);
                -moz-transform: scaleX(0);
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                -o-transform: scaleX(0);
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease; }
              #header #nav_box #menu_box ul.g_menu li a.here::before {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 0;
                width: 100%;
                height: 3px;
                background-color: #D70915; }

  /* ------------ spnav sp_mnav_box ------------ */
  #sp_nav {
    display: none; }

  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    position: relative;
    z-index: 10;
    overflow: hidden; }
    #top_eyecatch .flexslider {
      margin: 0;
      position: relative;
      top: 0;
      left: 0;
      border: none; }
      #top_eyecatch .flexslider ul.slides li {
        position: relative; }
        #top_eyecatch .flexslider ul.slides li P {
          position: absolute;
          left: 10%;
          top: 35%;
          z-index: 20;
          font-size: 40px;
          line-height: 1.8;
          font: normal 4rem/1.8 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          color: #fff;
          display: none; }
        #top_eyecatch .flexslider ul.slides li img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          vertical-align: bottom;
          position: relative;
          z-index: 10; }
        #top_eyecatch .flexslider ul.slides li:nth-child(2) p {
          top: 25%;
          color: #fff; }
        #top_eyecatch .flexslider ul.slides li:nth-child(3) p {
          top: 25%;
          color: #fff; }
        #top_eyecatch .flexslider ul.slides li:nth-child(4) p {
          top: 25%;
          color: #fff; }
      #top_eyecatch .flexslider .flex-control-nav {
        display: none; }
    #top_eyecatch a.scroll {
      position: absolute;
      bottom: 0;
      left: 50%;
      padding-top: 60px;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top_eyecatch a.scroll:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #top_eyecatch a.scroll span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        box-sizing: border-box; }
        #top_eyecatch a.scroll span::before {
          position: absolute;
          top: 10px;
          left: 50%;
          content: '';
          width: 6px;
          height: 6px;
          margin-left: -3px;
          background-color: #fff;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
          box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } }
  /* ------------ top_about ------------ */
  #top_about {
    padding: 100px 20px;
    text-align: center;
    background-color: #FBF2E8;
    /*
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, $bg_color), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, $bg_color), color-stop(0.75, $bg_color), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 70px 70px;
    */ }
    #top_about .inner_box {
      max-width: 1100px;
      margin: 0 auto;
      padding: 40px;
      box-sizing: border-box;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      position: relative; }
      #top_about .inner_box h2 {
        background: #DBC6AB;
        padding: 10px 40px;
        display: inline-block;
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #544029;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        position: relative;
        top: -70px; }
        #top_about .inner_box h2::after {
          width: 0;
          height: 0;
          position: absolute;
          content: '';
          top: 100%;
          left: 0;
          right: 0;
          margin: auto;
          border: 15px solid transparent;
          border-top: 15px solid #DBC6AB; }
      #top_about .inner_box ul {
        display: flex;
        justify-content: space-between;
        margin: -20px 0 0 0; }
        #top_about .inner_box ul li {
          width: 30%;
          list-style: none; }
          #top_about .inner_box ul li a figure {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            position: relative; }
            #top_about .inner_box ul li a figure h3 {
              width: 90%;
              margin: auto;
              padding: 10px 0;
              position: absolute;
              bottom: 15px;
              left: 0;
              right: 0;
              background: rgba(255, 255, 255, 0.8);
              font-size: 20px;
              line-height: 1.5;
              font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 500;
              color: #000;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
              #top_about .inner_box ul li a figure h3:after {
                content: 'play_circle_filled';
                font-size: 1.8rem;
                color: #D70915;
                position: absolute;
                top: 17px;
                right: 5px; }
            #top_about .inner_box ul li a figure img {
              width: 100%;
              vertical-align: bottom;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
            #top_about .inner_box ul li a figure:hover {
              transform: scale(1.03, 1.03); }
          #top_about .inner_box ul li p {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            margin: 10px 0 0 0;
            text-align: left; }

  /* ------------ top_product ------------ */
  #top_product {
    width: 100%;
    background: url(../img/11.jpg) no-repeat top center;
    background-size: cover;
    text-align: center;
    padding: 100px 20px;
    box-sizing: border-box; }
    #top_product h2 {
      font-size: 32px;
      line-height: 1.2;
      font: normal 3.2rem/1.2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      font-weight: 500; }
    #top_product hr {
      width: 35px;
      border: none;
      border-bottom: 5px solid #D70915;
      margin: 15px auto 0; }
    #top_product p {
      font-size: 18px;
      line-height: 2;
      font: normal 1.8rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      margin: 30px 0 0 0; }
    #top_product a.button {
      max-width: 300px;
      margin: 30px auto 0;
      padding: 20px 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #DBC6AB;
      color: #544029;
      display: block;
      text-align: center;
      position: relative;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px; }
      #top_product a.button:before {
        content: 'play_circle_filled';
        position: absolute;
        color: #544029;
        right: 10px;
        top: 20px;
        font-size: 1.8rem;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #top_product a.button:link, #top_product a.button:visited, #top_product a.button:active {
        text-decoration: none; }
      #top_product a.button:hover:before {
        color: #D70915; }

  /* ------------ top_news ------------ */
  #top_news {
    max-width: 900px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box; }
    #top_news h2 {
      font-size: 32px;
      line-height: 1.2;
      font: normal 3.2rem/1.2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      font-weight: 500; }
    #top_news hr {
      width: 35px;
      border: none;
      border-bottom: 5px solid #D70915;
      margin: 15px auto 0; }
    #top_news dl {
      display: flex;
      justify-content: space-between;
      padding: 25px 0;
      border-bottom: 1px solid #dcdcdc; }
      #top_news dl dt:nth-child(1) {
        width: 12%;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        text-align: left; }
      #top_news dl dt:nth-child(2) {
        width: 15%;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border: 2px solid #1B9974;
        color: #1B9974;
        display: block;
        text-align: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        align-self: flex-start; }
        #top_news dl dt:nth-child(2).blog {
          border: 2px solid #FF7600;
          color: #FF7600; }
      #top_news dl dd {
        width: 75%;
        margin: 0 0 0 3%;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        text-align: left; }
        #top_news dl dd a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_news dl dd a:link, #top_news dl dd a:visited, #top_news dl dd a:active {
            text-decoration: none;
            color: #000; }
          #top_news dl dd a:hover {
            text-decoration: underline; }
      #top_news dl:first-of-type {
        margin: 25px 0 0 0; }
    #top_news a.button {
      max-width: 300px;
      margin: 50px auto 0;
      padding: 20px 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #1B9974;
      color: #fff;
      display: block;
      text-align: center;
      position: relative;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top_news a.button:before {
        content: 'play_circle_filled';
        position: absolute;
        color: #fff;
        right: 10px;
        top: 20px;
        font-size: 1.8rem; }
      #top_news a.button:link, #top_news a.button:visited, #top_news a.button:active {
        text-decoration: none; }
      #top_news a.button:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

  /* ------------ footer ------------ */
  #footer {
    background: #FBF2E8;
    padding: 50px 0 0 0; }
    #footer .wrap_box {
      max-width: 1100px;
      padding: 0 20px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      #footer .wrap_box .c_box {
        width: 55%; }
        #footer .wrap_box .c_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
          #footer .wrap_box .c_box p .cname {
            font-size: 30px;
            line-height: 1.5;
            font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 0 0 10px 0;
            display: inline-block; }
          #footer .wrap_box .c_box p a:link, #footer .wrap_box .c_box p a:visited, #footer .wrap_box .c_box p a:active {
            text-decoration: none;
            color: #000; }
          #footer .wrap_box .c_box p a:hover {
            text-decoration: underline; }
        #footer .wrap_box .c_box ul {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap;
          margin: 20px 0 0 0; }
          #footer .wrap_box .c_box ul li {
            width: 32%;
            list-style: none; }
            #footer .wrap_box .c_box ul li a {
              font-size: 16px;
              line-height: 2;
              font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              position: relative; }
              #footer .wrap_box .c_box ul li a:before {
                content: 'play_circle_filled';
                color: #D70915;
                font-size: 1.6rem;
                margin: 0 5px 0 0; }
              #footer .wrap_box .c_box ul li a:link, #footer .wrap_box .c_box ul li a:visited, #footer .wrap_box .c_box ul li a:active {
                text-decoration: none;
                color: #000; }
              #footer .wrap_box .c_box ul li a:hover {
                text-decoration: underline; }
      #footer .wrap_box .i_box {
        width: 43%; }
        #footer .wrap_box .i_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
          #footer .wrap_box .i_box p.title {
            background: #fff;
            padding: 10px;
            display: block;
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            color: #544029;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            position: relative;
            border: 1px solid #544029; }
            #footer .wrap_box .i_box p.title.i01:before {
              content: 'contact_phone';
              color: #544029;
              font-size: 2.8rem;
              margin: 0 10px 0 0; }
            #footer .wrap_box .i_box p.title.i02 {
              margin: 30px 0 0 0; }
              #footer .wrap_box .i_box p.title.i02:before {
                content: 'contact_mail';
                color: #544029;
                font-size: 2.8rem;
                margin: 0 10px 0 0; }
          #footer .wrap_box .i_box p.tel {
            font-size: 36px;
            line-height: 1.5;
            font: normal 3.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            position: relative;
            margin: 10px 0 0 0; }
            #footer .wrap_box .i_box p.tel:before {
              content: 'call';
              color: #544029;
              font-size: 3.6rem;
              margin: 0 5px 0 0; }
            #footer .wrap_box .i_box p.tel .small {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 400; }
        #footer .wrap_box .i_box a.button {
          width: 100%;
          margin: 20px auto 10px;
          padding: 20px 0;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #544029;
          color: #fff;
          display: block;
          text-align: center;
          position: relative;
          border-radius: 15px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .wrap_box .i_box a.button:before {
            content: 'play_circle_filled';
            position: absolute;
            color: #fff;
            right: 10px;
            top: 20px;
            font-size: 1.8rem;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
          #footer .wrap_box .i_box a.button:link, #footer .wrap_box .i_box a.button:visited, #footer .wrap_box .i_box a.button:active {
            text-decoration: none; }
          #footer .wrap_box .i_box a.button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
    #footer .fmenu_box {
      background: #DBC6AB;
      padding: 15px;
      margin: 50px 0 0 0; }
      #footer .fmenu_box ul {
        display: flex;
        justify-content: center; }
        #footer .fmenu_box ul li {
          list-style: none;
          margin: 0 10px; }
          #footer .fmenu_box ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 500; }
            #footer .fmenu_box ul li a:link, #footer .fmenu_box ul li a:visited, #footer .fmenu_box ul li a:active {
              text-decoration: none;
              color: #544029; }
            #footer .fmenu_box ul li a:hover {
              text-decoration: underline; }
    #footer .copy_box {
      background: #D70915;
      padding: 10px;
      text-align: center; }
      #footer .copy_box p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff; }

  /* ------------ ScrollTrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    transition: opacity 0.5s ease; }

  .visible {
    opacity: 1.0; }

  .visible.translateY, .invisible.translateY {
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.42, 0, 1, 1); }

  .visible.translateY {
    transform: translateY(0); }

  /* ------------ 下層ページ ------------ */
  /* ------------ breadcrumb_box ------------ */
  #breadcrumb_box {
    padding: 10px 10px 10px 20px;
    background-color: #FCF4E8;
    box-sizing: border-box; }
    #breadcrumb_box ul {
      display: flex;
      justify-content: flex-start; }
      #breadcrumb_box ul li {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        position: relative;
        list-style: none;
        padding: 0 0 0 15px;
        margin: 0 0 0 10px;
        color: #544029; }
        #breadcrumb_box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #breadcrumb_box ul li a:link, #breadcrumb_box ul li a:visited, #breadcrumb_box ul li a:active {
            text-decoration: none;
            color: #544029; }
          #breadcrumb_box ul li a:hover {
            text-decoration: underline;
            color: #544029; }
        #breadcrumb_box ul li:before {
          content: 'chevron_right';
          font-size: 1.6rem;
          color: #544029;
          position: absolute;
          top: 3px;
          left: 0; }
        #breadcrumb_box ul li:first-child {
          margin: 0; }
          #breadcrumb_box ul li:first-child:before {
            content: 'home';
            font-size: 1.6rem;
            color: #544029;
            position: absolute;
            top: 3px;
            left: 0; }

  /* ------------ pagetitle_box ------------ */
  #pagetitle_box {
    width: 100%;
    height: 200px;
    background: url(../product/img/01.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center; }
    #pagetitle_box h2 {
      font-size: 34px;
      line-height: 1;
      font: normal 3.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      color: #000;
      display: inline-block;
      position: relative;
      padding: 0 55px;
      margin: 70px 0 0 0; }
      #pagetitle_box h2:before, #pagetitle_box h2:after {
        width: 45px;
        height: 2px;
        background-color: #000;
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block; }
      #pagetitle_box h2:before {
        left: 0; }
      #pagetitle_box h2:after {
        right: 0; }
    #pagetitle_box p {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 10px 0 0 0; }

  /* ------------ content_box ------------ */
  #content_box {
    padding: 60px 20px; }
    #content_box.bg_01 {
      background: #FBF2E8; }

  /* ------------ product_box ------------ */
  #product_box .inner_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #product_box .inner_box .title_box {
      text-align: center; }
      #product_box .inner_box .title_box figure {
        max-width: 61px;
        margin: auto; }
        #product_box .inner_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #product_box .inner_box .title_box h3 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #product_box .inner_box .title_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
    #product_box .inner_box h4 {
      background: #DBC6AB;
      padding: 8px;
      font-size: 26px;
      line-height: 1.5;
      font: normal 2.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      text-align: center;
      color: #544029;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      margin: 20px 0 0 0; }
    #product_box .inner_box .p_box {
      display: flex;
      justify-content: space-between;
      padding: 50px 0; }
      #product_box .inner_box .p_box .img_box {
        width: 45%; }
        #product_box .inner_box .p_box .img_box figure {
          width: 100%; }
          #product_box .inner_box .p_box .img_box figure img {
            width: 100%;
            vertical-align: bottom;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; }
        #product_box .inner_box .p_box .img_box ul {
          display: flex;
          justify-content: flex-start;
          margin: 10px 0 0 0; }
          #product_box .inner_box .p_box .img_box ul li {
            list-style: none;
            width: 19%;
            margin: 0 0 0 1%;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block; }
            #product_box .inner_box .p_box .img_box ul li img {
              width: 100%;
              vertical-align: bottom;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
            #product_box .inner_box .p_box .img_box ul li:hover {
              cursor: pointer;
              opacity: 0.8;
              filter: alpha(opacity=80); }
      #product_box .inner_box .p_box .text_box {
        width: 53%; }
        #product_box .inner_box .p_box .text_box h5 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          color: #544029;
          border-bottom: 2px dotted #DBC6AB;
          padding: 0 0 15px 0; }
        #product_box .inner_box .p_box .text_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 20px 0 0 0; }

  #product_link_box {
    background: #fff; }
    #product_link_box ul {
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; }
      #product_link_box ul li {
        list-style: none;
        width: 45%; }
        #product_link_box ul li a {
          padding: 20px 0;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #1B9974;
          color: #fff;
          display: block;
          text-align: center;
          position: relative;
          border-radius: 15px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #product_link_box ul li a:before {
            content: 'picture_as_pdf';
            position: absolute;
            color: #fff;
            right: 15px;
            top: 18px;
            font-size: 2.4rem; }
          #product_link_box ul li a:link, #product_link_box ul li a:visited, #product_link_box ul li a:active {
            text-decoration: none; }
          #product_link_box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #product_link_box ul li:nth-child(2) a {
          padding: 20px 0;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #FF7600;
          color: #fff;
          display: block;
          text-align: center;
          position: relative;
          border-radius: 15px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #product_link_box ul li:nth-child(2) a:before {
            content: 'shopping_cart';
            position: absolute;
            color: #fff;
            right: 15px;
            top: 18px;
            font-size: 2.4rem; }
          #product_link_box ul li:nth-child(2) a:link, #product_link_box ul li:nth-child(2) a:visited, #product_link_box ul li:nth-child(2) a:active {
            text-decoration: none; }
          #product_link_box ul li:nth-child(2) a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }

  /* ------------ business_box ------------ */
  #business_box {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box; }
    #business_box .title_box {
      text-align: center;
      margin: 100px 0 0 0; }
      #business_box .title_box figure {
        max-width: 61px;
        margin: auto; }
        #business_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #business_box .title_box h3 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #business_box .title_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
      #business_box .title_box:first-of-type {
        margin: 0; }
    #business_box .inner_box01 {
      background: url(../business/img/01.jpg) center center no-repeat;
      background-size: contain;
      width: 100%;
      max-width: 1000px;
      padding-top: 58.5%;
      margin: 30px 0 0 0;
      position: relative;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      #business_box .inner_box01 .text_box {
        position: absolute;
        right: 50px;
        top: 5%;
        width: 50%; }
        #business_box .inner_box01 .text_box h3 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 500;
          color: #000; }
          #business_box .inner_box01 .text_box h3 br {
            display: none; }
        #business_box .inner_box01 .text_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 20px 0 0 0; }
    #business_box .sp_text_box {
      display: none; }
    #business_box .inner_box02 {
      background: url(../business/img/02.jpg) center center no-repeat;
      background-size: contain;
      width: 100%;
      max-width: 1000px;
      padding-top: 66.7%;
      margin: 30px 0;
      position: relative;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      #business_box .inner_box02 .text_box {
        position: absolute;
        left: 50px;
        top: 50px;
        width: 50%;
        background: rgba(255, 255, 255, 0.6);
        padding: 20px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
        #business_box .inner_box02 .text_box h3 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 500;
          color: #000; }
          #business_box .inner_box02 .text_box h3 br {
            display: none; }
        #business_box .inner_box02 .text_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 20px 0 0 0; }

  /* ------------ company_box ------------ */
  #company_box {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box; }
    #company_box .title_box {
      text-align: center;
      margin: 100px 0 0 0; }
      #company_box .title_box figure {
        max-width: 61px;
        margin: auto; }
        #company_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #company_box .title_box h3 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #company_box .title_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
      #company_box .title_box:first-of-type {
        margin: 0; }
    #company_box h4 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      color: #000;
      margin: 50px 0 0 0; }
    #company_box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 10px 0 0 0; }
    #company_box dl {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 1px dotted #999;
      padding: 20px 0; }
      #company_box dl dt {
        width: 20%; }
      #company_box dl dd {
        width: 80%; }
      #company_box dl:first-of-type {
        margin: 30px 0 0 0; }

  #factory_box {
    background: #FBF2E8;
    margin: 30px 0 0 0;
    padding: 50px 0;
    text-align: center; }
    #factory_box h4 {
      font-size: 30px;
      line-height: 1.2;
      font: normal 3rem/1.2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      color: #000; }
    #factory_box hr {
      width: 35px;
      border: none;
      border-bottom: 5px solid #D70915;
      margin: 15px auto 0; }
    #factory_box ul {
      display: flex;
      justify-content: center;
      max-width: 1000px;
      margin: 50px auto 0; }
      #factory_box ul li {
        width: 31%;
        list-style: none;
        margin: 0 5%; }
        #factory_box ul li img {
          width: 100%;
          vertical-align: bottom;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
        #factory_box ul li p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 10px 0 0 0; }

  #accessmap_box {
    padding: 100px 0; }
    #accessmap_box .title_box {
      text-align: center; }
      #accessmap_box .title_box figure {
        max-width: 61px;
        margin: auto; }
        #accessmap_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #accessmap_box .title_box h3 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #accessmap_box .title_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
    #accessmap_box iframe {
      margin: 30px 0 0 0; }
    #accessmap_box ul {
      display: flex;
      justify-content: space-between;
      max-width: 1000px;
      margin: 30px auto 0; }
      #accessmap_box ul li {
        width: 45%;
        list-style: none;
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #accessmap_box ul li h4 {
          font-size: 24px;
          line-height: 2;
          font: normal 2.4rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          border-bottom: 1px solid #000;
          margin: 0 0 20px 0; }
        #accessmap_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          position: relative; }
          #accessmap_box ul li a:before {
            content: 'play_circle_filled';
            color: #D70915;
            font-size: 1.6rem;
            margin: 0 5px 0 0; }
          #accessmap_box ul li a:link, #accessmap_box ul li a:visited, #accessmap_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #accessmap_box ul li a:hover {
            text-decoration: underline; }

  /* ------------ news_box ------------ */
  #news_box {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #news_box #main_content_box {
      width: 70%; }
      #news_box #main_content_box .newslist_box h3 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        padding: 10px 0;
        border-bottom: 1px solid #634F38;
        border-top: 5px solid #634F38; }
      #news_box #main_content_box .newslist_box ul li {
        padding: 30px 0;
        list-style: none;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        justify-content: space-between; }
        #news_box #main_content_box .newslist_box ul li a.eyecatch {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          width: 27%; }
          #news_box #main_content_box .newslist_box ul li a.eyecatch figure {
            width: 100%; }
            #news_box #main_content_box .newslist_box ul li a.eyecatch figure img {
              width: 100%;
              vertical-align: bottom;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
          #news_box #main_content_box .newslist_box ul li a.eyecatch:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #news_box #main_content_box .newslist_box ul li .textbox {
          width: 70%; }
          #news_box #main_content_box .newslist_box ul li .textbox p.cate_01 {
            display: inline-block;
            padding: 7px 10px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            background: #1B9974;
            color: #fff;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
          #news_box #main_content_box .newslist_box ul li .textbox p.cate_02 {
            display: inline-block;
            padding: 7px 10px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            background: #FF7600;
            color: #fff;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
          #news_box #main_content_box .newslist_box ul li .textbox p.date {
            margin: 20px 0 0 0;
            position: relative;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000; }
            #news_box #main_content_box .newslist_box ul li .textbox p.date:before {
              content: 'event_note';
              position: relative;
              left: 0;
              top: -2px;
              font-size: 1.8rem;
              color: #544029;
              padding: 0 5px 0 0; }
          #news_box #main_content_box .newslist_box ul li .textbox h4 {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 500;
            color: #000;
            margin: 20px 0 0 0; }
            #news_box #main_content_box .newslist_box ul li .textbox h4 a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news_box #main_content_box .newslist_box ul li .textbox h4 a:link, #news_box #main_content_box .newslist_box ul li .textbox h4 a:visited, #news_box #main_content_box .newslist_box ul li .textbox h4 a:active {
                text-decoration: none;
                color: #000; }
              #news_box #main_content_box .newslist_box ul li .textbox h4 a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
          #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li {
            border: none;
            padding: 0;
            margin: 0; }
            #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              padding: 7px 10px;
              background: #1B9974;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px;
              display: inline-block; }
              #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:link, #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:visited, #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:active {
                text-decoration: none;
                color: #fff; }
              #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
      #news_box #main_content_box .newslist_box p.none_text {
        margin: 30px 0 0 0;
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
      #news_box #main_content_box .pagenation_box {
        margin: 50px 0 0 0; }
        #news_box #main_content_box .pagenation_box ul {
          display: flex;
          justify-content: center; }
          #news_box #main_content_box .pagenation_box ul li {
            list-style: none;
            margin-left: 10px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #news_box #main_content_box .pagenation_box ul li.active {
              border-radius: 3px;
              color: #fff;
              padding: 10px 15px;
              border: 1px solid #544029;
              background-color: #544029; }
            #news_box #main_content_box .pagenation_box ul li a {
              background-color: #fff;
              border-radius: 3px;
              color: #544029;
              display: block;
              padding: 10px 15px;
              text-decoration: none;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              border: 1px solid #544029; }
              #news_box #main_content_box .pagenation_box ul li a:hover {
                background-color: #544029;
                border: 1px solid #544029;
                color: #fff; }
            #news_box #main_content_box .pagenation_box ul li:first-child {
              margin: 0; }
      #news_box #main_content_box .newsarticle_box .catetitle {
        padding: 10px 0;
        border-bottom: 1px solid #634F38;
        border-top: 5px solid #634F38;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #news_box #main_content_box .newsarticle_box .catetitle h3 {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 500;
          color: #000; }
        #news_box #main_content_box .newsarticle_box .catetitle p.list {
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          position: relative;
          padding: 0 0 0 20px; }
          #news_box #main_content_box .newsarticle_box .catetitle p.list a:link, #news_box #main_content_box .newsarticle_box .catetitle p.list a:visited, #news_box #main_content_box .newsarticle_box .catetitle p.list a:active {
            text-decoration: none;
            color: #544029; }
          #news_box #main_content_box .newsarticle_box .catetitle p.list a:hover {
            text-decoration: underline;
            color: #544029; }
          #news_box #main_content_box .newsarticle_box .catetitle p.list:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.6rem;
            color: #544029; }
      #news_box #main_content_box .newsarticle_box .article {
        margin: 30px 0 0 0; }
        #news_box #main_content_box .newsarticle_box .article p.date {
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          position: relative; }
          #news_box #main_content_box .newsarticle_box .article p.date:before {
            content: 'event_note';
            position: relative;
            left: 0;
            top: -2px;
            font-size: 1.8rem;
            color: #544029;
            padding: 0 5px 0 0; }
        #news_box #main_content_box .newsarticle_box .article h4 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          margin: 5px 0 0 0; }
        #news_box #main_content_box .newsarticle_box .article p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 40px 0 0 0; }
        #news_box #main_content_box .newsarticle_box .article img.alignleft {
          float: left;
          display: block;
          margin: 0 30px 30px 0; }
        #news_box #main_content_box .newsarticle_box .article img.aligncenter {
          display: block;
          margin: 30px auto; }
        #news_box #main_content_box .newsarticle_box .article img.alignright {
          float: right;
          display: block;
          margin: 0 0 30px 30px; }
        #news_box #main_content_box .newsarticle_box .article img.alignnone {
          display: block;
          text-align: left;
          margin: 30px auto; }
        #news_box #main_content_box .newsarticle_box .article a img:hover {
          opacity: 0.8;
          filter: alpha(opacity=80);
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #news_box #main_content_box .newsarticle_box .article a:link, #news_box #main_content_box .newsarticle_box .article a:visited, #news_box #main_content_box .newsarticle_box .article a:active {
          text-decoration: underline;
          color: #544029; }
        #news_box #main_content_box .newsarticle_box .article a:hover {
          text-decoration: underline;
          color: #544029; }
      #news_box #main_content_box .newsarticle_box .articlenext {
        margin: 70px 0 0 0;
        border-top: 5px solid #544029; }
        #news_box #main_content_box .newsarticle_box .articlenext ul {
          margin: 20px 0 0 0;
          padding: 20px;
          background-color: #f5f5f5;
          box-sizing: border-box;
          display: flex;
          justify-content: space-between; }
          #news_box #main_content_box .newsarticle_box .articlenext ul li {
            width: 48%;
            list-style: none; }
            #news_box #main_content_box .newsarticle_box .articlenext ul li:last-child {
              margin: 0; }
            #news_box #main_content_box .newsarticle_box .articlenext ul li a {
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              text-decoration: none; }
              #news_box #main_content_box .newsarticle_box .articlenext ul li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
            #news_box #main_content_box .newsarticle_box .articlenext ul li .box {
              border: 1px solid #dcdcdc;
              padding: 10px;
              display: block;
              background-color: #fff; }
              #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.articlebox {
                font-size: 16px;
                line-height: 1;
                font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                color: #000;
                text-align: center; }
              #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.date {
                font-size: 14px;
                line-height: 1;
                font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                color: #544029;
                margin: 10px 0 0 0;
                text-align: center; }
              #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.title {
                font-size: 16px;
                line-height: 1.5;
                font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                color: #000;
                margin: 10px 0 0 0; }
        #news_box #main_content_box .newsarticle_box .articlenext p.back {
          margin: 20px 0 0 auto;
          padding: 0 0 0 20px;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          position: relative; }
          #news_box #main_content_box .newsarticle_box .articlenext p.back a:link, #news_box #main_content_box .newsarticle_box .articlenext p.back a:visited, #news_box #main_content_box .newsarticle_box .articlenext p.back a:active {
            text-decoration: none;
            color: #000; }
          #news_box #main_content_box .newsarticle_box .articlenext p.back a:hover {
            text-decoration: underline;
            color: #000; }
          #news_box #main_content_box .newsarticle_box .articlenext p.back:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.6rem;
            color: #544029; }
    #news_box #side_box {
      width: 25%; }
      #news_box #side_box ul {
        margin: 10px 0 0 0;
        box-sizing: border-box; }
        #news_box #side_box ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          border-bottom: 1px dotted #cacaca; }
          #news_box #side_box ul li a {
            padding: 10px 5px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box ul li a:link, #news_box #side_box ul li a:visited, #news_box #side_box ul li a:active {
              text-decoration: none;
              color: #000; }
            #news_box #side_box ul li a:hover {
              text-decoration: none;
              background: #FBF2E8; }
            #news_box #side_box ul li a.here {
              text-decoration: none;
              background-color: #FBF2E8;
              font-weight: 700; }
          #news_box #side_box ul li:last-child {
            border: none; }
      #news_box #side_box .widget {
        margin: 0 0 30px 0; }
        #news_box #side_box .widget h2.widget-title {
          background-color: #DBC6AB;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 500;
          color: #544029;
          text-align: center;
          padding: 10px 0;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #news_box #side_box .calendar_wrap #wp-calendar caption {
        text-align: center;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        padding: 15px 0;
        color: #544029;
        font-weight: 700;
        box-sizing: border-box; }
      #news_box #side_box .calendar_wrap #wp-calendar thead tr th {
        width: 14.28%;
        padding: 9px;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border: 2px solid #fff;
        box-sizing: border-box; }
      #news_box #side_box .calendar_wrap #wp-calendar thead tr th:nth-child(6) {
        color: #6699ff; }
      #news_box #side_box .calendar_wrap #wp-calendar thead tr th:nth-child(7) {
        color: #cc3300; }
      #news_box #side_box .calendar_wrap #wp-calendar td {
        width: 14.28%;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center;
        padding: 9px;
        color: #000;
        border: 2px solid #fff;
        box-sizing: border-box; }
      #news_box #side_box .calendar_wrap #wp-calendar td a {
        background-color: #544029;
        color: #fff;
        display: block;
        padding: 9px;
        margin: -9px;
        text-decoration: none;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #news_box #side_box .calendar_wrap #wp-calendar td a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #news_box #side_box .calendar_wrap #wp-calendar tbody tr #today {
        background-color: #f5f5f5; }
      #news_box #side_box .calendar_wrap .wp-calendar-nav {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0 0; }
        #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
          text-align: left;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:link, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:visited, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:active {
              text-decoration: none;
              color: #000; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
              text-decoration: underline;
              color: #000; }
        #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
          text-align: left;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:link, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:visited, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:active {
              text-decoration: none;
              color: #000; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
              text-decoration: underline;
              color: #000; }
      #news_box #side_box .calendar_wrap tfoot {
        display: none; }
      #news_box #side_box .screen-reader-text {
        display: none; }
      #news_box #side_box .widget_recent_entries ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news_box #side_box .widget_recent_entries ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          border-bottom: 1px dotted #cacaca;
          position: relative; }
          #news_box #side_box .widget_recent_entries ul li a {
            padding: 10px 0 10px 18px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .widget_recent_entries ul li a:link, #news_box #side_box .widget_recent_entries ul li a:visited, #news_box #side_box .widget_recent_entries ul li a:active {
              text-decoration: none;
              color: #000; }
            #news_box #side_box .widget_recent_entries ul li a:hover {
              text-decoration: none;
              color: #000;
              background-color: #FBF2E8; }
              #news_box #side_box .widget_recent_entries ul li a:hover:before {
                color: #D70915; }
            #news_box #side_box .widget_recent_entries ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #D70915; }
          #news_box #side_box .widget_recent_entries ul li:last-child {
            border: none; }
      #news_box #side_box .widget_archive #archives-dropdown-2 {
        width: 100%;
        height: 50px;
        background: #fff;
        border: none;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        box-sizing: border-box;
        cursor: pointer;
        color: #000;
        border-radius: none;
        -moz-border-radius: none;
        -webkit-border-radius: none;
        -ms-border-radius: none;
        -o-border-radius: none; }
      #news_box #side_box .widget_categories ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news_box #side_box .widget_categories ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          position: relative; }
          #news_box #side_box .widget_categories ul li a {
            padding: 10px 0 10px 18px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .widget_categories ul li a:link, #news_box #side_box .widget_categories ul li a:visited, #news_box #side_box .widget_categories ul li a:active {
              text-decoration: none;
              color: #000; }
            #news_box #side_box .widget_categories ul li a:hover {
              text-decoration: none;
              color: #000;
              background-color: #FBF2E8; }
              #news_box #side_box .widget_categories ul li a:hover:before {
                color: #D70915; }
            #news_box #side_box .widget_categories ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #D70915; }
        #news_box #side_box .widget_categories ul.children {
          margin: 0 0 0 15px; }
          #news_box #side_box .widget_categories ul.children li {
            border-bottom: 1px dotted #cacaca; }
      #news_box #side_box input[type="submit"], #news_box #side_box input[type="reset"], #news_box #side_box input[type="button"], #news_box #side_box button {
        cursor: pointer; }

  /* ------------ contact_box ------------ */
  #contact_box .inner_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #contact_box .inner_box .title_box {
      text-align: center; }
      #contact_box .inner_box .title_box figure {
        max-width: 61px;
        margin: auto; }
        #contact_box .inner_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #contact_box .inner_box .title_box h3 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #contact_box .inner_box .title_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
    #contact_box .inner_box h4 {
      background: #DBC6AB;
      padding: 8px;
      font-size: 26px;
      line-height: 1.5;
      font: normal 2.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      text-align: center;
      color: #544029;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      margin: 70px 0 0 0; }
      #contact_box .inner_box h4:first-of-type {
        margin: 30px 0 0 0; }
    #contact_box .inner_box dl {
      border-bottom: 1px solid #ddd;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contact_box .inner_box dl dt {
        width: 25%;
        display: flex;
        align-items: center;
        padding: 30px 15px;
        box-sizing: border-box;
        font-weight: 700; }
        #contact_box .inner_box dl dt .iconrequire {
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          background-color: #FD4C4B;
          color: #fff;
          margin: 0 10px 0 0;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #contact_box .inner_box dl dd {
        width: 75%;
        display: flex;
        padding: 30px 15px;
        box-sizing: border-box;
        align-items: center; }
        #contact_box .inner_box dl dd select {
          width: 30%;
          height: 50px;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #000;
          background-color: #f5f5f5;
          border: 1px solid #ddd; }
        #contact_box .inner_box dl dd textarea {
          width: 80%;
          height: 300px;
          border: 1px solid #ddd;
          padding: 10px;
          resize: none;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box; }
          #contact_box .inner_box dl dd textarea::-webkit-input-placeholder {
            color: #666; }
          #contact_box .inner_box dl dd textarea::placeholder {
            color: #999; }
          #contact_box .inner_box dl dd textarea:-ms-input-placeholder {
            color: #999; }
          #contact_box .inner_box dl dd textarea::-ms-input-placeholder {
            color: #999; }
        #contact_box .inner_box dl dd input[type="text"] {
          width: 80%;
          border: 1px solid #ddd;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 10px 0 0; }
          #contact_box .inner_box dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #contact_box .inner_box dl dd input[type="text"].w30 {
            width: 30%; }
          #contact_box .inner_box dl dd input[type="text"]::placeholder {
            color: #999; }
          #contact_box .inner_box dl dd input[type="text"]:-ms-input-placeholder {
            color: #999; }
          #contact_box .inner_box dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #contact_box .inner_box dl dd input:focus {
          outline: none; }
    #contact_box .inner_box .submit_box {
      text-align: center;
      margin: 30px 0 0 0; }
      #contact_box .inner_box .submit_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #contact_box .inner_box .submit_box p a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #contact_box .inner_box .submit_box p a:link, #contact_box .inner_box .submit_box p a:visited, #contact_box .inner_box .submit_box p a:active {
            text-decoration: underline;
            color: #000; }
          #contact_box .inner_box .submit_box p a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #contact_box .inner_box .submit_box .submit_button {
        width: 350px;
        padding: 20px 0;
        margin: 30px auto 0;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center;
        background-color: #FD4C4B;
        border: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-appearance: button;
        display: block; }
        #contact_box .inner_box .submit_box .submit_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact_box .inner_box .submit_box .back_button {
        width: 350px;
        padding: 20px 0;
        margin: 50px auto 0;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-appearance: button;
        display: block; }
        #contact_box .inner_box .submit_box .back_button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact_box .inner_box .submit_box .agree_box {
        display: block;
        text-align: center;
        cursor: pointer;
        margin: 30px 0 0 0; }
        #contact_box .inner_box .submit_box .agree_box span {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          vertical-align: middle; }
        #contact_box .inner_box .submit_box .agree_box input.mark {
          width: 20px;
          height: 20px;
          border: 1px solid #ddd; }
    #contact_box .inner_box table {
      width: 100%;
      margin: 30px auto 0;
      border-top: 1px solid #dcdcdc; }
      #contact_box .inner_box table th {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        width: 260px;
        text-align: left;
        color: #000;
        font-weight: 700;
        background: #f7f7f7;
        box-sizing: border-box; }
      #contact_box .inner_box table td {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: left;
        color: #000;
        box-sizing: border-box; }

  /* ------------ privacy_box ------------ */
  #privacy_box .inner_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #privacy_box .inner_box .title_box {
      text-align: center; }
      #privacy_box .inner_box .title_box figure {
        max-width: 61px;
        margin: auto; }
        #privacy_box .inner_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #privacy_box .inner_box .title_box h3 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #privacy_box .inner_box .title_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
    #privacy_box .inner_box h4 {
      font-size: 26px;
      line-height: 1.5;
      font: normal 2.6rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      font-weight: 500;
      text-align: center; }
    #privacy_box .inner_box h5 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      font-weight: 500;
      margin: 50px 0 0 0;
      padding: 0 0 10px 0;
      border-bottom: 2px dotted #ddd; }
    #privacy_box .inner_box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 20px 0 0 0; }
    #privacy_box .inner_box ul {
      margin: 20px 0 0 20px; }
      #privacy_box .inner_box ul li {
        list-style: none;
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #privacy_box .inner_box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #privacy_box .inner_box ul li a:link, #privacy_box .inner_box ul li a:visited, #privacy_box .inner_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #privacy_box .inner_box ul li a:hover {
            text-decoration: underline; }

  /* ------------ sitemap_box ------------ */
  #sitemap_box .inner_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #sitemap_box .inner_box .title_box {
      text-align: center; }
      #sitemap_box .inner_box .title_box figure {
        max-width: 61px;
        margin: auto; }
        #sitemap_box .inner_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #sitemap_box .inner_box .title_box h3 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        color: #000;
        margin: 10px 0 0 0; }
      #sitemap_box .inner_box .title_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
    #sitemap_box .inner_box ul {
      margin: 30px 0 0 0; }
      #sitemap_box .inner_box ul li {
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "FOT-筑紫Aオールド明朝 Pr6N D", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        list-style: none;
        border-bottom: 2px dotted #ddd;
        position: relative; }
        #sitemap_box .inner_box ul li:before {
          content: 'play_circle_outline';
          position: absolute;
          left: 5px;
          top: 20px;
          font-size: 2rem;
          color: #544029; }
        #sitemap_box .inner_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 20px 0 20px 35px; }
          #sitemap_box .inner_box ul li a:link, #sitemap_box .inner_box ul li a:visited, #sitemap_box .inner_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #sitemap_box .inner_box ul li a:hover {
            background: #DBC6AB; }
        #sitemap_box .inner_box ul li:last-child {
          border: none; }

  /* ------------ page_top ------------ */
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #544029;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000; }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page_top a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #page_top a::before {
        content: 'arrow_drop_up';
        font-size: 50px;
        color: #fff;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ //PC ------------ */ }
/* ------------ PRINT ------------ */
@media print {
  /* ------------ PRINT END ------------ */ }

/*# sourceMappingURL=style.css.map */
