@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* ----------------------------------------------------
list
---------------------------------------------------- */
.list {
  padding-bottom: 46px;
  margin-bottom: 46px;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 750px) {
  .list {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
}
.list:nth-last-child(-n+2) {
  margin-bottom: 0;
  border-bottom: 0;
}
.list_container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .list_container {
    flex-wrap: wrap;
  }
}
.list_container h3 {
  padding-left: 0;
  text-indent: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .list_container h3 {
    margin-bottom: 1.6vw;
    font-size: 4.8vw;
  }
}
.list_container h3:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100vw;
  margin-right: 16px;
  position: static;
}
@media (max-width: 750px) {
  .list_container h3:before {
    width: 8vw;
    height: 8vw;
    margin-right: 3.467vw;
  }
}
.list_container .icon_1:before {
  background: url(../images/common/icon_food_black.png) center center/15px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .list_container .icon_1:before {
    background: url(../images/common/icon_food_black.png) center center/3.467vw no-repeat #deff1d;
  }
}
.list_container .icon_2:before {
  background: url(../images/common/icon_leisure_black.png) center center/22px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .list_container .icon_2:before {
    background: url(../images/common/icon_leisure_black.png) center center/4.8vw no-repeat #deff1d;
  }
}
.list_container .icon_3:before {
  background: url(../images/common/icon_cart_black.png) center left 7px/20px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .list_container .icon_3:before {
    background: url(../images/common/icon_cart_black.png) top 1.867vw left 1.6vw/4.533vw no-repeat #deff1d;
  }
}
.list_container .icon_4:before {
  background: url(../images/common/icon_kira_black.png) center center/18px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .list_container .icon_4:before {
    background: url(../images/common/icon_kira_black.png) center center/4vw no-repeat #deff1d;
  }
}
.list_container .icon_5:before {
  background: url(../images/common/icon_car_black.png) center center/20px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .list_container .icon_5:before {
    background: url(../images/common/icon_car_black.png) center center/4.533vw no-repeat #deff1d;
  }
}
.list_photo {
  line-height: 0;
}
@media (max-width: 750px) {
  .list_photo {
    margin-bottom: 6.667vw;
    width: 100%;
    text-align: center;
  }
}
.list_photo img {
  width: 200px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}
@media (max-width: 750px) {
  .list_photo img {
    width: 53.333vw;
    height: 40vw;
    border-radius: 3.2vw;
  }
}
.list_item {
  width: 470px;
}
@media (max-width: 750px) {
  .list_item {
    width: 100%;
  }
}
.list_item address {
  font-style: normal;
}
.list_item address p {
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .list_item address p {
    font-size: 3.733vw;
    line-height: 1.7;
  }
}
.list_item .morebtn {
  margin-top: 30px;
  width: 220px;
  height: 56px;
}
@media (max-width: 750px) {
  .list_item .morebtn {
    margin: 8vw auto 0 auto;
    width: 58.667vw;
    height: 14.933vw;
  }
}
.list_item .morebtn a {
  color: #007fe8;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  background: url(../images/common/icon_arrow_blue_m.png) center left/40px no-repeat #fff;
  border: 1px solid #007fe8;
}
@media (max-width: 750px) {
  .list_item .morebtn a {
    font-size: 4.267vw;
  }
}
.list_item .morebtn a:hover {
  opacity: 1;
  color: #fff;
  background: url(../images/common/icon_arrow_white_m.png) center left/40px no-repeat #007fe8;
}

/* pager
--------------------------- */
.pager {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .pager {
    margin-top: 6.667vw;
  }
}
.pager .number {
  margin: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #007fe8;
  border-radius: 100vw;
}
@media (max-width: 750px) {
  .pager .number {
    margin: 0 0.8vw;
    width: 9.6vw;
    height: 9.6vw;
  }
}
.pager .number.current {
  color: #fff;
  background: #007fe8;
}
.pager .next {
  margin-left: 16px;
  border: 0;
}
@media (max-width: 750px) {
  .pager .next {
    margin-left: 4.267vw;
  }
}
.pager .next a:hover {
  opacity: 0.6;
  color: #007fe8;
  background: none;
}
.pager .prev {
  margin-right: 16px;
  border: 0;
}
@media (max-width: 750px) {
  .pager .prev {
    margin-right: 4.267vw;
  }
}
.pager .prev a:hover {
  opacity: 0.6;
  color: #007fe8;
  background: none;
}
.pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #007fe8;
  font-weight: 500;
  border-radius: 100vw;
}
.pager a:hover {
  opacity: 1;
  color: #fff;
  background: #007fe8;
}
.pager a:active {
  color: #fff;
}
.pager a:visited {
  color: #007fe8;
}

/* ----------------------------------------------------
detail
---------------------------------------------------- */
.pagetitle.detail {
  padding: 26px;
}
@media (max-width: 750px) {
  .pagetitle.detail {
    padding: 3.467vw 5.067vw;
    margin-left: -20px;
    width: 100vw;
    height: 42.667vw;
    border-radius: 0;
    background: url(../images/common/img_k.png) center left 1.867vw/66.667vw no-repeat #00b3ec;
  }
}
.pagetitle.detail span {
  right: 35px;
  bottom: 20px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}
