body * {
  overflow: hidden;
  box-sizing: border-box;
}


/*要素のフォントサイズやマージン・パディングをリセットしています*/
h2, h3, h4, h5, h6, p {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.sp {
  display: none;
}

header, header * {
  overflow: visible;
}

#sp-side {
  box-sizing: content-box;
}

#sidebar-button div {
  width: 25px;
}

p {
  margin-top: 0;
}

.content {
  overflow: visible;
}

#pankuzu {
  font-size: 15px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.swiper, .swiper-sp {
  margin-top: 1em;
  position: relative;
}

.swiper-sp { display: none; }

.swiper .mv-copy, .swiper-sp .mv-copy {
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 5%;
}

.swiper .mv-copy { width: 42%; }

.swiper-sp .mv-copy { width: 84vw; }

.swiper-slide { position: relative; }

.swiper-slide img {
  vertical-align: top;
  width: 100%;
}

.swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}

#page-title {
  text-align: center;
  background-color: #f6f6f6;
  padding: 20px;
  margin-top: 1em;
}

#page-title > div:first-child {
  font-weight: bold;
  font-size: 30px;
}

#page-title > div:last-child {
  color: #8d6601;
}

#blue-headline {
  color: #0c2f8d;
  text-align: center;
  font-size: 26px;
  margin-top: 30px;
  font-weight: bold;
}

.br-pc { display:block; }
.br-sp { display:none; }

.center-text {
  text-align: center;
  margin-top: 30px;
}

#ct-top {
  font-size: 19px;
}

#beige-title {
  font-size: 40px;
  color: #8d6601;
  font-weight: bold;
  text-align: center;
margin: 40px 0 30px 0;
}

#beige-title span {
  font-size: 30px;
  color: #8d6601;
  font-weight: bold;
}

#tuika-title{
  font-size: 25px;
  text-align: center;
  color: #988046;
  background-color: #F6F6F6;
  border: solid 1px #988046;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
  }

.slider-frame {
  text-align: center;
  position: relative;
  width: 980px;
  margin: auto;
  margin-top: 30px;
}

.left, .right {
  position: absolute;
}

.left-s, .right-s {
  height: 33px;
  top: calc(50% - 16px);
}

.left-l, .right-l {
  top: calc(50% - 24px);
}

.left {
  left: 10px;
}

.right {
  right: 10px;
}

.slider-frame > div:last-child {
  text-align: left;
}

#gray-back-title {
  text-align: center;
  font-size: 30px;
  color: #0c2f8d;
  background-color: #f5f6fa;
  line-height: 2em;
  margin-top: 50px;
  font-weight: bold;
}

section > div:first-child {
  margin-bottom: 10px;
}

.wedding {
  margin-top: 20px;
  margin-bottom: 60px;
}

.wedding-slider {
  font-size: 0;
  position: relative;
}

.wedding-slider > div {
  display: inline-block;
  width: 49%;
}

.wedding-slider > div:first-child {
  margin-right: 2%;
}

.wedding-name {
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  background-color: #988046;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}

.wedding-name > span {
  font-size: 19px;
  vertical-align: 20%;
}

.wedding-text > p {
    margin-bottom: 0em;
	margin-top: 10px;
  }

.weddingarea-btn {
  margin-top: 20px;
  margin-bottom: 40px;
}

.weddingarea-btn a {
color: #8e6a00;
font-weight: bold;
}


.wedding-btn {
  color: #8e6a00;
  border: 1px solid #8e6a00;
  width: 260px;
  border-radius: 20px;
  margin: auto;
  line-height: 40px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.wedding-btn:after {
  background: none;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 28px;
  color: #8e6a00;
  position: absolute;
  right: 15px;
  bottom: 2px;
}

.wedding-info {
  background-color: #f5f6fa;
  padding: 0 15px 15px 15px;
  margin-bottom: 5em;
}

.wedding-info > div {
  font-weight: bold;
  font-size: 18px;
  border-left: solid 3px #0c318c;
  line-height: 25px;
  padding-left: 10px;
  margin: 20px 0;
}

p.data-p,
dl.data-dl{
  background-color: #F4F2EC;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 20px;
}
.inner{margin-bottom:2rem;}
.inner:last-of-type{
  margin-bottom: 0;
}

dl.data-dl dt{
  font-size: 21px;
  font-weight: bold;
  border-left: solid 3px #988046;
  padding-left: 10px;
  margin-bottom: .5rem;
}
dl.data-dl dd{
  padding-top: 15px;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1rem;
  
}

dl.data-dl dd ul {
    list-style: none;
    padding:0;
    margin:0;
}
dl.data-dl dd li { 
    padding-left: 0.7em; 
    text-indent: -.7em;
}
dl.data-dl dd li:before {
    content: "• ";
    color: #988046;
}

#anniversary-info{
	border: 1px solid #987F46;
	padding: 2%;
	font-size: 20px;
	font-weight: bold;
}

#anniversary-info h4{
	color: #987F46;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #987F46;
	line-height: 120%;
	margin-bottom: 5px;
}

#anniversary-info p {
	margin-bottom: 10px;
}

#anniversary-info span {
	color: #987F46;
	font-weight: bold;
	text-decoration: underline;
}

/*.data-anniversary dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.data-anniversary dt {
padding-bottom: 5px;
}*/

.data-anniversary ul {
}

.data-anniversary li {
padding-bottom: 5px;
width: 50%;
float: left;
}

