@charset "UTF-8";
/****************************************

Theme Name: maisonrose-w
Theme URI: https://maisonrose-w.jp/
Description: MAISONROSE専用オリジナルテーマ
Author: Riginal
Author URI: https://riginal.jp/

*****************************************/
/****************************************

目次 
1.ベース
2.ヘッダー
3.フッター
4.トップページ


*****************************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
/****************************************


1.ベース


*****************************************/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0 none;
  font-size: 14px;
  font-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: top;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  color: #000000;
  -webkit-text-size-adjust: none; }

html {
  width: 100%;
  height: 100%; }

.inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 1280px) {
    .inner {
      width: 90%; } }

.innerS {
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .innerS {
      width: 90%;
      max-width: 90%; } }
  @media all and (max-width: 1024px) {
    .innerS {
      width: 100%;
      max-width: 100%;
      padding-left: 8%;
      padding-right: 8%; } }

.innerL {
  width: 95%;
  margin: 0 auto; }
  @media all and (max-width: 1024px) {
    .innerL {
      width: 82%; } }

@media all and (max-width: 768px) {
  .spBr {
    display: none; } }

.pc {
  display: block; }
  @media all and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media all and (max-width: 768px) {
    .sp {
      display: block; } }

.inview {
  opacity: 0;
  -webkit-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .inview.left {
    transform: translate(-600px, 0);
    -webkit-transition-property: transform,opacity;
    -moz-transition-property: transform,opacity;
    -ms-transition-property: transform,opacity;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  .inview.right {
    transform: translate(600px, 0);
    -webkit-transition-property: transform,opacity;
    -moz-transition-property: transform,opacity;
    -ms-transition-property: transform,opacity;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  .inview.bottom {
    transform: translate(-600px, 0);
    -webkit-transition-property: transform,opacity;
    -moz-transition-property: transform,opacity;
    -ms-transition-property: transform,opacity;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .inview.action {
    opacity: 1;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px); }

/****************************************


2.ヘッダー


*****************************************/
.mainImg {
  background-image: url("img/top.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px; }
  @media all and (max-width: 1024px) {
    header {
      padding-top: 40px; } }
  header nav {
    -webkit-order: 2;
    order: 2;
    display: flex;
    list-style: none;
    position: fixed;
    top: 45px;
    right: 210px;
    z-index: 3; }
    @media all and (max-width: 1024px) {
      header nav {
        -webkit-order: 1;
        order: 1;
        display: block;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        z-index: -1;
        padding-top: 150px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; } }
  @media all and (max-width: 1024px) {
    header nav.open {
      opacity: 1;
      z-index: 999; } }
  header .logo {
    -webkit-order: 1;
    order: 1;
    width: 209px;
    position: fixed;
    top: 40px;
    left: 60px;
    z-index: 2; }
    @media all and (max-width: 1024px) {
      header .logo {
        -webkit-order: 2;
        order: 2;
        position: fixed;
        top: 43px;
        left: 80px;
        z-index: 99; } }
    @media all and (max-width: 768px) {
      header .logo {
        width: 170px;
        top: 37px;
        left: 65px; } }
  header .logo h1 img {
    width: 100%; }
  header .icon {
    -webkit-order: 3;
    order: 3;
    display: flex;
    position: fixed;
    top: 40px;
    right: 60px;
    z-index: 2; }
    @media all and (max-width: 1024px) {
      header .icon {
        position: fixed;
        top: 40px;
        right: 45px;
        z-index: 99; } }
    @media all and (max-width: 768px) {
      header .icon {
        top: 30px;
        right: 15px; } }
  header .icon ul {
    width: 105px;
    display: flex; }
  header .icon ul li {
    margin-right: 15px; }
    @media all and (max-width: 768px) {
      header .icon ul li {
        margin-right: 10px; } }
  header .icon ul li:last-child {
    margin-right: 0; }
  @media all and (max-width: 768px) {
    header .icon ul li a {
      width: 27px;
      height: 27px; } }
  @media all and (max-width: 768px) {
    header .icon ul li a img {
      width: 100%; } }
  header .logo a img {
    width: 100%; }
  header nav li {
    margin-right: 30px; }
    @media all and (max-width: 1024px) {
      header nav li {
        display: flex;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 15px; } }
  header nav li a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold; }
    @media all and (max-width: 1024px) {
      header nav li a {
        color: #FFFFFF;
        font-size: 24px;
        letter-spacing: 2px; } }
  header .navBtn {
    display: none; }
    @media all and (max-width: 1024px) {
      header .navBtn {
        display: block;
        width: 22px;
        position: fixed;
        top: 43px;
        left: 40px;
        cursor: pointer;
        z-index: 10000; } }
    @media all and (max-width: 768px) {
      header .navBtn {
        top: 36px;
        left: 25px; } }
  header .navBtn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  header .navBtn.active span {
    display: block;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  header .navBtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg); }
  header .navBtn.active span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }
  header .navBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg); }
  header .navBtn span:nth-child(3) {
    margin-bottom: 0; }

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s; }

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1; }

