@charset "utf-8";

.ui-wrap {
    width: 1080px;
    margin: 0 auto;
}
.ui-fill-point {
    fill: #ef7a00;
}
.ui-bg-point {
    background-color: #ef7a00;
}
.ui-bg-main {
    background-color: #002a79;
}
.ui-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
}
[class*="era-ui-btn"] {
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: .25s ease-out;
}
.header-nav__btn {
    color: #fff;
    height: 47px;
    line-height: 47px;
}
.era-ui-btn--role_cmn {
    background-color: #fff;
    border: 1px solid #818694;
    color: #263238;
}

.l-header {
    position: relative;
}

.era-header.hd-pattern4 {
    border-top: none;
}

.header-inner {
    overflow: hidden;
    position: relative
}

.header__logo {
    float: left;
    margin: 10px 0 0
}

.era-header .header__logoFc01 img {
    width: 347px;
    height: 90px;
}
.era-header .header-fixed {
    background-color: #ffffff;
}
.era-header .header-fixed.fix {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.header-service {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 0 15px
}

.header-inner__right .header-service {
    position: static;
    float: right;
    padding: 0
}

.header-service li {
    width: fit-content;
    height: fit-content;
    background: unset;
    border-radius: 0;
    display: block;
    float: left;
    margin: 0 0 0 38px;
    text-align: center
}

.header-service li:last-child {
    margin: 0 0 0 29px
}

.header-inner__right .header-service li:last-child {
    margin: 14px 0 0 18px
}

.header-service a:hover {
    text-decoration: none
}

.header-service__text {
    font-size: 12px;
    font-weight: bold;
    line-height: 1
}

.header-service__icn {
    height: 24px;
    margin: 0 0 5px
}

.header-service__icn svg {
    font-size: 22px
}

.header-service__icn__cnt {
    font-size: 19px;
    padding: 0 0 0 2px;
    vertical-align: 5px
}

.header-service a:hover .header-service__icn__cnt,.mapHeader-service a:hover .header-service__icn__cnt {
    text-decoration: underline
}

.header-nav {
    text-align: center;
    min-width: 1200px;
    background-image: url("/images/header/bg_nav.png");
    background-repeat: repeat-x;
    background-position: center 0
}

.header-nav>ul {
    font-size: 0
}

.header-nav>ul>li {
    display: inline-block;
    width: calc(1200px / 6);
    width: calc(1200px / 6.1) \9 ;
    text-align: center;
    position: relative;
    z-index: 100
}

.header-nav>ul>li:hover>.header-nav__btn {
    opacity: .8
}

.header-nav__btn {
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-decoration: none
}

.header-nav__btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8
}

.header-nav__btn svg {
    font-size: 28px;
    vertical-align: -7px;
    margin: 0 5px 0 0
}

.header-nav__pulldown {
    position: absolute;
    top: 54px;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: .3s ease
}

.header-nav__pulldown li {
    border-bottom: 1px dotted #b0bec5;
    background-color: rgba(255,255,255,0.9)
}

.header-nav__pulldown li:last-child {
    border: none
}

.header-nav__pulldown li:not(.is-typeName):hover {
    text-decoration: none;
    background-color: #f0f3f4
}

.header-nav__pulldown li.is-typeName {
    height: 36px;
    line-height: 36px;
    background-color: rgba(240,243,244,0.9);
    border-bottom: 1px solid #e1e4ec;
    border-top: 1px solid #e1e4ec;
    font-size: 16px;
    font-weight: bold;
    color: #263238
}

.header-nav__pulldown li.is-typeName:not(:first-child) {
    margin: -1px 0 0
}

.header-nav li:hover .header-nav__pulldown {
    opacity: 1;
    visibility: visible;
    transform: translateY(2px);
    transition: .2s ease
}

.header-nav__pulldown a {
    background-color: #fff \9 ;
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #263238
}

.header-nav__pulldown a:hover {
    text-decoration: none
}

.header-info {
    overflow: hidden;
    clear: both;
    padding: 5px 0 7px 0
}

.header-inner__right .header-info {
    float: left;
    padding: 0
}

.header-info__left {
    float: left
}

.header-info__tel {
    overflow: hidden
}

.header-info__tel__ttl {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 2px 8px 0 0
}

.header-info__tel__number {
    float: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2
}

.header-info__tel__number svg {
    font-size: 27px;
    vertical-align: -3px
}

.header-inner__right .header-info__tel__number {
    margin: 0 7px 0 0
}

.header-inner__right .header-info__tel__number svg {
    font-size: 2rem;
    vertical-align: 0
}

.header-inner__right .header-info__tel {
    float: left;
    margin: 9px 0 0
}

.header-info__time {
    clear: both;
    overflow: hidden
}

.header-info__time dl {
    float: left;
    margin: 0 10px 0 0
}

.header-info__time dt,.header-info__time dd {
    float: left;
    font-size: 13px;
    line-height: 1.1
}

