@charset "UTF-8";
/* Scss Document */
/* Device Width */
/* font family */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
html {
  overflow-x: hidden; }

body {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only, screen and (max-width: 736px) {
    body {
      font-size: 13px; } }

* {
  outline: none; }

@media print {
  body {
    width: 1000px; } }
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box;
  /*outline: solid 1px #ff0000;*/ }

img {
  width: 100%;
  height: auto; }

.pcItem {
  display: block; }
  @media only, screen and (max-width: 768px) {
    .pcItem {
      display: none; } }

.spItem {
  display: none; }
  @media only, screen and (max-width: 768px) {
    .spItem {
      display: block; } }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }
  header ul {
    list-style: none; }
    @media only, screen and (max-width: 736px) {
      header ul {
        display: none; } }
    header ul li {
      display: inline-block;
      margin-left: 5px; }
      header ul li a {
        display: block;
        min-width: 100px;
        padding: 14px 10px 18px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #000; }
        header ul li a:hover {
          background-color: #8a5e2f; }
      header ul li:nth-child(3) a {
        padding: 14px 20px 18px; }

.drawer {
  display: none; }
  @media only, screen and (max-width: 736px) {
    .drawer {
      display: inline-block;
      width: 50px;
      height: 50px;
      cursor: pointer;
      padding: 17px 0 0  16px;
      z-index: 1001;
      -webkit-tap-highlight-color: transparent;
      position: fixed;
      top: 0;
      right: 0;
      background-color: #000; } }
  .drawer div {
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .drawer div span {
      position: absolute;
      height: 2px;
      width: 22px;
      background: #fff;
      left: 0;
      -webkit-transition: 0.35s ease-in-out;
      transition: 0.35s ease-in-out; }

.drawer span:nth-child(1) {
  top: 0; }

.drawer span:nth-child(2) {
  top: 7px; }
  @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
    .drawer span:nth-child(2) {
      top: 7px; } }

.drawer span:nth-child(3) {
  top: 14px; }
  @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
    .drawer span:nth-child(3) {
      top: 14px; } }

.open .drawer {
  background: transparent; }

.open .drawer span {
  background: #fff; }

.open .drawer span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.open .drawer span:nth-child(2) {
  width: 0;
  left: 50%; }

.open .drawer span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.spNav {
  display: block;
  width: 310px;
  height: auto;
  padding: 20px 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
  position: fixed;
  top: 50px;
  right: -310px;
  z-index: 9999; }
  @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
    .spNav {
      width: 80%;
      right: -310px; } }
  .spNav ul {
    width: 90%;
    margin: 0 auto;
    list-style: none; }
  .spNav li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #8a5e2f; }
    @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
      .spNav li {
        margin-bottom: 10px;
        padding-bottom: 10px; } }
    .spNav li a {
      display: block;
      margin: 0;
      padding: 10px 0 10px 24px;
      font-size: 15px;
      font-weight: 500;
      color: #fff;
      line-height: 1;
      text-decoration: none;
      background: url("../img/icn_arrow.png") 7px center/7px auto no-repeat; }
      @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
        .spNav li a {
          font-size: 12px; } }
      .spNav li a:after {
        content: none; }

.spNav-open {
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.open #drawer-bg {
  width: 100%;
  height: 100%;
  z-index: 500;
  position: fixed;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000; }

footer {
  margin-top: 170px; }
  @media only, screen and (max-width: 736px) {
    footer {
      margin-top: 80px; } }
  footer .footer-area {
    background: url(../img/bg_footer.jpg) left top/203px auto repeat; }
    footer .footer-area .box-footer {
      width: 940px;
      margin: 0 auto;
      position: relative;
      background: url(../img/bg_footer_img.png) right top/300px auto no-repeat; }
      @media only, screen and (max-width: 940px) {
        footer .footer-area .box-footer {
          width: 94%;
          background: url(../img/bg_footer_img.png) right 80%/300px auto no-repeat; } }
      @media only, screen and (max-width: 736px) {
        footer .footer-area .box-footer {
          background: url(../img/bg_footer_img.png) right bottom/55% auto no-repeat; } }
      footer .footer-area .box-footer .pagetop a {
        display: block;
        width: 80px;
        padding: 10px 0 20px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        text-decoration: none;
        position: absolute;
        top: -30px;
        right: -35px;
        background: url(../img/bg_pagetop.png) center bottom/100% auto no-repeat; }
        @media screen and (max-width: 1010px) {
          footer .footer-area .box-footer .pagetop a {
            right: 0; } }
        @media only, screen and (max-width: 736px) {
          footer .footer-area .box-footer .pagetop a {
            width: 60px;
            margin: 0 auto;
            padding: 0 0 15px;
            top: -25px;
            left: 0;
            right: 0; } }
        footer .footer-area .box-footer .pagetop a span {
          padding: 30px 0 0;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          background: url(../img/icn_pagetop.png) center top/24px auto no-repeat; }
          @media only, screen and (max-width: 736px) {
            footer .footer-area .box-footer .pagetop a span {
              padding: 20px 0 0; } }
        footer .footer-area .box-footer .pagetop a:hover span {
          padding: 35px 0 0; }
          @media only, screen and (max-width: 736px) {
            footer .footer-area .box-footer .pagetop a:hover span {
              padding: 20px 0 0; } }
      footer .footer-area .box-footer ul {
        padding: 40px 0 20px;
        font-size: 0;
        list-style: none; }
        @media only, screen and (max-width: 736px) {
          footer .footer-area .box-footer ul {
            display: none; } }
        footer .footer-area .box-footer ul li {
          display: inline-block; }
          footer .footer-area .box-footer ul li a {
            font-size: 13px;
            font-weight: 600;
            color: #7f4c1f;
            text-decoration: none; }
            footer .footer-area .box-footer ul li a:hover {
              text-decoration: underline; }
          footer .footer-area .box-footer ul li:before {
            content: "｜";
            display: inline-block;
            padding: 0 0.5em;
            font-size: 13px;
            color: #7f4c1f; }
          footer .footer-area .box-footer ul li:first-child:before {
            content: none; }
      footer .footer-area .box-footer .flex-box {
        width: 55%;
        margin-bottom: 30px;
        justify-content: space-between; }
        @media only, screen and (max-width: 736px) {
          footer .footer-area .box-footer .flex-box {
            display: block;
            width: 100%;
            margin-bottom: 10px; } }
        footer .footer-area .box-footer .flex-box p {
          width: 76%;
          font-size: 16px;
          font-weight: 600;
          color: #7f4c1f; }
          @media only, screen and (max-width: 736px) {
            footer .footer-area .box-footer .flex-box p {
              width: 100%;
              padding: 20px 0 5px;
              font-size: 14px; } }
          footer .footer-area .box-footer .flex-box p span {
            display: inline-block;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.5; }
            @media only, screen and (max-width: 736px) {
              footer .footer-area .box-footer .flex-box p span {
                font-size: 12px; } }
        footer .footer-area .box-footer .flex-box div {
          width: 97px;
          margin-top: 8px; }
      footer .footer-area .box-footer .cright {
        padding-bottom: 30px;
        font-size: 13px;
        font-weight: 500;
        color: #7f4c1f; }
        @media only, screen and (max-width: 736px) {
          footer .footer-area .box-footer .cright {
            width: 47%;
            padding-bottom: 20px;
            font-size: 11px; } }
  footer .bnr-area {
    padding: 20px 0;
    line-height: 1;
    background-color: #f5efe6; }
    @media only, screen and (max-width: 736px) {
      footer .bnr-area {
        padding: 20px 0 10px; } }
    footer .bnr-area ul {
      text-align: center;
      list-style: none; }
      @media screen and (max-width: 890px) {
        footer .bnr-area ul {
          width: 80%;
          margin: 0 auto; } }
      @media only, screen and (max-width: 736px) {
        footer .bnr-area ul {
          width: 94%; } }
      @media only, screen and (max-width: 736px) {
        footer .bnr-area ul {
          width: 98%; } }
      footer .bnr-area ul li {
        display: inline-block;
        width: 200px;
        margin: 0 10px; }
        @media screen and (max-width: 890px) {
          footer .bnr-area ul li {
            margin: 0 10px 10px; } }
        @media only, screen and (max-width: 736px) {
          footer .bnr-area ul li {
            width: 43%; } }
        footer .bnr-area ul li a {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          opacity: 1; }
          footer .bnr-area ul li a:hover {
            opacity: 0.8; }

.box-content {
  width: 940px;
  margin: 0 auto 60px; }
  @media only, screen and (max-width: 940px) {
    .box-content {
      width: 94%;
      margin: 0 auto 30px; } }
  @media only, screen and (max-width: 736px) {
    .box-content {
      margin: 0 auto 30px; } }
  .box-content h2 {
    margin-bottom: 20px;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #8a5e2f; }
    @media only, screen and (max-width: 736px) {
      .box-content h2 {
        font-size: 15px;
        padding: 10px 20px; } }
  .box-content h3 {
    margin-bottom: 20px;
    padding: 0 0 10px 50px;
    font-size: 20px;
    font-weight: 500;
    color: #8a5e2f;
    border-bottom: solid 1px #8a5e2f;
    background: url("../img/icn_bowl.png") left top/46px auto no-repeat; }
    @media only, screen and (max-width: 736px) {
      .box-content h3 {
        margin-bottom: 10px;
        padding: 0 0 10px 40px;
        font-size: 16px;
        background: url("../img/icn_bowl.png") left 7px/32px auto no-repeat; } }
    @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
      .box-content h3 {
        font-size: 15px; } }
  .box-content .prev,
  .box-content .next {
    width: 37px;
    height: 30px;
    margin: auto;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0; }
    @media only, screen and (max-width: 736px) {
      .box-content .prev,
      .box-content .next {
        width: 30px;
        height: 16px; } }
  .box-content .prev {
    left: -40px; }
    .box-content .prev:hover {
      left: -45px; }
  .box-content .next {
    right: -40px; }
    .box-content .next:hover {
      right: -45px; }
  .box-content--slide {
    width: 860px;
    margin: 0 auto 40px; }
    @media only, screen and (max-width: 940px) {
      .box-content--slide {
        width: 91%; } }
    @media only, screen and (max-width: 736px) {
      .box-content--slide {
        width: 85%;
        margin: 0 auto 20px; } }
    @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
      .box-content--slide {
        width: 78%; } }
    .box-content--slide .slick-slide {
      width: 164px;
      margin: 0 5px; }
      .box-content--slide .slick-slide a {
        color: #8a5e2f;
        text-decoration: none; }
        .box-content--slide .slick-slide a:hover {
          text-decoration: underline; }
        .box-content--slide .slick-slide a p {
          margin-top: 5px;
          font-family: "Noto Sans JP", sans-serif;
          line-height: 1.5; }
          @media only, screen and (max-width: 736px) {
            .box-content--slide .slick-slide a p {
              font-size: 12px; } }
  .box-content--btn a {
    display: block;
    width: 480px;
    margin: 0 auto;
    padding: 22px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #8a5e2f;
    border-radius: 6px; }
    @media only, screen and (max-width: 736px) {
      .box-content--btn a {
        width: 90%;
        padding: 18px 0;
        font-size: 14px; } }
    @media only, screen and (max-width: 736px) {
      .box-content--btn a {
        font-size: 12px; } }
    .box-content--btn a span {
      display: inline-block;
      width: 93%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: url(../img/icn_arrow.png) right center/9px auto no-repeat; }
      @media only, screen and (max-width: 736px) {
        .box-content--btn a span {
          background: url(../img/icn_arrow.png) right center/7px auto no-repeat; } }
    .box-content--btn a:hover {
      background-color: #000; }
      .box-content--btn a:hover span {
        width: 95%; }
    .box-content--btn a:not(first-child) {
      margin-top: 20px; }
  .box-content--banner a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1; }
    .box-content--banner a:hover {
      opacity: 0.8; }
  .box-content--definition {
    margin-bottom: 40px;
    list-style: none; }
    .box-content--definition li:before {
      content: "●";
      display: inline;
      padding-right: 5px;
      color: #9f5100; }
  .box-content .box-area {
    position: relative; }
    .box-content .box-area figure {
      width: 438px;
      margin: 0 auto; }
      @media only, screen and (max-width: 736px) {
        .box-content .box-area figure {
          width: 100%; } }
      .box-content .box-area figure .pc {
        display: block; }
        @media only, screen and (max-width: 940px) {
          .box-content .box-area figure .pc {
            display: none; } }
      .box-content .box-area figure .sp {
        display: none; }
        @media only, screen and (max-width: 940px) {
          .box-content .box-area figure .sp {
            display: block;
            width: 70%;
            margin: 0 auto 20px; } }
    .box-content .box-area ul {
      list-style: none; }
      @media only, screen and (max-width: 940px) {
        .box-content .box-area ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          width: 94%;
          margin: 0 auto; } }
      .box-content .box-area ul li {
        position: absolute; }
        @media only, screen and (max-width: 940px) {
          .box-content .box-area ul li {
            position: static;
            width: 49%;
            margin-bottom: 15px; } }
        @media only, screen and (max-width: 736px) {
          .box-content .box-area ul li {
            margin-bottom: 2%; } }
        .box-content .box-area ul li:nth-child(1) {
          left: 0;
          top: 32px; }
        .box-content .box-area ul li:nth-child(2) {
          left: 0;
          top: 105px; }
        .box-content .box-area ul li:nth-child(3) {
          left: 0;
          top: 175px; }
        .box-content .box-area ul li:nth-child(4) {
          left: 0;
          top: 250px; }
        .box-content .box-area ul li:nth-child(5) {
          left: 44%;
          top: 290px; }
        .box-content .box-area ul li:nth-child(6) {
          right: 0;
          top: 148px; }
        .box-content .box-area ul li:nth-child(7) {
          right: 0;
          top: 78px; }
        .box-content .box-area ul li a {
          display: block;
          width: 258px;
          padding: 10px 20px 10px 40px;
          font-size: 16px;
          font-weight: 700;
          color: #000;
          text-decoration: none;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          border: solid 1px #ddd;
          background: url("../img/icn_area_arrow.png") 15px center/18px auto no-repeat #f7efe4; }
          @media only, screen and (max-width: 940px) {
            .box-content .box-area ul li a {
              width: 100%; } }
          @media only, screen and (max-width: 736px) {
            .box-content .box-area ul li a {
              padding: 10px 0 10px 30px;
              font-size: 11px;
              background: url("../img/icn_area_arrow.png") 10px center/12px auto no-repeat #f7efe4; } }
          @media only, screen and (max-width: 375px) {
            .box-content .box-area ul li a {
              padding: 10px 0 10px 25px;
              font-size: 10px;
              background: url("../img/icn_area_arrow.png") 10px center/10px auto no-repeat #f7efe4; } }
          @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
            .box-content .box-area ul li a {
              font-size: 9px; } }
          .box-content .box-area ul li a span {
            display: none; }
            @media only, screen and (max-width: 940px) {
              .box-content .box-area ul li a span {
                display: inline; } }
          .box-content .box-area ul li a:hover {
            color: #8a5e2f; }
  .box-content--box-notfound p {
    text-align: center; }
    .box-content--box-notfound p a {
      color: #7f4c1f; }
      .box-content--box-notfound p a:hover {
        text-decoration: none; }

.box-main {
  position: relative; }
  @media only, screen and (max-width: 736px) {
    .box-main {
      margin-bottom: 0; } }
  .box-main figure {
    position: relative; }
    .box-main figure img {
      vertical-align: bottom; }
  .box-main--ttl {
    margin-bottom: 100px;
    padding: 5px 0;
    background-color: #8a5e2f; }
    @media only, screen and (max-width: 736px) {
      .box-main--ttl {
        margin-bottom: 20px; } }
    .box-main--ttl h1 {
      width: 73.4375vw;
      padding-left: 16.40625vw;
      margin: 0 auto;
      font-size: 24px;
      font-weight: 700;
      color: #fff; }
      @media only, screen and (max-width: 940px) {
        .box-main--ttl h1 {
          width: 94%;
          max-width: inherit;
          padding-left: 210px; } }
      @media only, screen and (max-width: 736px) {
        .box-main--ttl h1 {
          font-size: 18px;
          padding-left: 10px; } }
      @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
        .box-main--ttl h1 {
          font-size: 16px; } }
  .box-main--mark {
    width: 17.5vw;
    max-width: 224px;
    position: absolute;
    top: 60%;
    left: 8%; }
    @media only, screen and (max-width: 736px) {
      .box-main--mark {
        left: 7px;
        top: 5px; } }

/* Device Width */
/* font family */
.index .top-main {
  position: relative; }
  .index .top-main--box {
    width: 940px;
    margin: 0 auto -40px;
    position: relative;
    top: -80px; }
    @media only, screen and (max-width: 940px) {
      .index .top-main--box {
        width: 94%; } }
    @media only, screen and (max-width: 736px) {
      .index .top-main--box {
        margin: 0 auto -20px;
        top: -40px; } }
    .index .top-main--box h1 {
      width: 224px;
      position: absolute;
      top: 40px;
      left: 0; }
      @media only, screen and (max-width: 940px) {
        .index .top-main--box h1 {
          width: 25%;
          top: 50px; } }
      @media only, screen and (max-width: 736px) {
        .index .top-main--box h1 {
          top: -160px; } }
      @media only, screen and (max-width: 375px) {
        .index .top-main--box h1 {
          top: -140px; } }
      @media only, screen and (max-width: 360px) {
        .index .top-main--box h1 {
          top: -130px; } }
      @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
        .index .top-main--box h1 {
          top: -110px; } }
    .index .top-main--box h2 {
      width: 614px;
      margin: 0 auto 60px; }
      @media only, screen and (max-width: 736px) {
        .index .top-main--box h2 {
          width: 90%; } }
      @media only, screen and (max-width: 736px) {
        .index .top-main--box h2 {
          margin: 0 auto 20px; } }
    .index .top-main--box p {
      margin-bottom: 40px;
      font-size: 18px;
      text-align: center;
      line-height: 1.75; }
      @media only, screen and (max-width: 736px) {
        .index .top-main--box p {
          margin-bottom: 20px;
          font-size: 13px; } }
  .index .top-main--btn a {
    display: block;
    width: 150px;
    margin: 0 auto;
    padding: 13px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #8a5e2f;
    border-radius: 6px; }
    @media only, screen and (max-width: 736px) {
      .index .top-main--btn a {
        padding: 11px 0 13px;
        font-size: 12px; } }
    .index .top-main--btn a span {
      padding: 0 40px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: url(../img/icn_arrow.png) right center/7px auto no-repeat; }
      @media only, screen and (max-width: 736px) {
        .index .top-main--btn a span {
          background: url(../img/icn_arrow.png) right center/5px auto no-repeat; } }
    .index .top-main--btn a:hover {
      background-color: #000; }
      .index .top-main--btn a:hover span {
        padding: 0 45px; }

/* Device Width */
/* font family */
.about .box-content--box-about {
  width: 788px;
  margin: 0 auto; }
  @media only, screen and (max-width: 940px) {
    .about .box-content--box-about {
      width: 84%; } }
  @media only, screen and (max-width: 736px) {
    .about .box-content--box-about {
      width: 100%; } }
  .about .box-content--box-about h2 {
    margin: -60px auto 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    color: #000;
    letter-spacing: 0;
    background: none; }
    @media only, screen and (max-width: 736px) {
      .about .box-content--box-about h2 {
        margin: 0 auto 10px;
        font-size: 16px; } }
    @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
      .about .box-content--box-about h2 {
        font-size: 14px; } }
  .about .box-content--box-about figure {
    width: 636px;
    margin: 0 auto 40px; }
    @media only, screen and (max-width: 940px) {
      .about .box-content--box-about figure {
        width: 67.7%;
        margin: 0 auto 20px; } }
    @media only, screen and (max-width: 736px) {
      .about .box-content--box-about figure {
        width: 94%;
        margin: 0 auto 10px; } }
  .about .box-content--box-about p {
    margin-bottom: 30px;
    line-height: 2.5; }
    @media only, screen and (max-width: 736px) {
      .about .box-content--box-about p {
        margin-bottom: 15px;
        line-height: 2; } }

/* Device Width */
/* font family */
.yado .box-content--yado-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 -20px 50px 0;
  flex-wrap: wrap; }
  @media only, screen and (max-width: 940px) {
    .yado .box-content--yado-list {
      width: 100%; } }
  @media only, screen and (max-width: 736px) {
    .yado .box-content--yado-list {
      margin: 0 0 30px 0;
      justify-content: space-between; } }
  .yado .box-content--yado-list div {
    width: 172px;
    margin: 0 20px 20px 0; }
    @media only, screen and (max-width: 736px) {
      .yado .box-content--yado-list div {
        width: 48%;
        margin: 0 0 20px; } }
    .yado .box-content--yado-list div p {
      line-height: 1.5; }
      @media only, screen and (max-width: 736px) {
        .yado .box-content--yado-list div p {
          font-size: 11px; } }
      @media only, screen and (max-width: 375px) {
        .yado .box-content--yado-list div p {
          font-size: 10px; } }
      @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
        .yado .box-content--yado-list div p {
          font-size: 9px; } }
      .yado .box-content--yado-list div p a {
        color: #8a5e2f;
        text-decoration: underline; }
        .yado .box-content--yado-list div p a:hover {
          text-decoration: none; }

/* Device Width */
/* font family */
.policy .box-content--box-policy {
  width: 730px;
  margin: 0 auto; }
  @media only, screen and (max-width: 940px) {
    .policy .box-content--box-policy {
      width: 77.6%; } }
  @media only, screen and (max-width: 736px) {
    .policy .box-content--box-policy {
      width: 94%; } }
  .policy .box-content--box-policy h2 {
    margin-bottom: 20px;
    padding: 0 0 10px 50px;
    font-size: 20px;
    font-weight: 500;
    color: #8a5e2f;
    border-bottom: solid 1px #8a5e2f;
    background: url("../img/icn_bowl.png") left top/46px auto no-repeat; }
    @media only, screen and (max-width: 736px) {
      .policy .box-content--box-policy h2 {
        margin-bottom: 10px;
        padding: 0 0 10px 40px;
        font-size: 16px;
        background: url("../img/icn_bowl.png") left 7px/32px auto no-repeat; } }
    @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
      .policy .box-content--box-policy h2 {
        font-size: 15px; } }
  .policy .box-content--box-policy p {
    margin-bottom: 40px; }
    @media only, screen and (max-width: 736px) {
      .policy .box-content--box-policy p {
        margin-bottom: 20px;
        text-align: justify; } }
  .policy .box-content--box-policy ul {
    margin-bottom: 40px; }
    @media only, screen and (max-width: 736px) {
      .policy .box-content--box-policy ul {
        margin-bottom: 20px; } }
    .policy .box-content--box-policy ul li {
      margin-left: 1.3em;
      list-style: inside disc;
      text-indent: -1.3em;
      text-align: justify; }
      .policy .box-content--box-policy ul li .bnr-asagohan {
        width: 200px;
        margin-top: 5px; }

/* Device Width */
/* font family */
.menu .box-sort {
  width: 1000px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1000px) {
    .menu .box-sort {
      width: 94%;
      display: block; } }
  @media only, screen and (max-width: 736px) {
    .menu .box-sort {
      margin: 0 auto 20px; } }
  .menu .box-sort--btn {
    width: 65%;
    order: 1; }
    @media screen and (max-width: 1000px) {
      .menu .box-sort--btn {
        width: 100%; } }
    .menu .box-sort--btn dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .menu .box-sort--btn dl:last-of-type {
        margin-bottom: 0; }
      @media only, screen and (max-width: 736px) {
        .menu .box-sort--btn dl {
          margin-bottom: 10px; } }
    .menu .box-sort--btn dt {
      width: 8em;
      margin-right: 0.5em;
      font-size: 16px;
      font-weight: 600;
      text-align: right;
      color: #8a5e2f; }
      @media screen and (max-width: 1000px) {
        .menu .box-sort--btn dt {
          width: 4.5em; } }
      @media only, screen and (max-width: 736px) {
        .menu .box-sort--btn dt {
          width: 5.5em;
          font-size: 12px; } }
    .menu .box-sort--btn dd {
      margin: 0; }
      .menu .box-sort--btn dd button {
        width: 95px;
        margin-right: 4px;
        padding: 5px 0;
        font-size: 16px;
        font-weight: 600;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        color: #8a5e2f;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
        background-color: #fff;
        border: solid 1px #8a5e2f; }
        @media only, screen and (max-width: 736px) {
          .menu .box-sort--btn dd button {
            margin: 0 4px 4px 0;
            padding: 2px 0;
            font-size: 12px; } }
        @media only, screen and (max-width: 375px) {
          .menu .box-sort--btn dd button {
            width: 90px; } }
        @media only, screen and (max-width: 360px) {
          .menu .box-sort--btn dd button {
            width: 86px; } }
        @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
          .menu .box-sort--btn dd button {
            width: 72px; } }
        .menu .box-sort--btn dd button.active, .menu .box-sort--btn dd button:hover {
          color: #fff;
          background-color: #8a5e2f; }
  .menu .box-sort--period {
    width: 33%;
    order: 2;
    margin-bottom: -20px; }
    @media screen and (max-width: 1000px) {
      .menu .box-sort--period {
        width: 100%;
        margin-bottom: 20px; } }
    @media only, screen and (max-width: 736px) {
      .menu .box-sort--period {
        margin-bottom: 10px; } }
    .menu .box-sort--period dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      color: #8a5e2f;
      font-size: 0;
      font-weight: 600;
      line-height: 1; }
      .menu .box-sort--period dl:last-of-type {
        margin-bottom: 0; }
      @media screen and (max-width: 1000px) {
        .menu .box-sort--period dl {
          display: block; } }
    .menu .box-sort--period dt {
      margin-bottom: 20px;
      font-size: 16px; }
      .menu .box-sort--period dt:after {
        content: "…";
        display: inline-block;
        padding: 0  0.5em; }
      @media screen and (max-width: 1000px) {
        .menu .box-sort--period dt {
          display: inline;
          padding-bottom: 10px; } }
      @media only, screen and (max-width: 736px) {
        .menu .box-sort--period dt {
          font-size: 12px; } }
      @media only, screen and (max-width: 736px) {
        .menu .box-sort--period dt:before {
          content: "\A";
          display: block; } }
    .menu .box-sort--period dd {
      margin: 0;
      font-size: 12px; }
      @media screen and (max-width: 1000px) {
        .menu .box-sort--period dd {
          display: inline-block;
          min-width: 170px;
          margin-right: 10px;
          padding-bottom: 10px; } }
      @media screen and (max-width: 1000px) {
        .menu .box-sort--period dd:nth-of-type(2):after {
          content: "\A";
          display: block; } }
.menu .grid {
  margin: 0 -5px 75px; }
  @media only, screen and (max-width: 768px) {
    .menu .grid {
      margin: 0; } }
  .menu .grid .grid-size {
    width: 20%; }
    @media only, screen and (max-width: 736px) {
      .menu .grid .grid-size {
        width: 50%; } }
  .menu .grid .item {
    width: 20%;
    padding: 5px;
    margin: 0;
    float: left; }
    @media only, screen and (max-width: 736px) {
      .menu .grid .item {
        width: 50%; } }
    .menu .grid .item.w2 {
      width: 40%; }
      @media only, screen and (max-width: 736px) {
        .menu .grid .item.w2 {
          width: 100%; } }
    .menu .grid .item .item-content {
      position: relative;
      width: 100%;
      height: 100%; }
      .menu .grid .item .item-content a {
        display: block; }
        @media only, screen and (max-width: 768px) {
          .menu .grid .item .item-content a {
            color: #8a5e2f; } }
        .menu .grid .item .item-content a p {
          margin: auto;
          opacity: 0;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
          @media only, screen and (max-width: 768px) {
            .menu .grid .item .item-content a p {
              margin: 0 0 20px;
              font-size: 13px;
              line-height: 1.5;
              color: #8a5e2f;
              position: static;
              transform: translate(0);
              -webkit-transform: translate(0);
              -ms-transform: translate(0);
              opacity: 1; } }
        .menu .grid .item .item-content a figure:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          background: url(../img/menu/bg_menu.png) left top/50% auto; }
        .menu .grid .item .item-content a figure img {
          vertical-align: bottom; }
        .menu .grid .item .item-content a:hover p {
          color: #fff;
          opacity: 1; }
        .menu .grid .item .item-content a:hover figure:after {
          opacity: 1; }
.menu .box-content--detail-ttl {
  margin: -60px auto 50px;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-align: center;
  background: none; }
  @media only, screen and (max-width: 736px) {
    .menu .box-content--detail-ttl {
      margin: 0 auto 15px;
      font-size: 18px; } }
.menu .box-content--detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px; }
  @media only, screen and (max-width: 736px) {
    .menu .box-content--detail-box {
      display: block;
      margin: 0 auto 20px; } }
  .menu .box-content--detail-box div {
    width: 48%; }
    @media only, screen and (max-width: 736px) {
      .menu .box-content--detail-box div {
        width: 100%;
        margin-bottom: 20px; } }
    .menu .box-content--detail-box div h3 {
      margin-bottom: 20px;
      padding: 0;
      font-size: 24px;
      color: #9f5100;
      border-bottom: none;
      background: none; }
      @media only, screen and (max-width: 736px) {
        .menu .box-content--detail-box div h3 {
          margin-bottom: 10px;
          font-size: 16px; } }
    .menu .box-content--detail-box div p {
      text-align: justify; }
  .menu .box-content--detail-box figure {
    width: 48%; }
    @media only, screen and (max-width: 736px) {
      .menu .box-content--detail-box figure {
        width: 100%; } }
.menu .box-content--detail-btn a {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 22px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #999;
  border-radius: 6px; }
  @media only, screen and (max-width: 736px) {
    .menu .box-content--detail-btn a {
      width: 50%;
      padding: 14px 0;
      font-size: 14px; } }
  @media only, screen and (max-width: 736px) {
    .menu .box-content--detail-btn a {
      font-size: 12px; } }
  .menu .box-content--detail-btn a span {
    display: inline-block;
    width: 90%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../img/menu/icn_back_arrow.png) left center/9px auto no-repeat; }
    @media only, screen and (max-width: 736px) {
      .menu .box-content--detail-btn a span {
        width: 70%;
        background: url(../img/menu/icn_back_arrow.png) left center/7px auto no-repeat; } }
  .menu .box-content--detail-btn a:hover {
    background-color: #000; }
    .menu .box-content--detail-btn a:hover span {
      width: 93%; }
      @media only, screen and (max-width: 736px) {
        .menu .box-content--detail-btn a:hover span {
          width: 75%; } }
.menu .box-content--supply-box--flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between; }
  @media only, screen and (max-width: 736px) {
    .menu .box-content--supply-box--flex-box {
      display: block;
      margin-bottom: 30px; } }
  .menu .box-content--supply-box--flex-box p {
    width: 64%; }
    @media only, screen and (max-width: 736px) {
      .menu .box-content--supply-box--flex-box p {
        width: 100%;
        margin-bottom: 10px; } }
  .menu .box-content--supply-box--flex-box figure {
    width: 26%; }
    @media only, screen and (max-width: 736px) {
      .menu .box-content--supply-box--flex-box figure {
        width: 100%; } }

.detail .box-main figure {
  min-height: 27.7vw;
  overflow: hidden; }
  .detail .box-main figure img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0; }

/* Device Width */
/* font family */
.online-school .box-content--box-online {
  width: 730px;
  margin: 0 auto;
  position: relative; }
  @media only, screen and (max-width: 940px) {
    .online-school .box-content--box-online {
      width: 77.6%; } }
  @media only, screen and (max-width: 736px) {
    .online-school .box-content--box-online {
      width: 94%; } }
  .online-school .box-content--box-online--mark {
    width: 120px;
    margin: -80px 0 0 auto !important; }
    @media only, screen and (max-width: 736px) {
      .online-school .box-content--box-online--mark {
        width: 100px;
        margin: 0 0 0 auto !important; } }
    @media only, screen and (max-width: 736px) {
      .online-school .box-content--box-online--mark {
        width: 80px; } }
  .online-school .box-content--box-online h2 {
    margin: -20px auto 0;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-align: center;
    background: none; }
    @media only, screen and (max-width: 736px) {
      .online-school .box-content--box-online h2 {
        margin: 0 auto 20px;
        padding: 0;
        font-size: 22px; } }
    @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
      .online-school .box-content--box-online h2 {
        font-size: 18px; } }
    .online-school .box-content--box-online h2 span {
      font-size: 20px; }
      @media only, screen and (max-width: 736px) {
        .online-school .box-content--box-online h2 span {
          font-size: 16px; } }
  .online-school .box-content--box-online h4 {
    font-size: 16px; }
.online-school .box-content p {
  margin-bottom: 1em; }
  .online-school .box-content p.sub-ttl {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center; }
    @media only, screen and (max-width: 736px) {
      .online-school .box-content p.sub-ttl {
        font-size: 18px;
        text-align: left; } }
  .online-school .box-content p.txt-lesson {
    margin-bottom: 40px; }
    @media only, screen and (max-width: 736px) {
      .online-school .box-content p.txt-lesson {
        margin-bottom: 20px; } }
.online-school .box-content .lesson {
  margin: 40px 0; }
  @media only, screen and (max-width: 736px) {
    .online-school .box-content .lesson {
      display: block; } }
  .online-school .box-content .lesson table {
    width: 100%;
    border-collapse: collapse; }
    .online-school .box-content .lesson table th, .online-school .box-content .lesson table td {
      padding: 20px 0;
      font-family: "Noto Sans JP", sans-serif;
      vertical-align: top;
      border-bottom: solid 1px #ccc; }
      @media only, screen and (max-width: 768px) {
        .online-school .box-content .lesson table th, .online-school .box-content .lesson table td {
          display: block;
          width: 100%; } }
    .online-school .box-content .lesson table th {
      font-size: 16px;
      color: #8a5e2f;
      text-align: left; }
      @media only, screen and (max-width: 768px) {
        .online-school .box-content .lesson table th {
          padding: 0 0 5px;
          border-bottom: none; } }
    .online-school .box-content .lesson table td {
      width: 78%; }
      @media only, screen and (max-width: 768px) {
        .online-school .box-content .lesson table td {
          width: 100%;
          margin-bottom: 10px;
          padding: 0 0 10px; } }
      .online-school .box-content .lesson table td a {
        color: #855e2f;
        text-decoration: underline;
        word-break: break-all; }
        .online-school .box-content .lesson table td a:hover {
          text-decoration: none; }
    .online-school .box-content .lesson table tr:first-of-type th, .online-school .box-content .lesson table tr:first-of-type td {
      padding: 0 0 20px; }
    .online-school .box-content .lesson table tr:first-of-type th {
      font-weight: 500; }
      @media only, screen and (max-width: 768px) {
        .online-school .box-content .lesson table tr:first-of-type th {
          padding: 0 0 5px; } }
    @media only, screen and (max-width: 768px) {
      .online-school .box-content .lesson table tr:first-of-type td {
        margin-bottom: 10px;
        padding: 0 0 10px; } }
    .online-school .box-content .lesson table tr:last-of-type th, .online-school .box-content .lesson table tr:last-of-type td {
      padding: 20px 0 0;
      border-bottom: none; }
    @media only, screen and (max-width: 768px) {
      .online-school .box-content .lesson table tr:last-of-type th {
        padding: 0 0 5px; } }
    @media only, screen and (max-width: 768px) {
      .online-school .box-content .lesson table tr:last-of-type td {
        margin-bottom: 10px;
        padding: 0 0 10px; } }
.online-school .box-content .cooking-box {
  justify-content: space-between; }
  @media only, screen and (max-width: 736px) {
    .online-school .box-content .cooking-box {
      display: block;
      margin-bottom: 40px; } }
  .online-school .box-content .cooking-box div {
    width: 48%;
    margin-bototm: 10px; }
    @media only, screen and (max-width: 736px) {
      .online-school .box-content .cooking-box div {
        width: 100%; } }
    .online-school .box-content .cooking-box div h4 {
      font-size: 16px; }
    .online-school .box-content .cooking-box div .caption {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 12px; }
.online-school .box-content .box-teacher {
  margin-bottom: 40px;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 6px; }
  .online-school .box-content .box-teacher h3 {
    padding: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #8a5e2f;
    background: none; }
  .online-school .box-content .box-teacher .flex-box {
    flex-direction: row-reverse;
    justify-content: space-between; }
    @media only, screen and (max-width: 736px) {
      .online-school .box-content .box-teacher .flex-box {
        display: block; } }
    .online-school .box-content .box-teacher .flex-box figure {
      width: 43%; }
      @media only, screen and (max-width: 736px) {
        .online-school .box-content .box-teacher .flex-box figure {
          width: 100%; } }
    .online-school .box-content .box-teacher .flex-box p {
      width: 52%; }
      @media only, screen and (max-width: 736px) {
        .online-school .box-content .box-teacher .flex-box p {
          width: 100%; } }
      .online-school .box-content .box-teacher .flex-box p a {
        color: #8a5e2f;
        text-decoration: underline; }
        .online-school .box-content .box-teacher .flex-box p a:hover {
          text-decoration: none; }
.online-school .box-content .box-passmarket {
  margin-bottom: 70px; }
  .online-school .box-content .box-passmarket p {
    font-size: 16px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center; }
    @media only, screen and (max-width: 736px) {
      .online-school .box-content .box-passmarket p {
        text-align: left; } }
    @media screen and (max-width: 320px) {
      .online-school .box-content .box-passmarket p {
        font-size: 14px; } }
    .online-school .box-content .box-passmarket p a {
      color: #8a5e2f;
      text-decoration: underline;
      word-break: break-all; }
      .online-school .box-content .box-passmarket p a:hover {
        text-decoration: none; }
  .online-school .box-content .box-passmarket--entry-btn a {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #8a5e2f;
    text-align: center;
    text-decoration: none;
    border: solid 1px #8a5e2f;
    background-color: #f7efe4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 6px; }
    @media only, screen and (max-width: 736px) {
      .online-school .box-content .box-passmarket--entry-btn a {
        margin: 0 auto 40px;
        font-size: 14px; } }
    @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
      .online-school .box-content .box-passmarket--entry-btn a {
        width: 100%;
        font-size: 13px; } }
    .online-school .box-content .box-passmarket--entry-btn a span {
      display: inline-block;
      margin-left: -20px;
      padding: 0 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: url("../img/icn_entry_arrow.png") right center/10px auto no-repeat; }
      @media only, screen and (max-width: 736px) {
        .online-school .box-content .box-passmarket--entry-btn a span {
          background: url("../img/icn_entry_arrow.png") right center/7px auto no-repeat; } }
      @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
        .online-school .box-content .box-passmarket--entry-btn a span {
          padding: 0 15px; } }
    .online-school .box-content .box-passmarket--entry-btn a:hover {
      color: #fff;
      background-color: #8a5e2f; }
      .online-school .box-content .box-passmarket--entry-btn a:hover span {
        padding: 0 25px;
        background: url("../img/icn_arrow.png") right center/10px auto no-repeat; }
        @media only, screen and (max-width: 736px) {
          .online-school .box-content .box-passmarket--entry-btn a:hover span {
            padding: 0 20px; } }
        @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
          .online-school .box-content .box-passmarket--entry-btn a:hover span {
            padding: 0 15px; } }

.online .box-content--box-online {
  width: 730px;
  margin: 0 auto;
  position: relative; }
  @media only, screen and (max-width: 940px) {
    .online .box-content--box-online {
      width: 77.6%; } }
  @media only, screen and (max-width: 736px) {
    .online .box-content--box-online {
      width: 94%; } }
  .online .box-content--box-online--mark {
    width: 120px;
    margin: -80px 0 0 auto !important; }
    @media only, screen and (max-width: 736px) {
      .online .box-content--box-online--mark {
        width: 100px;
        margin: 0 0 0 auto !important; } }
    @media only, screen and (max-width: 736px) {
      .online .box-content--box-online--mark {
        width: 80px; } }
  .online .box-content--box-online h2 {
    margin: -20px auto 40px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-align: center;
    background: none; }
    @media only, screen and (max-width: 736px) {
      .online .box-content--box-online h2 {
        margin: 0 auto 20px;
        padding: 0;
        font-size: 22px; } }
    @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
      .online .box-content--box-online h2 {
        font-size: 18px; } }
  .online .box-content--box-online p {
    margin-bottom: 60px; }
    @media only, screen and (max-width: 736px) {
      .online .box-content--box-online p {
        margin-bottom: 30px;
        text-align: justify; } }
    .online .box-content--box-online p.entry-close {
      margin-bottom: 15px;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #8a5e2f; }
      @media only, screen and (max-width: 736px) {
        .online .box-content--box-online p.entry-close {
          margin-bottom: 5px;
          font-size: 14px; } }
  .online .box-content--box-online--flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media only, screen and (max-width: 736px) {
      .online .box-content--box-online--flex-box {
        display: block;
        margin-bottom: 10px; } }
    .online .box-content--box-online--flex-box div {
      width: 55%; }
      @media only, screen and (max-width: 736px) {
        .online .box-content--box-online--flex-box div {
          width: 100%; } }
      .online .box-content--box-online--flex-box div p {
        margin-bottom: 10px; }
    .online .box-content--box-online--flex-box figure {
      width: 41%; }
      @media only, screen and (max-width: 736px) {
        .online .box-content--box-online--flex-box figure {
          width: 100%; } }
  .online .box-content--box-online--entry-btn a {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #8a5e2f;
    text-align: center;
    text-decoration: none;
    border: solid 1px #8a5e2f;
    background-color: #f7efe4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 6px; }
    @media only, screen and (max-width: 736px) {
      .online .box-content--box-online--entry-btn a {
        margin: 0 auto 40px;
        font-size: 14px; } }
    @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
      .online .box-content--box-online--entry-btn a {
        width: 100%;
        font-size: 13px; } }
    .online .box-content--box-online--entry-btn a span {
      display: inline-block;
      margin-left: -20px;
      padding: 0 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: url("../img/icn_entry_arrow.png") right center/10px auto no-repeat; }
      @media only, screen and (max-width: 736px) {
        .online .box-content--box-online--entry-btn a span {
          background: url("../img/icn_entry_arrow.png") right center/7px auto no-repeat; } }
      @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
        .online .box-content--box-online--entry-btn a span {
          padding: 0 15px; } }
    .online .box-content--box-online--entry-btn a:hover {
      color: #fff;
      background-color: #8a5e2f; }
      .online .box-content--box-online--entry-btn a:hover span {
        padding: 0 25px;
        background: url("../img/icn_arrow.png") right center/10px auto no-repeat; }
        @media only, screen and (max-width: 736px) {
          .online .box-content--box-online--entry-btn a:hover span {
            padding: 0 20px; } }
        @media only, screen and (max-device-width: 320px) and (orientation: portrait) {
          .online .box-content--box-online--entry-btn a:hover span {
            padding: 0 15px; } }

/* Device Width */
/* font family */
.download .box-content--box-dl {
  width: 730px;
  margin: 0 auto;
  position: relative; }
  @media only, screen and (max-width: 940px) {
    .download .box-content--box-dl {
      width: 77.6%; } }
  @media only, screen and (max-width: 736px) {
    .download .box-content--box-dl {
      width: 94%; } }
  @media only, screen and (max-width: 736px) {
    .download .box-content--box-dl .wp-block-column {
      width: 45%;
      margin: 0 auto 20px; } }
