@charset "utf-8";
/*------Message------*/
.p-about_message {
  margin: 108px auto 80px;
}
.p-about_message h1 img {
  width: 100%;
  max-width: 338px;
}
.p-about_message__copy-wrap {
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
}
.p-about_message__copy-wrap p img {
  width: 68px;
}
.p-about_message__illust {
  position: absolute;
  top: 234px;
  left: 53%;
  width: 65px;
}
.p-about_message__description_01,
.p-about_message__description_02 {
  padding: 0 8.56%; 
}
.p-about_message__description_01 p,
.p-about_message__description_02 p {
  margin-bottom: 28px;
}
.p-about_message__img {
  padding: 0 8.56%;
  margin: 4px 0 32px;
}
.p-about_message__img img {
  display: block;
  width: 59%;
  line-height: 1;
  -webkit-mask-image: url(../images/common/edge.png);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-image: url(../images/common/edge.png);
  -moz-mask-size: 100%;
  -moz-mask-repeat: no-repeat;
  mask-image: url(../images/common/edge.png);
  mask-size: 100%;
  mask-repeat: no-repeat;
}
.p-about_message__img img:nth-of-type(2) {
  margin: 40px 0 0 auto;
}
.p-about_message__owner-name {
  margin: 12px auto 0 0;
  text-align: right;
}
.p-about_message__owner-name img {
  width: 136px;
}