/****************************************


3.フッター


*****************************************/
/****************************************


4.トップページ


*****************************************/
.mainTit {
  margin-top: 260px; }
  @media all and (max-width: 1024px) {
    .mainTit {
      margin-top: 325px; } }
  @media all and (max-width: 768px) {
    .mainTit {
      margin-top: 53%; } }

.mainTit action {
  opacity: 1; }

.mainTit h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 30px;
  text-align: center; }
  @media all and (max-width: 1024px) {
    .mainTit h2 {
      font-size: 64px;
      letter-spacing: 22px; } }
  @media all and (max-width: 768px) {
    .mainTit h2 {
      font-size: 36px;
      letter-spacing: 14.4px; } }
  @media all and (max-width: 576px) {
    .mainTit h2 {
      font-size: 28px;
      letter-spacing: 9px; } }

/****************************************
CONCEPT
*****************************************/
.concept {
  position: relative;
  padding-top: 115px; }
  .concept .conceptTit {
    display: flex;
    margin-bottom: 110px; }
    @media all and (max-width: 1280px) {
      .concept .conceptTit {
        margin-bottom: 165px; } }
    @media all and (max-width: 1024px) {
      .concept .conceptTit {
        margin-bottom: 340px; } }
    @media all and (max-width: 768px) {
      .concept .conceptTit {
        margin-bottom: 100px; } }
  .concept .img {
    width: 45%; }
    @media all and (max-width: 768px) {
      .concept .img {
        width: 65%; } }
  .concept .img img {
    width: 100%; }
  .concept .conceptTit .txtWrap {
    text-align: right;
    position: absolute;
    top: 100px;
    right: 120px; }
    @media all and (max-width: 1024px) {
      .concept .conceptTit .txtWrap {
        top: 265px;
        right: 50px; } }
    @media all and (max-width: 768px) {
      .concept .conceptTit .txtWrap {
        top: 220px;
        right: 26px; } }
  .concept .conceptBox .txtWrap {
    text-align: right;
    margin-right: 187px; }
    @media all and (max-width: 768px) {
      .concept .conceptBox .txtWrap {
        margin-right: auto; } }
  .concept .conceptBox .txtWrap .inner {
    width: auto; }
    @media all and (max-width: 768px) {
      .concept .conceptBox .txtWrap .inner {
        width: 90%; } }
  .concept .txtWrap h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 30px;
    line-height: 110px;
    margin-bottom: 75px; }
    @media all and (max-width: 1024px) {
      .concept .txtWrap h3 {
        font-size: 68px;
        letter-spacing: 18px;
        line-height: 73px; } }
    @media all and (max-width: 768px) {
      .concept .txtWrap h3 {
        font-size: 52px;
        letter-spacing: 14px;
        line-height: 55px;
        margin-bottom: 45px; } }
  .concept .txtWrap p {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 24px; }
    @media all and (max-width: 768px) {
      .concept .txtWrap p {
        letter-spacing: 0;
        line-height: 22px; } }
  .concept .txtWrap span {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 3; }
    @media all and (max-width: 768px) {
      .concept .txtWrap span {
        font-size: 18px; } }
  @media all and (max-width: 768px) {
    .concept .conceptBox {
      padding-top: 230px; } }
  .concept .conceptBox .flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 80px; }
    @media all and (max-width: 768px) {
      .concept .conceptBox .flex {
        display: block;
        margin-bottom: 55px; } }
  .concept .conceptBox .flex p {
    margin-right: auto;
    margin-left: auto; }
    @media all and (max-width: 768px) {
      .concept .conceptBox .flex p {
        font-size: 14px;
        margin-left: 10px;
        margin-bottom: 40px; } }
  .concept .conceptBox .flex .inner {
    width: auto; }
    @media all and (max-width: 768px) {
      .concept .conceptBox .flex .inner {
        width: 90%; } }
  @media all and (max-width: 768px) {
    .concept .conceptBox .img {
      margin-left: auto; } }

