@charset "UTF-8";
@media screen and (max-width: 737px) {
  .pc {
    display: none !important; }

  * {
    max-width: 100%; } }
@media screen and (min-width: 738px) {
  .sp {
    display: none !important; } }
body {
  font-family: 'メイリオ', Meiryo,"メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif; }

body {
  font-size: 62.5%;
  line-height: 0; }
  @media screen and (min-width: 738px) {
    body {
      min-width: 1200px; } }

/* general */
a:hover img {
  opacity: 0.7; }

nav a:hover img {
  opacity: 1; }

h1 {
  display: none; }

button.tcon {
  appearance: none;
  border: none;
  display: block;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  background: transparent;
  outline: none; }
  button.tcon > * {
    display: block; }
  button.tcon:hover, button.tcon:focus {
    outline: none; }
  button.tcon::-moz-focus-inner {
    border: 0; }
button .tcon-menu__lines {
  display: inline-block;
  height: 5px;
  width: 30px;
  transition: 0.3s;
  background: #fff529;
  position: relative; }
  button .tcon-menu__lines::before, button .tcon-menu__lines::after {
    display: inline-block;
    height: 5px;
    width: 30px;
    transition: 0.3s;
    background: #fff529;
    content: '';
    position: absolute;
    left: 0;
    transform-origin: 2.85714px center;
    width: 100%; }
  button .tcon-menu__lines::before {
    top: 10px; }
  button .tcon-menu__lines::after {
    top: -10px; }
button .tcon-transform .tcon-menu__lines {
  transform: scale3d(0.8, 0.8, 0.8); }
button.tcon-menu--xbutterfly .tcon-menu__lines::before, button.tcon-menu--xbutterfly .tcon-menu__lines::after {
  transform-origin: 50% 50%;
  transition: top .3s .6s ease, transform .3s ease; }
button.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent; }
  button.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, button.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
    top: 0;
    transition: top .3s ease, transform .3s .5s ease;
    width: 30px; }
  button.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
    transform: rotate3d(0, 0, 1, 45deg); }
  button.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
    transform: rotate3d(0, 0, 1, -45deg); }
button .tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background: #fff; }
  button .tcon-visuallyhidden:active, button .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* header */
.header > div {
  /*
  @media screen and (max-width: $sp_max) {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  */
  height: 190px;
  padding-top: 45px;
  box-sizing: border-box;
  position: relative; }
  @media screen and (min-width: 738px) {
    .header > div {
      margin-left: auto;
      margin-right: auto;
      width: 1200px; } 
  .header > div > a {
    display: inline-block;
    margin-left: 200px;
  }
}
  @media screen and (max-width: 737px) {
    .header > div {
      text-align: center;
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px; }
      .header > div > a img {
        width: 210px; } 
}
  .header > div > a {
    position: relative;
    z-index: 1; 
  }