.data-anniversary li.tit { 
    padding-left: 0.7em; 
    text-indent: -.7em;
}
.data-anniversary li.tit:before {
    content: "• ";
    color: #988046;
}

#privilege-info{
	font-weight: bold;
	color: #987F46;
	font-size: 120%;
}

#privilege-info h4{
	font-size: 30px;
	text-align: center;
	padding: 2px 0;
	color: #987F46;
	background-color: #F4F2EC;
	margin: 40px 0 10px 0;
}

#privilege-info li { 
    padding-left: 0.7em; 
    text-indent: -.7em;
}
#privilege-info li:before {
    content: "• ";
    color: #988046;
}

#bannerarea{
margin: 100px 0 0 0;
overflow: hidden;
clear: both;
}
#bannerarea ul{
margin: 0px 0 0 -20px;
width: auto;
}

#bannerarea ul li{
float: left;
width: 480px;
margin: 15px 0 0 20px;
}

#bannerarea ul li img{
width: 100%;
}

h3 {
  font-size: 35px;
  color: #fff;
  background-color: #988046;
  border-radius: 0 110px 0 110px;
  text-align: center;
}

h3 > span {
  padding: 12px 0;
  display: block;
}

h3 > span > span { letter-spacing: 0.2em; }

.plan-frame {
  border: 1px solid #988046;
  margin-top: 35px;
  margin-bottom: 75px;
  padding: 50px 35px;
}

.sp-only { display: none; }

footer {
  padding-top: 30px;
  overflow: visible;
  width: 100%;
  left: 0;
  border-top: 1px solid #0a318e;
}

body::after { display: none; }

section .bx-wrapper {
  width: 51%;
}

section .bx-wrapper, .bx-wrapper * {
  overflow: visible;
}

section .bx-wrapper img {
  width: 96.3%
}

.bx-wrapper .bx-controls-direction {
  display: block;
}

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

.bx-wrapper .bx-pager {
  display: none;
}

section .bx-wrapper .bx-next {
  right: -94%;
}

.bx-wrapper {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  header.content {
    padding-top: 10px;
  }

  #pankuzu {
    font-size: 14px;
  }

  .swiper { display: none; }

  .swiper-sp { display: block; }

  #page-title > div:first-child {
    font-size: 29px;
  }

  #blue-headline, .center-text, .offer, .wedding-text, #privilege-info ul {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  #blue-headline {
    font-size: 25px;
  }
	
.br-pc { display:none; }
.br-sp { display:block; }

  #ct-top {
    font-size: 18px;
  }

  #beige-title {
    font-size: 30px;
	margin: 20px 0 20px 0;
	line-height: 120%;
  }

#beige-title span {
  font-size: 20px;
  line-height: 120%;
}

#tuika-title{
  font-size: 20px;
  line-height: 120%;
  padding: 5px;
  }

  .center-text.sp {
    text-align: left;
  }

  .slider-frame {
    width: 100%;
  }

  .left-s, .right-s, .left-l, .right-l {
    width: 25px;
    height: 25px;
    top: calc(50% - 12px);
  }

  #gray-back-title {
    font-size: 25px;
  }

  .content > .wedding:nth-last-of-type(n + 2) {
    margin-bottom: 0;
  }

  section > div:first-child {
    margin-bottom: 0;
  }
	
  .wedding {
  margin-top: 0px;
  }
	
  .wedding-name {
  font-size: 21px;
  }

  .wedding-name > span {
    font-size: 10px;
  }

  .wedding-text span {
    display: block;
    margin-bottom: 1em;
  }

  .wedding-text > p {
    margin-bottom: 0em;
	margin-top: 10px;
  }
	
  .wedding-info > div {
    font-size: 17px;
    margin: 15px 0;
    line-height: 20px;
    padding-left: 5px;
  }

  .wedding-info > span {
    display: block;
  }
	
p.data-p,
dl.data-dl{
  background-color: #F4F2EC;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 18px;
}
.inner{margin-bottom:2rem;}
.inner:last-of-type{
  margin-bottom: 0;
}

dl.data-dl dt{
  font-size: 18px;
  font-weight: bold;
  border-left: solid 3px #988046;
  padding-left: 10px;
  margin-bottom: .5rem;
}
dl.data-dl dd{
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 140%;
}

dl.data-dl dd ul {
    list-style: none;
    padding:0;
    margin:0;
}
dl.data-dl dd li { 
    padding-left: 0.7em; 
    text-indent: -.7em;
	margin-bottom: 0.5rem;
}
dl.data-dl dd li:before {
    content: "• ";
    color: #988046;
}
	
/*.data-anniversary dt {
clear: left;
float: left;
width: 10%;
}
.data-anniversary dd {
margin-left: 11%;
}*/

#anniversary-info{
	width: 95%;
	margin: 0 auto;
}	
#anniversary-info h4{
	font-size: 25px;
}

.data-anniversary ul {
}

.data-anniversary li {
padding-bottom: 0px;
width: 100%;
float: left;
}

#privilege-info h4{
	font-size: 20px;
}
	
#bannerarea{
margin: 80px 0 0 0;
}

#bannerarea ul li{
float: left;
width: 100%;
margin: 10px 0 0 0;
}

#bannerarea ul li img{
width: 100%;
}

h3 {
  width: 95%;
  margin: 0 auto;
}

h3 {
  font-size: 25px;
  border-radius: 0 70px 0 70px;
}

h3 > span { padding: 9px 0; }

.plan-frame {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px;
}

.sp-only { display: block; }

}
