@charset "utf-8";
/*
Theme Name: matsunaga housing
Theme URI: https://www.dik.co.jp/
Version: 2.0.0
Author: DIK
*/
:root{
	--main-color: #DB407E;
	--sub-color: #5dc9a1;
	--main-color2: #D3B77A;

	--main-color:var(--main-color2);
}
#humberger {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}
* { box-sizing: border-box; }
html { font-size: 62.5%; /* 15px x 0.625 = 10px(=1rem) */ }
body {
	background: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1.5;
}

/* ------------------------------------------------------- */
/* layout ------------------------------------------------ */
/* ------------------------------------------------------- */

/* base サイトレイアウトの基本設定 ----------------------- */

#top {
	width: 100%;
}
.mainContents {
	overflow-x: hidden;
}
#container {
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto 25px;
	padding: 0;
	clear: both;
}
body.front #container {
	margin-bottom: 0!important;
}
#main {
	width: 100%;
}
#footer {
	width: 100%;
	min-width: 1000px;
}
@media only screen and (max-width:999px) {
    #container {
        min-width: 100px;
        width: 100%;
        padding: 0 15px 0 15px;
    }
    #main {
        width: 100%;
        margin: 0 0 15px 0;
    }
    #footer {
        min-width: 100px;
        width: 100%;
    }
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */

#header {
	height: 150px;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
	top: 0;
	left: 0;
}
.headerInner {
	max-width: 1440px;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	position: relative;
}
.hdInner-left {
	width: calc( 100% - 290px );
	margin-right: 50px;
}

/*「.hdInner-left-bottom」と合わせて高さが150pxになるように調整*/
.hdInner-left-top {
	display: flex;
	justify-content: space-between;
	height: 73px;
	padding-top: 30px;
	letter-spacing: 0.125rem;
}
.logoTxt {
	font-size: 1.1rem;
	margin-bottom: 32px;
}

