@charset "UTF-8";
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 860px) {
  :target {
    scroll-margin-top: 80px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* default */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
  font-size: inherit;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.aligncenter {
  text-align: center;
}

img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #4d4d4d;
}

/* common item ---------------------------------------*/
.clearfix:after,
.inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* layout ---------------------------------------*/
.container {
  width: 100%;
  min-width: 960px;
}

article {
  width: calc(100% - 160px);
  margin-left: 160px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 860px) {
  article {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.inner {
  width: 800px;
  margin: 0 auto;
}

.overlay,
.spMenuClose,
#spMenu {
  display: none;
}

.l-container {
  padding: 0 0 0 160px;
}
@media screen and (max-width: 860px) {
  .l-container {
    padding: 0px;
  }
}
.l-container--padding {
  padding-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .l-container--padding {
    padding: 0 0 20px 0;
  }
}
.l-container__inner {
  margin: auto 20px;
}
@media screen and (max-width: 860px) {
  .l-container__inner {
    margin: auto 0px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* 以下不明（消すのNG ※消すと崩れる） ---------------------------------------*/
@media screen and (min-width: 861px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 860px) {
  img {
    max-width: 100%;
  }
  * {
    box-sizing: border-box;
  }
  .pc {
    display: none !important;
  }
}
.l-header {
  padding: 20px 0px 20px 0px;
}
@media screen and (max-width: 860px) {
  .l-header {
    padding: 0px 0px 0px 0px;
  }
}
.l-header__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 860px) {
  .l-header__inner {
    margin: 70px auto 70px auto;
  }
}
.l-header__title {
  font-size: 90%;
  color: #666;
}
@media screen and (max-width: 860px) {
  .l-header__title {
    display: none;
  }
}
.l-header__link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 90%;
}
@media screen and (max-width: 860px) {
  .l-header__link {
    display: none;
  }
}
.l-header__link a {
  text-decoration: underline;
  color: #666;
}
.l-header__logo a {
  height: 90px;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
}
@media screen and (max-width: 860px) {
  .l-header__logo a {
    width: 92%;
    height: auto;
    margin-top: 0px;
    text-align: center;
    gap: 0;
    margin: auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 860px) {
  .l-header__logo img {
    width: 287px;
  }
}
.l-header__logo .rent {
  text-align: center;
  border-radius: 15px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #B8B8B8;
  color: #333;
}

.l-nav {
  text-align: center;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 860px) {
  .l-nav {
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    /*bottom: 0; */
    margin: auto;
    width: 92%;
  }
}
.l-nav li {
  width: 170px;
  vertical-align: top;
  margin-left: 2px;
}
@media screen and (max-width: 860px) {
  .l-nav li {
    width: 33.3333333333%;
    margin-left: 0px;
  }
}
.l-nav__title {
  cursor: pointer;
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
  min-height: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .l-nav__title {
    font-size: 70%;
  }
}
.l-nav__title--rent {
  background: #FF8E8E;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: url("../img/common/navi_icon.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 860px) {
  .l-nav__title--rent {
    background-image: none;
  }
}
.l-nav__title--housing {
  background: #FF8432;
  background-image: url("../img/common/navi_icon.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 860px) {
  .l-nav__title--housing {
    background-image: none;
  }
}
.l-nav__title--land {
  background: #00A280;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: url("../img/common/navi_icon.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 860px) {
  .l-nav__title--land {
    background-image: none;
  }
}
.l-nav__sub {
  display: none;
  width: 100%;
  margin-top: 2px;
}
.l-nav__sub li {
  margin-left: 0px;
}
@media screen and (max-width: 860px) {
  .l-nav__sub li {
    margin-left: 0px;
    width: 100%;
  }
}
.l-nav__sub li a {
  height: 50px;
  line-height: 50px;
  display: block;
}
@media screen and (max-width: 860px) {
  .l-nav__sub li a {
    height: 40px;
    line-height: 40px;
    font-size: 80%;
  }
}
.l-nav__sub--rent a {
  background: #FFE3E3;
  color: #FF8E8E;
}
.l-nav__sub--rent a:hover {
  background: #FF8E8E;
  color: #FFF;
}
.l-nav__sub--housing a {
  background: #FFE4D3;
  color: #FF8432;
}
.l-nav__sub--housing a:hover {
  background: #FF8432;
  color: #FFF;
}
.l-nav__sub--land a {
  background: #D0FFF5;
  color: #00A280;
}
.l-nav__sub--land a:hover {
  background: #00A280;
  color: #FFF;
}

.p-breadcrumb {
  width: 100%;
  max-width: 1000px;
  position: relative;
  color: #666;
  margin: auto auto 20px auto;
}
@media screen and (max-width: 860px) {
  .p-breadcrumb {
    display: none;
  }
}
.p-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.p-breadcrumb ul li {
  font-size: 90%;
  margin-right: 4px;
}
.p-breadcrumb ul li a {
  display: block;
  text-decoration: underline;
  color: #666;
}
.p-breadcrumb ul li a:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.p-top-main {
  padding: 0px 0px 0px 160px;
}
@media screen and (max-width: 860px) {
  .p-top-main {
    padding: 0px 0px 0px 0px;
  }
}
.p-top-main__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-top-main__title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 180px 0;
  padding: 0;
  color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  font-size: 300%;
  line-height: 70px;
  text-shadow: 0px 0px 15px #000000;
}
@media screen and (max-width: 860px) {
  .p-top-main__title {
    margin: 65px 0;
    font-size: 150%;
    line-height: 30px;
    text-shadow: 0px 0px 10px #000000;
  }
}
.p-top-main ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  .p-top-main ul {
    height: auto;
  }
}
.p-top-main ul li {
  width: 33.3333333333%;
}
.p-top-main ul li img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  .p-top-main ul li img {
    height: 100px;
  }
}

.p-top-search {
  padding: 50px 0px 50px 160px;
}
@media screen and (max-width: 860px) {
  .p-top-search {
    padding: 30px 0px 30px 0px;
  }
}
.p-top-search__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-top-search__heading {
  color: #FF8282;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  .p-top-search__heading {
    font-size: 120%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  .p-top-search__heading span {
    background-color: #FF8282;
    color: #FFFFFF;
    font-size: 70%;
    border-radius: 4px;
    font-weight: normal;
    padding: 4px 6px;
  }
}
.p-top-search__heading img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 860px) {
  .p-top-search__heading img {
    height: 25px;
  }
}
.p-top-search__btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 860px) {
  .p-top-search__btn {
    width: 92%;
    gap: 20px;
  }
}
@media screen and (max-width: 860px) {
  .p-top-search__btn span {
    display: none;
  }
}
.p-top-search__btn label {
  background-position: top 15px center;
  background-repeat: no-repeat;
  background-size: 20%;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: solid 1px #00A280;
  height: 130px;
  line-height: 190px;
  font-weight: bold;
  color: #00A280;
  font-size: 120%;
  letter-spacing: normal;
  display: inline-block;
  width: 30%;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .p-top-search__btn label {
    background-position: top 10px center;
    background-size: 44px;
    height: 100px;
    line-height: 140px;
    font-size: 100%;
  }
}
.p-top-search__btn label:hover {
  border-radius: 10px;
  background-color: #00A280;
  border: solid 1px #00A280;
  color: #FFF;
}
.p-top-search__btn .area {
  background-image: url("../img/index/search_area.svg");
}
.p-top-search__btn .area:hover {
  background-image: url("../img/index/search_area_on.svg");
}
.p-top-search__btn .train {
  background-image: url("../img/index/search_train.svg");
}
.p-top-search__btn .train:hover {
  background-image: url("../img/index/search_train_on.svg");
}
.p-top-search__contents {
  width: 100%;
  max-width: 1000px;
}
.p-top-search__title {
  width: 100%;
  background-color: #00A280;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
.p-top-search__block {
  background-color: #F7F7F7;
  padding: 10px;
}
.p-top-search__block div {
  background-color: #FFF;
  padding: 4px 10px;
}
.p-top-search__block label {
  width: 32%;
  display: inline-block;
  padding: 3px 0px;
  color: #5C5C5C;
  vertical-align: top;
}
@media screen and (max-width: 860px) {
  .p-top-search__block label {
    width: 48%;
  }
}
.p-top-search__block label input[type=checkbox] {
  font-size: 110%;
  margin-right: 5px;
}
.p-top-search__block input[type=button],
.p-top-search__block input[type=submit] {
  width: 100%;
  margin-top: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #00A280;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  border-radius: 0;
}

.modal_wrap input#trigger,
.modal_wrap input#trigger2 {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_content {
  position: relative;
  align-self: center;
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 860px) {
  .modal_content {
    margin: 10px;
    background: none;
  }
}