@media (max-width: 750px) {
  .pagetitle.detail span {
    margin-top: 2.667vw;
    position: static;
    font-size: 3.733vw;
    text-align: right;
  }
}
.pagetitle.detail h2 {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .pagetitle.detail h2 {
    font-size: 4.8vw;
  }
}
.pagetitle.detail h2:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100vw;
  margin-right: 16px;
}
@media (max-width: 750px) {
  .pagetitle.detail h2:before {
    width: 8vw;
    height: 8vw;
    margin-right: 3.467vw;
  }
}
.pagetitle.detail .icon_1:before {
  background: url(../images/common/icon_food_black.png) center center/15px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .pagetitle.detail .icon_1:before {
    background: url(../images/common/icon_food_black.png) center center/3.467vw no-repeat #deff1d;
  }
}
.pagetitle.detail .icon_2:before {
  background: url(../images/common/icon_leisure_black.png) center center/22px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .pagetitle.detail .icon_2:before {
    background: url(../images/common/icon_leisure_black.png) center center/4.8vw no-repeat #deff1d;
  }
}
.pagetitle.detail .icon_3:before {
  background: url(../images/common/icon_cart_black.png) center left 7px/20px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .pagetitle.detail .icon_3:before {
    background: url(../images/common/icon_cart_black.png) top 1.867vw left 1.6vw/4.533vw no-repeat #deff1d;
  }
}
.pagetitle.detail .icon_4:before {
  background: url(../images/common/icon_kira_black.png) center center/18px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .pagetitle.detail .icon_4:before {
    background: url(../images/common/icon_kira_black.png) center center/4vw no-repeat #deff1d;
  }
}
.pagetitle.detail .icon_5:before {
  background: url(../images/common/icon_car_black.png) center center/20px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .pagetitle.detail .icon_5:before {
    background: url(../images/common/icon_car_black.png) center center/4.533vw no-repeat #deff1d;
  }
}

.main {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 750px) {
  .main {
    padding-bottom: 9.333vw;
    display: block;
    border-bottom: 0;
  }
}
.main_photo {
  margin-top: -39px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .main_photo {
    margin: -19.2vw auto 0 auto;
    display: block;
    text-align: center;
  }
}
.main_photo img {
  width: 300px;
  height: 225px;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 750px) {
  .main_photo img {
    width: 80vw;
    height: 60vw;
    border-radius: 3.2vw;
  }
}
.main_photo .print {
  font-size: 15px;
}
@media (max-width: 750px) {
  .main_photo .print {
    display: none;
  }
}
.main_photo .print a {
  color: #007fe8;
}
.main_photo .print a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 5px;
  background: url(../images/common/icon_arrow_blue_s.png) center center/100% no-repeat;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.main_read_text {
  padding-top: 35px;
  width: 355px;
}
@media (max-width: 750px) {
  .main_read_text {
    padding-top: 6.667vw;
    width: 90.4vw;
  }
}
.main_read_text h3 {
  padding-left: 0;
  text-indent: 0;
}
.main_read_text h3:before {
  content: none;
}

.detail_container {
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .detail_container {
    margin: 0 0 4.8vw 0;
    flex-wrap: wrap;
  }
}
.detail_container .itembox {
  width: 49%;
}
@media (max-width: 750px) {
  .detail_container .itembox {
    width: 100%;
  }
}
.detail_container dl {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .detail_container dl {
    margin-bottom: 4vw;
  }
}
.detail_container dl dt {
  color: #00b3ec;
  font-size: 14px;
  font-weight: 500;
  width: 95px;
  float: left;
  clear: both;
}
@media (max-width: 750px) {
  .detail_container dl dt {
    font-size: 3.467vw;
    width: 24vw;
  }
}
.detail_container dl dd {
  margin-left: 95px;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .detail_container dl dd {
    margin-left: 24vw;
    font-size: 3.733vw;
    line-height: 1.9;
  }
}

.text_box {
  margin: 50px 0;
}
@media (max-width: 750px) {
  .text_box {
    margin: 6.667vw 0;
  }
}
.text_box p + p {
  margin-top: 32px;
}
@media (max-width: 750px) {
  .text_box p + p {
    margin-top: 7.467vw;
  }
}

.ohter_photo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ohter_photo:after {
  content: "";
  display: block;
  width: 220px;
}
@media (max-width: 750px) {
  .ohter_photo:after {
    content: none;
  }
}
.ohter_photo .p_item {
  line-height: 0;
}
@media (max-width: 750px) {
  .ohter_photo .p_item {
    margin: 0 auto 3.733vw auto;
    text-align: center;
  }
}
.ohter_photo .p_item img {
  width: 220px;
  height: 165px;
  object-fit: cover;
}
@media (max-width: 750px) {
  .ohter_photo .p_item img {
    width: 58.667vw;
    height: 44vw;
  }
}

.map {
  margin: 50px 0;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .map {
    margin: 11.733vw 0;
    height: 69.333vw;
  }
}
