@charset "UTF-8";
/* ==========
_bg
========== */
section#live_bg {
  z-index: -1;
  padding: 0;
  opacity: 1; }
  section#live_bg:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/firstview/firstview_bg.jpeg") center no-repeat;
    background-size: cover; }
  section#live_bg:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: rgba(16, 36, 35, 0.49);
    background-size: cover; }

/* ==========
scroll
========== */
.scroll {
  opacity: 1;
  top: 40px; }
  .scroll.scroll_active {
    opacity: 1;
    top: 0; }

/* ==========
	float
========== */
section#float {
  background-color: #f1f1f1;
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 15px 0 8px;
  z-index: 9999;
  opacity: 0; }
  section#float #float_container {
    height: 100%; }
    section#float #float_container .float_area {
      height: 100%;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      -ms-justify-content: center;
      -webkit-justify-content: center; }
      section#float #float_container .float_area .float_block a {
        background-color: #91795f;
        border: 1px solid #91795f;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        font-size: 1.3rem;
        padding: 7px 20px;
        margin: 0 25px;
        letter-spacing: 2px;
        box-shadow: -3px 4px 0px rgba(0, 0, 0, 0.2); }
        section#float #float_container .float_area .float_block a:hover {
          background-color: #fff;
          color: #91795f; }
        section#float #float_container .float_area .float_block a i {
          margin-right: 5px; }
      section#float #float_container .float_area .float_block p.caution {
        text-align: center;
        font-weight: 400;
        margin-top: 5px; }

@media screen and (max-width: 767px) {
  section#float #float_container .float_area .float_block {
    width: 100%;
    margin-bottom: 10px; }
    section#float #float_container .float_area .float_block a {
      text-align: center;
      font-size: 1rem;
      padding: 7px 15px;
      margin: 0 11px; }

  section#concept #concept_container .concept_area .concept_block h2 {
    font-size: 1.8rem; } }
/* ==========
	fv
========== */
section#fv {
  margin-top: 40px;
  background-image: url(https://test.webport.co.jp/onstage-kanda/wp-content/themes/onstage-2022newtheme/reservation/images/2fv/fv_bg.jpeg) !important;
  background-repeat: repeat;
  z-index: 1;
  width: 100%;
  padding: 0; }
  section#fv #fv_container {
    width: 100%;
    max-width: none;
    /* fv_ttl */
    /* fv_contents */ }
    section#fv #fv_container #fv_ttl {
      height: 50vh;
      position: relative;
      overflow: hidden;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      section#fv #fv_container #fv_ttl:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background: url("https://www.onstage-kanda.com/wp-content/themes/onstage-2022newtheme/reservation/images/fv/fv_ttl.jpeg") center no-repeat;
        background-size: cover; }
      section#fv #fv_container #fv_ttl:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh; }
      section#fv #fv_container #fv_ttl .fv_block {
        width: 100%;
        margin-top: 10vh; }
        section#fv #fv_container #fv_ttl .fv_block h1 {
          text-align: center;
          color: #fff;
          font-family: "Noto Serif JP", serif;
          font-size: 3.5rem;
          line-height: 1.3; }
          section#fv #fv_container #fv_ttl .fv_block h1 span {
            display: block;
            font-size: 5.5rem; }
    section#fv #fv_container #fv_desc {
      margin-top: -70px;
      margin-bottom: 50px; }
      section#fv #fv_container #fv_desc .fv_block p {
        text-align: center;
        font-family: "Noto Serif JP", serif;
        margin-bottom: 15px;
        font-size: 1.7rem;
        line-height: 2.5; }

@media screen and (max-width: 767px) {
  section#fv {
    margin-top: 12px;
    background-image: url(https://www.onstage-kanda.com/wp-content/themes/onstage-2022newtheme/reservation/images/fv/fv_bg.jpeg);
    height: auto; }
    section#fv #fv_container {
      height: auto;
      /* fv_ttl */
      /* fv_contents */ }
      section#fv #fv_container #fv_ttl .fv_block h1 {
        font-size: 2.3rem; }
        section#fv #fv_container #fv_ttl .fv_block h1 span {
          font-size: 4.3rem; }
      section#fv #fv_container #fv_desc .fv_block p {
        font-size: 1.1rem; } }
/* ==========
firstview
========== */
section#firstview {
  position: relative;
  z-index: 0;
  padding: 0;
  margin-top: 0;
  min-height: 100%; }
  section#firstview #firstview_container {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    height: 100vh;
    max-width: none;
    width: 100%; }
    section#firstview #firstview_container .firstview_area {
      /* fv_contents */ }
      section#firstview #firstview_container .firstview_area.ttl {
        width: 100%;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section#firstview #firstview_container .firstview_area.ttl .main {
          width: 100%; }
          section#firstview #firstview_container .firstview_area.ttl .main h1 {
            text-align: center;
            color: #fff;
            font-family: "Noto Serif JP", serif;
            font-size: 3.5rem;
            line-height: 1.3; }
      section#firstview #firstview_container .firstview_area.desc {
        margin-top: 50px;
        margin-bottom: 50px; }
        section#firstview #firstview_container .firstview_area.desc .fv_block p {
          color: #fff;
          text-align: center;
          margin-bottom: 15px;
          font-size: 1.3rem;
          line-height: 2.7; }
      section#firstview #firstview_container .firstview_area.image {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        overflow: hidden; }
        section#firstview #firstview_container .firstview_area.image .image_block {
          height: 100vh; }
          section#firstview #firstview_container .firstview_area.image .image_block ul {
            margin-top: 0; }
            section#firstview #firstview_container .firstview_area.image .image_block ul li {
              position: relative;
              height: 100%;
              list-style: none; }
              section#firstview #firstview_container .firstview_area.image .image_block ul li:before {
                content: "";
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                background-size: cover !important;
                position: relative; }
              section#firstview #firstview_container .firstview_area.image .image_block ul li:after {
                content: "";
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                background-color: rgba(23, 13, 0, 0.5);
                background-size: cover !important; }
              section#firstview #firstview_container .firstview_area.image .image_block ul li.fv_slide_1:before {
                background: url(https://test.webport.co.jp/onstage-kanda/wp-content/themes/onstage-2022newtheme/reservation/images/2/fv/fv_iamge.jpeg) center center no-repeat; }
          section#firstview #firstview_container .firstview_area.image .image_block.phone {
            transition-delay: .4s; }
            section#firstview #firstview_container .firstview_area.image .image_block.phone img {
              width: 300px; }
    section#firstview #firstview_container .reservation_button .reservation_button_container a {
      background-color: rgba(88, 17, 17, 0.7);
      border: 1px solid rgba(255, 255, 255, 0);
      color: #ffffff; }
      section#firstview #firstview_container .reservation_button .reservation_button_container a:before {
        display: none; }
      section#firstview #firstview_container .reservation_button .reservation_button_container a:after {
        display: none; }
      section#firstview #firstview_container .reservation_button .reservation_button_container a:hover {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid white;
        color: #fff; }

