<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.icatchWrap.typeA .titleBox .w_title01 .t1 {
  letter-spacing: 0;
}

@media all and (min-width: 681px) {
  .icatchWrap .thumb .img1 {
    background-image: url(../../img/common/mv_property1.jpg);
  }
}

/* yellow */
.w_btn01.yellow {
  color: #000;
  background-color: #EBC318;
  border-color: #EBC318;
}
.w_btn01.yellow::after {
  border-color: #000;
}
/* black */
.w_btn01.black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.w_btn01.black::after {
  border-color: #fff;
}

@media all and (min-width: 681px) {
  .icatchWrap.typeA .titleBox .w_title01 .t1 {
      font-size: 48px;
  }
  .propertyLink1 {
    width: 500px;
    height: 80px;
  }
  .w_btn01.yellow:hover,
  a:hover .w_btn01.yellow {
    color: #000;
    background-color: #fff;
    border-color: #EBC318;
  }
  .w_btn01.black:hover::after,
  a:hover .w_btn01.black::after {
    border-color: #000;
  }
  .w_btn01.black:hover,
  a:hover .w_btn01.black {
    color: #000;
    background-color: #fff;
    border-color: #000;
  }
  .w_btn01.yellow:hover::after,
  a:hover .w_btn01.yellow::after {
    border-color: #000;
  }
}
@media all and (max-width: 680px) {
  .propertyLink1 {
    width: 270px;
    height: 56px;
  }

  .h_conversion .li3 {
    width: calc((100% - 42px));
  }
}

/* カテゴリ一覧 */

.categoryTab {
  background-color: #F4F4F4;
  padding-top: 40px;
}

.categoryTabList {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
}

.categoryTabListItem a,
.categoryTabListItem label {
  /* border: 0; */
  cursor: pointer;
}

.categoryTabListItem input {
  display: none;
}

.categoryTabListItem a:after,
.categoryTabListItem label:after {
  display: none;
}

.categoryTabListItem.isCurrent {
}
.categoryTabListItem.isCurrent a,
.categoryTabListItem.isCurrent label {
  background-color: #fff;
  color: #2865AA;
  border: 1px solid #2865AA;
}

.categoryArea {
  margin-top: 50px;
}
.categoryArea.type2 {
  margin-top: 20px;
}