/****************************************
MOVIE
*****************************************/
.movie {
  padding-top: 100px;
  margin-bottom: 20px; }
  @media all and (max-width: 768px) {
    .movie {
      padding-top: 100px; } }
  .movie .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    @media all and (max-width: 1280px) {
      .movie .inner {
        width: 90%; } }
  .movie .iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden; }
  .movie .iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

/****************************************
PLAN
*****************************************/
.plan {
  padding-top: 150px; }
  @media all and (max-width: 768px) {
    .plan {
      padding-top: 95px; } }
  .plan > .tit {
    margin-bottom: 70px; }
    .plan > .tit > .img {
      margin-bottom: 25px; }
      @media all and (max-width: 768px) {
        .plan > .tit > .img {
          width: 160px; } }
  .plan .accordion {
    font-weight: bold;
    line-height: 42px;
    transition: 0.3s;
    padding-bottom: 30px;
    border-bottom: 2px solid #111;
    margin-bottom: 30px; }
    .plan .accordion .tit {
      cursor: pointer;
      display: flex;
      align-items: center;
      position: relative; }
      @media all and (max-width: 768px) {
        .plan .accordion .tit {
          display: grid; } }
    .plan .accordion .tit span:nth-child(1) {
      width: 50%;
      font-size: 48px;
      font-weight: bold;
      line-height: 1; }
      @media all and (max-width: 768px) {
        .plan .accordion .tit span:nth-child(1) {
          width: 100%;
          font-size: 28px;
          margin-bottom: 10px; } }
    .plan .accordion .tit span:nth-child(2) {
      width: 50%;
      font-size: 12px;
      padding-right: 50px;
      line-height: 1.5; }
      @media all and (max-width: 768px) {
        .plan .accordion .tit span:nth-child(2) {
          width: 85%;
          padding-right: 0; } }
    .plan .accordion .tit:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 25px;
      height: 25px;
      border: 3px solid;
      border-color: transparent transparent #565656 #565656;
      transform: translateY(-100%) rotate(-45deg);
      transition: 0.3s; }
      @media all and (max-width: 768px) {
        .plan .accordion .tit:after {
          width: 10px;
          height: 10px;
          top: 15%; } }
    .plan .accordion .tit.active:after {
      transform: translateY(-50%) rotate(-225deg);
      transition: 0.2s; }
    .plan .accordion .txt {
      height: 0;
      margin-top: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.8s ease-in; }
    .plan .accordion .tit.active ~ .txt {
      height: auto;
      margin-top: 16px;
      opacity: 1;
      transition: all 0.8s ease-in; }
      @media all and (max-width: 768px) {
        .plan .accordion .tit.active ~ .txt {
          margin-top: 0; } }
    .plan .accordion .txtInner {
      display: flex;
      justify-content: space-between;
      padding: 40px 10px 40px 10px; }
      @media all and (max-width: 768px) {
        .plan .accordion .txtInner {
          display: block; } }
    .plan .accordion .txtInner .img {
      width: 35%;
      margin-right: 5%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media all and (max-width: 768px) {
        .plan .accordion .txtInner .img {
          width: 65%;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 20px; } }
    .plan .accordion .txtInner .item {
      width: 60%; }
      @media all and (max-width: 768px) {
        .plan .accordion .txtInner .item {
          width: 100%;
          margin-right: auto;
          margin-left: auto; } }
    .plan .accordion .item {
      text-align: center; }
      .plan .accordion .item h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media all and (max-width: 768px) {
          .plan .accordion .item h4 {
            font-size: 14px; } }
      .plan .accordion .item .box {
        margin-bottom: 30px; }
      .plan .accordion .item .boxTit {
        margin-bottom: 20px; }
      .plan .accordion .item h5 {
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 8px;
        display: flex;
        align-items: center; }
        @media all and (max-width: 768px) {
          .plan .accordion .item h5 {
            font-size: 18px; } }
      .plan .accordion .item h5:before,
      .plan .accordion .item h5:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #111; }
      .plan .accordion .item h5:before {
        margin-right: 1rem; }
      .plan .accordion .item h5:after {
        margin-left: 1rem; }
      .plan .accordion .item h5 + p {
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 20px; }
        @media all and (max-width: 768px) {
          .plan .accordion .item h5 + p {
            font-size: 12px; } }
      .plan .accordion .item ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
      .plan .accordion .item ul li {
        width: calc( 100% / 6 );
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
      .plan .accordion .item .box.allDay ul {
        width: 70%;
        margin-left: auto;
        margin-right: auto; }
      .plan .accordion .item .box.allDay ul li {
        width: calc( 100% / 4 ); }
      .plan .accordion .item ul li img {
        max-width: 70px;
        display: inline-block; }
        @media all and (max-width: 768px) {
          .plan .accordion .item ul li img {
            max-width: 35px; } }
      .plan .accordion .item span {
        line-height: 1.2;
        font-size: 10px; }
        @media all and (max-width: 768px) {
          .plan .accordion .item span {
            font-size: 2.1vw; } }
      .plan .accordion .item .boxSchedule ul {
        position: relative; }
      .plan .accordion .item .boxSchedule ul:after {
        content: "";
        width: 85%;
        height: 1px;
        background: #111;
        position: absolute;
        bottom: 61px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
        @media all and (max-width: 768px) {
          .plan .accordion .item .boxSchedule ul:after {
            bottom: 55px; } }
      .plan .accordion .item .boxSchedule.allDay ul {
        justify-content: flex-start; }
      .plan .accordion .item .boxSchedule.allDay ul:after {
        content: "";
        width: 30%;
        height: 1px;
        background: #111;
        position: absolute;
        bottom: 61px;
        left: 125px;
        z-index: -1; }
        @media all and (max-width: 1024px) {
          .plan .accordion .item .boxSchedule.allDay ul:after {
            left: 110px; } }
        @media all and (max-width: 768px) {
          .plan .accordion .item .boxSchedule.allDay ul:after {
            bottom: 72px;
            left: 115px; } }
        @media all and (max-width: 576px) {
          .plan .accordion .item .boxSchedule.allDay ul:after {
            bottom: 55px;
            left: 73px; } }
      .plan .accordion .item .boxSchedule.allDay ul:before {
        content: "";
        width: 85%;
        height: 1px;
        background: #111;
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
        @media all and (max-width: 768px) {
          .plan .accordion .item .boxSchedule.allDay ul:before {
            top: 52px; } }
      .plan .accordion .item .boxSchedule li {
        width: calc( 100% / 7 ); }
      .plan .accordion .item .boxSchedule li span {
        font-weight: bold;
        background: #111;
        padding: 5px 7px;
        color: #FFF;
        margin-top: 5px;
        margin-bottom: 15px; }
      .plan .accordion .item .boxSchedule li:nth-child(2) span {
        font-size: 12px; }
        @media all and (max-width: 768px) {
          .plan .accordion .item .boxSchedule li:nth-child(2) span {
            font-size: 2.7vw; } }
      .plan .accordion .item .boxSchedule li p {
        height: 2em;
        line-height: 1.2;
        font-size: 10px;
        font-weight: bold; }
        @media all and (max-width: 768px) {
          .plan .accordion .item .boxSchedule li p {
            font-size: 2.1vw; } }

/****************************************
FACILITY
*****************************************/
.facility {
  padding-top: 160px; }
  @media all and (max-width: 768px) {
    .facility {
      padding-top: 90px; } }
  .facility > .tit {
    margin-bottom: 40px; }
    .facility > .tit > .img {
      margin-bottom: 25px; }
      @media all and (max-width: 768px) {
        .facility > .tit > .img {
          width: 300px; } }
  .facility .parallax {
    position: relative;
    width: 100%;
    height: 40vw; }
    @media all and (max-width: 768px) {
      .facility .parallax {
        height: 85vw; } }
    .facility .parallax .parallaxItem {
      position: absolute;
      left: 0;
      bottom: 0;
      display: inline-block;
      transition: 0.8s;
      box-sizing: border-box; }
  .facility .item {
    display: flex;
    justify-content: space-between;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 30px;
    margin-bottom: 150px;
    box-sizing: border-box; }
    @media all and (max-width: 768px) {
      .facility .item {
        flex-wrap: wrap;
        padding-top: 250px;
        margin-bottom: 20px; } }
  @media all and (max-width: 768px) and (max-width: 576px) {
    .facility .item {
      padding-top: 70px; } }

    @media all and (max-width: 768px) {
      .facility .item:nth-child(2) {
        padding-top: 0; } }
    @media all and (max-width: 768px) {
      .facility .item:nth-child(2) .itemCenter {
        padding-top: 0; } }
    .facility .item img {
      width: 100%;
      height: auto; }
    .facility .item .itemCenter {
      order: 2;
      width: 30vw;
      position: relative;
      z-index: 0;
      padding-top: 100px;
      z-index: 2; }
      @media all and (max-width: 768px) {
        .facility .item .itemCenter {
          order: 1;
          width: 80%;
          margin-left: auto;
          margin-right: auto; } }
    @media all and (max-width: 768px) {
      .facility .item .item:first-child .itemCenter {
        padding-top: 0; } }
    .facility .item .name {
      display: flex;
      justify-content: space-between;
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      overflow: hidden; }
      @media all and (max-width: 768px) {
        .facility .item .name {
          bottom: 30%; } }
      @media all and (max-width: 576px) {
        .facility .item .name {
          bottom: 27%; } }
    .facility .item .itemCenter span {
      display: block;
      transform: translateY(-100%);
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
    .facility .item .itemCenter span:nth-child(1) {
      transition-delay: 0.06s; }
    .facility .item .itemCenter span:nth-child(2) {
      transition-delay: 0.12s; }
    .facility .item .itemCenter span:nth-child(3) {
      transition-delay: 0.18s; }
    .facility .item .itemCenter span:nth-child(4) {
      transition-delay: 0.24s; }
    .facility .item .itemCenter span:nth-child(5) {
      transition-delay: 0.30s; }
    .facility .item .itemCenter span:nth-child(6) {
      transition-delay: 0.36s; }
    .facility .item .itemCenter span:nth-child(7) {
      transition-delay: 0.42s; }
    .facility .item .itemCenter span:nth-child(8) {
      transition-delay: 0.48s; }
    .facility .item .itemCenter span:nth-child(9) {
      transition-delay: 0.54s; }
    .facility .item .itemCenter span:nth-child(10) {
      transition-delay: 0.60s; }
    .facility .item .itemCenter span:nth-child(11) {
      transition-delay: 0.66s; }
    .facility .item .itemCenter span:nth-child(12) {
      transition-delay: 0.72s; }
    .facility .item .itemCenter span:nth-child(13) {
      transition-delay: 0.78s; }
    .facility .item .itemCenter span:nth-child(14) {
      transition-delay: 0.84s; }
    .facility .item .itemCenter span:nth-child(15) {
      transition-delay: 0.90s; }
    .facility .item .itemCenter span.action {
      transform: translateY(0%); }
    .facility .item .itemCenter span {
      font-size: 6vw;
      letter-spacing: 30px;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      display: inline-block; }
      @media all and (max-width: 768px) {
        .facility .item .itemCenter span {
          font-size: 8vw;
          letter-spacing: 12px; } }
    @media all and (max-width: 768px) {
      .facility .item .parallaxWrap {
        display: flex;
        justify-content: space-around; } }
    .facility .item .itemLeft {
      position: relative;
      z-index: 1;
      order: 1;
      width: 20vw; }
      @media all and (max-width: 768px) {
        .facility .item .itemLeft {
          order: 2;
          width: 40vw; } }
    .facility .item .itemRight {
      position: relative;
      z-index: 1;
      order: 3;
      width: 20vw; }
      @media all and (max-width: 768px) {
        .facility .item .itemRight {
          width: 40vw; } }
    .facility .item .item1-2 {
      padding-left: 5vw; }
    .facility .item .item1-3 {
      padding-right: 3vw; }
    .facility .item .item1-5 {
      padding-right: 5vw; }
  .facility .item:last-child {
    margin-bottom: 20px; }
    .facility .item:last-child .item1-4 {
      width: 70%; }

/****************************************
ITEM
*****************************************/
#item {
  padding-top: 200px; }
  #item h3 {
    width: 323px;
    margin-bottom: 100px; }
    @media all and (max-width: 768px) {
      #item h3 {
        width: 145px;
        margin-bottom: 40px; } }
  #item h3 img {
    width: 100%; }
  #item .food {
    margin-bottom: 130px; }
    @media all and (max-width: 768px) {
      #item .food {
        margin-bottom: 50px; } }
  #item h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1.8px;
    margin-bottom: 40px; }
    @media all and (max-width: 768px) {
      #item h4 {
        font-size: 22px; } }
  #item .photoDress h4 {
    margin-bottom: 0; }
  #item .accordion {
    font-weight: bold;
    line-height: 42px;
    transition: 0.3s;
    padding-bottom: 30px;
    border-bottom: 2px solid #111;
    margin-bottom: 30px; }
    @media all and (max-width: 768px) {
      #item .accordion {
        margin-bottom: 30px; } }
    #item .accordion .tit {
      cursor: pointer;
      display: flex;
      align-items: center;
      position: relative; }
      @media all and (max-width: 768px) {
        #item .accordion .tit {
          padding-bottom: 5px; } }
    #item .accordion .tit span:nth-child(1) {
      font-family: 'Roboto', sans-serif;
      width: 70%;
      font-size: 48px;
      font-weight: bold;
      line-height: 1; }
      @media all and (max-width: 768px) {
        #item .accordion .tit span:nth-child(1) {
          width: 100%;
          font-size: 24px; } }
    #item .accordion .tit span:nth-child(2) {
      width: 30%;
      font-size: 12px;
      padding-right: 50px;
      line-height: 1.5; }
    #item .accordion .tit:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 25px;
      height: 25px;
      border: 3px solid;
      border-color: transparent transparent #565656 #565656;
      transform: translateY(-100%) rotate(-45deg);
      transition: 0.3s; }
      @media all and (max-width: 768px) {
        #item .accordion .tit:after {
          width: 10px;
          height: 10px; } }
    #item .accordion .tit.active:after {
      transform: translateY(-50%) rotate(-225deg);
      transition: 0.2s; }
    #item .accordion .txt {
      height: 0;
      margin-top: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.8s ease-in; }
    #item .accordion .tit.active ~ .txt {
      height: auto;
      margin-top: 16px;
      opacity: 1;
      transition: all 0.8s ease-in; }
      @media all and (max-width: 768px) {
        #item .accordion .tit.active ~ .txt {
          margin-top: 0; } }
    #item .accordion .txtInner {
      display: flex;
      justify-content: space-between;
      padding: 40px 10px 40px 10px; }
      @media all and (max-width: 768px) {
        #item .accordion .txtInner {
          display: block;
          padding: 0 10px; } }
    #item .accordion .txtInner .img {
      width: 50%;
      margin-right: 5%; }
      @media all and (max-width: 768px) {
        #item .accordion .txtInner .img {
          width: 100%;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 25px; } }
    #item .accordion .txtInner .img span {
      font-family: 'Roboto', sans-serif;
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 1.4px;
      line-height: 49px; }
      @media all and (max-width: 768px) {
        #item .accordion .txtInner .img span {
          font-size: 22px; } }
    #item .accordion .txtInner .img p {
      font-size: 12px;
      letter-spacing: 0.6px;
      line-height: 16px;
      margin-bottom: 20px; }
    #item .accordion .txtInner .menu {
      width: 50%; }
      @media all and (max-width: 768px) {
        #item .accordion .txtInner .menu {
          width: 100%;
          margin-right: auto;
          margin-left: auto; } }
    #item .accordion .menu h5 {
      font-family: 'Roboto', sans-serif;
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 30px; }
      @media all and (max-width: 768px) {
        #item .accordion .menu h5 {
          font-size: 24px;
          margin-bottom: 0; } }
    #item .accordion .menu .box {
      margin-bottom: 30px; }
      @media all and (max-width: 768px) {
        #item .accordion .menu .box {
          margin-bottom: 0; } }
    #item .accordion .menu ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
    #item .accordion .menu ul li {
      width: 100%;
      font-weight: bold;
      line-height: 1.3;
      padding-top: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid; }
    #item .accordion .menu ul li:last-child {
      border-bottom: none; }
    #item .accordion .swiper-button-prev,
    #item .accordion .swiper-button-next {
      width: 46px;
      height: 46px;
      background-size: 46px 46px;
      top: 88%; }
      @media all and (max-width: 768px) {
        #item .accordion .swiper-button-prev,
        #item .accordion .swiper-button-next {
          width: 35px;
          height: 35px;
          background-size: 35px 35px; } }
    #item .accordion .swiper-button-next {
      background-image: url("img/btnSlideFood.svg");
      background-repeat: no-repeat;
      right: 4%; }
    #item .accordion .swiper-button-prev {
      background-image: url("img/btnSlideFood.svg");
      background-repeat: no-repeat;
      transform: scale(-1, 1);
      left: 75%; }
      @media all and (max-width: 768px) {
        #item .accordion .swiper-button-prev {
          left: 71%; } }
    #item .accordion .swiper-button-prev:after,
    #item .accordion .swiper-button-next:after {
      display: none; }
  #item .photoDress.inner {
    width: auto; }
    @media all and (max-width: 768px) {
      #item .photoDress.inner {
        width: 100%; } }
  #item .photoDress {
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 768px) {
      #item .photoDress {
        display: block; } }
    #item .photoDress .box {
      margin-right: 185px; }
      @media all and (max-width: 768px) {
        #item .photoDress .box {
          margin-right: 20%; } }
    #item .photoDress .box:nth-child(2) {
      margin-top: 150px; }
      @media all and (max-width: 768px) {
        #item .photoDress .box:nth-child(2) {
          width: 360px;
          margin-left: auto; } }
      @media all and (max-width: 576px) {
        #item .photoDress .box:nth-child(2) {
          width: 240px;
          margin-top: 80px; } }
    #item .photoDress .box:last-child {
      margin-right: 0; }
    #item .photoDress .boxImg {
      width: 100%;
      overflow: hidden; }
    #item .photoDress .boxImg img {
      width: 100%;
      transition: 1s all; }
    #item .photoDress .box a:hover .boxImg img {
      transform: scale(1.2, 1.2);
      transition: 1s all; }
    #item .photoDress .txtWrap {
      display: flex;
      justify-content: flex-end;
      margin-top: 20px; }
    @media all and (max-width: 768px) {
      #item .photoDress .txtWrap img {
        width: 30px; } }
    #item .photoDress .txt {
      margin-right: 100px; }
      @media all and (max-width: 768px) {
        #item .photoDress .txt {
          margin-right: 60px; } }
    #item .photoDress .txt p {
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 1.2px; }