.header__link {
  margin-top: 26px; }
  @media screen and (min-width: 738px) {
    .header__link {
      position: absolute;
      top: 45px;
      right: 190px;
      margin-left: auto;
      margin-right: auto; }
      .header__link:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (max-width: 737px) {
    .header__link {
      margin-top: 10px; }
      .header__link > img {
        display: none; }
      .header__link__btn {
        display: block;
        margin: 10px auto 20px auto;
        padding: 8px 0;
        width: 210px;
        border: 5px solid #DCDCDC;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        background-color: #fff; }
        .header__link__btn span {
          display: block;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1; } }
  .header__link ul {
    font-size: 0px; }
    @media screen and (min-width: 738px) {
      .header__link ul:first-child {
        float: left; }
      .header__link ul:last-child {
        float: right; } }
    .header__link ul > * {
      letter-spacing: normal; }
    .header__link ul li {
      display: inline-block;
      margin-left: 10px; }
      .header__link ul li:first-child {
        margin-left: 0; }
      @media screen and (max-width: 737px) {
        .header__link ul li {
          margin-top: 10px;
          margin-left: 10px; }
          .header__link ul li:first-child {
            margin-left: 0; } }

/* footer */
.footer {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 40px; }
  @media screen and (max-width: 737px) {
    .footer {
      padding: 20px 2%; } }
  .footer__nav {
    /*
    @media screen and (max-width: $sp_max) {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
    }
    */ }
    @media screen and (min-width: 738px) {
      .footer__nav {
        margin-left: auto;
        margin-right: auto;
        width: 805px; } }
    .footer__nav:after {
      content: "";
      display: table;
      clear: both; }
    .footer__nav__title {
      display: inline-block;
      text-align: center; }
      .footer__nav__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.8em; }
        @media screen and (max-width: 737px) {
          .footer__nav__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
      .footer__nav__title-small {
        text-align: center; }
        .footer__nav__title-small p {
          font-size: 10px;
          font-size: 1rem;
          line-height: 1;
          font-weight: bold;
          margin-top: 0.8em; }
      @media screen and (max-width: 737px) {
        .footer__nav__title {
          display: block;
          margin-left: auto;
          margin-right: auto; } }
    @media screen and (min-width: 738px) {
      .footer__nav dt {
        float: left;
        width: 500px;
        font-size: 0px; }
        .footer__nav dt > * {
          letter-spacing: normal; } }
    @media screen and (min-width: 738px) {
      .footer__nav dd {
        float: right;
        width: 260px;
        font-size: 0px;
        text-align: center; }
        .footer__nav dd > * {
          letter-spacing: normal; } }
    @media screen and (max-width: 737px) {
      .footer__nav dd {
        font-size: 0px;
        width: 230px;
        margin: 20px auto 10px auto; }
        .footer__nav dd > * {
          letter-spacing: normal; } }
    .footer__nav__shop {
      margin-top: 45px; }
      @media screen and (max-width: 737px) {
        .footer__nav__shop {
          margin-top: 30px;
          text-align: center; } }
      .footer__nav__shop:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 738px) {
        .footer__nav__shop div {
          display: inline-block;
          margin-right: 30px; }
          .footer__nav__shop div:first-child {
            float: left; }
          .footer__nav__shop div:last-child {
            float: right; } }
      @media screen and (max-width: 737px) {
        .footer__nav__shop div {
          margin-top: 20px;
          margin-bottom: 10px;
          margin-right: 0; }
          .footer__nav__shop div:first-child {
            margin-right: 0px; } }
      .footer__nav__shop p {
        display: inline-block;
        background-color: #dcdcdc;
        padding: 0.5em;
        font-weight: bold;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1;
        margin-bottom: 0.5em; }
      .footer__nav__shop a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2.16667; }
        @media screen and (max-width: 737px) {
          .footer__nav__shop a {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 2.47619; } }
    .footer__nav__blog {
      display: inline-block;
      vertical-align: top;
      width: 125px;
      padding: 8px 15px 8px 0;
      text-align: left;
      box-sizing: border-box; }
      @media screen and (max-width: 737px) {
        .footer__nav__blog {
          width: 50%;
          text-align: center; } }
      .footer__nav__blog__title {
        display: inline-block;
        text-align: center; }
        .footer__nav__blog__title p {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1;
          font-weight: bold;
          margin-top: 0.8em; }
      .footer__nav__blog a {
        display: block;
        margin-top: 10px; }
        @media screen and (max-width: 737px) {
          .footer__nav__blog a {
            width: 111px;
            margin-left: auto;
            margin-right: auto; } }
        @media screen and (min-width: 738px) {
          .footer__nav__blog a img {
            width: 100%; } }
    .footer__nav__recruit {
      display: inline-block;
      vertical-align: top;
      width: 125px;
      padding: 8px 0 8px 15px;
      text-align: right;
      border-left: 2px dashed #afafaf;
      box-sizing: border-box; }
      @media screen and (max-width: 737px) {
        .footer__nav__recruit {
          width: 50%;
          text-align: center; } }
      .footer__nav__recruit a {
        display: block;
        margin-top: 10px; }
        @media screen and (max-width: 737px) {
          .footer__nav__recruit a {
            width: 107px;
            margin-left: auto;
            margin-right: auto; } }
        @media screen and (min-width: 738px) {
          .footer__nav__recruit a img {
            width: 100%; } }
    .footer__nav__brand {
      text-align: center;
      padding-top: 20px;
      border-top: 2px dashed #afafaf; }
      .footer__nav__brand ul {
        font-size: 0px;
        margin-top: 10px; }
        .footer__nav__brand ul > * {
          letter-spacing: normal; }
        .footer__nav__brand ul li {
          display: inline-block;
          margin: 0 5px; }
          @media screen and (max-width: 737px) {
            .footer__nav__brand ul li {
              margin: 0 5px; } }
          .footer__nav__brand ul li img {
            width: 70px; }
            @media screen and (max-width: 737px) {
              .footer__nav__brand ul li img {
                width: 65px; } }
  .footer__access {
    /*
    @media screen and (max-width: $sp_max) {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
    }
    */
    margin-top: 50px; }
    @media screen and (min-width: 738px) {
      .footer__access {
        margin-left: auto;
        margin-right: auto;
        width: 805px; } }
    .footer__access img {
      width: 100%; }
    .footer__access dl {
      background-color: #DCDCDC;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 20px; }
      .footer__access dl:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 737px) {
        .footer__access dl {
          padding: 10px 2%;
          text-align: center; } }
    @media screen and (min-width: 738px) {
      .footer__access dt {
        float: left;
        width: 350px; } }
    .footer__access dt p {

      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      padding-bottom: 0.2em;
      margin-bottom: 0.2em;
      border-bottom: 1px solid #000;
      display: inline-block; }
    .footer__access dt a {
      display: inline-block;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      background-color: #3a1f01;
      color: #fff;
      width: 130px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 6px; }
      .footer__access dt a:first-child {
        margin-right: 6px; }
    @media screen and (min-width: 738px) {
      .footer__access dd {
        float: right;
        width: 365px; }
        .footer__access dd:after {
          content: "";
          display: table;
          clear: both; } }
    @media screen and (max-width: 737px) {
      .footer__access dd {
        text-align: center;
        margin-top: 10px; } }
    .footer__access dd p,
    .footer__access dd span {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.53846; }
    .footer__access dd span {
      display: inline-block; }
      .footer__access dd span:first-child {
        width: 50px;
        text-align: right;
        margin-right: 1em; }
    @media screen and (min-width: 738px) {
      .footer__access__left {
        float: left; } }
    @media screen and (max-width: 737px) {
      .footer__access__left {
        display: inline-block;
        text-align: left;
        margin-top: 1em; } }
    @media screen and (min-width: 738px) {
      .footer__access__right {
        float: right;
        text-align: right;
        margin-left: em; } }
    @media screen and (max-width: 737px) {
      .footer__access__right {
        margin-top: 1em; } }

/* copyright */
.copy {
  background-color: #3a1f01;
  text-align: center;
  padding: 20px 0; }

/* nav */
.nav {
  background-image: url(/img/cmn/nav_bg.png);
  background-position: top center;
  background-size: 74px 100px;
  height: 100px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 737px) {
    .nav {
      display: none; } }
  .nav > ul {
    /*
    @media screen and (max-width: $sp_max) {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
    }
    */
    font-size: 0px;
    padding-top: 10px;
    text-align: center; }
    @media screen and (min-width: 738px) {
      .nav > ul {
        margin-left: auto;
        margin-right: auto;
        width: 1200px; } }
    .nav > ul > * {
      letter-spacing: normal; }
    .nav > ul > li {
      display: inline-block;
      width: 150px;
      position: relative; }
      .nav > ul > li:hover ul {
        display: block; }
      .nav > ul > li > a {
        display: block;
        padding: 20px 0; }
  .nav__hover {
    display: none;
    width: 134px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .nav__hover li {
      margin: 10px 15px 0 15px;
      border-bottom: 1px dashed #fff; }
      .nav__hover li:first-child {
        margin-top: 25px; }
      .nav__hover li a {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.66667;
        color: #fff; }
        .nav__hover li a:hover {
          color: #fff529; }
    .nav__hover-01 {
      background-image: url(/img/cmn/nav_bg1.png);
      background-size: auto 100%;
      background-position: top center;
      padding-bottom: 15px; }
    .nav__hover-02 {
      height: 94px;
      background-image: url(/img/cmn/nav_bg2.png); }
    .nav__hover:hover {
      display: block; }

/* spnav */
.spnav {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  padding-right: 5px;
  text-align: right;
  z-index: 9999; }
  .spnav .tcon {
    display: inline-block;
    position: relative;
    z-index: 9999; }
  .spnav ul {
    display: none;
    background-color: #fff;
    text-align: left;
    padding-top: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    box-sizing: border-box;
    max-height: 348px;
    height: 100%;
    overflow-y: scroll; }
  .spnav li {
    border-bottom: 1px solid #3a1f01; }
    .spnav li a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1;
      padding: 0.5em;
      display: block;
      color: #3a1f01;
      font-weight: bold; }
    .spnav li:first-child {
      border-top: 1px solid #3a1f01; }

/* mainvis */
.mainvis {
  width: 100%;
  height: 582px;
  margin-top: -100px;
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: table;
  text-align: center;
  background-color: #000; }
  .mainvis span {
    vertical-align: middle;
    display: table-cell;
    height: 580px; }
  @media screen and (max-width: 737px) {
    .mainvis {
      height: 300px;
      margin-top: 0; }
      .mainvis span {
        height: 300px; } }

/* main */
main {
  background-color: #f5f5f5; }

.contents {
  /*
  @media screen and (max-width: $sp_max) {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  */
  background-color: #fff; }
  @media screen and (min-width: 738px) {
    .contents {
      margin-left: auto;
      margin-right: auto;
      width: 1200px; } }
  .contents__center {
    /*
    @media screen and (max-width: $sp_max) {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
    }
    */
    background-image: url(/img/cmn/bg.jpg); }
    @media screen and (min-width: 738px) {
      .contents__center {
        margin-left: auto;
        margin-right: auto;
        width: 885px; } }
  .contents__line img {
    display: block;
    margin: 0 auto; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  line-height: 0;
  vertical-align: baseline;
  font-weight: normal; }

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  text-decoration: none;
  color: #000; }

input, textarea {
  font-family: sans-serif; }

img {
  max-width: 100%; }

/* top */
#top {
  /* soulflower */ }
  #top .mainvis {
    background-image: url(/img/soul/mainvis.jpg); }
  #top .sec01 {
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #fff; }
    #top .sec01__title {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      height: 92px; }
      #top .sec01__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.5em; }
        @media screen and (max-width: 737px) {
          #top .sec01__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
      @media screen and (max-width: 737px) {
        #top .sec01__title {
          display: block;
          height: auto;
          margin-bottom: 20px; } }
    @media screen and (min-width: 738px) {
      #top .sec01 dl {
        width: 640px;
        margin: 0 auto; }
        #top .sec01 dl:after {
          content: "";
          display: table;
          clear: both; } }
    @media screen and (min-width: 738px) {
      #top .sec01 dt {
        float: left;
        width: 83px; } }
    @media screen and (min-width: 738px) {
      #top .sec01 dd {
        float: right;
        width: 520px;
        height: 92px; } }
    #top .sec01 dd p {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.53846;
      border-bottom: 2px dashed #dcdcdc;
      padding: 0.4em 0.2em; }
      #top .sec01 dd p:last-child {
        border-bottom: 0; }
      @media screen and (max-width: 737px) {
        #top .sec01 dd p {
          padding-left: 5%;
          margin-right: 5%; } }
    #top .sec01 dd a {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.53846; }
      @media screen and (max-width: 737px) {
        #top .sec01 dd a {
          font-size: 11.5px;
          font-size: 1.15rem;
          line-height: 1.56522;
          letter-spacing: -0.05em; } }
    #top .sec01 dd span {
      display: inline-block;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.53846;
      width: 90px; }
      @media screen and (max-width: 737px) {
        #top .sec01 dd span {
          display: block; } }
  @media screen and (max-width: 737px) and (max-width: 737px) {
    #top .sec01 dd span {
      font-size: 11.5px;
      font-size: 1.15rem;
      line-height: 1.56522;
      letter-spacing: -0.05em; } }

  #top .sec02 {
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px; }
    #top .sec02__title {
      text-align: center; }
      #top .sec02__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.5em; }
        @media screen and (max-width: 737px) {
          #top .sec02__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
    #top .sec02__pic01 {
      position: absolute;
      top: 45px;
      left: 50px; }
      @media screen and (max-width: 737px) {
        #top .sec02__pic01 {
          display: none; } }
    #top .sec02__pic02 {
      position: absolute;
      top: 20px;
      right: 40px; }
      @media screen and (max-width: 737px) {
        #top .sec02__pic02 {
          display: none; } }
    #top .sec02__info {
      margin: 30px auto 0 auto;
      position: relative; }
      @media screen and (min-width: 738px) {
        #top .sec02__info {
          width: 830px; }
          #top .sec02__info:after {
            content: "";
            display: table;
            clear: both; } }
      @media screen and (max-width: 737px) {
        #top .sec02__info {
          padding: 0 5%; } }
      #top .sec02__info__pic {
        position: absolute;
        bottom: 0;
        left: -75px; }
        @media screen and (max-width: 737px) {
          #top .sec02__info__pic {
            display: none; } }
      @media screen and (min-width: 738px) {
        #top .sec02__info dt {
          width: 400px;
          float: left; } }
      #top .sec02__info dt img {
        margin-top: 50px; }
        @media screen and (max-width: 737px) {
          #top .sec02__info dt img {
            display: block;
            margin: 20px auto; } }
      @media screen and (min-width: 738px) {
        #top .sec02__info dd {
          width: 425px;
          float: right; } }
      #top .sec02__info dd > p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.92857;
        display: inline;
        border-bottom: 1px dashed #afafaf; }
        @media screen and (max-width: 737px) {
          #top .sec02__info dd > p {
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 2.08696;
            letter-spacing: -0.05em; } }
      #top .sec02__info__title {
        margin-bottom: 10px; }
        #top .sec02__info__title p {
          display: inline-block;
          vertical-align: bottom;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1;
          font-weight: bold;
          color: #868b27; }
        @media screen and (max-width: 737px) {
          #top .sec02__info__title {
            text-align: center; } }
      #top .sec02__info-re {
        margin-top: 45px; }
        @media screen and (min-width: 738px) {
          #top .sec02__info-re dt {
            float: right; } }
        #top .sec02__info-re dt img {
          margin-top: 10px; }
        @media screen and (min-width: 738px) {
          #top .sec02__info-re dd {
            float: left;
            width: 415px; } }
      #top .sec02__info-02 {
        margin-top: 30px; }
        #top .sec02__info-02 dt img {
          margin-top: 0; }
        @media screen and (min-width: 738px) {
          #top .sec02__info-02 dd {
            width: 415px;
            margin-top: 12px; } }
    #top .sec02__line01 {
      margin-top: 40px;
      position: relative; }
      @media screen and (min-width: 738px) {
        #top .sec02__line01 {
          margin-left: 20px; } }
      #top .sec02__line01__pic {
        position: absolute;
        top: -40px;
        right: 3px; }
        @media screen and (max-width: 737px) {
          #top .sec02__line01__pic {
            display: none; } }
    #top .sec02__line02 {
      margin-top: 45px;
      position: relative; }
      @media screen and (min-width: 738px) {
        #top .sec02__line02 {
          margin-left: 20px; } }
      #top .sec02__line02__pic {
        position: absolute;
        top: -20px;
        right: -15px; }
        @media screen and (max-width: 737px) {
          #top .sec02__line02__pic {
            display: none; } }