@media screen and (max-width: 767px) {
  section#firstview #firstview_container .firstview_area {
    /* fv_contents */ }
    section#firstview #firstview_container .firstview_area.ttl .main h1 {
      font-size: 2.4rem;
      line-height: 1.7; }
    section#firstview #firstview_container .firstview_area.desc {
      width: 95%;
      margin: 0 auto;
      margin-top: 40px;
      margin-bottom: 30px; }
      section#firstview #firstview_container .firstview_area.desc .fv_block p {
        font-size: 1.1rem;
        line-height: 1.9;
        text-align: left; }
  section#firstview #firstview_container .reservation_button .reservation_button_container a {
    background-color: rgba(255, 255, 255, 0.7);
    color: #333; } }
/* ==========
	concept
========== */
section#concept {
  background-image: url(https://www.onstage-kanda.com/wp-content/themes/onstage-2022newtheme/reservation/images/fv/fv_bg.jpeg);
  background-repeat: repeat;
  z-index: 1; }
  section#concept #concept_container {
    /* concept_contents */ }
    section#concept #concept_container .concept_area {
      width: 80%;
      margin: 0 auto;
      max-width: 1140px;
      background-color: #eeeeee;
      box-shadow: -5px 6px 0px rgba(144, 121, 95, 0.5);
      border: 1px solid #ddd;
      padding: 40px 0; }
      section#concept #concept_container .concept_area .concept_block h2 {
        margin-bottom: 30px;
        font-size: 2.3rem;
        letter-spacing: 2px;
        font-family: "Noto Serif JP", serif;
        font-weight: 100;
        text-align: center;
        color: #775e42; }
      section#concept #concept_container .concept_area .concept_block p {
        text-align: center;
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
        font-size: 1.3rem;
        line-height: 2.5; }

@media screen and (max-width: 767px) {
  section#concept {
    padding-top: 40px; }
    section#concept #concept_container {
      /* concept_contents */ }
      section#concept #concept_container .concept_area {
        width: 100%; }
        section#concept #concept_container .concept_area .concept_block {
          padding: 0 10px; }
          section#concept #concept_container .concept_area .concept_block h2 {
            font-size: 1.6rem; }
          section#concept #concept_container .concept_area .concept_block p {
            text-align: left;
            font-size: 1rem; } }
/* ==========
	reason
========== */
section#reason {
  padding-top: 0;
  background-image: url(../images/reason/reason_bg.jpeg);
  background-repeat: repeat;
  z-index: 1; }
  section#reason #reason_container {
    width: 100%;
    max-width: none;
    /* reason_ttl */
    /* reason_contents */ }
    section#reason #reason_container #reason_ttl {
      margin-bottom: 80px;
      position: relative;
      overflow: hidden; }
      section#reason #reason_container #reason_ttl:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url("../images/reason/reason_ttl.jpeg") center no-repeat;
        background-size: cover; }
      section#reason #reason_container #reason_ttl:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-color: rgba(16, 36, 35, 0.49);
        background-size: cover; }
      section#reason #reason_container #reason_ttl .reason_block {
        padding: 70px 0; }
        section#reason #reason_container #reason_ttl .reason_block h2 {
          font-size: 3.3rem;
          color: #fff;
          font-family: "Noto Serif JP", serif;
          text-align: center; }
          section#reason #reason_container #reason_ttl .reason_block h2 span {
            font-size: 5rem; }
    section#reason #reason_container #reason_contents {
      width: 90%;
      max-width: 1440px;
      margin: 0 auto;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      section#reason #reason_container #reason_contents .reason_block {
        width: 30%;
        margin-bottom: 60px; }
        section#reason #reason_container #reason_contents .reason_block .image img {
          box-shadow: -7px 8px 0px rgba(144, 121, 95, 0.7);
          border: 1px solid #ddd;
          width: 100%; }
        section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl {
          border-bottom: 1px solid #777;
          margin-bottom: 15px;
          padding-bottom: 5px; }
          section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 {
            font-family: "Noto Serif JP", serif;
            font-weight: 100;
            display: flex;
            display: -ms-flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .number {
              font-size: 5.5rem;
              margin-right: 50px;
              position: relative; }
              section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .number:after {
                content: '';
                position: absolute;
                bottom: calc(50% - 11px);
                left: 22px;
                width: 105px;
                height: 2px;
                background: #333;
                transform: rotate(112deg);
                /*アニメーションの指定*/ }
            section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .ttl {
              font-size: 2.2rem;
              line-height: 1.5;
              margin-top: 17px;
              letter-spacing: 1px; }
        section#reason #reason_container #reason_contents .reason_block .desc .desc_word {
          width: 95%;
          margin-right: 5%; }
          section#reason #reason_container #reason_contents .reason_block .desc .desc_word p {
            font-weight: 500; }

@media screen and (max-width: 1400px) {
  section#reason #reason_container {
    /* reason_ttl */
    /* reason_contents */ }
    section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .number {
      font-size: 3.5rem; }
      section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .number:after {
        left: 4px;
        width: 75px; }
    section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .ttl {
      font-size: 2rem; } }
@media screen and (max-width: 1250px) {
  section#reason #reason_container {
    /* reason_ttl */
    /* reason_contents */ }
    section#reason #reason_container #reason_contents .reason_block {
      width: 47%; }
      section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .number {
        font-size: 4rem; }
        section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .number:after {
          left: 14px; }
      section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .ttl {
        margin-top: 8px; } }
