@charset "UTF-8";
.p-flyer {
  padding: 5% 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-flyer_inner {
  width: 78%;
  max-width: 150rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .p-flyer_inner {
    width: 100%;
    padding: 0 2rem;
  }
}

.p-flyer_img img {
  width: 100%;
  height: auto;
}

.p-model-menu {
  padding: 28rem 0 0;
}

.p-model-menu_inner {
  padding: 4% 0 1%;
  width: 100%;
  background: no-repeat center/cover url("../images/model-menu/model_menu_bg.jpg") fixed;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-model-menu_inner {
    padding: 25% 0 1%;
    background: repeat-y top/200% url("../images/model-menu/model_menu_bg_sp.jpg");
  }
}

.p-model-menu_title {
  width: 51.7rem;
  position: absolute;
  top: 0;
  left: 25rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .p-model-menu_title {
    position: absolute;
    left: 1rem;
    width: 70%;
  }
}

.p-model-menu_title-l {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  padding: 0 0 10rem;
}

@media screen and (max-width: 750px) {
  .p-model-menu_title-l {
    width: 100%;
  }
}

.p-model-menu_title-l_main {
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: .09em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-model-menu_title-l_main {
    font-size: 5.1rem;
    padding: 3.5rem 0;
  }
}

.p-model-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 1155px;
  margin: 0 auto 2%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .p-model-menu_list {
    width: 100%;
  }
}

.p-model-menu_list_item {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .p-model-menu_list_item {
    width: 80%;
  }
}

.p-model-menu_list_item-small {
  width: 33%;
}

@media screen and (max-width: 750px) {
  .p-model-menu_list_item-small {
    width: 90%;
  }
}

.p-model-menu_list_item-big {
  width: 90%;
}

.p-model-menu_list_link {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
}

.p-model-menu .pre_box {
  width: 39%;
  max-width: 750px;
  margin: 0 auto 2%;
}

@media screen and (max-width: 750px) {
  .p-model-menu .pre_box {
    width: 94%;
    margin: 2% auto 2%;
  }
}

.p-model-list {
  width: 100%;
  background-color: #fff;
  padding: 4rem 0 0;
}

.p-model {
  padding: 12rem 0 0;
}

.p-model_inner {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 2% 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-model_inner {
    padding: 15% 5% 4%;
  }
}

.p-model_inner::before {
  content: '';
  width: 133px;
  height: 46px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
}

@media screen and (max-width: 750px) {
  .p-model_inner::before {
    width: 20rem;
    height: 4.5rem;
  }
}

.p-model-housing:before {
  background-image: url("../images/common/housingcafe_logo.png");
}

.p-model-housing-white::before {
  background-image: url("../images/common/housingcafe_logo_w.png");
}

.p-model-logos:before {
  background-image: url("../images/common/logoshome_logo.png");
}

.p-model-logos-white:before {
  background-image: url("../images/common/logoshome_logo_w.png");
}

.p-model_type-text {
  position: absolute;
  top: -7rem;
  left: 10%;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .p-model_type-text {
    top: -6rem;
    left: 2%;
  }
}

.p-model_type-text span {
  font-size: 3.1rem;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
}

@media screen and (max-width: 750px) {
  .p-model_type-text span {
    font-size: 4.8rem;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
  }
}

.p-model_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .p-model_flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-model_flexbox-left {
  width: 45%;
  padding: 1%;
}

@media screen and (max-width: 750px) {
  .p-model_flexbox-left {
    width: 100%;
    padding: 2.5rem;
  }
}

.p-model_flexbox-right {
  width: 85%;
  margin-right: -20rem;
}

@media screen and (max-width: 750px) {
  .p-model_flexbox-right {
    width: 100%;
    margin: 0;
  }
}

.p-model_box {
  padding: 1rem 0 0;
}

.p-model_box-01 {
  width: 70%;
  max-width: 1185px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .p-model_box-01 {
    width: 100%;
    max-width: 100%;
    padding: 0 0 6rem;
  }
}

.p-model_box-01_title-img {
  width: 65%;
  max-width: 450px;
  padding: 4% 0;
  margin: 0 auto;
}

.p-model_box-01_title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-model_box-01_title {
    font-size: 4rem;
    line-height: 1.75;
    letter-spacing: .08em;
  }
}