/* lower */
#cafe {
  /* cafe */ }
  #cafe .header {
    background-color: #3f6e88; }
  #cafe .mainvis {
    background-image: url(/img/cafe/mainvis.jpg); }
  #cafe .sec01 {
    text-align: center;
    padding: 40px 0; }
    @media screen and (max-width: 737px) {
      #cafe .sec01 {
        padding-left: 5%;
        margin-right: 5%; } }
    #cafe .sec01__title {
      text-align: center; }
    #cafe .sec01 > img {
      margin-top: 25px; }
    #cafe .sec01__txt {
      margin: 0 auto;
      margin-top: 25px;
      position: relative; }
      @media screen and (min-width: 738px) {
        #cafe .sec01__txt {
          width: 780px; }
          #cafe .sec01__txt:after {
            content: "";
            display: table;
            clear: both; } }
      @media screen and (min-width: 738px) {
        #cafe .sec01__txt img:first-child {
          float: left; }
        #cafe .sec01__txt img:last-child {
          float: right; } }
      @media screen and (max-width: 737px) {
        #cafe .sec01__txt img:first-child {
          display: none; }
        #cafe .sec01__txt img:last-child {
          margin-top: 10px; } }
      @media screen and (min-width: 738px) {
        #cafe .sec01__txt div {
          position: absolute;
          top: 30px;
          left: 0;
          right: 0; } }
      #cafe .sec01__txt p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.78571;
        display: inline;
        border-bottom: 2px dashed #afafaf; }
        @media screen and (max-width: 737px) {
          #cafe .sec01__txt p {
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 2.08696;
            letter-spacing: -0.05em; } }
  #cafe .sec02 {
    padding-top: 40px;
    padding-bottom: 60px; }
    #cafe .sec02__title {
      text-align: center;
      position: relative; }
      #cafe .sec02__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.8em; }
        @media screen and (max-width: 737px) {
          #cafe .sec02__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
      #cafe .sec02__title__pic01 {
        position: absolute;
        top: -20px;
        left: 400px;
        right: 0;
        margin: 0 auto; }
        @media screen and (max-width: 737px) {
          #cafe .sec02__title__pic01 {
            display: none; } }
      #cafe .sec02__title__pic02 {
        position: absolute;
        top: -75px;
        left: 0;
        right: 170px;
        margin: 0 auto; }
    #cafe .sec02__list {
      text-align: center; }
      #cafe .sec02__list li {
        display: inline-block;
        width: 285px;
        margin: 0 2.5px;
        box-sizing: border-box;
        border: 3px solid #e3dad1;
        padding: 5px;
        margin-top: 15px; }
      #cafe .sec02__list__name {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.28571;
        margin: 0.5em 0 0.3em 0; }
      #cafe .sec02__list__price {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 0.2em; }
    #cafe .sec02__link {
      text-align: center;
      margin-top: 25px; }

#tentosen {
  /* cafe */ }
  #tentosen .header {
    background-color: #d3cac5; }
  #tentosen .mainvis {
    background-image: url(/img/tentosen/mainvis.jpg); }
  #tentosen .sec01 {
    padding-top: 40px;
    padding-bottom: 50px; }
    @media screen and (max-width: 737px) {
      #tentosen .sec01 {
        padding: 20px 5% 25px 5%; } }
    #tentosen .sec01__title {
      text-align: center; }
      #tentosen .sec01__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.8em; }
        @media screen and (max-width: 737px) {
          #tentosen .sec01__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
    #tentosen .sec01__pic {
      display: block;
      margin: -35px auto 0 auto; }
      @media screen and (max-width: 737px) {
        #tentosen .sec01__pic-sp {
          display: block;
          margin: 20px auto 0 auto; } }
      @media screen and (max-width: 737px) {
        #tentosen .sec01__pic-line {
          display: block;
          margin: 20px auto 0 auto; } }
    #tentosen .sec01__box {
      text-align: center; }
      @media screen and (max-width: 737px) {
        #tentosen .sec01__box {
          margin-top: 20px;
          padding-bottom: 10px; } }
    #tentosen .sec01__txt {
      text-align: center;
      margin-top: 20px; }
      @media screen and (max-width: 737px) {
        #tentosen .sec01__txt p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.92857;
          display: inline;
          border-bottom: 2px dashed #afafaf; } }
  @media screen and (max-width: 737px) and (max-width: 737px) {
    #tentosen .sec01__txt p {
      font-size: 11.5px;
      font-size: 1.15rem;
      line-height: 2.08696;
      letter-spacing: -0.05em; } }

