@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* ------------ color ------------ */
/* ------------ Material icons ------------ */
.material-icons {
  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; }

/* ------------ 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;
  border-top: 1px solid #3d3d3d;
  margin: 30px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

  /* ------------ spclearfix ------------ */
  .spclearfix {
    zoom: 1; }
    .spclearfix::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ トップページ ------------ */
  /* ------------ top_loaderbg ------------ */
  #top_loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000;
    text-align: center; }
    #top_loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -10px;
      z-index: 2000; }
      #top_loaderbg #loader img {
        width: 20px; }

  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    background: url(../img/01.jpg) no-repeat center center;
    background-size: cover;
    position: relative; }

  #top_eyecatch h1 {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    text-align: center;
    padding: 20px 0 0 0; }

  #top_eyecatch #top_nav {
    padding: 50px 10px;
    box-sizing: border-box; }

  #top_eyecatch #top_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  #top_eyecatch #top_nav ul li {
    list-style: none;
    position: relative;
    width: 45%;
    align-items: center;
    align-self: center;
    padding: 0 5px;
    box-sizing: border-box;
    /*
    &:nth-child(1){
    order: 1;
    width: 50%;
    }
    
    &:nth-child(2){
    width: 100%;
    order: 3;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    box-sizing: border-box;
    
    h2{
    text-indent: -9999px;
    background: url(../img/04.png) no-repeat;
    background-size: contain;
    max-width: 200px;
    height: 37px;
    display: block;
    margin: 0 auto;
    }
    
    p{
    @include font(1.4, 2); 
    color: $text_color;
    text-align: center;
    margin: 20px 0 0 0;
    
    a{
    @include css3(transition, all .5s);
    
    &:link,&:visited,&:active {
    text-decoration: underline;
    color: #fff;
    }
    
    &:hover{
    @include opacity(0.7);
    }
    }
    }
    }
    
    &:nth-child(3){
    order: 2;
    width: 50%;
    }
    
    h3{
    @include font(2.4, 1.5); 
    color: $text_color;
    text-align: center;
    }
    */ }

  #top_eyecatch #top_nav 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; }

  #top_eyecatch #top_nav ul li a img {
    width: 100%;
    margin: 0 auto;
    display: block; }

  #top_eyecatch #top_nav ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

  #top_eyecatch #top_nav ul li:nth-child(3) {
    margin: 20px 0 0 0; }

  #top_eyecatch a.scroll {
    display: none; }

  /* ------------ top_shop ------------ */
  #top_shop, #top_menu {
    background: #000;
    display: flex;
    flex-wrap: wrap; }
    #top_shop .img_box_01, #top_menu .img_box_01 {
      width: 100%;
      padding: 59% 0 0 0;
      background: url(../img/05.jpg) no-repeat center center;
      background-size: cover;
      order: 1; }
    #top_shop .img_box_02, #top_menu .img_box_02 {
      width: 100%;
      padding: 59% 0 0 0;
      background: url(../img/06.jpg) no-repeat center center;
      background-size: cover;
      order: 1; }
    #top_shop .text_box, #top_menu .text_box {
      width: 90%;
      margin: 0 auto;
      padding: 50px 0;
      box-sizing: border-box;
      text-align: center;
      order: 2; }
      #top_shop .text_box h3, #top_menu .text_box h3 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        border-bottom: 2px solid #cb0000;
        display: inline-block;
        padding: 0 0 5px 0; }
      #top_shop .text_box p, #top_menu .text_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 15px 0 0 0;
        text-align: center; }
      #top_shop .text_box ul, #top_menu .text_box ul {
        margin: 20px 0 0 0; }
        #top_shop .text_box ul li, #top_menu .text_box ul li {
          width: 80%;
          margin: 0 auto;
          text-align: center;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          position: relative; }
          #top_shop .text_box ul li a, #top_menu .text_box ul li a {
            display: block;
            padding: 10px 0;
            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_shop .text_box ul li a:link, #top_shop .text_box ul li a:visited, #top_shop .text_box ul li a:active, #top_menu .text_box ul li a:link, #top_menu .text_box ul li a:visited, #top_menu .text_box ul li a:active {
              text-decoration: none;
              background: #cb0000;
              color: #fff; }
            #top_shop .text_box ul li a:hover, #top_menu .text_box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #top_shop .text_box ul li:nth-child(2), #top_menu .text_box ul li:nth-child(2) {
            margin: 20px auto 0; }
          #top_shop .text_box ul li::before, #top_menu .text_box ul li::before {
            content: "";
            bottom: 0;
            right: 0;
            border-top: 10px solid transparent;
            border-right: 10px solid #000;
            position: absolute;
            z-index: 100; }

  /* ------------ top_about ------------ */
  #top_about {
    text-align: center;
    background: #000;
    padding: 50px 0;
    background: url(../img/07.jpg) no-repeat center center;
    background-size: cover; }
    #top_about h3 {
      font-size: 22px;
      line-height: 1;
      font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      border-bottom: 2px solid #cb0000;
      display: inline-block;
      padding: 0 0 5px 0; }
    #top_about .bar {
      display: none; }
    #top_about p {
      width: 90%;
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      margin: 20px auto 0; }
      #top_about p br {
        display: none; }
    #top_about a.button {
      width: 70%;
      margin: 20px auto 0;
      padding: 10px 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      text-align: center;
      position: relative;
      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;
      box-sizing: border-box;
      text-align: center;
      text-decoration: none;
      background: #cb0000;
      color: #fff; }
      #top_about a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #top_about a.button::before {
        content: "";
        bottom: 0;
        right: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #000;
        position: absolute;
        z-index: 100; }

  /* ------------ top_line ------------ */
  #top_line {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: #000;
    padding: 50px 0; }
    #top_line figure {
      max-width: 100%;
      margin: 0 auto; }
      #top_line figure img {
        width: 100%;
        vertical-align: bottom; }

  #top_line .news_box {
    text-align: center;
    margin: 30px 0 0 0; }

  #top_line .news_box h3 {
    font-size: 22px;
    line-height: 1.2;
    font: normal 2.2rem/1.2 "Sawarabi Mincho", 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;
    font-weight: 700; }

  #top_line .news_box p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 10px auto 0; }

  #top_line .news_box p br {
    display: none; }

  #top_line .news_box figure {
    width: 70%;
    margin: 20px auto 0; }

  #top_line .news_box figure img {
    vertical-align: bottom;
    width: 100%; }

  /* ------------ footer ------------ */
  #footer {
    background: #1d1d1d; }
    #footer .wrap_box {
      padding: 50px 0;
      width: 90%;
      margin: 0 auto; }
      #footer .wrap_box ul.shopinfo_box {
        display: flex;
        flex-wrap: wrap; }
        #footer .wrap_box ul.shopinfo_box li {
          width: 100%;
          display: flex; }
          #footer .wrap_box ul.shopinfo_box li figure {
            width: 30%;
            max-width: 100px; }
            #footer .wrap_box ul.shopinfo_box li figure img {
              width: 100%;
              vertical-align: bottom; }
          #footer .wrap_box ul.shopinfo_box li .text_box {
            width: 70%;
            padding: 0 0 0 20px;
            box-sizing: border-box; }
            #footer .wrap_box ul.shopinfo_box li .text_box h4 {
              font-size: 20px;
              line-height: 1.5;
              font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #fff;
              font-weight: 600;
              font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #footer .wrap_box ul.shopinfo_box li .text_box p {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #fff;
              margin: 10px 0 0 0;
              font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box {
              margin: 20px 0 0 0;
              display: flex;
              justify-content: space-between; }
              #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li {
                width: 45%;
                position: relative;
                font-size: 14px;
                line-height: 1;
                font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                border: 1px solid #fff; }
                #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a {
                  width: 100%;
                  padding: 10px 0;
                  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-align: center; }
                  #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a:link, #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a:visited, #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a:active {
                    text-decoration: none;
                    color: #fff; }
                  #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a:hover {
                    background: #fff;
                    color: #000; }
                #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li::before {
                  content: "";
                  bottom: 0;
                  right: 0;
                  border-top: 10px solid transparent;
                  border-right: 10px solid #fff;
                  position: absolute;
                  z-index: 100; }
                #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li:nth-child(2) {
                  margin: 0; }
          #footer .wrap_box ul.shopinfo_box li:nth-child(2) {
            margin: 30px 0 0 0; }
      #footer .wrap_box #f_nav ul {
        text-align: center; }
        #footer .wrap_box #f_nav ul li {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          box-sizing: border-box;
          font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #footer .wrap_box #f_nav 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; }
            #footer .wrap_box #f_nav ul li a:link, #footer .wrap_box #f_nav ul li a:visited, #footer .wrap_box #f_nav ul li a:active {
              text-decoration: none;
              color: #fff; }
            #footer .wrap_box #f_nav ul li a:hover {
              text-decoration: underline; }
    #footer .copy_box {
      background: #000;
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #666;
      padding: 15px 0;
      text-align: center; }

  /* ------------ 下層ページ ------------ */
  /* ------------ header ------------ */
  #header {
    height: 120px;
    position: relative;
    background-color: #000; }

  #header.b_01 {
    background-image: url(../musashi/img/02.png);
    background-repeat: no-repeat;
    background-position: right -150px center;
    background-size: cover; }

  #header.b_02 {
    background-image: url(../benkei/img/02.png);
    background-repeat: no-repeat;
    background-position: right -150px center;
    background-size: cover; }

  #header.b_03 {
    background-image: url(../company/img/03.png);
    background-repeat: no-repeat;
    background-position: right -150px center;
    background-size: cover; }

  #header.b_04 {
    background-image: url(../hokuto/img/02.png);
    background-repeat: no-repeat;
    background-position: right -150px center;
    background-size: cover; }

  #header h1 {
    text-indent: -9999px;
    display: block;
    position: absolute; }

  #header h1.h_01 {
    background-image: url(../musashi/img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 102.5px;
    height: 71px;
    top: 30px;
    left: 7%; }

  #header h1.h_02 {
    background-image: url(../benkei/img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 103.5px;
    height: 53.5px;
    top: 35px;
    left: 7%; }

  #header h1.h_03 {
    background-image: url(../company/img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 133px;
    height: 35px;
    top: 50px;
    left: 7%; }

  #header h1.h_04 {
    background-image: url(../hokuto/img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 103.5px;
    height: 53.5px;
    top: 35px;
    left: 7%; }

  #header .menu_button {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-color: #cb0000;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Sawarabi Mincho", 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;
    line-height: 50px;
    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;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }

  #header #g_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px 20px;
    display: none;
    box-sizing: border-box; }

  #header #g_nav ul li {
    font-size: 16px;
    line-height: 1;
    font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    margin: 20px 0 0 0; }

  #header #g_nav 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;
    position: relative;
    padding: 0 0 0 20px; }

  #header #g_nav ul li a:link, #header #g_nav ul li a:visited, #header #g_nav ul li a:active {
    text-decoration: none;
    color: #fff; }

  #header #g_nav ul li a:hover {
    text-decoration: underline; }

  #header #g_nav ul li 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;
    content: 'play_circle_filled';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.6rem; }

  #header #g_nav ul li:first-child {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background: #fff;
    color: #000;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }

  #header #g_nav ul li:nth-child(2) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(3) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(4) {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 1;
    font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background: #fff;
    color: #000;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }

  #header #g_nav ul li:nth-child(5) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(6) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(7) {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 1;
    font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background: #fff;
    color: #000;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }

  #header #g_nav ul li:nth-child(8) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(9) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(10) {
    margin: 40px 0 0 0; }

  /* ------------ content ------------ */
  #content {
    background-image: url(../musashi/img/03.jpg);
    background-repeat: repeat;
    background-position: center top;
    /* ------------ shop_wrap ------------ */
    /* ------------ menu_wrap ------------ */
    /* ------------ company_wrap ------------ */
    /* ------------ sitemap_wrap ------------ */
    /* ------------ privacy_wrap ------------ */
    /* ------------ //content ------------ */ }
    #content #shop_wrap {
      padding: 30px 0 60px 0;
      text-align: center; }
      #content #shop_wrap h2 {
        font-size: 24px;
        line-height: 1;
        font: normal 2.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
      #content #shop_wrap .bar {
        display: none; }
      #content #shop_wrap h3 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #442b00;
        text-align: center;
        border-bottom: 2px solid #cb0000;
        display: inline-block;
        padding: 0 0 5px 0; }
      #content #shop_wrap .photo_box {
        width: 90%;
        margin: 30px auto 0; }
        #content #shop_wrap .photo_box figure {
          margin: 20px 0 0 0; }
          #content #shop_wrap .photo_box figure img {
            width: 100%;
            vertical-align: bottom;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
        #content #shop_wrap .photo_box ul {
          display: flex;
          justify-content: space-between;
          margin: 20px 0 0 0; }
          #content #shop_wrap .photo_box ul li {
            width: 18%;
            list-style: none; }
            #content #shop_wrap .photo_box ul li img {
              width: 100%;
              vertical-align: bottom;
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
              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; }
              #content #shop_wrap .photo_box ul li img:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
      #content #shop_wrap .making_box {
        margin: 60px auto 0;
        text-align: center; }
        #content #shop_wrap .making_box figure {
          width: 100%;
          height: 150px;
          margin: 20px 0 0 0;
          background-image: url(../musashi/img/06.jpg);
          background-repeat: repeat-x;
          background-size: cover;
          -webkit-animation: bgscroll 90s linear infinite;
          animation: bgscroll 90s linear infinite; }
          #content #shop_wrap .making_box figure.benkei {
            background-image: url(../benkei/img/06.jpg); }
  @-webkit-keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 2000px 0; } }
  @keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 2000px 0; } }
        #content #shop_wrap .making_box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 10px auto 0;
          width: 90%;
          text-align: left; }
          #content #shop_wrap .making_box p br {
            display: none; }
          #content #shop_wrap .making_box p.title {
            font-size: 18px;
            line-height: 2;
            font: normal 1.8rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 20px auto 0;
            border-bottom: 1px solid #000;
            display: inline-block;
            text-align: center; }
        #content #shop_wrap .making_box a.button {
          width: 80%;
          margin: 20px auto 0;
          padding: 10px 0;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: center;
          background: #cb0000;
          color: #fff;
          position: relative;
          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;
          box-sizing: border-box;
          text-align: center;
          text-decoration: none; }
          #content #shop_wrap .making_box a.button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #content #shop_wrap .making_box a.button::before {
            content: "";
            bottom: 0;
            right: 0;
            border-top: 10px solid transparent;
            border-right: 10px solid #810000;
            position: absolute;
            z-index: 100; }
        #content #shop_wrap .making_box img.oka-01 {
          width: 80%;
          margin: 30px auto; }
      #content #shop_wrap .shop_box {
        margin: 60px auto 0;
        width: 90%; }
        #content #shop_wrap .shop_box dl {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          padding: 5px 0;
          color: #000;
          display: flex;
          border-bottom: 1px dotted #000; }
          #content #shop_wrap .shop_box dl dt {
            width: 30%;
            padding: 10px 0;
            text-align: left; }
          #content #shop_wrap .shop_box dl dd {
            width: 70%;
            text-align: left;
            padding: 10px 0; }
          #content #shop_wrap .shop_box dl:first-of-type {
            margin: 20px 0 0 0; }
      #content #shop_wrap .map_box {
        margin: 60px auto 0; }
        #content #shop_wrap .map_box iframe {
          margin: 20px 0 0 0;
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
        #content #shop_wrap .map_box p {
          width: 90%;
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          text-align: left;
          margin: 10px auto 0; }
      #content #shop_wrap .nav_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px auto 0;
        width: 90%; }
        #content #shop_wrap .nav_box li {
          width: 48%;
          list-style: none;
          text-align: center;
          background: #fff;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border: 1px solid #000;
          margin: 10px 0 0 0; }
          #content #shop_wrap .nav_box li a {
            display: block;
            padding: 10px 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            color: #000;
            position: relative; }
            #content #shop_wrap .nav_box li a:link, #content #shop_wrap .nav_box li a:visited, #content #shop_wrap .nav_box li a:active {
              text-decoration: none; }
            #content #shop_wrap .nav_box li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #content #shop_wrap .nav_box li 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;
              content: 'keyboard_arrow_down';
              position: absolute;
              right: 6px;
              top: 10px;
              font-size: 1.6rem; }
    #content #menu_wrap {
      width: 90%;
      padding: 30px 0 60px 0;
      margin: 0 auto;
      text-align: center; }
      #content #menu_wrap h2 {
        font-size: 24px;
        line-height: 1;
        font: normal 2.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
      #content #menu_wrap .bar {
        display: none; }
      #content #menu_wrap h3 {
        background: #000;
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        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; }
      #content #menu_wrap p.lead {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 600;
        color: #cb0000;
        margin: 10px 0 0 0;
        text-align: center; }
      #content #menu_wrap ul.photo_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px auto 0; }
        #content #menu_wrap ul.photo_box li {
          width: 48%;
          list-style: none;
          text-align: center;
          background: #fff;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border: 1px solid #000;
          margin: 10px 0 0 0; }
          #content #menu_wrap ul.photo_box li a {
            display: block;
            padding: 10px 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            color: #000;
            position: relative; }
            #content #menu_wrap ul.photo_box li a:link, #content #menu_wrap ul.photo_box li a:visited, #content #menu_wrap ul.photo_box li a:active {
              text-decoration: none; }
            #content #menu_wrap ul.photo_box li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #content #menu_wrap ul.photo_box li 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;
              content: 'keyboard_arrow_down';
              position: absolute;
              right: 6px;
              top: 10px;
              font-size: 1.6rem; }
      #content #menu_wrap .menu_box {
        margin: 30px 0 0 0; }
        #content #menu_wrap .menu_box ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #content #menu_wrap .menu_box ul li {
            width: 48%;
            list-style: none;
            margin: 20px 0 0 0; }
            #content #menu_wrap .menu_box ul li img {
              width: 100%;
              vertical-align: bottom;
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
            #content #menu_wrap .menu_box ul li h4 {
              font-size: 16px;
              line-height: 1.2;
              font: normal 1.6rem/1.2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 10px 0 0 0;
              color: #000;
              text-align: left; }
            #content #menu_wrap .menu_box ul li p {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              margin: 10px 0 0 0;
              text-align: left; }
              #content #menu_wrap .menu_box ul li p.price {
                font-size: 14px;
                line-height: 1.5;
                font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                text-align: right;
                color: #000;
                margin: 5px 0 0 0; }
              #content #menu_wrap .menu_box ul li p.description {
                font-size: 14px;
                line-height: 1.5;
                font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #333;
                margin: 10px 0 0 0; }
            #content #menu_wrap .menu_box ul li dl {
              display: flex;
              flex-wrap: wrap;
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #000;
              border-bottom: 1px dotted #666;
              padding: 5px 0; }
              #content #menu_wrap .menu_box ul li dl dt {
                width: 75%;
                padding: 0 0 0 10px;
                position: relative;
                box-sizing: border-box;
                text-align: left; }
                #content #menu_wrap .menu_box ul li dl dt::before {
                  content: "・";
                  position: absolute;
                  left: 0;
                  top: 0; }
              #content #menu_wrap .menu_box ul li dl dd {
                width: 25%;
                text-align: right;
                font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #content #menu_wrap .menu_box figure {
          margin: 20px 0 0 0; }
          #content #menu_wrap .menu_box figure img {
            width: 100%;
            vertical-align: bottom;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
          #content #menu_wrap .menu_box figure.pop {
            margin: 20px 0 0 0; }
            #content #menu_wrap .menu_box figure.pop img {
              width: 100%;
              vertical-align: bottom;
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
    #content #company_wrap {
      padding: 30px 0 60px 0;
      text-align: center; }
      #content #company_wrap h2 {
        font-size: 24px;
        line-height: 1;
        font: normal 2.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
      #content #company_wrap .bar {
        display: none; }
      #content #company_wrap h3 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #442b00;
        text-align: center;
        border-bottom: 2px solid #cb0000;
        display: inline-block;
        padding: 0 0 5px 0; }
      #content #company_wrap .about_box {
        width: 90%;
        margin: 30px auto 0; }
        #content #company_wrap .about_box figure {
          max-width: 70%;
          margin: 0 auto 20px; }
          #content #company_wrap .about_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #content #company_wrap .about_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          text-align: left; }
          #content #company_wrap .about_box p br {
            display: none; }
      #content #company_wrap .recruit_box {
        margin: 60px auto 0;
        width: 90%; }
        #content #company_wrap .recruit_box p {
          margin: 20px auto 0;
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          text-align: center; }
      #content #company_wrap .overview_box {
        margin: 60px auto 0;
        width: 90%; }
        #content #company_wrap .overview_box dl {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          padding: 10px 0;
          color: #000;
          display: flex;
          border-bottom: 1px dotted #000; }
          #content #company_wrap .overview_box dl dt {
            width: 25%;
            padding: 10px 0;
            text-align: left; }
          #content #company_wrap .overview_box dl dd {
            width: 75%;
            text-align: left;
            padding: 10px 0; }
          #content #company_wrap .overview_box dl:first-of-type {
            margin: 20px 0 0 0; }
      #content #company_wrap .map_box {
        width: 100%;
        margin: 60px auto 0; }
        #content #company_wrap .map_box iframe {
          margin: 20px 0 0 0;
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
        #content #company_wrap .map_box p {
          width: 90%;
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          text-align: left;
          margin: 10px auto 0; }
    #content #sitemap_wrap {
      max-width: 80%;
      padding: 30px 0 60px 0;
      margin: 0 auto; }
      #content #sitemap_wrap h2 {
        font-size: 24px;
        line-height: 1;
        font: normal 2.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        text-align: center; }
      #content #sitemap_wrap .bar {
        display: none; }
      #content #sitemap_wrap ul {
        margin: 20px 0 0 0; }
        #content #sitemap_wrap ul li {
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          border-bottom: 1px dotted #000;
          position: relative; }
          #content #sitemap_wrap ul li: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;
            content: 'play_circle_outline';
            position: absolute;
            left: 2px;
            top: 15px;
            font-size: 1.6rem;
            color: #cb0000; }
          #content #sitemap_wrap 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; }
            #content #sitemap_wrap ul li a:link, #content #sitemap_wrap ul li a:visited, #content #sitemap_wrap ul li a:active {
              text-decoration: none;
              color: #000; }
          #content #sitemap_wrap ul li > ul {
            margin: 0 0 0 20px; }
            #content #sitemap_wrap ul li > ul li {
              font-size: 16px;
              line-height: 1;
              font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              border-bottom: 1px dotted #000; }
              #content #sitemap_wrap ul li > ul li a {
                padding: 15px 0 15px 20px; }
              #content #sitemap_wrap ul li > ul li:last-child {
                border: none; }
    #content #privacy_wrap {
      max-width: 80%;
      padding: 30px 0 60px 0;
      margin: 0 auto; }
      #content #privacy_wrap h2 {
        font-size: 24px;
        line-height: 1;
        font: normal 2.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        text-align: center; }
      #content #privacy_wrap .bar {
        display: none; }
      #content #privacy_wrap h3 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 0; }
      #content #privacy_wrap p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 10px 0 0 10px; }
        #content #privacy_wrap p:first-of-type {
          margin: 20px 0 0 0; }
      #content #privacy_wrap ul {
        margin: 10px 0 0 10px; }
        #content #privacy_wrap ul li {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          color: #000; }

  /* ------------ pagetop ------------ */
  a.pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    z-index: 1000; }
    a.pagetop img {
      vertical-align: bottom;
      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: 40px; }
      a.pagetop img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ keyframes ------------ */
  @-webkit-keyframes fadeinside {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateXY(0); } }
  @keyframes fadeinside {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }
  /* ------------SP END ------------ */ }
