@charset "utf-8";
/* CSS Document */

.sp {
    display:none;}

@media screen and (max-width:768px) {
.sp {
    display: block;}
}

/* ===== 共通 ===== */

section {
    max-width: 1060px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 30px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
}

section#block h2,
section.plan h2,
section#location h2,
section#access h2,
section#infor h2{
    font-size: 3.6rem;
    font-weight: bold;
    padding: 0px 10px;
    color: #FFF;
    background: #cc6666;
    position: relative;
    letter-spacing: .5rem;
}

section#infor h2 {
    margin-bottom: 30px;
}

.contents__wrap {}

.txt__right__small {
    text-align:right;
    font-size: 1.0rem;
}

.small {
    display: block;
    font-size: 1.3rem;
}

.mt150 { margin-top: 150px;}

.mt100 { margin-top: 100px;}
.mt60 { margin-top: 60px;}
.mt30 { margin-top: 30px;}

.mt10 { margin-top: 10px;}


sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 1060px) {
    
section {
    padding-left: 15px;
    padding-right: 15px;
    
}   
}


@media screen and (max-width: 768px) {

section#block h2,
section.plan h2,
section#location h2,
section#access h2,
section#infor h2{
    font-size: 2.8rem;
}

.txt__right__small {
    text-align:left;
}

.mt150,
.mt60 { margin-top: 30px;}

}

@media screen and (max-width: 480px) {

section#block h2,
section.plan h2,
section#location h2,
section#access h2,
section#infor h2{
    font-size: 1.8rem;
    padding: 5px;
}

}


/* -- FlexBox -------------------------------------- */

/* ===== 2カラム ===== */

.col_2,
.col_3,
.col_4,
.col_5 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.col_2>div a,
.col_3>div a,
.col_4>div a,
.col_5>div a{
    display:block;
}

.col_2>div {
    width: 50%;
}

@media screen and (max-width: 960px) {
    .col_2>div {
        width: 100%;
    }
}

/* ===== 3カラム ===== */

.col_3>div {
    width: 33.33333%;
}

@media screen and (max-width: 960px) {
    .col_3>div {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .col_3>div {
        width: 100%;
    }
}

/* ===== 4カラム ===== */

.col_4>div {
    width: 25%;
}

@media screen and (max-width: 960px) {
    .col_4>div {
        width: 33.33333%;
    }
}

@media screen and (max-width: 480px) {
    .col_4>div {
        width: 50%;
    }
}

/* ===== 5カラム ===== */

.col_5>div {
    width: 20%;
}

@media screen and (max-width: 960px) {
    .col_5>div {
        width: 33.33333%;
    }
}

@media screen and (max-width: 480px) {
    .col_5>div {
        width: 50%;
    }
}

/* ===== 左右配置 ===== */

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}












/* -- 物件案内 -------------------------------------- */

/* ===== メイン画像 ===== */
.kv {
    position:relative;
}

.kv img {
    width: 100%;
    /*height: 100vh;*/
    height: 700px;
    object-fit: cover;
    display: block;
}
    
.text__infobox {
    position: absolute;
    bottom: 120px;/*default 60px*/
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color:#FFF;
}

.text__infobox h1 {
    font-size: 7.5rem;
    font-weight: 900;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
}


.text__infobox .ct__copy {
    font-size: 2.2rem;
    line-height: 3.5rem;
    letter-spacing: .3rem;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
}

.text__infobox .info__logo {
    font-size: 2.0rem;
    font-weight: 900;
    padding: 3px 10px;
    border: 2px solid;
    display: inline-block;
    letter-spacing: .2rem;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.8);
}



@media screen and (max-width: 960px) {
    
.text__infobox h1 {
    font-size: 4.0rem;
}

.text__infobox .info__logo {
    font-size: 1.5rem;
}

#block .col_2>div {
        width: 50%;
    }

}

@media screen and (max-width:868px) {
.text__infobox h1,
.text__infobox .ct__copy{
    padding-right: 15px;
    padding-left: 15px; 
}

.text__infobox .ct__copy {
    font-size: 1.6rem;
}

#block .col_2>div {
        width: 100%;
    }
    
.kv img {
    height: 458px;
}
}