@media screen and (max-width: 767px) {
  section#reason #reason_container {
    /* reason_ttl */
    /* reason_contents */ }
    section#reason #reason_container #reason_ttl .reason_block {
      padding: 30px 0; }
      section#reason #reason_container #reason_ttl .reason_block h2 {
        font-size: 2rem;
        line-height: 1.4; }
        section#reason #reason_container #reason_ttl .reason_block h2 span {
          font-size: 3.5rem; }
    section#reason #reason_container #reason_contents .reason_block {
      width: 100%; }
      section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .number {
        font-size: 4rem; }
        section#reason #reason_container #reason_contents .reason_block .desc .desc_ttl h3 .number:after {
          left: 14px; }
      section#reason #reason_container #reason_contents .reason_block:last-child {
        margin-bottom: 30px; } }
section#case {
  padding-top: 0;
  background-image: url(../images/reason/reason_bg.jpeg);
  background-repeat: repeat;
  z-index: 1; }
  section#case #case_container .case_area.ttl h2 {
    font-size: 2.7rem;
    color: #555;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    position: relative; }
    section#case #case_container .case_area.ttl h2 span {
      font-size: 5rem; }
    section#case #case_container .case_area.ttl h2:after {
      content: "";
      height: 3px;
      width: 70px;
      border-radius: 10px;
      background-color: #81684b;
      position: absolute;
      left: calc(50% - 35px);
      bottom: -10px; }
  section#case #case_container .case_area.case {
    width: 80%;
    max-width: 1140px;
    margin: 80px auto 0; }
    section#case #case_container .case_area.case .case_wrapper .case_block {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 70px; }
      section#case #case_container .case_area.case .case_wrapper .case_block .image {
        width: 56%; }
        section#case #case_container .case_area.case .case_wrapper .case_block .image img {
          box-shadow: -7px 8px 0px rgba(144, 121, 95, 0.7);
          border: 1px solid #ddd;
          width: 100%; }
      section#case #case_container .case_area.case .case_wrapper .case_block .desc {
        width: 40%;
        margin-top: 15px; }
        section#case #case_container .case_area.case .case_wrapper .case_block .desc h3 {
          font-family: "Noto Serif JP", serif;
          border-bottom: 2px solid #81684b;
          margin-bottom: 20px;
          padding-left: 10px; }
        section#case #case_container .case_area.case .case_wrapper .case_block .desc p {
          margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  section#case {
    padding-bottom: 10px; }
    section#case #case_container .case_area.ttl h2 {
      font-size: 2.1rem; }
    section#case #case_container .case_area.case {
      width: 100%;
      margin-top: 40px; }
      section#case #case_container .case_area.case .case_wrapper .case_block {
        margin-bottom: 40px; }
        section#case #case_container .case_area.case .case_wrapper .case_block .image {
          width: 100%; }
        section#case #case_container .case_area.case .case_wrapper .case_block .desc {
          width: 100%;
          margin-top: 20px; }
          section#case #case_container .case_area.case .case_wrapper .case_block .desc h3 {
            padding-bottom: 5px;
            font-size: 1.7rem; }
        section#case #case_container .case_area.case .case_wrapper .case_block.case_block_2, section#case #case_container .case_area.case .case_wrapper .case_block.case_block_4 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
          section#case #case_container .case_area.case .case_wrapper .case_block.case_block_2 .desc h3, section#case #case_container .case_area.case .case_wrapper .case_block.case_block_4 .desc h3 {
            text-align: left; }
          section#case #case_container .case_area.case .case_wrapper .case_block.case_block_2 .desc p, section#case #case_container .case_area.case .case_wrapper .case_block.case_block_4 .desc p {
            text-align: left; } }
/* ==========
	detail
========== */
section#detail {
  background-image: url(../images/access/access_bg.jpeg);
  background-repeat: repeat;
  z-index: 1; }
  section#detail #detail_container {
    /* detail_ttl */
    /* detail_contents */ }
    section#detail #detail_container #detail_ttl {
      margin-bottom: 120px; }
      section#detail #detail_container #detail_ttl .detail_block h2 {
        font-size: 2.5rem;
        color: #81684b;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        position: relative;
        line-height: 1; }
        section#detail #detail_container #detail_ttl .detail_block h2 span {
          font-size: 5rem; }
        section#detail #detail_container #detail_ttl .detail_block h2:before {
          content: "";
          height: 1px;
          width: 80%;
          border-radius: 10px;
          background-color: #81684b;
          position: absolute;
          left: calc(50% - 40%);
          top: -35px; }
        section#detail #detail_container #detail_ttl .detail_block h2:after {
          content: "";
          height: 1px;
          width: 80%;
          border-radius: 10px;
          background-color: #81684b;
          position: absolute;
          left: calc(50% - 40%);
          bottom: -35px; }
    section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block {
      position: relative;
      margin: 0 auto; }
      section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .image img {
        width: 100%; }
      section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc {
        position: absolute;
        left: 10px;
        bottom: 10px; }
        section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_ttl {
          background-color: #f6f6f6;
          padding: 20px 30px;
          margin-bottom: 20px; }
          section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_ttl p {
            font-size: 2rem;
            font-family: "Noto Serif JP", serif;
            color: #81684b;
            text-align: center;
            line-height: 1; }
        section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_word {
          background-color: #f6f6f6;
          padding: 20px 30px; }
          section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_word p {
            margin-bottom: 15px;
            font-weight: 500; }
            section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_word p:last-child {
              margin-bottom: 0; }
    section#detail #detail_container #detail_contents .swiper-pagination {
      position: relative;
      margin-top: 60px; }
      section#detail #detail_container #detail_contents .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0;
        margin: 0 15px;
        width: 50px;
        height: 25px;
        background-color: #c7b39d;
        opacity: 1; }
      section#detail #detail_container #detail_contents .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #81684b; }

@media screen and (max-width: 1023px) {
  section#detail #detail_container {
    /* detail_ttl */
    /* detail_contents */ }
    section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_ttl {
      padding: 15px 20px;
      margin-bottom: 10px;
      display: inline-block; }
      section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_ttl p {
        font-size: 1.5rem; }
    section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_word {
      padding: 10px 20px;
      display: inline-block; } }