.p-top-feature {
  padding: 60px 0px 60px 160px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 860px) {
  .p-top-feature {
    padding: 30px 0px 30px 0px;
  }
}
.p-top-feature__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-top-feature ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 20px;
}
.p-top-feature ul li {
  background-color: #FFFFFF;
  border: solid 1px #EAEAEA;
  letter-spacing: normal;
  display: inline-block;
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p-top-feature ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 860px) {
  .p-top-feature ul li:last-child {
    margin-bottom: 0px;
  }
}
.p-top-feature ul li img {
  width: 100%;
}
.p-top-feature__title {
  text-decoration: underline;
  color: #0086C3;
  padding: 15px 0;
}
@media screen and (max-width: 860px) {
  .p-top-feature__title {
    padding: 10px;
  }
}

.p-top-pickup {
  padding: 50px 0px 50px 160px;
}
@media screen and (max-width: 860px) {
  .p-top-pickup {
    padding: 30px 0px 30px 0px;
  }
}
.p-top-pickup__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-top-pickup__heading {
  color: #FF8282;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  .p-top-pickup__heading {
    font-size: 120%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  .p-top-pickup__heading span {
    background-color: #FF8282;
    color: #FFFFFF;
    font-size: 70%;
    border-radius: 4px;
    font-weight: normal;
    padding: 4px 6px;
  }
}
.p-top-pickup__heading img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 860px) {
  .p-top-pickup__heading img {
    height: 25px;
  }
}
.p-top-pickup__list {
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top-pickup__item {
  letter-spacing: normal;
  display: inline-block;
  width: 48%;
  text-align: center;
  border: solid 1px #EAEAEA;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .p-top-pickup__item {
    margin-bottom: 15px;
  }
}
.p-top-pickup__item a {
  display: block;
  padding: 10px;
  overflow: hidden;
  background-color: #FAFAFA;
}
@media screen and (max-width: 860px) {
  .p-top-pickup__item a {
    padding: 5px;
  }
}
.p-top-pickup__item a:hover {
  background-color: #E8FEF7;
}
.p-top-pickup__image {
  width: 40%;
  float: left;
}
@media screen and (max-width: 860px) {
  .p-top-pickup__image {
    width: 100%;
    float: none;
  }
}
.p-top-pickup__block {
  width: 55%;
  float: right;
}
@media screen and (max-width: 860px) {
  .p-top-pickup__block {
    width: 100%;
    float: none;
  }
}
.p-top-pickup__title {
  color: #FF8282;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 110%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 860px) {
  .p-top-pickup__title {
    font-size: 90%;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
  }
}
.p-top-pickup__text {
  color: #404040;
  text-align: left;
  font-size: 95%;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 860px) {
  .p-top-pickup__text {
    font-size: 80%;
  }
}
.p-top-pickup__name {
  border-top: solid 1px #EAEAEA;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
  padding-top: 5px;
}
@media screen and (max-width: 860px) {
  .p-top-pickup__name {
    margin-top: 5px;
  }
}

.p-heading {
  border-bottom: solid 2px #00A280;
  margin: 0;
  padding: 0 0 15px 0px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .p-heading {
    width: 92%;
    margin: auto;
    padding: 0 0 10px 0px;
    margin: 0px auto 10px auto;
  }
}
.p-heading img {
  margin: auto 5px 4px 0;
}
@media screen and (max-width: 860px) {
  .p-heading img {
    margin: auto 5px 2px 0;
  }
}
.p-heading--margin {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 860px) {
  .p-heading--margin {
    margin: auto auto 10px;
  }
}
.p-heading__title {
  color: #00A280;
  font-size: 130%;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .p-heading__title {
    font-size: 110%;
  }
}
.p-heading__search {
  font-size: 90%;
  font-weight: bold;
  background-color: #00A280;
  height: 30px;
  line-height: 30px;
  width: 160px;
  border-radius: 15px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 860px) {
  .p-heading__search {
    font-size: 77%;
    height: 26px;
    line-height: 26px;
    width: 120px;
    border-radius: 13px;
  }
}
.p-heading__search a {
  display: block;
  color: #FFFFFF;
}

