#mv {
    position: relative;
}

#introduction {
    min-height: 100vh; min-height: calc(100vh - 70px);
    position: relative;
    display: flex;
    align-items: center;
    padding: 84px 0; padding: 22.5vh 0;
    /*background: #000 url(../img/home/mv-bg.jpg) no-repeat;*/
    background-color: #000;
    background-size: cover;
    background-position: top;
    color: #fff;
}
#introduction .wrapper {
    width: 100%;
}
#mv-logo {
    max-width: 220px;
    height: 64px; height: 17.066vh;
    width: auto;
    margin: auto;
}

@media screen and (min-height: 640px)
{
    #introduction {
        padding: 144px 0;
    }
    #mv-logo {
        height: 94px;
        max-height: 94px;
    }
}

@media screen and (min-width: 768px)
{
    #mv-logo {
        max-width: 320px;
    }
}





#bgslide,
#bgslide li {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#bgslide .slick-list,
#bgslide .slick-track {
    width: 100%;
    height: 100%;
}
#bgslide {
    z-index: 2;
}
#bgslide li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





#about {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 84px 0; padding: 22.5vh 0;
    background: #000 url(../img/home/about-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

#about .wrapper {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#about .wrapper h2 {
    font-size: 21px; font-size: 2.1rem; font-size: 4.666vw;
    line-height: 31px; line-height: 3.1rem; line-height: 6.888vw;
    margin-left: 22px; margin-left: 4.888vw;
}
#about .wrapper p {
    font-size: 14px; font-size: 1.4rem; font-size: 3.111vw;
    line-height: 24px; line-height: 2.4rem; line-height: 5.333vw;
    letter-spacing: 2px; letter-spacing: 0.2rem; letter-spacing: 0.444vw;
}

@media screen and (min-height: 640px)
{
    #about {
        padding: 144px 0;
    }
}

@media screen and (min-width: 450px)
{
    #about .wrapper h2 {
        font-size: 21px; font-size: 2.1rem;
        line-height: 31px; line-height: 3.1rem;
        margin-left: 22px;
    }
    #about .wrapper p {
        font-size: 14px; font-size: 1.4rem;
        line-height: 24px; line-height: 2.4rem;
        letter-spacing: 2px; letter-spacing: 0.2rem;
    }
}

@media screen and (min-width: 768px)
{
    #about {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #about .wrapper {
    }
    #about .wrapper h2 {
        font-size: 26px; font-size: 2.6rem;
        line-height: 52px; line-height: 5.2rem;
        margin-left: 44px;
    }
    #about .wrapper p {
        font-size: 18px; font-size: 1.8rem;
        line-height: 44px; line-height: 4.4rem;
    }
}





.scroll-guide {
    display: block;
    width: 200px;
    padding-bottom: 60px; padding-bottom: 16vh;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 5;
    font-size: 12px; font-size: 1.2rem;
    line-height: 12px; line-height: 1.2rem;
    color: #fff;
}
.scroll-guide a {
    text-decoration: none;
    color: inherit;
}
.scroll-guide::after {
    content: "";
    width: 1px;
    height: 100%; height: calc(100% - 24px);
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    animation: sdl 1.5s cubic-bezier(1,0,0,1) infinite;
}

@keyframes sdl {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
}

@media screen and (min-height: 680px)
{
    .scroll-guide {
        padding-bottom: 120px;
    }
}





.section-title {
    text-align: center;
    padding-top: 48px; padding-top: 12.888vw;
    background: url(../img/home/mark.svg) no-repeat top center;
    background-size: 33px; background-size: 8.888vw;
}
.section-title span {
    display: block;
}
.section-title .ja {
    font-size: 23px; font-size: 2.3rem; font-size: 6.222vw;
    color: #fff;
}
.section-title .en {
    font-size: 10px; font-size: 1.0rem; font-size: 2.666vw;
    color: #6e6e6e;
    margin-top: 3px; margin-top: 0.888vw;
}

@media screen and (min-width: 450px)
{
    .section-title {
        padding-top: 58px;
        background-size: 40px;
    }
    .section-title .ja {
        font-size: 28px; font-size: 2.8rem;
    }
    .section-title .en {
        font-size: 12px; font-size: 1.2rem;
        margin-top: 4px;
    }
}