.header-info__time dt {
    clear: both;
    font-weight: 700
}

.header-info__btn {
    float: right;
    padding: 5px 0 0
}

.header-info__btn li {
    float: left;
    margin: 0 0 0 5px
}

.header-info__btn a {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    padding: 0 10px
}

.header-info__btn svg {
    margin: 0 5px 0 0
}

.header-info__btn__booking svg {
    font-size: 21px;
    vertical-align: -3px
}

.header-info__btn__contact svg {
    font-size: 23px;
    vertical-align: -5px
}

.header-inner__right {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -30px 0 0
}

.header-upper__inner {
    overflow: hidden;
    position: relative
}
.header-service__icn svg {
    font-size: 22px
}
.header-service__icn svg {
    fill: #fff;
}
.header-service__icn__cnt {
    color: #fff;
}


/*////////////// フッター ////////////////////*/
.l-footer * {
    color: #263238;
}
.l-footer {
    min-width: 1200px;
    padding: 20px 0 29px;
    background-color: #ededee;
    overflow: hidden
}

.footer-bknLink__list {
    overflow: hidden;
    margin: 0 0 25px
}

.footer-bknLink__list:last-of-type {
    margin: 0
}

.footer-bknLink__list dt {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #686e78;
    width: 150px;
    line-height: 1.5
}

.footer-bknLink__list dd {
    margin: 0 0 0 108px
}

.footer-bknLink__list li {
    float: left;
    line-height: 1
}

.footer-bknLink__list li:after {
    content: "/";
    margin: 0 7px;
    color: #646c79
}

.footer-bknLink__list li:last-child:after {
    content: "";
    margin: 0
}

.footer-bknLink__list a {
    font-size: 14px;
    line-height: 1.5
}

.footer-info {
    background-color: #fff;
    overflow: hidden;
    margin: 0 0 49px;
    padding: 0 0 15px
}
.footer-info-grid {
    width: var(--screen-size);
    margin: auto;
    display: grid;
    gap: 80px 40px;
    grid-template-columns: 1fr 1fr;
}

.footer-info__left {
    width: 580px;
    float: left;
    padding: 27px 0 0 46px
}

.footer-info__right {
    float: right;
    text-align: center;
    padding: 21px 16px 0 0
}

.footer-info__left__headline {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 23px
}

.footer-info__left__headline a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #263238
}

.footer-info__time {
    overflow: hidden;
    margin: 0 0 10px
}

.footer-info__time dt,.footer-info__time dd {
    float: left;
    font-size: 14px
}

.footer-info__time dt {
    font-weight: bold;
    margin: 0 4px 0 0
}

.footer-info__address {
    font-size: 14px;
}

.footer-info__right__headline {
    display: inline-block;
    font-size: 18px;
    font-weight: bold
}

.footer-info__tel {
    display: inline-block;
    font-size: 25px;
    font-weight: bold
}

.footer-info__tel svg {
    font-size: 26px;
    vertical-align: -3px
}

.footer-info__btn {
    font-size: 0;
    margin: 21px 0 0;
    clear: both
}

.footer-info__btn li {
    display: inline-block;
    width: 230px
}

.footer-info__btn li:first-child {
    margin: 0 8px 0 0
}

.footer-info__btn a {
    width: 100%;
    height: 51px;
    line-height: 50px;
    font-size: 20px
}

.footer-info__btn__reserve svg {
    font-size: 2.1rem;
    vertical-align: -1px;
    margin: 0 5px 0 0
}

.footer-info__btn__contact svg {
    font-size: 2.3rem;
    vertical-align: -4px;
    margin: 0 5px 0 0
}

.footer-info__contact {
    clear: both;
    margin: 21px 0 0
}

.footer-info__contact a {
    width: 468px;
    height: 51px;
    line-height: 50px;
    font-size: 20px
}

.footer-info__contact a svg {
    font-size: 23px;
    vertical-align: -4px;
    margin: 0 5px 0 0
}

.footer-link {
    overflow: hidden;
    margin: 0 0 25px
}

.footer-link__list {
    display: flex;
    gap: 40px;
}
.footer-link__list li:last-child {
    margin: 0
}

.footer-link__list a {
    color: #0a2f9a;
    font-size: 13px
}

.footer-otherLink {
    text-align: center;
    margin: 0 0 17px;
    font-size: 0
}

.footer-otherLink li {
    display: inline-block;
    margin: 0 6px
}

.footer-otherLink a {
    font-size: 13px;
    color: #263238
}

.footer__copy {
    text-align: center;
    clear: both
}

.footer__copy small {
    font-size: 11px
}

.footer__fc {
    border-top: solid #fff 1px;
    margin: 14px 0 0 0;
}

.footer__fc_text {
    margin-top: 10px;
    text-align: center;
    clear: both
}

.footer__fc_text small {
    font-size: 11px
}