.p-property {
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 860px) {
  .p-property {
    margin: 0px auto 30px auto;
    width: 92%;
  }
}
.p-property__item {
  border: solid 1px #EAEAEA;
  position: relative;
  margin-bottom: 30px;
  display: grid;
  grid-row-gap: 0;
  grid-template-areas: "image title title" "image table table" "image area btn";
  grid-template-columns: 260px 1fr 1fr;
}
@media screen and (max-width: 860px) {
  .p-property__item {
    grid-template-areas: "title title" "name name" "image area" "table table";
    grid-template-columns: 110px 1fr;
  }
}
.p-property__item:last-child {
  margin-bottom: 0px;
}
.p-property__item--parking {
  grid-template-areas: "title title" "table table" "area btn";
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 860px) {
  .p-property__item--parking {
    grid-template-areas: "title" "name" "area" "table";
    grid-template-columns: 1fr;
  }
}
.p-property__item--keep {
  grid-template-areas: "image title title" "image table table" "image area btn";
  grid-template-columns: 260px 1fr 1fr;
}
@media screen and (max-width: 860px) {
  .p-property__item--keep {
    grid-template-areas: "title title" "name name" "image area" "table table" "block block";
    grid-template-columns: 110px 1fr;
  }
}
.p-property__item--keep-parking {
  grid-template-areas: "title title" "table table" "area btn";
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 860px) {
  .p-property__item--keep-parking {
    grid-template-areas: "title" "name" "area" "table" "block";
    grid-template-columns: 1fr;
  }
}
.p-property__image {
  width: 240px;
  padding: 10px;
  grid-area: image;
  border-right: solid 1px #EAEAEA;
}
@media screen and (max-width: 860px) {
  .p-property__image {
    width: 100%;
    padding: 5px;
  }
}
.p-property__title {
  margin: 0;
  font-weight: bold;
  font-size: 110%;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #00A280;
  grid-area: title;
  padding: 0 200px 0 15px;
}
@media screen and (max-width: 860px) {
  .p-property__title {
    color: #FFF;
    background-color: #00A280;
    padding: 8px 8px;
    text-align: left;
    font-size: 100%;
    height: auto;
    line-height: 20px;
    width: 100%;
    white-space: normal;
  }
}
.p-property__title a {
  color: #00A280;
  text-decoration: underline;
}
@media screen and (max-width: 860px) {
  .p-property__title a {
    color: #FFF;
    text-decoration: none;
    display: block;
  }
}
.p-property__name {
  text-align: right;
  font-size: 90%;
  height: 60px;
  line-height: 60px;
  color: #828282;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 860px) {
  .p-property__name {
    text-align: left;
    font-size: 90%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 8px;
    border-bottom: solid 1px #EAEAEA;
    background-color: #FAFAFA;
    position: static;
    grid-area: name;
  }
}
.p-property__area {
  color: #666666;
  font-size: 90%;
  grid-area: area;
  padding: 15px;
}
@media screen and (max-width: 860px) {
  .p-property__area {
    padding: 5px;
  }
}
@media screen and (max-width: 860px) {
  .p-property__area a {
    display: block;
  }
}
.p-property table {
  border-top: solid 1px #EAEAEA;
  font-size: 100%;
  border-bottom: solid 1px #EAEAEA;
  width: 100%;
  grid-area: table;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .p-property table {
    border-bottom: none;
    border-collapse: separate;
  }
}
.p-property table th {
  background-color: #FAFAFA;
  border-bottom: solid 1px #EAEAEA;
  border-right: solid 1px #EAEAEA;
  text-align: center;
  color: #666666;
  font-size: 90%;
  width: 25%;
}
@media screen and (max-width: 860px) {
  .p-property table th {
    display: none;
  }
}
.p-property table th:last-child {
  border-right: none;
}
@media screen and (max-width: 860px) {
  .p-property table th:last-child {
    border-right: none;
  }
}
.p-property table th,
.p-property table td {
  padding: 10px;
}
@media screen and (max-width: 860px) {
  .p-property table th,
.p-property table td {
    padding: 0px 5px;
  }
}
.p-property table td {
  border-right: solid 1px #EAEAEA;
  color: #666666;
  font-size: 90%;
}
@media screen and (max-width: 860px) {
  .p-property table td {
    border-right: none;
    display: block;
    padding: 0 8px;
    width: 70%;
  }
}
.p-property table td span.price {
  color: #FC0004;
  font-weight: bold;
  font-size: 140%;
}
@media screen and (max-width: 860px) {
  .p-property table td span.price {
    font-size: 110%;
  }
}
.p-property table td span.clear {
  display: none;
}
@media screen and (max-width: 860px) {
  .p-property table td span.clear {
    display: inline-block;
  }
}
.p-property table td span.icon {
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #B2B2B2;
  color: #FFF;
  font-weight: bold;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 90%;
  padding: 2px;
}
.p-property table td:first-child {
  border-right: none;
}
@media screen and (max-width: 860px) {
  .p-property table td:first-child {
    padding-top: 8px;
  }
}
.p-property table td:last-child {
  border-right: none;
}
@media screen and (max-width: 860px) {
  .p-property table td:last-child {
    padding-bottom: 8px;
  }
}
.p-property table td + td {
  border-left: solid 1px #EAEAEA;
}
@media screen and (max-width: 860px) {
  .p-property table td + td {
    border-left: none;
  }
}
.p-property table .pc {
  display: block;
}
@media screen and (max-width: 860px) {
  .p-property table .pc {
    display: none;
  }
}
.p-property__btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  .p-property__btn {
    position: absolute;
    right: 15px;
    bottom: 38px;
    gap: 8px;
    margin: auto 0px;
  }
}
@media screen and (max-width: 860px) {
  .p-property__btn--parking {
    bottom: 15px;
  }
}
.p-property__keep, .p-property__delete {
  width: 80px;
  height: 34px;
  line-height: 34px;
  border-radius: 19px;
  border: solid 2px #00A280;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p-property__keep, .p-property__delete {
    font-size: 80%;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: solid 1px #00A280;
    right: 50px;
    bottom: 35px;
  }
}
.p-property__keep a, .p-property__delete a {
  display: block;
  color: #00A280;
  font-weight: bold;
}
.p-property__detail, .p-property__contact {
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #00A280;
}
@media screen and (max-width: 860px) {
  .p-property__detail, .p-property__contact {
    display: none;
  }
}
.p-property__detail a, .p-property__contact a {
  display: block;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .p-property__contact {
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    position: static;
  }
}
.p-property__arrow {
  display: none;
}
@media screen and (max-width: 860px) {
  .p-property__arrow {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #BCBCBC;
    border-right: 3px solid #BCBCBC;
    transform: rotate(45deg);
  }
}
.p-property__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  .p-property__block {
    width: 100%;
    margin: auto;
    grid-area: block;
    justify-content: center;
    padding: 10px;
    border-top: solid 1px #EAEAEA;
  }
}
.p-property__entry-delete {
  width: 100px;
  height: 34px;
  line-height: 34px;
  border-radius: 19px;
  border: solid 2px #00A280;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p-property__entry-delete {
    font-size: 80%;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: solid 1px #00A280;
    right: 50px;
    bottom: 35px;
  }
}
.p-property__entry-delete a {
  display: block;
  color: #00A280;
  font-weight: bold;
}

.p-count {
  text-align: right;
  color: #767676;
  margin-top: 10px;
}
@media screen and (max-width: 860px) {
  .p-count {
    width: 92%;
    margin: auto;
    font-size: 80%;
    margin-top: 5px;
  }
}

.p-pager {
  text-align: center;
  margin: 30px 0px;
}
@media screen and (max-width: 860px) {
  .p-pager {
    margin: 20px 0px;
  }
}
.p-pager li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #00A280;
  margin: 0 5px;
  color: #FFFFFF;
}
@media screen and (max-width: 860px) {
  .p-pager li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.p-pager li a {
  display: block;
  background-color: #F7FCFB;
  border: solid 1px #00A280;
  color: #00A280;
}

.p-search {
  width: 100%;
  border: solid 1px #EAEAEA;
  background-color: #F7F7F7;
}
@media screen and (max-width: 860px) {
  .p-search {
    width: 92%;
    margin: 30px auto auto auto;
  }
}
.p-search__title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #EAEAEA;
  color: #00A280;
}
@media screen and (max-width: 860px) {
  .p-search__title {
    height: 40px;
    line-height: 40px;
  }
}
.p-search__inner {
  padding: 10px;
}
@media screen and (max-width: 860px) {
  .p-search__inner {
    padding: 5px;
  }
}
.p-search table {
  background-color: #FFF;
}
.p-search table th {
  color: #00A280;
  padding: 0px 15px;
  width: 15%;
}
@media screen and (max-width: 860px) {
  .p-search table th {
    padding: 5px 10px 5px 10px;
    width: 100%;
    display: block;
  }
}
.p-search table td {
  padding: 15px 0 15px 0;
  font-size: 100%;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 860px) {
  .p-search table td {
    padding: 0px 10px 10px 10px;
    width: 100%;
    overflow: hidden;
  }
}
.p-search table td label {
  width: 33%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .p-search table td label {
    width: 48%;
  }
}
.p-search table td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  border: solid 1px #ececec;
  color: inherit;
  padding: 4px 8px;
}
@media screen and (max-width: 860px) {
  .p-search table td select {
    width: 40%;
  }
}
@media screen and (max-width: 860px) {
  .p-search table td input[type=text] {
    width: 100%;
  }
}
.p-search table td input[type=checkbox] {
  margin: auto 4px auto 0;
  width: 20px;
  height: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 860px) {
  .p-search table td input[type=checkbox] {
    width: 24px;
    height: 24px;
  }
}
.p-search table td input[type=checkbox]:checked {
  background-color: #00A280;
  border-color: #00A280;
}
.p-search table td input[type=checkbox]:checked:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 860px) {
  .p-search table td input[type=checkbox]:checked:checked::after {
    left: 7px;
    top: 3px;
  }
}
.p-search table td input[type=radio] {
  margin: auto 4px auto 0;
  width: 20px;
  height: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 860px) {
  .p-search table td input[type=radio] {
    width: 24px;
    height: 24px;
  }
}
.p-search table td input[type=radio]:checked {
  border-color: #00A280;
  background-color: #fff;
}
.p-search table td input[type=radio]:checked:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: #00A280;
  border-radius: 50%;
  transition: all 0.2s ease;
}
@media screen and (max-width: 860px) {
  .p-search table td input[type=radio]:checked:checked::after {
    left: 5px;
    top: 5px;
  }
}
.p-search table:not(:last-child) {
  border-bottom: solid 1px #EAEAEA;
}
@media screen and (max-width: 860px) {
  .p-search table:not(:last-child) {
    border-bottom: solid 1px #EAEAEA;
  }
}
@media screen and (max-width: 860px) {
  .p-search table td.type label,
.p-search table td.condition label {
    width: 100%;
  }
}
.p-search input[type=submit] {
  width: 200px;
  margin: 10px auto;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #00A280;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  border-radius: 0;
}

.p-none {
  margin: 30px 0px;
}
.p-none__text {
  text-align: center;
  line-height: 30px;
  color: #00A280;
  font-weight: bold;
  font-size: 110%;
}