#samurai {
  /* sumurai */ }
  #samurai .header {
    background-color: #3a1f01; }
  #samurai .mainvis {
    background-image: url(/img/top/mainvis.jpg); }
  #samurai .sec01 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px; }
    @media screen and (max-width: 737px) {
      #samurai .sec01 {
        padding: 15px 5% 0 5%;
        position: relative; } }
    #samurai .sec01__title {
      text-align: center;
      position: relative; }
      #samurai .sec01__title p {
        font-size: 10.5px;
        font-size: 1.05rem;
        line-height: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        font-weight: bold; }
      #samurai .sec01__title p {
        top: 80px; }
        @media screen and (max-width: 737px) {
          #samurai .sec01__title p {
            top: 75%; } }
      @media screen and (max-width: 737px) {
        #samurai .sec01__title {
          margin: 0 auto; } }
    #samurai .sec01 ul {
      font-size: 0px;
      margin-top: 12px; }
      #samurai .sec01 ul > * {
        letter-spacing: normal; }
      #samurai .sec01 ul li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        text-align: center;
        box-sizing: border-box;
        padding: 0 15px; }
        #samurai .sec01 ul li img {
          max-width: 100%; }
      @media screen and (max-width: 737px) {
        #samurai .sec01 ul {
          width: 305px;
          margin-left: auto;
          margin-right: auto; }
          #samurai .sec01 ul li {
            display: block;
            width: 100%;
            padding: 0; } }
    @media screen and (min-width: 738px) {
      #samurai .sec01__pic {
        background-color: #f5f5f5;
        padding: 15px 0; } }
    @media screen and (max-width: 737px) {
      #samurai .sec01__pic {
        position: relative;
        z-index: 99; } }
    #samurai .sec01__pic li {
      border-left: 2px dashed #000; }
      #samurai .sec01__pic li:first-child {
        border: 0; }
      @media screen and (max-width: 737px) {
        #samurai .sec01__pic li {
          border-left: 0;
          text-align: center;
          width: 100%;
          height: 455px;
          padding-top: 30px !important;
          border-top: 2px dashed; }
          #samurai .sec01__pic li:first-child {
            margin-top: 0;
            padding-top: 15px !important;
            border-top: 2px dashed; }
          #samurai .sec01__pic li img {
            width: 200px;
            margin: 0 auto; } }
    #samurai .sec01__txt__shop {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1;
      font-weight: bold;
      background-color: #e3dad1;
      display: inline-block;
      padding: 0.5em;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      color: #3a1f01; }
    #samurai .sec01__txt__name {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.28571;
      margin-top: 0.8em; }
      @media screen and (min-width: 738px) {
        #samurai .sec01__txt__name {
          min-height: 34px; } }
      @media screen and (max-width: 737px) {
        #samurai .sec01__txt__name {
          width: 200px;
          min-height: 34px;
          margin-left: auto;
          margin-right: auto; } }
    #samurai .sec01__txt__price {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      font-weight: bold;
      margin-top: 0.4em; }
    @media screen and (max-width: 737px) {
      #samurai .sec01__txt {
        position: absolute;
        top: 425px;
        left: 0;
        right: 0; }
        #samurai .sec01__txt li {
          min-height: 130px;
          margin-top: 325px; }
          #samurai .sec01__txt li:first-child {
            margin-top: 0; } }
  #samurai .sec02 {
    padding-top: 40px;
    padding-bottom: 45px; }
    @media screen and (max-width: 737px) {
      #samurai .sec02 {
        padding-top: 25px;
        padding-bottom: 25px; } }
    #samurai .sec02 dl {
      /*
      @media screen and (max-width: $sp_max) {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
      }
      */ }
      #samurai .sec02 dl:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 738px) {
        #samurai .sec02 dl {
          margin-left: auto;
          margin-right: auto;
          width: 820px; } }
      @media screen and (max-width: 737px) {
        #samurai .sec02 dl {
          text-align: center;
          padding: 0 5%;
          box-sizing: border-box; } }
    @media screen and (min-width: 738px) {
      #samurai .sec02__pic {
        float: left;
        width: 400px;
        overflow: hidden; } }
    #samurai .sec02__pic__title {
      position: relative;
      margin-left: 5px; }
      @media screen and (max-width: 737px) {
        #samurai .sec02__pic__title img {
          width: 320px; } }
      #samurai .sec02__pic__title p {
        font-size: 10.5px;
        font-size: 1.05rem;
        line-height: 1;
        position: absolute;
        left: 0;
        right: 20px;
        top: 65px;
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 737px) {
          #samurai .sec02__pic__title p {
            top: 75%; } }
    #samurai .sec02__pic > img {
      margin-top: 18px; }
    @media screen and (min-width: 738px) {
      #samurai .sec02__txt {
        float: right;
        width: 420px; } }
    @media screen and (max-width: 737px) {
      #samurai .sec02__txt {
        text-align: left;
        width: 330px;
        margin: 0 auto; }
        #samurai .sec02__txt__ls1 {
          letter-spacing: -0.018em; }
        #samurai .sec02__txt__ls2 {
          letter-spacing: -0.018em; }
        #samurai .sec02__txt__ls3 {
          letter-spacing: -0.019em; } }
    #samurai .sec02__txt img {
      display: block;
      margin: 25px auto 33px auto; }
      @media screen and (max-width: 737px) {
        #samurai .sec02__txt img {
          width: 255px;
          margin-top: 30px;
          margin-bottom: 25px; } }
    #samurai .sec02__txt p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.92857;
      display: inline;
      border-bottom: 1px dashed #afafaf; }
      #samurai .sec02__txt p span {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.92857; }
      @media screen and (max-width: 737px) {
        #samurai .sec02__txt p {
          font-size: 11.5px;
          font-size: 1.15rem;
          line-height: 2.08696;
          letter-spacing: -0.05em; }
          #samurai .sec02__txt p span {
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 2.08696; } }
  #samurai .sec03 {
    padding: 60px 0;
    text-align: center; }
    @media screen and (max-width: 737px) {
      #samurai .sec03 {
        padding-top: 30px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 737px) {
      #samurai .sec03 > img {
        width: 290px; } }
    #samurai .sec03__title {
      margin-top: 30px; }
      #samurai .sec03__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.8em; }
        @media screen and (max-width: 737px) {
          #samurai .sec03__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
    #samurai .sec03__link {
      margin-top: -15px;
      font-size: 0px; }
      #samurai .sec03__link > * {
        letter-spacing: normal; }
      @media screen and (max-width: 737px) {
        #samurai .sec03__link {
          margin-top: 15px;
          padding: 0 5%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-justify-content: center;
          /* Safari */
          justify-content: center; } }
      #samurai .sec03__link li {
        display: inline-block;
        margin: 0 0px;
        position: relative; }
      #samurai .sec03__link p {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1;
        font-weight: bold;
        color: #3a1f01;
        position: absolute; }
      #samurai .sec03__link__hokkaido p {
        top: 80px;
        left: 45px; }
      #samurai .sec03__link__tokyo p {
        top: 80px;
        left: 65px; }
    #samurai .sec03__txt {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.83333;
      margin-top: 1em; }
      @media screen and (max-width: 737px) {
        #samurai .sec03__txt {
          font-size: 10px;
          font-size: 1rem;
          line-height: 1.8;
          letter-spacing: -0.05em;
          padding: 0 5%; } }

