@charset "utf-8";
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.commonBtn ul li:hover img,
.commonBtn ul li:hover img,
.location__main__map dl dt span:hover,
.location__main__map dl dt span:active,
.header__top dl dd ul li:hover img,
.header__top dl dd ul li:hover img,
.container a:hover img,
.container a:active img{    
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: .8;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.isFont--Mincho{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.isBg--black{
    background-color: #000000;
}
.isBg--gray{
    background-color: #808080;
}
.isBg--gray02{
    background-color: #E6E6E6;
}
.isBg--gradientBlack{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+5,b5bdc8+40,b5bdc8+60,28343b+95 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+13,505050+50,000000+87 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 13%, #505050 50%, #000000 87%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 13%,#505050 50%,#000000 87%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 13%,#505050 50%,#000000 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.isBg--gradientGray{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+5,b5bdc8+40,b5bdc8+60,28343b+95 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+13,B3B3B3+50,000000+87 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 13%, #B3B3B3 50%, #000000 87%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 13%,#B3B3B3 50%,#000000 87%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 13%,#B3B3B3 50%,#000000 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.isLine---gradientGold{
    height: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4d4d4d+9,c1aa05+20,4d4d4d+35,d4c350+50,4d4d4d+65,c1aa05+80,4d4d4d+90,000000+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #4d4d4d 9%, #c1aa05 20%, #4d4d4d 35%, #d4c350 50%, #4d4d4d 65%, #c1aa05 80%, #4d4d4d 90%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%,#4d4d4d 9%,#c1aa05 20%,#4d4d4d 35%,#d4c350 50%,#4d4d4d 65%,#c1aa05 80%,#4d4d4d 90%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%,#4d4d4d 9%,#c1aa05 20%,#4d4d4d 35%,#d4c350 50%,#4d4d4d 65%,#c1aa05 80%,#4d4d4d 90%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.commonMain{
    max-width: 100%;
	width: 100%;
	height: 130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
.location .commonMain{
	background-image: url(../images/location/mainVisual_bg.jpg);
}
.outline .commonMain{
	background-image: url(../images/outline/mainVisual_bg.jpg);
}
.plan .commonMain{
	background-image: url(../images/plan/mainVisual_bg.jpg);
}
.gallery .commonMain{
	background-image: url(../images/gallery/mainVisual_bg.jpg);
}
.commonTtl__inner{
    padding: 30px 0;
}
.commonTtl__inner h2{
    margin-bottom: 10px;
    text-align: center;
}
.commonTtl__inner h2 img{
    height: 22px;
}
.commonTtlsub__inner{
    padding: 13px 0;
}
.commonTtlsub__inner h4{
    text-align: center;
}
.commonTtlsub__inner h4 img{
    height: 15px;
}
.common__note--txt p{
    position: relative;
    padding: 0 0 0 1.0rem;
    font-size: 1.1rem;
    line-height: 1.8;
}
.common__note--txt p:before{
    display: block;
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}    
/* ================================================

- header

================================================ */
header{
    width: 100%;
    margin: 0 auto -1px;
}
.header__top{
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}
.header__top dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header__top dl dt{
    width: 415px;
}
.header__top dl dt a img{
    max-width: 415px;
    width: 100%;
    height: auto;
}
.header__top dl dd{
   padding: 10px 0 0 0;
}
.header__top dl dd ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
}
.header__top dl dd ul li{
    width: 174px;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.header__top dl dd ul li:last-child{
    margin: 0;
}
.header__top dl dd ul li a img{
    max-width: 174px;
    width: 100%;
    height: auto;
}
nav{
    width: 100%;
    background-color: #000000;
}
.nav__inner{
    max-width: 1040px;
    margin: 0 auto;
}
.nav__inner__property{
    max-width: 227px;
    margin:  0 auto;
    padding: 20px 0 15px;
} 
.nav__inner__property img{
    max-width: 227px;
    width: 100%;
    height: auto;
}    
nav .nav__inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
nav .nav__inner ul li{
    width: 16.6666%;
    border-right: solid 1px #666666;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav .nav__inner ul li:first-child{
    border-left: solid 1px #666666;
}
nav .nav__inner ul li:nth-last-child(-n+3){
    display: none;
}
nav .nav__inner ul li span,
nav .nav__inner ul li a{
    display: block;
    padding: 5px 0 0;
    text-align: center;
}
nav .nav__inner ul li span svg,
nav .nav__inner ul li a svg{
    height: 12px;
}
nav .nav__inner ul li:nth-child(4) a svg{
    height: 14px;
}
nav .nav__inner ul li span font,
nav .nav__inner ul li a font{
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 7px 0;
    font-size: 1.0em;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
}
nav .nav__inner ul li:nth-child(4) a font{
    margin-top: 5px;
}
nav .nav__inner ul li span font p,
nav .nav__inner ul li a font p{
    -webkit-transform: scale(0.9); 
    transform: scale(0.9); 
}
nav .nav__inner ul li a .nav_svg path,
nav .nav__inner ul li a font .nav_svg path{
    color: #FFFFFF;
	fill: currentColor;
}
nav .nav__inner ul li span .nav_svg path,
nav .nav__inner ul li span font .nav_svg path{
    color: #999999;
	fill: currentColor;
}
nav .nav__inner ul li a.current font,
nav .nav__inner ul li a:hover font,
nav .nav__inner ul li a:active font,
nav .nav__inner ul li a.current .nav_svg path,
nav .nav__inner ul li a:hover .nav_svg path,
nav .nav__inner ul li a:active .nav_svg path{    
	color: #C1AA05;
	fill: currentColor;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
/* ================================================

- ハンバーガーボタン

================================================ */    
.hamburgerButton {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    cursor: pointer;
    z-index: 9999;
    font-size: 1.0rem;
    line-height: 2;
}
.hamburgerButton ul { 
    position: relative;
    padding: 26px 0 0 0;
    margin-bottom: 3px;
}
.hamburgerButton ul li {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #000000;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.hamburgerButton ul li:nth-child(1) { top: 0;}
.hamburgerButton ul li:nth-child(2) { top: 0; bottom: 0;}
.hamburgerButton ul li:nth-child(3) { bottom: 0;}

.hamburgerButton ul.open li:nth-child(1) {
	top: 16px;
    -webkit-transform: rotate(-135deg);
    -moz-transition: rotate(-135deg);
    transform: rotate(-135deg); 
}
.hamburgerButton ul.open li:nth-child(2){
    width: 0;
    opacity: 0; 
}
.hamburgerButton ul.open li:nth-child(3) {
	top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transition: rotate(135deg);
    transform: rotate(135deg); 
}
.hamburgerButton__txt{
    display: block;
    letter-spacing: 1.0pt;
    text-align: center;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
}
.wrapperBg{
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
}    
.wrapperBg:hover{
    cursor: pointer;
}
/* ================================================

- 空室情報とお問い合わせボタン + フッター上のリンク

================================================ */  
.commonBtn{
    padding: 45px 0;
}
.commonBtn{
    width: 745px;
    margin: 0 auto;
}
.commonBtn ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}   
.commonBtn ul li{
    cursor: pointer;
}
.commonBtn ul li a img{
    max-width: 374px;
    width: 100%;
    height: auto;
}
.commonLinks{
    margin: 0;
    padding: 20px 0;
    background-color: #000000;
}
.commonLinks__inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.commonLinks__inner ul li{
    border-right: solid 1px rgba(255,255,255,0.7);;
}
.commonLinks__inner ul li:last-child{
    border-right: none;
}
.commonLinks__inner ul li span,
.commonLinks__inner ul li a{
    display: block;
    padding: 0 20px;
    font-size: 1.5rem;
    line-height: 1;
    color: #FFFFFF;
    position: relative;
}
.commonLinks__inner ul li span{
    color: #717071;
}
.commonLinks__inner ul li a::after {
    content:'';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    -moz--transform: translateX(-50%);
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition:  all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    background-color: #FFFFFF;    
}
.commonLinks__inner ul li a:hover::after,
.commonLinks__inner ul li a:active::after{
    width : 70%;
    width : -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
/* ================================================

- 現地案内図

================================================ */  
.modalMap{
    display: none;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 1000;
    width: 100%;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition:  all .4s;
    -ms-transition: all .4s;
    transition: all .4s;   
    overflow:auto;
}
.modalMap.openModal {
    display: block;
    animation-duration: 0.4s;
    animation-name: modal-animation;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}
@keyframes modal-animation {
    0% {
        display: none;
    }
    10% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.modalMap__inner{
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
}
.modalMap__inner__ttl h2 img{
    max-width: 60px;
    width: 100%;
    height: auto;
}
.modalMap__inner__main{
    padding: 15px;
}
.modalMap__inner__main figure{
    max-width: 600px;
    margin: 0 auto 10px;
}    
.modalMap__inner__main figure img{
    max-width: 700px;
    width: 100%;
    height: auto;
}
.modalMap__inner__main figcaption dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.modalMap__inner__main figcaption dl dd,
.modalMap__inner__main figcaption dl dt{
    width : 48%;
	width : -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	margin:0 10px 0 0;
    background-color: #DCDCDC;
}  
.modalMap__inner__main figcaption dl dd span,
.modalMap__inner__main figcaption dl dt a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    font-size: 1.8rem;
    text-align: center;
    color: #717071;
    cursor: pointer;
}  

/* ====================================================================================

- @media screen

==================================================================================== */
@media screen and (max-width: 1099px){
    
.commonTtl__inner h2 img{
    height: 18px;
} 
.commonTtlsub__inner h4 img{
    height: 13px;
}    
/* ================================================

- header

================================================ */
    
.header__top{
    z-index: 9998; /* header__top固定の為追加 */
    position: fixed; /* header__top固定の為追加 */
    width: 100%;
    margin: 0;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF; 
}
.header__top dl{
    display: block;
}
.header__top dl dt{
    width: 240px;
}
.header__top dl dd{
   display: none;
}
nav{
    display: none;
    z-index: 9998; /* header__top固定の為追加 */
}
.nav__inner__property{
    display: none;
}     
nav .nav__inner ul{
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
nav .nav__inner ul li{
    width: 50%;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}  
nav .nav__inner ul li:first-child{
    border-left: none;
}    
nav .nav__inner ul li:nth-last-child(-n+3){
    display: block;
}     
nav .nav__inner ul li:nth-child(2n){
    border-right: none;
}   
nav .nav__inner ul li:nth-last-child(-n+1){
    border-bottom: none;
}     
nav .nav__inner ul li span,
nav .nav__inner ul li a{
    padding: 0;
}
nav .nav__inner ul li span svg,
nav .nav__inner ul li a svg,    
nav .nav__inner ul li span img,
nav .nav__inner ul li a img{
    display: none;
}
nav .nav__inner ul li span font,
nav .nav__inner ul li a font{
    margin-top: 0;
    padding: 30px 0;
    font-size: 1.5em;
}
    nav .nav__inner ul li:nth-child(4) a font{
        margin-top: 0;
    }
nav .nav__inner ul li span font p,
nav .nav__inner ul li a font p{
    -webkit-transform: scale(1); 
    transform: scale(1); 
}

/* ================================================

- ハンバーガーボタン

================================================ */    
.hamburgerButton {
    display: block;
}  
/* ================================================

- スマホ時ヘッダー固定用

================================================ */  
.is--fixed{
    position: fixed;
}         
    
/* ================================================

- 空室情報とお問い合わせボタン + フッター上のリンク

================================================ */  
.commonBtn{
    padding: 30px 0;
}
.commonBtn{
    width: 100%;
    margin: 0 auto;
}
.commonBtn ul{
    display: block;
}   
.commonBtn ul li{
    cursor: pointer;
    max-width: 374px;
    margin: 0 auto;
}
.commonBtn ul li:last-child{
    margin-top: 15px;
}    
  
.commonLinks{
    margin: 0;
    padding: 20px 0 10px;
}
.commonLinks__inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .commonLinks__inner ul li{
        margin: 0 0 10px 0;
    } 
.commonLinks__inner ul li span,    
.commonLinks__inner ul li a{
    display: block;
    padding: 0 10px;
    font-size: 1.3rem;
}

    .container{
        padding-top: 78px;
    }    
    
/* ================================================

- 現地案内図

================================================ */   
 .modalMap__inner{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modalMap__inner__main{
    padding: 20px 0 0 0;
}
.modalMap__inner__main figure{
    margin: 0 0 20px 0;
}    
.modalMap__inner__main figcaption dl{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.modalMap__inner__main figcaption dl dd,
.modalMap__inner__main figcaption dl dt{
    width : 48%;
	width : -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	margin:0 10px 0 0;
}  
.modalMap__inner__main figcaption dl dd span,
.modalMap__inner__main figcaption dl dt a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    font-size: 1.8rem;
}     
    
} /* media screen */
/* ====================================================================================

- @media screen @568

==================================================================================== */
@media screen and (max-width: 568px){    
   
.commonTtl__inner{
    padding: 15px 0;
}    
.commonTtl__inner h2 img{
    height: 14px;
}  
.commonTtlsub__inner h4 img{
    height: 12px;
}       
.isDevice--sp{
    display: none;
}    
nav .nav__inner ul li span font,
nav .nav__inner ul li a font{
    margin-top: 0;
    padding: 15px 0;
    font-size: 1.3em;
}
/* ================================================

- 空室情報とお問い合わせボタン + フッター上のリンク

================================================ */  
.commonBtn{
    padding: 15px 0;
}
.commonBtn ul li{
    width: 90%;
}

    
.commonLinks{
    margin: 0;
    padding: 20px 0 10px;
}
.commonLinks__inner ul{
    -js-display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .commonLinks__inner ul li{
        margin: 0 0 10px 0;
    }    
.commonLinks__inner ul li span,
.commonLinks__inner ul li a{
    display: block;
    padding: 0 10px;
    font-size: 1.1rem;
}

/* ================================================

- 現地案内図

================================================ */   

    
 .modalMap__inner{
    width: 100%;
    margin: 0 auto;
    padding: 88px 15px 15px 15px;
}
.modalMap__inner__main{
    padding: 15px 0 0 0;
}
.modalMap__inner__main figure{
    margin: 0 0 15px 0;
}    
.modalMap__inner__main figcaption dl dd,
.modalMap__inner__main figcaption dl dt{
    width : 48%;
	width : -webkit-calc(50% - 2.5px);
	width: calc(50% - 2.5px);
	margin:0 5px 0 0;
}  
.modalMap__inner__main figcaption dl dd span,
.modalMap__inner__main figcaption dl dt a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    font-size: 1.6rem;
} 


    

   
} /* media screen */    