.p-result-main {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #EAEAEA;
}
@media screen and (max-width: 860px) {
  .p-result-main {
    width: 92%;
    margin: 0 auto;
    border: none;
  }
}
.p-result-main__heading {
  display: flex;
}
@media screen and (max-width: 860px) {
  .p-result-main__heading {
    display: block;
  }
}
.p-result-main__title {
  width: 800px;
  margin: 0 auto;
  background-color: #00A280;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding: 15px;
  font-size: 130%;
}
@media screen and (max-width: 860px) {
  .p-result-main__title {
    width: 100%;
    background-color: #FFF;
    color: #00A280;
    display: block;
    padding: 0px;
    font-size: 110%;
  }
}
.p-result-main__name {
  width: 220px;
  margin: 0 auto;
  background-color: #F5F5F5;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media screen and (max-width: 860px) {
  .p-result-main__name {
    width: 100%;
    background-color: #FFF;
    color: #6D6D6D;
    text-align: left;
    display: block;
    padding: 0px 0px 5px 0px;
    border-bottom: solid 1px #D7D7D7;
    font-size: 80%;
  }
}
.p-result-main__inner {
  overflow: hidden;
  display: flex;
  gap: 20px;
  padding: 10px;
}
@media screen and (max-width: 860px) {
  .p-result-main__inner {
    flex-direction: column;
    gap: 0px;
    padding: 0px;
  }
}
.p-result-main__image {
  width: 200px;
}
@media screen and (max-width: 860px) {
  .p-result-main__image {
    margin: auto;
    width: 70%;
    float: none;
    text-align: center;
    padding: 10px;
  }
}
.p-result-main table {
  width: 760px;
  border-top: solid 1px #EAEAEA;
  border-left: solid 1px #EAEAEA;
  border-right: solid 1px #EAEAEA;
}
@media screen and (max-width: 860px) {
  .p-result-main table {
    width: 100%;
    padding: 5px;
    float: none;
    font-size: 80%;
  }
}
.p-result-main table.full {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .p-result-main table.full {
    margin: 10px auto auto;
  }
}
.p-result-main table th {
  background-color: #F5F5F5;
  width: 20%;
  border-right: solid 1px #EAEAEA;
  padding: 10px;
  border-bottom: solid 1px #EAEAEA;
}
@media screen and (max-width: 860px) {
  .p-result-main table th {
    padding: 5px;
  }
}
.p-result-main table td {
  padding: 10px;
  border-bottom: solid 1px #EAEAEA;
  width: 30%;
}
@media screen and (max-width: 860px) {
  .p-result-main table td {
    padding: 5px;
  }
}
.p-result-main__feature {
  padding: 10px 10px 5px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 860px) {
  .p-result-main__feature {
    padding: 10px 0px 5px 0px;
  }
}
.p-result-main__feature li {
  background-color: #F7FCFB;
  border: solid 1px #00A280;
  color: #00A280;
  text-align: center;
  font-size: 90%;
  flex: 0 0 calc(25% - 4px);
  padding: 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .p-result-main__feature li {
    font-size: 80%;
    flex: 0 0 calc(50% - 4px);
  }
}

.p-result-btn {
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 860px) {
  .p-result-btn {
    width: 92%;
    margin: 10px auto 20px auto;
  }
}
.p-result-btn ul {
  text-align: center;
}
.p-result-btn ul li {
  display: inline-block;
  width: 260px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 15px;
}
@media screen and (max-width: 860px) {
  .p-result-btn ul li {
    width: 45%;
    height: 40px;
    line-height: 40px;
    margin: 0 2%;
    font-size: 90%;
  }
}
.p-result-btn ul li a {
  display: block;
  border-radius: 5px;
}
.p-result-btn ul li a:hover {
  border-radius: 5px;
}
.p-result-btn ul li.keep {
  border: solid 1px #FF8E8E;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 0px 1px #e5e5e5;
}
.p-result-btn ul li.keep a {
  color: #FF8E8E;
}
.p-result-btn ul li.keep a:hover {
  background-color: #FFE2E2;
}
.p-result-btn ul li.contact {
  border: solid 1px #FF8E8E;
  background-color: #FF8E8E;
  box-shadow: 0px 2px 0px 1px #E05371;
}
@media screen and (max-width: 860px) {
  .p-result-btn ul li.contact {
    margin: 2% 2% 0 2%;
  }
}
.p-result-btn ul li.contact a {
  color: #FFF;
}
.p-result-btn ul li.contact a:hover {
  background-color: #FFA8A8;
}

