@charset "utf-8";


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/


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

}

@media screen and (max-width: 767px) {
	#gHeader {
		background-image: url(../images/common/sp_bg.webp);
	}
	
	#gHeader .comBox {
		width: auto;
		min-height: 498px;
	}
	
	#gHeader .comBox h1 {
		width: 98px;
	}
	
	#gHeader .comBox h1 {
		left: 18px;
	}
	
	#gHeader .textBox {
		display: none;
	}
	
	#gHeader .comBox .photo01 {
		width: 96px;
		left: 120px;
		top: 53px;
	}
	
	#gHeader .comBox .photo02 {
		width: 111px;
		right: 13px;
		top: 216px;
	}
	
	#gHeader .comBox .photo03 {
		width: 154px;
		left: auto;
		right: 12px;
		top: 8px;		
	}
	
	#gHeader .comBox .txtImg {
		display: none;
	}

	#gHeader .link {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 57px 0 48px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#gFooter .pagetop {
	display: none;
    position: fixed;
	right: 38px;
	width: 69px;
	bottom: 30px;
	z-index: 99;
}

#gFooter .pagetop a:hover {
    opacity: 0.7;
}

#gFooter .fNavi {
    margin-bottom: 34px;
    padding: 23px 20px 34px;
    border: 1px solid #404040;
}

#gFooter .ttl01 {
    color: #EF6B3D;
    font-size: 24px;
    font-weight: bold;
}

#gFooter .fNavi .ttl01 {
    margin-bottom: 20px;
}

#gFooter .naviUl > li {
    margin-right: 91px;
    float: left;
	font-size: 18px;
}

#gFooter .naviUl > li:last-child {
    margin-right: 0;
}

#gFooter .naviUl ul li {
   margin-bottom: 18px;
}

#gFooter .naviUl ul li a {
    font-weight: bold;
	color: inherit;
}

#gFooter .naviUl ul li a:hover {
    text-decoration: underline;
}

#gFooter .naviUl ul li:last-child {
    margin-bottom: 0;
}

#gFooter .contactBox {
    margin-bottom: 54px;
}

#gFooter .leftBox {
    float: left;
}

#gFooter .leftBox .ttl01 {
    margin-bottom: 27px;
}

#gFooter .leftBox .text {
    margin-bottom: 7px;
    font-weight: bold;
	font-size: 18px;
}

#gFooter .telBox {
   margin-bottom: 22px;
}

#gFooter .telBox .tel {
    margin-right: 16px;
    display: table;
    float: left;
    min-width: 273px;
}

#gFooter .telBox .txt01 {
    display: table;
}

#gFooter .telBox .tel a {
    padding: 0 8px 0 34px;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #EF6B3D;
    background:  url("../images/common/icon_tel.webp") left 1px top 10px no-repeat;
    background-size: 27px auto;
}

#gFooter .telBox .tel a + span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

#gFooter .telBox .time {
    line-height: 1.2;
    font-weight: bold;
	font-size:18px;
}

#gFooter .telBox > .txt {
    margin-top: 8px;
    display: block;
	font-size: 16px;
    float: left;
    font-weight: bold;
}

#gFooter .telBox .tel01 {
   	margin-right: 48px;
}

#gFooter .telBox .ttl02 {
    font-size: 20px;
    font-weight: bold;
}

#gFooter .telBox .ttl03 {
	margin: -5px 0 9px;
    line-height: 1.5;
	font-family: "ゴシックMB101 M";
}

#gFooter .link {
    width: 200px;
}

#gFooter .link a {
    padding: 13px 0;
    display: block;
    text-align: center;
    color: #FFF;
    line-height: 1;
    font-size: 15px;
    background-color: #f07909;
}

#gFooter .rightBox {
    margin: 7px -5px 0 0;
    float: right;
    width: 270px;
    text-align: right;
    /* display: flex; */
    /* align-items: baseline; */
}

#gFooter .rightBox .fLogo {
	margin-right: 8px;
    width: 183px;
    display: inline-block;
	vertical-align: middle;
}

#gFooter .rightBox .fInner {
    display: flex;
    text-align: center;
    vertical-align: middle;
    justify-content: flex-end;
    margin-top: 1.3rem;
}

