@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Prata');

/* common */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 1.75;
    color: #010101;
    letter-spacing: 0;
    width: 100%;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto | grayscale;
    font-family: HiraMinProN-W3, "Yu Mincho", YuMincho, "Roboto Slab", "EB Garamond", "Times New Roman", "MS PMincho", serif;
}

.gothic,
.party__container__text{
    font-family: 'Montserrat',游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",  serif;
}



/* ===== HEADERNAVI ===== */

.headnavi-default {
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.headnavi-static {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .headnavi-static .headnavi-checkbox:checked ~ #headnavi-menu {
    position: absolute; }

.headnavi-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.headnavi-fixed-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }


.headnavi-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 58px; }

.headnavi-menu-left .headnavi-navigation, .headnavi-menu-left .headnavi-header {
  justify-content: flex-start; }

.headnavi-menu-right .headnavi-hamburger {
  margin-left: auto; }

.headnavi-brand {
  font-size: 1.6em;
}

.headnavi-brand-logo {
/*    height: 56px;*/
    padding: 4px 0 0 24px;
    width: 120px;
}

#headnavi-menu {
  min-height: 58px;
  transition: 0.6s ease;
  width: 100%; }

.headnavi-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0; }

#headnavi-menu a,
.headnavi-item a {
  text-decoration: none;
  cursor: pointer;
}

.headnavi-item {
  height: 42px; }
  .headnavi-item a {
    padding: 10px 14px;
    display: block;
    font-size: 12px;
    border-bottom: 1px dotted;
}

.headnavi-hamburger span, .headnavi-hamburger span::before, .headnavi-hamburger span::after {
  display: block;
  height: 2px;
  width: 26px;
  transition: 0.6s ease; }

#headnavi-menu.open li .headnavi-hamburger span {
  background-color: transparent; }
#headnavi-menu.open li .headnavi-hamburger span::before, #headnavi-menu.open li .headnavi-hamburger span::after {
    margin-top: 0; }

#headnavi-menu.open .headnavi-hamburger span::before {
  transform: rotate(45deg); }
#headnavi-menu.open .headnavi-hamburger span::after {
  transform: rotate(-45deg); }

#headnavi-menu .headnavi-hamburger {
  padding: 18px 24px 18px 24px;
  position: relative;
  cursor: pointer; }
  #headnavi-menu .headnavi-hamburger span::before, .headnavi-hamburger span::after {
    content: '';
    position: absolute; }
  #headnavi-menu .headnavi-hamburger span::before {
    margin-top: -8px; }
  #headnavi-menu .headnavi-hamburger span::after {
    margin-top: 8px; }

.headnavi-checkbox {
  display: none; }


  #headnavi-menu {
    overflow: hidden;
    height: 58px; }
.headnavi-item-sp{
    display: none;
}
@media screen and (max-width: 767px) {
  #headnavi-menu.open {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto; }
    .headnavi-item-sp{
        display: block;
    }
}

.dropdown {
  position: relative;
  height: auto;
  min-height: 58px; }
  .dropdown:hover > ul {
    position: relative;
    display: block;
    min-width: 100%; }
  .dropdown > a::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid; }
  .dropdown > ul {
    display: block;
    overflow-x: hidden;
    list-style: none;
    padding: 0; }
    .dropdown > ul .headnavi-item {
      min-width: 100%;
      height: 29px;
      padding: 5px 10px 5px 40px; }
      .dropdown > ul .headnavi-item a {
        min-height: 29px;
        line-height: 29px;
        padding: 0; }

@media screen and (min-width: 768px) {
  .headnavi-navigation {
    flex-flow: row;
    justify-content: flex-end; }

  .headnavi-hamburger {
    display: none; }

  .headnavi-checkbox:not(:checked) ~ #headnavi-menu {
    overflow: visible; }
  .headnavi-checkbox:checked ~ .headnavi-menu{
    height: 58px; }

  #headnavi-menu .headnavi-item {
    border-top: 0;
    height: 58px; }
  .headnavi-item a {
    padding: 18px 14px;
    border-bottom: none;
    }

  .headnavi-menu-right .headnavi-header {
    margin-right: auto; }

  .dropdown {
    height: 58px; }
    .dropdown:hover > ul {
      position: absolute;
      left: 0;
      top: 58px;
      padding: 0; }
    .dropdown > ul {
      display: none; }
      .dropdown > ul .headnavi-item {
        padding: 5px 10px; }
        .dropdown > ul .headnavi-item a {
          white-space: nowrap; }
}

/* ===== NAVI COLOR ===== */