.p-result-map {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .p-result-map {
    width: 92%;
    margin: 0 auto;
  }
}
.p-result-map__title {
  background-color: #F7F7F7;
  border: solid 1px #EAEAEA;
  color: #00A280;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 860px) {
  .p-result-map__title {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.p-result-map__text {
  padding: 15px 0;
}
@media screen and (max-width: 860px) {
  .p-result-map__text {
    font-size: 13px;
  }
}
.p-result-map__contents {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin: 0px auto 50px auto;
}
@media screen and (max-width: 860px) {
  .p-result-map__contents {
    padding-bottom: 80%;
    height: 0;
    margin: 0px auto 30px auto;
  }
}
@media screen and (max-width: 860px) {
  .p-result-map__contents iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.p-tab {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .p-tab {
    width: 92%;
  }
}
.p-tab .tab li {
  color: #333;
  width: 33%;
  float: left;
  margin: 0 0px 0px 0;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  cursor: pointer;
  list-style: none;
  transition: 0.3s;
  color: #00A280;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p-tab .tab li {
    width: 50%;
    height: 40px;
    line-height: 40px;
  }
}
.p-tab .tab li.active {
  color: #fff;
  background: #00A280;
  cursor: auto;
}
.p-tab .tab li:last-child {
  border-left: none;
}
.p-tab__contents {
  padding: 10px;
  border: solid 1px #EAEAEA;
  background-color: #F7F7F7;
}
@media screen and (max-width: 860px) {
  .p-tab__contents {
    padding: 5px;
  }
}
.p-tab__inner {
  display: none;
  background-color: #FFF;
  padding: 20px;
}
@media screen and (max-width: 860px) {
  .p-tab__inner {
    padding: 10px;
  }
}
.p-tab__inner.show {
  display: block;
}

.p-result-comment {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 860px) {
  .p-result-comment {
    padding: 0px;
    gap: 4px;
  }
}
.p-result-comment__label {
  background-color: #00A280;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 90%;
  border-radius: 15px;
  width: 120px;
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 860px) {
  .p-result-comment__label {
    font-size: 80%;
    float: none;
    margin-right: 0px;
  }
}
.p-result-comment__title {
  margin: 5px auto auto;
  color: #00A280;
}
@media screen and (max-width: 860px) {
  .p-result-comment__title {
    margin: 10px auto auto;
    width: 100%;
  }
}
.p-result-comment_text {
  margin-top: 15px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 860px) {
  .p-result-comment_text {
    margin-top: 10px;
    float: none;
  }
}

.p-result-slider {
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .p-result-slider {
    padding: 15px 40px;
  }
}

.p-result-detail {
  border: solid 1px #EAEAEA;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .p-result-detail {
    margin-bottom: 10px;
    border-bottom: none;
  }
}
@media screen and (max-width: 860px) {
  .p-result-detail tr.full {
    display: flex;
  }
}
@media screen and (max-width: 860px) {
  .p-result-detail tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-result-detail th {
  background-color: #F5F5F5;
  width: 20%;
  border-right: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
  padding: 10px;
}
@media screen and (max-width: 860px) {
  .p-result-detail th {
    width: 40%;
    border-right: solid 1px #EAEAEA;
    padding: 5px;
    display: inline-block;
    font-size: 80%;
  }
}
.p-result-detail td {
  width: 30%;
  padding: 10px;
  border-bottom: solid 1px #EAEAEA;
}
@media screen and (max-width: 860px) {
  .p-result-detail td {
    padding: 5px;
    display: inline-block;
    font-size: 80%;
    width: 60%;
  }
}

.p-result-manager {
  border-top: solid 1px #EAEAEA;
  overflow: hidden;
  padding-top: 30px;
}
@media screen and (max-width: 860px) {
  .p-result-manager {
    padding-top: 20px;
  }
}
.p-result-manager__image {
  width: 240px;
  float: left;
}
@media screen and (max-width: 860px) {
  .p-result-manager__image {
    width: 70%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
.p-result-manager__inner {
  width: 670px;
  float: right;
}
@media screen and (max-width: 860px) {
  .p-result-manager__inner {
    width: 100%;
    float: none;
  }
}
.p-result-manager__name {
  color: #FF8E8E;
  margin-bottom: 10px;
  font-size: 110%;
}
@media screen and (max-width: 860px) {
  .p-result-manager__name {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 110%;
  }
}
.p-result-manager__name span {
  border: solid 1px #D7D7D7;
  margin-right: 10px;
  color: #5F5F5F;
  font-size: 80%;
  padding: 2px 5px;
}
.p-result-manager__text {
  font-size: 85%;
}
@media screen and (max-width: 860px) {
  .p-result-manager__text {
    font-size: 80%;
  }
}

.p_result-info__inner {
  overflow: hidden;
}
.p_result-info__heading {
  color: #00A280;
  font-size: 110%;
  margin-bottom: 10px;
}
.p_result-info__image {
  width: 240px;
  float: left;
}
@media screen and (max-width: 860px) {
  .p_result-info__image {
    width: 70%;
    float: none;
    margin: auto;
  }
}
.p_result-info__block {
  width: 670px;
  float: right;
}
@media screen and (max-width: 860px) {
  .p_result-info__block {
    margin-top: 15px;
    width: 100%;
    float: none;
  }
}
.p_result-info__title {
  background-color: #F7F7F7;
  border: solid 1px #EAEAEA;
  color: #00A280;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  .p_result-info__title {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 90%;
  }
}
.p_result-info__text {
  font-size: 85%;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .p_result-info__text {
    font-size: 80%;
  }
}

.p-form {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 860px) {
  .p-form {
    width: 92%;
    margin: auto;
  }
}
.p-form table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-top: 1px solid #E2E2E2;
}
@media screen and (max-width: 860px) {
  .p-form table {
    display: block;
    background: none;
  }
}
@media screen and (max-width: 860px) {
  .p-form table tbody {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .p-form table tr {
    display: block;
  }
}
.p-form table tr:nth-of-type(odd) {
  background: #f8f8f8;
}
@media screen and (max-width: 860px) {
  .p-form table tr:nth-of-type(odd) {
    background: none;
  }
}
.p-form table td,
.p-form table th {
  padding: 16px;
}
@media screen and (max-width: 860px) {
  .p-form table td,
.p-form table th {
    text-align: left;
    display: list-item;
    list-style-type: none;
    border: none;
  }
}
.p-form table th {
  width: 25%;
  font-size: 90%;
  font-weight: normal;
  color: #666666;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 860px) {
  .p-form table th {
    width: 100%;
    padding: 10px;
    background: #F5F5F5;
    text-align: left;
  }
}
.p-form table th span {
  color: #ff0000;
  margin: 0 1%;
}
.p-form table td {
  width: 75%;
  font-size: 90%;
  color: #666666;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 860px) {
  .p-form table td {
    width: 100%;
    padding: 10px;
  }
}
.p-form table td span.note {
  width: 100%;
  color: #878787;
  line-height: 160%;
  display: block;
}
.p-form table td input[type=text] {
  padding: 8px;
  border: solid 1px #c7c7c7;
}
@media screen and (max-width: 860px) {
  .p-form table td input[type=text] {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .p-form table td.address-number input[type=text], .p-form table td.birth input[type=text] {
    width: 25%;
  }
}
.p-form table td.sex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-form table td.sex label {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.p-form table td.sex input[type=radio] {
  margin: auto 4px auto 0;
  width: 20px;
  height: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 860px) {
  .p-form table td.sex input[type=radio] {
    width: 24px;
    height: 24px;
  }
}
.p-form table td.sex input[type=radio]:checked {
  border-color: #00A280;
  background-color: #fff;
}
.p-form table td.sex input[type=radio]:checked:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: #00A280;
  border-radius: 50%;
  transition: all 0.2s ease;
}
@media screen and (max-width: 860px) {
  .p-form table td.sex input[type=radio]:checked:checked::after {
    left: 5px;
    top: 5px;
  }
}
.p-form table td.overview {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-form table td.overview label {
  width: 45%;
  display: flex;
  align-items: center;
  padding: 4px 0;
}
@media screen and (max-width: 860px) {
  .p-form table td.overview label {
    width: 100%;
  }
}
.p-form table td.overview input[type=checkbox] {
  margin: auto 4px auto 0;
  width: 20px;
  height: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 860px) {
  .p-form table td.overview input[type=checkbox] {
    width: 24px;
    height: 24px;
  }
}
.p-form table td.overview input[type=checkbox]:checked {
  background-color: #00A280;
  border-color: #00A280;
}
.p-form table td.overview input[type=checkbox]:checked:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 860px) {
  .p-form table td.overview input[type=checkbox]:checked:checked::after {
    left: 7px;
    top: 3px;
  }
}
.p-form table td textarea {
  border: solid 1px #c7c7c7;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .p-form table td textarea {
    font-size: 16px;
  }
}

.p-form-agreement {
  text-align: center;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 860px) {
  .p-form-agreement {
    margin: 20px;
  }
}
.p-form-agreement__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 860px) {
  .p-form-agreement__inner {
    align-items: flex-start;
  }
}
.p-form-agreement label {
  display: flex;
  align-items: center;
}
.p-form-agreement label input[type=checkbox] {
  margin: auto 4px auto 0;
  width: 20px;
  height: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 860px) {
  .p-form-agreement label input[type=checkbox] {
    width: 24px;
    height: 24px;
  }
}
.p-form-agreement label input[type=checkbox]:checked {
  background-color: #00A280;
  border-color: #00A280;
}
.p-form-agreement label input[type=checkbox]:checked:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 860px) {
  .p-form-agreement label input[type=checkbox]:checked:checked::after {
    left: 7px;
    top: 3px;
  }
}
.p-form-agreement p {
  text-align: left;
}
.p-form-agreement p a {
  color: #255fdb;
  text-decoration: underline;
}
.p-form-agreement p a:hover {
  text-decoration: none;
}

.p-form-btn {
  text-align: center;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 860px) {
  .p-form-btn {
    margin: 20px 0 40px 0;
  }
}
.p-form-btn__inner {
  display: inline;
}
.p-form-btn input[type=submit] {
  width: 48%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 1%;
  border-radius: 3px;
  border: 1px solid #1AAE85;
  background: #1AAE85;
  background: linear-gradient(#1AAE85, #1AAE85);
  cursor: pointer;
}

#submitBtn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.p-error {
  margin: auto auto 20px;
  border: solid 1px #ff0000;
  border-radius: 3px;
  padding: 10px;
  background-color: #FFF1F1;
}
@media screen and (max-width: 860px) {
  .p-error {
    width: 92%;
  }
}
.p-error li {
  color: #ff0000;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p-error li {
    font-size: 80%;
  }
}

.p-thanks {
  text-align: center;
  padding: 50px 0px;
}
@media screen and (max-width: 860px) {
  .p-thanks {
    padding: 30px 0px;
  }
}
.p-thanks__text {
  text-align: center;
  margin-bottom: 20px;
}
.p-thanks__btn a {
  width: 48%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 1%;
  border-radius: 3px;
  border: 1px solid #1AAE85;
  background: #1AAE85;
  cursor: pointer;
}