.common-section {
    padding: 66px 0; padding-top: 17.777vw; padding-bottom: 17.777vw;
}
@media screen and (min-width: 900px)
{
    .common-section {
        padding: 160px 0;
    }
}





#chef {
}
.chef-detail {
    max-width: 1320px;
    padding: 58px 0 0 0; padding-top: 12.8vw;
    max-width: 680px;
    margin: 0 auto;
}
.chef-detail-image {}
.chef-detail-body {
    position: relative;
    margin: -44px 32px 0 32px; margin: -9.777vw 7.111vw 0 7.111vw;
    padding: 64px 0 0 0; padding-top: 14.222vw;
    background-color: #000;
    text-align: center;
}
.chef-name {
    text-align: center;
}
.chef-name span {
    display: block;
}
.chef-name .ja {
    font-size: 36px; font-size: 3.6rem; font-size: 8vw;
}
.chef-name .en {
    font-size: 12px; font-size: 1.2rem; font-size: 2.666vw;
    color: #6e6e6e;
    margin-top: 4px; margin-top: 0.888vw;
}
.chef-histories {
    padding-top: 24px; padding-top: 5.333vw;
    max-width: 440px;
    margin: 0 auto;
}
.chef-history {
    padding-top: 32px; padding-top: 7.111vw;
    font-size: 16px; font-size: 1.6rem; font-size: 3.555vw;
    line-height: 200%;
}

@media screen and (min-width: 450px)
{
    .chef-detail {
        padding-top: 58px;
    }
    .chef-detail-body {
        max-width: 560px;
        margin: -44px 32px 0 32px;
        padding-top: 64px;
    }
    .chef-name .ja {
        font-size: 36px; font-size: 3.6rem;
    }
    .chef-name .en {
        font-size: 12px; font-size: 1.2rem;
        margin-top: 4px;
    }
    .chef-histories {
        padding-top: 24px; padding-top: 5.333vw;
    }
    .chef-history {
        padding-top: 32px;
        font-size: 16px; font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px)
{
    .chef-detail {
        max-width: 1320px;
        padding: 88px 40px 0 40px;
    }
    .chef-detail-body {
        max-width: 1060px;
        margin-top: -9.09vw;
        margin-right: 6.818vw;
        margin-left: 6.818vw;
        padding-top: 6.06vw;
        padding-right: 9.09vw; padding-right: 7.575vw;
        padding-left: 9.09vw; padding-left: 7.575vw;
    }
    .chef-histories {
        padding-top: 24px;
        max-width: 100%;
    }
    .chef-history {
        padding-top: 32px;
    }
}

@media screen and (min-width: 1240px)
{
    .chef-detail-body {
        margin: -120px 90px 0 90px;
        padding: 80px 120px 0 120px; padding-right: 100px; padding-left: 100px;
    }
}





#shop-primary-content {
    max-width: 680px;
    background: url(../img/home/shop-main-image.jpg) no-repeat;
    background-size: 100%; background-size: calc(100% - 50px);
    background-position: top center;
    padding: 260px 0 0 0; padding-top: 69.333vw;
    margin: 54px auto 0 auto; margin-top: 14.222vw;
}
#shop-primary-content table {
    margin: 0 auto;
    background-color: rgba(0,0,0,1);
    max-width: 100%;
}
#shop-primary-content table th,
#shop-primary-content table td {
    text-align: left;
    font-size: 14px; font-size: 1.4rem; font-size: 3.555vw;
    line-height: 24px; line-height: 2.4rem; line-height: 6.222vw;
    vertical-align: top;
    padding: 10px 33px; padding: 2.666vw 8.888vw;
}
#shop-primary-content table th {
    white-space: nowrap;
}
#shop-primary-content table tr:first-of-type th,
#shop-primary-content table tr:first-of-type td {
    padding-top: 20px; padding-top: 5.555vw;
}
#shop-primary-content table tr:last-of-type th,
#shop-primary-content table tr:last-of-type td {
    padding-bottom: 20px; padding-bottom: 5.555vw;
}
#shop-primary-content table th {
/*    padding-right: 16px; padding-right: 4.444vw;*/
    padding-right: 0;
}
#shop-primary-content table td dl+dl {
    margin-top: 10px; margin-top: 2.666vw;
}
#shop-primary-content table td dl dt {
    text-decoration: underline;
}

