@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Zen+Kaku+Gothic+New);

#mbbt5{margin-bottom:5%;}

/* Ocean View
--------------------------------------------------*/
#ocean-view {
  width: 100%;
  margin: 0;
  padding:1% 2% 10%;
  box-sizing: border-box;
  z-index:1;
  position: relative;
}

@media screen and (max-width: 810px) {
#ocean-view {
  padding:5% 2% 5%;
}
}

#ocean-view h1{
  color:#34378F;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.8em;
  margin:0 0 2%;
  text-align: center;
}

@media only screen and  (max-width: 810px) {
#ocean-view h1{
  font-size:1.4em;
}
}

@media only screen and  (max-width: 568px) {
#ocean-view h1{
  font-size:1.25em;
  margin:3% 0 3%;
  font-weight:500;
}
}

#ocean-view .act_txt{
  padding:1% 10px 5%;
  text-align: center;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.1em;
}

@media screen and (max-width: 568px) {
#ocean-view .act_txt{
  padding:2% 2% 5%;
  text-align: left;
  font-size:1em;
  line-height: 1.6;
}
}

/* special-sche
--------------------------------------------------*/
.special-sche{
  width: 100%;
  padding:2% 0 4%;
  margin:0!important;
  position: relative;
  text-align: center;
  background-color:#F3F2E6;
  background-color:#FFF;
}

@media screen and (max-width: 810px) {
.special-sche{
  box-sizing: border-box;
  padding:4% 2% 4%;
}
}

@media screen and (max-width: 568px) {
.special-sche{
  box-sizing: border-box;
  padding:4% 0 4%;
}
}

.special-sche:before{
  display:block;
  position:absolute;
  top:-200px;
  left:0%;
  width:100%;
  height:200px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(//www.ernesto-zanpa.com/wedding/images/bg_cont.webp);
  content:''
}

.sp-catch{
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size:1.8em;
  color:#34378F;
  text-align: center;
  padding-bottom:2%;
}
@media screen and (max-width: 810px) {
.sp-catch{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.sp-catch{
  font-size:1.25em;
  padding-bottom:3%;
}
}

.sp-tptx2{
  margin-bottom:1%;
  color:#000;
  text-align: center;
  padding-bottom:2%;
  line-height:2;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 810px) {
.sp-tptx2{
  text-align: left;
  padding:0 2% 3%;
}
}

@media screen and (max-width: 568px) {
.sp-tptx2{
  font-size:14px;
  line-height:1.6;
}
}

.sp-tptx2 span{
  color:#B91018;
  font-weight:500;
  background: linear-gradient(transparent 70%, #FFFB81 70%);
}

.wdt-txL{
  width: 45%;
  display:inline-block;
  vertical-align:middle;
  box-sizing: border-box;
  padding-left:4%;
}

@media screen and (max-width: 810px) {
.wdt-txL{
  width: 100%;
  box-sizing: border-box;
  padding:2% 1%;
}
}

.wsub-ttl{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.25em;
  margin-bottom:15px;
  color:#34378F;
}

@media screen and (max-width: 810px) {
.wsub-ttl{
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.wsub-ttl{
  font-size:1.15em;
  margin-bottom:5px;
}
}

.wsub-txt{
  padding:5px;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight:400;
  font-size:1.05em;
  line-height:1.7;
}

@media screen and (max-width: 568px) {
.wsub-txt{
  font-size:1em;
}
}

.wdt-phR{
  width: 55%;
  display:inline-block;
  vertical-align:middle;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  padding:5px;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.wdt-phR{
  width: 100%;
  margin-bottom:3%;
}
}

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

.sp-import{
  margin:0 auto;
  text-align: center;
}

.sp-import p{
  font-size: 1.7em;
  background:#C1A257;
  color:#FFF;
  padding:10px 30px;
  display:inline-block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom:4%;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
}

@media screen and (max-width: 810px) {
.sp-import p{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.sp-import p{
  font-size:1.05em;
  display:block;
  padding:10px 5px;
  margin-top:5%;
}
}

.sp-import p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #C1A257;
}

/* .scontainer
--------------------------------------------------*/
#scontainer{
  width:100%;
  max-width:1200px;
  box-sizing: border-box;
  padding:0 2%;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
#scontainer {
  padding: 0 2%;
}
}

/* .sp-container
--------------------------------------------------*/
#sp-container{
  width:100%;
  max-width:1580px;
  box-sizing: border-box;
  padding:0 2%;
  margin:0 auto;
}

@media screen and (max-width: 1280px) {
#sp-container {
  padding: 0;
}
}

.special-point{
  margin:1% auto 3%;
  width:100%;
}

.special-point .splist{
  text-align: center;
  width:100%;
  box-sizing: border-box;
  padding:0 2%;
}