.p-model_box-01_address {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 0 3%;
  display: inline-block;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .p-model_box-01_address {
    font-size: 3rem;
    line-height: 2;
  }
}

.p-model_box-01_subtitle {
  font-size: 17px;
  line-height: 1.75;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .p-model_box-01_subtitle {
    font-size: 3rem;
  }
}

.p-model_box-01_text {
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .p-model_box-01_text {
    font-size: 2.4rem;
  }
}

.p-model_box-01_text-border, .p-model_box-01_text-border-white {
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  padding: 1.8rem 1rem;
  border: 0.3rem solid #000;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-model_box-01_text-border, .p-model_box-01_text-border-white {
    font-size: 3rem;
  }
}

.p-model_box-01_text-border-white {
  border: 0.3rem solid #fff;
}

.p-model_pickup, .p-model_pickup-flexwrap {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .p-model_pickup, .p-model_pickup-flexwrap {
    padding: 0 5vw;
  }
}

.p-model_pickup-flexwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-model_pickup-item, .p-model_pickup-item-single, .p-model_pickup-flexwrap-item {
  width: 30%;
  padding: 5% 0;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .p-model_pickup-item, .p-model_pickup-item-single, .p-model_pickup-flexwrap-item {
    width: 100%;
  }
  .p-model_pickup-item img, .p-model_pickup-item-single img, .p-model_pickup-flexwrap-item img {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.p-model_pickup-item-single {
  width: 100%;
}

.p-model_pickup-flexwrap-item {
  width: 50%;
  max-width: 50%;
  padding: 2% 4% 3%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .p-model_pickup-flexwrap-item {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.p-model_pickup-item_box {
  padding: 9% 0;
}

@media screen and (max-width: 750px) {
  .p-model_pickup-item_box {
    padding: 10% 0;
    text-align: center;
  }
}

.p-model_pickup-item_title, .p-model_pickup-item_title-white {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-model_pickup-item_title, .p-model_pickup-item_title-white {
    font-size: 2.8rem;
    letter-spacing: .12em;
    text-align: center;
  }
}

.p-model_pickup-item_title::before, .p-model_pickup-item_title-white::before, .p-model_pickup-item_title::after, .p-model_pickup-item_title-white::after {
  content: '';
  width: .5em;
  height: .1em;
  margin: 0 .5em;
  display: inline-block;
  background: #000;
}

.p-model_pickup-item_title-white {
  color: #fff;
}

.p-model_pickup-item_title-white::before, .p-model_pickup-item_title-white::after {
  background: #fff;
}

.p-model_pickup-item_text {
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .p-model_pickup-item_text {
    font-size: 2.6rem;
    letter-spacing: .12em;
  }
}

.p-model_gallery-list {
  list-style-type: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  -ms-grid-columns: 2fr 1fr 1.5fr;
      grid-template-columns: 2fr 1fr 1.5fr;
  -ms-grid-rows: 200px 300px 250px 250px auto;
      grid-template-rows: 200px 300px 250px 250px auto;
}

@media screen and (max-width: 1200px) {
  .p-model_gallery-list {
    grid-gap: 1rem;
    gap: 1rem;
    -ms-grid-rows: 20rem 30rem 25rem 25rem auto;
        grid-template-rows: 20rem 30rem 25rem 25rem auto;
  }
}

@media screen and (max-width: 750px) {
  .p-model_gallery-list {
    -ms-grid-rows: 10rem 15rem 12.5rem 12.5rem auto;
        grid-template-rows: 10rem 15rem 12.5rem 12.5rem auto;
  }
}

.p-model_gallery-list_item {
  font-size: 26px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-model_gallery-list_la_1 {
  grid-row: 1 / span 2;
  -ms-grid-row: 1;
}

.p-model_gallery-list_la_2 {
  grid-column: 2 / span 2;
  -ms-grid-column: 2;
}

.p-model_gallery-list_la_5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/ span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-model_gallery-list_la_7 {
  grid-row: 4 / span 2;
  -ms-grid-row: 4;
}

.p-model_gallery-notice {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: .1em;
  padding: 2rem 0;
}

@media screen and (max-width: 750px) {
  .p-model_gallery-notice {
    font-size: 2rem;
  }
}

.p-model_details {
  width: 100%;
  max-width: 1300px;
  padding: 5% 0 2.5%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-model_details_flexbox-left {
  width: 52%;
  padding: 5%;
}

@media screen and (max-width: 750px) {
  .p-model_details_flexbox-left {
    width: 100%;
    padding: 0 0 5%;
  }
}

.p-model_details_flexbox-right {
  width: 48%;
  padding: 0 2%;
}

@media screen and (max-width: 750px) {
  .p-model_details_flexbox-right {
    width: 100%;
  }
}

.p-model_details_flexbox-right iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

@media screen and (max-width: 750px) {
  .p-model_details_flexbox-right iframe {
    height: 50vw;
  }
}

.p-model_details_title {
  font-size: 33px;
  line-height: 1.81818;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-model_details_title {
    font-size: 3.8rem;
    line-height: 2.15789;
  }
}

.p-model_details_main {
  font-size: 17px;
  line-height: 1.88235;
  vertical-align: baseline;
  letter-spacing: .12em;
}

@media screen and (max-width: 750px) {
  .p-model_details_main {
    font-size: 2.6rem;
    line-height: 1.76923;
    letter-spacing: .1em;
  }
}

.p-model_details-price {
  color: #9e8b79;
  font-size: 17px;
  padding: 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 5px solid #c2ae95;
  -webkit-box-shadow: 7px 7px #c2ae95;
          box-shadow: 7px 7px #c2ae95;
}

@media screen and (max-width: 750px) {
  .p-model_details-price {
    font-size: 3rem;
  }
}

.p-model_details-price_head {
  font-weight: bold;
}

.p-model_details-price_catch {
  font-weight: bold;
  text-align: center;
}

.p-model_details-price_num span {
  font-size: 48px;
  font-weight: bold;
  vertical-align: baseline;
  letter-spacing: .08em;
}

@media screen and (max-width: 750px) {
  .p-model_details-price_num span {
    font-size: 8rem;
  }
}

.p-model_details-price_data-list {
  font-size: 16px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p-model_details-price_data-list {
    font-size: 2.6rem;
  }
}

.p-model_details_text-small {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .p-model_details_text-small {
    font-size: 2.2rem;
  }
}

.p-model_details_data {
  text-align: left;
  font-size: 14px;
  padding: 2% 0;
  border-bottom: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
}

@media screen and (max-width: 750px) {
  .p-model_details_data {
    font-size: 2.2rem;
  }
}

.js-model-slider-sp .slick-arrow {
  z-index: 10;
}

.js-model-slider-sp .slick-next, .js-model-slider-sp .slick-prev {
  width: 8rem;
  height: 14rem;
  top: 40% !important;
}

.js-model-slider-sp .slick-prev {
  left: -3.5rem;
}

.js-model-slider-sp .slick-next {
  right: -3.5rem;
}

.js-model-slider-sp .slick-prev::before,
.js-model-slider-sp .slick-next::before {
  font-family: unset;
  content: '';
  width: 3rem;
  height: 3rem;
  opacity: .7;
  display: inline-block;
  position: absolute;
}

.js-model-slider-sp .slick-prev::before {
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  right: 15%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-model-slider-sp .slick-next::before {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  left: 15%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-model_logo {
  width: 65%;
  max-width: 450px;
  padding: 4% 0;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}

.p-model_logo_date {
  vertical-align: baseline;
  white-space: nowrap;
}

.p-model_logo_date span {
  vertical-align: baseline;
}

.p-model_logo_date_text {
  color: #333;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 1700px) {
  .p-model_logo_date_text {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 550px) {
  .p-model_logo_date_text {
    font-size: 4.6rem;
  }
}

.p-model_logo_month {
  position: relative;
  font-weight: bold;
  font-family: "Ubuntu", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.p-model_logo_month::after {
  content: '/';
  font-size: 40%;
}

.p-model_logo_day {
  font-weight: bold;
  font-family: "Ubuntu", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  position: relative;
}

.p-model_logo_dot {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0;
  margin: 0 -15px;
}

@media screen and (max-width: 1700px) {
  .p-model_logo_dot {
    font-size: 3.6rem;
    margin: 0 -1.5rem;
  }
}

@media screen and (max-width: 550px) {
  .p-model_logo_dot {
    font-size: 5rem;
  }
}

.p-model_logo_oh::before, .p-model_logo_oh-1day::before, .p-model_logo_oh-2day::before, .p-model_logo_oh-long::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.p-model_logo_oh::after, .p-model_logo_oh-1day::after, .p-model_logo_oh-2day::after, .p-model_logo_oh-long::after {
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat center/100% url(../images/model-list/model_logo_oh.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-model_logo_oh .p-model_logo_date, .p-model_logo_oh-1day .p-model_logo_date, .p-model_logo_oh-2day .p-model_logo_date, .p-model_logo_oh-long .p-model_logo_date {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}

.p-model_logo_oh .p-model_logo_month, .p-model_logo_oh-1day .p-model_logo_month, .p-model_logo_oh-2day .p-model_logo_month, .p-model_logo_oh-long .p-model_logo_month {
  font-size: 52px;
}

@media screen and (max-width: 1700px) {
  .p-model_logo_oh .p-model_logo_month, .p-model_logo_oh-1day .p-model_logo_month, .p-model_logo_oh-2day .p-model_logo_month, .p-model_logo_oh-long .p-model_logo_month {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 550px) {
  .p-model_logo_oh .p-model_logo_month, .p-model_logo_oh-1day .p-model_logo_month, .p-model_logo_oh-2day .p-model_logo_month, .p-model_logo_oh-long .p-model_logo_month {
    font-size: 6.2rem;
  }
}

.p-model_logo_oh .p-model_logo_day, .p-model_logo_oh-1day .p-model_logo_day, .p-model_logo_oh-2day .p-model_logo_day, .p-model_logo_oh-long .p-model_logo_day {
  font-size: 69px;
}

@media screen and (max-width: 1700px) {
  .p-model_logo_oh .p-model_logo_day, .p-model_logo_oh-1day .p-model_logo_day, .p-model_logo_oh-2day .p-model_logo_day, .p-model_logo_oh-long .p-model_logo_day {
    font-size: 6.9rem;
  }
}

@media screen and (max-width: 550px) {
  .p-model_logo_oh .p-model_logo_day, .p-model_logo_oh-1day .p-model_logo_day, .p-model_logo_oh-2day .p-model_logo_day, .p-model_logo_oh-long .p-model_logo_day {
    font-size: 8.6rem;
  }
}

.p-model_logo_oh .p-model_logo_dayofweek, .p-model_logo_oh-1day .p-model_logo_dayofweek, .p-model_logo_oh-2day .p-model_logo_dayofweek, .p-model_logo_oh-long .p-model_logo_dayofweek {
  font-size: 25%;
}

.p-model_logo_oh-1day::after {
  background-image: url(../images/model-list/model_logo_oh-1day.png);
}

.p-model_logo_oh-2day::after {
  background-image: url(../images/model-list/model_logo_oh-2day.png);
}

.p-model_logo_oh-2day .p-model_logo_date {
  top: 35%;
}

.p-model_logo_oh-2day .p-model_logo_dayofweek {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.p-model_logo_oh-long::after {
  background-image: url(../images/model-list/model_logo_oh-long.png);
}

.p-model_logo_oh-long .p-model_logo_date {
  top: 45%;
  text-align: center;
}

.p-model_logo_oh-long .p-model_logo_dot {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-model_logo_mh::before, .p-model_logo_mh-all::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.p-model_logo_mh::after, .p-model_logo_mh-all::after {
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat center/100% url(../images/model-list/model_logo_mh.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-model_logo_mh .p-model_logo_date, .p-model_logo_mh-all .p-model_logo_date {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
}

.p-model_logo_mh .p-model_logo_month, .p-model_logo_mh-all .p-model_logo_month {
  font-size: 60px;
}

@media screen and (max-width: 1700px) {
  .p-model_logo_mh .p-model_logo_month, .p-model_logo_mh-all .p-model_logo_month {
    font-size: 6rem;
  }
}

@media screen and (max-width: 550px) {
  .p-model_logo_mh .p-model_logo_month, .p-model_logo_mh-all .p-model_logo_month {
    font-size: 7rem;
  }
}

.p-model_logo_mh .p-model_logo_day, .p-model_logo_mh-all .p-model_logo_day {
  font-size: 78px;
}

@media screen and (max-width: 1700px) {
  .p-model_logo_mh .p-model_logo_day, .p-model_logo_mh-all .p-model_logo_day {
    font-size: 7.8rem;
  }
}

@media screen and (max-width: 550px) {
  .p-model_logo_mh .p-model_logo_day, .p-model_logo_mh-all .p-model_logo_day {
    font-size: 9.5rem;
  }
}

.p-model_logo_mh .p-model_logo_dayofweek, .p-model_logo_mh-all .p-model_logo_dayofweek {
  font-size: 25%;
}

.p-model_logo_mh-all .p-model_logo_date {
  top: 33%;
}

.p-model_logo_mh-all::after {
  background-image: url(../images/model-list/model_logo_mh-all.png);
}

.p-floor {
  width: 80%;
  margin: 0 auto;
  padding: 5% 0 3%;
}

@media screen and (max-width: 750px) {
  .p-floor {
    width: 100%;
  }
}

.p-floor_title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-floor_title {
    font-size: 4.2rem;
  }
}

.p-floor_title_small {
  font-size: 1.6rem;
  padding: 0 0 0 1rem;
}

@media screen and (max-width: 750px) {
  .p-floor_title_small {
    font-size: 2rem;
  }
}

.p-floor_container {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 750px) {
  .p-floor_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-floor_box {
  width: 50%;
  padding: 0 5%;
}

@media screen and (max-width: 750px) {
  .p-floor_box {
    width: 100%;
  }
}

.p-housing {
  background: repeat-y top/100% url(../images/housing/housing_bg.jpg);
  border-top: 14px solid #cfa972;
}

.p-housing i {
  font-style: italic;
  font-family: "Ubuntu", sans-serif;
}

.p-housing_inner {
  width: 78%;
  max-width: 1200px;
  padding: 60px 0 100px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .p-housing_inner {
    width: 95%;
    padding: 6rem 0 10rem;
  }
}

.p-housing_top {
  padding: 40px 0;
}

@media screen and (max-width: 750px) {
  .p-housing_top {
    padding: 4rem 0;
  }
}

.p-housing_top_title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-housing_top_title {
    font-size: 10vw;
  }
}

.p-housing_top_text {
  font-size: 2.8rem;
  letter-spacing: 1.3;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-housing_top_text {
    font-size: 3vw;
  }
}

.p-housing_container {
  background-color: #fff;
  border: 5px solid #000;
  padding: 5% 2% 3%;
  margin: 0 0 100px;
}

@media screen and (max-width: 750px) {
  .p-housing_container {
    border: 3px solid #000;
    padding: 5% 2% 10%;
    margin: 0 0 10rem;
  }
}

.p-housing_container:nth-last-of-type(1) {
  margin: 0;
}

.p-housing_container_top {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .p-housing_container_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .p-housing_container_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 4.5rem;
  }
}

.p-housing_container_top_left {
  width: 400px;
}

@media screen and (max-width: 1200px) {
  .p-housing_container_top_left {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .p-housing_container_top_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-housing_container_top_right {
  width: calc(100% - 400px);
}

@media screen and (max-width: 1200px) {
  .p-housing_container_top_right {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .p-housing_container_top_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 5vw;
  }
}

.housing_address_box {
  width: 100%;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

@media screen and (max-width: 750px) {
  .housing_address_box {
    margin: 0 0 4vw;
    border: none;
  }
}

.housing_address_text {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: .12em;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .housing_address_text {
    font-size: 3.2rem;
    padding: 2rem 0;
  }
}

.housing_price {
  color: #f5323a;
  padding: 25px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 750px) {
  .housing_price {
    padding: 1rem 0;
  }
}

.housing_price p {
  font-size: 19px;
  line-height: 1.45;
  font-weight: bold;
  letter-spacing: .12em;
}

@media screen and (max-width: 750px) {
  .housing_price p {
    font-size: 3.2vw;
  }
}

.housing_price p:nth-of-type(1) {
  position: relative;
  top: -5px;
}

.housing_price span {
  font-size: 55px;
  line-height: 0.69231;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: .06em;
  vertical-align: baseline;
}

@media screen and (max-width: 750px) {
  .housing_price span {
    font-size: 10vw;
    line-height: 0.75;
  }
}

.housing_price_monthly {
  font-size: 24px;
  line-height: 45px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .housing_price_monthly {
    font-size: 4vw;
    line-height: 6.5vw;
    margin: 0 0 1vw;
  }
}

.housing_price_monthly i {
  font-size: 33px;
  line-height: 45px;
  font-weight: bold;
  padding: 0 5px 0 0;
}

@media screen and (max-width: 750px) {
  .housing_price_monthly i {
    font-size: 5.8vw;
    line-height: 6.5vw;
  }
}

.housing_price_breakdown {
  font-size: 12px;
  line-height: 1.4;
  width: 75%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 750px) {
  .housing_price_breakdown {
    width: 90%;
  }
}

.housing_price_breakdown p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 750px) {
  .housing_price_breakdown p {
    font-size: 3vw;
  }
}

.p-housing_container_top_other {
  background-color: #f7f7f7;
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .p-housing_container_top_other {
    padding: 2.5vw 0;
  }
}

.p-housing_container_top_other h4 {
  font-size: 39px;
  letter-spacing: .1em;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-housing_container_top_other h4 {
    font-size: 6vw;
    margin: 0 0 1.5vw;
  }
}

.p-housing_container_top_other p {
  font-size: 17px;
  letter-spacing: 1.4;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-housing_container_top_other p {
    font-size: 3vw;
  }
}

.js-drop-box {
  padding: 4% 0;
}

.housing_flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .housing_flex_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.housing_flex_half {
  width: 50%;
  padding: 2%;
}

@media screen and (max-width: 750px) {
  .housing_flex_half {
    width: 100%;
    padding: 0;
  }
}

.housing_flex_max {
  width: 100%;
  padding: 2%;
}

@media screen and (max-width: 750px) {
  .housing_flex_max {
    padding: 0;
  }
}

.housing_flex_max .housing_gmap {
  height: 300px;
}

@media screen and (max-width: 750px) {
  .housing_flex_max .housing_gmap {
    height: 80vw;
  }
}

@media screen and (max-width: 959px) {
  .p-housing_container_middle {
    margin: 0 0 8vw;
  }
}

.flex_list_box dl {
  font-size: 14px;
  line-height: 2.4;
  padding: 0 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 750px) {
  .flex_list_box dl {
    line-height: 6vw;
    padding: 2% 0;
  }
}

.flex_list_box dl:nth-of-type(1) {
  border-top: 1px solid #000;
}

@media screen and (max-width: 750px) {
  .flex_list_box dl:nth-of-type(1) {
    border-top: none;
  }
}

.flex_list_box dt {
  font-weight: bold;
  width: 40%;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .flex_list_box dt {
    font-size: 3.4vw;
    width: 33%;
    padding: 0 0 0 2%;
  }
}

.flex_list_box dd {
  width: 60%;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .flex_list_box dd {
    font-size: 3vw;
    width: 67%;
  }
}

@media screen and (max-width: 959px) {
  .flex_list_box {
    padding: 2% 0;
  }
}

.housing_gmap {
  border: 2px solid #000;
  height: 490px;
}

@media screen and (max-width: 750px) {
  .housing_gmap {
    height: 80vw;
    border: none;
  }
}

.housing_gmap iframe {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

.housing_peripheral_top {
  position: relative;
  text-align: left;
  margin: 0 0 10px;
}

.housing_peripheral_top::before {
  content: '';
  width: 99%;
  height: 5px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .housing_peripheral_top::before {
    width: 70%;
    height: 3px;
    left: 0;
    margin: 0 auto;
  }
}

.housing_peripheral_top_text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 10px 0 5px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .housing_peripheral_top_text {
    font-size: 4vw;
    padding: 0 2vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.housing_peripheral_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.housing_peripheral_card {
  width: 32%;
}

@media screen and (max-width: 750px) {
  .housing_peripheral_card {
    width: 48%;
  }
}

.housing_peripheral_img_box {
  padding: 0 1.5%;
}

.housing_peripheral_text {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 10px;
}

@media screen and (max-width: 750px) {
  .housing_peripheral_text {
    font-size: 3vw;
    margin: 0 0 4vw;
  }
}

@media screen and (max-width: 750px) {
  .p-housing_container_bottom {
    padding: 0 0 4rem;
  }
}

.housing_btn_area {
  padding: 40px 0 0;
}

@media screen and (max-width: 750px) {
  .housing_btn_area {
    padding: 4vw 0 0;
  }
}

@media screen and (max-width: 750px) {
  .housing_drop_btn_box {
    padding: 1rem 0 4rem;
  }
}

.housing_drop_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.housing_drop_arrow {
  width: 31px;
  height: 31px;
  margin: 0 30px 0 0;
  display: inline-block;
  background: no-repeat center/100% url(../images/housing/housing_arrow.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 750px) {
  .housing_drop_arrow {
    width: 5vw;
    height: 5vw;
  }
}

.housing_drop_btn_text {
  font-size: 17px;
  line-height: 31px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .housing_drop_btn_text {
    font-size: 4vw;
    line-height: 5vw;
  }
}

.js_drop_box {
  display: none;
}

.js_close_text {
  display: none;
}

.js_drop_btn.is_clicked .housing_drop_arrow,
.js_drop_btn.is_clicked .estate_drop_arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.js_drop_btn.is_clicked .js_open_text {
  display: none;
}

.js_drop_btn.is_clicked .js_close_text {
  display: block;
}

.housing_link_box {
  margin: 0 auto;
}

.housing_link_box a {
  width: 100%;
}

.estate_wrapper {
  background: #d9d0c6;
  font-family: 'Ubuntu', 'Noto Sans JP',"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",sans-serif;
}

.estate_inner {
  width: 78%;
  max-width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .estate_inner {
    width: 95%;
    padding: 14vw 0;
  }
}

.estate_top {
  margin: 0 0 80px;
}

@media screen and (max-width: 750px) {
  .estate_top {
    margin: 0 0 10vw;
  }
}

.estate_top_title {
  color: #fff;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .estate_top_title {
    font-size: 10vw;
  }
}

.estate_top_text {
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 1.33m;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .estate_top_text {
    font-size: 3vw;
  }
}

.estate_flex_half {
  width: 50%;
  padding: 2% .5%;
}

@media screen and (max-width: 750px) {
  .estate_flex_half {
    width: 100%;
  }
}

.estate_container {
  background-color: #fff;
  padding: 2%;
  margin: 0 0 100px;
}

@media screen and (max-width: 750px) {
  .estate_container {
    padding: 2% 2% 10%;
  }
}

.estate_container:nth-last-of-type(1) {
  margin: 0;
}

.estate_container_top {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .estate_container_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 6vw;
  }
}

.estate_container_top_left {
  min-width: 440px;
}

@media screen and (max-width: 750px) {
  .estate_container_top_left {
    min-width: auto;
  }
}

.estate_address_text {
  font-size: 30px;
  line-height: 3;
  letter-spacing: .12em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .estate_address_text {
    font-size: 4.7vw;
  }
}

.estate_price_box {
  color: #f5323a;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.estate_price_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.estate_top_other {
  background-color: #f7f7f7;
  padding: 10px 20px;
  margin: 0 5% 0 0;
}

@media screen and (max-width: 959px) {
  .estate_top_other {
    padding: 2vw 4vw;
  }
}

.estate_top_other_text {
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 959px) {
  .estate_top_other_text {
    font-size: 3vw;
  }
}

.estate_price_text {
  font-size: 19px;
  line-height: 1.45;
  font-weight: bold;
  letter-spacing: .12em;
}

@media screen and (max-width: 750px) {
  .estate_price_text {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 750px) {
  .estate_price_inner:nth-of-type(1) .estate_price_text {
    top: -0.5213vw;
  }
}

.estate_price_text span {
  font-size: 55px;
  line-height: 0.69231;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: .06em;
  vertical-align: baseline;
}

@media screen and (max-width: 750px) {
  .estate_price_text span {
    font-size: 10vw;
    line-height: 0.75;
  }
}

.estate_slider_box {
  padding: 0 0 0 5.7%;
}

@media screen and (max-width: 750px) {
  .estate_slider_box {
    padding: 0;
  }
}

.estate_flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .estate_flex_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.estate_gmap {
  border: 2px solid #000;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .estate_gmap {
    height: 80vw;
    border: none;
  }
}

.estate_gmap iframe {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

.estate_peripheral_top {
  position: relative;
  text-align: left;
  margin: 0 0 10px;
}

.estate_peripheral_top_text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 10px 0 5px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.estate_peripheral_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.estate_peripheral_card {
  width: 32%;
}

@media screen and (max-width: 750px) {
  .estate_peripheral_card {
    width: 48%;
  }
}

.estate_peripheral_img_box {
  padding: 0 1.5%;
}

.estate_peripheral_text {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 10px;
}

@media screen and (max-width: 750px) {
  .estate_peripheral_text {
    font-size: 3vw;
    margin: 0 0 4vw;
  }
}

.estate_drop_btn_box {
  margin: 0 0 40px;
}

@media screen and (max-width: 750px) {
  .estate_drop_btn_box {
    margin: 0 0 6vw;
  }
}

.estate_drop_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.estate_drop_arrow {
  width: 31px;
  height: 31px;
  margin: 0 30px 0 0;
  display: inline-block;
  background: no-repeat center/100% url(../images/housing/housing_arrow.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 750px) {
  .estate_drop_arrow {
    width: 5vw;
    height: 5vw;
  }
}

.estate_drop_btn_text {
  font-size: 17px;
  line-height: 31px;
  font-weight: bold;
}

.estate_price_inner:nth-of-type(2) {
  position: relative;
  top: -2px;
  margin: 0 1%;
}

.estate_wrapper .flex_list_box dl:nth-of-type(1) {
  border-top: none;
}

.estate_price_box {
  margin: 0 0 20px;
}

@media screen and (max-width: 750px) {
  .estate_price_box {
    margin: 0 0 4vw;
  }
}

.estate_gmap {
  border: none;
  height: 83%;
  padding: 31px 0;
}

@media screen and (max-width: 750px) {
  .estate_gmap {
    height: 80vw;
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .estate_container_bottom {
    padding: 0 0 4rem;
  }
}

.estate_wrapper .js_drop_box {
  display: block;
}

@media screen and (max-width: 750px) {
  .estate_wrapper .js_drop_box {
    display: none;
  }
}

.estate_link_box {
  margin: 0 auto;
}

.estate_link_box a {
  width: 100%;
}

.p-estate_notice {
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 6rem 0 0;
  text-align: center;
}

.p-link-box, .p-link-box-01, .p-link-box-02, .p-link-box-03, .p-link-box-04 {
  width: 50%;
  padding: 2.5% 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 750px) {
  .p-link-box, .p-link-box-01, .p-link-box-02, .p-link-box-03, .p-link-box-04 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-link-box_btn {
  font-size: 18px;
  font-weight: bold;
  width: 48%;
  margin: 0 auto;
  padding: 1.5em .1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-link-box_btn {
    width: 100%;
    font-size: 2.6rem;
    margin: 0 0 1em;
  }
  .p-link-box_btn:nth-last-of-type(1) {
    margin: 0;
  }
}

.p-link-box-01_syosailink {
  color: #fff;
  background: #009944;
}

.p-link-box-01_syosailink:hover {
  background: #057737;
}

.p-link-box-01_raijyolink, .p-link-box-02_raijyolink, .p-link-box-04_raijyolink {
  color: #fff;
  background: #e66964;
}

.p-link-box-01_raijyolink:hover, .p-link-box-02_raijyolink:hover, .p-link-box-04_raijyolink:hover {
  background: #e5443e;
}

.p-link-box-02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-link-box-02 a {
  width: 100%;
}

.p-link-box-02_syosailink {
  color: #fff;
  background: #a78861;
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .p-link-box-02_syosailink {
    font-size: 4rem;
    letter-spacing: .08em;
  }
}

.p-link-box-02_syosailink:hover {
  background: #9c7749;
}

.p-link-box-03 {
  width: 100%;
}

.p-link-box-03_syosailink {
  color: #fff;
  background: #009944;
}

.p-link-box-03_syosailink:hover {
  background: #057737;
}

.p-link-box-03_raijyolink {
  color: #fff;
  background: #e66964;
}

.p-link-box-03_raijyolink:hover {
  background: #e5443e;
}

.p-link-box-04 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-link-box-04 a {
  width: 100%;
}

.p-link-box-04_syosailink {
  color: #fff;
  background: none;
  border: 5px solid #fff;
}

.p-link-box-04_syosailink:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