@media (prefers-reduced-motion: reduce) {
  .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img {
    transition-duration: 100ms !important; } }
/****************************************
GALLERY
*****************************************/
.gallery {
  padding-top: 230px;
  position: relative; }
  @media all and (max-width: 768px) {
    .gallery {
      padding-top: 130px; } }
  .gallery .tit {
    position: absolute;
    top: 230px;
    left: 150px; }
    @media all and (max-width: 1024px) {
      .gallery .tit {
        width: 500px;
        position: absolute;
        top: 230px;
        left: 65px; } }
    @media all and (max-width: 768px) {
      .gallery .tit {
        width: 275px;
        top: 160px;
        left: 32px; } }
  .gallery .gallerySlider {
    padding-top: 100px;
    padding-left: 70px;
    box-sizing: border-box; }
    @media all and (max-width: 768px) {
      .gallery .gallerySlider {
        width: 80%;
        padding-top: 150px;
        padding-left: 0; } }
  .gallery .galleryPrev,
  .gallery .galleryNext {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    top: 38px; }
    @media all and (max-width: 768px) {
      .gallery .galleryPrev,
      .gallery .galleryNext {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        top: 110px; } }
  .gallery .galleryNext {
    background-image: url("img/btnSlideFood.svg");
    background-repeat: no-repeat;
    right: 90px; }
    @media all and (max-width: 1024px) {
      .gallery .galleryNext {
        right: 60px; } }
    @media all and (max-width: 768px) {
      .gallery .galleryNext {
        right: 5px; } }
  .gallery .galleryPrev {
    background-image: url("img/btnSlideFood.svg");
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    left: auto;
    right: 195px; }
    @media all and (max-width: 1024px) {
      .gallery .galleryPrev {
        right: 170px; } }
    @media all and (max-width: 768px) {
      .gallery .galleryPrev {
        left: auto;
        right: 70px; } }
  .gallery .swiper-button-prev:after,
  .gallery .swiper-button-next:after {
    display: none; }
  .gallery .swiper-wrapper {
    padding-bottom: 150px; }
    .gallery .swiper-wrapper .swiper-slide:nth-child(2n-1) {
      transform: translateY(135px); }
      @media all and (max-width: 768px) {
        .gallery .swiper-wrapper .swiper-slide:nth-child(2n-1) {
          transform: translateY(0); } }
    .gallery .swiper-wrapper .swiper-slide:nth-child(2n) {
      transform: translateY(25px); }
      @media all and (max-width: 768px) {
        .gallery .swiper-wrapper .swiper-slide:nth-child(2n) {
          transform: translateY(0); } }