#recruit {
  /* recruit */ }
  #recruit .mainvis {
    background-image: url(/img/recruit/mainvis.jpg);
    position: relative; }
    @media screen and (max-width: 737px) {
      #recruit .mainvis {
        background-image: url(/img/recruit/sp/mainvis_sp.jpg);
        height: 495px;
        background-position: top center; } }
    #recruit .mainvis__txt {
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5;
      font-weight: bold;
      padding-top: 360px; }
      @media screen and (max-width: 737px) {
        #recruit .mainvis__txt {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.28571;
          padding-top: 170px; } }
    #recruit .mainvis__txt-small {
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.57143;
      margin-top: 0.5em; }
      @media screen and (max-width: 737px) {
        #recruit .mainvis__txt-small {
          font-size: 10px;
          font-size: 1rem;
          line-height: 1.6;
          font-weight: bold; } }
  #recruit .sec01 {
    padding-top: 25px;
    padding-bottom: 50px; }
    #recruit .sec01__title {
      text-align: center;
      position: relative; }
      #recruit .sec01__title p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        font-weight: bold; }
        @media screen and (max-width: 737px) {
          #recruit .sec01__title p {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1; } }
      #recruit .sec01__title span {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1;
        font-weight: bold;
        display: block;
        margin-top: 0.5em; }
        @media screen and (max-width: 737px) {
          #recruit .sec01__title span {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1; } }
      #recruit .sec01__title__pic01 {
        position: absolute;
        top: 15px;
        left: 85px; }
        @media screen and (max-width: 737px) {
          #recruit .sec01__title__pic01 {
            display: none; } }
      #recruit .sec01__title__pic02 {
        position: absolute;
        top: 0;
        right: 55px; }
        @media screen and (max-width: 737px) {
          #recruit .sec01__title__pic02 {
            display: none; } }
    #recruit .sec01__list {
      margin-top: 35px;
      position: relative; }
      @media screen and (max-width: 737px) {
        #recruit .sec01__list {
          width: 280px;
          margin: 15px auto 0 auto; } }
      @media screen and (min-width: 738px) {
        #recruit .sec01__list dl {
          width: 830px;
          margin: 0 auto;
          height: 610px; } }
      @media screen and (min-width: 738px) {
        #recruit .sec01__list dt {
          width: 50%;
          height: 100%;
          float: left; } }
      @media screen and (min-width: 738px) {
        #recruit .sec01__list dd {
          width: 50%;
          height: 100%;
          float: right;
          border-left: 1px dashed #000;
          box-sizing: border-box; } }
      #recruit .sec01__list dd > div:last-child {
        border-bottom: 1px dashed #000;
        padding-bottom: 20px; }
        @media screen and (max-width: 737px) {
          #recruit .sec01__list dd > div:last-child p {
            text-align: center; } }
      @media screen and (max-width: 737px) {
        #recruit .sec01__list dd > div:first-child {
          margin-top: 25px; } }
      #recruit .sec01__list__pic {
        display: block;
        margin: 40px auto 0 auto; }
        @media screen and (max-width: 737px) {
          #recruit .sec01__list__pic {
            padding: 0 2%;
            box-sizing: border-box; } }
      #recruit .sec01__list__box {
        border-top: 1px dashed #000;
        margin: 0 10px;
        padding: 20px 20px; }
        #recruit .sec01__list__box:first-child {
          border-top: 0;
          padding-top: 0; }
        #recruit .sec01__list__box:last-child {
          padding-bottom: 0; }
        @media screen and (max-width: 737px) {
          #recruit .sec01__list__box {
            margin: 0;
            padding: 15px 2%;
            text-align: center; } }
        #recruit .sec01__list__box__title01 {
          background-image: url(/img/recruit/bg_title.png);
          width: 61px;
          height: 31px;
          background-size: 100% 100%;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2.21429;
          color: #3a1f01;
          text-align: center;
          font-weight: bold;
          margin-bottom: 5px; }
          @media screen and (max-width: 737px) {
            #recruit .sec01__list__box__title01 {
              width: 43px;
              height: 21px;
              background-size: 100% 100%;
              font-size: 10.5px;
              font-size: 1.05rem;
              line-height: 2;
              margin: 0 auto 5px auto; } }
        #recruit .sec01__list__box__title02 {
          background-image: url(/img/recruit/bg_title02.png);
          width: 86px;
          height: 31px;
          background-size: 100% 100%;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2.21429;
          color: #3a1f01;
          text-align: center;
          font-weight: bold;
          margin-bottom: 5px; }
          @media screen and (max-width: 737px) {
            #recruit .sec01__list__box__title02 {
              width: 60px;
              height: 21px;
              background-size: 100% 100%;
              font-size: 10.5px;
              font-size: 1.05rem;
              line-height: 2;
              margin: 0 auto 5px auto; } }
        #recruit .sec01__list__box__title03 {
          background-image: url(/img/recruit/bg_title03.png);
          width: 70px;
          height: 31px;
          background-size: 100% 100%;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2.21429;
          color: #3a1f01;
          text-align: center;
          font-weight: bold;
          margin-bottom: 5px; }
          @media screen and (max-width: 737px) {
            #recruit .sec01__list__box__title03 {
              width: 50px;
              height: 21px;
              background-size: 100% 100%;
              font-size: 10.5px;
              font-size: 1.05rem;
              line-height: 2;
              margin: 0 auto 5px auto; } }
        #recruit .sec01__list__box__txt {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.69231;
          margin-left: 15px; }
          @media screen and (max-width: 737px) {
            #recruit .sec01__list__box__txt {
              width: 280px;
              font-size: 10.5px;
              font-size: 1.05rem;
              line-height: 1.52381;
              margin-left: 0;
              letter-spacing: -0.055em;
              text-align: left;
              display: inline-block; } }
          #recruit .sec01__list__box__txt-big {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5;
            margin-left: 15px; }
            @media screen and (max-width: 737px) {
              #recruit .sec01__list__box__txt-big {
                font-size: 11.5px;
                font-size: 1.15rem;
                line-height: 1.91304;
                margin-left: 0;
                text-align: left;
                display: inline-block; } }
          #recruit .sec01__list__box__txt-small01 {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.66667;
            margin-left: 65px;
            margin-top: 0.5em; }
            @media screen and (max-width: 737px) {
              #recruit .sec01__list__box__txt-small01 {
                margin-left: 0;
                font-size: 9px;
                font-size: 0.9rem;
                line-height: 1.55556;
                text-align: left;
                display: inline-block; } }
            #recruit .sec01__list__box__txt-small01 span {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.66667;
              margin-left: 50px; }
              @media screen and (max-width: 737px) {
                #recruit .sec01__list__box__txt-small01 span {
                  margin-left: 5em;
                  font-size: 9px;
                  font-size: 0.9rem;
                  line-height: 1.55556; } }
          #recruit .sec01__list__box__txt-small02 {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.66667; }
            @media screen and (min-width: 738px) {
              #recruit .sec01__list__box__txt-small02 {
                margin-left: 250px; } }
            @media screen and (max-width: 737px) {
              #recruit .sec01__list__box__txt-small02 {
                margin-left: 0;
                font-size: 9px;
                font-size: 0.9rem;
                line-height: 1.55556;
                text-align: left;
                display: inline-block; } }
  #recruit .sec02 {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative; }
    @media screen and (max-width: 737px) {
      #recruit .sec02 {
        padding-top: 0px;
        padding-bottom: 10px; } }
    #recruit .sec02__title {
      text-align: center; }
      #recruit .sec02__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.8em; }
        @media screen and (max-width: 737px) {
          #recruit .sec02__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
    @media screen and (max-width: 737px) {
      #recruit .sec02__form {
        padding: 0 5%;
        margin-top: 15px; } }
    #recruit .sec02__form .wpcf7-not-valid-tip {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      padding: 0.5em; }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form .wpcf7-not-valid-tip {
          font-size: 8px;
          font-size: 0.8rem;
          line-height: 2.25; } }
    #recruit .sec02__form .wpcf7-response-output {
      display: block;
      margin: 1em auto 0 auto;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      padding: 0.2em; }
      @media screen and (min-width: 738px) {
        #recruit .sec02__form .wpcf7-response-output {
          width: 544px;
          box-sizing: border-box; } }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form .wpcf7-response-output {
          font-size: 8px;
          font-size: 0.8rem;
          line-height: 2.25; } }
    #recruit .sec02__form dl {
      margin: 0 auto;
      border: 2px solid #000;
      margin-top: 7px; }
      @media screen and (min-width: 738px) {
        #recruit .sec02__form dl {
          width: 540px; }
          #recruit .sec02__form dl:after {
            content: "";
            display: table;
            clear: both; } }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form dl {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          margin-top: 25px; } }
      #recruit .sec02__form dl:first-child {
        margin-top: 15px; }
    #recruit .sec02__form dt {
      position: relative;
      padding-left: 0.5em;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 2.15385;
      box-sizing: border-box;
      background-image: url(/img/recruit/bg_contact.jpg);
      background-size: 20px 20px; }
      #recruit .sec02__form dt:before {
        content: "必須";
        color: red;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2.15385;
        position: absolute;
        left: -2.5em;
        top: 0; }
        @media screen and (max-width: 737px) {
          #recruit .sec02__form dt:before {
            left: 0.3em;
            top: -2em; } }
      @media screen and (min-width: 738px) {
        #recruit .sec02__form dt {
          float: left;
          width: 110px; } }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form dt {
          width: 25%;
          font-size: 8px;
          font-size: 0.8rem;
          line-height: 2.25;
          letter-spacing: -0.1em;
          box-sizing: border-box; } }
    #recruit .sec02__form dd {
      background-color: #fff; }
      @media screen and (min-width: 738px) {
        #recruit .sec02__form dd {
          float: right;
          width: 430px; } }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form dd {
          flex-grow: 1;
          width: 75%; } }
    #recruit .sec02__form input, #recruit .sec02__form select {
      border: 0;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 2.15385;
      padding: 0 0.5em;
      width: 100%;
      box-sizing: border-box;
      height: 28px;
      background-color: #fff; }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form input, #recruit .sec02__form select {
          font-size: 8px;
          font-size: 0.8rem;
          line-height: 2.25;
          height: 22px; } }
    @media all and (-ms-high-contrast: none) {
      #recruit .sec02__form select {
        padding-right: 0; } }
    @supports (-ms-ime-align: auto) {
      #recruit .sec02__form select {
        padding-right: 0; } }
    #recruit .sec02__form textarea {
      border: 0;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.84615;
      padding: 0.2em 0.5em;
      width: 100%;
      height: 150px;
      box-sizing: border-box; }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form textarea {
          font-size: 8px;
          font-size: 0.8rem;
          line-height: 1.75;
          height: 90px; } }
    #recruit .sec02__form__textarea dt:before {
      top: 61px; }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form__textarea dt:before {
          top: -2em; } }
    #recruit .sec02__form__textarea p {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 2.15385;
      height: 150px;
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form__textarea p {
          font-size: 8px;
          font-size: 0.8rem;
          line-height: 2.25;
          height: 90px; } }
    #recruit .sec02__form__tit {
      margin: 0 auto; }
      @media screen and (min-width: 738px) {
        #recruit .sec02__form__tit {
          width: 540px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 2.15385; }
          #recruit .sec02__form__tit:after {
            content: "";
            display: table;
            clear: both; } }
      @media screen and (max-width: 737px) {
        #recruit .sec02__form__tit {
          font-size: 8px;
          font-size: 0.8rem;
          line-height: 2.25; } }
    #recruit .sec02__form__submit {
      text-align: center;
      margin-top: 15px; }
      #recruit .sec02__form__submit input {
        width: 55px;
        height: auto; }
      #recruit .sec02__form__submit p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.5em; }
        @media screen and (max-width: 737px) {
          #recruit .sec02__form__submit p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
    #recruit .sec02__pic {
      position: absolute;
      bottom: 75px;
      right: 90px; }
      @media screen and (max-width: 737px) {
        #recruit .sec02__pic {
          display: none; } }

