@charset "utf-8";

.body {
font-family: 'Noto Sans JP', sans-serif;
}

.main_header {
  background-image:url(/img/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: relative;
}

.main_wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.logo {
  position: absolute;
  top: 20%;
  left: 20%;
}

.main_header p {
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 20%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border-top: #fff solid 1px;
  padding-top: 10px;
}

.main_header p span {
  color: #DF2E47;
  font-weight: 700;
}

.main_head {
  font-size:46px;
  font-weight: 800;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.main_head span {
  font-size: 35px;
}

.main_content p {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.content_img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-top: 80px;
}

.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 35px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.title::after {
  content: " ";
	margin: 0 auto;
  display: block;
	margin-top: 15px;
  width: 100px;
  height: 6px;
  border-radius: 3px;
  background: #DF2E47;
}

.flexbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.flex01 {
  width: 48%;
}

.flex01 h3 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.flex01 p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.02em;
}

.flex02 {
  width: 48%;
  text-align: center;
}

.flex02 img {
  height: 300px;
}

.photo_flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
}

.photo_flex li {
  width: 25%;
}

.photo_flex li img {
  height: 190px;
  object-fit: cover;
}

.original {
  background-color: #D3D3D3;
  padding: 40px 0 70px;
}

.main_item {
  margin-top: 80px;
}

.item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item {
  width: 23%;
}

.item_img {
  width: 100%;
  object-fit: cover;
}

.access {
  margin: 0 auto;
}

.access_text {
  margin: 40px auto;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.access_safe {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.access_map {
  margin: 40px 0;
}

.access_img {
  width: 60%;
  margin: 40px auto;
  text-align: center;
  display: block;
}

.footer {
  margin-top: 80px;
  margin-bottom: 80px;
}

.footer_logo {
  margin: 40px auto;
  text-align: center;
}

.flex_sns {
  display: flex;
  width: 10%;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.flex_sns li img {
  width: 30px;
}

.footer .line_img {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  display: block;
}

.footer .line_img img {
  width: 150px;
}

.footer p {
  text-align: center;
  line-height: 1.5;
  margin-top: 40px;
}

.footer_tel {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}

.copy {
  font-size: small;
}