@charset "UTF-8";

/*---------------------------
トップ
---------------------------*/

/* === 物件を探す === */
.m-sec-indexSearch {
    padding: 8% 0 6%;
}
.search_tab-area {
  display: flex;
  justify-content: center;
}
.tabBtn {
  width: calc((100%)/2);
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
/*  font-size: 1.375em;*/
  font-size: 1.1em;
  padding: 0.75em;
  transition: .3s;
	margin-top: 40px;
}
.tabBtn:hover {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}
.tabBtn.active {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  pointer-events: none;
}

.panel {
  display: none;
  text-align: center;
  position: relative;
}
.panel.active {
  display: block;
}
.panel .base {}
.panel .svgBtnBox {
    position: absolute;
    top: 0;
    left: 0;
}
.panel .svgBtnBox a [id^="map_"] {
    opacity: 0;
    transition: .3s;
}
.panel .svgBtnBox a:hover [id^="map_"] {
    opacity: 1;
}
.search_btn_sp {
    display: none;
}



/* === MJRとは === */
.panel-area{
	border: 1px solid;
	border-color:transparent #333 #333;
}
.parallax-sticky .inn {
  position: relative;
  z-index: 1;
}
.parallax-sticky .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.parallax-sticky .parallax-bg .gray_bg {
  background: no-repeat center center/cover;
  background-image: url("../img/MV_line_back.png");
  margin: auto;
  width: 55%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
.parallax-sticky .parallax-bg .bg {
  background: no-repeat center center/cover;
  background-image: url("../img/top.jpg");
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -2;
}
.parallax-sticky .inn article {
    color: #fff;
    text-align: center;
    padding: 17% 0 20%;
    width: 55%;
    margin: 0 auto;
}
.parallax-sticky .inn h3 {}
.parallax-sticky .inn h3 span {
    display: block;
/*    font-size: 1.5em;*/
    font-size: 1.2em;
    margin-bottom: 2em;
}
.parallax-sticky .inn h3 img {
    width: 500px;
    display: block;
    margin: 0 auto 4em;
}
.parallax-sticky .inn p {
/*    height: 27.5px;*/
    height: 24px;
/*    text-align: left;*/
    padding: 0 15%;
    margin-bottom: 3.5em;
}
.parallax-sticky .inn p img {
    height: 100%;
    width: auto;
}
.parallax-sticky .inn p.line_b {
/*    height: 36px;*/
    height: 32px;
}
.parallax-sticky .inn p.line_logo {
/*    height: 36px;*/
	height: 100%;
}

/*スクロールダウン全体の場所*/
.scrolldown{
/*    position:absolute;*/
    position:relative;
    left:50%;
/*    bottom:10px;*/
    height:70px;/*全体の高さ*/
    width: fit-content;
/*    margin: 6% 0 -70px;*/
    margin: 10% 0 0px;
    transition: .5s;
}
.scrolldown.start{
	position:absolute;
}
.scrolldown span{
    position: absolute;
    left:-32px;
    top: 30px;
    color: #ffffff;
    font-size: 0.8125em;
    font-weight: 700;
/*    font-family:"A1ゴシック M";*/
    font-family: "A1ゴシック M", "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.2em;
}
/* 線の描写 */
.scrolldown::after{
    content: "";
    position: absolute;
    top: -12px;
    width: 1px;
    height: 70px;
    background: #ffffff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}
@keyframes pathmove{
    0%{
        height:0;
        top:-120px;
        opacity: 0;
    }
    30%{
        height:70px;
        opacity: 1;
    }
    100%{
        height:0;
        top:0px;
        opacity: 0;
    }
}/*topの数値で高さを変える。＋になるほど下になる。*/
/*要素表示切り替え*/
.scrolldown.obj_hidden {
    opacity: 0;
}
.parallax-sticky .fade {
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 0.1s;
    transition-timing-function: ease;

    backface-visibility: hidden;
    will-change: opacity;
}
.parallax-sticky .fade.view {
    opacity: 1;

}

/* === オーナーズボイス === */
.m-sec-indexCustomer {
    margin: 160px auto;
}
.m-sec-indexCustomer img { width: 100%; }
.m-sec-indexCustomer .m-sec-ttl_text {
    line-height: 1.75;
    letter-spacing: 0.03em;
/*    max-width: 480px;*/
    margin: 0 auto 70px;
    text-align: center;
}
.voice_swiper,
.voice_swiper .l-inner { position: relative; }
.voice_swiper {
/*    width: 94%;*/
    width: 90%;
    margin: 80px auto;
}
.voice_swiper .swiper-slide .slide-media {
    overflow: hidden;
}
.voice_swiper .swiper-slide .slide-content {
    margin-top: 30px;
}
.voice_swiper .swiper-slide .slide-content .slide-num {
    font-size: 0.8125em;
    letter-spacing: 0.1em;
    color: #828487;
    font-weight: 700;
/*    font-family:"A1ゴシック M";*/
    font-family: "A1ゴシック M", "Zen Kaku Gothic New", sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.voice_swiper .swiper-slide .slide-content .slide-num::after {
    content: "";
    display: block;
    width: 54px;
    height: 1px;
    background: #828487;
    margin-left: 15px;
}
.voice_swiper .swiper-slide .slide-content .slide-title {
    font-size: 1.25em;
    color: #828487;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    line-height: 1.25;
}
.voice_swiper .swiper-slide .slide-content .slide-text {
    line-height: 1.75;
}
.voice_swiper .swiper-pagination {
    position: static;
}
.voice_swiper .swiper-button-prev,
.voice_swiper .swiper-button-next {
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 15);
    height: 33px;
    color: #000;
    transition: .3s;
}
.voice_swiper .swiper-button-next:after,
.voice_swiper .swiper-button-prev:after {
    font-size: calc(var(--swiper-navigation-size) * 0.7);
}
.voice_swiper .swiper-button-prev {
/*    left: calc(((100% + 90px) / 3) + 20px);*/
    left: -30px;
}
.voice_swiper .swiper-button-next {
/*    right: calc(((100% + 90px) / 3) + 20px);*/
    right: -30px;
}
.voice_swiper .swiper-button-prev:hover {
/*    left: calc(((100% + 90px) / 3) + 15px);*/
    left: -35px;
}
.voice_swiper .swiper-button-next:hover {
/*    right: calc(((100% + 90px) / 3) + 15px);*/
    right: -35px;
}
.voice_swiper .swiper-pagination-bullet {
    /*width: 13px;
    height: 13px;*/
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #828487;
    opacity: 1;
}
.voice_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
/*    margin: 0 6px;*/
    margin: 0 5px;
}
.voice_swiper .swiper-pagination-bullet-active {
    background: #828487;
}
/*hover*/
.voice_swiper .swiper-slide,
.voice_swiper .swiper-slide .slide-media img {
    transition: .3s;
}

.voice_swiper .swiper-slide {
    height:auto;
}
.voice_swiper .swiper-slide .slide {
    height: 100%;
}


.m-sec-indexCustomer .more_btn a {
    display: block;
    width: fit-content;
    font-size: 1.125em;
    border: 1px solid;
    padding: 1em 3em;
    margin: 60px auto 0;
    transition: .3s;
}
.m-sec-indexCustomer .more_btn a:hover {
    background: #000;
    color: #fff;
}
.new .slide-num {
	position: relative;
	margin-top: 20px;
}
.new .slide-num:before {
	content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 40px;
    height: 12px;
    background: url(/mjr/common/img/new.png) no-repeat center left;
    background-size: cover;
}
/*
-------------------------------
modal-slider
-------------------------------
*/
.modal {
	display: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal .modal_bg {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
}
.modal .modal_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_close{
	  float: right;
}
/*新規*/
header .logoWrap .logo {
	padding: 0 ;
    width: 100%;
	font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
header .logoWrap {
	position: relative;
padding: 23px 30px 17px;
}
header .logoWrap .logo a img {
		max-width: 250px;
    }
.sub_logo {
    position: relative;
    margin-left: 60px;
}

.sub_logo:before {
    position: absolute;
    top: 50%;
    margin-left: -20px;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 32px;
    border-left: 1px solid #707070;
}
header .right-link {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    z-index: 0;
}
header .right-link .new-window:after {
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/new_window_icon.png);
    display: inline-block;
    margin-left: 10px;
}
header .subMenuWrap{
	color: #fff;
	padding:0;
}

.breadcrumb {
	max-width:100%;
	padding:18px 40px;
}
.breadcrumb li {
    font-weight: normal;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb li:not(:nth-child(1)):before {
    position: absolute;
    left: -20px;
    content: '';
    width: 4px;
    height: 4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    transform: rotate(-45deg);
    top: 8px;
}
.breadcrumb li:not(:nth-child(1)) {
    position: relative;
}
.breadcrumb li:not(:last-child) {
    margin-right: 12px;
}
section+section {
	margin-top: 0;
}
.mvLogo-img{
	text-align: center;
	margin: 54px 0;
}
.mvLogo-txt{
	font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 1.588;
    letter-spacing: 0.09em;
}
	.map_wrap {
    display: block;
    text-align: center;
}
	.map_area {
    display: inline-block;
    position: relative;
}
	.map_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	.map_button li {
    position: absolute;
}
	.map_button a {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    min-width: 90px;
    padding: 4px 8px;
    text-align: center;
    background-color: #DCDCDC;
    border: 2px solid #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 23px;
    line-height: 1;
    color: #333;
    text-decoration: none;
}
.map_button a:hover {
	color: #fff;
	background-color: #333;
    border: 2px solid #333;
}
	.fukuoka {
    left: 19.7%;
    top: 14%;
}
.saga {
    left: 6.7%;
    top: 22%;
}
.kumamoto {
    left: 16.7%;
    top: 43%;
}
.saitama {
    right: 25%;
    top: 44%;
}
.ttlBtnBox{
	display: flex;
    align-items: center;
	width: 100%;
}
.ttlBtn{
	width:30%;
	text-align: center;
	font-size: 14px;
    padding: 10px 0px;
	margin: 15px 0 0 3%;
    border-radius: 7px;
    background-color: #D3DEF1;
}
.ttlBtn.mlt{
	line-height: 1;
	padding: 7px 0px;
}
.ttlBtnBox_sp{
	display:none;
}
.building_tag{
    align-items: center;
	width:50%;
	margin-left: 2%;
}
.tag{
	width:50%;
	text-align: center;
	font-size: 14px;
    padding: 10px 0px;
	color: #fff;
    background-color: #DA2728;
}
.sectionInner .sectionTtl{
	font-size: 34px;
	text-align: center;
}
.sectionTtlEng{
	font-size: 14px;
	color: #DA2728;
	text-align: center;
	font-weight: bold;
}
.areaSection{
	margin-top:50px;
}
.areaSeries{
	font-size:25px;
	color: #DA2728;
	font-weight: bold;
	border-bottom: solid 1px #dfdfdf;
	margin-bottom: 30px;
}
.contact-txt{
	font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.09em;
}
.contact-img{
	text-align: center;
}
/*---------------------------
エリアページ
---------------------------*/
#section01 .sectionInner .sectionTtl{
	padding: 10px 15px;
    margin-bottom: 30px;
	font-size: 33px;
	text-align: left;
}
.sectionTtl span{
	font-size:20px;
	padding-left: 20px;
	color: #DA2728;
}
#section01{
	margin: 70px 0;
}
/*---------------------------
PC・TABのみ
---------------------------*/
@media only screen and (min-width: 769px) {

	.sale-list .sale-item.sold .item-btn-box .btn_official {
		margin-top: -27%;
	}

}
@media only screen and (min-width: 769px) and (max-width: 1024px) {












}

/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 1024px) {











}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {


    /* === 物件を探す === */
    .search_tab-area,
    .panel-area { display: none; }
    .search_btn_sp {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80%;
        margin:1.75em auto 0;
    }
    .search_btn_sp li {
        width: 48%;
        text-align: center;
        margin-bottom: 4%;
    }
    .search_btn_sp li a {
        display: block;
        border: 1px solid #000;
        font-size: 0.875em;
        padding: 1em;
        transition: .3s;
        box-sizing: border-box;
    }
    .search_btn_sp li a:hover {
        background-color: #333;
        color: #fff;
        border: 1px solid #333;
    }

    /* === MJRとは === */
    .parallax-sticky .parallax-bg .bg {
      height: calc(100vh);
    }
    .parallax-sticky .inn article {
        padding: 20% 0 40%;
        width: 100%;
        overflow: hidden;
    }
    .parallax-sticky .inn h3 {
        margin-top: 20vh;
    }
    .parallax-sticky .inn h3 span {
        font-size: 1.0em;
    }
    .parallax-sticky .inn h3 img {
        width: 260px;
        margin: 0 auto 2em;
    }
    .parallax-sticky .inn p {
        height: 17px;
        text-align: center;
        padding: 0;
        margin-bottom: 0.8em;
    }
    .parallax-sticky .inn .line_mjr {
        padding: 0;
        text-align: center;
        margin: 4em 0;
    }
    .parallax-sticky .inn .line_mjr img {
/*        width: 140px;*/
        width: 180px;
    }
    .parallax-sticky .arwBtnBox {
        padding-bottom: 5%;
    }
    .parallax-sticky .arwBtn {
        padding: 1em 3.5em;
    }
    /*.parallax-sticky .inn article svg {
        width: 146%;
        margin: -30% -23%;
    }*/
	.parallax-sticky .parallax-bg .gray_bg{
		width:100%;
	}
    .scrolldown{
        margin: 35% 0 0px;
    }
    .scrolldown span{
        left:-25px;
        top: 20px;
        font-size: 0.625em;
    }
    /*要素表示切り替え*/
    .obj2 {
        transition-delay: 0.5s;
    }
 /* === オーナーズボイス === */
    .m-sec-indexCustomer {
        margin: 40px auto;
    }
    .m-sec-indexCustomer .m-sec-ttl_text {
        line-height: 1.5;
        font-size: 0.875em;
        max-width: 80%;
        margin: 0 auto 20px;
    }
    .m-sec-ttl small {
/*        font-size: 0.625em;*/
        font-size: 0.555555555555556em;
        margin-bottom: 1em;
    }
    .voice_swiper {
        width: 100%;
		margin: 10% auto;
    }
    .voice_swiper .swiper-area {
        margin-bottom: 20px;
    }
    .voice_swiper .swiper-slide .slide-content {
        margin: 15px auto;
        width: 80%;
    }
    .voice_swiper .swiper-slide .slide-content .slide-num {
        font-size: 0.75em;
        margin-bottom: 10px;
    }
    .voice_swiper .swiper-slide .slide-content .slide-num::after {
        margin-left: 10px;
    }
    .voice_swiper .swiper-slide .slide-content .slide-title {
        font-size: 1em;
    }
    .voice_swiper .swiper-slide .slide-content .slide-text {
        font-size: 0.875em;
        line-height: 1.5;
    }
    .voice_swiper .swiper-button-prev,
    .voice_swiper .swiper-button-next {
        top: 50%;
        filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 5px #fff);
    }
    .voice_swiper .swiper-button-next:after,
    .voice_swiper .swiper-button-prev:after {
        font-size: calc(var(--swiper-navigation-size) * 0.7);
    }
    .voice_swiper .swiper-button-prev {
        left: 20px;
    }
    .voice_swiper .swiper-button-next {
        right: 20px;
    }
    .voice_swiper .swiper-button-prev:hover {
        left: 20px;
    }
    .voice_swiper .swiper-button-next:hover {
        right: 20px;
    }
    /*.voice_swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .voice_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }*/

    .m-sec-indexCustomer .more_btn a {
        font-size: 0.875em;
        margin: 40px auto 0;
    }
	.new .slide-num:before {
	    top: -15px;
	}
	.modal-slider__wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 770px;
		height: 100%;
		margin: auto;
		padding: 20px 0;
	}

	.modal-slider .banner-desc {
		margin-top: 20px;
		padding: 0 20px;
	}

	.slider-close__link {
		display: inline-block;
		width: 50px;
	}
	/* === 新規 === */
	header .logoWrap {
		padding: 15px 13px;
}
	header .logoWrap .logo {
		font-size: 12px;
	}
	header .logoWrap .logo a img {
		max-width: 112px;
    }
	 .sub_logo {
        margin-left: 22px;
    }
	    .sub_logo:before {
        margin-left: -10px;
        height: 20px;
    }
	    header .right-link {
        font-size: 12px;
    }
	    header .right-link a {
        margin-right: 12px;
    }
	.breadcrumb {
    padding: 18px 20px;
}
	    section+section {
        margin: 10% 0;
		padding: 0;
    }
	.mvLogo-img{
		margin: 10% 0;
	}
	.mvLogo-txt{
		font-size: 0.7em;
	}
	.sectionInner .sectionTtl {
		font-size: 26px;
}
	.modal .modal_cont {
	width:100%;
}
    .map_button a {
        font-size: 2.5vw;
        min-width: 13.38vw;
        padding: 1.16vw 2.896vw 1.3vw;
        border-width: 0.4vw;
        box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.16);
        border-radius: 6vw;
    }
.ttlBtnBox{
	display:none;
}
.ttlBtnBox_sp{
	display: flex;
    align-items: center;
	width: 100%;
	margin: 0 auto;
}
.ttlBtn{
    padding: 2% 6%;
}
.ttlBtn.mlt{
	line-height: 1;
	padding: 4px 4%;
}
	.areaSection .itemList li .txtBox .ttlBox .ttl {
		width:100%;
	}
	.tag{
		width:100%;
	}
	.areaSeries {
		font-size: 1.25em;
		margin-bottom: 7%;
	}
	.contact-txt{
		font-size: 1em;
	}
	/* === エリアページ === */
	#section01 .sectionInner .sectionTtl {
		font-size: 2em;
	}
	.sectionTtl span {
		font-size: 0.5em;
	}
	.pagetop {
		bottom:0;
	}
}