.headnavi-menu-light,
.headnavi-menu-light .dropdown ul {
  background-color: #FFF;
  color: #c9ad6b; }

.headnavi-menu-light .active,
.headnavi-menu-light .headnavi-item:hover {
  background-color: #c9ad6b;
  color: #FFF; }
.headnavi-menu-light .headnavi-hamburger span,
.headnavi-menu-light .headnavi-hamburger span::before,
.headnavi-menu-light .headnavi-hamburger span::after {
  background-color: #c9ad6b; }

.headnavi-navigation .section-anchor{
    margin-top: 40px;
}

.center{
    text-align: center;
    color: #666;
}

@media screen and (min-width: 768px) {
    .headnavi-menu-light li:nth-last-of-type(2){
        background-color: #063A56;
        color: #FFF;
    } 
}
/* ===== INFO ===== */


.section-anchor {
    margin: 1em auto;
/*    border: 1px solid #c9ad6b;*/
    line-height: 3.3;
/*    background-color: #c9ad6b;*/
    color: #fff;
    text-align: center;
    width: 200px;
    border-radius: 3px;
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms;
}

#info{
    background-color: #EEE;
    padding-bottom: 2%;
}

.Party__info .section-anchor{
    width: 290px;
}

.Party__info{
    text-align: center;
}
.Party__info h3{
    font-size: 120%;
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
    display: inline-block;
    margin-bottom: 20px;
}

.Party__info h4{
    padding-top: 35px;
}

.Party__info strong{
    font-size: 180%;
    padding-left: 10px;
}

/* ===== Images 設定 ===== */

.img {
    max-width: 100%;
    height: auto;
}

/* ======== section header ========= */


header.Party__section__header{
    text-align: center;
    font-family: 'Prata', serif;
}

header.Party__section__header .Party__section__header__img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 60vh;
    background-image: url(./images/main_01.jpg);
    margin-top: -20px;
}
header.Party__section__header > h2{
    font-size: 3.2em;
    padding-top: 7%;
}


header.Party__section__header > h2 > span{
    display: block;
    margin-top: 0px;
    font-size: 16px;
}


.Party__section__header__text{
    padding: 0 15px;
    text-align: center;
    line-height: 2.5em;
    margin-top: 5%;
    margin-bottom: 5%;
}

.Party__section__header__text > h3 {
    font-size: 1.3em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #44403b;
}


/* ===== container 設定 ===== */

.Party__container{
    width: 100%;
    max-width: 1024px;
    margin: 70px auto;
    padding: 0 15px;
}

/* ======== section container ========= */

.Party__contents{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
      -webkit-box-lines:multiple;
      -moz-box-lines:multiple;
      -webkit-flex-wrap:wrap;
      -moz-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.Party__container__nav > div {
  font-size: 110%;
}

.Party__container__nav > div > a {
  text-align: center;
  width: 300px;
  border: 1px solid #44403b;
  padding: 10px 20px;
  margin: 0 auto;
/*    display: block;*/
}

.Party__container__nav > div > a span {
    font-size: 85%;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #44403b;
    display: block;
}



.Party__container__title{
    font-size: 30px;
    padding-bottom: 20px;
}

.Party__container__title > span{
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-left: 1em;
    line-height: 1em;
}

.Party__container__title > span:before,
.Party__container__title > span:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #44403b;
}
.Party__container__title > span:before{
    left: 0;
}
.Party__container__title > span:after{
    right: 0;
}

.Party__container__subtitle{
    font-size: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ab892f;
}


/* ======== #VENUE ========= */

.venue__text{
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

/* ======== #PARTY ========= */

#party{
    text-align: center;
}

.party__titel{
    text-align: center;
    font-size: 36px;
    padding-top: 30px;
    color: #c9ad6b;
}

.party__container__inner{
    width: 100%;
    margin: 40px auto 80px;
    text-align: center;
}

.party__container__inner > div{
    padding: 0 20px 0 0;
    width: 50%;
}

.party__container__text{
    text-align: left;
}

.party__container__text > ul {
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #f1e9d4;
    color: #666;
}

.party__container__text > ul > li {
    line-height: 2.5;
}

.party__container__inner .Party__container__title{
    padding-top: 1vw;
}

/*event__container*/
.event__container > ul{
    margin: 3% 0;
}
.event__container > ul li{
    font-size: 1em;
    width: 8.2em;
    display: inline-block;
    background-color: #EEE;
    padding: .5em;
    margin: .5em;
}

.event__contents{
    text-align: left;
    margin: 20px 0;
}

.event__contents__text h3{
    font-size: 1.3em;
    margin-bottom: .5em;
    margin-top:  .5em;
}


/* event__container */

.event__contents__wrp{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.event__contents{
    padding: 10px;
    max-width: 470px;
}


/* mice__container */

.mice__container{
    width: 100%;
    padding: 10px;        
}

.mice__container .Party__container__title{
    padding-bottom: 0;
    font-size: 32px;
    text-align: center;     
}

/* =================================================
   Only PC Style
================================================== */

@media (min-width:1025px) {

    /* ======== #VENUE ========= */
    .venue__img{
        width: 600px;
    }

    .venue__text{
        height: 367px;
        padding-top: 1em;
        width: 375px;
        padding-left: 15px;
        border-bottom: 1px #666 solid;
        border-top: 1px #666 solid;
        margin-top: -6px;
    }

}

@media (min-width:769px) {

    .sp{
        display: none;
    }
    .Party__container__nav > div > a:hover {
      background-color: #c9ad6b;
      border-color: #c9ad6b;
      color: #FFF;
    }
    .Party__container__nav > div > a:hover span {
        border-top-color: #FFF;
    }

    .party__container__inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .party__container__inner:nth-child(even){
        flex-direction: row-reverse;
    }

}

@media (min-width:768px) {
    /* mice__container */
    .mice__container{
        width: 50%;
    }

    /* event__container */
    .event__contents{
        width: 30%;
    }
}

/* =================================================
   Only SP/MD Style
================================================== */
@media (max-width:1025px) {

    header.Party__section__header .Party__section__header__img{
        height: 380px;
        background-image: url(./images/main_02-1025px.jpg);
    }

    /* ======== #VENUE ========= */
    .venue__text{
        display: flex;
        max-width: 800px;
    }
    .venue__text__inner{
        width: 50%;
    }

}
@media (max-width:768px) {

    .pc{
        display: none;
    }

    header.Party__section__header .Party__section__header__img {
        height: 280px;
        background-image: url(./images/main_03-768px.jpg);
    }

    header.Party__section__header > h2{
        font-size: 2em;
    }

    .Party__section__header__text > h3 {
        font-size: 15px;
    }
    .Party__contents.Party__container__nav{
        display: block;
    }

    .Party__container__nav > div {
      font-size: 100%;
    }

    .Party__container__nav > div > a {
        width: 80%;
        border: none;
        border-bottom: 1px solid #44403b;
    }

    .Party__container__nav > div > a span {
        display: inline-block;
        border-top: none;
        padding-left: 1.5em;
    }

    /* ======== #VENUE ========= */
    .venue__text{
        display: block;
    }
    .venue__text__inner{
        width: 100%;
    }
    #venue_1,#venue_2,#venue_3,#venue_4{
        padding-top: 0;
    }

    /* ======== #PARTY ========= */
    .party__container__inner > div{
        padding-right: 0;
        width: 100%;
    }
    .party__container__text > ul > li {
        font-size: 80%;
        text-align: center;
    }


    /* ======== FOOTER ========= */
    .Party__footer{
        position: fixed;
        bottom: 0;
        background-color: #c9ad6b;
        line-height: 40px;
        width: 100%;
        text-align: center;
        font-size: 11px;
    }
    .Party__footer strong{
        font-size: 16px;
        margin-right: 10px;
    }

}

@media (max-width:425px) {
    .Party__container{
        font-size: 90%;
        margin: 35px auto;
        padding: 0 15px 35px;
        border-bottom: 1px solid #EEE;
    }


    .Party__section__header__text > p{
        font-size: 13px;
        padding-top: 20px;
        text-align: left;
        line-height: 2;
    }

    #tel {
        padding-top: 2%;
    }

    #tel .Party__container,
    #mice .Party__container{
        border-bottom: none;
    }

    .Party__container__title{
        text-align: center;
        font-size: 20px;
    }
    .Party__container__title > span{
        display: block;
        margin-top: 10px;
        margin-left: 0;
        font-size: 14px;
    }
    .Party__container__subtitle{
            font-size: 18px;
    }

    /* ======== #PARTY ========= */

    .party__container__text > ul {
        padding-right: 10px;
        padding-left: 10px;
    }
    .party__container__inner{
        margin-top: 20px;
    }

    /* event__container */
    .event__contents__text h3{
        margin-bottom: .5em;
    }
    .event__contents{
        width: 100%;
    }
}

@media(max-width:767px){
.photo01{
width: 70%;
    margin: 0 auto;
    }
    
}