@media only screen and  (max-width: 810px) {
.special-point .splist{
  padding:0;
}
}

@media only screen and  (max-width: 568px) {
.special-point .splist{
  padding:0;
}
}

.special-point .splsy{
  display:inline-block;
  width:32.3333%;
  margin:2% 0.5%;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 15px;
  position: relative;
}

@media only screen and  (max-width: 810px) {
.special-point .splsy{
  padding:10px 3%;
  width:50%;
  margin:0;
}
}

@media screen and (max-width: 568px) {
.special-point .splsy{
  padding:5px 0 5px;
  width:100%;
  display:block;
  margin:2% 0 0;
}
}

.spph {
  width:100%;
  position: relative;
  display:block;
}

.spph img{
  width:100%;
  height:auto;
}

.spph .nmber{
  position:absolute;
  width:65px;
  top:-13px;
  left:5%;
}

@media screen and (max-width: 810px) {
.spph .nmber{
  top:-3px;
}
}

@media screen and (max-width: 568px) {
.spph .nmber{
  width:50px;
  top:0;
  margin-left:-25px;
}
}

.spph .nmber img{
  width:100%;
  height:auto;
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width:100%;
}

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


/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .75em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  z-index:10;
  position: absolute;
  bottom: 1px;
  width:100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-controls-auto {
  display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


.bx-wrapper .bx-pager {
  font-size: .7em;
  bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  margin: 0 4px;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover {
  filter:alpha (opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
  background: #000;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}


.bx-wrapper .bx-prev {
 left: 10px;
}
.bx-wrapper .bx-next {
 right: 10px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  text-indent: -9999px;
  z-index: 99;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.bx-wrapper .bx-controls-direction a:before,
.bx-wrapper .bx-controls-direction a:after {
 content: '';
 position: absolute;
 top: 16px;
 left: 12px;
}
.bx-wrapper .bx-controls-direction a:after {
 width: 16px;
 height: 16px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 transform: rotate(45deg);
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
 transform: rotate(-135deg);
 left: 20px;
}


.bx-wrapper .bx-prev {
 left: 5px;
}
.bx-wrapper .bx-next {
 right: 5px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.bx-wrapper .bx-controls-direction a:before,
.bx-wrapper .bx-controls-direction a:after {
 content: '';
 position: absolute;
 top: 10px;
 left: 7px;
}

.bx-wrapper .bx-controls-direction a:after {
 width: 10px;
 height: 10px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
 left: 12px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(51, 58, 86, 0.7);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 5px 10px 5px 10px;
}

@media only screen and  (max-width: 568px) {
.bx-wrapper .bx-caption span {
  font-size: 11px;
  padding: 5px;
}
}

.sptrm_syousai{
  width:100%;
  padding: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.sptrm_syousai{
  padding: 5px 0;
}
}

.sptrm_syousai h3{
  color:#BB9822;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size:1.1em;
  line-height:1.6;
  margin-top:10px;
  text-align: center;
  letter-spacing:0em;
}

@media screen and (max-width: 568px) {
.sptrm_syousai h3{
  margin-top:5px;
  line-height:1.3;
  font-size:1.05em;
}
}

.sptrm_syousai .sptr_tx{
  color:#000;
  font-size:14px;
  line-height:1.6;
  text-align: left;
  margin:10px auto;
}

@media screen and (max-width: 568px) {
.sptrm_syousai .sptr_tx{
  font-size:13px;
  line-height:1.4;
  margin:5px auto;
  padding:0 5%;
}
}

.sptrm_syousai .sptr_tx span{
  color:#B91018;
}

@media screen and (max-width: 568px) {
.sptrm_syousai .sptr_tx{
  font-size:13px;
  margin-top:7px;
}
}

.sptrm_syousai .sptr_wk{
  color:#B91018;
  text-align: center;
  margin:10px auto 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
}

.sptrm_syousai .sptr_pk{
  color:#34378F;
  text-align: center;
  margin:7px auto 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
}

.sptrm_syousai .sptr_pk .fa{
  margin-right:5px;
}

.beach-map{
  width:100%;
  max-width:623px;
  box-sizing: border-box;
  margin:1% auto 5%;
  text-align: center;
  position: relative;
  border:2px solid #333A56;
}

@media screen and (max-width: 568px) {
.beach-map{
  border:none;
  margin:3% auto 5%;
}
}

.beach-map .sy_ttl{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  color: #FFF;
  font-size: 1em;
  background:#333A56;
  padding: 1.5% 2%;
  font-weight:400;
  display:inline-block;
  line-height:1;
  letter-spacing : 0.05em;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

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

.point-syousai{
  width:96%;
  margin:3% auto 5%;
  background-color:#F3F2E6;
  padding:3%;
  box-sizing: border-box;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
}

@media only screen and  (max-width: 810px) {
.point-syousai{
  width:100%;
}
}

@media only screen and  (max-width: 568px) {
.point-syousai{
  padding:3% 5%;
}
}

.point-syousai h4{
  color: #A8893D;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size:1.7em;
  line-height:1.6;
  margin:2% 0 3%;
}

@media only screen and  (max-width: 810px) {
.point-syousai h4{
  font-size:1.55em;
}
}

@media only screen and  (max-width: 568px) {
.point-syousai h4{
  font-size:1.35em;
  line-height:1.4;
  margin:2% 0 0;
}
}

.point-syousai .w50ph{
  margin:2% auto;
  width:100%;
  text-align: center;
}

@media only screen and  (max-width: 568px) {
.point-syousai .w50ph{
  margin:2% auto 1%;
}
}

.point-syousai .w50ph li{
  display:inline-block;
  width:50%;
  vertical-align: top;
  box-sizing: border-box;
  padding:1% 2%;
  position: relative;
}

@media only screen and  (max-width: 810px) {
.point-syousai .w50ph li{
  padding:10px 2%;
}
}

@media only screen and  (max-width: 568px) {
.point-syousai .w50ph li{
  padding:3% 1.5%;
  width:100%;
  display:block;
}
}

.point-syousai .w30ph{
  margin:2% auto;
  width:100%;
  text-align: center;
}

.point-syousai .w30ph li{
  display:inline-block;
  width:33.3333%;
  vertical-align: top;
  box-sizing: border-box;
  padding:1% 2%;
  position: relative;
}

@media only screen and  (max-width: 810px) {
.point-syousai .w30ph li{
  padding:10px 5%;
  width:49%;
  margin:0;
}
}

@media only screen and  (max-width: 568px) {
.point-syousai .w30ph li{
  padding:3% 1.5%;
  width:100%;
  display:block;
}
}

.point-syousai .ph-box{
  width:100%;
  box-sizing: border-box;
  position: relative;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  padding: 5px;
  background: #fff;
  box-sizing: border-box;
}

@media only screen and  (max-width: 568px) {
.point-syousai .ph-box{
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3x #ccc;
  padding: 3px;
}
}

.point-syousai .ph-box img{
  width:100%;
  height:auto;
}

.mrent{
  width:auto;
  height:auto;
  position: absolute;
  top: 5px;
  left: 5px;
  padding:2px 7px 3px;
  color:#FFF;
  background-color: rgb(51, 58, 86, 0.8);
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:0.95em;
}

@media screen and (max-width: 810px) {
.mrent{
  font-size:0.9em;
}
}

@media screen and (max-width: 568px) {
.mrent{
  font-size:0.85em;
}
}

.mrent span{
  color:#FFF600;
}


.point-syousai .ph-tx{
  font-size:14px;
  margin-top:5px;
  text-align: left;
}

@media only screen and  (max-width: 810px) {
.w50phn .ph-tx{
  font-size:13px;
  text-align: left;
}

.w30ph .ph-tx{
  line-height:1.4;
  font-size:13px;
}
}
.w50ph .sp-name{
  color: #A8893D;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size:1.15em;
  line-height:1.6;
  margin:15px 0 0;
}

@media only screen and  (max-width: 568px) {
.w50ph .sp-name{
  font-size:1.1em;
}
}

.w30ph .sp-name{
  color: #A8893D;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size:1.15em;
  line-height:1.6;
  margin:10px 0 3px;
}

@media only screen and  (max-width: 568px) {
.w30ph .sp-name{
  font-size:1em;
}
}

.point-syousai .ph-tx span {
  color:#980B0B;
}

.point-syousai .ph-txL{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  margin-top:15px;
  text-align: left;
  padding:0 2%;
  font-size:0.95em;
}

.point-syousai .mbt3{
  margin-bottom:3%;
}

@media only screen and  (max-width: 568px) {
.point-syousai .ph-txL{
  margin-top:7px;
  font-size:0.9em;
}

.point-syousai .mbt3{
  margin-bottom:0;
}
}

.point-syousai .mbt4{
  margin-bottom:4%;
}

.point-syousai .ph-txL span {
  color:#B91018;
}

.wbbt2{
  text-align: center;
  font-size:13px;
  letter-spacing : 0.03em;
  margin-top:5px;
}

@media only screen and  (max-width: 810px) {
.wbbt2{
  margin-bottom:5px;
}
}

.wbbt2 .fa{
  margin-right:5px;
}

.wbbt2 a{color:#52658F;display:inline-block;padding:6px 10px 4px;background-color:#FFF;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;border:1px solid #52658F;}
.wbbt2 a:hover{color:#FFF;text-decoration:none;background-color:#52658F;}

.kirakira{
  width:100%;
  position: relative;
}

.point-syousai .mbt4{
  margin-bottom:4%;
}