@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:layer.css
Author:fancs&co.
UpdatedBy:hirata
----------------------------------------------- */


.pc-none {
    display: none;
}

/* --------------
Layout
-------------- */

/* content01
----------------------------------------------------*/
#content01{
    background:url(../img/img_main_ware.png) no-repeat top center / 100%;
}

/* content02
----------------------------------------------------*/
#content02{
    background:url(../img/bg_content02_ware.png) no-repeat top center / 100%;
}

/* content03
----------------------------------------------------*/
#content03{
    background:url(../img/bg_content03_ware.png) no-repeat top center / 100%;
}

/* content04
----------------------------------------------------*/
#content04{
    background:url(../img/bg_content04_ware.png) no-repeat top center / 100%;
}

/* content05
----------------------------------------------------*/
#content05{
    background:url(../img/bg_content05_ware.png) no-repeat top center / 100%;
}

/* content06
----------------------------------------------------*/
#content06{
    background:url(../img/bg_content06_ware.png) no-repeat top center / 100%;
}

/* content01_warehouse
----------------------------------------------------*/
#content01_warehouse{
    text-align:center;
}

#content01_warehouse #map_ware{
    position:relative;
    margin:0 auto;
    width:980px;
    height:0;
    padding-bottom: 56.25%;
    overflow:hidden;
}

#content01_warehouse #map_ware iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#content01_warehouse p.btn_02{
    margin:50px auto;
    display:inline-block;
}

#content01_warehouse > ul{
    margin:0 auto;
    text-align:left;
    width:800px;
    overflow:hidden;
    padding-bottom:50px;
}

#content01_warehouse > ul > li{
    clear:both;
    padding-bottom:20px;
    overflow:hidden;
}

#content01_warehouse > ul > li dl dt,
#content01_warehouse > ul > li dl dd{
    float:left;
}

#content01_warehouse > ul > li dl dt{
    color:#007941;
    font-weight:700;
    font-size:1.1em;
    border:#007941 solid 1px;
    padding:5px 10px;
    width:60px;
    text-align:center;
    margin-right:20px;
}

#content01_warehouse > ul > li dl dd{
    padding:5px 0;
}

#content01_warehouse > ul > li dl dd.tel_ware{
    font-weight:700;
    font-size:1.2em;
}

#content01_warehouse > ul > li dl dd ul li{
    padding-bottom:10px;
}

#content01_warehouse #img_ware{
    margin:0 auto;
    width:980px;
}

#content01_warehouse #img_ware img{
    padding-bottom:20px;
    display:block;
    float:left;
}

#content01_warehouse #img_ware img:nth-child(2n+1){
    padding-right:20px;
}

.list_com01{
    padding-top:10px;
}

.list_com01 li span{
    text-align:left;
    font-size:calc(0.6em + 0.3vw);
}

.list_com01 .list_txt_min{
    font-size:calc(0.3em + 0.3vw);
    padding-left: 10px;
}

.list_com01 .list_txt_min02{
    font-size:calc(0.35em + 0.3vw);
}

/*開設予定のカミングスーン*/
.comming {
        font-size: 48px;
    margin: 135px;
}

/*PM高槻Ⅲの入居者の箇所*/
.recruitment {
            max-width: 490px;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 15px;
    border: solid 4px #84cf00;
        font-size: 32px;
    letter-spacing: 4px;
}
.recruitment .tel {
    font-size: 20px;
    letter-spacing: 2px;

}

.recruitment .tel a {
    display: block;
    text-decoration: underline;
    font-weight: bold;
}

/*高槻ⅢのPDFボタン*/


.btn-gradient-simple {
     display: inline-block;
    padding: 0.3em 0.8em;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    background-image: linear-gradient(45deg, #84cf00 0%, #026c08 100%);
    transition: .4s;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.29);
}

a.btn-gradient-simple:link , a.btn-gradient-simple:visited {
    color: #fff;
}