#about {
  /* recruit */ }
  #about .mainvis {
    background-image: url(/img/about/mainvis.jpg);
    position: relative; }
    @media screen and (max-width: 737px) {
      #about .mainvis {
        background-image: url(/img/about/sp/mainvis.jpg);
        height: 350px; } }
    #about .mainvis__txt {
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5;
      font-weight: bold;
      padding-top: 335px; }
      @media screen and (max-width: 737px) {
        #about .mainvis__txt {
          padding-top: 170px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.5; } }
  #about .sec01 {
    padding-top: 40px;
    padding-bottom: 110px; }
    @media screen and (max-width: 737px) {
      #about .sec01 {
        padding-top: 20px;
        padding-bottom: 0; } }
    #about .sec01__title {
      text-align: center; }
      #about .sec01__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.8em; }
        @media screen and (max-width: 737px) {
          #about .sec01__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
    #about .sec01__box {
      display: block;
      margin: 15px auto 0 auto; }
      @media screen and (min-width: 738px) {
        #about .sec01__box {
          width: 578px;
          height: 884px;
          background: url(/img/about/bg01.png);
          background-size: 100% 100%; } }
      @media screen and (max-width: 737px) {
        #about .sec01__box {
          width: 375px; } }
      #about .sec01__box > img {
        width: 320px; }
        @media screen and (max-width: 737px) {
          #about .sec01__box > img {
            display: none; } }
      #about .sec01__box__txt {
        display: block;
        margin: 25px auto 0px auto; }
      #about .sec01__box__txt2 {
        display: block;
        margin: 15px auto 30px auto; }
      #about .sec01__box div {
        text-align: center; }
        @media screen and (min-width: 738px) {
          #about .sec01__box div {
            padding-top: 320px; } }
        #about .sec01__box div:last-child {
          padding-top: 30px; }
          @media screen and (max-width: 737px) {
            #about .sec01__box div:last-child {
              padding-top: 20px; } }
        @media screen and (max-width: 737px) {
          #about .sec01__box div {
            text-align: left;
            padding: 0 5%; }
            #about .sec01__box div img {
              width: 190px;
              display: block;
              margin-left: auto;
              margin-right: auto; } }
      #about .sec01__box p {
        display: inline;
        border-bottom: 1px dashed #afafaf; }
        @media screen and (min-width: 738px) {
          #about .sec01__box p {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.92857; } }
        @media screen and (max-width: 737px) {
          #about .sec01__box p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 2.47619;
            letter-spacing: -0.07em; } }
  #about .sec02 {
    /*
    @media screen and (max-width: $sp_max) {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
    }
    */
    padding-bottom: 110px;
    position: relative; }
    @media screen and (min-width: 738px) {
      #about .sec02 {
        margin-left: auto;
        margin-right: auto;
        width: 740px; } }
    @media screen and (max-width: 737px) {
      #about .sec02 {
        padding: 60px 5% 30px 5%; } }
    #about .sec02 dl:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 737px) {
      #about .sec02 dl {
        text-align: center; } }
    @media screen and (min-width: 738px) {
      #about .sec02 dt {
        float: left;
        width: 333px; } }
    #about .sec02 dt img {
      margin-top: 15px; }
      #about .sec02 dt img:first-child {
        margin-top: 0; }
    @media screen and (max-width: 737px) {
      #about .sec02 dt {
        margin-top: 20px; } }
    @media screen and (min-width: 738px) {
      #about .sec02 dd {
        float: right;
        width: 350px; } }
    @media screen and (max-width: 737px) {
      #about .sec02 dd {
        margin: 0 auto;
        max-width: 307px; } }
    #about .sec02__list {
      margin-top: 20px; }
      #about .sec02__list__left {
        text-align: left; }
      #about .sec02__list li {
        border-bottom: 2px solid #afafaf;
        padding: 10px 0; }
        #about .sec02__list li:last-child {
          border-bottom: 0; }
        @media screen and (max-width: 737px) {
          #about .sec02__list li {
            padding: 20px 0; }
            #about .sec02__list li:first-child {
              padding-top: 5px; } }
      #about .sec02__list span {
        display: inline-block;
        vertical-align: top;
        width: 88px;
        text-align: center;
        background: url(/img/about/icon.png);
        background-size: 100% 100%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.21429;
        font-weight: bold;
        color: #3a1f01; }
        @media screen and (max-width: 737px) {
          #about .sec02__list span {
            display: block;
            margin: 0 auto; } }
      #about .sec02__list p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.07143;
        display: inline-block;
        margin-top: 2px; }
        @media screen and (min-width: 738px) {
          #about .sec02__list p {
            margin-left: 0.8em;
            width: 245px; } }
        @media screen and (max-width: 737px) {
          #about .sec02__list p {
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 2.08696;
            margin-top: 0.8em; } }
    @media screen and (min-width: 738px) {
      #about .sec02__pic {
        position: absolute;
        right: -145px;
        bottom: 30px; } }
    @media screen and (max-width: 737px) {
      #about .sec02__pic {
        display: block;
        width: 165px;
        margin: 0 auto; } }