@media screen and (max-width:460px) {

.text__infobox h1 {
    font-size: 2.5rem;
}

.text__infobox .info__logo {
    margin-top: 10px;
}

.text__infobox .ct__copy{
    line-height: 2.5rem;
}

}
/* ===== 区画 ===== */



.block__infomation {
    display:flex;
    flex-wrap: wrap;
}

.block__infomation h3 {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 3.5rem;
    text-align: center;
    letter-spacing: .5rem;
    margin: 0 auto;
}

.block__infomation .conditions {
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
    width: 100%;
    font-size: 0;
}
.block__infomation .conditions img {
    width: 50%;
    max-width: 200px;
}

ul.block__circle li {
    border-radius: 50%;
    background: rgba(153,51,51,0.5);
    color: #FFF;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0rem;
    text-align: center;
    line-height: 2.5rem;
}

.block__infomation .caution {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 5px;
}
.block__infomation .caution > span{
    margin-right: -20px;
}

.price {
    color: #E48E00;
    font-size: 3.5rem;
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.price .block__ct {
    font-size: 1.75rem;
    color: #000;
    border: 1px solid #000;
    padding: 2px 8px;
    margin-right: 20px;
    letter-spacing: .2rem;
    width: 200px;
    text-align: center;
}

.price .block__number {
    display: flex;
    line-height: 1.45;
    align-items: baseline;
} 

.price .block__number span.big {
    font-size: 5.5rem;
    letter-spacing: .2rem;
} 

.boder__b {
    border-bottom: 8px solid #993333;
    padding: 30px 0;}
    
.col_2.between div img {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}


@media screen and (max-width: 998px) {
    
ul.block__circle li {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.block__infomation h3 {
    letter-spacing: .2rem;
}



}

@media screen and (max-width: 868px) {
    
.boder__b {
    padding-bottom: 30px;
}   
.col_2.between div img {
    width: 80%;
    margin: 0 10%;
}       
    
#block .between {
    justify-content: center;
}

ul.block__circle li {
    margin-right: 10px;
}

ul.block__circle li:last-child {
    margin-right: 0px;  
}


}

@media screen and (max-width: 600px) {

.block__infomation h3 {
    font-size: 1.8rem;
}


ul.block__circle li {
    width: 84px;
    height: 84px;
    font-size: 1.5rem;
    line-height: 2.0rem;
}



.price .block__ct {
    font-size: 1.3rem;  
}

.price {
    font-size: 2.5rem;
}

}

@media screen and (max-width: 480px) {

.block__infomation h3 {
    font-size: 1.6rem;
    letter-spacing:normal;
}

ul.block__circle li {
    width: 70px;
    height: 70px;
    font-size: 1.2rem;
    line-height: 2.0rem;
    margin-right: 2px;
}

.price {
    font-size: 1.8rem;
}

.price .block__number span.big {
    font-size: 3.5rem;
    letter-spacing:normal;
}
}



/* ===== アイテム一覧 ===== */

.item h2 {
    font-size: 4.0rem;
    display: flex;
    align-items: center;
    background-color: #FFF;
    color: #000;
    letter-spacing: .2rem;
    justify-content: space-between;
    font-weight: bold;
}

.item h2 span.radius {
    background: rgba(153,51,51,0.5);
    color: #FFF;
    border-radius: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 320px;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    display: inline-block;
    line-height: 3.5rem;
}


h3.item__ttl {
    background:#993333;
    color:#FFF;
    font-size: 1.8rem;
    padding: 3px 0 3px 10px;
    border-left: solid 10px rgba(255,255,255,0.3);
    position:relative;
}

h3.item__ttl:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -0px;
  width: 10px;
  height: inherit;
  border-bottom: 18px solid rgba(255,255,255,0.6);
}

.item__text {
    padding: 5px 0px;
    /*font-size: 1.5rem;*/
    font-size: 1.4rem;
    height:100%;
}

.item__thum {
    /* height: 100%; */
    position: relative;
}
/* アスペクト比固定 */
.item__thum::after {
    content: "";
    display: block;
    /*padding-top: 63.44%;*/
    padding-top: 62.4%;
}

img.item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit: cover;";
}

.contents__item .col_3>div {
    margin-top: 15px;
    width: 32%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 960px) {
    
.item h2 {
    font-size: 3.0rem;
}

}

