@charset "utf-8";
/* CSS Document */

.sp,
.open_toggle,
.open_target,
.sp_menu {
	display:none !important;
}
.freedial.tel a {
	display:block;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #7c7c7c;
	text-decoration: underline;
}
body,
textarea {
	font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
body {
	-webkit-text-size-adjust: 100%;
}
a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
@media all and (-ms-high-contrast:none)
{
    html
    {
        font-family: 'メイリオ', 'Meiryo', sans-serif;
    }
}
/*IE11文字後の余白回避*/
@media all and (-ms-high-contrast:none) {
	body,
	textarea {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
	}
}

/*Panasonic Homes グループヘッダー*/
#phg-header {
    background-color: #21366e;
}
#phg-header .phgcontainer {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	width: 100%;
	margin: auto;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#phg-header .phgcontainer::after {
    display: none;
}
#phg-header .phgcontainer #phg-logo {
    -ms-flex:0 0 auto;
    -webkit-box-flex:0;
            flex:0 0 auto;
}
#phg-header .phgcontainer #phg-logo a {
    display: block;
}
#phg-header .phgcontainer #phg-logo img {
    display: block;
    width: 302px;
    height: 21px;
}
#phg-header .phgcontainer #phg-link {
    -ms-flex:0 0 auto;
    -webkit-box-flex:0;
            flex:0 0 auto;
}
#phg-header .phgcontainer #phg-link a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #fff;
    padding: 0px 25px 0px 10px;
    background: url(/images/common/phb-arrow_m_wh.png) no-repeat right 8px center / 5px auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#phg-header .phgcontainer #phg-link a:link,
#phg-header .phgcontainer #phg-link a:visited {
    color: #fff;
    text-decoration: none;
}
#phg-header .phgcontainer #phg-link a:hover,
#phg-header .phgcontainer #phg-link a:active {
    color: #d3d7e2;
    text-decoration: none;
}




