@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;
  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:4%;
}
@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% 5%;
  margin:0 auto;
}

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

/* .special-point
--------------------------------------------------*/
.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;
}
}
.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%;
}
}

.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%;
  text-align:center;
}

@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.1em;
  line-height:1.4;
}
}

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

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

.point-syousai .w50phn 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 .w50phn li{
  padding:10px 2%;
}
}

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

.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% 2%;
  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:10px 2% 0px;
}
}

.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;
}

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

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

.w30ph .ph-tx{
  margin-top:7px;
  font-size:0.9em;
}
}

.point-syousai .ph-tx span {
  background: linear-gradient(transparent 70%, #C6DEF1 70%);
  padding-right:5px;
  padding-left:5px;
  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: 810px) {
.point-syousai .ph-txL{
  margin-top:7px;
  font-size:0.85em;
}

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

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

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

.bad-ttl{
  margin:2% auto 4%;
  text-align: center;
}

@media only screen and  (max-width: 568px) {
.bad-ttl{
  margin:4% auto 4%;
}
}

.bad-ttl p{
  background:#E0E0E0;
  color:#000;
  padding:10px 30px;
  display:inline-block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
}

@media only screen and  (max-width: 568px) {
.bad-ttl p{
  font-size:0.9em;
}
}

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

.point-syousai .bad-text{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  text-align:center;
}


@media only screen and  (max-width: 568px) {
.point-syousai .bad-text{
  margin-top:0;
  font-size:0.9em;
  padding:0 4%;
}
}


.bad-text span {
  background: linear-gradient(transparent 70%, #C6DEF1 70%);
  padding-right:5px;
  padding-left:5px;
  color:#980B0B;
}

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

.good-ttl{
  text-align: center;
  margin-top:5%;
}

.good-ttl p{
  background:#D4B66E;
  color:#FFF;
  font-size:1.6em;
  padding:10px 50px 12px;
  display:inline-block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
}


@media screen and (max-width: 800px) {
.good-ttl p{
  font-size:1.25em;
  padding:10px 30px 12px;
}
}

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

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

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


.set_btn{
  letter-spacing : 0.05em;
  color:#FFF;
  margin-top:15px;
  text-align: center;
}

@media only screen and  (max-width: 810px) {
.set_btn{
  margin-top:10px;
  font-size:14px;
}
}

.set_btn a{display:inline-block;color:#FFF;text-decoration:none;background-color:#3D435E;padding:10px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.set_btn a:hover{color:#FFF;text-decoration:none;background-color:#515776;}

.car-syousai{
  width:100%;
  margin:0 auto 3%;
  text-align: center;
}

.car-syousai dl{
  display:inline-block;
  vertical-align: top;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-bottom:1px solid #CCC;
  font-size:14px;
}

@media only screen and  (max-width: 810px) {
.car-syousai dl{
  width:50%;
}
}

@media only screen and  (max-width: 568px) {
.car-syousai dl{
  width:100%;
  border-right:1px solid #CCC;
  font-size:13px;
}
}

.brt{
  border-right:1px solid #CCC;
}

.car-syousai dt{
  display:block;
  padding:5px 15px;
  border-bottom:1px solid #CCC;
  background:#52658F;
  color:#FFF;
}

.car-syousai dd{
  display:block;
  padding:5px 15px;
  background:#FFF;
}

@media only screen and  (max-width: 568px) {
.car-syousai dt{
  border:none;
}
.brt{
  border-right:none;
}
}