@media screen and (min-width: 450px)
{
    #shop-primary-content {
        padding-top: 312px;
        margin-top: 64px;
    }
    #shop-primary-content table th,
    #shop-primary-content table td {
        font-size: 16px; font-size: 1.6rem;
        line-height: 28px; line-height: 2.8rem;
        padding: 12px 40px;
    }
    #shop-primary-content table tr:first-of-type th,
    #shop-primary-content table tr:first-of-type td {
        padding-top: 25px;
    }
    #shop-primary-content table tr:last-of-type th,
    #shop-primary-content table tr:last-of-type td {
        padding-bottom: 25px;
    }
    #shop-primary-content table th {
        padding-right: 0px;
    }
    #shop-primary-content table td dl+dl {
        margin-top: 12px;
    }
}

@media screen and (min-width: 768px)
{
    #shop-primary-content {
        max-width: 1360px;
        background-position: 40px 50%;
        background-size:auto;
        padding: 20px 0;
        margin: 70px auto 0 auto;
    }
    #shop-primary-content table {
        margin: 0 0 0 auto;
        background-color: rgba(0,0,0,0.8);
    }
    #shop-primary-content table td dl {
        display: flex;
    }
    #shop-primary-content table td dl+dl {
        margin-top: 0;
    }
    #shop-primary-content table td dl dt {
        white-space: nowrap;
        text-decoration: none;
        min-width: 108px;
    }
}





.slider-container {
    width: 100%;
    max-width: 100%;
/*    overflow: auto;*/
    overflow: hidden;
}
.slider {
    display: flex;
    position: relative;
}
.slider .slide {
    width: 274px; width: 72.888vw;
    max-width: 820px;
    margin: 0 14px; margin: 0 3.333vw;
    flex-shrink: 0;
}
.slider .slide img {
    width: 100%;
    max-width: 820px;
    height: auto;
}

@media screen and (min-width: 1126px)
{
    .slider .slide {
        margin: 0 40px;
    }
}





.slick-prev,
.slick-next {
	display: block;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;

	position: absolute;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden;

    top: 0;
    right: 0;
	bottom: 0;
    left: 0;
    margin: auto;
	width: 23px; width: 6.222vw;
	height: 23px; height: 6.222vw;
	border-radius: 50%;
	background-color: rgba(0,0,0,1);
    box-shadow: 0 0 5px rgba(255,255,255,0);
    transition: .2s;
}
.slick-prev {
    right: 86.3vw;
}
.slick-next {
    left: 86.3vw;
}

.slick-prev::before,
.slick-next::before,
.slick-prev::after,
.slick-next::after {
	content: "";
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
}
.slick-prev::before,
.slick-next::before {
    width: 9px;
    height: 1px;
    background-color: #6e6e6e;
}
.slick-prev:after,
.slick-next:after {
    width: 3px;
    height: 3px;
    border: solid 1px #6e6e6e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev:after {
	right: 8px;
    border-width: 0 0 1px 1px;
}
.slick-next:after {
	left: 8px;
    border-width: 1px 1px 0 0;
}
.slick-prev:hover,
.slick-next:hover {
	outline: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .25;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0,0,0,0.8);
    box-shadow: 0 0 5px rgba(255,255,255,0.2);
}
.slick-prev:hover::before,
.slick-next:hover::before {
    background-color: #bbb;
}
.slick-prev:hover::after,
.slick-next:hover::after {
    border-color: #bbb;
}

@media screen and (min-width: 768px)
{
    .slick-prev::before,
    .slick-next::before {
        width: 14px;
    }
    .slick-prev:after,
    .slick-next:after {
        width: 5px;
        height: 5px;
    }
    .slick-prev:after {
        right: 13px;
    }
    .slick-next:after {
        left: 13px;
    }
}

@media screen and (min-width: 1126px)
{
    .slick-prev,
    .slick-next {
        width: 70px;
        height: 70px;
    }
    .slick-prev {
        right: 984px;
    }
    .slick-next {
        left: 984px;
    }

    .slick-prev::before,
    .slick-next::before {
        width: 20px;
    }
    .slick-prev:after,
    .slick-next:after {
        width: 7px;
        height: 7px;
    }
    .slick-prev:after {
        right: 14px;
    }
    .slick-next:after {
        left: 14px;
    }
}