@media screen and (max-width: 767px) {
  section#detail {
    padding-top: 20px; }
    section#detail #detail_container {
      /* detail_ttl */
      /* detail_contents */ }
      section#detail #detail_container #detail_ttl {
        margin-bottom: 80px; }
        section#detail #detail_container #detail_ttl .detail_block h2 {
          font-size: 1.9rem;
          line-height: 1.7; }
          section#detail #detail_container #detail_ttl .detail_block h2:before {
            top: -20px; }
          section#detail #detail_container #detail_ttl .detail_block h2:after {
            bottom: -20px; }
      section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .image {
        opacity: 0.7; }
      section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc {
        opacity: 0.4;
        position: relative;
        left: 0;
        top: 0; }
        section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_ttl {
          padding: 20px 0px;
          margin-bottom: 0; }
          section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_ttl p {
            font-size: 1.3rem;
            text-align: left; }
        section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block .desc .desc_word {
          padding: 0px; }
      section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block.swiper-slide-active .image {
        opacity: 1; }
      section#detail #detail_container #detail_contents ul.swiper-wrapper li.detail_block.swiper-slide-active .desc {
        opacity: 1; }
      section#detail #detail_container #detail_contents .swiper-pagination {
        margin-top: 70px; }
        section#detail #detail_container #detail_contents .swiper-pagination .swiper-pagination-bullet {
          margin: 0 13px;
          width: 35px;
          height: 15px; } }
/* ==========
	plan
========== */
section#plan {
  padding-top: 0;
  background-image: url(../images/plan/plan_bg.jpeg);
  background-repeat: repeat;
  z-index: 1; }
  section#plan #plan_container {
    width: 100%;
    max-width: none;
    /* plan_ttl */ }
    section#plan #plan_container #plan_ttl {
      margin-bottom: 80px;
      position: relative;
      overflow: hidden; }
      section#plan #plan_container #plan_ttl:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url("../images/plan/plan_ttl.jpeg") center no-repeat;
        background-size: cover; }
      section#plan #plan_container #plan_ttl:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-color: rgba(16, 36, 35, 0.49);
        background-size: cover; }
      section#plan #plan_container #plan_ttl .plan_block {
        padding: 70px 0; }
        section#plan #plan_container #plan_ttl .plan_block h2 {
          font-size: 3.3rem;
          color: #fff;
          font-family: "Noto Serif JP", serif;
          text-align: center; }
          section#plan #plan_container #plan_ttl .plan_block h2 span {
            font-size: 5rem; }
    section#plan #plan_container #plan_contents {
      margin-bottom: 80px; }
      section#plan #plan_container #plan_contents .plan_block {
        width: 80%;
        max-width: 1140px;
        margin: 0 auto;
        margin-bottom: 40px;
        box-shadow: -5px 6px 0px rgba(144, 121, 95, 0.5);
        border: 1px solid #ddd;
        position: relative;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section#plan #plan_container #plan_contents .plan_block .num {
          background-color: #81684b;
          width: 20%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          text-shadow: 0 0 10px rgba(255, 255, 255, 0.4); }
          section#plan #plan_container #plan_contents .plan_block .num p {
            color: #fff;
            font-family: "Noto Serif JP", serif;
            font-size: 2.5rem;
            text-align: center;
            font-weight: 100;
            line-height: 1.2;
            position: absolute;
            top: 30px;
            left: calc(50% - 60px); }
            section#plan #plan_container #plan_contents .plan_block .num p span {
              display: block;
              font-size: 4.8rem; }
        section#plan #plan_container #plan_contents .plan_block .desc {
          background-color: #f6f6f6;
          width: 100%;
          padding: 10px 20px 30px;
          padding-left: calc(20% + 20px); }
          section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl {
            position: relative;
            display: flex;
            display: -ms-flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .ttl {
              margin-bottom: 20px;
              background-color: #f6f6f6;
              z-index: 1;
              padding-right: 20px; }
              section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .ttl p {
                color: #81684b;
                font-family: "Noto Serif JP", serif;
                font-weight: 100;
                font-size: 2.5rem; }
            section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .price {
              margin-top: -17px;
              background-color: #f6f6f6;
              z-index: 1;
              padding-left: 20px; }
              section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .price p {
                color: #81684b;
                font-family: "Noto Serif JP", serif;
                font-weight: 100;
                font-size: 2rem; }
            section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl:after {
              content: "";
              position: absolute;
              top: calc(50% - 6px);
              left: 0;
              width: 100%;
              height: 1px;
              background-color: #81684b; }
          section#plan #plan_container #plan_contents .plan_block .desc .desc_word .desc {
            line-height: 1.6;
            padding: 0; }
          section#plan #plan_container #plan_contents .plan_block .desc .desc_word .food {
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #ddd; }
            section#plan #plan_container #plan_contents .plan_block .desc .desc_word .food p {
              margin-left: 15px;
              position: relative; }
              section#plan #plan_container #plan_contents .plan_block .desc .desc_word .food p:before {
                content: "・";
                position: absolute;
                left: -16px;
                top: 1px; }
              section#plan #plan_container #plan_contents .plan_block .desc .desc_word .food p.ttl {
                font-weight: bold;
                margin-left: 0; }
                section#plan #plan_container #plan_contents .plan_block .desc .desc_word .food p.ttl:before {
                  content: ""; }
        section#plan #plan_container #plan_contents .plan_block.plan_block_caution {
          background-color: #eee;
          padding: 0px 30px;
          box-shadow: none; }
          section#plan #plan_container #plan_contents .plan_block.plan_block_caution ul li {
            margin: 10px 0;
            position: relative; }
            section#plan #plan_container #plan_contents .plan_block.plan_block_caution ul li:before {
              content: "・";
              position: absolute;
              top: 6px;
              left: 0; }
            section#plan #plan_container #plan_contents .plan_block.plan_block_caution ul li p {
              color: #888;
              margin-left: 20px;
              font-size: 1.1rem;
              font-weight: 400; }