@media screen and (max-width: 768px) {
    
.item h2 {
    flex-wrap: wrap;
    text-align:center;
    display: block;
}

.item h2 span.radius {
    margin: 0 auto 10px;
    display: block;
}

.contents__item .col_3>div {
    margin-top: 15px;
    width: 48%;
}
.item__text {
    font-size: 1.4rem;
}
    
    
}



@media screen and (max-width: 480px) {
.item h2 span.radius {
    font-size: 1.6rem;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2.5rem;
}

.item h2 {
    font-size: 1.8rem;
    letter-spacing:normal;
}

.contents__item .col_3>div {
    margin-top: 15px;
    width: 100%;
}
h3.item__ttl {
    font-size: 1.5rem;
}

}
/* ===== プラン ===== */



.plan .col_2>div {
    margin-top: 20px;
}

.plan h3{
    font-size: 2.6rem;
    font-weight:900;
    line-height: 2.5rem;
    margin-top: 20px;
}

.plan__infomation {}
.plan__infomation .name {
    font-size: 3.3rem;
    color: #993333;
    font-weight: 900;
    line-height: 4rem;
}

.plan__infomation .catch01 {
    display: inline-block;
    background: #993333;
    padding: 3px 10px;
    color: #FFF;
    font-size: 1.9rem;
    letter-spacing: .15rem;
}

.plan__infomation .info__wrap ul li  {
    display: inline-block;
}
/*.plan__infomation .info__wrap ul li:last-child  {
    border-top: 1px solid #333;
    font-size: 1.4rem;
}*/

.info__wrap {
    margin-bottom: 14px;
}

.plan__infomation .info__wrap {
    margin:  4PX 0 14px;
}

.price .plan__ct {
    color: #000;
    border: 1px solid #000;
    padding: 3px;
    margin-right: 20px;
    width: 200px;
    text-align:center;
    font-size: 1.8rem;
    font-weight: normal;
} 

.price .plan__number {
    display: flex;
    align-items: baseline;
} 

.price .plan__number span.big {
    font-size: 5.0rem;
    line-height: 5.0rem;
}

.plan__infomation .icon  {
    margin-top: 10px;
}

.plan__infomation .icon ul {
    display: flex;
}

.plan__infomation .icon ul li {
    background: #993333;
    margin-right: 20px;
    max-width: 155px;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #FFF;
}

.plan__infomation .icon ul li span {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #FFF;
    align-items: center;
    justify-content: center;
}



@media screen and (max-width: 960px) {
    
.icon {
    margin-top: 30px;
    margin-bottom: 60px;
}   
    
.plan__infomation .icon ul li {
    max-width: none;
}

.plan__infomation .icon ul li:last-child {
    margin-right: 0px;
}

}

@media screen and (max-width:480px) {

.plan h3 {
    font-size: 1.8rem;
}

.plan__infomation .name {
    font-size: 2.5rem;
}

.price .plan__ct {
    width: 140px;
    font-size: 1.3rem;

}
.price .plan__number span.big {
    font-size: 3.5rem;
    line-height: 4.0rem;
}
.plan__infomation .icon ul {
    display: flex;
    flex-wrap: wrap;
}

.plan__infomation .icon ul li {
    font-size: 1.5rem;
    width: 100%;
    margin-top: 5px;
    margin-right:0;
}


}



/* ===== ロケーション ===== */


#location h3 {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 5.0rem;
    letter-spacing: .2rem;
    text-align: center;
    margin: 10px 0;
}

h4.location__ttl {
    background:#993333;
    color:#FFF;
    font-size: 1.8rem;
    padding: 3px 0 3px 10px;
    margin-top: 30px;
    border-left: solid 10px rgba(255,255,255,0.3);
    position:relative;
    border-radius: 0px 30px 30px 0px;
}
h4.location__ttl:first-of-type {
    margin-top: 0;
}

h4.location__ttl:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -0px;
  width: 10px;
  height: inherit;
  border-bottom: 18px solid rgba(255,255,255,0.6);
}

.location__text {
    text-align: center;
    font-size: 1.5rem;
}
.location__thum {
    /* height: 100%; */
    position: relative;
    margin-bottom: 5px;
}
.location__thum::after {
    content: "";
    display: block;
    padding-top: 85.07%;
}


#location .col_5>div {
    width: 19%;
    margin-top:10px;
}