.categoryList {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.categoryListItem.isCurrent {
  /* pointer-events: none; */
}

.categoryListItem a,
.categoryListItem label {
  font-size: 16px;
  height: 50px;
}

.categoryListItem a,
.categoryListItem label {
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.categoryListItem input {
  display: none;
}

.categoryListItem a:after,
.categoryListItem label:after {
  display: none;
}

.categoryListItem.isCurrent {
}
/* .categoryListItem.isCurrent a,
.categoryListItem.isCurrent label {
  background-color: #2865AA;
  color: #fff;
} */

.categoryListItem label:before {
  content: "";
  background-color: #fff;
  border: 2px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
}

.categoryListItem.isCurrent label:after {
  content: "";
  background: none;
  border: 0;
  border-top: 3px solid #2865AA;
  border-right: 3px solid #2865AA;
  display: block;
  width: 19px;
  height: 12px;
  position: absolute;
  top: -12px;
  bottom: 0;
  left: 19px;
  /* right: 0; */
  margin: auto 0;
  transform: rotate(130deg);
}

.sendButton {
  appearance: button;
  background-color: #2865AA;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 320px;
  height: 40px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.sendButton .in {
  margin-right: 30px;
  position: relative;
}

.sendButton .in:before {
  content: "";
  background-image: url(../../img/common/ico_search_w.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* 投稿一覧 */

.eventListWrap {
  padding: 40px 0 85px 0;
  background-color: #F4F4F4;
  margin-top: 0;
}

.eventListWrap .searchBox {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eventListWrap .searchBox .postNum {
  font-size: 20px;
}
.eventListWrap .searchBox .postNum .b {
  font-size: 40px;
  font-weight: 500;
}
.eventListWrap .searchBox .sortList {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.eventListWrap .searchBox .sortList .sort_dt {
}
.eventListWrap .searchBox .sortList .sort_dd {
  display: flex;
  align-items: center;
}
.eventListWrap .searchBox .sortList .sort_ul {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  margin-left: 20px;
}
.eventListWrap .searchBox .sortList .sort_ul &gt; li:nth-of-type(1n + 2) {
  margin-left: 15px;
}
.eventListWrap .searchBox .sortList .sort_ul a {
  color: #2865AA;
  text-decoration: underline;
}

.eventListItem {
  background-color: #fff;
  position: relative;
  margin-top: 30px;
}

.eventListItem:first-child {
  margin-top: 0;
}

.eventListItem .newIcon {
  width: 130px;
  height: 70px;
  color: #fff;
  background-color: #EBC318;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
}

.eventListItem .thumbnail {
  position: relative;
  padding: 20px;
}

.eventListItem .thumbnail .photo {
  background-image: url(../../img/common/noimage.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 480px;
  height: 100%;
}

.eventListItem .contents {
  padding: 30px 0 0 18px;
}

.eventListItem .contentsHeader {
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.eventListItem .category {
  background-color: #2865AA;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 40px;
  z-index: 10;
}

.eventListItem .thumbnail a {
  cursor: pointer;
  display: block;
  width: 100%;
  z-index: 20;
  position: relative;
}

.eventListItem .date {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.eventListItem .title {
  color: #2865AA;
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  margin-right: 40px;
}

.eventListItem .dataList {
  padding-top: 10px;
}

.eventListItem .dataList &gt; li {
  display: flex;
  /* flex-flow: wrap;
  align-items: center; */
  font-size: 16px;
  letter-spacing: 0;
}
.eventListItem .dataList &gt; li:nth-of-type(1n + 2) {
  margin-top: 5px;
}

.eventListItem .dataList .data_tit1 {
  width: 95px;
  text-align-last: justify;
  text-justify: inter-ideograph;
  padding-right: 30px;
  position: relative;
}
.eventListItem .dataList .data_tit1::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  display: block;
  width: 1px;
  height: 84%;
  margin: auto 0;
}

.eventListItem .dataList .data_txt1 {
  width: calc(100% - 95px);
}

.eventListItem .dataList .data_li2 .data_txt1 {
  font-size: 20px;
  font-weight: 500;
}

.eventListItem .dataList .data_li2 .data_txt1 .yen {
  font-size: 16px;
}

.eventListItem .buttonList {
  display: flex;
  justify-content: space-between;
}

.moreButton {
  margin-top: 130px;
}

.moreButton a {
  font-size: 15px;
  font-weight: 500;
  width: 300px;
  height: 53px;
}

.comingSoon {
  text-align: center;
  padding: 120px 0 0 0;
}

@font-face {
  font-family: "IonIcons";
  src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix")
      format("embedded-opentype"),
    url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1")
      format("truetype"),
    url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1")
      format("woff"),
    url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.sort_li {
  background-color: #fff;
  position: relative;
}
.sort_li:before {
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f123";
  font-family: "IonIcons";
  line-height: 43px;
  color: #7f878c;
  pointer-events: none;
}
.sort_li select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 30px 8px 12px;
  border: 1px solid #ddd;
  color: #000;
  width: 100%;
  border-radius: 3px;
}
.sort_li select option {
  background-color: #fff;
  color: #333;
}
.sort_li select::-ms-expand {
  display: none;
}
.sort_li select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

@media all and (min-width: 681px) {
  .searchFormWrap {
    height: auto !important;
  }
  .searchToggleButton {
    display: none;
  }
  .categoryTabListItem a,
  .categoryTabListItem label {
    /* border-bottom: 0; */
    font-size: 15px;
    /* width: 174px; */
    /*　↓全部の種別を出すときの幅 */
    width: 200px;
    height: 50px;
  }
  .categoryArea__inner {
    display: flex;
  }
  .categoryTab__inner {
    display: flex;
    justify-content: center;
  }
  .categoryArea__title {
    color: #2865AA;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    width: 100px;
    text-align: right;
    padding-top: 12px;
    padding-right: 20px;
    margin-left: -70px;
  }
  .categoryArea .categoryArea__title {
    padding-top: 14px;
  }
  .categoryTabListItem + .categoryTabListItem {
    margin-left: 11px;
  }
  .categoryList {
    width: 1100px;
  }
  .categoryList {
    margin-top: -10px;
  }
  .categoryListItem {
    margin-top: 10px;
    margin-left: 30px;
  }
  .categoryArea.type1 .categoryListItem {
    margin-top: 10px;
  }
  .categoryArea.type2 .categoryListItem:not(:first-child) {
    margin-left: 10px;
  }
  .categoryArea.type1 .categoryListItem:first-child,
  .categoryArea.type1 .categoryListItem:nth-child(2n + 1) {
    margin-left: 0;
  }
  .categoryArea.type2 .categoryListItem:first-child,
  .categoryArea.type2 .categoryListItem:nth-child(5n + 1) {
    margin-left: 0;
  }
  .categoryListItem a,
  .categoryListItem label {
    width: 212px;
    padding-left: 50px;
    line-height: 1.2;
  }
  .categoryArea.type1 .categoryListItem a,
  .categoryArea.type1 .categoryListItem label {
    width: 400px;
  }
  .categoryListItem a:hover,
  .categoryListItem label:hover {
    color: #fff;
    background-color: #2865AA;
    border-color: #2865AA;
  }
  .sendButton,
  .sendButton .in {
    transition: 0.3s ease;
  }
  .sendButton:hover {
    background-color: #4e4e4e;
  }
  .sendButton:hover .in:before {
    /* background-image: url(../../img/common/ico_search.png); */
  }
  .eventListItem {
    display: flex;
  }
  .eventListItem .thumbnail a {
    height: 100%;
  }
  .eventListItem .contents {
    width: 682px;
  }
  .eventListItem .date {
    margin-left: 15px;
  }
  .eventListItem .buttonList {
    margin-top: 16px;
  }
  .eventListItem .buttonListItem a {
    font-size: 14px;
    width: 330px;
    height: 52px;
  }
  .eventListItem .thumbnail {
    padding: 0;
    margin: 20px;
    overflow: hidden;
  }
  .eventListItem .thumbnail a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: 15;
    opacity: 0;
  }
  .eventListItem .thumbnail .photo {
    transition: 0.3s ease;
  }
  .eventListItem .thumbnail:hover .photo {
    transform: scale(1.1, 1.1);
  }
  .eventListItem .thumbnail:hover a:after {
    opacity: 1;
  }
}
@media all and (max-width: 680px) {
  .searchFormWrap {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .searchFormWrap.is__open {
    height: auto;
  }
  .searchToggleButton {
    background-color: #4e4e4e;
    font-size: 12px;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  .searchToggleButton .in:before {
    content: "";
    background-color: #fff;
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .searchToggleButton .in:after {
    content: "";
    background-color: #fff;
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transform: rotate(90deg);
  }
  .searchToggleButton.is__open .in:before {
    transform: rotate(-45deg);
  }
  .searchToggleButton.is__open .in:after {
    transform: rotate(45deg);
  }

  .categoryTabList {
    padding-bottom: 10px;
    margin-top: -10px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .categoryTabListItem {
    text-align: center;
    width: calc(100% / 2 - 2%);
    margin-top: 10px;
    margin-left: 3%;
  }
  .categoryTabListItem .w_btn01 {
    width: auto;
  }
  .categoryTabListItem:first-child,
  .categoryTabListItem:nth-child(2n + 1) {
    margin-left: 0;
  }
  .categoryArea,
  .categoryArea.type2 {
    margin-top: 0;
  }
  .categoryList {
    /* justify-content: space-between; */
    /* margin-left: 12px; */
    /* margin-right: 12px; */
    justify-content: left;
  }
  .categoryListItem {
  }
  .categoryListItem a,
  .categoryListItem label {
    font-size: 12px;
    /* color: #fff !important; */
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    cursor: pointer;
  }
  .categoryArea.type1 .categoryListItem {
    /* margin-top: 10px; */
    width: 100%;
    margin-top: 5px;
  }
  .categoryArea.type2 .categoryListItem:first-child {
    /* width: 100%; */
    /* margin-top: 0; */
  }
  .categoryArea.type2 .categoryListItem {
    width: 49.25%;
    margin-top: 0;
  }
  .categoryArea.type1 .categoryListItem a {
    text-align: center;
    line-height: 1.4;
    height: 50px;
  }
  .categoryTab {
    padding-top: 0;
  }
  .categoryArea__title {
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .categoryTab .categoryArea__title {
    background-color: transparent;
  }
  .categoryArea.type2 {
    /* background-color: #fff; */
  }
  .categoryArea.type2 .categoryListItem {
    /* margin-top: 5px; */
    border-bottom: 1px solid #c4c4c4;
  }
  .categoryArea.type2 .categoryList {
    border-top: 1px solid #c4c4c4;
  }
  .categoryArea.type2 .categoryListItem:nth-child(2n + 1) {
    border-right: 1px solid #c4c4c4;
  }
  .categoryListItem a,
  .categoryListItem label {
    border: 0;
  }
  .categoryListItem label:before {
    border-width: 1px;
    width: 14px;
    height: 14px;
  }
  .categoryListItem.isCurrent label:after {
    border-width: 2px;
    width: 14px;
    height: 7px;
    top: -12px;
    left: 18px;
  }
  .sendButton {
    width: 84%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .eventListWrap {
    padding: 15px 0 40px 0;
    margin-top: 0;
  }

  .eventListWrap .searchBox {
    width: 100%;
    padding: 0 3% 15px 3%;
    display: block;
  }
  .eventListWrap .searchBox .postNum {
    font-size: 14px;
    text-align: center;
  }
  .eventListWrap .searchBox .postNum .b {
    font-size: 30px;
  }
  .eventListWrap .searchBox .sortList {
    display: block;
  }
  .eventListWrap .searchBox .sortList .sort_dt {
    width: 100%;
    display: none;
  }
  .eventListWrap .searchBox .sortList .sort_dd {
    width: 100%;
  }
  .eventListWrap .searchBox .sortList .sort_ul {
    width: 100%;
    padding-top: 5px;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .eventListWrap .searchBox .sortList .sort_ul &gt; .sort_li:nth-of-type(1n + 2) {
    margin-left: 1%;
  }
  .eventListWrap .searchBox .sortList .sort_ul &gt; .sort_li:first-child,
  .eventListWrap .searchBox .sortList .sort_ul &gt; .sort_li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .eventListWrap .searchBox .sortList .sort_ul &gt; .sort_li {
    margin-top: 5px;
  }

  .sort_li select {
    /* background-image: url(../../img/common/ico_cursor.svg);
    background-size:10px auto;
    background-position:right 10px center;
    background-repeat:no-repeat;
    padding: 10px 10px;
    background-color: #fff;
    border:1px solid #000;
    font-size:16px;
    width: 46.525vw;
    appearance:none; */
    width: 46.525vw;
  }

  .eventList {
    margin-left: 3%;
    margin-right: 3%;
  }
  .eventListItem {
    padding: 15px;
    margin-top: 30px;
  }

  .eventListItem .newIcon {
    width: 54px;
    height: 32px;
    font-size: 18px;
    left: 15px;
    top: 15px;
  }

  .eventListItem .thumbnail {
    position: relative;
    padding: 0;
  }
  .eventListItem .thumbnail .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 40;
  }
  .eventListItem .thumbnail .photo {
    width: 100%;
    height: 50vw;
  }
  .eventListItem .contents {
    padding: 0;
  }
  .eventListItem .category {
    font-size: 14px;
    width: 100%;
    height: 35px;
    position: static;
  }
  .eventListItem .contentsHeader {
    margin-right: 0;
  }
  .eventListItem .title {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 7px;
    margin-right: 0;
  }
  .eventListItem .date {
    padding: 10px 0;
    font-size: 14px;
  }

  .eventListItem .dataList &gt; li {
    flex-flow: nowrap;
    align-items: stretch;
    font-size: 14px;
  }
  .eventListItem .dataList &gt; li:nth-of-type(1n + 2) {
    margin-top: 2px;
  }
  .eventListItem .dataList .data_tit1 {
    width: 68px;
    padding: 5px;
    margin-right: 2px;
    background-color: #f4f4f4;
  }
  .eventListItem .dataList .data_tit1::after {
    display: none;
  }
  .eventListItem .dataList .data_txt1 {
    width: calc(100% - 70px);
    background-color: #f4f4f4;
    padding: 5px;
  }
  .eventListItem .dataList .data_li2 .data_txt1 {
    line-height: 1.1;
  }

  .eventListItem .buttonList {
    margin-top: 10px;
  }
  .eventListItem .buttonListItem {
    width: 50%;
  }
  .eventListItem .buttonListItem a {
    padding: 12px 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.166;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .moreButton {
    margin-top: 40px;
  }
  .moreButton a {
    font-size: 13px;
    width: 230px;
    height: 40px;
  }
  .comingSoon {
    padding: 40px 0 0 0;
  }
}
@media all and (max-width: 370px) {
  .eventListWrap .searchBox .sortList .sort_ul &gt; li:nth-of-type(1n + 2) {
    margin-left: 10px;
  }
  .categoryListItem {
    font-size: 12px;
  }
}

/* 詳細ページ
***************************************************************/
.singleInner {
  padding-bottom: 105px;
}
.icatchWrap.typeC .titleBox .w_title01 .t1 {
  letter-spacing: 0;
}
.moreButton.type3 {
  margin-top: 90px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .singleInner {
    padding-bottom: 80px;
  }
  .moreButton.type3 {
    margin-top: 46px;
  }
}
@media all and (max-width: 370px) {
}

/* singleWrap1 */
.singleWrap1 {
  overflow: hidden;
}
.singleWrap1 .inner {
  margin-right: calc((100% - 1320px) / 2);
  display: flex;
}
.singleWrap1 .ppy_slide1 {
  width: calc(100% - 520px);
  margin: 0;
}
.singleWrap1 .ppy_slide1 .slideItem {
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.singleInner .slick-list,
.singleInner .slick-track {
  height: 100%;
}
.singleInner .ppy_slide1 .slick-dots {
  text-align: right;
  padding-right: 20px;
}
.singleInner .slick-dots {
  bottom: 10px;
}
.singleInner .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #2865AA;
  color: #c4c4c4;
}
.singleInner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2865AA;
}
.singleWrap1 .dataBox1 {
  width: 520px;
  padding-left: 45px;
  padding-top: 54px;
}
.singleWrap1 .dataBox1 .category {
  display: inline-block;
  min-width: 250px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #2865AA;
  letter-spacing: 0;
  padding: 8px;
}
.singleWrap1 .dataBox1 .date {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding: 10px 0 5px;
}
.singleWrap1 .dataBox1 .title {
  font-size: 20px;
  font-weight: 700;
  color: #2865AA;
  letter-spacing: 0;
  padding: 5px 0 0;
}
.singleWrap1 .dataList {
  padding-top: 10px;
  padding-bottom: 20px;
}
.singleWrap1 .dataList &gt; li {
  display: flex;
  flex-flow: wrap;
  /* align-items: center; */
  font-size: 16px;
  letter-spacing: 0;
}
.singleWrap1 .dataList &gt; li:nth-of-type(1n + 2) {
  margin-top: 5px;
}
.singleWrap1 .dataList .data_tit1 {
  width: 95px;
  text-align-last: justify;
  text-justify: inter-ideograph;
  padding-right: 30px;
  position: relative;
}
.singleWrap1 .dataList .data_tit1::after {
  content: " | ";
  position: absolute;
  top: 0;
  right: 11px;
}
.singleWrap1 .dataList .data_txt1 {
  width: calc(100% - 95px);
}
.singleWrap1 .dataList .data_li2 .data_txt1 {
  font-size: 20px;
  font-weight: 500;
}
.singleWrap1 .dataList .data_li2 .data_txt1 .yen {
  font-size: 16px;
}
.singleWrap1 .dataBox1 .w_btn01 {
  width: 100%;
  height: 60px;
  font-size: 16px;
}
@media all and (min-width: 681px) {
}
@media all and (min-width: 681px) and (max-width: 1320px) {
  .singleWrap1 .inner {
    margin-right: 0;
  }
  .singleWrap1 .ppy_slide1,
  .singleWrap1 .ppy_slide1 .slideItem {
    width: calc(100% - 520px);
  }
}
@media all and (max-width: 680px) {
  .singleWrap1 {
    position: relative;
    padding-top: 33px;
  }
  .singleWrap1 .inner {
    margin-right: 0;
    display: block;
  }
  .singleWrap1 .ppy_slide1 {
    width: 100%;
    height: 65vw;
  }
  .singleWrap1 .ppy_slide1 .slideItem {
    width: 100%;
  }
  .singleInner .slick-list,
  .singleInner .slick-track {
    height: 100%;
  }
  .singleInner .ppy_slide1 .slick-dots {
    text-align: center;
    padding-right: 0;
  }
  .singleInner .slick-dots {
    bottom: 8px;
  }
  .singleWrap1 .dataBox1 {
    width: 100%;
    background-color: #F4F4F4;
    padding: 0 12px 30px;
  }
  .singleWrap1 .dataBox1 .in1 {
    background-color: #fff;
    padding: 15px;
  }
  .singleWrap1 .dataBox1 .category {
    width: 100vw;
    min-width: auto;
    height: 33px;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .singleWrap1 .dataBox1 .date {
    padding: 0 0 10px;
    font-size: 14px;
  }
  .singleWrap1 .dataBox1 .title {
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 7px;
  }
  .singleWrap1 .dataList {
    padding-bottom: 0;
  }
  .singleWrap1 .dataList &gt; li {
    flex-flow: nowrap;
    align-items: stretch;
    font-size: 14px;
  }
  .singleWrap1 .dataList &gt; li:nth-of-type(1n + 2) {
    margin-top: 2px;
  }
  .singleWrap1 .dataList .data_tit1 {
    width: 68px;
    padding: 5px;
    margin-right: 2px;
    background-color: #f4f4f4;
  }
  .singleWrap1 .dataList .data_tit1::after {
    display: none;
  }
  .singleWrap1 .dataList .data_txt1 {
    width: calc(100% - 70px);
    background-color: #f4f4f4;
    padding: 5px;
  }
  .singleWrap1 .dataList .data_li2 .data_txt1 {
    line-height: 1.1;
  }
  .singleWrap1 .dataBox1 .w_btn01 {
    width: 250px;
    height: 50px;
    font-size: 14px;
    margin-top: 15px;
  }
}
@media all and (max-width: 370px) {
}

/* singleWrap2 */
.singleWrap2 {
  padding: 85px 0 0;
}
.singleWrap2 .inner {
  width: 1000px;
  margin: 0 auto;
}
.singleWrap2 .tit1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  color: #2865AA;
}
.singleWrap2 .tit2 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #2865AA;
  margin-top: 15px;
}
.singleWrap2 .text1 {
  font-size: 16px;
  text-align: center;
  line-height: 2.13;
  margin-top: 25px;
}
.singleWrap2 .movieBlock {
  width: 1000px;
  margin-top: 85px;
}
.singleWrap2 .movieBlock iframe {
  width: 100%;
  height: 500px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .singleWrap2 {
    padding: 40px 0 0;
  }
  .singleWrap2 .inner {
    width: 100%;
    padding: 0 12px;
  }
  .singleWrap2 .tit1 {
    font-size: 34px;
  }
  .singleWrap2 .tit2 {
    font-size: 18px;
    margin-top: 12px;
  }
  .singleWrap2 .text1 {
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 12px;
  }
  .singleWrap2 .text1 br {
    display: none;
  }
  .singleWrap2 .movieBlock {
    width: 100%;
    margin-top: 20px;
  }
  .singleWrap2 .movieBlock iframe {
    width: 100%;
    height: 46.8vw;
  }
}
@media all and (max-width: 370px) {
}

/* clm2Box */
.clm2Box {
  width: 1200px;
  margin: 0 auto;
  padding: 125px 0 80px;
  display: flex;
  justify-content: space-between;
}
.clm2Box .clmIn1 {
  width: 650px;
}
.clm2Box .clmIn2 {
  width: 460px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .clm2Box {
    width: 100%;
    padding: 0;
    display: block;
  }
  .clm2Box .clmIn1 {
    width: 100%;
    padding: 40px 0 0;
  }
  .clm2Box .clmIn2 {
    width: 100%;
    padding: 40px 0 0;
  }
}
@media all and (max-width: 370px) {
}

/* modalSlideWrap */
.modalSlideWrap .ms_h2 {
  font-size: 35px;
  font-weight: 700;
  color: #2865AA;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.modalSlideWrap {
  padding: 0 0 30px;
}
.modalSlideWrap .msText1 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.88;
  padding: 15px 0 0;
}
.modalSlideWrap .slideCOver {
  position: relative;
}
.modalSlideWrap .icon {
  width: 50px;
  height: 50px;
  background-color: #2865AA;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.modalSlideWrap .icon::before,
.modalSlideWrap .icon::after {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease;
}
.modalSlideWrap .icon::after {
  transform: rotate(90deg);
}
.modalSlideWrap .slideItem {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  /* height: 700px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
.modalSlideWrap.type3 .slideItem {
  height: 470px;
}
.modalSlideWrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.modalSlideWrap .slick-dots {
  width: calc(100% - 100px);
  margin: 0 50px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .modalSlideWrap .ms_h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 5px;
  }
  .modalSlideWrap {
    padding: 0 12px 40px;
  }
  .modalSlideWrap .msText1 {
    font-size: 15px;
    padding: 10px 0 0;
  }
  .modalSlideWrap .slideCOver {
    position: relative;
  }
  .modalSlideWrap .icon {
    width: 40px;
    height: 40px;
  }
  .modalSlideWrap .icon::before,
  .modalSlideWrap .icon::after {
    height: 18px;
  }
  .modalSlideWrap .slideItem {
    /* height: calc(100vw - 24px); */
    padding-bottom: 40px;
  }
  .modalSlideWrap.type3 {
    padding-bottom: 0;
  }
  .modalSlideWrap.type3 .slideItem {
    height: calc(69.38vw - 24px);
  }
  .modalSlideWrap .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .modalSlideWrap .slick-dots {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}
@media all and (max-width: 370px) {
}

/* locationWrap */
.locationWrap .location_h2 {
  font-size: 35px;
  font-weight: 700;
  color: #2865AA;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.googleMapWrap .googleMap {
  width: 100%;
  height: 350px;
}
.googleMapWrap .addressText1 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  padding: 10px 0;
}
.googleMapWrap .carNavi {
  padding: 8px;
  color: #fff;
  background-color: #a0a29e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.googleMapWrap .carNavi .dt1 {
  width: 134px;
}
.googleMapWrap .carNavi .dd1 {
  max-width: calc(100% - 134px);
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .locationWrap {
    padding-bottom: 30px;
  }
  .locationWrap .location_h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 5px;
  }
  .googleMapWrap {
    padding: 0 12px;
  }
  .googleMapWrap .googleMap {
    width: 100%;
    height: 250px;
  }
  .googleMapWrap .addressText1 {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 0;
  }
  .googleMapWrap .carNavi {
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .googleMapWrap .carNavi .dt1 {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0 6px 6px;
  }
  .googleMapWrap .carNavi .dd1 {
    width: 100%;
    max-width: none;
    padding: 6px 6px 0;
  }
  .locationDistance {
    line-height: 1.4;
  }
}
@media all and (max-width: 370px) {
}

/* locationList */
.locationList {
  width: 100%;
  padding: 30px 0 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.locationList &gt; li {
  width: 220px;
}
.locationList &gt; li:nth-of-type(1n + 3) {
  margin-top: 30px;
}
.locationList .locationImg {
  width: 100%;
  height: 150px;
  background-image: url(../../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.locationList .locationText {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  padding: 8px 0 0;
}
.locationList2 {
  width: 100%;
  padding: 22px 0;
  margin-top: 30px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.locationList2 &gt; li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0;
}
.locationList2 &gt; li .location2Name {
  padding-right: 15px;
}
.locationList2 &gt; li .location2line {
  flex-grow: 1;
  height: 1px;
  border-top: 1px dashed #707070;
}
.locationList2 &gt; li .location2Distance {
  padding-left: 15px;
}
.locationRemarks &gt; li {
  font-size: 14px;
  margin-top: 30px;
  text-indent: -10px;
  padding-left: 14px;
}
@media all and (min-width: 681px) {
  .locationList2 &gt; li:nth-of-type(1n + 2) {
    margin-top: 12px;
  }
}
@media all and (max-width: 680px) {
  .locationList {
    padding: 40px 12px 0;
  }
  .locationList &gt; li {
    width: 48%;
  }
  .locationList &gt; li:nth-of-type(1n + 3) {
    margin-top: 15px;
  }
  .locationList .locationImg {
    height: 31.25vw;
  }
  .locationList .locationText {
    font-size: 14px;
    padding: 4px 0 0;
  }
  .locationList2 {
    width: calc(100% - 24px);
    padding: 8px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .locationList2 &gt; li {
    width: 100%;
    display: block;
    align-items: center;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
  }
  .locationList2 &gt; li:nth-of-type(1n + 2) {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #707070;
  }
  .locationList2 &gt; li .location2Name {
    width: 100%;
    padding-right: 0;
  }
  .locationList2 &gt; li .location2Distance {
    width: 100%;
    padding-left: 0;
  }
  .locationRemarks {
    padding: 0 12px;
  }
  .locationRemarks &gt; li {
    font-size: 12px;
    margin-top: 20px;
    text-indent: -10px;
    padding-left: 14px;
  }
}
@media all and (max-width: 370px) {
}

/* outlineWrap */
.outlineWrap {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 150px;
}
.outlineWrap .location_h2 {
  font-size: 35px;
  font-weight: 700;
  color: #2865AA;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.outline_clm {
  display: flex;
  justify-content: space-between;
}
.outline_clm .ol_clmIn1,
.outline_clm .ol_clmIn2 {
  width: 590px;
}
.outline_clm .ol_clmIn2 {
  width: 590px;
}
.outlineTable {
  width: 100%;
  border: 1px solid #707070;
  border-top: none;
}
.outlineTable + .outlineTable {
  margin-top: 15px;
}
.outlineTable th {
  background-color: #F4F4F4;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
  width: 143px;
  padding: 12px 10px;
  border-top: 1px solid #707070;
}
.outlineTable td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
  padding: 12px 10px;
  border-top: 1px solid #707070;
}

.tableText {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 20px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .outlineWrap {
    width: 100%;
    padding: 60px 12px 70px;
  }
  .outlineWrap .location_h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 5px;
  }
  .outline_clm {
    display: block;
  }
  .outline_clm .ol_clmIn1,
  .outline_clm .ol_clmIn2 {
    width: 100%;
  }
  .outline_clm .ol_clmIn2 {
    margin-top: 15px;
  }
  .outlineTable th {
    display: block;
    font-size: 13px;
    width: 100%;
    padding: 6px 10px;
  }
  .outlineTable td {
    display: block;
    font-size: 15px;
    width: 100%;
    padding: 10px 10px;
    border-top: none;
  }
  .tableText {
    font-size: 12px;
  }
}
@media all and (max-width: 370px) {
}

/* presentBnr1 */
.presentBnr1 {
  display: block;
  width: 800px;
  margin: 0 auto;
}
@media all and (min-width: 681px) {
  .presentBnr1:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 680px) {
  .presentBnr1 {
    width: 280px;
  }
}
@media all and (max-width: 370px) {
}

/* aaa */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
</pre></body></html>