/****************************************
ACCESS
*****************************************/
.access {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 200px; }
  @media all and (max-width: 1024px) {
    .access {
      margin-bottom: 130px; } }
  @media all and (max-width: 768px) {
    .access {
      padding-top: 40px; } }
  .access .tit {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    @media all and (max-width: 768px) {
      .access .tit {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; } }
  .access .txtWrap {
    margin-bottom: 30px; }
  .access .txtWrap p, .access a {
    letter-spacing: 1.3px; }
  .access .googleMap {
    display: flex;
    justify-content: center;
    align-items: center; }
  .access .googleMap p {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    letter-spacing: 1.05px;
    margin-right: 30px; }
  @media all and (max-width: 768px) {
    .access .googleMap img {
      width: 40px; } }

/****************************************
トップへもどるボタン
*****************************************/
.totop {
  position: fixed;
  bottom: 130px;
  right: 35px;
  z-index: 99; }
  @media all and (max-width: 768px) {
    .totop {
      bottom: 85px;
      right: 10px; } }
  .totop a {
    width: 65px;
    height: 65px;
    transform: rotate(-90deg); }
    @media all and (max-width: 768px) {
      .totop a {
        width: 50px;
        height: 50px; } }
  .totop a img {
    width: 100%; }

.weddingFair {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: all 0.8s;
  z-index: 4; }
  @media all and (max-width: 768px) {
    .weddingFair {
      width: 100%;
      height: auto;
      position: fixed;
      bottom: 0;
      right: 0; } }
  .weddingFair img {
    max-width: 100%;
    height: auto; }
  .weddingFair:hover {
    opacity: 0.8; }

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