#gFooter .rightBox .fInner li {
    margin: 0 8px;
    width: 35px;
}

#gFooter .rightBox .fInner li a:hover {
	opacity: 0.7;
}

#gFooter .copyright {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

#gFooter .fLink {
	margin: 0 auto 56px;
	width: 370px;
}

#gFooter .fLink a {
	padding: 20px 10px 18px;
	color: #dc143c;
	display: block;
	font-size: 20px;
	font-family: "ゴシックMB101 M";
	text-align: center;
	border: 1px solid #dc143c;
}

#gFooter .fLink a:hover {
	opacity: 0.7;
}

#gFooter .link a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
    #gFooter {
        padding: 50px 0 34px;
        margin: 0 25px;
        position: relative;
        width: auto;
        text-align: center;
    }

    #gFooter .pagetop {
        right: 25px;
		bottom: 70px;
        width: 46px;
    }

    #gFooter .fNavi {
        margin-bottom: 46px;
        padding: 29px 20px 38px;
    }

    #gFooter .fNavi .ttl01 {
       margin-bottom: 21px;
    }

    #gFooter .naviUl > li {
        margin: 0 0 22px;
        float: none;
    }
    
    #gFooter .naviUl > li:last-child {
        margin: 0;
    }

    #gFooter .naviUl ul li {
        margin-bottom: 20px;
    }

    #gFooter .naviUl ul li a:hover {
        text-decoration: none;
    }
	
	#gFooter .leftBox .ttl01 {
		margin-bottom: 18px;
		font-size: 24px;
	}


    #gFooter .contactBox {
        margin-bottom: 34px;
    }

    #gFooter .leftBox {
        margin-bottom: 85px;
        float: none;
    }

    #gFooter .leftBox .ttl01 {
        margin-bottom: 22px;
    }

    #gFooter .leftBox .text {
        margin-bottom: 3px;
        font-weight: bold;
    }

    #gFooter .telBox {
       margin-bottom: 27px;
    }

    #gFooter .telBox .tel {
        margin: 0 auto;
        display: block;
        float: none;
		text-align: center;
    }

    #gFooter .telBox .txt01 {
        margin: 0 auto;
        display: block;
    }

    #gFooter .telBox .tel a {
        padding: 0 0 0 34px;
        display: inline-block;
        font-size: 26px;
		vertical-align: middle;
    }

    #gFooter .telBox .tel a + span {
		margin-left: 9px;
        display: inline-block;
    }

    #gFooter .telBox .time {
        line-height: 1.2;
        font-weight: bold;
    }

    #gFooter .telBox > .txt {
        margin-top: 0;
		line-height: 1.5;
        display: block;
        float: none;
        font-weight: bold;
    }

    #gFooter .telBox .tel01 {
       margin: 0 auto 46px;
    }

    #gFooter .telBox .ttl02 {
        font-size: 20px;
        font-weight: bold;
    }

    #gFooter .telBox .ttl03 {
        margin-bottom: 15px;
        line-height: 1.5;
    }

    #gFooter .link {
        margin: 0 auto;
        width: 182px;
    }

    #gFooter .link a {
        padding: 19px 0;
        font-size: 13px;
    }

    #gFooter .rightBox {
		margin: 11px auto 0;
        float: none;
        text-align: center;
    }

    #gFooter .rightBox .fLogo {
        width: 64%;
        display: inline-block;
    }

    #gFooter .rightBox .fInner {
        text-align: center;
        justify-content: center;
    }

    #gFooter .rightBox .fInner li {
        width: 42px;
        display: flex;
        align-items: center;
    }

    #gFooter .copyright {
        font-size: 9px;
    }
	
	#gFooter .fLink {
		margin: 0 auto 50px;
		width: 100%;
		max-width: 325px;
	}
	
	#gFooter .fLink a {
		padding: 18px 10px 18px;
		font-size: 16px;
	}
}

@media all and (-ms-high-contrast:none){
	#gFooter .link a {
		padding: 14px 0 14px;
	}
	
	#gFooter .telBox .tel a {
		background-position: left top 12px;
	}
}
	