#shop-secondary-content {
    margin-top: 40px; margin-top: 10.666vw;
}
#shop-tertiarycontent {
    margin-top: 36px; margin-top: 9.777vw;
}
#shop-tertiarycontent ul {
    max-width: 1040px;
    padding: 0 29px; padding: 0 7.777vw;
    margin: 0 auto;
}
#shop-tertiarycontent ul li {
/*
    font-size: 11px; font-size: 1.1rem; font-size: 2.888vw;
    line-height: 19px; line-height: 1.9rem; line-height: 5.111vw;
*/
    font-size: 14px; font-size: 1.4rem; font-size: 3.555vw;
    line-height: 24px; line-height: 2.4rem; line-height: 6.222vw;
    padding-left: 1em;
    position: relative;
}
#shop-tertiarycontent ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 10px; top: 2.666vw;
}

@media screen and (min-width: 450px)
{
    #shop-tertiarycontent ul li {
        /*
        font-size: 13px; font-size: 1.3rem;
        line-height: 23px; line-height: 2.3rem;
        */
        font-size: 16px; font-size: 1.6rem;
        line-height: 28px; line-height: 2.8rem;
    }
    #shop-tertiarycontent ul li::before {
        top: 12px;
    }
}

@media screen and (min-width: 520px)
{
    #shop-tertiarycontent ul {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1080px)
{
    #shop-tertiarycontent {
        margin-top: 105px;
    }
}

@media screen and (min-width: 1320px)
{
    #shop-secondary-content {
        margin-top: 140px;
    }
}