#shop {
  /* shop */ }
  #shop .sec01 {
    padding-top: 50px;
    padding-bottom: 80px;
    min-height: 600px;
    text-align: center; }
    @media screen and (max-width: 737px) {
      #shop .sec01 {
        padding: 20px 5% 30px 5%; } }
    #shop .sec01__title {
      font-size: 0px;
      position: relative; }
      #shop .sec01__title > * {
        letter-spacing: normal; }
      @media screen and (max-width: 737px) {
        #shop .sec01__title span {
          display: inline-block;
          width: 13px; }
          #shop .sec01__title span:first-child {
            background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #3a1f01 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #3a1f01 50.5%) no-repeat top right/100% 50%; }
          #shop .sec01__title span:last-child {
            background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #3a1f01 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #3a1f01 50.5%) no-repeat bottom right/100% 50%; } }
      #shop .sec01__title img {
        height: 35px; }
      @media screen and (max-width: 737px) {
        #shop .sec01__title {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-justify-content: center;
          /* Safari */
          justify-content: center; } }
      #shop .sec01__title p {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        height: 35px;
        padding: 8px 2em;
        background-color: #3a1f01;
        color: #fff;
        font-weight: bold;
        box-sizing: border-box; }
        @media screen and (max-width: 737px) {
          #shop .sec01__title p {
            height: auto;
            padding: 1px 1em;
            min-height: 22px;
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 1.73913; } }
        #shop .sec01__title p:before {
          content: "";
          width: 5px;
          height: 5px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: #fff;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -2.5px; }
        #shop .sec01__title p:after {
          content: "";
          width: 5px;
          height: 5px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: #fff;
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -2.5px; }
    #shop .sec01__title2 {
      margin-bottom: 20px; }
      #shop .sec01__title2 p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.5em; }
        @media screen and (max-width: 737px) {
          #shop .sec01__title2 p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__title2 {
          display: block;
          height: auto;
          margin-bottom: 20px; } }
    #shop .sec01__menu {
      text-align: left; }
      #shop .sec01__menu:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 738px) {
        #shop .sec01__menu {
          margin: 45px 50px 0 50px; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__menu {
          margin-top: 20px; } }
      @media screen and (min-width: 738px) {
        #shop .sec01__menu dt {
          float: left;
          width: 380px; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__menu dt {
          max-width: 380px;
          display: block;
          margin: 0 auto; } }
      @media screen and (min-width: 738px) {
        #shop .sec01__menu dd {
          float: right;
          width: 380px; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__menu dd {
          max-width: 380px;
          display: block;
          margin: 0 auto; } }
      #shop .sec01__menu__catch {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
        font-weight: bold; }
        @media screen and (max-width: 737px) {
          #shop .sec01__menu__catch {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.71429;
            margin-top: 1em; } }
      #shop .sec01__menu__title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
        font-weight: bold; }
        @media screen and (max-width: 737px) {
          #shop .sec01__menu__title {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.71429;
            margin-top: 0.5em; } }
      #shop .sec01__menu__price {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
        font-weight: bold;
        text-align: right; }
        @media screen and (max-width: 737px) {
          #shop .sec01__menu__price {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.71429; } }
      #shop .sec01__menu__post p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71429;
        margin-top: 1em; }
        #shop .sec01__menu__post p:first-child {
          margin-top: 2em; }
        @media screen and (max-width: 737px) {
          #shop .sec01__menu__post p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1.71429; } }
    #shop .sec01__shop {
      text-align: left;
      position: relative; }
      #shop .sec01__shop:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 738px) {
        #shop .sec01__shop {
          margin: 45px 50px 0 50px;
          min-height: 570px; } }
      @media screen and (min-width: 738px) {
        #shop .sec01__shop > img {
          position: absolute;
          bottom: 0;
          right: 40px; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__shop > img {
          display: block;
          margin: 20px auto 0 auto; } }
      @media screen and (min-width: 738px) {
        #shop .sec01__shop dt {
          float: left;
          width: 380px; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__shop dt {
          width: 300px;
          display: block;
          margin: 20px auto 0 auto; } }
      #shop .sec01__shop dt img {
        margin-top: 30px; }
        @media screen and (max-width: 737px) {
          #shop .sec01__shop dt img {
            margin-top: 15px; } }
        #shop .sec01__shop dt img:first-child {
          margin-top: 0; }
      @media screen and (min-width: 738px) {
        #shop .sec01__shop dd {
          float: right;
          width: 380px; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__shop dd {
          max-width: 380px;
          display: block;
          margin: 20px auto 0 auto;
          text-align: center; } }
      #shop .sec01__shop li {
        font-size: 0px; }
        #shop .sec01__shop li > * {
          letter-spacing: normal; }
      #shop .sec01__shop span,
      #shop .sec01__shop p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        display: inline-block; }
        #shop .sec01__shop span span,
        #shop .sec01__shop p span {
          width: 60px; }
        @media screen and (max-width: 737px) {
          #shop .sec01__shop span,
          #shop .sec01__shop p {
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 1.91304; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__shop span {
          text-align: right;
          width: 70px;
          vertical-align: top; }
        #shop .sec01__shop p {
          text-align: left;
          width: 230px;
          box-sizing: border-box;
          padding-left: 1em; }
          #shop .sec01__shop p > span {
            width: 45px;
            text-align: left; } }
      @media screen and (min-width: 738px) {
        #shop .sec01__shop p {
          max-width: 290px;
          vertical-align: top; } }
      @media screen and (min-width: 738px) {
        #shop .sec01__shop li > span {
          width: 90px;
          text-align: right; } }
      #shop .sec01__shop__btn {
        display: inline-block;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        background-color: #3a1f01;
        color: #fff;
        width: 130px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-left: 45px;
        margin-top: 20px; }
        #shop .sec01__shop__btn:last-child {
          margin-left: 12px; }
        @media screen and (max-width: 737px) {
          #shop .sec01__shop__btn {
            margin-left: 0;
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 2.08696; } }
      #shop .sec01__shop__logo {
        width: 92px; }
        @media screen and (max-width: 737px) {
          #shop .sec01__shop__logo {
            width: 60px;
            margin-top: 30px; } }
    #shop .sec01__news {
      text-align: left;
      position: relative; }
      #shop .sec01__news:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 738px) {
        #shop .sec01__news {
          margin: 45px 50px 0 50px; } }
      @media screen and (min-width: 738px) {
        #shop .sec01__news dt {
          float: left;
          width: 380px;
          margin-right: 20px; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__news dt {
          max-width: 380px;
          display: block;
          margin: 20px auto 0 auto; } }
      #shop .sec01__news dt img {
        margin-top: 30px; }
        #shop .sec01__news dt img:first-child {
          margin-top: 0; }
        @media screen and (max-width: 737px) {
          #shop .sec01__news dt img {
            width: 300px;
            display: block;
            margin-left: auto;
            margin-right: auto; } }
      @media screen and (min-width: 738px) {
        #shop .sec01__news dd {
          float: right;
          width: 380px; } }
      @media screen and (max-width: 737px) {
        #shop .sec01__news dd {
          display: block;
          margin: 20px auto 0 auto; } }
      #shop .sec01__news__date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2; }
        @media screen and (max-width: 737px) {
          #shop .sec01__news__date {
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 1.56522; } }
      #shop .sec01__news__post p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 1em; }
        #shop .sec01__news__post p:first-child {
          margin-top: 0; }
        @media screen and (max-width: 737px) {
          #shop .sec01__news__post p {
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 1.56522; } }
      #shop .sec01__news__post a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2; }
        @media screen and (max-width: 737px) {
          #shop .sec01__news__post a {
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 1.56522; } }

