@charset "UTF-8";

.maintitle{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 70px;
}
.topimage img{
  width: 75vw;
  margin-bottom: 95px;
}
.japanese,.english{
  width: 35vw;
}
.subtitle{
  font-size: 20px;
  margin-bottom: 40px;
}
.bold{
  font-weight: bold;
}
.first{
  margin-bottom: 13px;
}
.title{
  margin: 32px 0 13px;
}
.title2{
  margin-bottom: 5px;
}
p{
  line-height: 24px;
}
.content{
  border-bottom: 1px solid #9e9c9c;
}
/* 一番下の線消す */
.content:last-child{
  border-bottom: none;
}
.box{
  padding-bottom: 32px;
}
.mark{
  border-left: 3px solid #333;
  padding-left: 5px;
}
.dot::before{
  content: "・";
}
.point::before{
  content: "※";
}
.address br{
  display: none;
}

/* 二行目もbrしなくても字下げできる */
.dot,.point{
  padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 768px) {
  .topimage img,.japanese,.english{
    width: auto;
  }
  .inner{
    margin: 0 15px;
  }
  .topimage img{
    margin-bottom: 50px;
  }
  .subtitle{
    margin: 30px 10px;
  }
  .english .title2{
    margin-top: 20px;
  }
  .address br{
    display: block;
  }
  footer p{
    margin-left: 0;
  }
}

