@charset "UTF-8";
/* ----------------------------------------------
  PC設定
------------------------------------------------*/
@media all and (min-width: 769px) {
  #container .button {
    background-color: #fff;
  }
  #container .button.one_corner a {
    justify-content: space-between;
  }
  #container .button.one_corner a span.txt {
    padding: 0.5rem 3rem 0.3rem;
  }
  #container .button:hover a {
    color: #fff;
  }
  #container .button.visit {
    border-color: #008c3d;
    background-color: #efce00;
  }
  #container .button.visit:hover {
    background-color: #008c3d;
  }
  #container .button.visit:hover a {
    color: #fff;
  }
  #container .button.document {
    border-color: #efce00;
    background-color: #008c3d;
  }
  #container .button.document a {
    color: #fff;
  }
  #container .button.document:hover {
    background-color: #efce00;
    border-color: #008c3d;
  }
  #container .button.document:hover a {
    color: #333;
  }
  #container #contents > section, #container #contents > div {
    margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
  }
  #container #contents .info .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #container #contents .info .wrapper .title_area {
    display: flex;
    justify-content: flex-start;
    border: #008c3d 2px solid;
    padding: 0.2rem 1rem;
    border-top-left-radius: 20px;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
  }
  #container #contents .info .wrapper .title_area h1 {
    padding-left: 0.5rem;
  }
  #container #contents .info .wrapper .title_area h1 span {
    font-size: clamp(1.5rem, -0.188rem + 2.5vw, 2rem);
    font-weight: bold;
    line-height: 1;
  }
  #container #contents .info .wrapper .title_area h1 span.small {
    font-size: calc(clamp(1.5rem, -0.188rem + 2.5vw, 2rem) * 0.6);
    font-weight: normal;
  }
  #container #contents .info .wrapper .title_area .icon_area {
    align-items: center;
    grid-gap: 0.5rem;
  }
  #container #contents .info .wrapper .title_area .icon_area p {
    font-size: clamp(0.75rem, 0.598rem + 0.32vw, 0.875rem);
    padding: 0.3rem 0.5rem;
    line-height: 1;
    white-space: nowrap;
  }
  #container #contents .info .wrapper .title_area .icon_area p.apart {
    background-color: #d41256;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.apartment {
    background-color: #efce00;
    color: #333;
  }
  #container #contents .info .wrapper .title_area .icon_area p.house {
    background-color: #0069d8;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.terraced {
    background-color: #ABE1FA;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.shop {
    background-color: #ff9627;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.other {
    background-color: #aaa;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.leased {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    border: 1px solid #d41256;
  }
  #container #contents .info .wrapper .cv_bt_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    grid-gap: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2823529412);
    border: 1px solid #008c3d;
    border-top: unset;
  }
  #container #contents .info .wrapper .cv_bt_area .update {
    display: flex;
  }
  #container #contents .info .wrapper .cv_bt_area .update span {
    line-height: 1;
    font-size: clamp(0.875rem, 0.723rem + 0.32vw, 1rem);
    color: #333;
  }
  #container #contents .info .wrapper .cv_bt_area .button a {
    padding: 0 2rem;
  }
  #container #contents .info .wrapper .detail_area {
    width: 100%;
  }
  #container #contents .info .wrapper .detail_area .detail_item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  #container #contents .info .wrapper .detail_area .detail_item div {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    border-bottom: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dt {
    font-size: clamp(1rem, 0.33rem + 0.91vw, 1.125rem);
    padding: 0.3rem 0.5rem;
    background-color: #008c3d;
    color: #fff;
    margin-right: 0.1rem;
    width: 100%;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    border-right: 1px #fff solid;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dd {
    font-size: clamp(0.875rem, 0.453rem + 0.63vw, 1rem);
    height: 100%;
    padding: 0.3rem 0.5rem;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dd > span {
    display: block;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dd .price {
    font-size: clamp(1.25rem, 0.406rem + 1.25vw, 1.5rem);
    color: #d13532;
    margin: 0 0.2rem;
    line-height: 1;
  }
  #container #contents .info .wrapper .detail_area .detail_item div:last-of-type dt {
    border-right: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .detail_area .detail_item div:nth-of-type(1) dd {
    border-left: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .fixmenu {
    width: 100%;
  }
  #container #contents .info .wrapper .fixmenu li {
    border: 1px solid #008c3d;
    border-top-left-radius: 5px;
    background-color: #fff;
    min-width: 126px;
    transition: all 0.5s;
  }
  #container #contents .info .wrapper .fixmenu li a {
    font-size: clamp(0.75rem, 0.598rem + 0.32vw, 0.875rem);
    padding: 0.3em 1em;
    display: block;
    width: 100%;
    height: 100%;
    color: #008c3d;
    text-align: center;
    transition: all 0.5s;
  }
  #container #contents .info .wrapper .fixmenu li.active {
    background-color: #008c3d;
  }
  #container #contents .info .wrapper .fixmenu li.active a {
    color: #fff;
  }
  #container #contents .info .wrapper .fixmenu li:hover {
    background-color: #008c3d;
  }
  #container #contents .info .wrapper .fixmenu li:hover a {
    color: #fff;
  }
  #container #contents .info .wrapper .explanation {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #008c3d;
    font-size: clamp(0.875rem, 0.723rem + 0.32vw, 1rem);
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
  }
  #container #contents .info .wrapper .image_area {
    width: 100%;
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2);
  }
  #container #contents .info .wrapper .image_area figure a {
    display: block;
  }
  #container #contents .info .wrapper .image_area figure img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 550px;
    aspect-ratio: 9/6;
  }
  #container #contents .info .wrapper .image_area figure figcaption {
    color: #333;
    font-size: clamp(0.75rem, 0.693rem + 0.24vw, 0.875rem);
  }
  #container #contents .info .wrapper .image_area figure.main_img {
    width: calc(60% - 0.5rem);
  }
  #container #contents .info .wrapper .image_area figure.sub_img {
    width: calc(40% - 0.5rem);
  }
  #container #contents .info .wrapper .image_area .main_image_area {
    border: 3px solid #008c3d;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    grid-gap: 1rem;
    padding: 1rem;
  }
  #container #contents .info .wrapper .image_area .sub_image_area {
    padding: 1rem;
    border: 3px solid #008c3d;
    border-top: unset;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1rem;
    background-color: #fff;
  }
  #container #contents .info .wrapper .image_area .icon_box {
    padding: 1rem;
    border: 3px solid #008c3d;
    border-top: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0.5rem;
    grid-area: 2/1/3/2;
  }
  #container #contents .info .wrapper .image_area .icon_box p {
    font-size: clamp(0.75rem, 0.598rem + 0.32vw, 0.875rem);
    padding: 0.3rem 0.5rem;
    line-height: 1;
    background-color: #fff;
  }
  #container #contents .info .wrapper .image_area .icon_box p.icon {
    border: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .image_area .icon_box p:nth-of-type(even) {
    border: 1px solid #efce00;
  }
  #container #contents .movie {
    position: relative;
    z-index: 1;
  }
  #container #contents .movie .wrapper {
    border: 5px solid #008c3d;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #fff, #fff);
    padding: 1.5rem 1rem;
  }
  #container #contents .movie .wrapper h2.jose {
    margin-bottom: 0.5rem;
  }
  #container #contents .movie .wrapper .moviearea {
    width: 100%;
  }
  #container #contents .movie .wrapper .moviearea .flame_area {
    display: flex;
    justify-content: space-between;
    grid-gap: 1rem;
    aspect-ratio: 10/4;
  }
  #container #contents .movie .wrapper .moviearea .flame_area iframe {
    flex: 1;
    height: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #008c3d;
  }
  #container #contents .movie .wrapper .moviearea .other_movie {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem 0.5rem 0.8rem;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a svg {
    width: 30px;
    margin-right: 1rem;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a svg .cls-1 {
    fill: #008c3d;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a span {
    color: #008c3d;
    line-height: 1;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button:hover a {
    background-color: #008c3d;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button:hover a svg .cls-1 {
    fill: #fff;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button:hover a span {
    color: #fff;
  }
  #container #contents #plan {
    position: relative;
    z-index: 1;
  }
  #container #contents #plan .wrapper {
    border: 5px solid #efce00;
    border-bottom-right-radius: 30px;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #fff, #fff);
    padding: 1.5rem 1rem;
  }
  #container #contents #plan .wrapper h2.jose {
    margin-bottom: 0.5rem;
  }
  #container #contents #plan .wrapper .inner {
    margin: 0 auto;
    text-align: center;
  }
  #container #contents #plan .wrapper .inner .plan_list {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    grid-gap: 1rem;
  }
  #container #contents #plan .wrapper .inner .plan_list figure {
    width: calc(48% - 0.5rem);
    padding: 0.5rem;
    text-align: center;
    background-color: #efce00;
  }
  #container #contents #plan .wrapper .inner .plan_list figure a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 300px;
  }
  #container #contents #plan.under_p {
    background-color: #fafafa;
  }
  #container #contents #plan.under_p section {
    border: 1px solid #008c3d;
    margin-bottom: 2rem;
  }
  #container #contents #plan.under_p section h3 {
    text-align: center;
    font-size: clamp(1.25rem, 0.406rem + 1.25vw, 1.5rem);
    color: #fff;
    background-color: #008c3d;
    padding: 0.2rem 1rem;
  }
  #container #contents #plan.under_p section .plan_list {
    margin-bottom: 1rem;
    padding: 1rem 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 1rem;
  }
  #container #contents #plan.under_p section .plan_list figure {
    width: calc(48% - 0.5rem);
    text-align: center;
    padding: 0.5rem;
    background-color: #f0f0f0;
  }
  #container #contents #plan.under_p section .plan_list figure a {
    display: block;
  }
  #container #contents #plan.under_p section .plan_list figure a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 300px;
  }
  #container #contents #plan.under_p section .plan_list figure a figcaption {
    text-align: left;
    display: block;
    margin-top: 0.5rem;
    font-size: 14px;
  }
  #container #contents #outline {
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2);
    padding: 2rem 0;
    margin-bottom: 0;
  }
  #container #contents #outline h2 {
    margin-bottom: 0.5rem;
    color: #008c3d;
  }
  #container #contents #outline .table {
    border: #333 1px solid;
    background-color: #fff;
    margin-bottom: 1rem;
  }
  #container #contents #outline .table .row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #333;
  }
  #container #contents #outline .table .row:last-of-type {
    border-bottom: unset;
  }
  #container #contents #outline .table .row dt {
    width: 11em;
    background-color: #f0f0f0;
    padding: 0.3em 0.8em;
    vertical-align: middle;
    font-size: clamp(14px, 1.2vw, 16px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #container #contents #outline .table .row dd {
    width: calc(100% - 11em);
    padding: 0.3em 0.8em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #container #contents #outline .table .harfarea {
    display: flex;
    flex-wrap: wrap;
  }
  #container #contents #outline .table .harfarea .row {
    align-items: stretch;
    width: 50%;
  }
  #container #contents #outline .table .harfarea .row:last-of-type {
    border-bottom: 1px solid #333;
  }
  #container #contents #outline .table .harfarea .row:nth-child(2n+1):last-child {
    width: 100%;
  }
  #container #contents #outline .button {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
  #container #contents #outline.under_p {
    background-color: #fafafa;
  }
  #container #contents #location {
    padding: 2rem 0;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #f0f0f0, #f0f0f0);
  }
  #container #contents #location .wrapper h2 {
    margin-bottom: 0.5rem;
  }
  #container #contents #location .wrapper .maparea {
    width: 100%;
    margin-bottom: 1rem;
  }
  #container #contents #location .wrapper .maparea .my-map {
    aspect-ratio: 10/4;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    background-color: #fff;
  }
  #container #contents #location .wrapper .location_list {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
  #container #contents #location .wrapper .location_list figure {
    padding: 0.5rem;
    text-align: center;
    background-color: #fff;
  }
  #container #contents #location .wrapper .location_list figure a {
    display: block;
  }
  #container #contents #location .wrapper .location_list figure a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 200px;
  }
  #container #contents #location .wrapper .location_list figure a figcaption {
    font-size: 14px;
    text-align: left;
  }
  #container #contents #location .wrapper .button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 0;
  }
  #container #contents #location.under_p section {
    margin-bottom: 2rem;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #fff, #fff);
  }
  #container #contents #location.under_p section h3 {
    text-align: center;
    font-size: clamp(1.25rem, 0.406rem + 1.25vw, 1.5rem);
    color: #fff;
    background-color: #008c3d;
    padding: 0.2rem 1rem;
  }
  #container #contents #location.under_p section .location_list {
    padding: 1rem;
  }
  #container #contents #location.under_p section .location_list figure {
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, rgba(239, 206, 0, 0.4), rgba(239, 206, 0, 0.4));
  }
  #container #contents #location.under_p section .location_list figure figcaption {
    color: #333;
  }
  #container #contents .contact_area {
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2);
  }
  #container #contents .contact_area .wrapper {
    padding: 0.5rem 0;
  }
  #container #contents .contact_area .wrapper p {
    font-family: "Noto Sans JP", sans-serif;
  }
  #container #contents .contact_area .wrapper .button_area {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #container #contents .contact_area .wrapper .button_area .button {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #container #contents .contact_area .wrapper .button_area .button a {
    padding: 0.4rem 0;
    font-size: 18px;
  }
  #container #contents .contact_area .wrapper .button_area .visit_area {
    width: 31%;
  }
  #container #contents .contact_area .wrapper .button_area .visit_area span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
  }
  #container #contents .contact_area .wrapper .button_area .document_area {
    width: 31%;
  }
  #container #contents .contact_area .wrapper .button_area .document_area span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton {
    width: 31%;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox {
    border: 5px solid #efce00;
    border-top-left-radius: 20px;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, rgba(0, 140, 61, 0.5), rgba(0, 140, 61, 0.5));
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox .flex_box {
    justify-self: center;
    align-items: center;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox .telicon2 {
    width: 25px;
    margin-right: 0.5rem;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox .tel {
    font-size: clamp(1.75rem, -1.203rem + 4.38vw, 2.625rem);
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1;
  }
  #container #contents .contact_area .wrapper .button_area .textarea {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 1rem;
  }
  #container #contents .contact_area .wrapper .button_area .textarea p:first-of-type {
    margin-right: 2em;
  }
  #container #contents .contact_area .wrapper .button_area .title {
    font-size: 16px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
  }
  #container #contents .contact_area .wrapper .button_area .title img {
    width: 15px;
    margin-right: 0.5vw;
  }
  #container #contents .contact_area .wrapper .button_area .title .small {
    font-size: 14px;
  }
}
@media all and (min-width: 769px) and (max-width: 1080px) {
  #container #contents .info .wrapper .detail_area .detail_item div {
    flex: unset;
    width: 33.3333333333%;
  }
  #container #contents .info .wrapper .detail_area .detail_item div.two, #container #contents .info .wrapper .detail_area .detail_item div.price_area {
    width: 50%;
  }
  #container #contents .info .wrapper .detail_area .detail_item div.two dd, #container #contents .info .wrapper .detail_area .detail_item div.price_area dd {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    grid-gap: 0 1rem;
  }
  #container #contents .contact_area .wrapper .button_area {
    grid-gap: 1rem;
  }
  #container #contents .contact_area .wrapper .button_area .visit_area {
    width: 45%;
  }
  #container #contents .contact_area .wrapper .button_area .document_area {
    width: 45%;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
