@charset "UTF-8";



/* -------------------------------------------

opening

------------------------------------------- */
main.top {
    display: flex;
}
main.top > * {
    width: 50%;
}
main.top > * .wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 64rem;
    color: #fff;
    position: relative;
}
main.top > * .wrap::before {
    content: "";
    width: 100%;
    height: 64rem;
    background: rgba(0,0,0,0.55);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
main.top > * .wrap > * {
    position: relative;
    z-index: 100;
}
@media screen and (max-width: 768px) {
    main.top {
        display: block;
    }
    main.top > * {
        width: 100%;
    }
}
main.top > * .wrap span a {
    line-height: 1;
    color: #fff;
    font-size: 3.6rem;
    display: block;
    margin-top: 2rem;
}
main.top dl.detail dt {
    font-weight: normal;
    color: #000;
}
main.top .ajo dl.detail {
    font-family: var(--font-serif);
}
/* ---- tel ---- */
main.top .tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 10rem;
}
main.top .tel dt {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}
main.top .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    font-size: 2.8rem;
    font-weight: bold;
}
main.top .tel a img {
    width: 2.4rem;
    margin-right: 1rem;
    margin-bottom: 0.2rem;
}
main.top .ajo .tel a img {
    margin-bottom: -0.3rem;
}
.muromi .tel a {
    font-family: var(--font-jost);
}
main.top .tel + div a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.15rem #fff;
    font-weight: bold;
    width: 28rem;
    height: 6.4rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding-left: 1rem;
    padding-bottom: 0.1rem;
}
main.top .ajo .tel + div a {
    font-family: var(--font-serif);
}   
main.top .tel + div a i {
    margin-left: 1rem;
    margin-top: 0.1rem;
}
main.top .tel + div a:hover {
    opacity: 1;
    color: #000;
    background: #fff;
}
.ajo .tel dt,
.ajo .tel a {
    font-family: var(--font-serif);
}
/* ---- logo ---- */
main.top .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28rem;
}
@media screen and (max-width: 768px) {
    main.top .ajo .logo {
        height: 16rem;
    }
}
.muromi .logo {
    width: 16rem;
}
.ajo .logo {
    font-family: var(--font-serif);
    font-weight: bold;
    font-size: 2.8rem;
}
/* ---- bg ---- */
main.top .bg {
    padding: 6rem;
}
@media screen and (max-width: 768px) {
    main.top .bg {
        padding: 6rem 3rem;
    }
}
/* ---- muromi ---- */
.muromi .wrap {
    background: url(../img/opening-muromi-bg.jpg) no-repeat center / cover;
}
/* ---- ajo ---- */
.ajo .wrap {
    background: url(../img/opening-ajo-bg.jpg) no-repeat center / cover;
}
.ajo {
    background: url(../img/opening-ajo-texture.jpg) center top;
    background-size: 100% auto;
}
/* ---- access ---- */
.bg > div {
    text-align: center;
    line-height: 1;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.muromi-bg > div {
    font-family: var(--font-jost);
}
.ajo-bg > div {
    font-family: var(--font-serif);
}



.index-insta{
    display: flex;
    gap: 2rem;
}