@media screen and (max-width: 1270px) {
  section#plan #plan_container {
    /* plan_ttl */ }
    section#plan #plan_container #plan_contents .plan_block .num p {
      top: calc(50% - 58px);
      left: calc(50% - 52px); }
    section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .ttl p {
      font-size: 2rem; }
    section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .price p {
      font-size: 1.7rem; } }
@media screen and (max-width: 1080px) {
  section#plan #plan_container {
    /* plan_ttl */ }
    section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .ttl {
      width: 100%;
      margin-bottom: 5px; }
    section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .price {
      padding-left: 5px;
      width: 100%; }
    section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl:after {
      height: 0; }
    section#plan #plan_container #plan_contents .plan_block .desc .desc_word {
      margin-top: 10px; } }
@media screen and (max-width: 767px) {
  section#plan {
    padding-bottom: 50px; }
    section#plan #plan_container {
      /* plan_ttl */ }
      section#plan #plan_container #plan_ttl .plan_block {
        padding: 30px 0; }
        section#plan #plan_container #plan_ttl .plan_block h2 {
          font-size: 2rem;
          line-height: 1.4; }
          section#plan #plan_container #plan_ttl .plan_block h2 span {
            font-size: 3.5rem; }
      section#plan #plan_container #plan_contents .plan_block {
        width: 92%; }
        section#plan #plan_container #plan_contents .plan_block .num {
          width: 100%;
          height: 55px;
          top: 0;
          left: 0; }
          section#plan #plan_container #plan_contents .plan_block .num p {
            font-size: 1.3rem;
            top: 10px;
            left: 10px; }
            section#plan #plan_container #plan_contents .plan_block .num p span {
              font-size: 2rem;
              display: inline-block;
              margin-left: 2px; }
        section#plan #plan_container #plan_contents .plan_block .desc {
          padding: 105px 10px 20px 10px; }
          section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl {
            position: absolute;
            display: inline-block;
            width: 95%;
            top: 0; }
            section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .ttl {
              position: absolute;
              right: 0;
              top: 3px;
              padding: 0;
              background-color: rgba(0, 0, 0, 0); }
              section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .ttl p {
                color: #fff;
                font-size: 1.8rem;
                text-align: right; }
            section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .price {
              position: absolute;
              right: 0px;
              top: 75px;
              background-color: rgba(0, 0, 0, 0); }
              section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl .price p {
                font-size: 1.2rem;
                font-weight: 600; }
            section#plan #plan_container #plan_contents .plan_block .desc .desc_ttl:after {
              width: 0%; }
        section#plan #plan_container #plan_contents .plan_block.plan_block_caution {
          padding: 0 20px; }
          section#plan #plan_container #plan_contents .plan_block.plan_block_caution ul li {
            margin: 0;
            margin-bottom: 15px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 15px; }
            section#plan #plan_container #plan_contents .plan_block.plan_block_caution ul li:before {
              content: ""; }
            section#plan #plan_container #plan_contents .plan_block.plan_block_caution ul li:first-child {
              margin-top: 10px; }
            section#plan #plan_container #plan_contents .plan_block.plan_block_caution ul li:last-child {
              border-bottom: none;
              margin-bottom: 0; }
            section#plan #plan_container #plan_contents .plan_block.plan_block_caution ul li p {
              font-size: 0.9rem;
              margin-left: 0; } }
/* ==========
	image
========== */
section#image {
  background-image: url(../images/fv/fv_bg.jpeg);
  background-repeat: repeat;
  z-index: 1; }
  section#image #image_container #image_contents {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section#image #image_container #image_contents .image_block {
      width: 48%;
      position: relative; }
      section#image #image_container #image_contents .image_block .image_block_inner .image img {
        width: 100%; }
      section#image #image_container #image_contents .image_block .image_block_inner .ttl h3 {
        font-size: 1.9rem;
        color: #81684b;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        position: relative;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 70px;
        letter-spacing: 3px; }
        section#image #image_container #image_contents .image_block .image_block_inner .ttl h3 span {
          font-size: 5rem; }
        section#image #image_container #image_contents .image_block .image_block_inner .ttl h3:before {
          content: "";
          height: 1px;
          width: 100%;
          border-radius: 10px;
          background-color: #81684b;
          position: absolute;
          left: 0;
          top: -25px; }
        section#image #image_container #image_contents .image_block .image_block_inner .ttl h3:after {
          content: "";
          height: 1px;
          width: 100%;
          border-radius: 10px;
          background-color: #81684b;
          position: absolute;
          left: 0;
          bottom: -25px; }

@media screen and (max-width: 1070px) {
  section#image #image_container #image_contents .image_block .image_block_inner .ttl h3 {
    font-size: 1.6rem; } }
@media screen and (max-width: 910px) {
  section#image {
    padding-top: 50px; }
    section#image #image_container #image_contents .image_block {
      width: 100%; }
      section#image #image_container #image_contents .image_block.left {
        margin-bottom: 70px; }
      section#image #image_container #image_contents .image_block .image_block_inner .ttl h3 {
        font-size: 1.3rem;
        margin-bottom: 40px; }
        section#image #image_container #image_contents .image_block .image_block_inner .ttl h3:before {
          top: -15px; }
        section#image #image_container #image_contents .image_block .image_block_inner .ttl h3:after {
          bottom: -15px; } }