.btn-gradient-simple:hover {
  background-image: linear-gradient(45deg, #84cf00 50%, #026c08 100%);
}

.responsibility {
    width: 100px!important;
}

/*----------------------------------------------------
    layout[スマートフォン]
----------------------------------------------------*/

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

    .pc-none {
        display: block;
    }
/* contents
----------------------------------------------------*/
.contents ul.list_row04 {
    width: 100%;
}

.list_row04 > li span{
    font-size:0.8em;
}

/* content01
----------------------------------------------------*/
#content01{
    background:url(../img/img_main_ware.png) no-repeat top center / 300% auto;
}

/* content02
----------------------------------------------------*/
#content02{
    background:url(../img/bg_content02_ware.png) no-repeat top center / 150% auto;
}

/* content03
----------------------------------------------------*/
#content03{
    background:url(../img/bg_content03_ware.png) no-repeat top center / 150% auto;
}

/* content04
----------------------------------------------------*/
#content04{
    background:url(../img/bg_content04_ware.png) no-repeat top center / 150% auto;
}

/* content05
----------------------------------------------------*/
#content05{
    background:url(../img/bg_content05_ware.png) no-repeat top center / 150% auto;
}

/* content06
----------------------------------------------------*/
#content06{
    background:url(../img/bg_content06_ware.png) no-repeat top center / 150% auto;
}

/* content01_warehouse
----------------------------------------------------*/
#content01_warehouse #map_ware{
    width:90%;
    padding-bottom: 100%;
}

#content01_warehouse p.btn_02{
    margin:30px auto;
}

#content01_warehouse > ul{
    width:100%;
    padding-top:20px;
    padding-bottom:30px;
}

#content01_warehouse > ul > li{
    padding-bottom:10px;
}

#content01_warehouse > ul > li dl dt{
    font-size:1em;
    padding:3px 5px;
    width:50px;
    margin-right:10px;
}

#content01_warehouse > ul > li dl dd{
    padding:3px 0;
    width:calc(100% - 72px);
}
    #content01_warehouse > ul > li dl dd.name {
        width: 61%;
    }

#content01_warehouse #img_ware{
    width:100%;
}

#content01_warehouse #img_ware img{
    float:none;
}

#content01_warehouse #img_ware img:nth-child(2n+1){
    padding-right:0;
}

.list_com01 .list_txt_min{
    font-size:calc(0.5em + 0.3vw);
    padding-left: 3px;
}

.list_com01 .list_txt_min02{
    font-size:calc(0.45em + 0.3vw);
    padding-left: 3px;
}

    .list_com01 li a span::after {
            width: 35px;
        background: top 12px;
        top: 0px;
    }

    .list_com01 li span::before {
        height: 35px;
    }

    /*開設予定のカミングスーン*/
.comming {
        font-size: 26px;
    margin: 50px;
}

    /*PM高槻Ⅲの入居者の箇所*/

    .recruitment {
        font-size: 26px;
    width: 80%;
    }

    .recruitment .tel {
        font-size: 16px;
    }

    /*高槻ⅢPDFボタン*/
    .btn-gradient-simple {
        font-size: 16px;
    }
}


/*fixed button*/
#fixed_btn{
	position:fixed;
	top:180px;
	right:0;
	animation:3s fadeIn;
	background-color:#026c08;
	color:#fff;
	padding:15px 40px;
	font-size:21x;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
	transition:color .5s;
	box-sizing:border-box;
}
#fixed_btn:after{
	content:'';
	display:block;
	width:5px;
	height:10px;
	background-color:#fff;
	clip-path:polygon(0 0,100% 50%,0 100%);
	margin-left:10px;
	transition:background-color .5s;
}
#fixed_btn:hover{
	color:#ff0;
}
#fixed_btn:hover:after{
	background-color:#ff0;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@media screen and (max-width:979px){
	body{
		padding-bottom:50px!important;
	}
	#fixed_btn{
		top:auto;
		bottom:0;
		width:100%;
		height:50px;
	}
}