/* ----------------------------------------------

  PAD設定

  ------------------------------------------------*/
@media all and (min-width: 621px) and (max-width: 768px) {
  #container .button {
    background-color: #fff;
  }
  #container .button.one_corner a {
    justify-content: space-between;
  }
  #container .button.one_corner a span.txt {
    padding: 0.5rem 3rem 0.3rem;
  }
  #container .button.visit {
    border-color: #008c3d;
    background-color: #efce00;
  }
  #container .button.document {
    border-color: #efce00;
    background-color: #008c3d;
  }
  #container .button.document a {
    color: #fff;
  }
  #container #contents > section, #container #contents > div {
    margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
  }
  #container #contents .info .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #container #contents .info .wrapper .title_area {
    display: flex;
    justify-content: flex-start;
    border: #008c3d 2px solid;
    padding: 0.2rem 1rem;
    border-top-left-radius: 20px;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
  }
  #container #contents .info .wrapper .title_area h1 {
    padding-left: 0.5rem;
  }
  #container #contents .info .wrapper .title_area h1 span {
    font-size: clamp(1.5rem, -0.188rem + 2.5vw, 2rem);
    font-weight: bold;
    line-height: 1;
  }
  #container #contents .info .wrapper .title_area h1 span.small {
    font-size: calc(clamp(1.5rem, -0.188rem + 2.5vw, 2rem) * 0.6);
    font-weight: normal;
  }
  #container #contents .info .wrapper .title_area .icon_area {
    align-items: center;
    grid-gap: 0.5rem;
  }
  #container #contents .info .wrapper .title_area .icon_area p {
    font-size: clamp(0.75rem, 0.598rem + 0.32vw, 0.875rem);
    padding: 0.3rem 0.5rem;
    line-height: 1;
    white-space: nowrap;
  }
  #container #contents .info .wrapper .title_area .icon_area p.apart {
    background-color: #d41256;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.apartment {
    background-color: #efce00;
    color: #333;
  }
  #container #contents .info .wrapper .title_area .icon_area p.house {
    background-color: #0069d8;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.terraced {
    background-color: #ABE1FA;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.shop {
    background-color: #ff9627;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.other {
    background-color: #aaa;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.leased {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    border: 1px solid #d41256;
  }
  #container #contents .info .wrapper .cv_bt_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    grid-gap: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2823529412);
    border: 1px solid #008c3d;
    border-top: unset;
  }
  #container #contents .info .wrapper .cv_bt_area .update {
    display: flex;
  }
  #container #contents .info .wrapper .cv_bt_area .update span {
    line-height: 1;
    font-size: clamp(0.875rem, 0.723rem + 0.32vw, 1rem);
    color: #333;
  }
  #container #contents .info .wrapper .cv_bt_area .button a {
    padding: 0 2rem;
  }
  #container #contents .info .wrapper .detail_area {
    width: 100%;
  }
  #container #contents .info .wrapper .detail_area .detail_item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  #container #contents .info .wrapper .detail_area .detail_item div {
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    border-bottom: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dt {
    font-size: clamp(1rem, 0.33rem + 0.91vw, 1.125rem);
    padding: 0.3rem 0.5rem;
    background-color: #008c3d;
    color: #fff;
    margin-right: 0.1rem;
    width: 100%;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    border-right: 1px #fff solid;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dd {
    font-size: clamp(0.875rem, 0.453rem + 0.63vw, 1rem);
    height: 100%;
    padding: 0.3rem 0.5rem;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dd > span {
    display: block;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dd .price {
    font-size: clamp(1.25rem, 0.406rem + 1.25vw, 1.5rem);
    color: #d13532;
    margin: 0 0.2rem;
    line-height: 1;
  }
  #container #contents .info .wrapper .detail_area .detail_item div.two, #container #contents .info .wrapper .detail_area .detail_item div.price_area {
    width: 50%;
  }
  #container #contents .info .wrapper .detail_area .detail_item div.two dd, #container #contents .info .wrapper .detail_area .detail_item div.price_area dd {
    align-items: baseline;
    grid-gap: 0 1rem;
  }
  #container #contents .info .wrapper .detail_area .detail_item div:last-of-type dt {
    border-right: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .detail_area .detail_item div:nth-of-type(1) dd {
    border-left: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .fixmenu {
    width: 100%;
  }
  #container #contents .info .wrapper .fixmenu li {
    border: 1px solid #008c3d;
    border-top-left-radius: 5px;
    background-color: #fff;
    min-width: 126px;
    transition: all 0.5s;
  }
  #container #contents .info .wrapper .fixmenu li a {
    font-size: clamp(0.75rem, 0.598rem + 0.32vw, 0.875rem);
    padding: 0.3em 1em;
    display: block;
    width: 100%;
    height: 100%;
    color: #008c3d;
    text-align: center;
    transition: all 0.5s;
  }
  #container #contents .info .wrapper .fixmenu li.active {
    background-color: #008c3d;
  }
  #container #contents .info .wrapper .fixmenu li.active a {
    color: #fff;
  }
  #container #contents .info .wrapper .explanation {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #008c3d;
    font-size: clamp(0.875rem, 0.723rem + 0.32vw, 1rem);
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
  }
  #container #contents .info .wrapper .image_area {
    width: 100%;
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2);
  }
  #container #contents .info .wrapper .image_area figure a {
    display: block;
  }
  #container #contents .info .wrapper .image_area figure img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 550px;
    aspect-ratio: 9/6;
  }
  #container #contents .info .wrapper .image_area figure figcaption {
    color: #333;
    font-size: clamp(0.75rem, 0.693rem + 0.24vw, 0.875rem);
  }
  #container #contents .info .wrapper .image_area figure.main_img {
    width: calc(60% - 0.5rem);
  }
  #container #contents .info .wrapper .image_area figure.sub_img {
    width: calc(40% - 0.5rem);
  }
  #container #contents .info .wrapper .image_area .main_image_area {
    border: 3px solid #008c3d;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    grid-gap: 1rem;
    padding: 1rem;
  }
  #container #contents .info .wrapper .image_area .sub_image_area {
    padding: 1rem;
    border: 3px solid #008c3d;
    border-top: unset;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1rem;
    background-color: #fff;
  }
  #container #contents .info .wrapper .image_area .icon_box {
    padding: 1rem;
    border: 3px solid #008c3d;
    border-top: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0.5rem;
    grid-area: 2/1/3/2;
  }
  #container #contents .info .wrapper .image_area .icon_box p {
    font-size: clamp(0.75rem, 0.598rem + 0.32vw, 0.875rem);
    padding: 0.3rem 0.5rem;
    line-height: 1;
    background-color: #fff;
  }
  #container #contents .info .wrapper .image_area .icon_box p.icon {
    border: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .image_area .icon_box p:nth-of-type(even) {
    border: 1px solid #efce00;
  }
  #container #contents .movie {
    position: relative;
    z-index: 1;
  }
  #container #contents .movie .wrapper {
    border: 5px solid #008c3d;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #fff, #fff);
    padding: 1.5rem 1rem;
  }
  #container #contents .movie .wrapper h2.jose {
    margin-bottom: 0.5rem;
  }
  #container #contents .movie .wrapper .moviearea {
    width: 100%;
  }
  #container #contents .movie .wrapper .moviearea .flame_area {
    aspect-ratio: 10/4;
    margin-bottom: 1rem;
  }
  #container #contents .movie .wrapper .moviearea .flame_area iframe {
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #008c3d;
  }
  #container #contents .movie .wrapper .moviearea .other_movie {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem 0.5rem 0.8rem;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a svg {
    width: 30px;
    margin-right: 1rem;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a svg .cls-1 {
    fill: #008c3d;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a span {
    color: #008c3d;
    line-height: 1;
  }
  #container #contents #plan {
    position: relative;
    z-index: 1;
  }
  #container #contents #plan .wrapper {
    border: 5px solid #efce00;
    border-bottom-right-radius: 30px;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #fff, #fff);
    padding: 1.5rem 1rem;
  }
  #container #contents #plan .wrapper h2.jose {
    margin-bottom: 0.5rem;
  }
  #container #contents #plan .wrapper .inner {
    margin: 0 auto;
    text-align: center;
  }
  #container #contents #plan .wrapper .inner .plan_list {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    grid-gap: 1rem;
  }
  #container #contents #plan .wrapper .inner .plan_list figure {
    width: calc(48% - 0.5rem);
    padding: 0.5rem;
    text-align: center;
    background-color: #efce00;
  }
  #container #contents #plan .wrapper .inner .plan_list figure a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 300px;
  }
  #container #contents #plan.under_p {
    background-color: #fafafa;
  }
  #container #contents #plan.under_p section {
    border: 1px solid #008c3d;
    margin-bottom: 2rem;
  }
  #container #contents #plan.under_p section h3 {
    text-align: center;
    font-size: clamp(1.25rem, 0.406rem + 1.25vw, 1.5rem);
    color: #fff;
    background-color: #008c3d;
    padding: 0.2rem 1rem;
  }
  #container #contents #plan.under_p section .plan_list {
    margin-bottom: 1rem;
    padding: 1rem 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 1rem;
  }
  #container #contents #plan.under_p section .plan_list figure {
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    background-color: #f0f0f0;
  }
  #container #contents #plan.under_p section .plan_list figure a {
    display: block;
  }
  #container #contents #plan.under_p section .plan_list figure a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 300px;
  }
  #container #contents #plan.under_p section .plan_list figure a figcaption {
    text-align: left;
    display: block;
    margin-top: 0.5rem;
    font-size: 14px;
  }
  #container #contents #outline {
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2);
    padding: 2rem 0;
    margin-bottom: 0;
  }
  #container #contents #outline h2 {
    margin-bottom: 0.5rem;
    color: #008c3d;
  }
  #container #contents #outline .table {
    border: #333 1px solid;
    background-color: #fff;
    margin-bottom: 1rem;
  }
  #container #contents #outline .table .row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #333;
  }
  #container #contents #outline .table .row:last-of-type {
    border-bottom: unset;
  }
  #container #contents #outline .table .row dt {
    width: 11em;
    background-color: #f0f0f0;
    padding: 0.3em 0.8em;
    vertical-align: middle;
    font-size: clamp(14px, 1.2vw, 16px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #container #contents #outline .table .row dd {
    width: calc(100% - 11em);
    padding: 0.3em 0.8em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #container #contents #outline .table .harfarea {
    display: flex;
    flex-wrap: wrap;
  }
  #container #contents #outline .table .harfarea .row {
    align-items: stretch;
    width: 50%;
  }
  #container #contents #outline .table .harfarea .row:last-of-type {
    border-bottom: 1px solid #333;
  }
  #container #contents #outline .table .harfarea .row:nth-child(2n+1):last-child {
    width: 100%;
  }
  #container #contents #outline .button {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
  #container #contents #outline.under_p {
    background-color: #fafafa;
  }
  #container #contents #location {
    padding: 2rem 0;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #f0f0f0, #f0f0f0);
  }
  #container #contents #location .wrapper h2 {
    margin-bottom: 0.5rem;
  }
  #container #contents #location .wrapper .maparea {
    width: 100%;
    margin-bottom: 1rem;
  }
  #container #contents #location .wrapper .maparea .my-map {
    aspect-ratio: 10/4;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    background-color: #fff;
  }
  #container #contents #location .wrapper .location_list {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
  #container #contents #location .wrapper .location_list figure {
    padding: 0.5rem;
    text-align: center;
    background-color: #fff;
  }
  #container #contents #location .wrapper .location_list figure a {
    display: block;
  }
  #container #contents #location .wrapper .location_list figure a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 200px;
  }
  #container #contents #location .wrapper .location_list figure a figcaption {
    font-size: 14px;
    text-align: left;
  }
  #container #contents #location .wrapper .button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 0;
  }
  #container #contents #location.under_p section {
    margin-bottom: 2rem;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #fff, #fff);
  }
  #container #contents #location.under_p section h3 {
    text-align: center;
    font-size: clamp(1.25rem, 0.406rem + 1.25vw, 1.5rem);
    color: #fff;
    background-color: #008c3d;
    padding: 0.2rem 1rem;
  }
  #container #contents #location.under_p section .location_list {
    padding: 1rem;
  }
  #container #contents #location.under_p section .location_list figure {
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, rgba(239, 206, 0, 0.4), rgba(239, 206, 0, 0.4));
  }
  #container #contents #location.under_p section .location_list figure figcaption {
    color: #333;
  }
  #container #contents .contact_area {
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2);
  }
  #container #contents .contact_area .wrapper {
    padding: 0.5rem 0;
  }
  #container #contents .contact_area .wrapper p {
    font-family: "Noto Sans JP", sans-serif;
  }
  #container #contents .contact_area .wrapper .button_area {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    grid-gap: 1rem;
  }
  #container #contents .contact_area .wrapper .button_area .button {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #container #contents .contact_area .wrapper .button_area .visit_area {
    width: 45%;
  }
  #container #contents .contact_area .wrapper .button_area .visit_area span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
  }
  #container #contents .contact_area .wrapper .button_area .document_area {
    width: 45%;
  }
  #container #contents .contact_area .wrapper .button_area .document_area span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox {
    border: 5px solid #efce00;
    border-top-left-radius: 20px;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, rgba(0, 140, 61, 0.5), rgba(0, 140, 61, 0.5));
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox .flex_box {
    justify-self: center;
    align-items: center;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox .telicon2 {
    width: 25px;
    margin-right: 0.5rem;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox .tel {
    font-size: clamp(1.75rem, -1.203rem + 4.38vw, 2.625rem);
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1;
  }
  #container #contents .contact_area .wrapper .button_area .textarea {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 1rem;
  }
  #container #contents .contact_area .wrapper .button_area .textarea p:first-of-type {
    margin-right: 2em;
  }
  #container #contents .contact_area .wrapper .button_area .title {
    font-size: 16px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
  }
  #container #contents .contact_area .wrapper .button_area .title img {
    width: 15px;
    margin-right: 0.5vw;
  }
  #container #contents .contact_area .wrapper .button_area .title .small {
    font-size: 14px;
  }
}
/* ----------------------------------------------

  SP設定

  ------------------------------------------------*/