@media screen and (max-width: 960px) {
#location h3 {
    font-size: 2.6rem;
    line-height: 3.5rem;
    letter-spacing: .0rem;
}

#location .col_5>div {
    width: 32%;
}

#location .col_5:after {
    display: block;
    content:"";
    width: 32%;
}
}

@media screen and (max-width: 600px) {
#location .col_5>div {
    width: 48%;
}


h4.location__ttl {
    font-size: 2.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.location__text {
    font-size: 2.0rem;
}

.location__text span.small {
    font-size: 1.5rem;
    line-height: 1.0rem;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 480px) {
#location h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

h4.location__ttl {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.location__text {
    font-size: 1.6rem;
}
}

/* ===== アクセス ===== */

#access {}

#access h3 {
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 5.0rem;
    letter-spacing: .2rem;
    text-align: center;
    margin: 10px 0;
}

.map {
    position:relative;
}

.map img {
    object-fit: cover;
    width: 100%;
    height: 380px;
}

.map .map_ttl {
    position:absolute;
    top:0;
    left:0;
    padding: 5px 0 5px 30px;
    width: 100%;
    font-size: 1.8rem;
    background: rgba(153,51,51,0.8);
    color:#FFF;
}

.map .map_ttl:before {
    content: "";
    background-image: url(../images/icon_search.png);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
    margin-right: 10px;
    vertical-align: middle;
}

.access__foot__contents {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    margin: 10px auto;
}

.access__foot__contents .mark {
    display: flex;
    width: 50%;
    background:#993333;
    /*align-items: center;*/
    justify-content: center;
}
.access__foot__contents .access__info {
    min-width: 250px;
    display: flex;
    margin-right: 20px;
    font-weight:bold;
}

.access__info ul {
    width: 100%;
}

.access__foot__contents .access__info ul li span.small {
    font-size: 1.5rem;
    padding-bottom: 5px;
    text-align: left;
}

.access__foot__contents .access__info ul li {
    border-bottom: 2px dotted #000;
    font-size: 2.0rem;
    padding-bottom: 20px;
    text-align: center;
}

.access__foot__contents .access__info ul li:last-child {
    border-bottom: 0px dotted #000;
    font-size: 2.3rem;
    margin-top: 20px;
}
    
.access__foot__contents .foot__txt {
    font-size: 1.0rem;
}

.access__foot__contents .mark {
    padding: 10px 0;
}

.access__foot__contents .mark.mark-others {
    background: #cecece !important;
}

.access__foot__contents .mark > div {
    width: 100%;
    max-width: 480px;
}

.mark-title {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    justify-content: center;
    color: #fff;
}

.mark-others .mark-title {
    color: #000;
}

.mark img {
    display: block;
    max-width: 30px;
    margin-right: 10px;
}

.mark ul {
    padding:0 10px;
}

.mark ul li {
    color:#FFF;
    font-size: 1.0rem;
    text-align:center;
}

.mark-others ul li {
    color: #000;
}

.mark ul li.white {
    padding: 5px;
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    background: #FFF;
    /*border-radius: 30px;*/
}

.mark ul li:nth-child(3) {
    margin-top: 5px;
    color:#FFF;
    font-size: 1.0rem;
    text-align:center;
}

.mark ul li:nth-child(4) {
    background: #FFF;
    border-radius: 5px;
    padding: 2px 0 1px;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 20px;
    letter-spacing: .1rem;
    position: relative;
}

.mark ul li:nth-child(4) span {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    color:#FFF;
    font-size: 1.0rem;
    margin: 0 auto;
    letter-spacing: 0rem;

}

@media screen and (max-width: 960px) {
    
#access h3 {
    font-size: 2.5rem;
    line-height: 3.0rem;
}
}

@media screen and (max-width: 698px) {

/*.access__foot__contents .mark {
    width: 30%;
    margin-right:5%;
    min-width: auto;
}*/

.access__foot__contents {
    flex-wrap: wrap;
}
.access__foot__contents .access__info {
    width: 65%;
    margin-right: 0;
    min-width: auto;
}

.access__foot__contents .foot__txt {
    margin-top: 30px;
}
}

@media screen and (max-width: 530px) {
    
.access__foot__contents .mark {
    width: 100%;
    margin-right:0%;
    margin-bottom: 30px;

}
.access__foot__contents .access__info {
    width: 100%;
}

.access__foot__contents .foot__txt {
    margin-top: 0px;
}
}