a.animation-link {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-right: 66px; padding-right: 17.777vw;
}
a.animation-link::before,
a.animation-link::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #6e6e6e;
    transition: background-color .4s;
    height: 1px;
}
a.animation-link::before {
    width: 53px; width: 14.222vw;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    animation: linkAnimation1 1.5s cubic-bezier(1,0,0,1) infinite;
}
a.animation-link::after {
    width: 8px;
    right: 0;
    top: -5px;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    animation: linkAnimation2 1.5s cubic-bezier(1,0,0,1) infinite;
}
a.animation-link:hover::before,
a.animation-link:hover::after {
    background-color: #fff;
}
@keyframes linkAnimation1 {
    0% {
      width: 0px;
      right: 53px; right: 14.222vw;
    }
    50% {
      width: 53px; width: 14.222vw;
      right: 0;
    }
    50.1% {
      width: 53px; width: 14.222vw;
    }
    100% {
      width: 0;
    }
}
@keyframes linkAnimation2 {
    0% {
        right: 53px; right: 14.222vw;
        opacity: 0;
    }
    50% {
        right: 0px;
        opacity: 1;
    }
    50.1% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (min-width: 450px)
{
    a.animation-link {
        padding-right: 80px;
    }
    a.animation-link::before {
        width: 64px;
    }
    @keyframes linkAnimation1 {
        0% {
          width: 0px;
          right: 64px;
        }
        50% {
          width: 64px;
          right: 0;
        }
        50.1% {
          width: 64px;
        }
        100% {
          width: 0;
        }
    }
    @keyframes linkAnimation2 {
        0% {
            right: 64px;
            opacity: 0;
        }
        50% {
            right: 0px;
            opacity: 1;
        }
        50.1% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
}

@media screen and (min-width: 768px)
{
    a.animation-link {
        padding-right: 96px;
    }
    a.animation-link::before {
        width: 80px;
    }
    a.animation-link::after {
        width: 10px;
        top: -6px;
    }
    @keyframes linkAnimation1 {
        0% {
          width: 0px;
          right: 80px;
        }
        50% {
          width: 80px;
          right: 0;
        }
        50.1% {
          width: 80px;
        }
        100% {
          width: 0;
        }
    }
    @keyframes linkAnimation2 {
        0% {
            right: 80px;
            opacity: 0;
        }
        50% {
            right: 0px;
            opacity: 1;
        }
        50.1% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
}





.link-btn-l {
    padding: 0 29px; padding: 0 7.777vw;
}
.link-btn-l a {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    padding: 25px 20px; padding: 6.666vw 5.333vw;
    font-size: 16px; font-size: 1.6rem; font-size: 4.444vw;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: solid 1px rgba(255,255,255,0.8);
    -webkit-transition: .2s;
    transition: .2s;
}
.link-btn-l a:hover {
    border-color: transparent;
    background-color: rgba(255,255,255,1);
    color: #000;
}
.link-btn-l a.disabled {
    pointer-events: none;
    background-color: #111;
    border-color: #222;
    color: #444;
}

.outer-link {
    position: relative;
}
.outer-link::after {
    content: "";
    display: block;
    width: 11px; width: 3.111vw;
    height: 11px; height: 3.111vw;
    background: url(../img/home/outer-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 20px; right: 5.333vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.link-btn-l a.outer-link:hover::after {
    filter: brightness(0%);
}

@media screen and (min-width: 450px)
{
    .link-btn-l {
        padding: 0 35px;
    }
    .link-btn-l a {
        padding: 30px 24px;
        font-size: 20px; font-size: 2.0rem;
    }

    .outer-link::after {
        width: 14px;
        height: 14px;
        right: 24px;
    }
}

@media screen and (min-width: 768px)
{
    .link-btn-l a {
        width: 70%;
        max-width: 750px;
    }
}





#menu .section-lead-text {
    font-size: 16px; font-size: 1.6rem; font-size: 4.444vw;
    text-align: center;
    margin: 33px 0 36px 0; margin-top: 8.888vw; margin-bottom: 9.777vw;
}

#menu-slider {
    margin-bottom: 66px; margin-bottom: 17.777vw;
}
.menu-slide-body {
    text-align: center;
    padding: 20px 0; padding-top: 5.333vw; padding-bottom: 5.333vw;
    max-width: 698px;
    margin: 0 auto;
}
.menu-slide-title {
    font-size: 13px; font-size: 1.3rem; font-size: 3.555vw;
    line-height: 26px; line-height: 2.6rem; line-height: 7.111vw;
}
.menu-slide-caption {
    padding: 13px 0 66px 0; padding-top: 3.555vw; padding-bottom: 17.777vw;

    display: flex;
    justify-content: center;
    text-align: left;
}
.menu-slide-caption,
.menu-slide-link {
    font-size: 11px; font-size: 1.1rem; font-size: 2.888vw;
    line-height: 19px; line-height: 1.9rem; line-height: 5.111vw;
}
.menu-slide-link {
    font-size: 11px; font-size: 1.1rem; font-size: 2.888vw;
    line-height: 19px; line-height: 1.9rem; line-height: 5.111vw;
    text-align: center;
}
.menu-slide-link+.link-btn-l {
    margin-top: 24px; margin-top: 6.4vw;
}

#menu-slider .slick-prev,
#menu-slider .slick-next {
    top: 86px; top: 23.066vw;
	bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (min-width: 450px)
{
    #menu .section-lead-text {
        font-size: 20px; font-size: 2.0rem;
        margin: 40px 0 44px 0;
    }

    .menu-slide-body {
        padding: 24px 0;
        max-width: 698px;
    }
    .menu-slide-title {
        font-size: 16px; font-size: 1.6rem;
        line-height: 32px; line-height: 3.2rem;
    }
    .menu-slide-caption {
        padding: 16px 0 80px 0;
    }
    .menu-slide-caption,
    .menu-slide-link {
        font-size: 13px; font-size: 1.3rem;
        line-height: 23px; line-height: 2.3rem;
    }
}

@media screen and (min-width: 768px)
{
    #menu .section-lead-text {
        margin: 48px 0 64px 0;
    }

    .menu-slide-body {
        padding: 32px 24px;
    }
    .menu-slide-caption,
    .menu-slide-link {
        font-size: 14px; font-size: 1.4rem;
        line-height: 30px; line-height: 3.0rem;
    }
    .menu-slide-link+.link-btn-l {
        margin-top: 48px;
    }
}

@media screen and (min-width: 900px)
{
    #menu-slider {
        margin-bottom: 160px;
    }
}

@media screen and (min-width: 1126px)
{
#menu-slider .slick-prev,
#menu-slider .slick-next {
    top: 260px;
}
}




#access-map {
    max-width: 1320px;
    padding: 0 39px; padding: 0 7.777vw;
    margin: 46px auto 0 auto; margin-top: 12.444vw;
}
#access-map iframe {
    width: 100%;
    height: 460px; height: 102.222vw;
    max-height: 460px;
    filter: grayscale(100%);
    -webkit-transition: .4s;
    transition: .4s;
}
#access-map iframe:hover {
    filter: grayscale(0%);
}
#access-map-link {
    text-align: center;
    margin-top: 26px; margin-top: 7.111vw;
}
#access-map-link a {
    font-size: 12px; font-size: 1.2rem; font-size: 3.111vw;
}

