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

#mbbt5{margin-bottom:5%;}

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

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

#culture-box 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) {
#culture-box h1{
  font-size:1.4em;
}
}

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

#culture-box .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) {
#culture-box .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-tptx{
  margin-bottom:1%;
  color:#000;
  text-align: center;
  padding-bottom:1%;
  line-height:2;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;

}

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

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

.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-tptx span{
  color:#B91018;
  font-weight:500;
  background: linear-gradient(transparent 70%, #FFFB81 70%);
}

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

.wdt-txL{
  width: 50%;
  display:inline-block;
  vertical-align:middle;
  box-sizing: border-box;
}

.pdl4{
  padding-left:4%;
}

.pdr4{
  padding-right: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.25em;
  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: 50%;
  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;
  position: relative;
}

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

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

.wdt-phR-pc{
  width: 50%;
  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;
  position: relative;
}

@media screen and (max-width: 810px) {
.wdt-phR-pc{
  display:none;
}
}

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

.wdt-phR-sp{
  display:none;
}

@media screen and (max-width: 810px) {
.wdt-phR-sp{
  width: 100%;
  display:block;
  -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;
  position: relative;
  margin-bottom:3%;
}
}

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

.wdt-txt {
  position: absolute;
  bottom: 5px;
  box-sizing: border-box;
  padding:5px 10px;
  background: rgba(51, 58, 86, 0.85);
}

.wdt-txt p{
  color:#FFF;
  font-size:13px;
}

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

@media screen and (max-width: 568px) {
.sp-catch2{
  font-size:1.2em;
}
}
.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;
}

.sp-text2{
  width: 45%;
  display:inline-block;
  vertical-align:middle;
  box-sizing: border-box;
  padding-left:5%;
  text-align:left;
}

@media screen and (max-width: 810px) {
.sp-text2{
  padding:2% 2%;
  width: 100%;
}
}

@media screen and (max-width: 568px) {
.sp-text2{
  text-align: left;
  font-size:14px;
  line-height:1.8;
}
}

.sp-text2 h3{
  color:#BB9822;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size:1.4em;
  line-height:1.6;
  margin-bottom:20px;
  letter-spacing:0em;
}

@media screen and (max-width: 810px) {
.sp-text2 h3{
  margin-bottom:10px;
  font-size:1.25em;
}
}

@media screen and (max-width: 568px) {
.sp-text2 h3{
  margin-top:5px;
  margin-bottom:5px;
  font-size:1.15em;
}
}

.sp-text2 p{
  line-height:2;
  color:#000;
  margin:10px 0;
}

@media screen and (max-width: 810px) {
.sp-text2 p{
  line-height:1.8;
  font-size:14px;
  margin:5px 0;
}
}

.sp-text2 span {color:#AC1805;margin-left:3px;margin-right:3px;}

/* .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: 810px) {
#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;
}

.csbt_box p{font-size:14px;letter-spacing: 0.05em;display:inline-block;padding-left:5px;padding-right:5px;margin:5px 0;font-family: Roboto,sans-serif;font-weight:400;text-transform: uppercase;letter-spacing : 0.03em;}

@media screen and (max-width: 568px) {
.csbt_box p{padding-left:3px;padding-right:3px;}
}

.csbt_box .bt02 a{border:1px solid #BD9614;color:#BD9614;display:inline-block;padding:5px 10px;background-color:#FFF;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;}
.csbt_box .bt02 a:hover{color:#FFF;text-decoration:none;background-color:#BD9614;}

.csbt_box .bt02 .fa{
  margin-right:5px;
}

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

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

.sptrm_syousai h3{
  color:#BB9822;
  font-family: Roboto,sans-serif;
  font-weight:500;
  font-size:1.2em;
  line-height:1.5;
  margin:10px 0 5px;
  letter-spacing:0.03em;
}

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

.sptrm_syousai h3 span{
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
}
.sptrm_syousai .sptr_wk{
  color:#B91018;
  display:inline-block;
  vertical-align: top;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  margin:2px 5px;
}

@media only screen and  (max-width: 568px) {
.sptrm_syousai .sptr_wk{
  font-size:0.95em;
}
}

.sptrm_syousai .idf{
  color:#34378F;
  margin:2px 5px;
  display:inline-block;
  vertical-align: top;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
}

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

@media only screen and  (max-width: 568px) {
.sptrm_syousai .idf{
  font-size:0.95em;
}
}
.sptrm_syousai ul{
  width:100%;
  margin:0 auto;
  text-align: center;
  font-size:14px;
  display:block;
}

.sptrm_syousai li{
  display:inline-block;
  padding:5px;
  vertical-align: top;
  color:#34378F;
}

@media only screen and  (max-width: 568px) {
.sptrm_syousai li{
  font-size:0.95em;
}
}

.sptrm_syousai .sptr_tx{
  color:#000;
  font-size:14px;
  line-height:1.6;
  padding:0 5px;
  text-align: left;
}

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

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

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

/* gallerys
================================================== */
#gallerys ul{
  width:100%;
  padding:1% 0 4%;
  text-align: center;
}

@media screen and (max-width: 568px) {
#gallerys ul{
  padding:1% 0 1%;
}
}

#gallerys li{
  width:23%;
  display:inline-block;
  margin:1%;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 1%;
}
@media screen and (max-width: 1280px) {
#gallerys li{
  width:30.33333%;
}
}

@media screen and (max-width: 810px) {
#gallerys li{
  width:47%;
}
}

@media screen and (max-width: 568px) {
#gallery li{
  width:98%;
}
}

#gallerys li .gal_ph{
  width:100%;
  height:300px;
  display:block;
  overflow:hidden;
}

#gallerys li .gal_ph img{
  width:auto;
  height:300px;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
#gallerys li .gal_ph{
  width:75%;
  height:auto;
  margin:0 auto;
}

#gallerys li .gal_ph img{
  width:100%;
  height:auto;
}
}

#gallerys li .gal_nm{
  font-size:1.2em;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  text-transform: uppercase;
  color:#333A56;
}

#gallerys li h2{
  font-size:14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  color:#333A56;
  font-weight:400;
  margin-bottom:10px;
}

#gallerys li h2 a {
  text-decoration: none;
  color:#333A56;
}
#gallerys li h2 a:hover {
  text-decoration: none;
  color:#333A56;
}

#gallerys li .yold{
  font-size:12px;
  background:#52658F;
  color:#FFF;
  padding:5px 10px;
  margin-bottom:15px;
  display:inline-block;
}

#gallerys li .yold span{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:1.05em;
  letter-spacing : 0.03em;
}

#gallerys li .gal_tx{
  font-size:13px;
  color:#464644;
  margin-bottom:15px;
  text-align: left;
}

