@charset "utf-8";
/*==========================================================================

   base width

==========================================================================*/
body {
    min-width: 860px;
    padding-top: 80px;
}
 .container {
	 position: relative;
	 width: 862px;
	 min-width: 862px;
	 margin-right: auto;
	 margin-left: auto;
 }
.container.container--flex {
    width: auto;
	min-width: 1000px;
}

	
/*==========================================================================

   base frame

==========================================================================*/
#header {
    position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    padding: 15px 30px;
    z-index: 1000;
    background: #fff;
}
#main {
	margin: 0 auto 50px;
}
#main.no-bottom-space {
    margin-bottom: 0;
}
#footer {
    padding: 90px 0 39px;
    background: var(--key-bg-color);
}

/*==========================================================================

   layout type

==========================================================================*/
.l-flex {
	display: flex;
}


/*==========================================================================

   header

==========================================================================*/
.header-row {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    width: 240px;
}
.header-option {
    flex: 1;
}
.header-contact {
    gap: 10px;
    align-items: center;
    justify-content: right;
}
.header-contact__tel__icon {
    display: inline-block;
    width: 16px;
    margin-right: 5px;
}
.header-contact__tel__target {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--key-color);
}
.header-contact__btn__target {
    display: block;
    width: 178px;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 9999px;
}
.gnav {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
}
.gnav-list {
    display: flex;
    justify-content: right;
    gap: 30px;
    margin-right: 6px;
}

.gnav2-toggle {
	display: none;
}
.gnav2 {
	display: none;
}


/*==========================================================================

   body

==========================================================================*/


/*==========================================================================

   footer

==========================================================================*/
.footer-row {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.footer-col.col--map {
    width: 320px;
}
.footer-col.col--info {
    flex: 1;
}

.footer-map {
    position: relative;
    width: 320px;
    height: 320px;
}
.footer-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.footer-contact {
    margin-bottom: 25px;
}
.footer-contact__tel__icon {
    display: inline-block;
    width: 32px;
    margin-right: 16px;
}
.footer-contact__tel__target {
    position: relative;
    font-size: 44px;
    color: var(--key-color);
}
.footer-contact__btn {
    margin-top: 5px;
}
.footer-contact__btn__target {
    display: block;
    width: 178px;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 9999px;
}
.footer-access-header {
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: 600;
}
.footer-access__address {
    font-size: 13px;
}
.footer-access-row {
    display: flex;
    gap: 39px;
    justify-content: space-between;
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #C7C7C7;
}
.footer-access-col {
    width: calc((100% - 39px) / 2);
}
.footer-access-col-header {
    margin-bottom: 12px;
    color: var(--key-color);
}
.footer-access-col-body {
    line-height: 2;
}
.fnav {
    margin-top: 40px;
    font-weight: 600;
}
.fnav-list {
    display: flex;
    gap: 0 40px;
    justify-content: center;
}
.footer-logo {
    width: 70px;
    height: 70px;
    margin: 43px auto 0;
    text-align: center;
}
.footer-legal-nav {
    margin-top: 50px;
    font-size: 12px;
}
.footer-legal-nav-list {
    display: flex;
    gap: 19px;
    justify-content: center;
}
.copyright {
    display: block;
    margin-top: 15px;
    font-size: 11px;
    text-align: center;
}
