@charset "UTF-8";


/*============================
PC  #FACILITY
============================*/
@media screen and (min-width: 769px), print {

#FACILITY {
  width: auto;
  padding: 115px 0 0 0;
}

#FACILITY div.page_title_wrapp {
  width: auto;
  padding: 60px 0;
}

#FACILITY div.page_title_wrapp h2 {
  width: auto;
  font-size: 30px;
  color: #4d4d4d;
  text-align: center;
  line-height: 1em;
}

#FACILITY div.page_title_wrapp h2 span {
  width: auto;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #4D4D4D;
  line-height: 2.5em;
}

#FACILITY div.page_title_wrapp p.read {
  width: auto;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 20px;
}

#FACILITY div.page_title_wrapp p.text {
  width: auto;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 13px;
}
}



/*============================
SP  #FACILITY
============================*/
@media screen and (max-width: 768px), print {

  #FACILITY {
    width: auto;
  }

  #FACILITY div.page_title_wrapp {
    width: auto;
    padding: 2.5em 0;
  }

  #FACILITY div.page_title_wrapp h2 {
    width: auto;
    font-size: 23px;
    color: #4d4d4d;
    text-align: center;
    line-height: 1em;
  }

  #FACILITY div.page_title_wrapp h2 span {
    width: auto;
    display: block;
    font-size: 13px;
    text-align: center;
    color: #4d4d4d;
    line-height: 2.5em;
  }


  #FACILITY div.page_title_wrapp p.read {
    width: auto;
    padding: 0.8em 0 0 0;
    text-align: center;
    font-size: 16px;
  }

  #FACILITY div.page_title_wrapp p.text {
    width: auto;
    padding: 1em 1.5em 0 1.5em;
    text-align: left;
    font-size: 13px;
  }
}


/*============================
PC  .garden_block
============================*/
@media screen and (min-width: 769px), print {


#FACILITY div.conts_wrapp {
  width: auto;
  background-color: #f9f9f4;
}