/* ==========
	faq
========== */
section#faq {
  padding-top: 20px;
  background-image: url(../images/faq/faq_bg.jpeg);
  background-repeat: repeat; }
  section#faq #faq_container {
    max-width: 1140px;
    /* faq_ttl */
    /* faq_contents */ }
    section#faq #faq_container #faq_ttl {
      margin-bottom: 80px; }
      section#faq #faq_container #faq_ttl .faq_block {
        padding: 30px 0; }
        section#faq #faq_container #faq_ttl .faq_block h2 {
          font-size: 2.7rem;
          color: #333;
          font-family: "Noto Serif JP", serif;
          text-align: center;
          position: relative; }
          section#faq #faq_container #faq_ttl .faq_block h2 span {
            font-size: 5rem; }
          section#faq #faq_container #faq_ttl .faq_block h2:after {
            content: "";
            height: 3px;
            width: 70px;
            border-radius: 10px;
            background-color: #333;
            position: absolute;
            left: calc(50% - 35px);
            bottom: -10px; }
    section#faq #faq_container #faq_contents {
      margin-bottom: 80px; }
      section#faq #faq_container #faq_contents .faq_block .que {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f6f6f6;
        padding: 10px 0;
        margin-top: 25px;
        position: relative;
        cursor: pointer; }
        section#faq #faq_container #faq_contents .faq_block .que .num {
          background-color: #81684b;
          position: absolute;
          width: 50px;
          height: 100%; }
          section#faq #faq_container #faq_contents .faq_block .que .num p {
            color: #fff;
            font-weight: bold;
            position: absolute;
            top: calc(50% - 19px);
            left: calc(50% - 13px);
            font-size: 1.2rem;
            letter-spacing: 2px; }
        section#faq #faq_container #faq_contents .faq_block .que .desc p {
          padding-left: 70px;
          font-weight: 400; }
      section#faq #faq_container #faq_contents .faq_block .ans {
        background-color: #eeeeee; }
        section#faq #faq_container #faq_contents .faq_block .ans .ans_block {
          width: 90%;
          margin: 0 auto;
          padding: 30px 0; }
      section#faq #faq_container #faq_contents .faq_block.faq_block_10 .que .num p, section#faq #faq_container #faq_contents .faq_block.faq_block_11 .que .num p {
        left: calc(50% - 19px); }

@media screen and (max-width: 767px) {
  section#faq #faq_container {
    /* faq_ttl */
    /* faq_contents */ }
    section#faq #faq_container #faq_ttl {
      margin-bottom: 30px; }
      section#faq #faq_container #faq_ttl .faq_block h2 {
        font-size: 2rem; }
        section#faq #faq_container #faq_ttl .faq_block h2:after {
          height: 2px;
          width: 50px;
          left: calc(50% - 25px); }
    section#faq #faq_container #faq_contents {
      margin-bottom: 50px; }
      section#faq #faq_container #faq_contents .faq_block .que {
        padding: 5px 0; }
        section#faq #faq_container #faq_contents .faq_block .que .num p {
          top: calc(50% - 16px);
          left: calc(50% - 11px);
          font-size: 1.1rem; }
        section#faq #faq_container #faq_contents .faq_block .que .desc p {
          padding-left: 60px;
          font-size: 0.9rem; }
      section#faq #faq_container #faq_contents .faq_block .ans .ans_block {
        padding: 20px 0; }
      section#faq #faq_container #faq_contents .faq_block .ans p {
        font-size: 0.9rem; } }
/* ==========
	party
========== */
section#party {
  padding-top: 0;
  background-image: url(../images/party/party_bg.jpeg);
  background-repeat: repeat; }
  section#party #party_container {
    /* party_message */
    /* party_contents */ }
    section#party #party_container #party_gallery ul {
      margin: 0;
      transition-timing-function: linear !important; }
      section#party #party_container #party_gallery ul li img {
        width: 100%; }
    section#party #party_container #party_message .party_block p {
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-size: 2rem;
      margin-top: 70px;
      color: #81684b;
      line-height: 3;
      font-weight: 100; }

@media screen and (max-width: 767px) {
  section#party {
    padding-bottom: 10px; }
    section#party #party_container {
      /* party_message */
      /* party_contents */ }
      section#party #party_container #party_message .party_block p {
        font-size: 1.2rem;
        letter-spacing: 0px;
        margin-top: 30px; } }
/* ==========
	access
========== */
section#access {
  padding-top: 50px;
  background-image: url(../images/access/access_bg.jpeg);
  background-repeat: repeat; }
  section#access #access_container {
    /* access_map */
    /* access_contents */ }
    section#access #access_container #access_map .access_block #map_detail iframe {
      width: 100%;
      height: 450px;
      margin: 0 auto;
      max-width: 1440px; }
    section#access #access_container #access_address {
      margin-top: 40px; }
      section#access #access_container #access_address ul.access_block {
        width: 70%;
        margin: 0 auto;
        max-width: 940px; }
        section#access #access_container #access_address ul.access_block li {
          width: 100%;
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 10px 0;
          border-bottom: 1px solid #aaa;
          line-height: 2; }
          section#access #access_container #access_address ul.access_block li .left {
            width: 150px;
            padding-left: 15px; }
          section#access #access_container #access_address ul.access_block li .right {
            width: calc(100% - 165px); }

@media screen and (max-width: 1023px) {
  section#access #access_container {
    /* access_map */
    /* access_contents */ }
    section#access #access_container #access_address ul.access_block {
      width: 90%; } }
@media screen and (max-width: 767px) {
  section#access {
    padding-bottom: 0; }
    section#access #access_container {
      /* access_map */
      /* access_contents */ }
      section#access #access_container #access_map .access_block #map_detail iframe {
        height: 270px; }
      section#access #access_container #access_address ul.access_block {
        width: 95%; }
        section#access #access_container #access_address ul.access_block li .left {
          width: 100%;
          padding-left: 0; }
        section#access #access_container #access_address ul.access_block li .right {
          width: 100%; } }
