body {
  margin: 0;
  padding: 0;
  font-family: Yu Gothic, Meiryo UI, Meiryo, HiraKakuProN-W6, sans-serif;
  background: linear-gradient(#EBE0A2, transparent); }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: #90460a;
  text-decoration: none;
  word-break: break-all; }
  a:hover {
    text-decoration: underline; }

h3 {
  font-weight: 500;
  text-align: center;
  color: #90460a; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.6rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 2.4rem;
      margin: 0 0 70px; } }

h4 {
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 1.3rem;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 2.1rem;
      margin: 0 0 30px; } }

@media only screen and (max-width: 767px) {
  .content {
    margin: 0 15px; } }
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1050px;
    margin: 0 auto;
    width: calc(100% - 40px); } }

.hero {
  background-image: url("../img/bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .hero {
      padding: 30px 0 60px; } }
  .hero h1 {
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .hero h1 {
        font-size: 1.2rem;
        text-align: center;
        margin: 0 0 20px;
        padding: 13px 15px;
        background: #573625; } }
    @media only screen and (min-width: 768px) {
      .hero h1 {
        font-size: 2.4rem;
        margin: 0 0 30px;
        text-shadow: 3px 3px 2px #573625; } }
  @media only screen and (max-width: 767px) {
    .hero__container {
      padding: 0 13px 40px; } }
  @media only screen and (min-width: 768px) {
    .hero__container {
      max-width: 1180px;
      width: calc(100% - 40px);
      margin: 0 auto;
      display: flex;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .hero__pic {
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .hero__pic {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .hero__pic-item {
      padding: 0 15px; } }
  @media only screen and (min-width: 768px) {
    .hero__pic-item {
      padding: 0 20px; } }
  .hero__pic-item img {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4)); }
  .hero__pic .slid-nav {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    cursor: pointer; }
    .hero__pic .slid-nav li {
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .hero__pic .slid-nav li {
          width: 80px !important;
          height: 80px !important;
          margin: 0 10px 10px; } }
      @media only screen and (min-width: 768px) {
        .hero__pic .slid-nav li {
          width: 90px !important;
          height: 90px !important;
          margin: 0 15px 10px; } }
  @media only screen and (max-width: 767px) {
    .hero__text {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .hero__text {
      width: 46%;
      margin: 52px 0 0; } }
  .hero h2 {
    margin: 0 0 15px;
    padding: 0 0 10px;
    color: #90460a;
    border-bottom: #90460a dotted 1px; }
    @media only screen and (max-width: 767px) {
      .hero h2 {
        font-size: 1.15rem; } }
    @media only screen and (min-width: 768px) {
      .hero h2 {
        font-size: 1.3rem; } }
  .hero__kikaku {
    border: #90460a solid 3px;
    color: #90460a; }
    @media only screen and (max-width: 767px) {
      .hero__kikaku {
        padding: 20px;
        margin: 0 0 20px; } }
    @media only screen and (min-width: 768px) {
      .hero__kikaku {
        padding: 30px;
        margin: 0 0 25px; } }
    .hero__kikaku p {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .hero__kikaku p {
          font-size: 1.0rem;
          line-height: 1.8rem; } }
      @media only screen and (min-width: 768px) {
        .hero__kikaku p {
          font-size: 1.1rem;
          line-height: 2.05rem; } }
  .hero__schedule {
    border: #90460a solid 3px;
    color: #90460a; }
    @media only screen and (max-width: 767px) {
      .hero__schedule {
        padding: 20px; } }
    @media only screen and (min-width: 768px) {
      .hero__schedule {
        padding: 30px; } }
    .hero__schedule-item {
      margin: 0 0 15px; }
    .hero__schedule-ttl {
      font-weight: 600;
      font-size: 1.15rem;
      margin: 0 0 5px; }
    .hero__schedule p {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .hero__schedule p {
          font-size: 1.0rem;
          line-height: 1.8rem; } }
      @media only screen and (min-width: 768px) {
        .hero__schedule p {
          font-size: 1.1rem;
          line-height: 2.05rem; } }
    .hero__schedule-order {
      background: #90460a;
      text-align: center;
      height: 57px;
      line-height: 57px;
      margin: 0 0 7px;
      letter-spacing: 0.05rem;
      position: relative; }
      .hero__schedule-order:hover {
        background: #9a663b; }
      @media only screen and (min-width: 768px) {
        .hero__schedule-order::before {
          content: '';
          border: 0px;
          border-top: solid 2.5px #fff;
          border-right: solid 2.5px #fff;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          width: 7px;
          height: 7px;
          top: 40%;
          right: 5%; } }
      .hero__schedule-order a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        display: block;
        width: 100%; }

.note {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 5px #eadcc1; }
  @media only screen and (max-width: 767px) {
    .note {
      padding: 40px 25px 35px; } }
  @media only screen and (min-width: 768px) {
    .note {
      padding: 75px 70px 65px; } }
  @media only screen and (min-width: 768px) {
    .note__inner {
      max-width: 1050px;
      margin: 0 auto;
      width: calc(100% - 40px); } }
  .note__ttl {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05rem;
    color: #90460a;
    border-bottom: #90460a dotted 1px;
    line-height: 100%; }
    @media only screen and (max-width: 767px) {
      .note__ttl {
        font-size: 1.1rem;
        margin: 0 0 20px;
        padding: 0 0 10px; } }
    @media only screen and (min-width: 768px) {
      .note__ttl {
        font-size: 1.6rem;
        margin: 0 0 40px;
        padding: 0 0 10px; } }
  .note p {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .note p {
        font-size: 0.95rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .note p {
        font-size: 1.05rem;
        line-height: 2.1rem; } }

.prod {
  background: url("../img/bg-prod.png") no-repeat center/cover;
  background-attachment: fixed; }
  @media only screen and (max-width: 767px) {
    .prod {
      padding: 60px 0; } }
  @media only screen and (min-width: 768px) {
    .prod {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .prod__inner {
      margin: 0 15px; } }
  @media only screen and (min-width: 768px) {
    .prod__inner {
      max-width: 1050px;
      margin: 0 auto;
      width: calc(100% - 40px); } }
  @media only screen and (min-width: 768px) {
    .prod__container {
      display: flex;
      justify-content: center;
      margin: 0 0 0 -20px; } }
  @media only screen and (max-width: 767px) {
    .prod__item {
      margin: 0 0 50px; } }
  @media only screen and (min-width: 768px) {
    .prod__item {
      width: 40%;
      margin: 0 70px; } }
  .prod__item:last-child {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .prod__item-pic {
      width: 80%;
      margin: 0 auto 40px; } }
  @media only screen and (min-width: 768px) {
    .prod__item-pic {
      margin: 0 0 45px; } }
  .prod__item-pic img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3)); }
  .prod__item-text {
    color: #90460a; }
    @media only screen and (max-width: 767px) {
      .prod__item-text {
        width: 100%; } }
    .prod__item-text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .prod__item-text ul li {
        margin: 0;
        padding: 10px 10px;
        border-top: #90460a solid 1px; }
        @media only screen and (min-width: 768px) {
          .prod__item-text ul li {
            font-size: 1.05rem; } }
        .prod__item-text ul li:last-of-type {
          border-bottom: #90460a solid 1px; }
    .prod__item-text p {
      margin: 25px 0 0; }
      @media only screen and (max-width: 767px) {
        .prod__item-text p {
          font-size: 0.95rem;
          line-height: 1.8rem; } }
      @media only screen and (min-width: 768px) {
        .prod__item-text p {
          font-size: 1.0rem;
          line-height: 1.65rem; } }
  .prod__item-ttl {
    font-weight: 600;
    text-align: center;
    color: #90460a; }
    @media only screen and (max-width: 767px) {
      .prod__item-ttl {
        font-size: 1.1rem;
        margin: 0 0 13px; } }
    @media only screen and (min-width: 768px) {
      .prod__item-ttl {
        font-size: 1.25rem;
        margin: 0 0 15px; } }

.prod__item:first-of-type .prod__item-pic {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }

.slick-dots li.slick-active button:before {
  color: #90460a !important; }

.slick-dots {
  bottom: -33px !important; }

.present {
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .present {
      padding: 60px 0; } }
  @media only screen and (min-width: 768px) {
    .present {
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .present__inner {
      margin: 0 15px; } }
  @media only screen and (min-width: 768px) {
    .present__inner {
      max-width: 1050px;
      margin: 0 auto;
      width: calc(100% - 40px); } }
  @media only screen and (min-width: 768px) {
    .present__container {
      margin: 0 30px; } }
  .present__container ul {
    margin: 0 0 20px -20px; }
    .present__container ul li {
      margin: 0 0 7px; }
      @media only screen and (max-width: 767px) {
        .present__container ul li {
          font-size: 0.95rem; } }
      @media only screen and (min-width: 768px) {
        .present__container ul li {
          font-size: 1.05rem; } }
  .present__container p {
    margin: 0 0 20px; }
    @media only screen and (max-width: 767px) {
      .present__container p {
        font-size: 0.95rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .present__container p {
        font-size: 1.05rem;
        line-height: 1.85rem; } }
    .present__container p:last-of-type {
      margin: 0; }

.tanto {
  background: linear-gradient(130deg, #573625, #26120a);
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .tanto {
      padding: 60px 0; } }
  @media only screen and (min-width: 768px) {
    .tanto {
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .tanto__inner {
      margin: 0 15px; } }
  @media only screen and (min-width: 768px) {
    .tanto__inner {
      max-width: 1050px;
      margin: 0 auto;
      width: calc(100% - 40px); } }
  @media only screen and (min-width: 768px) {
    .tanto__container {
      margin: 0 30px; } }
  .tanto__container p {
    margin: 0 0 20px; }
    @media only screen and (max-width: 767px) {
      .tanto__container p {
        font-size: 0.95rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .tanto__container p {
        font-size: 1.05rem;
        line-height: 1.85rem; } }
    .tanto__container p:last-of-type {
      margin: 0; }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }

.global_head {
  margin: 0; }
