@charset "UTF-8";
/* CSS Document */
/*HEADER*/
.bg_white {
    background-color: rgba(255,255,255,0.70);
}
.head_inner {
    max-width: 80%;
    margin: 0 auto;
}
@media screen and (max-width:1279px){
    .head_inner {
        margin: 0px 120px;
    }
}
@media screen and (max-width:1024px){
    .head_inner {
        margin: 0px 100px;
    }
}
.mobile {
    display: none;
}
h1 {
    font-size: 10px;
    color: #868687;
    float: left;
    margin-top: 1em;
    margin-left: 55px;
}
.btn {
    float: right;
    display: flex;
    justify-content: space-between;
}
.kigyou,.contact {
    width: 110px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 0px;
	border-radius: 0px 0px 4px 4px;    
}
.kigyou {
    background: #9dc974;
    margin-right: 6px;
}
.kigyou a {
    color: #221714;
}
.contact {
	background: #b83c7b;
}
.contact::before{
    content: '';
    display: inline-block;
    background: url(../images/icon_mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 12px;
    vertical-align: middle;
}
.contact a {
    color: #fff;
    margin-left: 6px;
}
.upper:after {
    content: "";
    clear: both;
    display: block;
}
.inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -6px;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */
header {
    position: fixed;
    width: 100%;
    line-height: 1;
    z-index: 2;
     background: #fff;
}
header a,
header {
    text-decoration: none;
	color: rgba(0,0,0,1.00);
}
#global-nav {
    width: 90%;
    margin-left: 2%;
}
#global-nav ul {
	width: 100%;
    display: flex;
	justify-content: space-between;
	padding-top: 4%;
}
#global-nav li {
    padding: 0% 2%;
}
#global-nav li:last-child {
    padding: 0% 0% 0% 2%;
}
#global-nav li img {
    width: 100%;
}
.tel {
    width: 20%;
    max-width: 170px;
    margin-top: 2.1%;
}
.tel img {
    width: 100%;
}
#LOGO {
    width: 16%;
    max-width: 128px;    
    position: relative;
    z-index: 1;
}
#LOGO a {
    display: block;
}
#LOGO img {
    width: 100%;
    margin-bottom: -88px;
}
/* Fixed */
#HEADER.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	background: rgba(255,255,255,0.80);
    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;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 13px;
    top: 14px;
    width: 40px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: rgba(0,0,0,1.00);
    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;
}
/*foot_logo*/
.foot_logo {
    width: 128px;
    margin: 0 auto;
}
.foot_logo img {
    width: 100%;
}
/*footer*/
footer {
    width: 100%;
    background: #b83c7b;
    padding: 1.5em 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: .1em;
}
/*map*/
.icon_area {
    width: 5%;
    position: relative;
    margin-top: -1%;
    margin-left: 46.5%;
    border-bottom: 1px solid #231815;
    padding-bottom: 1em;
}
.icon_area img {
    width: 100%;
}
h2 {
    font-size: 44px;
    text-align: center;
    color: #221714;
    margin: 20px;
    letter-spacing: .1em;
    font-weight: 800;    
}
.map::before {
    content: '';
    display: inline-block;
    background: url(../images/zimu_sec_head.png);
    width: 140px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    margin-top: 6px;
    margin-left: 45%;
    z-index: 1;
}
.map {
    margin: auto;
    margin-top: -40px;
    z-index: 1;
    width: 90%;
}
.map h2 {
    font-size: 26px;
    font-weight: normal;
}
.map .icon_area {
    margin: 0 auto;
    margin-top: 4px;
}
.gmap_list {
    margin: 60px 0px;
    text-align: center;
}
.map_info {
    width: 40%;
    margin: 0 auto;
}
.map_info img {
    width: 100%;
}
.gmap {
    width: 100%;
}
.gmap iframe {
    width: 100%;
    min-height: 400px;
}
.gmap p {
    line-height: 1.8;
    margin: 20px 0px;
}
.map_bottom_text {
    margin-top: 20px;
    line-height: 2.5;
}
.q_tel {
    width: 30%;
    margin: 0 auto;
}
@media screen and (max-width:414px){
    .q_tel{
        width: 60%;
    }
}

.q_tel img {
    width: 100%;
}
.gray2 {
    margin: 60px 0px 20px 0px;
    font-size: 23px;
    color: #595757;
    text-align: center;
}
@media screen and (max-width:414px){
    .gray2{
        font-size: 16px !important;
    }
}
@media screen and (max-width:1280px){
    .icon_area {
        margin: 0 auto;
    }
}
@media screen and (max-width: 850px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .head_inner {
        max-width: 92%;
        margin: 0;
        clear: both;
    }
    #LOGO {
        margin-left: 2%;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -610px;
        background: rgba(255,255,255,0.80);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin-left: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
		display: block;
		text-align: center;
    }
    #global-nav ul li {
        float: none;
        position: static;
		padding: 1%;
		width: 280px;
		margin: 0 auto;
		font-size: 1.3em;
		border-left: none;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .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);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(610px);
        -webkit-transform: translateY(610px);
        transform: translateY(610px);
        z-index: 2 !important;
    }
    .open #global-nav ul li img:nth-child(2){
        width: 62%;
    }
    #global-nav li img:nth-child(3){
        width: 53%;
    }
    #global-nav li img:nth-child(4){
        width: 32%;
    }
    #global-nav li img:nth-child(5){
        width: 53%;
    }
    #global-nav li img:nth-child(6){
        width: 62%;
        padding-bottom: 2%;
    }
}
@media screen and (max-width:768px){
    #LOGO {
        margin-top: -30px;
    }
    #LOGO img{
        margin-bottom: 0;
    }
    .btn {
        width: 110px;
        justify-content: center;
        margin-right: 16px;
        display: block;
    }
    .contact {
        margin-top: 6px;
    }
    .map_info {
        width: 80%;
    }
}
@media screen and (max-width:414px){
    .btn {
        margin-right: 50px;
    }
    .mobile {
        display: block;
    }
    h1 {
        -webkit-transform:scale(0.7);
        -moz-transform:scale(0.7);
        -ms-transform:scale(0.7);
        -o-transform:scale(0.7);
        transform:scale(0.7);
        margin-left: 0px;
    }
    .kigyou,.contact {
        font-size: 10px;
    }
    .head_inner {
        max-width: 97%;
    }
    #WRAPPER {
        padding-top: 100px;
    }
    .icon_area {
        width: 10%;
        margin-top: -30px;
    }
    h2 {
        font-size: 24px;
    }
    .map h2 {
        font-size: 16px;
    }
    .map_info {
        width: 100%;
    }
    .map::before {
        margin-left: 33% !important;
    }
    .map.icon_area {
        position: relative;
        z-index: 1;
        margin-top: -20px;
    }
    .gmap_list {
        margin: 30px 0px 60px;
    }
    .gmap_list p {
        font-size: 12px;
    }
    .gmap iframe {
        min-height: 270px;
    }    
}