.p-page__nav {
  width: 100%;
  background-color: #00A280;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .p-page__nav {
    display: none;
  }
}
.p-page__nav > li {
  width: 20%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .p-page__nav > li {
    height: auto;
    line-height: 20px;
    font-size: 60%;
  }
}
.p-page__nav > li > a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}
.p-page__nav > li > a:hover {
  color: #FFFFFF;
  background-color: #26C0A0;
}
.p-page__main {
  padding: 0px 0px 0px 160px;
  margin: 0 0 0px 0;
}
@media screen and (max-width: 860px) {
  .p-page__main {
    padding: 0px 0px 0px 0px;
    margin: 0 0 30px 0;
  }
}
.p-page__main__top {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 860px) {
  .p-page__main__top {
    height: 200px;
    background-size: cover;
  }
}
.p-page__main__top--sumai {
  background-image: url("../img/sumai/top_main.jpg");
}
.p-page__main__top--tochi {
  background-image: url("../img/tochi/top_main.jpg");
}
.p-page__main__sub {
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .p-page__main__sub {
    height: 100px;
    background-position: left;
    background-size: cover;
    margin-bottom: 30px;
  }
}
.p-page__main__sub--sumai {
  background-image: url("../img/sumai/page_main.jpg");
}
.p-page__main__sub--tochi {
  background-image: url("../img/tochi/page_main.jpg");
}
.p-page__main__title {
  color: #00A280;
  font-weight: normal;
  font-size: 250%;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 860px) {
  .p-page__main__title {
    font-size: 160%;
    padding: 30px 0 0 0;
  }
}
.p-page__main__title--reform, .p-page__main__title--examples {
  padding-top: 40px;
}
@media screen and (max-width: 860px) {
  .p-page__main__title--reform, .p-page__main__title--examples {
    padding-top: 20px;
  }
}
.p-page__main__text {
  color: #858585;
  font-weight: normal;
  font-size: 120%;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  .p-page__main__text {
    font-size: 80%;
  }
}
.p-page__concept {
  margin: 70px 0 70px 0;
}
@media screen and (max-width: 860px) {
  .p-page__concept {
    margin: 30px auto 30px auto;
    width: 90%;
    text-align: center;
  }
}
.p-page__concept__title {
  color: #00A280;
  font-weight: normal;
  font-size: 250%;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  .p-page__concept__title {
    font-size: 160%;
    margin-bottom: 20px;
  }
}
.p-page__concept__title span {
  color: #CCCCCC;
  font-size: 130%;
}
@media screen and (max-width: 860px) {
  .p-page__concept__title span {
    font-size: 90%;
  }
}
.p-page__concept__text {
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width: 860px) {
  .p-page__concept__text {
    line-height: 160%;
    text-align: left;
  }
}
.p-page__contents {
  margin: 0px 0 70px 0;
}
@media screen and (max-width: 860px) {
  .p-page__contents {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    width: 90%;
  }
}
.p-page__contents ul {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.p-page__contents ul li {
  width: 100%;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .p-page__contents ul li {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.p-page__contents ul li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  .p-page__contents ul li:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
.p-page__contents__image {
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 860px) {
  .p-page__contents__image {
    width: 100%;
  }
}
.p-page__contents__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page__contents__inner {
  width: calc(50% - 80px);
  vertical-align: top;
  padding: 40px;
}
@media screen and (max-width: 860px) {
  .p-page__contents__inner {
    width: 100%;
    padding: 20px 0 0;
  }
}
.p-page__contents__title {
  color: #00A280;
  font-weight: normal;
  font-size: 230%;
  text-align: left;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 0px;
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  .p-page__contents__title {
    font-size: 140%;
    text-align: center;
  }
}
.p-page__contents__text {
  text-align: left;
  line-height: 180%;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .p-page__contents__text {
    line-height: 160%;
    margin-bottom: 20px;
  }
}
.p-page__contents__btn {
  width: 200px;
  height: 50px;
  background-color: #00A280;
}
@media screen and (max-width: 860px) {
  .p-page__contents__btn {
    width: 100%;
    height: 50px;
  }
}
.p-page__contents__btn a {
  font-size: 120%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
}
.p-page__contents__btn a:hover {
  background-color: #26C0A0;
}
.p-page__info {
  margin: 0px 0 70px 0;
}
@media screen and (max-width: 860px) {
  .p-page__info {
    padding: 20px 0px 0px 0px;
    margin: 0px auto 40px auto;
    width: 90%;
    text-align: center;
    border-top: solid 1px #EBEBEB;
  }
}
.p-page__info__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 860px) {
  .p-page__info__inner {
    width: 100%;
  }
}
.p-page__info__title {
  color: #FFF;
  font-weight: normal;
  font-size: 120%;
  height: 50px;
  line-height: 50px;
  background-color: #00A280;
  padding: 0 0 0 15px;
  margin: auto auto 30px;
}
@media screen and (max-width: 860px) {
  .p-page__info__title {
    color: #00A280;
    font-size: 160%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    margin: auto auto 10px;
  }
}
.p-page__info__text {
  width: 100%;
  margin-bottom: 20px;
}
.p-page__info__btn {
  text-align: center;
  margin: auto;
  width: 200px;
  height: 50px;
  background-color: #00A280;
}
@media screen and (max-width: 860px) {
  .p-page__info__btn {
    width: 100%;
  }
}
.p-page__info__btn a {
  font-size: 120%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
}
.p-page__info__btn a:hover {
  background-color: #26C0A0;
}
.p-page__step-heading {
  margin: 70px 0 70px 0;
}
@media screen and (max-width: 860px) {
  .p-page__step-heading {
    margin: 20px auto 20px auto;
    width: 90%;
  }
}
.p-page__step-heading__title {
  color: #999999;
  font-weight: normal;
  font-size: 250%;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  .p-page__step-heading__title {
    font-size: 140%;
    margin-bottom: 20px;
  }
}
.p-page__step-heading__text {
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width: 860px) {
  .p-page__step-heading__text {
    line-height: 160%;
    font-size: 80%;
  }
}
.p-page__step-nav {
  margin: 50px 0 50px 0;
}
@media screen and (max-width: 860px) {
  .p-page__step-nav {
    display: none;
  }
}
.p-page__step-nav ul {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: auto;
  display: flex;
  gap: 8px;
}
.p-page__step-nav ul li {
  width: 25%;
}
.p-page__step {
  margin: 70px 0px 70px 0px;
}
@media screen and (max-width: 860px) {
  .p-page__step {
    margin: 30px auto 30px auto;
    width: 90%;
    text-align: center;
  }
}
.p-page__step__type {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: auto auto 40px auto;
  overflow: hidden;
  background-image: url("../img/sumai/step-line.svg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 2%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .p-page__step__type {
    display: none;
  }
}
.p-page__step__type li {
  width: 50%;
  color: #999999;
  font-weight: normal;
  font-size: 250%;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  .p-page__step__type li {
    width: 100%;
    margin: auto auto 30px auto;
    padding: 0;
  }
}
.p-page__step__type__title {
  color: #999999;
  font-weight: normal;
  font-size: 250%;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
.p-page__step__title {
  height: 42px;
  text-align: center;
  margin: auto auto 40px auto;
}
@media screen and (max-width: 860px) {
  .p-page__step__title {
    height: 30px;
    text-align: left;
    margin: auto auto 20px auto;
  }
}
.p-page__step__title img {
  height: 42px;
}
@media screen and (max-width: 860px) {
  .p-page__step__title img {
    height: 30px;
  }
}
.p-page__step__item {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: auto auto 40px auto;
  overflow: hidden;
  background-image: url("../img/sumai/step-line.svg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 2%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .p-page__step__item {
    width: 100%;
    margin: auto auto auto auto;
    background-image: none;
    flex-direction: column;
  }
}
.p-page__step__item li {
  width: 50%;
}
@media screen and (max-width: 860px) {
  .p-page__step__item li {
    width: 100%;
    margin: auto auto 30px auto;
  }
}
.p-page__step__item li:first-child {
  padding: 0 40px 0 0;
}
@media screen and (max-width: 860px) {
  .p-page__step__item li:first-child {
    padding: 0;
  }
}
.p-page__step__item li:last-child {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 860px) {
  .p-page__step__item li:last-child {
    padding: 0;
  }
}
.p-page__step__text {
  text-align: left;
  line-height: 180%;
}
@media screen and (max-width: 860px) {
  .p-page__step__text {
    line-height: 160%;
    font-size: 90%;
  }
}
.p-page__step__tochi-text {
  text-align: left;
  line-height: 180%;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: auto auto 40px auto;
}
@media screen and (max-width: 860px) {
  .p-page__step__tochi-text {
    text-align: left;
    line-height: 160%;
    font-size: 90%;
  }
}
.p-page__step__tochi-text br {
  display: block;
}
@media screen and (max-width: 860px) {
  .p-page__step__tochi-text br {
    display: none;
  }
}
.p-page__reform {
  margin: 70px 0 70px 0;
}
@media screen and (max-width: 860px) {
  .p-page__reform {
    margin: 30px 0 30px 0;
  }
}
.p-page__reform ul {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 860px) {
  .p-page__reform ul {
    width: 90%;
  }
}
.p-page__reform ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .p-page__reform ul li {
    margin-bottom: 30px;
  }
}
.p-page__reform__image {
  max-width: 1000px;
  width: 100%;
  border: solid 1px #E9E9E9;
}
@media screen and (max-width: 860px) {
  .p-page__reform__image {
    width: 100%;
  }
}
.p-page__reform__image img {
  width: 100%;
}
.p-page__examples {
  margin: 70px 0 70px 0;
}
@media screen and (max-width: 860px) {
  .p-page__examples {
    margin: 30px 0 30px 0;
  }
}
.p-page__examples ul {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 860px) {
  .p-page__examples ul {
    width: 90%;
  }
}
.p-page__examples ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .p-page__examples ul li {
    margin-bottom: 30px;
  }
}
.p-page__examples__image {
  max-width: 1000px;
  width: 100%;
  border: solid 1px #E9E9E9;
}
@media screen and (max-width: 860px) {
  .p-page__examples__image {
    width: 100%;
  }
}
.p-page__examples__image img {
  width: 100%;
}
.p-page__owners-heading {
  margin: 70px 0 70px 0;
}
@media screen and (max-width: 860px) {
  .p-page__owners-heading {
    margin: 30px auto 30px auto;
    width: 90%;
  }
}
.p-page__owners-heading__title {
  color: #999999;
  font-weight: normal;
  font-size: 220%;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  .p-page__owners-heading__title {
    font-size: 140%;
  }
}
.p-page__owners-heading__text {
  text-align: center;
  line-height: 180%;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  .p-page__owners-heading__text {
    text-align: left;
    line-height: 160%;
    margin-bottom: 20px;
  }
}
.p-page__owners-flow {
  margin: 70px 0 70px 0;
}
@media screen and (max-width: 860px) {
  .p-page__owners-flow {
    margin: 30px auto 30px auto;
    width: 90%;
  }
}
.p-page__owners-flow__title {
  color: #00A280;
  font-weight: normal;
  font-size: 220%;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  .p-page__owners-flow__title {
    font-size: 140%;
  }
}
.p-page__owners-flow__image {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: center;
}

/* kv ---------------------------------------*/
.pageKv {
  background: #f1f1f1;
  height: 250px;
}
@media screen and (max-width: 860px) {
  .pageKv {
    display: none;
  }
}

.foodKv {
  background: url(../../img/food/kv.png) no-repeat center center;
  background-size: cover;
}

.magazineKv {
  background: url(../../img/other/magazine/kv.png) no-repeat center center;
  background-size: cover;
}

/* title ---------------------------------------*/
.pageTitleWrapper {
  text-align: center;
  padding: 45px 0 30px 0;
}
@media screen and (max-width: 860px) {
  .pageTitleWrapper {
    text-align: center;
    padding: 40px 0 40px 0;
  }
}

.pageTitle {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .pageTitle {
    font-size: 20px;
    height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }
}

.pageTitleLead {
  line-height: 2.3;
  font-size: 17px;
}
@media screen and (max-width: 860px) {
  .pageTitleLead {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 20px;
  }
}

.sectionTitle {
  padding: 15px 15px 20px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  color: #E9AEBF;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 860px) {
  .sectionTitle {
    padding: 5px 5px 10px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 30px;
  }
}
.sectionTitle:before, .sectionTitle:after {
  content: "";
  display: block;
  background: #ddd;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media screen and (max-width: 860px) {
  .sectionTitle:before, .sectionTitle:after {
    height: 3px;
  }
}
.sectionTitle:after {
  background: #E9AEBF;
  width: 250px;
}
@media screen and (max-width: 860px) {
  .sectionTitle:after {
    width: 120px;
  }
}
.sectionTitle.textBlue:after {
  background: #6CC1ED;
}

.blockTitleWrapper {
  text-align: center;
}

.blockTitle {
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #ddd;
  font-size: 20px;
  font-weight: bold;
  padding: 0 131px 10px;
}
@media screen and (max-width: 860px) {
  .blockTitle {
    border-bottom: 2px solid #ddd;
    font-size: 14px;
    padding: 0 20px 5px;
  }
}

.col2 .blockTitle,
.col3 .blockTitle,
.col4 .blockTitle {
  display: block;
  padding: 0 0 15px;
}
@media screen and (max-width: 860px) {
  .col2 .blockTitle,
.col3 .blockTitle,
.col4 .blockTitle {
    padding-bottom: 5px;
  }
}

.blockTitle small {
  font-size: 18px;
}
@media screen and (max-width: 860px) {
  .blockTitle small {
    font-size: 13px;
  }
}

/* color ---------------------------------------*/
.textGreen {
  color: #00af84 !important;
}

.textBlue {
  color: #6CC1EB !important;
}

.textYellow {
  color: #F8A54C !important;
}

.textPink {
  color: #F8B5B4 !important;
}

.sectionBgYellow {
  background: #FDFBED;
}

/* section ---------------------------------------*/
.section {
  padding: 100px 0;
}
@media screen and (max-width: 860px) {
  .section {
    padding: 50px 0;
  }
}

.boxWrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.25s ease;
  display: block;
  overflow: hidden;
}

