@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&family=Noto+Sans:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: toppan-bunkyu-gothic-pr6n, 'Noto Sans', sans-serif; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: all 500ms 0s ease;
  color: #39463b; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:hover {
    opacity: .7; }

.en {
  font-family: "Noto Sans", sans-serif; }

ul, ol {
  list-style: none; }

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.main {
  padding: 0;
  margin: 0; }

@media screen and (max-width: 1600px) {
  .h_menu li a {
    font-size: 14px !important; }

  .sp_header_menu .logo_area img {
    max-width: 150px;
    height: auto; } }
/*------------------------------------------------------*/
.ipod #Column_warapper,
.iphone #Column_warapper,
.ipad #Column_warapper,
.android #Column_warapper,
.mobile #Column_warapper,
.gecko #Column_warapper {
  width: 100vw; }

#Column_warapper {
  min-height: 100%;
  display: block;
  padding: 0 0 5% 0;
  margin: 0;
  letter-spacing: 0em;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100vw !important;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #39463b;
  background: #f4e8e5;
  /* //main_wrap  */
  /* SNSシェアボタン */ }
  #Column_warapper .swiper {
    max-width: 1000px;
    margin: 0 auto; }
  #Column_warapper .main_wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    #Column_warapper .main_wrap .smalltxt {
      font-size: 0.6em;
      font-weight: 600;
      margin: 2.0em auto; }
    #Column_warapper .main_wrap div.txtBox {
      width: 90%;
      margin: 10% auto; }
      #Column_warapper .main_wrap div.txtBox .ttl {
        font-size: 1.2em !important;
        text-align: left; }
      #Column_warapper .main_wrap div.txtBox .txt {
        margin: 2.0em auto;
        text-align: left; }
    #Column_warapper .main_wrap h4 {
      color: #ffffff;
      background: #7a8d5c;
      padding: 0.7em 1.5em;
      font-size: 0.9em !important;
      line-height: 1.0;
      width: fit-content;
      margin: 2.0em auto 1.0em; }
    #Column_warapper .main_wrap p.days {
      font-size: 1.2em !important;
      margin: 0.7em auto 3.0em; }
    #Column_warapper .main_wrap div.listBox {
      width: 90%;
      margin: 10% auto;
      max-width: 450px; }
      #Column_warapper .main_wrap div.listBox h5 {
        text-align: left;
        font-size: 1em !important;
        padding: .7em; }
      #Column_warapper .main_wrap div.listBox ul li {
        background: #ffffff;
        border-bottom: 1px solid #39463b;
        padding: 1.0em;
        position: relative; }
        #Column_warapper .main_wrap div.listBox ul li::after {
          content: "";
          position: absolute;
          bottom: -7px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          border-top: 8px solid #ffffff;
          border-bottom: 0;
          z-index: 3; }
        #Column_warapper .main_wrap div.listBox ul li::before {
          content: "";
          position: absolute;
          bottom: -8px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          border-top: 8px solid #39463b;
          border-bottom: 0;
          z-index: 3; }
        #Column_warapper .main_wrap div.listBox ul li a {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start; }
        #Column_warapper .main_wrap div.listBox ul li p {
          font-size: 0.9em !important;
          text-align: left;
          white-space: nowrap; }
          #Column_warapper .main_wrap div.listBox ul li p.number {
            font-size: 130% !important;
            color: #7a8d5c;
            letter-spacing: 0;
            padding-right: 0.5em;
            line-height: 1.5; }
    #Column_warapper .main_wrap section {
      padding-top: 60px; }
      #Column_warapper .main_wrap section div.cam_ttl {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 0.5em; }
        @media screen and (max-width: 769px) {
          #Column_warapper .main_wrap section div.cam_ttl {
            width: 90%;
            margin: 0 auto 0.5em; } }
        #Column_warapper .main_wrap section div.cam_ttl .circle {
          background: #7a8d5c;
          color: #ffffff;
          border-radius: 50%;
          min-width: 100px;
          min-height: 100px;
          position: relative; }
          @media screen and (max-width: 769px) {
            #Column_warapper .main_wrap section div.cam_ttl .circle {
              min-width: 70px;
              min-height: 70px; } }
          #Column_warapper .main_wrap section div.cam_ttl .circle span {
            position: absolute;
            font-size: 0.9em !important;
            letter-spacing: normal;
            line-height: 1.5;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            white-space: nowrap; }
            @media screen and (max-width: 769px) {
              #Column_warapper .main_wrap section div.cam_ttl .circle span {
                font-size: 3.2vw !important; } }
        #Column_warapper .main_wrap section div.cam_ttl .ttl {
          font-size: 1em !important;
          background: #ffffff;
          padding: 0.2em 0 0.2em 2.0em;
          margin-left: -1.0em;
          width: calc(100% - 100px);
          display: flex;
          align-items: center;
          text-align: left; }
          @media screen and (max-width: 769px) {
            #Column_warapper .main_wrap section div.cam_ttl .ttl {
              white-space: nowrap;
              padding-left: 1.5em;
              width: 100%;
              letter-spacing: 0;
              padding-right: 1.0em;
              font-size: 3.7vw !important; } }
          #Column_warapper .main_wrap section div.cam_ttl .ttl span {
            color: #7a8d5c;
            font-size: 160% !important;
            margin-right: .5em; }
            @media screen and (max-width: 769px) {
              #Column_warapper .main_wrap section div.cam_ttl .ttl span {
                margin-right: .7em;
                font-size: 120% !important; } }
          #Column_warapper .main_wrap section div.cam_ttl .ttl.start {
            align-items: flex-start; }
            #Column_warapper .main_wrap section div.cam_ttl .ttl.start span {
              line-height: 1.5; }
              @media screen and (max-width: 769px) {
                #Column_warapper .main_wrap section div.cam_ttl .ttl.start span {
                  margin-right: 0.2em; } }
      #Column_warapper .main_wrap section .layout_01 {
        margin: 10% auto;
        width: 90%; }
        #Column_warapper .main_wrap section .layout_01 h6 {
          text-align: left;
          font-size: 1.2em !important;
          margin-bottom: 1.0em; }
          @media screen and (max-width: 769px) {
            #Column_warapper .main_wrap section .layout_01 h6 {
              font-size: 4.5vw !important; } }
          #Column_warapper .main_wrap section .layout_01 h6 span {
            font-size: 100% !important;
            padding-bottom: 0.5em;
            border-bottom: 1px solid #39463b; }
            #Column_warapper .main_wrap section .layout_01 h6 span small {
              font-size: 70% !important; }
        #Column_warapper .main_wrap section .layout_01 p {
          text-align: left;
          line-height: 1.8;
          font-size: 1em !important; }
          @media screen and (max-width: 769px) {
            #Column_warapper .main_wrap section .layout_01 p {
              font-size: 3.2vw !important; } }
          #Column_warapper .main_wrap section .layout_01 p u {
            font-size: 100% !important; }
          #Column_warapper .main_wrap section .layout_01 p.text {
            font-size: 1.1em !important; }
            @media screen and (max-width: 769px) {
              #Column_warapper .main_wrap section .layout_01 p.text {
                font-size: 4.2vw !important; } }
          #Column_warapper .main_wrap section .layout_01 p.button {
            text-align: center;
            width: 90%;
            margin: 2.0em auto;
            max-width: fit-content; }
            #Column_warapper .main_wrap section .layout_01 p.button a {
              display: block;
              color: #fff !important;
              background: #979797;
              font-size: 0.9em !important;
              padding: 0.5em 2.5em; }
              @media screen and (max-width: 769px) {
                #Column_warapper .main_wrap section .layout_01 p.button a {
                  font-size: 3.2vw !important; } }
        #Column_warapper .main_wrap section .layout_01 .c_image {
          margin: 2.0em auto; }
      #Column_warapper .main_wrap section.column {
        margin: 20% auto 10%;
        width: 90%;
        border: 1px solid #39463b;
        padding: 3.0em 1.5em;
        text-align: left; }
        @media screen and (max-width: 769px) {
          #Column_warapper .main_wrap section.column {
            margin-top: 25%; } }
        #Column_warapper .main_wrap section.column p {
          font-size: 1em !important;
          text-align: left;
          line-height: 2.0; }
          @media screen and (max-width: 769px) {
            #Column_warapper .main_wrap section.column p {
              font-size: 3.2vw !important; } }
          #Column_warapper .main_wrap section.column p.icon {
            font-size: 0.7em !important;
            display: inline;
            padding: 0.3em 1.0em;
            border: 1px solid #39463b;
            letter-spacing: 0;
            border-radius: 50vh; }
          #Column_warapper .main_wrap section.column p.ttl {
            font-size: 1.3em !important;
            margin: 1.0em auto; }
            @media screen and (max-width: 769px) {
              #Column_warapper .main_wrap section.column p.ttl {
                font-size: 4.0vw; } }
        #Column_warapper .main_wrap section.column a {
          color: #fff !important;
          background: #7a8d5c;
          padding: 0.5em 2.0em;
          font-size: 1em !important;
          display: block;
          max-width: fit-content;
          margin-top: 1.0em; }
          @media screen and (max-width: 769px) {
            #Column_warapper .main_wrap section.column a {
              font-size: 3.2vw !important; } }
      #Column_warapper .main_wrap section.last {
        margin-bottom: 15%; }
        @media screen and (max-width: 769px) {
          #Column_warapper .main_wrap section.last {
            width: 90%;
            margin: 10% auto 25%; }
            #Column_warapper .main_wrap section.last img {
              width: 70%; } }
        #Column_warapper .main_wrap section.last p {
          font-size: 1.1em !important;
          line-height: 2.0;
          margin: 2.0em; }
          @media screen and (max-width: 769px) {
            #Column_warapper .main_wrap section.last p {
              font-size: 3.7vw !important; } }
  #Column_warapper .product_sns {
    width: 95%;
    max-width: 600px;
    margin: 15% auto 0% auto;
    padding: 3% 0 0 0;
    border-top: 1px solid #949494; }
    @media screen and (max-width: 1000px) {
      #Column_warapper .product_sns {
        width: 90%;
        max-width: 500px;
        margin: 10% auto auto;
        padding: 5% 0 7% 0;
        border-top: 1px solid #b3b3b3; } }
    @media screen and (max-width: 769px) {
      #Column_warapper .product_sns {
        max-width: 500px;
        margin: 5% auto;
        padding: 1% 0 5% 0; } }
    #Column_warapper .product_sns h1 {
      width: 100%;
      display: block;
      font-size: 18px !important;
      text-align: left; }
      @media screen and (max-width: 769px) {
        #Column_warapper .product_sns h1 {
          width: 100%;
          display: block;
          font-size: 3vw !important;
          text-align: center;
          margin-bottom: 1.5em; } }
    #Column_warapper .product_sns .product_sns_box {
      display: flex;
      align-items: center;
      width: 70%;
      max-width: 500px;
      margin: 5% auto 0 auto; }
      @media screen and (max-width: 769px) {
        #Column_warapper .product_sns .product_sns_box {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          width: 80%;
          max-width: 500px;
          margin: 5% auto 0 auto; } }
      #Column_warapper .product_sns .product_sns_box div:nth-of-type(1) {
        width: 60%;
        text-align: center; }
        @media screen and (max-width: 769px) {
          #Column_warapper .product_sns .product_sns_box div:nth-of-type(1) {
            width: 100%;
            text-align: center; } }
      #Column_warapper .product_sns .product_sns_box div:nth-of-type(2), #Column_warapper .product_sns .product_sns_box div:nth-of-type(3) {
        width: 20%;
        text-align: center; }
        @media screen and (max-width: 769px) {
          #Column_warapper .product_sns .product_sns_box div:nth-of-type(2), #Column_warapper .product_sns .product_sns_box div:nth-of-type(3) {
            width: 50%;
            text-align: center; } }
      #Column_warapper .product_sns .product_sns_box div a {
        display: inline-block;
        width: auto; }
        #Column_warapper .product_sns .product_sns_box div a img {
          display: block;
          width: 40px;
          height: 40px; }
          @media screen and (max-width: 769px) {
            #Column_warapper .product_sns .product_sns_box div a img {
              display: block;
              width: 7.0vw;
              height: 7.0vw; } }
        #Column_warapper .product_sns .product_sns_box div a:hover {
          opacity: 0.7; }

.linkBox {
  display: block;
  max-width: 800px;
  margin: 25% auto 0; }
  @media screen and (max-width: 769px) {
    .linkBox {
      width: 90%;
      margin-top: 35%; } }
  .linkBox h2 {
    font-size: 20px !important;
    padding-bottom: 1em !important;
    text-align: left;
    padding-left: 0.5em;
    border-bottom: dashed 1px #cacaca;
    margin: 0 !important; }
    @media screen and (max-width: 769px) {
      .linkBox h2 {
        font-size: 3.5vw !important; } }
  .linkBox a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.0em 0;
    border-bottom: dashed 1px #cacaca; }
    .linkBox a img {
      width: 30%; }
    .linkBox a p {
      width: 70%;
      padding-left: 1em !important;
      text-align: left; }

#move a {
  display: block;
  width: 70%;
  max-width: 500px;
  margin: 5% auto;
  text-align: center;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding: 1.0em 0;
  border: 1px solid #36473a;
  color: #36473a; }
  @media screen and (max-width: 1000px) {
    #move a {
      width: 60%;
      font-size: 2.5vw !important; } }
  #move a:hover {
    border: 1px solid #36473a;
    background: #36473a;
    color: #fff !important; }
