@charset "utf-8";
.fBox {
    display: flex;
    flex-wrap: wrap;
}

.contents {
    max-width: 400px;
    width: auto;
    margin: 30px auto;
    padding: 0 15px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.fItem01 {
    min-height: 350px;
    width: 100%;
    background: url("../img/footer/top_outside01.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.fItem02 {
    min-height: 350px;
    width: 100%;
    background: url("../img/footer/top_inside01.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.item05 a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-bottom: #fff 1px solid;
    padding: 0 2%;
    margin: 6.34% 0 0;
    transition: .5s;
}

.item06 a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-bottom: #fff 1px solid;
    padding: 0 2%;
    margin: 6.34% 0 0;
    transition: .5s;
}

.item01 {
    font-size: 12px;
}

.item02 {
    font-size: 26px;
    margin: 7.04% 0 0;
}

.item03 {
    font-size: 16px;
    line-height: 1.5625em;
    margin: 5.87% 0 0;
}

.item04 {
    font-size: 16px;
    margin: 4% 0 0;
    line-height: 1.5625em;
}

.item03TelTxt a {
    color: #FFF;
    text-decoration: underline;
}

.item03TelTxtPc {
    display: none;
}

.item03TelSpan {
    display: none;
}

.item03TelTxt a:hover {
    color: #FFF;
    text-decoration: none;
}

.fTel {
    max-width: 600px;
    width: 96%;
    margin: 60px auto 0;
    height: 180px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: url("../img/footer/top_tell01.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    transition: .5s;
    padding: 0 25px;
    border-radius: 50%;
    overflow: hidden;
}

.fTel img{
    max-width: 200px;
    position: relative;
    z-index: 9;
}

.list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.copy {
    text-align: center;
    padding: 70px 0 96px 0;
    font-size: 12px;
}

.listBox {
    margin: 50px 0 0;
}

.fItem01:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.fItem02:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.fTel:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.fTel:before {
    content:"";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: #FFF 1px solid;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 9;
}

.fTel:hover:after {
    transition: .5s;
    background: rgba(0,0,0,0.1);
}

.listBox a {
    transition: .5s;
}
.listBox a:hover{
    transition: .5s;
    color: #BEB2B2;

}

.item05 a:hover{
    transition: .5s;
    color: #BEB2B2;
}

.item06 a:hover{
    transition: .5s;
    color: #BEB2B2;
}

.fTel:hover{
    transition: .5s;
    color: #BEB2B2;
    background-color: #BEB2B2;
}

.listBox li {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.listBox .list{
    flex-wrap: wrap;
    margin: 0;
}
.listBox li:last-of-type:after {
    content: "";
}

.fSection{
    padding: 0 15px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.fItem01 {
    width: 50%;
}

.fItem02 {
    width: 50%;
}

.fItem01:hover:after,
.fItem02:hover:after {
    background: rgba(0,0,0,0);
    transition: .5s;
}

.item03TelTxtSp {
    display: none;
}

.item03TelTxtPc {
    display: block;
}

.fItem02 .item04 {
    margin: 4% 0 0;
}

.listBox {
    margin: 50px 0 0;
}

.fTel {
    margin: 160px auto 0;
    height: 202px;
}

.fTel img{
    max-width: 100%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.fItem01 {
    width: 50%;
    display: block;
}

.fItem02 {
    width: 50%;
    display: block;
}

.listBox li:after{
    content: "｜";
}

.listBox li{
    width: auto;
    padding: 0;
}
.fList02{
    margin:15px 0 0;
}

.listBox {
    margin: 123px 0 0;
}
.fTel {
    margin: 160px auto 0;
    height: 322px;
}

.fTel img{
    max-width: 100%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


@media screen and (min-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.contents {
    margin: 8.3% 10% 8.3% 20%;
}

.item03TelBx {
    display: flex;
}

.item03TelSpan {
    display: block;
    margin: 0 0.5em;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/*スマホ時のナビ*/

.spNav {
    max-width: calc(100% - 70px);
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    background: #f3f3f2;
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #969696;
}
.spNavLink {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
    font-size: 23px;
    color: #969696;
}

.spFa.spFa-pageTop {
	font-size: 40px;
}

.spNavBtnBar {
    max-width: 36px;
    height: 26px;
    width: 100%;
    position: relative;
}

.spNavBtnTxt {
    margin: 5px auto 0;
    font-size: 12px;
    color: #FFF;
}

.spNavLinkTxt {
    margin: 5px auto 0;
    font-size: 12px;
    color: #333;
}

.spNavBtn {
    padding: 10px 5px 5px;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #969696;
    z-index: 99999999;
}

.spNavBtnBarItem {
    width: 100%;
    height: 3px;
    background: #FFF;
    border-radius: 3px;
    position: absolute;
    left: 0;
    transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
    top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
    top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
    bottom: 0;
}

.open .spNavBtnBarItem {
    transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
    opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

.spMenu {
    margin: auto;
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: -100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999999;
    transition: ease .5s;
}

.spMenu.open {
    right: 0;
}

.p1658737778704 {
    font-size: 12px;
}

.spMenuArea {
    width: 100%;
    height: 100%;
}

.spMenuConte {
    padding: 70px 0 50px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
    display:none;
}

.spMenuLink {
    padding: 7px 5px;
    text-align: center;
    display: block;
    color: #FFF;
    border-bottom: 1px solid #CCC;
}

.spMenuLink:hover {
    color: #FFF;
    background: #acacac;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.spNav {
    display: none;
}

.spNavBtn {
    display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */