/* CSS Document */
/* PC
---------------------------------------------------------------------- */
@media (min-width: 1001px) {

  /* common
  ---------------------------------------------------------------------- */
  .mainTop .inner {
    padding: 70px 0 60px;
  }

  .index h3 {
    font-size: 1.625em;
    letter-spacing: 0.2em;
  }

  .index p {
    font-size: 1.125em;
    letter-spacing: 0.075em;
    line-height: 1.75;
    text-align: center;
  }

  .index h4 {
    line-height: 1.75;
    font-size: 1.5em;
  }

  .ttlVox {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
  }

  .ttlVoxImg {
    width: 100%;
    height: 100%;
  }

  .ttlVoxImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ttlVoxDec {
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9990;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
  }

  .ttlVoxDec .ja {
    color: #fff;
    font-size: 2em;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }

  .ttlVoxDec .en {
    color: #fff;
    font-size: 0.875em;
    display: block;
    letter-spacing: 0.2em;
  }

  .wedding_list {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wedding_list li {
    width: 47%;
  }

  .wedding_list li p {
    margin-top: 10px;
    text-align: center;
    font-size: 1.5625em;
  }

  /* mv
  ---------------------------------------------------------------------- */
  #mainvisual {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
    position: relative;
    background: #373738;
  }

  #mainvisual .mvslide {
    width: 100%;
    height: 100%;
    z-index: 9995;
    overflow: hidden;
    position: absolute;
  }

  #mainvisual .slick-slide {
    width: 100%;
    height: 100vh;
    min-height: 800px;
  }

  #mainvisual .slick-slide>div {
    height: 100%;
  }

  #mainvisual .slick-slide>div .slide-item {
    height: 100%;
  }

  #mainvisual .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #mainvisual h2.copy {
    top: 50%;
    left: 50%;
    z-index: 9998;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-81%, -47%);
    transform: translate(-81%, -47%);
  }

  #mainvisual h2.copy span {
    display: block;
    width: 785px;
  }

  /* inner
  ---------------------------------------------------------------------- */
  /* news */
  .news {
    width: 100%;
    padding: 95px 0 95px;
    background: #F2EDE9;
  }

  .news .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .news .inner .news_ttl {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1.6;
  }

  .news .inner .news_ttl .ja {
    font-size: 1.75em;
    letter-spacing: 0.075em;
  }

  .news .inner .news_ttl .en {
    color: #333333;
    font-size: 0.875em;
    letter-spacing: 0.075em;
    display: block;
  }

  .news .inner div.news_list ul {
    width: 100%;
    max-width: 836px;
    margin: 0 auto;
    padding: 0 60px;
  }

  .news .inner div.news_list ul li {
    width: 222px !important;
    background: #fff;
    text-align: left;
    margin-right: 10px;
  }

  .news .inner div.news_list ul li .img img {
    width: 100% !important;
  }

  .news .inner div.news_list ul li .txt {
    padding: 14px 12px;
  }

  .news .inner div.news_list ul li p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0.875em;
    display: inline-block;
  }

  .news .slick-arrow:before {
    content: "" !important;
  }

  .news .slick-prev {
    left: 0 !important;
    width: 17px !important;
    height: 19px !important;
    z-index: 10;
    background: url("../images/pr.svg") center center no-repeat !important;
    background-size: contain !important;
  }

  .news .slick-next {
    right: 0 !important;
    width: 17px !important;
    height: 19px !important;
    z-index: 10;
    background: url("../images/pr.svg") center center no-repeat !important;
    background-size: contain !important;
    -webkit-transform: scale(-1, 1) !important;
    transform: scale(-1, 1) !important;
  }

  /* concept */
  .concept {
    position: relative;
    padding: 135px 0 250px;
  }

  .concept .mainw {
    position: relative;
  }

  .concept .mainw::after {
    content: "";
    display: block;
    width: 60vw;
    height: 106%;
    background-color: #F0F4F6;
    position: absolute;
    bottom: -110px;
    right: calc(50% - 50vw);
    width: calc(50vw + 305px);
    z-index: -1;
  }

  .concept .imgArea {
    position: absolute;
    right: calc(50% - 50vw);
    width: 49vw;
    height: 100%;
    height: 522px;
  }

  .concept .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .concept .imgArea img.imgSub {
    width: 479px;
    position: absolute;
    height: auto;
    bottom: -73px;
    left: -261px;
  }

  .concept .decArea {
    height: 100%;
    width: 50%;
    min-height: 540px;
    padding-top: 20px;
    padding-left: 25px;
  }

  .concept .decArea p {
    font-size: 0.875em;
    letter-spacing: 0;
    text-align: left;
  }

  .concept_ttl .ja {
    display: block;
    font-size: 2em;
    color: #618DA1;
    letter-spacing: 0.2em;
    line-height: 1.4375;
  }

  .concept_ttl .en {
    display: block;
    font-size: 1.25em;
    line-height: 1.5;
    color: #618DA1;
    letter-spacing: 0.2em;
    padding-left: 5px;
  }

  /* hall */
  .hall {
    padding-bottom: 20px;
  }

  .hall .wedding_list h3 {
    text-align: center;
    line-height: 1.5;
  }

  .hall .wedding_list li p {
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1.625;
  }

  /* dress */
  .dress {
    background-color: #F2EDE9;
  }

  .dress .inner {
    padding: 70px 0 112px;
  }

  .dress_list {
    margin: 0 -10px;
  }

  .dress .slick-slide {
    margin: 0 19px;
  }

  .dress .slick-dots {
    bottom: -90px;
  }

  .dress .slick-dots li {
    width: 90px;
    height: 4px;
    background: #DAE4E9;
    cursor: pointer;
  }

  .dress .slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .dress .slick-dots li:hover,
  .dress .slick-dots li.slick-active {
    background: #A9C1CC;
  }

  /* banquet */
  .banquet .wedding_list h3 {
    text-align: center;
    line-height: 1.5;
  }

  .wedding_list li p {
    font-size: 0.875em;
  }

  /* cuisine */
  .cuisine .inner {
    background-color: #F2EDE9;
    padding: 70px 0 85px;
  }

  .cuisine .wedding_list li {
    width: 48%;
  }

  .cuisine .wedding_list h3 {
    font-size: 1em;
    text-align: center;
  }

  .cuisine .wedding_list h3 .ja {
    font-size: 1.625em;
    line-height: 1.4;
    letter-spacing: 0.2em;
  }

  .cuisine .wedding_list h3 .en {
    display: block;
    font-size: 0.625em;
    letter-spacing: 0.2em;
  }

  /* presents */
  .presents .inner {
    padding: 70px 0 83px;
  }

  .presents .heading {
    position: relative;
    padding-bottom: 84px;
    border-bottom: 5px solid #D25E34;
  }

  .presents .heading::after {
    content: "";
    display: block;
    width: 124px;
    height: 98px;
    background: url(../images/index/presents_deco.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: #fff;
  }

  .presents .heading p {
    font-size: 1.75em;
    letter-spacing: 0.2em;
    line-height: 1.75;
  }

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

  .presentsVox h3 {
    color: #C1272D;
    font-size: 2.5em;
    letter-spacing: 0.075em;
    line-height: 1.6;
  }

  .presentsVox .imgArea {
    width: 49.1%;
  }

  .presentsVox .decArea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6%;
    padding-top: 45px;
  }

  .presentsVox .price {
    font-size: 2.25em;
    letter-spacing: 0.015em;
    line-height: 1;
    text-align: left;
  }

  .presentsVox .price span {
    font-size: 0.667em;
  }

  .presentsVox dl {
    font-size: 1.125em;
    line-height: 1.75;
  }

  .presents_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .presents_list li {
    width: 30%;
    text-align: center;
  }

  .presents_list h4 {
    color: #C1272D;
    font-size: 1.5em;
    line-height: 1.3;
  }

  .presents_list p {
    font-size: 1.5em;
    letter-spacing: 0.075em;
  }

  .presents .note {
    font-size: 1em;
    letter-spacing: 0.2em;
  }

  .presents .celebratory h3 {
    color: #C1272D;
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.2em;
  }

  .presents .celebratory h4 {
    font-size: 2.5em;
    line-height: 1.5;
  }

  /* plan */
  .plan {
    padding: 0 0 175px;
  }

  .planVox {
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #618DA1;
    padding: 27px 10px 18px 25px;
    position: relative;
  }

  .planVox::after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #618DA1;
    z-index: 0;
  }

  .planVox .imgArea {
    width: 44%;
    z-index: 1;
  }

  .planVox .decArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 48%;
    z-index: 1;
    text-align: center;
    padding: 18px 0 18px 0;
  }

  .planVox .planSlider_thumb .slick-list {
    margin: 0 -10px;
  }

  .planVox .planSlider_thumb .slick-slide {
    margin: 0 10px;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .planVox .planSlider_thumb .slick-slide:hover {
    opacity: 0.7;
  }

  .planVox .planSlider_thumb .slick-slide.slick-current {
    position: relative;
  }

  .planVox .planSlider_thumb .slick-slide.slick-current::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
  }

  .planVox h4 {
    color: #618DA1;
    font-size: 1.625em;
    letter-spacing: 0.2em;
  }

  .planVox p {
    font-size: 1em;
    letter-spacing: 0.2em;
    white-space: nowrap;
  }

  .plan .planVox .note {
    font-size: 0.75em;
    letter-spacing: 0.2em;
  }

  .planVox .price {
    font-size: 1.625em;
    letter-spacing: 0.2em;
  }

  .planVox .cbtn {
    margin: auto auto 0;
  }

  .plan .note {
    font-size: 0.875em;
    letter-spacing: 0.075em;
  }
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {

  /* common
  ---------------------------------------------------------------------- */
  .mainTop .inner {
    padding: 3em 0 3em;
  }

  .index h3 {
    font-size: 1.625em;
    letter-spacing: 0.2em;
  }

  .index p {
    font-size: 1.125em;
    letter-spacing: 0.075em;
    line-height: 1.75;
    text-align: center;
  }

  .index h4 {
    line-height: 1.75;
    font-size: 1.5em;
  }

  .ttlVox {
    width: 100%;
    height: 70vw;
    position: relative;
    z-index: 0;
  }

  .ttlVoxImg {
    width: 100%;
    height: 100%;
  }

  .ttlVoxImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ttlVoxDec {
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9990;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
  }

  .ttlVoxDec .ja {
    color: #fff;
    font-size: 2em;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }

  .ttlVoxDec .en {
    color: #fff;
    font-size: 0.875em;
    display: block;
    letter-spacing: 0.2em;
  }

  .wedding_list {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
  }

  .wedding_list li p {
    margin-top: 2vw;
    text-align: center;
    font-size: 1.5625em;
  }

  /* mv
  ---------------------------------------------------------------------- */
  #mainvisual {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    background: #000;
  }

  #mainvisual .mvslide {
    width: 100%;
    height: 100vh;
    z-index: 9990;
  }

  #mainvisual .mvslide img {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #mainvisual h2.copy {
    top: 50%;
    left: 52%;
    z-index: 9998;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #mainvisual h2.copy span {
    display: block;
    width: 130vmin;
  }

  /* news */
  .news {
    overflow: hidden;
    background: #F2EDE9;
    padding: 3em 0 5em;
  }

  .news .inner {
    width: 90vw;
    margin: 0 auto;
    text-align: center;
  }

  .news .inner .news_ttl {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1.6;
  }

  .news .inner .news_ttl .ja {
    font-size: 1.75em;
    letter-spacing: 0.075em;
  }

  .news .inner .news_ttl .en {
    color: #333333;
    font-size: 0.875em;
    letter-spacing: 0.075em;
    display: block;
  }

  .news .inner div.news_list ul li {
    width: 92% !important;
    background: #fff;
    text-align: left;
  }

  .news .inner div.news_list ul li .txt {
    padding: 3vw;
  }

  .news .inner div.news_list ul li p {
    font-size: 1em;
  }

  .slick-prev,
  .slick-next {
    display: none;
  }

  /* concept */
  .concept {
    position: relative;
    padding: 5em 0 10em;
    overflow: hidden;
  }

  .concept .mainw::after {
    content: "";
    display: block;
    width: 60vw;
    height: 46%;
    background-color: #F0F4F6;
    position: absolute;
    bottom: 0;
    width: 100vw;
    z-index: -1;
    left: 0;
  }

  .concept .imgArea {
    width: 90vw;
  }

  .concept .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateX(5vw);
  }

  .concept .imgArea img.imgSub {
    width: 53vw;
    position: absolute;
    height: auto;
    bottom: -15vw;
    left: -6vw;
    transform: none;
  }

  .concept .decArea {
    margin-bottom: 2em;
  }

  .concept .decArea p {
    font-size: 0.875em;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
  }

  .concept_ttl .ja {
    display: block;
    font-size: 2em;
    color: #618DA1;
    letter-spacing: 0.2em;
    line-height: 1.4375;
  }

  .concept_ttl .en {
    display: block;
    font-size: 1.25em;
    line-height: 1.5;
    color: #618DA1;
    letter-spacing: 0.2em;
    padding-left: 5px;
  }

  /* hall */
  .hall {
    padding-bottom: 20px;
  }

  .hall .lead {
    margin: 0 -5vw;
  }

  .hall .wedding_list h3 {
    text-align: center;
    line-height: 1.5;
  }

  .hall .wedding_list li p {
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1.625;
  }

  /* dress */
  .dress {
    background-color: #F2EDE9;
    overflow: hidden;
  }

  .dress .inner {
    padding: 3em 0 5em;
  }

  .index .dress h3 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
  }

  .dress_list {
    margin: 0 -10px;
  }

  .dress .slick-slide {
    margin: 0 0.3em;
  }

  .dress .slick-dots {
    bottom: -5em;
    padding: 0 5vw;
  }

  .dress .slick-dots li {
    width: 5em;
    height: 15px;
    background: #DAE4E9;
    cursor: pointer;
  }

  .dress .slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .dress .slick-dots li:hover,
  .dress .slick-dots li.slick-active {
    background: #A9C1CC;
  }

  /* banquet */
  .index .banquet h3 {
    margin-bottom: 0.5em;
  }

  .banquet .wedding_list h3 {
    text-align: center;
    line-height: 1.5;
  }

  .wedding_list li p {
    font-size: 0.875em;
  }

  /* cuisine */
  .cuisine .inner {
    background-color: #F2EDE9;
  }

  .cuisine .wedding_list li:first-of-type {
    margin-bottom: 13.3vw;
  }

  .cuisine .wedding_list h3 {
    font-size: 1em;
    text-align: center;
  }

  .cuisine .wedding_list h3 .ja {
    font-size: 1.625em;
    line-height: 1.4;
    letter-spacing: 0.2em;
  }

  .cuisine .wedding_list h3 .en {
    display: block;
    font-size: 0.625em;
    letter-spacing: 0.2em;
  }

  /* presents */
  .presents .inner {
    padding: 3em 0 5em;
  }

  .presents .heading {
    position: relative;
    padding-bottom: 84px;
    border-bottom: 5px solid #D25E34;
  }

  .presents .heading::after {
    content: "";
    display: block;
    width: 124px;
    height: 98px;
    background: url(../images/index/presents_deco.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: #fff;
  }

  .presents .heading p {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    line-height: 1.75;
  }

  .presentsVox h3 {
    color: #C1272D;
    font-size: 2.5em;
    letter-spacing: 0.075em;
    line-height: 1.6;
  }

  .presentsVox .price {
    font-size: 2.25em;
    letter-spacing: 0.015em;
    line-height: 1;
    text-align: left;
  }

  .presentsVox .price span {
    font-size: 0.667em;
  }

  .presentsVox dl {
    font-size: 1.125em;
    line-height: 1.75;
  }

  .presents_list li {
    text-align: center;
  }

  .presents_list h4 {
    color: #C1272D;
    font-size: 1.5em;
    line-height: 1.3;
  }

  .presents_list p {
    font-size: 1.5em;
    letter-spacing: 0.075em;
    margin-bottom: 2em;
  }

  .presents .note {
    font-size: 1em;
    letter-spacing: 0.2em;
  }

  .presents .celebratory h3 {
    color: #C1272D;
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.2em;
  }

  .presents .celebratory h4 {
    font-size: 2.5em;
    line-height: 1.5;
  }

  /* plan */
  .plan {
    padding: 0 0 19em;
  }

  .plan .mainw {
    width: 90vw;
  }

  .plan h3 {
    font-size: 1.5em;
    margin: 0 -5vw 2.6vw;
  }

  .plan .lead {
    margin: 0 -5vw;
  }

  .planVox {
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid #618DA1;
    padding: 1.5em;
    position: relative;
  }

  .planVox::after {
    content: "";
    display: block;
    width: calc(100% - 1em);
    height: calc(100% - 1em);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #618DA1;
    z-index: -1;
  }

  .planVox .imgArea {
    z-index: 1;
    margin-bottom: 1em;
  }

  .planVox .decArea {
    z-index: 1;
    text-align: center;
  }

  .planVox .planSlider_thumb .slick-list {
    margin: 0 -1vw;
  }

  .planVox .planSlider_thumb .slick-slide {
    margin: 0 1vw;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .planVox .planSlider_thumb .slick-slide:hover {
    opacity: 0.7;
  }

  .planVox .planSlider_thumb .slick-slide.slick-current {
    position: relative;
  }

  .planVox .planSlider_thumb .slick-slide.slick-current::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
  }

  .planVox h4 {
    color: #618DA1;
    font-size: 1.625em;
    letter-spacing: 0.2em;
  }

  .planVox p {
    font-size: 1em;
    letter-spacing: 0.1em;
    margin: 0 -3vw;
  }

  .plan .planVox .note {
    font-size: 0.75em;
    letter-spacing: 0.2em;
  }

  .planVox .price {
    font-size: 1.625em;
    letter-spacing: 0.2em;
  }

  .planVox .cbtn {
    margin: 1em auto 0;
  }

  .plan .note {
    font-size: 0.875em;
    letter-spacing: 0.075em;
  }
}

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