#FACILITY div.conts_wrapp div.conts_inner {
  width: auto;
  padding: 60px 0 0 0;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block {
  width: auto;
  max-width: 1000px;
  padding: 0 0 80px 0;
  margin: 0 auto;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block figure.main {
  width: auto;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area {
  width: 42%;
  padding: 80px 0 0 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl {
  width: auto;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl dt {
  width: auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 13px;
  color: #af9669;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl dt span {
  width: auto;
  display: block;
  margin: 0 15px 0 0 ;
  font-size: 25px;
  color: #af9669;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl dd.l_text {
  width: auto;
  padding: 10px 0 0 0;
  text-align: left;
  font-size: 16px;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl dd.text {
  width: auto;
  padding: 10px 0 0 0;
  font-size: 13px;
  text-align: left;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area ul {
  width: auto;
  padding: 70px 0 0 0;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area ul li {
  width: auto;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area ul li + li {
  width: auto;
  padding: 5px 0 0 0;
}



#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box ul.right_area {
  width: 53%;
  padding: 60px 0 0 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box ul.right_area li {
  width: auto;
  padding: 0 0 5px 0;
}

#FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box ul.right_area li:last-child {
  width: auto;
  padding: 0;
}

}



/*============================
PC  .garden_block
============================*/
@media screen and (max-width: 768px), print {

  #FACILITY div.conts_wrapp {
    width: auto;
    background-color: #f9f9f4;
  }

  #FACILITY div.conts_wrapp div.conts_inner {
    width: auto;
    padding: 3em 0 0 0;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block {
    width: auto;
    padding: 0 0 3em 0;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block figure.main {
    width: auto;
    padding: 0 1em;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box {
    width: auto;
    padding: 0 1em;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area {
    width: auto;
    padding: 2.5em 0 0 0;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl {
    width: auto;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl dt {
    width: auto;
    font-size: 13px;
    color: #af9669;
    letter-spacing: 0.1em
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl dt span {
    width: auto;
    display: block;
    font-size: 20px;
    color: #af9669;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl dd.l_text {
    width: auto;
    padding: 10px 0 0 0;
    text-align: left;
    font-size: 16px;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area dl dd.text {
    width: auto;
    padding: 10px 0 0 0;
    font-size: 13px;
    text-align: left;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area ul {
    width: auto;
    padding: 3em 0 0 0;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area ul li {
    width: auto;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box div.left_area ul li + li {
    width: auto;
    padding: 10px 0 0 0;
  }



  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box ul.right_area {
    width: auto;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.garden_block div.garden_box ul.right_area li {
    width: auto;
    padding: 10px 0 0 0;
  }

}




/*============================
PC  .bride_block
============================*/
@media screen and (min-width: 769px), print {



#FACILITY div.conts_wrapp div.conts_inner div.bride_block {
  width: auto;
  padding: 80px 0;
  background-color: #fff;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon {
  width: auto;
  padding: 0 0 60px 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon {
  width: auto;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon div.text_area {
  width: 44%;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon.salon div.text_area div.area_inner {
  width: 70%;
  margin: 0 0 0 80px;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon div.text_area {
  width: 44%;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon div.text_area div.area_inner h3 {
  width: auto;
  font-size: 13px;
  color: #af9669;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon div.text_area div.area_inner h3 span {
  width: auto;
  display: block;
  padding: 10px 0 0 0;
  font-size: 25px;
  color: #af9669;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon div.text_area div.area_inner dl {
  width: auto;
  padding: 10px 0 0 0;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon div.text_area div.area_inner dl dt {
  width: auto;
  font-size: 16px;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon div.text_area div.area_inner dl dd {
  width: auto;
  padding: 10px 0 0 0;
  font-size: 13px;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.salon span.pic_bg {
  width: 56%;
  height: 330px;
  display: block;
  background: transparent url(../../images/wedding/facility/img06.jpg) right center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.room {
  width: auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.room div.text_area {
  width: 30%;
  margin: 0 80px 0 0;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.room div.text_area div.area_inner {
  width: auto;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.room div.text_area div.area_inner h3 {
  width: auto;
  font-size: 13px;
  color: #af9669;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.room div.text_area div.area_inner h3 span {
  width: auto;
  display: block;
  padding: 10px 0 0 0;
  font-size: 25px;
  color: #af9669;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.room div.text_area div.area_inner dl {
  width: auto;
  padding: 10px 0 0 0;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.room div.text_area div.area_inner dl dt {
  width: auto;
  font-size: 16px;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.room div.text_area div.area_inner dl dd {
  width: auto;
  padding: 10px 0 0 0;
  font-size: 13px;
}

#FACILITY div.conts_wrapp div.conts_inner div.bride_block div.room span.pic_bg {
  width: 56%;
  height: 330px;
  display: block;
  background: transparent url(../../images/wedding/facility/img07.jpg) right center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
}


/*============================
PC  .bride_block
============================*/
@media screen and (max-width: 768px), print {

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block {
    width: auto;
    padding: 2.5em 0;
    background-color: #fff;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box {
    width: auto;
    padding: 0 1em 2em 1em;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box {
    width: auto;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box div.text_area {
    width: auto;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box.salon div.text_area div.area_inner {
    width: auto;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box div.text_area {
    width: auto;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box div.text_area div.area_inner h3 {
    width: auto;
    font-size: 13px;
    color: #af9669;
    letter-spacing: 0.1em;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box div.text_area div.area_inner h3 span {
    width: auto;
    display: block;
    font-size: 18px;
    color: #af9669;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box div.text_area div.area_inner dl {
    width: auto;
    padding: 10px 0 0 0;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box div.text_area div.area_inner dl dt {
    width: auto;
    font-size: 16px;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box div.text_area div.area_inner dl dd {
    width: auto;
    padding: 10px 0 0 0;
    font-size: 13px;
  }

  #FACILITY div.conts_wrapp div.conts_inner div.bride_block div.bride_box span.pic {
    width: auto;
    display: block;
    padding: 1em 0 0 0;
  }


}




/*============================
PC  bottom_banner
============================*/
@media screen and (min-width: 769px), print {

div.bottom_banner {
  width: auto;
  padding: 40px 0;
  background-color: #F9F9F4;
}

div.bottom_banner ul {
  width: 97%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

div.bottom_banner ul li {
  width: 49.5%;
  height: 18vw;
  max-height: 230px;
  text-align: center;
  overflow: hidden;
}

div.bottom_banner ul li:nth-child(odd) a {
  background: transparent url(../../images/wedding/facility/banner01.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

div.bottom_banner ul li:nth-child(even) a {
  background: transparent url(../../images/wedding/facility/banner02.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
 div.bottom_banner ul li a:hover {
  transform: scale(1.04);
  transition-duration: 1.3s;
}
div.bottom_banner ul li a {
  width: auto;
  height: 18vw;
  display: block;
  color: #FFF;
}

div.bottom_banner ul li a span {
  width: auto;
  display: block;
  padding: 15% 0 0 0;
  font-size: 26px;
  letter-spacing: 0.15em;
}

div.bottom_banner ul li a span em {
  width: auto;
  display: block;
  font-size: 13px;
  padding: 3px 0 0 0;
}
}

/*============================
SP  bottom_banner
============================*/
@media screen and (max-width: 768px), print {

  div.bottom_banner {
    width: auto;
    padding: 3em 0;
    background-color: #F9F9F4;
  }

  div.bottom_banner ul {
    width: auto;
    padding: 0 1em;
  }

  div.bottom_banner ul li {
    width: auto;
    height: 32vw;
    text-align: center;
  }

  div.bottom_banner ul li + li {
    margin: 0.3em 0 0 0;
  }

  div.bottom_banner ul li:nth-child(odd) {
    background: transparent url(../../images/wedding/ceremony/banner01.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  div.bottom_banner ul li:nth-child(even) {
    background: transparent url(../../images/wedding/ceremony/banner02.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  div.bottom_banner ul li a {
    width: auto;
    height: 32vw;
    display: block;
    color: #FFF;
  }

  div.bottom_banner ul li a span {
    width: auto;
    display: block;
    padding: 12% 0 0 0;
    font-size: 20px;
    letter-spacing: 0.15em;
  }

  div.bottom_banner ul li a span em {
    width: auto;
    display: block;
    font-size: 12px;
    padding: 3px 0 0 0;
  }
}