@media screen and (max-width: 480px) {
#access h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.access__foot__contents .access__info ul li:last-child {
    font-size: 2.0rem;
}
}

main.form {
    display: block;
    margin-top: 32px;
}
main.under-area {
    display: block;
    padding-top: 32px;
}

.acf-map {
    height: 360px;
}

.slider-area {
    max-width: 350px;
    margin: 10px auto 0;
}
.slider {
    margin-bottom: 24px;
}
.slick-slide img {
    width: auto;
    height: 100%;
}
.slick-track{
    height: 60px;
}
.slider .slick-track {
    height: 230px;
}
.col_2.between .slider .slick-track img {
    width: 100%;
    margin: 0;
}
.item h2 {
    justify-content: flex-start;
}
.item h2 span.radius {
    margin-right: 24px;
}

.img-cler {
    cursor: pointer;
}
.cler-box {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    z-index: 100000;
}
.cler-box.show {
    opacity: 1;
    pointer-events: inherit;
    cursor: pointer;
}
.cler-box img {
    max-width: 90%;
    max-height: 100%;
}
@media screen and (max-width: 767px) {
    .col_2.between .slider img {
        width: 100%;
        margin: 0;
        object-fit: contain;
    }
    .slick-track {
        height: 18vw;
        max-height: 60px;
    }
    .slider .slick-track {
        height: 70vw;
        max-height: 230px;
    }
    .col_2.between .slider-thm img {
        width: 100%;
        object-fit: cover;
    }
    .block__infomation .caution > span {
        margin-right: 0;
    }
    .item h2 span.radius {
        margin-right: auto;
    }
}
.contents__item .col_3::after {
    content: "";
    width: 32%;
}
/*.block__infomation .conditions {
    display: inline-flex;
    width: 50%;
    text-align: left;
    align-items: center;
    vertical-align: middle;
}
.block__infomation .conditions + .block__circle {
    display: inline-flex;
    width: 50%;
    vertical-align: middle;
}*/

.col_2.between .block__infomation > img {
    width: auto;
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto 12px;
    font-size: 0;
}
.col_4.block__circle::before{
  content:"";
  width: 120px;
  order:1;
}
.col_4.block__circle::after {
    content: "";
    width: 120px;
}
.block__infomation .caution {
    margin-bottom: -4px;
}

.thumbFew .slick-list.draggable {
    padding: 0 !important;
}
.thumbFew .slick-track {
    margin: 0;
}
.slider-thm.thumb {
    max-width: 50%;
    margin: 0 auto;
}

#block .col_2.boder__b > div:first-child img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    margin: 0 auto;
    vertical-align: bottom;
}
.item h2 {
    line-height: 1.2;
}

.access-map iframe {
    width: 100%;
    height: 366px;
}
@media screen and (max-width: 767px) {
    .access-map iframe {
        height: 260px;
    }
}

.list-back {
    display: flex;
    justify-content: center;
}
.list-back a {
    display: flex;
    width: 100%;
    max-width: 240px;
    height: 64px;
    background: #ddd;
    align-items: center;
    justify-content: center;
}
.access-map iframe {
    height: 360px;
}
@media screen and (max-width: 980px) {
    .list-back {
        padding: 0 0 60px;
    }
    .list-back a {
        height: 56px;
    }
}

.landinfor,
.infor {
    width: 100%;
    border: 1px solid #bbb;
    border-width: 1px 0;
}
.infor:not(:last-child) {
    margin-bottom: 30px;
}
.landinfor tr:not(:last-child),
.infor tr:not(:last-child) {
    border-bottom: 1px dotted #bbb;
}
.landinfor th,
.infor th {
    width: 160px;
    padding: 2px 16px;
    font-size: 14px;
    text-align: left;
    background: #eee;
}
.landinfor td,
.infor td {
    padding: 4px 16px;
    font-size: 13px;
}

.print-title {
    display: none;
}

@media screen and (max-width: 530px) {
    .landinfor th,
    .infor th {
        width: 120px;
        padding: 2px 12px;
        font-size: 12px;
    }
    .landinfor td,
    .infor td {
        padding: 4px 12px;
        font-size: 12px;
    }
}