/*「.hdInner-left-top」と合わせて高さが150pxになるように調整*/
.hdInner-left-bottom {
	display: flex;
	justify-content: space-between;
	height: 77px;
}
.headerTell {
	text-align: right;
}
.headerTell img {
	vertical-align: bottom;
}
.headerTell > div:nth-of-type(2) {
	font-size: 1.0rem;
}
.hdInner-right {
	width: 240px;
}
.headerMenu ul {
    display: flex;
}
.headerMenu ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
    width: 120px;
	height: 150px;
	padding-top: 40px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.125rem;
	color: #fff;
	font-size: 1.5rem;
}
.headerMenu ul li:nth-child(3){
    display:none;
}
.headerMenu ul li.hd-visitBtn a { background: #5dc9a1; }
.headerMenu ul li.hd-contactBtn a { background: var(--main-color); }
.headerMenu ul li:nth-child(3) a { background: #5dc9a1; }


.headerMenu ul li a::before {
	content: "";
	display: block;
	width: 36px;
	height: 31px;
	margin-bottom: 20px;
}
.headerMenu ul li.hd-visitBtn a::before { background-image: url("images/base/hd-visitBtn-icon.png"); }
.headerMenu ul li.hd-contactBtn a::before { background-image: url("images/base/hd-contactBtn-icon.png"); }
.headerMenu ul li:nth-child(3) a::before { background-image: url("images/base/hd-telBtn-icon.png"); }

.headerTitle {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.logo {
	width: 227px;
	height: 66px;
}
.logo a {
	display: block;
    width: 100%;
    height: 100%;
	background: url(images/base/logo.png) no-repeat;
    background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media only screen and (max-width:1200px) {
	.hdInner-left {
		width: calc( 100% - 225px );
		margin-right: 25px;
	}
	/*「.hdInner-left-bottom」と合わせて高さが150pxになるように調整*/
	.hdInner-left-top {
		align-items: center;
		padding-top: 16px;
	}
	.logoTxt {
		margin: 0 25px 16px 0px;
	}
	.hdInner-right {
		width: 200px;
	}
    .headerMenu ul li:nth-child(3){
        display:block;
    }
	.headerMenu ul li a {
		width: 100px;
		font-size: 1.2rem;
	}
}
@media only screen and (max-width:999px) {
	#header {
		height: auto;
		width: 100%;
		position: static;
	}
	.headerInner {
		width: 100%;
		min-width: auto;
		min-width: initial;
		margin: 0 auto;
		display: flex;
		position: relative;
		padding:5px 5px 10px 5px;
	}
	.hdInner-left {
		width: 100% ;
		margin-right: 0;
		padding-right: 75px;
	}

	.hdInner-left-top {
		display: block;
		height: auto;
		padding-top: 0;
	}
	.logoTxt {
		font-size: 1.0rem;
		margin-bottom: 10px;
	}

	.hdInner-left-bottom {
		display: flex;
		justify-content: space-between;
		height: auto;
	}
	.headerTell {
		display: none;
	}
	.hdInner-right {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}
	.headerMenu ul {
		display: flex;
		justify-content: space-around;
		align-items: center;
		box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
	}
	.headerMenu ul li {
		width: calc(100% / 3);
	}
	.headerMenu ul li a {
		width: 100%;
		height: 60px;
		padding-top:12px;
		font-size: 1.3rem;
	}
	.headerMenu ul li a::before {
		width: 26px;
		height: 22px;
		margin-bottom: 5px;
		background-size: 100%;
	}
	.headerTitle {
		padding: 0;
	}
}

/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */

.footerInner {
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 0;
    display: flex;
	flex-wrap: wrap;
}
.footerInner > div.footerInfo {
	width: 300px; 
}
.footerInner > div.footerAddress {
	width: calc(100% - 300px); 
}
.footerInfo img {
    margin-bottom: 20px;
}
.footerAddress {
	display: flex;
    flex-wrap: wrap;
	font-size: 1.3rem;
}
.footerAddress > div {
	width: calc(( 100% - 20px ) / 2 );
    margin-bottom: 15px;
	margin-right: 20px;
}
.footerAddress > div:nth-of-type(2n) {
    margin-right: 0;
    clear: both;
}
.footerAddress div.store_name {
    font-weight: bold;
}
.footerAddress span {
	color: #ec79a7;
	font-size: 1.5rem;
}
.footerAddress a {
    background: var(--main-color);
    border-radius: 3px;
    margin-top: 4px;
    padding: 4px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.24rem;
    display: inline-block;
}
.footerAddress a:hover {
    color: #fff;
    opacity: 0.7;
}
.footerInner > div.footerMenu {
	width: 100%;
	padding-top: 25px;
	padding-left: 60px;
}
.footerMenu ul li {
    display: inline-block;
    margin-right: 15px;
}
.footerMenu {
	text-decoration: none;
	color: #000;
	font-size: 1.4rem;
}
.footerMenu a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
    margin-right: 5px;
    display: inline-block;
}
#copyright {
	max-width: 1200px;
	min-width: 1000px;
	padding: 50px 0 50px;
	margin: 0 auto;
    font-size: 1.3rem;
}
 
@media only screen and (max-width:999px) {
	.footerInner {
		width: 100%;
		min-width: auto;
		min-width: initial;
		margin: 0 auto;
		padding: 50px 0;
		display: block;
	}
	.footerInner > div {
		width: 100%; 
	}
	.footerInfo {
		display: block;
		text-align: center;
		margin-bottom: 25px;
	}
	.footerAddress {
		display: block;
		font-size: 1.4rem;
		text-align: center;
	}
	.footerAddress > div {
		width: 100%;
		margin: 0 0 25px 0;
	}
    .footerInner > div.footerInfo, .footerInner > div.footerAddress {
        width: 100%; 
    }
	.footerAddress > div:last-of-type {margin-bottom: 0;}

	.footerAddress span {
		display: block;
		color: #ec79a7;
	}
	.footerInner > div.footerMenu {
		padding-left: 0;
		text-align: center;
	}
    .footerMenu ul li {
        display: block;
        margin-right: 0;
        text-align: center;
    }
	#copyright {
		width: 100%;
		min-width: auto;
		min-width: initial;
		padding: 10px 0;
		margin: 0 auto 70px;
		text-align: center;
	}
}

/* ------------------------------------------------------- */
/* side -------------------------------------------------- */
/* ------------------------------------------------------- */

#side {}

/* Widget */
.widget ul li {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem;
}
.widget ul li a {
	display: block;
}
.tagcloud a {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem !important;
	display: block;
}
.archive_month select {
	width: 96%;
	margin: 0 2%;
}

/* ------------------------------------------------------- */
/* プリント用 -------------------------------------------- */
/* ------------------------------------------------------- */

@media print {	
    #humberger, #pageTop, #pageTop div, #movePageTop, #pageTop p {
        display: none!important;
    }
    #container {
        padding: 0!important;
    }
    #header {
        position: static!important;
    }
    .topContents {
        min-width: 1000px!important;
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        overflow: hidden!important;
    }
}

/* ------------------------------------------------------- */
/* dark mode --------------------------------------------- */
/* ------------------------------------------------------- */

/*@media (prefers-color-scheme: dark) {
	html { filter: invert(1) hue-rotate(180deg); }
	html img { filter: invert(1) hue-rotate(180deg); }
}*/