/* header */
header {
	width: 100%;
	margin: auto;
	background-color: rgba(255,255,255,0.9);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	position: fixed;
	z-index: 998;
	top: 0;
	padding-bottom: 15px;
}
.head_inr {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.panalogo {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 10.1%;
	padding-top: 1.9%;
	padding-right: 2.7%;
	padding-bottom: 1.6%;
	padding-left: 0%;
	display: block;
	float:left;
}
.panalogo img {
	width:100%;
}
.hyogologo img {
	padding: 25px 25px 25px 0;
	height: auto;
	width: 205px;
}
.hyogologo {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	float:left;
}
.hyogologo a {
	display: block;
}
.hyogoinfo {
	padding-top: 25px;
	font-size: 10px;
	color: #999999;
	display: block;
	float: left;
	font-weight: normal;
}
.head_info_inr {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	overflow: hidden;
	position: absolute;
	z-index: 998;
	top: 66px;
	text-align: right;
	left: 0px;
	right: 0px;
}
.head_info_inr.fixed {
	position: fixed;
    top: 0;
	-webkit-animation-name: trance-scale;
	        animation-name: trance-scale;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
}
@-webkit-keyframes trance-scale {
    0% {
        top: 66px;
    }
    100% {
        top: 0px;
    }
}
@keyframes trance-scale {
    0% {
        top: 66px;
    }
    100% {
        top: 0px;
    }
}
.head_info_inr .panahome {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float:left;
	width: 18.5%;
	padding-top: 1.5%;
	padding-right: 2.4%;
	padding-bottom: 1.2%;
	padding-left: 0%;
}
.head_info_inr .panahome a {
	display:block;
}
.head_info_inr ol {
	float: right;
	width: 100%;
	max-width: 403px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.head_info_inr ol li {
	width: 25%;
	margin-right: 1px;
	background-image: url(../images/common/t-nav_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	line-height:18px;
	font-size:13px;
	text-align:center;
}
.head_info_inr ol li a {
	display:block;
	color:#fff;
	padding:5px 0 5px 0;
}
.head_info_inr ol li a:hover {
	background-color: rgba(255,255,255,0.3);
	text-decoration:none;
}
.head_info_inr ol li:first-child {
	border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px; 
    -moz-border-radius:  0 0 0 5px;
}
.head_info_inr ol li:last-child {
	margin-right:0px;
	line-height:36px;
	border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0; 
    -moz-border-radius: 0 0 5px 0;
}
.head_info_inr ol li img {
	width:100%;
}
@media screen and (max-width: 1020px) {
}

/*navメニューの外部リンク表示*/
.accordion_nav li {
	position: relative;
}
.accordion_nav li:hover .out {
	display: inline;
}
 /* --- 吹き出し ------------------ */
span.out {
	display: none;
	position: absolute;
	padding: 2px 20px 2px 2px;
	background-color: rgba(36, 55, 106, 0.6);
	width:150px;
	left : 0%;
	top : 20px;
	margin-top : 10px;
	font-size: 80%;
	z-index: 1000;
	color: #fff;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	background-image: url("../images/common/link_out_w.png");
	background-position: right 5% bottom 50%;
	background-size: 15px auto;
	background-repeat: no-repeat;
}
span.out:after{
	border-bottom: 10px solid rgba(36, 55, 106, 0.6);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -10px;
	left : 10%;
	content: "";
	position: absolute;
}

/*　メインメニューの外部リンク表示*/
.box2_inr a.gaibulink span.panalink {
	display: none;
}
.box2_inr a.gaibulink:hover span.panalink {
	display: block;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: rgba(36, 55, 106, 0.6);
	width: 60%;
	padding: 10px 20px 10px 10px;
	color: #fff;
	/*background-image: url("../images/common/link_out_w.png");
	background-position: right 5% bottom 50%;
	background-size: 15px auto;
	background-repeat: no-repeat;*/
	font-size: 80%;
}
.container {
	margin-top: 4vw;
	width: 100%;
	overflow: hidden;
	position: relative;
}
section {
	overflow: hidden;
	position: relative;
}

#page-top {
    position: fixed;
    bottom: 85px;
    right: 0px;
    font-size: 60%;
	z-index:998;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 64px;
    padding: 27px 0;
    text-align: center;
    display: block;
    border-radius: 3px 0px 0px 3px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




/* footer */
footer {
	width: 100%;
}
.ft_inr {
	width: 100%;
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	padding: 15px 0 10px 0;
}
.ft_inr2 {
	width: 100%;
	max-width:1000px;
	margin:auto;
	overflow: hidden;
	position:relative;
	display:block;
}

footer .ft_inr2 ul {
	text-align: center;
	display: table;
	table-layout: auto;
	float:left;
	width:80%;
	max-width:800px;
	margin: 20px 0;
}
footer .ft_inr2 ul li {
	display: table-cell;
	font-size:14px;
}

/*------------FOOTER COPYRIGHT--------------*/
#phsb-footer .copyright {
    text-align: center;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 13px;
    background-color: #d9d9d9;
    padding: 20px 0;
}
/*------------GLOBAL FOOTER - Panasonic Homes Group Design-----------*/
#phg-footer {
    background-color: #21366e;
    padding-bottom: 8em;
}
#phg-footer .ft_container {
    zoom:1;
    position: relative;
	width: 100%;
	margin: auto;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#phg-footer .ft_container a {
    color: #fff;
    text-decoration: none;
}
#phg-footer .ft_container:after {
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:'.';
}
#phg-footer .ft_container a {
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 13px;
}
#phg-footer .ft_container .print {
    float: left;
}
#phg-footer .ft_container .print a {
    display: inline-block;
    padding: 18px 0 18px 20px;
    background: url(/images/common/pgd_icn-print.gif) no-repeat 0 50%;
    font-weight: bold;
}
/*
#phg-footer .ft_container .pagetop {
	display: none;
}*/
#phg-footer .ft_container .pagetop {
    float: right;
}
#phg-footer .ft_container .pagetop a {
    display: inline-block;
    padding: 18px 0 18px 16px;
    background: url(/images/common/pgd_icn-footer-arrow-up.gif) no-repeat center left;
    font-weight: bold;
}
#phg-footer .ft_container .terms {
    padding-top: 18px;
    font-size: 11px;
    position: absolute;
    top:0;
    left: 50%;
    -webkit-transform:translate(-50%, 0);
        -ms-transform:translate(-50%, 0);
            transform:translate(-50%, 0);
}
#phg-footer .ft_container .terms ul {
    text-align: center;
    font-size: 0;
}
#phg-footer .ft_container .terms ul li {
    display: inline-block;
    border-left: 1px solid #c5c5c5;
    padding: 0 8px;
}
#phg-footer .ft_container .terms ul li:first-child {
    border-left: none;
}
#phg-footer .ft_container .terms ul li a {
    font-size: 11px;
}


@media screen and (max-width: 1010px) {
	footer .ft_inr2 ul li {
		font-size:1.5vw;
	}
}

footer .ft_inr2 ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	margin-right:20px;
}
footer .ft_inr2 ul li a:before {
	content:url(../images/common/yaji2.png);
	position: relative;
	top:2px;
}

#global_sheel {
	height: 72px;
	width: 100px;
	display: block;
	float:right;
}
.copy {
	font-size: 10px;
	line-height: 50px;
	color: #666;
	text-align: right;
}

.multipages a {
	background-image: url("/images/common/link_out_w.png");
	background-position: right 10% bottom 50%;
	background-size: 15px auto;
	background-repeat: no-repeat;
	padding-right: 15px;
}
.aos-item__inner h3.multipages_main_mn {
	background-image: url("/images/common/link_out_w.png");
	background-position: right 10% bottom 50%;
	background-size: 15px auto;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1031px) {
	#phg-header .phgcontainer,
	#phg-footer .ft_container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hyogologo img {
		padding: 25px 18px 25px 15px;
	}
	.head_info_inr ol {
		margin-right:15px;
	}
	section {
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
		padding-left:15px;
		padding-right:15px;
	}
	footer .ft_inr2 ul {
		margin-left:15px;
	}
}

@media screen and (max-width: 890px) {
	.hyogoinfo {
		display:none;
	}
}