@charset "utf-8";

.grecaptcha-badge { visibility: hidden; }
html {
height: 100%;
}
body {
font-family: 'Noto Sans JP',sans-serif;
font-weight: 500;
height: 100%;
margin: 0;
padding: 0;
text-align: center;
font-size: 16px;
color: #333;
line-height: 1.6;
}
* html body {
font-size: 88%;
}
div, ol, ul, dl, form, figure {
margin: 0px;
padding: 0px;
}
p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
margin: 0px;
padding: 0px;
font-size: 100%;
}
em {
font-style: normal;
font-weight: bold;
}
th, td {
margin: 0px;
padding: 0px;
line-height: normal;
font-weight: normal;
}
a {
text-decoration: none;
}
a:hover {
opacity: .8;
}
a img {
border: none;
}
sup {
font-size: .6em;
}
i {
margin-right: 2px;
}
li {
list-style-type: none;
}
img {
border: 0px;
vertical-align: bottom;
}
.clearfix:after, #pc-nav:after, header:after, footer .upper:after, footer .bottom:after, article > .banner:after {
content: "";
clear: both;
display: block;
}
.left {
float: left;
}
.right {
float: right;
}
#contents {
margin: 0 auto;
text-align: left;
}
header {
margin: 0 auto 20px;
border-bottom: 1px dotted #CCC;
}
header .logo {
text-align: center;
margin: 10px auto;
display: flex;
align-items: center;
}
header .logo figure {
width: 100px;
margin: 10px;
}
header .logo figure img {
width: 100%;
height: auto;
}
header .logo a {
color: #999;
}
header h1 {
font-weight: normal;
font-size: .9em;
}
#top-head {
top: -100px;
position: absolute;
width: 100%;
margin: 100px auto 0;
line-height: 1;
z-index: 999;
display: none;
}
#top-head a, #top-head {
color: #333;
text-decoration: none;
}
#global-nav ul {
display: table;
border-collapse: separate;
width: 90%;
margin: 0 auto;
}
#global-nav li {
display: table-cell;
vertical-align: middle;
text-align: center;
}
#global-nav li a {
display: block;
padding: 20px;
}
#top-head.fixed {
margin-top: 0;
top: 0;
position: fixed;
padding-top: 10px;
height: 55px;
background: #fff;
background: rgba(255, 255, 255, .7);
transition: top 0.65s ease-in;
-webkit-transition: top 0.65s ease-in;
-moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
color: #333;
padding: 0 20px;
}
#nav-toggle {
display: none;
position: absolute;
right: 10px;
top: 8px;
width: 30px;
height: 34px;
cursor: pointer;
z-index: 101;
}
#nav-toggle div {
position: relative;
}
#nav-toggle span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #666;
left: 0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 11px;
}
#nav-toggle span:nth-child(3) {
top: 22px;
}
#pc-nav {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
#pc-nav ul {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-around;
}
#pc-nav li {
margin-bottom: 30px;
}
#pc-nav li a {
display: block;
padding: 15px 3px;
color: #666;
}
#pc-nav li a::before {
content: '';
margin-right: 5px;
display: inline-block;
background-image: url(//www.uniho.co.jp/house/wp-content/themes/house/img/caret-right-solid-blue.svg);
width: 6px;
height: 10px;	
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}
header .right {
position: absolute;
top: 10px;
right: 30px;
}
header .right .area,
header .right .area li {
display: inline-block;
margin: 5px;
}
header .right .area li a {
width: 150px;
padding: 10px;
text-align: center;
background: #F7F282;
border-radius: 5px;
color: #333;
}
header .reservation {
text-align: center;
background: #3399cc;
padding: 5px;
display: inline-block;
}
header .reservation a {
background: #3399cc;
padding: 15px 5px;
border: 1px solid #FFF;
color: #FFF;
display: inline-block;
}
#main {
margin: 0 auto;
padding-bottom: 230px;
color: #333;
max-width: 1200px;
width: 96%;
}
#main.page h2 {
color: #2e97d8;
font-weight: normal;
margin-bottom: 30px;
text-align: left;
}
#main .link {
margin: 70px 0 30px auto;
text-align: right;
}
#main .link a {
display: inline-block;
padding: 7px 40px 7px 0;
background: url(//www.uniho.co.jp/house/wp-content/themes/house/img/arrow-link.png) no-repeat right center;
color: #666;
width: 290px;
text-align: right;
margin-top: 30px;
}
#main .top-link {
text-align: right;
margin-bottom: 50px;
}
#main aside {
margin: 0 auto 30px;
font-size: .9em
}
#main .attention {
font-size: 10px;
margin-top: 30px;
}
#main .menu {
margin: 50px auto;
display: flex;
justify-content: space-around;
max-width: 1200px;
width: 96%;
flex-wrap: wrap;
}
#main .menu li {
max-width: 250px;
width: 24%;	
}
#main .menu li img{
width: 100%;
height: auto;
}
#main .inquiry {
max-width: 750px;
margin: 0 auto 50px;
background: #3399CC;
text-align: center;
padding: 20px;
}
#main .inquiry h4 a {
background: #F9AA45;
padding: 10px;
border-radius: 5px;
width: 90%;
display: block;
margin: 0 auto 30px;
font-size: 1.2em;
color: #FFF;
letter-spacing: 0.05em;
}
#main .inquiry li {
display: inline-block;
}
#main .inquiry li a {
background: #F7F282;
padding: 10px;
border-radius: 5px;
width: 110px;
display: block;
font-size: 1em;
color: #333;
margin: 10px;
}
#main .inquiry p {
margin-bottom: 10px;
}
#main .inquiry p, #main .inquiry address {
color: #FFF;
}
#main .inquiry address {
font-size: 1.7em;
font-style: normal;
}
#main .inquiry address .tel-icon::before {
content: '';
margin-right: 5px;
display: inline-block;
background-image: url(//www.uniho.co.jp/house/wp-content/themes/house/img/phone-solid-w.svg);
width: 25px;
height: 25px;	
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}
#main .inquiry address a{
color: #FFF;
}
#main .inquiry p span {
display: inline-block;
margin-top: 5px;
}
#pankuzu {
width: 960px;
margin: 0 auto 10px;
font-size: .85em;
}
#pankuzu li {
display: inline-block;
}
#pankuzu li::before {
content: '';
margin-right: 5px;
display: inline-block;
background-image: url(//www.uniho.co.jp/house/wp-content/themes/house/img/chevron-right-solid.svg);
width: 7px;
height: 12px;	
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}
#pankuzu li:first-child::before {
background-image: none;
}
.menu-black {
width: 100%;
margin-bottom: 30px
}
.menu-black ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.menu-black ul li {
width: 25%;
}
.menu-black ul li a{
width: calc(100% - 20px);
color: #FFF;
background: rgba(0,0,0,0.80);
padding: 30px 10px;
display: block;
border-bottom: 1px solid #DDD;
border-right: 1px solid #DDD;
text-align: left;
font-size: .9em;
}
.menu-black ul li a span{
display: block;
font-size: 1.5em;
}
footer .upper {
width: 960px;
margin:10px auto ;
}
footer {
width: 100%;
background: #FBF3E1;
padding-top: 5px;
}
footer .upper .tel,
footer .upper .uniho{
text-align: center;
margin: 30px auto 50px;
}
footer .upper .tel address {
font-style: normal;
}
footer .upper .tel dt {
padding-bottom: 5px;
font-size: .9em;
}
footer .upper .tel dd strong {
font-size: 1.5em;
padding: 0 5px 0 0;
display: inline-block;
}
footer .upper .tel dd span {
font-size: .8em;
display: inline-block;
}
footer .upper .tel dd .tel-icon::before {
content: '';
margin-right: 5px;
display: inline-block;
background-image: url(//www.uniho.co.jp/house/wp-content/themes/house/img/phone-solid.svg);
width: 20px;
height: 20px;	
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}
footer .upper .tel dd .fax-icon::before {
content: '';
margin-right: 5px;
display: inline-block;
background-image: url(//www.uniho.co.jp/house/wp-content/themes/house/img/fax-solid.svg);
width: 20px;
height: 20px;	
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}
footer .upper .tel aside {
font-size: .7em;
}
footer .upper address p {
margin-top: 20px;
}
footer .upper .uniho img {
width: 120px;
height: auto;
}
footer .link{
display: flex;
flex-wrap: wrap;
}
footer .link section{
width: 25%;
text-align: center;
}
footer .link section h2{
margin-bottom: 10px;
}
footer .link section ul {
margin: 0 auto 30px;
text-align: left;
max-width: 175px;
}
footer .link section ul a {
color: #666;
}
footer .link section ul a::before {
content: '';
margin-right: 5px;
display: inline-block;
background-image: url(//www.uniho.co.jp/house/wp-content/themes/house/img/circle-chevron-right-solid_666.svg);
width: 17px;
height: 17px;	
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}
footer .link section ul li {
margin-bottom: 3px;
}
footer .bottom {
text-align: center;
font-weight: normal;
padding: 15px 0 20px;
background: #333;
color: #FFF;
}
@media screen and (max-width:1200px) {
body {
background: none;
}
}
@media screen and (max-width:960px) {
img {
max-width: 100%;
height: auto;
width: auto;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#contents, header, footer .upper, footer .bottom div {
width: 100%;
}
#pc-nav li {
margin: 10px 0;
font-size: .9em;
}
#pc-nav li a {
padding: 20px 8px;
}
#pc-nav li a:before {
font-size: .85em;
padding-right: 2px;
}
header h1 {
font-size: .8em;
text-align: left;
}
header h1 span{
display: block;
}
header .right {
right: 10px;
}
header .right .area li a {
font-size: .9em;
width: 140px;
}
#main {
padding-bottom: 0;
}
#main aside {
width: 86%;
}
#pankuzu {
width: 96%
}
article > .banner {
width: 98%;
}
.menu-black ul li a{
width: 100%;
}
}
@media screen and (max-width:768px) {
#pc-nav ul {
margin-top: 50px;
} 
#pc-nav li {
margin: 10px 0.1%;
}
#pc-nav li a {
padding: 10px 3px;
font-size: .85em
}
header .right {
top: 70px;
}
header .right .area li a {
width: 130px;
padding: 5px;
}
#main .menu li {
width: 45%;
margin-bottom: 5px;
}
.menu-black ul li {
width: 50%;
}
footer .link section{
width: 50%;
}
}
@media screen and (max-width:640px) {
#pc-nav,
header .reservation,
header .right .area{
display: none;
}
header {
padding-top: 43px;
}
#top-head {
width: 100%;
padding: 0;
display: inherit;
}
#top-head {
top: 0;
position: fixed;
margin-top: 0;
}
#top-head.fixed {
padding-top: 0;
background: transparent;
}
#mobile-head {
background: #fff;
width: 100%;
height: 43px;
z-index: 999;
position: relative;
}
#global-nav {
position: absolute;
top: -500px;
width: 100%;
text-align: center;
padding: 50px 0 5px;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
#global-nav ul li {
display: block;
background: #D4F4F8;
}
#global-nav li.area{
background: #F7F282;  }
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
width: 100%;
display: block;
padding: 15px 0;
font-size: .8em;
}
#nav-toggle {
display: block;
}
.open #nav-toggle span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}
.open #global-nav {
-moz-transform: translateY(500px);
-webkit-transform: translateY(500px);
transform: translateY(500px);
}
header .reservation {
float: none;
margin: 0 auto 30px;
width: 300px;
}
header .reservation a {
background: #11407F;
padding: 20px 40px;
width: 100%;
display: block;
}
#main aside {
font-size: 0.8em;
}
#main .inquiry {
width: 90%;
}
}
@media screen and (max-width:480px) {
body {
background: none;
}
#main .inquiry h4 a {
font-size: 1.1em;
letter-spacing: 0;
}
#main .inquiry, #main aside {
width: 96%;
}
#main .top-link {
margin-bottom: 30px;
}
#main .top-link img {
width: 30px;
}
#main .inquiry a {
width: 80%;
}
#main .inquiry p {
text-align: left;
}
#main .inquiry address {
font-size: 1.5em;
}
.menu-black ul li a span{
font-size: 1.3em;
}
footer .bottom {
font-size: .9em;
}
}
@media screen and (max-width:360px) {
header h1 {
font-size: .85em;
}
}
@media screen and (max-width:320px) {
header .reservation {
width: 90%;
}
}