/* ------------ 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;
  border-top: 1px solid #3d3d3d;
  margin: 30px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

  /* ------------ clearfix ------------ */
  .clearfix, #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box {
    zoom: 1; }
    .clearfix::after, #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box::after {
      display: block;
      content: "";
      clear: both; }

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

  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    background: url(../img/01.jpg) no-repeat center center;
    background-size: cover;
    position: relative; }

  #top_eyecatch h1 {
    font-size: 18px;
    line-height: 2;
    font: normal 1.8rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    text-align: center;
    margin: 40px 0 0 40px; }

  #top_eyecatch #top_nav {
    max-width: 1250px;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

  #top_eyecatch #top_nav ul {
    display: flex; }

  #top_eyecatch #top_nav ul li {
    width: calc(100%/3);
    list-style: none;
    position: relative;
    align-items: center;
    align-self: center;
    padding: 0 15px;
    box-sizing: border-box;
    /* 
    &:nth-child(2){
    padding: 0 50px;
    box-sizing: border-box;
    background: url(../img/12.png) no-repeat center center;
    background-size: contain;
    }
    
    h3{
    @include font(3.0, 1.5); 
    color: $text_color;
    text-align: center;
    }
    */ }

  #top_eyecatch #top_nav ul li h2 {
    text-indent: -9999px;
    background: url(../img/04.png) no-repeat;
    background-size: contain;
    max-width: 282px;
    height: 52px;
    display: block;
    margin: 0 auto; }

  #top_eyecatch #top_nav ul li p {
    font-size: 18px;
    line-height: 2;
    font: normal 1.8rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    text-align: center;
    margin: 40px 0 0 0; }

  #top_eyecatch #top_nav ul li 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; }

  #top_eyecatch #top_nav ul li p a:link, #top_eyecatch #top_nav ul li p a:visited, #top_eyecatch #top_nav ul li p a:active {
    text-decoration: underline;
    color: #fff; }

  #top_eyecatch #top_nav ul li p a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

  #top_eyecatch #top_nav 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; }

  #top_eyecatch #top_nav ul li a img {
    width: 100%;
    vertical-align: bottom; }

  #top_eyecatch #top_nav ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

  #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 "Sawarabi Mincho", 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.7;
    filter: alpha(opacity=70); }

  #top_eyecatch a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 1px 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_shop ------------ */
  #top_shop, #top_menu {
    height: 440px;
    background: #000;
    display: flex; }
    #top_shop .img_box_01, #top_menu .img_box_01 {
      width: 50%;
      background: url(../img/05.jpg) no-repeat center center;
      background-size: cover; }
    #top_shop .img_box_02, #top_menu .img_box_02 {
      width: 50%;
      background: url(../img/06.jpg) no-repeat center center;
      background-size: cover; }
    #top_shop .text_box, #top_menu .text_box {
      width: 50%;
      padding: 60px;
      box-sizing: border-box; }
      #top_shop .text_box h3, #top_menu .text_box h3 {
        font-size: 30px;
        line-height: 1;
        font: normal 3rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        border-left: 5px solid #cb0000;
        padding: 0 0 0 10px; }
      #top_shop .text_box p, #top_menu .text_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 30px 0 0 0;
        text-align: left; }
      #top_shop .text_box ul, #top_menu .text_box ul {
        margin: 30px 0 0 0; }
        #top_shop .text_box ul li, #top_menu .text_box ul li {
          width: 65%;
          margin: 0 auto;
          text-align: center;
          font-size: 18px;
          line-height: 1;
          font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border: 1px solid #fff;
          position: relative; }
          #top_shop .text_box ul li a, #top_menu .text_box ul li a {
            display: block;
            padding: 20px 0;
            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_shop .text_box ul li a:link, #top_shop .text_box ul li a:visited, #top_shop .text_box ul li a:active, #top_menu .text_box ul li a:link, #top_menu .text_box ul li a:visited, #top_menu .text_box ul li a:active {
              text-decoration: none;
              color: #fff; }
            #top_shop .text_box ul li a:hover, #top_menu .text_box ul li a:hover {
              background: #fff;
              color: #000; }
          #top_shop .text_box ul li:nth-child(2), #top_menu .text_box ul li:nth-child(2) {
            margin: 20px auto 0; }
          #top_shop .text_box ul li::before, #top_menu .text_box ul li::before {
            content: "";
            bottom: 0;
            right: 0;
            border-top: 10px solid transparent;
            border-right: 10px solid #fff;
            position: absolute;
            z-index: 100; }

  /* ------------ top_about ------------ */
  #top_about {
    text-align: center;
    background: #000;
    padding: 80px 0;
    background: url(../img/07.jpg) no-repeat center center;
    background-size: cover; }
    #top_about h3 {
      font-size: 30px;
      line-height: 1;
      font: normal 3rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff; }
    #top_about .bar {
      width: 70px;
      border-bottom: 3px solid #cb0000;
      margin: 20px auto 0; }
    #top_about p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      margin: 40px auto 0; }
    #top_about a.button {
      width: 350px;
      margin: 30px auto 0;
      padding: 20px 0;
      border: 1px solid #fff;
      font-size: 18px;
      line-height: 1;
      font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      text-align: center;
      color: #fff;
      position: relative;
      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;
      box-sizing: border-box;
      text-align: center;
      text-decoration: none; }
      #top_about a.button:hover {
        background: #fff;
        color: #000; }
      #top_about a.button::before {
        content: "";
        bottom: 0;
        right: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #fff;
        position: absolute;
        z-index: 100; }

  /* ------------ top_line ------------ */
  #top_line {
    text-align: center;
    background: #000;
    padding: 80px 0; }
    #top_line figure {
      max-width: 737px;
      margin: 0 auto; }
      #top_line figure 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_line figure a img {
          width: 100%;
          vertical-align: bottom; }
        #top_line figure a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }

  #top_line .news_box {
    text-align: center;
    margin: 50px 0 0 0; }

  #top_line .news_box h3 {
    font-size: 30px;
    line-height: 1.3;
    font: normal 3rem/1.3 "Sawarabi Mincho", 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;
    font-weight: 700; }

  #top_line .news_box p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 10px auto 0; }

  #top_line .news_box figure {
    width: 30%;
    margin: 20px auto 0; }

  #top_line .news_box figure img {
    vertical-align: bottom;
    width: 100%; }

  /* ------------ footer ------------ */
  #footer .wrap_box {
    background: #1d1d1d;
    padding: 60px 0; }
    #footer .wrap_box ul.shopinfo_box {
      max-width: 1100px;
      margin: 0 auto;
      display: flex; }
      #footer .wrap_box ul.shopinfo_box li {
        width: 50%;
        display: flex; }
        #footer .wrap_box ul.shopinfo_box li figure {
          width: 25%;
          max-width: 147px; }
          #footer .wrap_box ul.shopinfo_box li figure img {
            width: 100%;
            vertical-align: bottom; }
        #footer .wrap_box ul.shopinfo_box li .text_box {
          width: 75%;
          padding: 0 0 0 20px;
          box-sizing: border-box; }
          #footer .wrap_box ul.shopinfo_box li .text_box h4 {
            font-size: 24px;
            line-height: 1.5;
            font: normal 2.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #fff;
            font-weight: 600;
            font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #footer .wrap_box ul.shopinfo_box li .text_box p {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #fff;
            margin: 15px 0 0 0;
            font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box {
            margin: 20px 0 0 0; }
            #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li {
              width: 30%;
              margin: 0 20px 0 0;
              position: relative;
              font-size: 16px;
              line-height: 1;
              font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              border: 1px solid #fff;
              float: left; }
              #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a {
                width: 100%;
                padding: 10px 0;
                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-align: center; }
                #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a:link, #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a:visited, #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a:active {
                  text-decoration: none;
                  color: #fff; }
                #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li a:hover {
                  background: #fff;
                  color: #000; }
              #footer .wrap_box ul.shopinfo_box li .text_box ul.link_box li::before {
                content: "";
                bottom: 0;
                right: 0;
                border-top: 10px solid transparent;
                border-right: 10px solid #fff;
                position: absolute;
                z-index: 100; }
    #footer .wrap_box #f_nav {
      width: 60%;
      margin: 0 auto; }
      #footer .wrap_box #f_nav ul {
        display: flex;
        justify-content: space-around; }
        #footer .wrap_box #f_nav ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          padding: 0 10px;
          box-sizing: border-box;
          font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #footer .wrap_box #f_nav 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; }
            #footer .wrap_box #f_nav ul li a:link, #footer .wrap_box #f_nav ul li a:visited, #footer .wrap_box #f_nav ul li a:active {
              text-decoration: none;
              color: #fff; }
            #footer .wrap_box #f_nav ul li a:hover {
              text-decoration: underline; }
  #footer .copy_box {
    background: #000;
    font-size: 12px;
    line-height: 1.5;
    font: normal 1.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #666;
    padding: 30px 0;
    text-align: center; }

  /* ------------ 下層ページ ------------ */
  /* ------------ header ------------ */
  #header {
    height: 280px;
    position: relative;
    background-color: #000; }

  #header.b_01 {
    background-image: url(../musashi/img/02.png);
    background-repeat: no-repeat;
    background-position: center right; }

  #header.b_02 {
    background-image: url(../benkei/img/02.png);
    background-repeat: no-repeat;
    background-position: center right; }

  #header.b_03 {
    background-image: url(../company/img/03.png);
    background-repeat: no-repeat;
    background-position: center right; }

  #header.b_04 {
    background-image: url(../hokuto/img/02.png);
    background-repeat: no-repeat;
    background-position: center right; }

  #header h1 {
    text-indent: -9999px;
    display: block;
    position: absolute; }

  #header h1.h_01 {
    background-image: url(../musashi/img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 205px;
    height: 142px;
    top: 80px;
    left: 5%; }

  #header h1.h_02 {
    background-image: url(../benkei/img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 207px;
    height: 107px;
    top: 80px;
    left: 5%; }

  #header h1.h_03 {
    background-image: url(../company/img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 266px;
    height: 69px;
    top: 100px;
    left: 5%; }

  #header h1.h_04 {
    background-image: url(../hokuto/img/01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 207px;
    height: 107px;
    top: 80px;
    left: 5%; }

  #header .menu_button {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    background-color: #cb0000;
    font-size: 16px;
    line-height: 1;
    font: normal 1.6rem/1 "Sawarabi Mincho", 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;
    line-height: 70px;
    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;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }

  #header .menu_button:hover {
    color: #e7bebe; }

  #header #g_nav {
    position: fixed;
    top: 35px;
    right: 35px;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px;
    display: none; }

  #header #g_nav ul li {
    font-size: 18px;
    line-height: 1;
    font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    margin: 20px 0 0 0; }

  #header #g_nav 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;
    position: relative;
    padding: 0 0 0 20px; }

  #header #g_nav ul li a:link, #header #g_nav ul li a:visited, #header #g_nav ul li a:active {
    text-decoration: none;
    color: #fff; }

  #header #g_nav ul li a:hover {
    text-decoration: underline; }

  #header #g_nav ul li 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;
    content: 'play_circle_filled';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.6rem; }

  #header #g_nav ul li:first-child {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center; }

  #header #g_nav ul li:nth-child(2) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(3) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(4) {
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 1;
    font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center; }

  #header #g_nav ul li:nth-child(5) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(6) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(7) {
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 1;
    font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center; }

  #header #g_nav ul li:nth-child(8) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(9) {
    margin: 20px 0 0 20px; }

  #header #g_nav ul li:nth-child(10) {
    margin: 40px 0 0 0; }

  /* ------------ content ------------ */
  #content {
    background-image: url(../musashi/img/03.jpg);
    background-repeat: repeat;
    background-position: center top;
    /* ------------ shop_wrap ------------ */
    /* ------------ menu_wrap ------------ */
    /* ------------ company_wrap ------------ */
    /* ------------ privacy_wrap ------------ */
    /* ------------ sitemap_wrap ------------ */
    /* ------------ //content ------------ */ }
    #content #shop_wrap {
      padding: 60px 0 120px 0; }
      #content #shop_wrap h2 {
        font-size: 40px;
        line-height: 1;
        font: normal 4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        text-align: center; }
      #content #shop_wrap .bar {
        width: 70px;
        border-bottom: 3px solid #cb0000;
        margin: 20px auto 0; }
      #content #shop_wrap h3 {
        font-size: 40px;
        line-height: 1;
        font: normal 4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #442b00;
        text-align: center; }
        #content #shop_wrap h3::before {
          content: url(../musashi/img/05.png);
          vertical-align: middle;
          padding: 0 5px 0 0; }
      #content #shop_wrap .photo_box {
        max-width: 700px;
        margin: 60px auto 0; }
        #content #shop_wrap .photo_box figure {
          margin: 20px 0 0 0; }
          #content #shop_wrap .photo_box figure img {
            width: 100%;
            vertical-align: bottom;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
        #content #shop_wrap .photo_box ul {
          display: flex;
          justify-content: space-between;
          margin: 20px 0 0 0; }
          #content #shop_wrap .photo_box ul li {
            width: 18%;
            list-style: none; }
            #content #shop_wrap .photo_box ul li img {
              width: 100%;
              vertical-align: bottom;
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
              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; }
              #content #shop_wrap .photo_box ul li img:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
      #content #shop_wrap .making_box {
        margin: 120px auto 0;
        text-align: center; }
        #content #shop_wrap .making_box figure {
          width: 100%;
          height: 375px;
          margin: 40px 0 0 0;
          background-image: url(../musashi/img/06.jpg);
          background-repeat: repeat-x;
          -webkit-animation: bgscroll 90s linear infinite;
          animation: bgscroll 90s linear infinite; }
          #content #shop_wrap .making_box figure.benkei {
            background-image: url(../benkei/img/06.jpg); }
  @-webkit-keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 2000px 0; } }
  @keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 2000px 0; } }
        #content #shop_wrap .making_box p {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 20px 0 0 0; }
          #content #shop_wrap .making_box p.title {
            font-size: 24px;
            line-height: 2;
            font: normal 2.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 40px auto 0;
            border-bottom: 1px solid #000;
            display: inline-block; }
        #content #shop_wrap .making_box a.button {
          width: 350px;
          margin: 30px auto 0;
          padding: 20px 0;
          font-size: 18px;
          line-height: 1;
          font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: center;
          background: #cb0000;
          color: #fff;
          position: relative;
          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;
          box-sizing: border-box;
          text-align: center;
          text-decoration: none; }
          #content #shop_wrap .making_box a.button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #content #shop_wrap .making_box a.button::before {
            content: "";
            bottom: 0;
            right: 0;
            border-top: 10px solid transparent;
            border-right: 10px solid #810000;
            position: absolute;
            z-index: 100; }
        #content #shop_wrap .making_box img.oka-01 {
          max-width: 700px;
          margin: 30px auto; }
      #content #shop_wrap .shop_box {
        max-width: 1000px;
        margin: 120px auto 0; }
        #content #shop_wrap .shop_box dl {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          padding: 10px 0;
          color: #000;
          display: flex;
          border-bottom: 1px dotted #000; }
          #content #shop_wrap .shop_box dl dt {
            width: 20%;
            padding: 10px 0;
            text-align: left; }
          #content #shop_wrap .shop_box dl dd {
            width: 80%;
            text-align: left;
            padding: 10px 0; }
          #content #shop_wrap .shop_box dl:first-of-type {
            margin: 40px 0 0 0; }
      #content #shop_wrap .map_box {
        width: 100%;
        margin: 120px auto 0; }
        #content #shop_wrap .map_box iframe {
          margin: 40px 0 0 0;
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
        #content #shop_wrap .map_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          text-align: center;
          margin: 10px 0 0 0; }
      #content #shop_wrap .nav_box {
        display: flex;
        justify-content: center;
        margin: 60px auto 0; }
        #content #shop_wrap .nav_box li {
          width: 15%;
          list-style: none;
          text-align: center;
          background: #fff;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border: 1px solid #000;
          margin: 0 10px; }
          #content #shop_wrap .nav_box li a {
            display: block;
            padding: 15px 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            color: #000;
            position: relative; }
            #content #shop_wrap .nav_box li a:link, #content #shop_wrap .nav_box li a:visited, #content #shop_wrap .nav_box li a:active {
              text-decoration: none; }
            #content #shop_wrap .nav_box li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #content #shop_wrap .nav_box li 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;
              content: 'keyboard_arrow_down';
              position: absolute;
              right: 6px;
              top: 13px;
              font-size: 2rem; }
    #content #menu_wrap {
      max-width: 1000px;
      padding: 60px 0 120px 0;
      margin: 0 auto; }
      #content #menu_wrap h2 {
        font-size: 40px;
        line-height: 1;
        font: normal 4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        text-align: center; }
      #content #menu_wrap .bar {
        width: 70px;
        border-bottom: 3px solid #cb0000;
        margin: 20px auto 0; }
      #content #menu_wrap h3 {
        background: #000;
        font-size: 30px;
        line-height: 1;
        font: normal 3rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
      #content #menu_wrap p.lead {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 600;
        color: #cb0000;
        margin: 20px 0 0 0;
        text-align: center; }
      #content #menu_wrap ul.photo_box {
        display: flex;
        justify-content: center;
        margin: 60px auto 0; }
        #content #menu_wrap ul.photo_box li {
          width: 15%;
          list-style: none;
          text-align: center;
          background: #fff;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border: 1px solid #000;
          margin: 0 10px; }
          #content #menu_wrap ul.photo_box li a {
            display: block;
            padding: 15px 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            color: #000;
            position: relative; }
            #content #menu_wrap ul.photo_box li a:link, #content #menu_wrap ul.photo_box li a:visited, #content #menu_wrap ul.photo_box li a:active {
              text-decoration: none; }
            #content #menu_wrap ul.photo_box li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #content #menu_wrap ul.photo_box li 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;
              content: 'keyboard_arrow_down';
              position: absolute;
              right: 6px;
              top: 13px;
              font-size: 2rem; }
      #content #menu_wrap .menu_box {
        margin: 60px 0 0 0; }
        #content #menu_wrap .menu_box ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #content #menu_wrap .menu_box ul li {
            width: 31%;
            list-style: none;
            margin: 40px 0 0 0; }
            #content #menu_wrap .menu_box ul li img {
              width: 100%;
              vertical-align: bottom;
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
            #content #menu_wrap .menu_box ul li h4 {
              font-size: 22px;
              line-height: 1.2;
              font: normal 2.2rem/1.2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 10px 0 0 0;
              color: #000; }
            #content #menu_wrap .menu_box ul li p {
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              margin: 8px 0 0 0; }
              #content #menu_wrap .menu_box ul li p.price {
                font-size: 18px;
                line-height: 1.5;
                font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                text-align: right;
                color: #000; }
              #content #menu_wrap .menu_box ul li p.description {
                font-size: 16px;
                line-height: 1.5;
                font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #333;
                margin: 10px 0 0 0; }
            #content #menu_wrap .menu_box ul li dl {
              display: flex;
              flex-wrap: wrap;
              font-size: 18px;
              line-height: 1.5;
              font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #000;
              border-bottom: 1px dotted #666;
              padding: 10px 0; }
              #content #menu_wrap .menu_box ul li dl dt {
                width: 75%;
                padding: 0 0 0 20px;
                position: relative;
                box-sizing: border-box; }
                #content #menu_wrap .menu_box ul li dl dt::before {
                  content: "・";
                  position: absolute;
                  left: 0;
                  top: 0; }
              #content #menu_wrap .menu_box ul li dl dd {
                width: 25%;
                text-align: right;
                font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #content #menu_wrap .menu_box figure {
          margin: 40px 0 0 0; }
          #content #menu_wrap .menu_box figure img {
            width: 100%;
            vertical-align: bottom;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
          #content #menu_wrap .menu_box figure.pop {
            width: 700px;
            margin: 40px auto 0; }
            #content #menu_wrap .menu_box figure.pop img {
              width: 100%;
              display: block; }
    #content #company_wrap {
      padding: 60px 0 120px 0; }
      #content #company_wrap h2 {
        font-size: 40px;
        line-height: 1;
        font: normal 4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        text-align: center; }
      #content #company_wrap .bar {
        width: 70px;
        border-bottom: 3px solid #cb0000;
        margin: 20px auto 0; }
      #content #company_wrap h3 {
        font-size: 40px;
        line-height: 1;
        font: normal 4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #442b00;
        text-align: center; }
        #content #company_wrap h3::before {
          content: url(../musashi/img/05.png);
          vertical-align: middle;
          padding: 0 5px 0 0; }
      #content #company_wrap .about_box {
        margin: 60px auto 0;
        position: relative; }
        #content #company_wrap .about_box figure {
          max-width: 700px;
          margin: 0 auto 30px; }
          #content #company_wrap .about_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #content #company_wrap .about_box p {
          max-width: 700px;
          margin: 0 auto;
          padding: 30px;
          background: rgba(255, 255, 255, 0.92);
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          box-sizing: border-box; }
          #content #company_wrap .about_box p br {
            display: none; }
      #content #company_wrap .recruit_box {
        max-width: 1000px;
        margin: 120px auto 0; }
        #content #company_wrap .recruit_box p {
          max-width: 700px;
          margin: 40px auto 0;
          font-size: 20px;
          line-height: 2;
          font: normal 2rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          text-align: center; }
      #content #company_wrap .overview_box {
        max-width: 1000px;
        margin: 120px auto 0; }
        #content #company_wrap .overview_box dl {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          padding: 10px 0;
          color: #000;
          display: flex;
          border-bottom: 1px dotted #000; }
          #content #company_wrap .overview_box dl dt {
            width: 20%;
            padding: 10px 0;
            text-align: left; }
          #content #company_wrap .overview_box dl dd {
            width: 80%;
            text-align: left;
            padding: 10px 0; }
          #content #company_wrap .overview_box dl:first-of-type {
            margin: 40px 0 0 0; }
      #content #company_wrap .map_box {
        width: 100%;
        margin: 120px auto 0; }
        #content #company_wrap .map_box iframe {
          margin: 40px 0 0 0;
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
        #content #company_wrap .map_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          text-align: center;
          margin: 10px 0 0 0; }
    #content #privacy_wrap {
      max-width: 800px;
      padding: 60px 0 120px 0;
      margin: 0 auto; }
      #content #privacy_wrap h2 {
        font-size: 40px;
        line-height: 1;
        font: normal 4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        text-align: center; }
      #content #privacy_wrap .bar {
        width: 70px;
        border-bottom: 3px solid #cb0000;
        margin: 20px auto 0; }
      #content #privacy_wrap h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
      #content #privacy_wrap p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 20px; }
        #content #privacy_wrap p:first-of-type {
          margin: 40px 0 0 0; }
      #content #privacy_wrap ul {
        margin: 20px 0 0 20px; }
        #content #privacy_wrap ul li {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          color: #000; }
    #content #sitemap_wrap {
      max-width: 800px;
      padding: 60px 0 120px 0;
      margin: 0 auto; }
      #content #sitemap_wrap h2 {
        font-size: 40px;
        line-height: 1;
        font: normal 4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        text-align: center; }
      #content #sitemap_wrap .bar {
        width: 70px;
        border-bottom: 3px solid #cb0000;
        margin: 20px auto 0; }
      #content #sitemap_wrap ul {
        margin: 20px 0 0 0; }
        #content #sitemap_wrap ul li {
          font-size: 18px;
          line-height: 1;
          font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          border-bottom: 1px dotted #000;
          position: relative; }
          #content #sitemap_wrap ul li: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;
            content: 'play_circle_outline';
            position: absolute;
            left: 5px;
            top: 20px;
            font-size: 2rem;
            color: #cb0000; }
          #content #sitemap_wrap 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; }
            #content #sitemap_wrap ul li a:link, #content #sitemap_wrap ul li a:visited, #content #sitemap_wrap ul li a:active {
              text-decoration: none;
              color: #000; }
            #content #sitemap_wrap ul li a:hover {
              background: #000;
              color: #fff; }
          #content #sitemap_wrap ul li > ul {
            margin: 0 0 0 60px; }
            #content #sitemap_wrap ul li > ul li {
              font-size: 16px;
              line-height: 1;
              font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              border-bottom: 1px dotted #000; }
              #content #sitemap_wrap ul li > ul li a {
                padding: 20px 0 20px 35px; }
              #content #sitemap_wrap ul li > ul li:last-child {
                border: none; }

  /* ------------ pagetop ------------ */
  a.pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 1000; }
    a.pagetop img {
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      a.pagetop img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ keyframes ------------ */
  @-webkit-keyframes fadeinside {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateXY(0); } }
  @keyframes fadeinside {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }
  /* ------------ //PC ------------ */ }
/* ------------ PRINT ------------ */
@media print {
  /* ------------ PRINT END ------------ */ }
