.c-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 22px;
  font-family: 'Kosugi Maru', sans-serif;
}

.c-header-slider {
  height: 270px;
}

.c-header-slider-item-image {
  height: 100%;
}

.c-main-container {
  margin: 30px 5% 30px 5%;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Noto Sans JP','Sawarabi Gothic', 'Kosugi Maru', sans-serif;
}

.c-border-big {
  border-bottom: solid 1px #D8D8D8;
  width: 70%;
  margin: 0;
  padding: 0;
}

.c-border-small {
  border-bottom: solid 1px #D8D8D8;
  width: 40%;
  margin: 0;
  padding: 0;
}

.c-border-small {
  border-bottom: solid 1px #D8D8D8;
  width: 50%;
  margin: 0;
  padding: 0;
}

.c-main-title h1,h2{
  font-size: 1.3em;
  margin: 0 0 10px 0;
}

.c-main-access {
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.c-main-access-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;

}

.c-main-access-title-number {
  height: 1.6em;
  margin-right: 0.8em;
}
.c-main-access-title-text {
  font-size: 1.1em;
}

.c-main-access-address {
  color: #5D5D5D;
  margin-top: 10px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}

.c-main-access-address-image {
  width: 100%;
  margin-bottom: 10px;
}

.c-main-access-address-zipcode {
  margin-bottom: 5px;
}

.c-main-access-address-detail {
  margin-bottom: 100px;
  width: 100%;
}

.c-main-access-address-detail-map {
  border: 0;
  width: 100%;
  height: 400;
  margin-bottom: 20px;
}

.c-main-access-address-detail-copy-address-btn {
  width: 100%;
  padding: 0.8em 0;
  font-size: 1.2em;
  background-color: #847C7C;
  color: #EDEDED;
  margin-bottom: 20px;
  border: none;
}

.c-main-access-address-detail-open-map {
  width: 100%;
  padding: 0.8em 0;
  font-size: 1.2em;
  background-color: #AD3140;
  color: #EDEDED;
  margin-bottom: 20px;
}