/* ==========
	contact
========== */
section#contact {
  background-image: url(../images/access/access_bg.jpeg);
  background-repeat: repeat; }
  section#contact #contact_container {
    /* contact_ttl */
    /* contact_contents */ }
    section#contact #contact_container #contact_ttl .contact_block h2 {
      font-size: 2.7rem;
      color: #333;
      font-family: "Noto Serif JP", serif;
      text-align: center;
      position: relative; }
      section#contact #contact_container #contact_ttl .contact_block h2 span {
        font-size: 5rem; }
      section#contact #contact_container #contact_ttl .contact_block h2:after {
        content: "";
        height: 3px;
        width: 70px;
        border-radius: 10px;
        background-color: #333;
        position: absolute;
        left: calc(50% - 35px);
        bottom: -10px; }
    section#contact #contact_container #contact_contents {
      width: 80%;
      max-width: 1140px;
      margin: 0 auto;
      margin-top: 80px;
      background-color: #eee; }
      section#contact #contact_container #contact_contents .contact_block {
        padding: 50px 40px; }
        section#contact #contact_container #contact_contents .contact_block form .form_block {
          margin-bottom: 30px; }
          section#contact #contact_container #contact_contents .contact_block form .form_block .label {
            margin-bottom: 10px; }
            section#contact #contact_container #contact_contents .contact_block form .form_block .label label {
              font-weight: 600;
              margin-left: 10px;
              color: #333;
              display: inline-block; }
            section#contact #contact_container #contact_contents .contact_block form .form_block .label .must {
              background-color: #90795f;
              color: #fff;
              font-size: 0.8rem;
              border-radius: 5px;
              font-weight: bold;
              display: inline-block;
              padding: 5px 8px;
              line-height: 1;
              margin-left: 20px; }
          section#contact #contact_container #contact_contents .contact_block form .form_block .main input {
            width: 250px;
            border: 1px solid #ddd;
            border-radius: 7px;
            background-color: #fff;
            font-size: 1rem;
            padding: 8px 0 8px 10px; }
            section#contact #contact_container #contact_contents .contact_block form .form_block .main input.year {
              width: 100px;
              margin-right: 5px; }
            section#contact #contact_container #contact_contents .contact_block form .form_block .main input.month {
              width: 70px;
              margin: 0 5px; }
            section#contact #contact_container #contact_contents .contact_block form .form_block .main input.day {
              width: 70px;
              margin: 0 5px; }
          section#contact #contact_container #contact_contents .contact_block form .form_block .main textarea {
            width: 400px;
            height: 250px;
            border: 1px solid #ddd;
            border-radius: 7px;
            background-color: #fff;
            font-size: 1rem;
            padding: 8px 0 8px 10px; }
            section#contact #contact_container #contact_contents .contact_block form .form_block .main textarea::placeholder {
              color: #aaa; }
          section#contact #contact_container #contact_contents .contact_block form .form_block .main select {
            border: 1px solid #ddd;
            border-radius: 7px;
            background-color: #fff;
            font-size: 1rem;
            padding: 8px 50px 8px 15px;
            -webkit-appearance: none;
            color: #555;
            position: relative; }
          section#contact #contact_container #contact_contents .contact_block form .form_block.privacy span.wpcf7-not-valid-tip {
            position: absolute;
            width: 300px;
            left: 20px;
            bottom: -25px; }
          section#contact #contact_container #contact_contents .contact_block form .form_block.privacy .main {
            display: inline-block; }
            section#contact #contact_container #contact_contents .contact_block form .form_block.privacy .main input {
              width: auto; }
          section#contact #contact_container #contact_contents .contact_block form .form_block.privacy .label {
            display: inline-block; }
            section#contact #contact_container #contact_contents .contact_block form .form_block.privacy .label a {
              display: inline-block;
              color: #81684b; }
        section#contact #contact_container #contact_contents .contact_block form input.wpcf7-submit {
          background-color: #90795f;
          color: #fff;
          font-size: 1.1rem;
          border-radius: 5px;
          font-weight: 400;
          padding: 10px 20px;
          line-height: 1;
          letter-spacing: 4px;
          border: none; }

@media screen and (max-width: 767px) {
  section#contact #contact_container {
    /* contact_ttl */
    /* contact_contents */ }
    section#contact #contact_container #contact_ttl .contact_block h2 {
      font-size: 2rem; }
      section#contact #contact_container #contact_ttl .contact_block h2:after {
        height: 2px;
        width: 50px;
        left: calc(50% - 25px); }
    section#contact #contact_container #contact_contents {
      width: 100%; }
      section#contact #contact_container #contact_contents .contact_block {
        padding: 50px 20px; }
        section#contact #contact_container #contact_contents .contact_block form .form_block {
          margin-bottom: 20px; }
          section#contact #contact_container #contact_contents .contact_block form .form_block .main input {
            width: 100%; }
          section#contact #contact_container #contact_contents .contact_block form .form_block .main textarea {
            width: 100%; }
          section#contact #contact_container #contact_contents .contact_block form .form_block .main select {
            width: 100%;
            padding: 8px 0; } }
/* ==========
	thanks
========== */
section#thanks {
  background-image: url(../images/fv/fv_bg.jpeg);
  background-repeat: repeat;
  z-index: 1;
  width: 100%;
  height: 100vh;
  padding: 0; }
  section#thanks #thanks_container {
    width: 100%;
    height: 100vh;
    max-width: none;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* thanks_contents */ }
    section#thanks #thanks_container .thanks_area {
      width: 80%;
      margin: 0 auto;
      max-width: 1140px;
      background-color: #eeeeee;
      box-shadow: -5px 6px 0px rgba(144, 121, 95, 0.5);
      border: 1px solid #ddd;
      padding: 40px 0; }
      section#thanks #thanks_container .thanks_area .thanks_block {
        margin-bottom: 20px; }
        section#thanks #thanks_container .thanks_area .thanks_block h4 {
          margin-bottom: 30px;
          font-size: 2rem;
          letter-spacing: 2px;
          font-family: "Noto Serif JP", serif;
          font-weight: 100;
          text-align: center;
          color: #775e42; }
        section#thanks #thanks_container .thanks_area .thanks_block p {
          text-align: center; }
        section#thanks #thanks_container .thanks_area .thanks_block.button {
          margin-top: 60px;
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          justify-content: center;
          -ms-justify-content: center;
          -webkit-justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          section#thanks #thanks_container .thanks_area .thanks_block.button .contact a, section#thanks #thanks_container .thanks_area .thanks_block.button .tel a {
            background-color: #91795f;
            border: 1px solid #91795f;
            font-family: "Noto Serif JP", serif;
            color: #fff;
            font-size: 1.3rem;
            padding: 7px 20px;
            margin: 0 25px;
            letter-spacing: 2px;
            box-shadow: -3px 4px 0px rgba(0, 0, 0, 0.2); }
            section#thanks #thanks_container .thanks_area .thanks_block.button .contact a:hover, section#thanks #thanks_container .thanks_area .thanks_block.button .tel a:hover {
              background-color: #fff;
              color: #91795f; }
            section#thanks #thanks_container .thanks_area .thanks_block.button .contact a i, section#thanks #thanks_container .thanks_area .thanks_block.button .tel a i {
              margin-right: 5px; }

