@charset "UTF-8";

/* ------------------------------------------------
   TOP c06 page
*/

.child_06 {
	width: 100%;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 66, 37, 1);
	background-image: url(../images/footer_img.png);
	background-position: left 0px;
	background-position: top 0px;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 16px;
	padding: 30px 5px 20px 5px;
}
.child_06 .addr_area {
    padding: 0;
}
.child_06 .addr_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	flex-wrap: wrap;
    flex-direction: column;
	align-items: center;
}
.child_06 .addr_area ul li {
	padding: 0;
}
.child_06 .addr_area ul li .addr_sub_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
.child_06 .addr_area ul li:nth-of-type(2) {
	flex-grow: 1;
}
.child_06 .addr_area .addr_logo_size {
	padding: 5px 40px 5px 10px;
	width: 120px;
}
.child_06 .addr_area .insta_icon_size {
    padding: 5px 0 5px 5px;
	width: 30px;
}
.child_06 .addr_area .twitter_icon_size {
    padding: 5px 0 5px 5px;
	width: 30px;
}
.child_06 .addr_area .youtube_icon_size {
    padding: 5px 0 5px 0;
	width: 30px;
}
.child_06 .addr_area .goto_size {
	width: 70px;
}

/* 上はスマホに適用するスタイルを書く */
@media screen and (min-width:800px) and ( max-width:959px) {
	/* タブレットに適用したいスタイル */
	.pc_menu {
		display: block;
	}
	.sp_menu {
		display: none;
	}
	.child_06 {
		width: 100%;
		background-image: none;
	}
    .child_06 .addr_area ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    	flex-wrap: wrap;
        flex-direction: row;
    	align-items: center;
    }
	.child_06 .addr_area ul li:nth-of-type(2) {
		flex-grow: 0;
	}

}
@media screen and (min-width:960px) and ( max-width:1280px) {
	/* 通常のデスクトップに適用したいスタイル */
	.pc_menu {
		display: block;
	}
	.sp_menu {
		display: none;
	}
	.child_06 {
		width: 100%;
		background-image: none;
	}
    .child_06 .addr_area ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    	flex-wrap: wrap;
        flex-direction: row;
    	align-items: center;
    }
	.child_06 .addr_area ul li:nth-of-type(2) {
		flex-grow: 0;
	}

}
@media screen and (min-width:1281px) {
	/* 横幅の広いデスクトップに適用したいスタイル */
	.pc_menu {
		display: block;
	}
	.sp_menu {
		display: none;
	}
	.child_06 {
		width: 100%;
		background-image: none;
	}
    .child_06 .addr_area ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    	flex-wrap: wrap;
        flex-direction: row;
    	align-items: center;
    }
	.child_06 .addr_area ul li:nth-of-type(2) {
		flex-grow: 0;
	}
}