@media all and (max-width: 620px) {
  #container .button {
    background-color: #fff;
  }
  #container .button.one_corner a {
    justify-content: space-between;
  }
  #container .button.one_corner a span.txt {
    padding: 0.5rem 3rem 0.3rem;
  }
  #container .button.visit {
    border-color: #008c3d;
    background-color: #efce00;
  }
  #container .button.document {
    border-color: #efce00;
    background-color: #008c3d;
  }
  #container .button.document a {
    color: #fff;
  }
  #container #contents > section, #container #contents > div {
    margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
  }
  #container #contents .info .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #container #contents .info .wrapper .title_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: #008c3d 2px solid;
    padding: 0.5rem 0.5rem;
    border-top-left-radius: 20px;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
    order: 1;
  }
  #container #contents .info .wrapper .title_area h1 {
    padding-left: 0.5rem;
    text-align: center;
  }
  #container #contents .info .wrapper .title_area h1 span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
  }
  #container #contents .info .wrapper .title_area h1 span.small {
    font-size: 16px;
    font-weight: normal;
  }
  #container #contents .info .wrapper .title_area .icon_area {
    margin-bottom: 0.5rem;
    align-items: center;
    grid-gap: 0.5rem;
  }
  #container #contents .info .wrapper .title_area .icon_area p {
    font-size: clamp(0.75rem, 0.598rem + 0.32vw, 0.875rem);
    padding: 0.3rem 0.5rem;
    line-height: 1;
    white-space: nowrap;
  }
  #container #contents .info .wrapper .title_area .icon_area p.apart {
    background-color: #d41256;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.apartment {
    background-color: #efce00;
    color: #333;
  }
  #container #contents .info .wrapper .title_area .icon_area p.house {
    background-color: #0069d8;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.terraced {
    background-color: #ABE1FA;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.shop {
    background-color: #ff9627;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.other {
    background-color: #aaa;
    color: #fff;
  }
  #container #contents .info .wrapper .title_area .icon_area p.leased {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    border: 1px solid #d41256;
  }
  #container #contents .info .wrapper .cv_bt_area {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2823529412);
    border: 1px solid #008c3d;
    border-top: unset;
    order: 6;
  }
  #container #contents .info .wrapper .cv_bt_area .update {
    display: flex;
    align-items: center;
  }
  #container #contents .info .wrapper .cv_bt_area .update span {
    line-height: 1;
    font-size: clamp(0.875rem, 0.723rem + 0.32vw, 1rem);
    color: #333;
  }
  #container #contents .info .wrapper .cv_bt_area .button a {
    padding: 0 2rem;
  }
  #container #contents .info .wrapper .detail_area {
    width: 100%;
    border: 1px solid #008c3d;
    order: 2;
    margin-bottom: 1rem;
  }
  #container #contents .info .wrapper .detail_area .detail_item div {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    border-right: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dt {
    font-size: clamp(1rem, 0.33rem + 0.91vw, 1.125rem);
    padding: 0.3rem 0.5rem;
    background-color: #008c3d;
    color: #fff;
    margin-right: 0.1rem;
    width: 100%;
    text-align: center;
    font-weight: normal;
    line-height: 1;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dd {
    font-size: clamp(0.875rem, 0.453rem + 0.63vw, 1rem);
    height: 100%;
    padding: 0.3rem 0.5rem;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dd > span {
    display: block;
  }
  #container #contents .info .wrapper .detail_area .detail_item div dd .price {
    font-size: clamp(1.25rem, 0.406rem + 1.25vw, 1.5rem);
    color: #d13532;
    margin: 0 0.2rem;
    line-height: 1;
  }
  #container #contents .info .wrapper .detail_area .detail_item div.two dd, #container #contents .info .wrapper .detail_area .detail_item div.price_area dd {
    align-items: center;
    grid-gap: 0 1rem;
    flex-wrap: wrap;
  }
  #container #contents .info .wrapper .detail_area .detail_item div:last-of-type dt {
    border-right: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .detail_area .detail_item div:nth-of-type(1) dd {
    border-left: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .fixmenu {
    width: 100%;
    order: 3;
  }
  #container #contents .info .wrapper .fixmenu li {
    background-color: #008c3d;
    flex: 1;
  }
  #container #contents .info .wrapper .fixmenu li a {
    font-size: 12px;
    padding: 1.7rem 0.2rem 0.3rem;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
  }
  #container #contents .info .wrapper .fixmenu li.active {
    background-color: #efce00;
  }
  #container #contents .info .wrapper .fixmenu li.topmenu a {
    background: url(/images/list/gaiyou_search_ac.svg) top 3px center/20px no-repeat;
  }
  #container #contents .info .wrapper .fixmenu li.madorimenu a {
    background: url(/images/list/gaiyou_madori_ac.svg) top 3px center/20px no-repeat;
  }
  #container #contents .info .wrapper .fixmenu li.gaiyou_map a {
    background: url(/images/list/gaiyou_map_ac.svg) top 3px center/23px no-repeat;
  }
  #container #contents .info .wrapper .fixmenu li.gaiyou_setubi a {
    background: url(/images/list/gaiyou_setubi_ac.svg) top 3px center/23px no-repeat;
  }
  #container #contents .info .wrapper .fixmenu li.gaiyou a {
    background: url(/images/list/gaiyou_ac.svg) top 3px center/23px no-repeat;
  }
  #container #contents .info .wrapper .explanation {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #008c3d;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
    order: 5;
  }
  #container #contents .info .wrapper .explanation span {
    font-size: 14px;
  }
  #container #contents .info .wrapper .image_area {
    width: 100%;
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2);
    order: 4;
  }
  #container #contents .info .wrapper .image_area figure a {
    display: block;
  }
  #container #contents .info .wrapper .image_area figure img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 550px;
    aspect-ratio: 9/6;
  }
  #container #contents .info .wrapper .image_area figure figcaption {
    color: #333;
    font-size: clamp(0.75rem, 0.693rem + 0.24vw, 0.875rem);
  }
  #container #contents .info .wrapper .image_area .main_image_area {
    border: 3px solid #008c3d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
  }
  #container #contents .info .wrapper .image_area .sub_image_area {
    padding: 1rem;
    border: 3px solid #008c3d;
    border-top: unset;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1rem;
    background-color: #fff;
    margin-bottom: 0;
  }
  #container #contents .info .wrapper .image_area .icon_box {
    padding: 1rem;
    border: 3px solid #008c3d;
    border-top: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0.5rem;
    grid-area: 2/1/3/2;
  }
  #container #contents .info .wrapper .image_area .icon_box p {
    font-size: clamp(0.75rem, 0.598rem + 0.32vw, 0.875rem);
    padding: 0.3rem 0.5rem;
    line-height: 1;
    background-color: #fff;
  }
  #container #contents .info .wrapper .image_area .icon_box p.icon {
    border: 1px solid #008c3d;
  }
  #container #contents .info .wrapper .image_area .icon_box p:nth-of-type(even) {
    border: 1px solid #efce00;
  }
  #container #contents .movie {
    position: relative;
    z-index: 1;
  }
  #container #contents .movie .wrapper {
    border: 5px solid #008c3d;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #fff, #fff);
    padding: 1.5rem 1rem;
  }
  #container #contents .movie .wrapper h2.jose {
    margin-bottom: 0.5rem;
  }
  #container #contents .movie .wrapper .moviearea {
    width: 100%;
  }
  #container #contents .movie .wrapper .moviearea .flame_area {
    aspect-ratio: 1.5/1;
    margin-bottom: 1rem;
  }
  #container #contents .movie .wrapper .moviearea .flame_area iframe {
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #008c3d;
  }
  #container #contents .movie .wrapper .moviearea .other_movie {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    grid-gap: 0.5rem;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem 0.5rem 0.8rem;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a svg {
    width: 30px;
    margin-right: 1rem;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a svg .cls-1 {
    fill: #008c3d;
  }
  #container #contents .movie .wrapper .moviearea .other_movie .button a span {
    color: #008c3d;
    line-height: 1;
  }
  #container #contents #plan {
    position: relative;
    z-index: 1;
  }
  #container #contents #plan .wrapper {
    border: 5px solid #efce00;
    border-bottom-right-radius: 30px;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #fff, #fff);
    padding: 1.5rem 1rem;
  }
  #container #contents #plan .wrapper h2.jose {
    margin-bottom: 0.5rem;
  }
  #container #contents #plan .wrapper .inner {
    margin: 0 auto;
    text-align: center;
  }
  #container #contents #plan .wrapper .inner .plan_list {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    grid-gap: 1rem;
  }
  #container #contents #plan .wrapper .inner .plan_list figure {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    background-color: #efce00;
  }
  #container #contents #plan .wrapper .inner .plan_list figure a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 300px;
  }
  #container #contents #plan.under_p {
    background-color: #fafafa;
  }
  #container #contents #plan.under_p section {
    border: 1px solid #008c3d;
    margin-bottom: 2rem;
  }
  #container #contents #plan.under_p section h3 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #008c3d;
    padding: 0.2rem 1rem;
  }
  #container #contents #plan.under_p section .plan_list {
    margin-bottom: 1rem;
    padding: 1rem 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 1rem;
  }
  #container #contents #plan.under_p section .plan_list figure {
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    background-color: #f0f0f0;
  }
  #container #contents #plan.under_p section .plan_list figure a {
    display: block;
  }
  #container #contents #plan.under_p section .plan_list figure a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 300px;
  }
  #container #contents #plan.under_p section .plan_list figure a figcaption {
    text-align: left;
    display: block;
    margin-top: 0.5rem;
    font-size: 14px;
  }
  #container #contents #outline {
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2);
    padding: 2rem 0;
    margin-bottom: 0;
  }
  #container #contents #outline h2 {
    margin-bottom: 0.5rem;
    color: #008c3d;
  }
  #container #contents #outline .table {
    border: #333 1px solid;
    border-bottom: unset;
    background-color: #fff;
    margin-bottom: 1rem;
  }
  #container #contents #outline .table .row {
    border-bottom: 1px solid #333;
    width: 100%;
  }
  #container #contents #outline .table .row dt {
    width: 100%;
    background-color: #f0f0f0;
    padding: 0.5rem 0.5rem;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    line-height: 1;
  }
  #container #contents #outline .table .row dd {
    width: 100%;
    padding: 0.5rem 0.5rem;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
  }
  #container #contents #outline .table .harfarea {
    width: 100%;
  }
  #container #contents #outline .table .harfarea .row {
    width: 100%;
  }
  #container #contents #outline .table .harfarea .row:not(.sp_on) {
    display: none;
  }
  #container #contents #outline .button {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
  #container #contents #outline.under_p {
    background-color: #fafafa;
  }
  #container #contents #outline.under_p .conditions, #container #contents #outline.under_p .beforehand, #container #contents #outline.under_p .update {
    font-size: 14px;
  }
  #container #contents #location {
    padding: 2rem 0;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #f0f0f0, #f0f0f0);
  }
  #container #contents #location .wrapper h2 {
    margin-bottom: 0.5rem;
  }
  #container #contents #location .wrapper .maparea {
    width: 100%;
    margin-bottom: 1rem;
  }
  #container #contents #location .wrapper .maparea .my-map {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    background-color: #fff;
  }
  #container #contents #location .wrapper .location_list {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }
  #container #contents #location .wrapper .location_list figure {
    padding: 0.5rem;
    text-align: center;
    background-color: #fff;
  }
  #container #contents #location .wrapper .location_list figure a {
    display: block;
  }
  #container #contents #location .wrapper .location_list figure a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 200px;
  }
  #container #contents #location .wrapper .location_list figure a figcaption {
    font-size: 14px;
    text-align: left;
  }
  #container #contents #location .wrapper .button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 0;
  }
  #container #contents #location.under_p section {
    margin-bottom: 2rem;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, #fff, #fff);
  }
  #container #contents #location.under_p section h3 {
    text-align: center;
    font-size: clamp(1.25rem, 0.406rem + 1.25vw, 1.5rem);
    color: #fff;
    background-color: #008c3d;
    padding: 0.2rem 1rem;
  }
  #container #contents #location.under_p section .location_list {
    padding: 1rem;
  }
  #container #contents #location.under_p section .location_list figure {
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, rgba(239, 206, 0, 0.4), rgba(239, 206, 0, 0.4));
  }
  #container #contents #location.under_p section .location_list figure figcaption {
    color: #333;
  }
  #container #contents .contact_area {
    background: url(/images/dot_bg.svg) center/cover no-repeat, rgba(0, 140, 61, 0.2);
  }
  #container #contents .contact_area .wrapper {
    padding: 0.5rem 0;
  }
  #container #contents .contact_area .wrapper p {
    font-family: "Noto Sans JP", sans-serif;
  }
  #container #contents .contact_area .wrapper .button_area {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    grid-gap: 0.5rem;
  }
  #container #contents .contact_area .wrapper .button_area .button {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #container #contents .contact_area .wrapper .button_area .textarea {
    width: 100%;
    text-align: center;
    justify-content: center;
    grid-gap: 0.5rem;
  }
  #container #contents .contact_area .wrapper .button_area .textarea p {
    font-size: 14px;
  }
  #container #contents .contact_area .wrapper .button_area .title {
    font-size: 14px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
  }
  #container #contents .contact_area .wrapper .button_area .title img {
    width: 15px;
    margin-right: 0.3rem;
  }
  #container #contents .contact_area .wrapper .button_area .title .small {
    font-size: 12px;
  }
  #container #contents .contact_area .wrapper .button_area .sp_title {
    width: 100%;
    text-align: center;
  }
  #container #contents .contact_area .wrapper .button_area .visit_area, #container #contents .contact_area .wrapper .button_area .document_area {
    width: 45%;
  }
  #container #contents .contact_area .wrapper .button_area .visit_area .title, #container #contents .contact_area .wrapper .button_area .document_area .title {
    display: none;
  }
  #container #contents .contact_area .wrapper .button_area .visit_area a, #container #contents .contact_area .wrapper .button_area .document_area a {
    font-size: 18px;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox {
    border: 5px solid #efce00;
    border-top-left-radius: 20px;
    background: url(/images/dot_bg.svg) top center/100% repeat, linear-gradient(to bottom, rgba(0, 140, 61, 0.5), rgba(0, 140, 61, 0.5));
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox .flex_box {
    justify-self: center;
    align-items: center;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox .telicon2 {
    width: 20px;
    margin-right: 0.5rem;
  }
  #container #contents .contact_area .wrapper .button_area .telbutton .telbox .tel, #container #contents .contact_area .wrapper .button_area .telbutton .telbox .tel a {
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1;
  }
}
/* ----------------------------------------------

js設定

------------------------------------------------*/
#contents .jsfixmenu {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