@media screen and (max-width: 767px) {
  section#thanks #thanks_container {
    display: inline-block;
    /* thanks_contents */ }
    section#thanks #thanks_container .thanks_area {
      width: 90%;
      margin-top: 90px; }
      section#thanks #thanks_container .thanks_area .thanks_block h4 {
        font-size: 1.5rem; }
      section#thanks #thanks_container .thanks_area .thanks_block p {
        text-align: left;
        width: 90%;
        margin: 0 auto; }
      section#thanks #thanks_container .thanks_area .thanks_block.button {
        margin-top: 50px; }
        section#thanks #thanks_container .thanks_area .thanks_block.button .contact, section#thanks #thanks_container .thanks_area .thanks_block.button .tel {
          width: 90%;
          margin-bottom: 20px; }
          section#thanks #thanks_container .thanks_area .thanks_block.button .contact a, section#thanks #thanks_container .thanks_area .thanks_block.button .tel a {
            margin: 0;
            text-align: center; } }
/* ==========
	privacy
========== */
section#privacy {
  background-image: url(../images/fv/fv_bg.jpeg);
  background-repeat: repeat;
  z-index: 1;
  width: 100%; }
  section#privacy #privacy_container {
    width: 100%;
    max-width: none;
    /* privacy_contents */ }
    section#privacy #privacy_container .privacy_area {
      width: 80%;
      margin: 0 auto;
      max-width: 1140px; }
      section#privacy #privacy_container .privacy_area .privacy_block {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc; }
        section#privacy #privacy_container .privacy_area .privacy_block h1 {
          text-align: center;
          margin: 70px 0 20px;
          font-family: "Noto Serif JP", serif; }
        section#privacy #privacy_container .privacy_area .privacy_block h2 {
          letter-spacing: 2px;
          font-family: "Noto Serif JP", serif;
          font-weight: 600;
          text-align: left;
          color: #333;
          font-size: 1.2rem;
          margin-bottom: 10px; }
        section#privacy #privacy_container .privacy_area .privacy_block p {
          margin-left: 15px;
          line-height: 1.6; }

@media screen and (max-width: 767px) {
  section#privacy #privacy_container {
    display: inline-block;
    /* privacy_contents */ }
    section#privacy #privacy_container .privacy_area {
      width: 90%;
      margin-top: 0; }
      section#privacy #privacy_container .privacy_area .privacy_block h1 {
        font-size: 2.5rem;
        margin-top: 40px; }
      section#privacy #privacy_container .privacy_area .privacy_block h2 {
        font-size: 1.1rem; }
      section#privacy #privacy_container .privacy_area .privacy_block p {
        margin-left: 0; } }
/* ==========
	company
========== */
section#company {
  background-image: url(../images/fv/fv_bg.jpeg);
  background-repeat: repeat;
  z-index: 1;
  width: 100%;
  min-height: calc(100vh - 250px); }
  section#company #company_container {
    width: 100%;
    max-width: none;
    /* company_contents */ }
    section#company #company_container .company_area {
      width: 80%;
      margin: 0 auto;
      max-width: 1140px; }
      section#company #company_container .company_area h1 {
        text-align: center;
        margin: 20px 0;
        font-family: "Noto Serif JP", serif; }
      section#company #company_container .company_area ul.company_block {
        width: 100%;
        margin: 0 auto;
        margin-top: 70px;
        text-align: left; }
        section#company #company_container .company_area ul.company_block li {
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          border-bottom: 1px solid #ccc; }
          section#company #company_container .company_area ul.company_block li .left {
            width: 150px; }
            section#company #company_container .company_area ul.company_block li .left p {
              padding: 5px 0 5px 15px; }
          section#company #company_container .company_area ul.company_block li .right {
            width: calc(100% - 200px); }
            section#company #company_container .company_area ul.company_block li .right p {
              padding: 5px 0; }
      section#company #company_container .company_area .company_block {
        text-align: center;
        margin-top: 70px; }
        section#company #company_container .company_area .company_block iframe {
          width: 100%;
          height: 450px; }

@media screen and (max-width: 767px) {
  section#company #company_container {
    display: inline-block;
    /* company_contents */ }
    section#company #company_container .company_area {
      width: 90%;
      margin-top: 0; }
      section#company #company_container .company_area h1 {
        font-size: 2.5rem; }
      section#company #company_container .company_area ul.company_block {
        margin-top: 30px; }
        section#company #company_container .company_area ul.company_block li {
          padding: 10px 0; }
          section#company #company_container .company_area ul.company_block li .left {
            width: 100%; }
            section#company #company_container .company_area ul.company_block li .left p {
              padding: 0;
              font-weight: bold; }
          section#company #company_container .company_area ul.company_block li .right {
            width: 100%; }
            section#company #company_container .company_area ul.company_block li .right p {
              padding: 0; }
      section#company #company_container .company_area .company_block {
        margin-top: 40px; }
        section#company #company_container .company_area .company_block iframe {
          height: 300px; } }
footer {
  background-image: url(../images/fv/fv_bg.jpeg);
  background-repeat: repeat;
  padding-bottom: 130px; }
  footer #footer_container .footer_area.nav {
    margin-bottom: 20px; }
    footer #footer_container .footer_area.nav ul.footer_block {
      margin: 0;
      padding-top: 40px;
      text-align: center; }
      footer #footer_container .footer_area.nav ul.footer_block li {
        display: inline-block;
        text-align: left; }
        footer #footer_container .footer_area.nav ul.footer_block li a {
          padding: 5px 15px;
          border-right: 1px solid #777; }
          footer #footer_container .footer_area.nav ul.footer_block li a:hover {
            color: #81684b; }
        footer #footer_container .footer_area.nav ul.footer_block li:last-child a {
          border-right: none; }
  footer #footer_container .footer_area.copyright .copyright_block p {
    text-align: center;
    font-size: 0.9rem; }

@media screen and (max-width: 767px) {
  footer #footer_container .footer_area.nav ul.footer_block li {
    width: 100%; }
    footer #footer_container .footer_area.nav ul.footer_block li a {
      padding: 11px 10px 11px 15px;
      border-bottom: 1px solid #ccc; } }

/*# sourceMappingURL=style2.css.map */
