@charset "UTF-8";
/* DAYUSE
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700;900&display=swap");
@font-face {
  font-family: "com4t";
  src: url("/common/fonts/com4t_fine_regular_regular-webfont.woff") format("woff"), url("../fonts/com4t_fine_regular_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.a_none {
  display: none;
}

.area_preface .block_preface .box_map {
  padding: 40px 0 0;
}
.area_preface .block_preface .box_map .inner {
  aspect-ratio: 16/9;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_preface .block_preface .box_map .inner {
    aspect-ratio: 4/3;
  }
}
.area_preface .block_preface .box_map .inner iframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.area_preface .block_preface .element {
  left: 0px;
  top: 40px;
  max-width: 310px;
  width: 70%;
}
.area_preface .block_preface .box_address {
  padding: 30px 0 0;
}
.area_preface .block_preface .box_address p {
  padding: 10px 0 0;
}

.ttl_access h2 {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 16px 0;
}

.box_access {
  font-family: "Noto Sans JP";
}
.box_access .cttl_access {
  background-color: #808080;
  color: #FFF;
  position: relative;
  padding: 12px;
}
.box_access .cttl_access h3 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .box_access .cttl_access h3 {
    font-size: 1.6rem;
  }
}
.box_access .cttl_access .pict {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.box_access .column {
  padding: 20px 0 0;
}
@media all and (max-width: 896px) {
  .box_access .column {
    padding: 10px 0 0;
  }
}
.box_access .column p {
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media all and (max-width: 896px) {
  .box_access .column p {
    text-align: left;
  }
}
.box_access .column > div {
  padding: 20px 0 0;
}
.box_access .column > div img {
  width: 100%;
  height: auto;
  max-width: 542px;
}

.box_other {
  font-family: "Noto Sans JP";
}
.box_other ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
.box_other ul li {
  padding: 10px;
}
.box_other h3 {
  background-color: #F0B9BD;
  color: #FFF;
  font-size: 1.8rem;
  list-style: 1.3em;
  font-weight: 400;
  padding: 12px;
  border-radius: 60px;
  max-width: 440px;
  margin: 20px auto 0px;
}
.box_other p {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.8em;
  padding: 20px 0 0;
}
@media all and (max-width: 896px) {
  .box_other p {
    padding: 10px 0 0;
    text-align: left;
  }
}

.box_around ul {
  padding: 30px 0 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.box_around ul li {
  padding: 10px;
  box-sizing: border-box;
  width: 25%;
}
@media all and (max-width: 896px) {
  .box_around ul li {
    width: 100%;
  }
}
.box_around ul li a .box_img_a::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: url("../images/label_link.svg");
}
.box_around ul li a .box_txt h3, .box_around ul li a .box_txt .price, .box_around ul li a .box_txt .comment p {
  color: #000;
}
.box_around ul li .box_img_a {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/2;
  position: relative;
}
.box_around ul li .box_img_a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box_around ul li .box_txt_a h3 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 500;
  color: #271510;
  padding: 8px 0;
  border-bottom: #666 dotted 1px;
  text-align: left;
}
@media all and (max-width: 896px) {
  .box_around ul li .box_txt_a h3 {
    font-size: 1.8rem;
  }
}
.box_around ul li .box_txt_a .price {
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 500;
  padding: 8px 0;
  text-align: right;
  border-bottom: #666 dotted 1px;
}
@media all and (max-width: 896px) {
  .box_around ul li .box_txt_a .price {
    font-size: 1.4rem;
  }
}
.box_around ul li .box_txt_a .comment {
  padding: 6px 0 0;
}
.box_around ul li .box_txt_a .comment p {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 4px 0;
  text-align: left;
}