@media (min-width: 768px) {
  .p-about_message__illust {
    position: absolute;
    top: 240px;
    left: 54%;
    width: 85px;
  }
  .p-about_message__wrap_01,
  .p-about_message__wrap_02 {
    width: 592px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-about_message__wrap_02 {
    flex-direction: row-reverse;
    margin-top: 16px;
  }
  .p-about_message__copy-wrap {
    margin: 0;
    width: 40%;
  }
  .p-about_message__description_01 {
    width: 48%;
    padding: 0;
  }
  .p-about_message__description_02 {
    width: 45%;
    padding: 0;
  }
  .p-about_message__img {
    width: 48%;
    padding: 0;
    margin: 48px 0 0 0;
  }
  .p-about_message__img img {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .p-about_message {
    margin: 148px auto 144px;
  }
  .p-about_message h1 img {
    width: 422px;
    max-width: none;
  }
  .p-about_message__copy-wrap p img {
    width: 80px;
  }
  .p-about_message__illust {
    top: 282px;
    left: 52%;
  }
  .p-about_message__wrap_01,
  .p-about_message__wrap_02 {
    width: 800px;
  }
  .p-about_message__wrap_02 {
    margin-top: 36px;
  }
  .p-about_message__description_01 {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .p-about_message__description_02 {
    width: 48%;
    box-sizing: border-box;
  }
  .p-about_message__img {
    width: 50%;
    padding: 0 0 0 64px;
    margin: 0;
    box-sizing: border-box;
  }
  .p-about_message__img img {
    width: 216px;
  }
  .p-about_message__img img:nth-of-type(2) {
    margin: 56px 0 0 auto;
  }
  .p-about_message__owner-name {
    margin-top: 56px;
    text-align: right;
  }
  .p-about_message__owner-name img {
    width: 194px;
  }
}

/*------Access------*/
.p-about_access {
  padding: 0 8.56% 80px;
}
.p-about_access h2 img {
  width: 173px;
}
.p-about_access__shop-img {
  width: 100%;
}
.p-about_access__description p {
  margin-top: 24px; 
}
.p-about_access__description span {
  color: #ba4f2b;
  font-weight: 500;
}
.p-about_access__info {
  margin: 64px auto 0;
  text-align: center;
}
.p-about_access__info h3 {
  margin-bottom: 32px;
}
.p-about_access__info_map-btn {
  width: 202px;
  height: 36px;
  margin: 24px auto 0;
  padding-bottom: 8px;
  text-align: left;
  background: url(../images/common/btn-line_01.png) no-repeat;
  background-size: 202px 2px;
  background-position: 100% 100%;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.14, 1.2, .81, .99);
}
.p-about_access__info_map-btn a {
  display: block;
  color: #430e04;
  position: relative;
}
.p-about_access__info_map-btn a::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #430e04;
  border-right: solid 1px #430e04;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 8px;
  margin-top: -3px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.14, 1.2, .81, .99);
}
.p-about_access__info_map-btn:hover {
  background-position: 100% 85%;
}
.p-about_access__info_map-btn:hover a::after {
  right: 0;
}
.p-about_access__info_map {
  position: relative;
  width: 100%;
  margin: 40px 0 56px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.p-about_access__info_map::before {
  content:"";
  display: block;
  padding-top: 75%;
}
.p-about_access__info_map iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  border-radius: 4px;
  filter: saturate(60%);
}
.p-about_access__info_directions {
  text-align: left;
}
.p-about_access__info_directions ul {
  list-style-type: circle;
  padding-left: 20px;
}
.p-about_access__info_directions ul li {
  margin-bottom: 24px;
}
.p-about_access__info_directions ul li:last-child {
  margin-bottom: 0px;
}
.car{
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-about_access h2 img {
    width: 350px;
    height: auto;
  }
  .p-about_access__description p:nth-of-type(2) {
    margin-top: 16px;
  }
  .p-about_access__info_map::before {
    padding-top: 61.79%;
  }
  .p-about_access__info_directions {
    display: flex;
    justify-content: space-between;
    gap: 56px;
  }
  .car{
    margin-bottom: 0px;
    width: 50%;
  }
  .train {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .p-about_access {
    padding: 0 40px 144px;
  }
  .p-about_access h2 img {
    width: 466px;
  }
  .p-about_access__shop-img {
    width: 680px;
    margin: 0 auto;
    display: block;
  }
  .p-about_access__description {
    width: 680px;
    margin: 0 auto;
  }
  .p-about_access__description p {
    margin-top: 32px;
  }
  .p-about_access__info {
    margin: 80px auto 0;
  }
  .p-about_access__info h3 {
    margin-bottom: 40px;
  }
  .p-about_access__info_map {
    width: 680px;
    height: 452px;
    padding: 0;
    margin: 40px auto;
  }
  .p-about_access__info_directions {
    width: 680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 56px;
  }
}

@media (min-width: 1366px) {
  .p-about_access__shop-img {
    width: 800px;
  }
  .p-about_access__description {
    width: 800px;
  }
  .p-about_access__info_map {
    width: 800px;
    height: 532px;
  }
  .p-about_access__info_directions {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  .p-about_access__shop-img {
    width: 960px;
  }
  .p-about_access__description {
    width: 960px;
  }
  .p-about_access__info_map {
    width: 960px;
    height: 640px;
  }
  .p-about_access__info_directions {
    width: 960px;
  }
  .car{
    width: 47%;
  }
  .train {
    width: 47%;
  }
}

/*------Company------*/
.p-about_company {
  padding: 80px 8.56%;
  background-color: #fff;
  position: relative;
}
.p-about_company::before {
  content: "";
  position: absolute;
  top: 0;
  left : 0;
  width: 100%;
  height: 8px;
  background: url(../images/common/sec-border_be.png) bottom center;
  background-size: 4000px 8px;
}
.p-about_company h2 img {
  width: 114px;
}
.p-about_company table {
  max-width: 500px;
  margin: 0 auto; 
}
.p-about_company table tr {
  border-bottom: 1px solid #e7deda;
}
.p-about_company table tr th {
  padding: 16px 0 16px 8px;
  text-align: left;
  font-weight: 500;
  line-height: 1;
  width: 28%;
}
.p-about_company table tr td {
  padding: 16px 8px 16px 16px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .p-about_company {
    padding: 144px 40px;
  }
  .p-about_company h2 img {
    width: 144px;
  }
  .p-about_company table tr th {
    width: 32%;
  }
}

@media (min-width: 1366px) {
  .p-about_company {
    padding: 144px 40px 144px 24vw;
  }
}