/* margin ---------------------------------------*/
.blockMarginBottom {
  margin-bottom: 100px;
}
@media screen and (max-width: 860px) {
  .blockMarginBottom {
    margin-bottom: 40px;
  }
}

/* text ---------------------------------------*/
.textSize16 {
  font-size: 16px !important;
}

.textSize20 {
  font-size: 20px !important;
}

.textSize24 {
  font-size: 24px !important;
}

@media screen and (max-width: 860px) {
  .spTextSize13 {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 860px) {
  .spTextSize14 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 860px) {
  .spTextSize15 {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 860px) {
  .spTextSize16 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 860px) {
  .spTextSize18 {
    font-size: 18px !important;
  }
}

/* pager ---------------------------------------*/
.pagerList {
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
  font-size: 0px;
}
.pagerList li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
@media screen and (max-width: 860px) {
  .pagerList li {
    margin: 0 3px 5px;
  }
}
.pagerList li a,
.pagerList li span {
  display: block;
  border: 3px solid #52B68F;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 8px;
  color: #52B68F;
  transition: all 0.25s ease;
}
@media screen and (max-width: 860px) {
  .pagerList li a,
.pagerList li span {
    border: 2px solid #52B68F;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 18px;
    border-radius: 5px;
  }
}
.pagerList li a:hover,
.pagerList li span {
  background-color: #52B68F;
  color: #fff;
  text-decoration: none;
}
.pagerList li.pagerPrev a, .pagerList li.pagerNext a {
  background: url(../img/common/pager_prev.png) no-repeat left top;
  width: 120px;
  height: 50px;
  border: none;
  text-indent: -99em;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .pagerList li.pagerPrev a, .pagerList li.pagerNext a {
    background-size: 100%;
    width: 86px;
    height: 39px;
  }
}
.pagerList li.pagerPrev a {
  background-image: url(../img/common/pager_prev.png);
}
.pagerList li.pagerNext a {
  background-image: url(../img/common/pager_next.png);
}
.pagerList li.pagerPrev a:hover, .pagerList li.pagerNext a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 860px) {
  .pagerList li.pagerPrev a:hover, .pagerList li.pagerNext a:hover {
    opacity: 1;
  }
}

/* お知らせ詳細 */
.infoDetailTitle {
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 2px solid #80D8C3;
  margin-bottom: 50px;
}

.infoDetailBody,
.infoDetailBody p {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.infoDetailBody p {
  margin-bottom: 2em;
}

.infoDetailBody table {
  width: 100%;
}
.infoDetailBody table th,
.infoDetailBody table td {
  padding: 10px;
  border: 1px solid #aaa;
}
.infoDetailBody table th {
  background: #FCF5D3;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.infoDetailBody table td {
  font-size: 14px;
}

/* form ---------------------------------------*/
.formArea .submit {
  text-align: center;
}

.formSelect {
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: url(../../img/icon_select.png) 97% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eee 100%);
  background-size: 8px 36px;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

.formText[type=text] {
  padding: 13px 5px;
  border: 1px solid #999;
  width: 100%;
  box-sizing: border-box;
}

.formRadio {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 12px;
}
.formRadio label {
  background: url(../../img/radio.png) left 1px no-repeat;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  min-height: 23px;
  margin: 0px 0;
  padding: 3px 0 0 28px;
  position: relative;
  vertical-align: top;
}
.formRadio input[type=radio] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.formRadio input:checked + label {
  background-image: url(../../img/radio_on.png);
}
.formRadio input:disabled + label {
  opacity: 0.7;
}

.formCheckbox {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 12px;
}
.formCheckbox label {
  background: url(../../img/check.png) left 1px no-repeat;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  min-height: 23px;
  margin: 0px 0;
  padding: 3px 0 0 28px;
  position: relative;
  vertical-align: top;
}
.formCheckbox input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.formCheckbox input:checked + label {
  background-image: url(../../img/check_on.png);
}
.formCheckbox input:disabled + label {
  opacity: 0.7;
}

.formTextarea {
  padding: 13px 5px;
  border: 1px solid #999;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
}

/* newsList ---------------------------------------*/
.newsListItem {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  .newsListItem {
    font-size: 13px;
  }
}
.newsListItem a:hover {
  text-decoration: underline;
}

.newsListItemDate {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 860px) {
  .newsListItemDate {
    font-size: 11px;
  }
}

.newsListItemText {
  line-height: 1.7;
}
@media screen and (max-width: 860px) {
  .newsListItemText {
    line-height: 1.6;
  }
}

/* サムネイルつきのお知らせ */
.newsBlockListItem {
  margin-bottom: 20px;
}
.newsBlockListItem a {
  overflow: hidden;
}

.newsBlockListItemImage {
  float: left;
  width: 420px;
  margin-right: 30px;
}
@media screen and (max-width: 860px) {
  .newsBlockListItemImage {
    width: 120px;
    margin-right: 15px;
  }
}
.newsBlockListItemImage img {
  width: 100%;
}

.newsBlockListItemDate {
  line-height: 1;
  display: block;
  margin-bottom: 18px;
  font-size: 17px;
}
@media screen and (max-width: 860px) {
  .newsBlockListItemDate {
    margin-bottom: 7px;
    font-size: 11px;
  }
}

.newsBlockListItemTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  .newsBlockListItemTitle {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.newsBlockListItemText {
  line-height: 1.6;
  font-size: 19px;
}
@media screen and (max-width: 860px) {
  .newsBlockListItemText {
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden;
  }
}

/* block list ---------------------------------------*/
.blockListWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 860px) {
  .blockListWrapper {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.blockListWrapper .col1 {
  width: calc(100% - 40px);
  margin: 0 20px 40px;
}
.blockListWrapper .col2 {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}
.blockListWrapper .col3 {
  width: calc(33% - 40px);
  margin: 0 20px 40px;
}
.blockListWrapper .col4 {
  width: calc(25% - 34px);
  margin: 0 16px 40px;
}
@media screen and (max-width: 860px) {
  .blockListWrapper .col1,
.blockListWrapper .col2,
.blockListWrapper .col3,
.blockListWrapper .col4 {
    width: auto;
    margin: 0 0px;
  }
}
@media screen and (max-width: 860px) {
  .blockListWrapper .col2,
.blockListWrapper .col3,
.blockListWrapper .col4 {
    margin-bottom: 40px;
  }
}
.blockListWrapper .col2 > a,
.blockListWrapper .col3 > a,
.blockListWrapper .col4 > a {
  display: block;
}

.boxLink {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.25s ease;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .boxLink {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
}

.boxLinkHasLink {
  padding-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .boxLinkHasLink {
    padding-bottom: 60px;
  }
}

a.boxLink:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 860px) {
  a.boxLink:hover {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  }
}

.boxLinkText {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .boxLinkText {
    right: 20px;
    bottom: 20px;
    font-size: 13px;
  }
}

.blockListItemTitle {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
}
@media screen and (max-width: 860px) {
  .blockListItemTitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.blockListItemImage {
  max-width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 860px) {
  .blockListItemImage {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 860px) {
  .blockListItemImage img {
    width: 100%;
  }
}

.blockListItemText {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 860px) {
  .blockListItemText {
    line-height: 1.6;
  }
}

/* 画像つきテキストレイアウト ---------------------------------------*/
.imageTextBlock {
  overflow: hidden;
  margin-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .imageTextBlock {
    margin-bottom: 40px;
  }
}

.imageTextBlockImage {
  max-width: 448px;
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  .imageTextBlockImage {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.imageTextBlockImage img {
  max-width: 100%;
}
@media screen and (max-width: 860px) {
  .imageTextBlockImage img {
    width: 100%;
  }
}

.imageTextBlockLeft .imageTextBlockImage {
  float: left;
  margin-right: 23px;
}
@media screen and (max-width: 860px) {
  .imageTextBlockLeft .imageTextBlockImage {
    float: none;
    margin-right: 0px;
  }
}

.imageTextBlockRight .imageTextBlockImage {
  float: right;
  margin-left: 23px;
}
@media screen and (max-width: 860px) {
  .imageTextBlockRight .imageTextBlockImage {
    float: none;
    margin-left: 0px;
  }
}

.imageTextBlockTitle {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .imageTextBlockTitle {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.imageTextBlockText {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 860px) {
  .imageTextBlockText {
    line-height: 1.6;
  }
}

/* 画像つきテキスト2列レイアウト ---------------------------------------*/
.imageTextBlockListWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 860px) {
  .imageTextBlockListWrapper {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.imageTextBlockListWrapper .col2 {
  width: calc(50% - 40px);
  margin: 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .imageTextBlockListWrapper .col2 {
    width: 100%;
    margin: 0 0 30px;
  }
}

.imageTextBlockListItemImage {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  .imageTextBlockListItemImage {
    width: 100px;
    margin-right: 13px;
  }
}

.imageTextBlockListItemText {
  line-height: 1.7;
  font-size: 14px;
}

/* お知らせ一覧 ---------------------------------------*/
.infoList {
  margin-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .infoList {
    margin-bottom: 0px;
  }
}
.infoList li {
  margin-bottom: 25px;
}

/* イベントスケジュール一覧 ---------------------------------------*/
.eventList {
  margin-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .eventList {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 860px) {
  .eventList a {
    padding: 15px 0;
  }
}
.eventList > li {
  border-bottom: 1px dashed #000;
}
.eventList > a,
.eventList > span {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  transition: all 0.25s ease;
}
.eventList > a:hover {
  opacity: 0.7;
}

.eventListItemImage {
  float: left;
  width: 210px;
}
@media screen and (max-width: 860px) {
  .eventListItemImage {
    width: 130px;
  }
}
@media screen and (max-width: 860px) {
  .eventListItemImage img {
    width: 100%;
  }
}

.eventListItemText {
  margin-left: 240px;
}
@media screen and (max-width: 860px) {
  .eventListItemText {
    margin-left: 145px;
  }
}

.eventListItemDate {
  line-height: 1;
  font-size: 17px;
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 860px) {
  .eventListItemDate {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.eventListItemCategory {
  margin-bottom: 14px;
  font-size: 0px;
}
@media screen and (max-width: 860px) {
  .eventListItemCategory {
    margin-bottom: 10px;
  }
}
.eventListItemCategory li {
  font-size: 17px;
  background: #aaa;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  text-align: center;
  width: 130px;
  color: #fff;
  padding: 7px 0;
}
@media screen and (max-width: 860px) {
  .eventListItemCategory li {
    font-size: 10px;
    margin-right: 5px;
    width: 60px;
    padding: 3px 0;
  }
}
.eventListItemCategory li a {
  color: #fff;
  display: block;
}
.eventListItemCategory li.pink, .eventListItemCategory li.pink a {
  background: #F0ADC0;
}
.eventListItemCategory li.orange, .eventListItemCategory li.orange a {
  background: #FB8D59;
}

.eventListItemTitle {
  font-size: 22px;
  text-decoration: underline;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media screen and (max-width: 860px) {
  .eventListItemTitle {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.eventListItemText p {
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 860px) {
  .eventListItemText p {
    font-size: 14px;
    overflow: vixible;
    text-overflow: clip;
    white-space: initial;
  }
}
/*# sourceMappingURL=style.css.map */