@media screen and (min-width: 450px)
{
    #access-map {
        padding: 0 35px;
        margin-top: 56px;
    }
    #access-map-link {
        margin-top: 32px;
    }
    #access-map-link a {
        font-size: 14px; font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px)
{
    #access-map {
        padding: 0 40px;
    }
    #access-map-link {
        text-align: right;
    }
}






#access-info {
    text-align: center;
    padding-top: 40px; padding-top: 10.666vw;
}
#access-info-name {
    font-size: 19px; font-size: 1.9rem; font-size: 5.111vw;
    line-height: 29px; line-height: 2.9rem; line-height: 7.777vw;
    margin-bottom: 6px; margin-bottom: 1.777vw;
}
#access-info-address {
    font-size: 13px; font-size: 1.3rem; font-size: 3.555vw;
    line-height: 23px; line-height: 2.3rem; line-height: 6.222vw;
}
#access-info-address a {
    color: #fff;
    text-decoration: none;
}
#access-info-address a:hover {
    text-decoration: underline;
}
#access-info-address span {
    display: inline-block;
    margin: 0 2px;
}

@media screen and (min-width: 450px)
{
    #access-info {
        padding-top: 48px;
    }
    #access-info-name {
        font-size: 23px; font-size: 2.3rem;
        line-height: 35px; line-height: 3.5rem;
        margin-bottom: 8px;
    }
    #access-info-address {
        font-size: 16px; font-size: 1.6rem;
        line-height: 28px; line-height: 2.8rem;
    }
}

@media screen and (min-width: 768px)
{
    #access-info {
        padding-top: 22px;
    }
}





#contact-info {
    text-align: center;
    padding: 40px 0 100px 0; padding-top: 10.666vw; padding-bottom: 26.666vw;
}
.contact-info-lead {
    margin-top: 66px; margin-top: 17.777vw;
    font-size: 13px; font-size: 1.3rem; font-size: 3.555vw;
    line-height: 23px; line-height: 2.3rem; line-height: 6.222vw;
    letter-spacing: 0;
}
.contact-info-tel {
    margin-top: 16px; margin-top: 4.444vw;
}
.contact-info-tel span {
    display: block;
    font-size: 11px; font-size: 1.1rem; font-size: 3.111vw;
    line-height: 21px; line-height: 2.1rem; line-height: 5.777vw;
}
.contact-info-tel a {
    position: relative;
    display: inline-block;
    font-size: 38px; font-size: 3.8rem; font-size: 10.222vw;
    line-height: 38px; line-height: 3.8rem; line-height: 10.222vw;
    letter-spacing: 4px; letter-spacing: 0.4rem; letter-spacing: 1.111vw;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    padding: 0 0 6px 0; padding-bottom: 1.777vw;
}
.contact-info-tel a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .4s;
    transition: .4s;
}
.contact-info-tel a:hover::after {
    width: 100%;
    background-color: rgba(255,255,255,0.4);
}
.contact-info-open {
    margin-top: 6px; margin-top: 1.777vw;
    font-size: 11px; font-size: 1.1rem; font-size: 3.111vw;
    line-height: 21px; line-height: 2.1rem; line-height: 5.777vw;
}

@media screen and (min-width: 450px)
{
    #contact-info {
        padding: 48px 0 120px 0;
    }
    .contact-info-lead {
        margin-top: 80px;
        font-size: 16px; font-size: 1.6rem;
        line-height: 28px; line-height: 2.8rem;
    }
    .contact-info-tel {
        margin-top: 20px;
    }
    .contact-info-tel span {
        font-size: 14px; font-size: 1.4rem;
        line-height: 26px; line-height: 2.6rem;
    }
    .contact-info-tel a {
        font-size: 46px; font-size: 4.6rem;
        line-height: 46px; line-height: 4.6rem;
        letter-spacing: 5px; letter-spacing: 0.5rem;
        padding-bottom: 8px;
    }
    .contact-info-open {
        margin-top: 8px;
        font-size: 14px; font-size: 1.4rem;
        line-height: 26px; line-height: 2.6rem;
    }
}

@media screen and (min-width: 768px)
{
    #contact-info {
        padding-bottom: 130px;
    }
    .contact-info-lead {
        letter-spacing: inherit;
    }
}