@media all and (max-width: 620px) {
  #contents .jsfixmenu {
    padding-right: 9%;
    background: #008c3d;
  }
  #container header:not(.rent_header) .header_inner .icon_area {
    display: none !important;
  }
  #container .bottom_js {
    align-items: stretch;
    position: fixed;
    z-index: 498;
    bottom: 0;
    left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 3px solid #008c3d;
    overflow: hidden;
    width: 100%;
  }
  #container .bottom_js .cv_bt {
    flex: 1;
  }
  #container .bottom_js .cv_bt figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.2rem;
  }
  #container .bottom_js .cv_bt figure img {
    width: auto;
    height: 20px;
  }
  #container .bottom_js .cv_bt figure figcaption {
    font-size: clamp(0.75rem, 0.292rem + 0.67vw, 0.875rem);
  }
  #container .bottom_js .cv_bt.mail {
    background-color: #fff;
  }
  #container .bottom_js .cv_bt.mail figure figcaption {
    color: #008c3d;
  }
  #container .bottom_js .cv_bt.visit {
    background-color: #efce00;
  }
  #container .bottom_js .cv_bt.tel_icon {
    background-color: #008c3d;
  }
  #container .bottom_js .cv_bt.tel_icon figure figcaption {
    color: #fff;
  }
}
.slick-prev, .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  content: "" !important;
  display: inline-block;
  background-color: #999;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.slick-prev:after, .slick-next:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-right: unset;
  border-top: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%) rotate(-135deg);
}

.slick-prev::after {
  transform: translate(-100%, -50%) rotate(45deg);
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-dots {
  position: static !important;
  width: 95% !important;
  margin: 0 auto;
}
.slick-dots button::before {
  background: #fff;
  border-radius: 100%;
}

.slick-dots li {
  margin: 0 5px !important;
}

#container.outline_page .info, #container.plan_page .info, #container.spec_page .info, #container.location_page #contents .info {
  margin-bottom: 0 !important;
}