/* ----------------------------------------
共通
---------------------------------------- */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #111;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: 'Zen Kaku Gothic New,Hiragino Sans,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,游ゴシック,YuGothic,游ゴシック体,Noto Sans JP,BIZ UDPGothic,Meiryo,Helvetica Neue,Arial,sans-serif;*/
	position: relative;
	min-height: 100vh;
}
.pc_off {
	display: none;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
img.of_js {
	object-fit: cover;
	font-family: 'object-fit: cover';
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP Regular"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
/* nomal */
@font-face {
	font-family: "Century Gothic";
	src: url('/channel_setting/font/GOTHIC_0.woff2') format('woff'),
		url('/channel_setting/font/GOTHIC_0.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* bold */
@font-face {
	font-family: "Century Gothic";
	src: url('/channel_setting/font/GOTHICB_0.woff2') format('woff'),
		url('/channel_setting/font/GOTHICB_0.TTF') format('truetype');
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	color: #111;
	box-sizing: border-box;
	z-index: 2;
	padding: 0 10px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.w1100 {
	width: 1100px;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
/* ----------------------------------------
 pankuzu
 ---------------------------------------- */
.pan {
	display: block;
	background: #eee;
	font-size: 12px;
	height: 22px;
}
.pan ul {
	overflow: hidden;
	padding: 0 60px;
}
.pan li {
	float: left;
	font-size: 12px;
	line-height: 17px;
}
.pan li p {
	display: inline-block;
}
.pan li a {
	text-decoration: none;
	color: #111;
}
.pan li a:hover {
	color: #999;
}
.pan li::after {
	content: ">";
	margin: 0 15px;
}
.pan li:last-child {
	color: #227016;
}
.pan li:last-child::after {
	content: "";
	margin: 0 15px;
}
/* ----------------------------------------
header
---------------------------------------- */
.h_wrap {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;*/
	z-index: 1;
	padding-top: 20px;
}
.h_box {
	display: flex;
	height: 140px;
	width: 1400px;
	margin:0 auto;
}
.h_logo {
	width: 280px;
	max-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h_logo a {
	padding: 20px;
}
.h_logo a:hover img {
	opacity: 0.8;
}
.h_nav {
	width: 100%;
	height: 100px;
	display: flex;
}
.h_nav:after {
	content: url(/musasino/f_residence/img/common/h_bg_triangle.webp);
}
.h_nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: #fff;
	width: 80%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
.h_nav li {
	padding: 0 10px;
}
.h_nav li a {
	display: block;
	padding: 10px 15px;
	color: #111;
	font-weight: bold;
	text-align: center;
}
.h_nav li a span {
	display: block;
	color: #999999;
	font-weight: normal;
}
.h_nav li a:hover {
	background: #f5f5f5;
	border-radius: 3px;
}
/* ----------------------------------------
footer
---------------------------------------- */
footer {
	margin-top: 200px;
	background: #eee;
	height: 450px;
	width: 100%;
	position: relative;
	background: url(/musasino/f_residence/img/common/foot_bg.webp) no-repeat 0 0;
}
.f_box {
	display: flex;
}
.f_box::before {
	content: url(/musasino/f_residence/img/common/h_logobg.webp);
}
.f_logo {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: left;
}
.f_img {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.f_logo::after {
	content: url(/musasino/f_residence/img/common/h_bg_triangle.webp);
}
.f_wrap {
	width: 1000px;
	margin: -60px auto 0;
	display: flex;
	justify-content: space-between;
}
.f_menu li a {
	color: #555;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
}
.f_menu li a:hover {
	text-decoration: underline;
}
.f_menu_sub {
	padding-left: 15px;
}
.contact {
	text-align: left;
}
.contact span {
	color: #555;
	font-size: 12px;
}
.contact .tel {
	color: #555;
	font-size: 30px;
	height: 60px;
	width: 280px;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company, .adress {
	font-size: 15px;
	color: #555;
	line-height: 1.8;
}
.company {
	margin-top: 35px;
}
.copy {
	text-align: center;
	color: #555;
	font-size: 12px;
}
/* ----------------------------------------
pagettl
---------------------------------------- */
.pagettl {
	width: 100%;
}
.pagettl p {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}
.pagettl img {
	position: absolute;
	bottom: 5px;
	right: 0;
}
/* ----------------------------------------
menu
---------------------------------------- */
.menu{
	width: 500px;
	margin-top: 50px;
}
.menu ul{
	width: 700px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	padding-left:47%;
	text-align: left;
}
.menu li{
}
.menu li a{
	color: #227016;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	padding-left: 20px;
}
.menu li a:hover{
	color: #959036;
	text-decoration: underline 1px dashed;
}
/* ----------------------------------------
contents
---------------------------------------- */
