@charset "UTF-8";
/*****************************
  houji
*****************************/
.pagesec-houjimenu .rei{
  padding: 3rem 0;
  border-bottom: solid 1px #000;
}
.pagesec-houjimenu .rei .aka{
  color: #ff0000;
  font-size: 1.6rem;
}
.pagesec-houjimenu .rei .aka span{
  font-size: 2.2rem;
}
.pagesec-houjimenu .rei .imgbox{
  width: 70%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-houjimenu .rei .aka span{
    font-size: 2.1rem;
  }
  .pagesec-houjimenu .rei .imgbox{
    width: 100%;
  }
}
/*****************************
  iwai
*****************************/
.pagesec-iwai .iwaibox,
.pagesec-wedding .weddingbox{
  padding: 2rem 0;
}
.pagesec-iwai .iwaibox .txtbox span{
  display: block;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-iwai .imgbox{
    width: 100%;
  }
  .pagesec-iwai .iwaibox .txtbox span{
    display: inline;
  }
  .pagesec-iwai .imgbox span{
    display: block;
  }
}
/*****************************
  wedding
*****************************/
.weddingbox{
  padding: 2rem;
}
.pagesec-wedding .box2{
  padding: 2rem 0;
}
.pagesec-wedding .box2 span{
  color: #ff0000;
}
.pagesec-wedding .box2 ul{
  padding-top: 3rem;
}
.pagesec-wedding .box3{
  width: 70%;
}