#sakesakana {
  /* cafe */ }
  #sakesakana .header {
    background-color: #004568; }
  #sakesakana .mainvis {
    background-image: url(/img/sakesakana/main.jpg); }
  #sakesakana .sec01 {
    padding-top: 40px;
    padding-bottom: 50px; }
    @media screen and (max-width: 737px) {
      #sakesakana .sec01 {
        padding: 20px 5% 25px 5%; } }
    #sakesakana .sec01__title {
      text-align: center; }
      #sakesakana .sec01__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.8em; }
        @media screen and (max-width: 737px) {
          #sakesakana .sec01__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
    @media screen and (min-width: 738px) {
      #sakesakana .sec01 dl {
        margin: 30px 70px 0 70px; } }
    #sakesakana .sec01 dl dt,
    #sakesakana .sec01 dl dd {
      width: 360px; }
      @media screen and (max-width: 737px) {
        #sakesakana .sec01 dl dt,
        #sakesakana .sec01 dl dd {
          display: block;
          margin-left: auto;
          margin-right: auto; } }
    #sakesakana .sec01 dl dd img:first-child {
      margin-bottom: 30px; }
      @media screen and (max-width: 737px) {
        #sakesakana .sec01 dl dd img:first-child {
          margin-top: 20px;
          margin-bottom: 20px; } }
    #sakesakana .sec01 dl p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.78571; }
      @media screen and (max-width: 737px) {
        #sakesakana .sec01 dl p {
          font-size: 11.5px;
          font-size: 1.15rem;
          line-height: 2.08696; } }
    #sakesakana .sec01__list01:after {
      content: "";
      display: table;
      clear: both; }
    #sakesakana .sec01__list01__pic01 {
      margin-top: 20px; }
    #sakesakana .sec01__list01 dt {
      text-align: center; }
      @media screen and (min-width: 738px) {
        #sakesakana .sec01__list01 dt {
          float: right;
          margin-top: -30px; } }
      @media screen and (max-width: 737px) {
        #sakesakana .sec01__list01 dt {
          margin-top: 10px; } }
      #sakesakana .sec01__list01 dt p {
        margin-top: -55px; }
    @media screen and (min-width: 738px) {
      #sakesakana .sec01__list01 dd {
        float: left; } }
    #sakesakana .sec01__list02:after {
      content: "";
      display: table;
      clear: both; }
    #sakesakana .sec01__list02__pic01 {
      margin-top: 20px; }
      @media screen and (min-width: 738px) {
        #sakesakana .sec01__list02__pic01 {
          margin-left: 200px; } }
      @media screen and (max-width: 737px) {
        #sakesakana .sec01__list02__pic01 {
          margin-top: 30px;
          margin-left: 100px; } }
    #sakesakana .sec01__list02__pic02 {
      margin-top: 40px; }
    #sakesakana .sec01__list02__link a {
      display: inline-block;
      margin-top: 35px;
      font-size: 0px; }
      #sakesakana .sec01__list02__link a > * {
        letter-spacing: normal; }
      #sakesakana .sec01__list02__link a span {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.78571;
        margin-right: 30px; }
        @media screen and (max-width: 737px) {
          #sakesakana .sec01__list02__link a span {
            font-size: 11.5px;
            font-size: 1.15rem;
            line-height: 2.08696;
            margin-right: 15px; } }
      #sakesakana .sec01__list02__link a img {
        display: inline-block;
        vertical-align: middle; }
    #sakesakana .sec01__list02 dt {
      text-align: center; }
      @media screen and (min-width: 738px) {
        #sakesakana .sec01__list02 dt {
          float: left; } }
      #sakesakana .sec01__list02 dt p {
        margin-top: 40px; }
    @media screen and (min-width: 738px) {
      #sakesakana .sec01__list02 dd {
        float: right; } }
    #sakesakana .sec01__list03:after {
      content: "";
      display: table;
      clear: both; }
    #sakesakana .sec01__list03__pic01 {
      margin-bottom: 10px; }
      @media screen and (max-width: 737px) {
        #sakesakana .sec01__list03__pic01 {
          margin-top: 30px; } }
    #sakesakana .sec01__list03__pic02 {
      margin-top: 30px; }
    #sakesakana .sec01__list03 dt {
      text-align: center; }
      @media screen and (min-width: 738px) {
        #sakesakana .sec01__list03 dt {
          float: right; } }
      #sakesakana .sec01__list03 dt p {
        margin-top: 1em; }
    @media screen and (min-width: 738px) {
      #sakesakana .sec01__list03 dd {
        float: left; } }

#mikazuki {
  /* cafe */ }
  #mikazuki .header {
    background-color: #AE814C; }
  #mikazuki .mainvis {
    background-image: url(/img/mikazuki/main.jpg); }
  #mikazuki .sec01 {
    padding-top: 40px; }
    @media screen and (max-width: 737px) {
      #mikazuki .sec01 {
        padding: 20px 5% 25px 5%; } }
    #mikazuki .sec01 > div {
      position: relative;
      text-align: center; }
    #mikazuki .sec01__title {
      text-align: center; }
      #mikazuki .sec01__title p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: bold;
        margin-top: 0.8em; }
        @media screen and (max-width: 737px) {
          #mikazuki .sec01__title p {
            font-size: 10.5px;
            font-size: 1.05rem;
            line-height: 1; } }
    @media screen and (min-width: 738px) {
      #mikazuki .sec01 > div p {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.78571; } }
    @media screen and (max-width: 737px) {
      #mikazuki .sec01 > div p {
        font-size: 11.5px;
        font-size: 1.15rem;
        line-height: 2.08696; } }
    @media screen and (min-width: 738px) {
      #mikazuki .sec01 {
        height: 1495px; }
        #mikazuki .sec01__ill01 {
          position: absolute;
          top: 20px;
          right: 70px; }
        #mikazuki .sec01__pic01 {
          position: absolute;
          top: 45px;
          left: 60px; }
        #mikazuki .sec01__pic02 {
          position: absolute;
          top: 323px;
          right: 43px; }
        #mikazuki .sec01__pic03 {
          position: absolute;
          top: 580px;
          left: 45px; }
        #mikazuki .sec01__pic04 {
          position: absolute;
          top: 815px;
          right: 75px; }
        #mikazuki .sec01__pic05 {
          position: absolute;
          top: 1080px;
          left: 65px; }
        #mikazuki .sec01__ill02 {
          position: absolute;
          top: 1170px;
          right: 120px; }
        #mikazuki .sec01__txt01 {
          position: absolute;
          top: 400px;
          left: 95px; }
        #mikazuki .sec01__txt02 {
          position: absolute;
          top: 655px;
          right: 93px; }
        #mikazuki .sec01__txt03 {
          position: absolute;
          top: 950px;
          left: 130px; }
        #mikazuki .sec01__txt04 {
          position: absolute;
          top: 1340px;
          right: 55px; } }
    @media screen and (max-width: 737px) {
      #mikazuki .sec01 > div img {
        margin: 20px auto; } }

/*
.sec01-fixとliの上にdivを追加することで画像3つのパターンに対応
*/
@media screen and (min-width: 738px) {

#samurai .sec01-fix ul{
  text-align: center;
}

#samurai .sec01-fix .sec01__pic{
  padding: 0;
  background-color: #fff;	
}


#samurai .sec01-fix .sec01__pic div{
  display: inline-block;
  width: 25%;
}

#samurai .sec01-fix .sec01__pic div{
  padding: 15px 0;
  background-color: #f5f5f5;
}

#samurai .sec01-fix .sec01__pic div li{
  width:100%;
}


#samurai .sec01-fix .sec01__pic li:first-child {
    border-left: 2px dashed #000;
}
}


#samurai .sec01-fix .sec01__pic div:first-child li {
  border: 0;
}


@media screen and (max-width: 737px) {

#samurai .sec01-fix .sec01__pic div:first-child li:first-child {
padding-top: 15px !important;
}

#samurai .sec01-fix .sec01__pic div li:first-child {
padding-top: 30px !important;
}
}

@media screen and (min-width: 738px) {
#samurai .sec03__menu{
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

#samurai .sec03__menu > div{
  position: absolute;
  top: 150px;
  left: 470px;
  font-size: 0px;
}


#samurai .sec03__menu > div > ul{
  display: inline-block;
  vertical-align: top;
  width: 138px;
  letter-spacing: normal;
}

#samurai .sec03__menu > div > ul > li{
  margin-top: 20px;
}

#samurai .sec03__menu > div > ul > li > a{
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}
}

@media screen and (max-width: 737px) {
  
#samurai .sec03__menu{
  position: relative;
  text-align: center;
  padding-bottom: 140px;
  width: 288px;
  margin: 0 auto;
}
  
#samurai .sec03__menu > div{
  font-size: 0px;
}
  
#samurai .sec03__menu > div > ul{
  display: inline-block;
  vertical-align: top;
  width: 120px;
  letter-spacing: normal;
}
  
#samurai .sec03__menu > div > ul:last-child {
  position: absolute;
  top: 620px;
  right: 38px;
  width: 90px;    
}

#samurai .sec03__menu > div > ul > li{
  margin-top: 15px;
}

#samurai .sec03__menu > div > ul > li > a{
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
}
  
}