* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 1vw;
    font-family: "Times New Roman", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
    overflow-x: hidden;
    height: -webkit-fill-available;
}
body {
    background-color: #fcf9f3;
    color: #404455;
    letter-spacing: .1rem;
    line-height: 1.8;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-x: hidden;
    overflow-y: scroll;
}
small {
    font-size: 0.8rem;
}
h1,h2,h3 {
    font-weight: normal;
}
h1,
strong {
    display: block;
    font-size: 2.625rem;
    margin: 3vw 0;
}
h2 {
    margin: 3vw 0;
    font-size: 2rem;
}
img {
    width: 100%;
    overflow: hidden;
    vertical-align: top;
    object-fit: cover;
}
li {
    list-style: none;
}
a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #404455;
    cursor: pointer;
}
button {
    display: block;
    border-style: none;
    cursor: pointer;
}
.flex {
    display: flex;
}
/* PC用レイアウト */
@media screen and (min-width: 1024px) {
header {
    z-index: 999;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: space-around;
    width: calc(100vw / 5.5);
    height: 100vh;
    background-color: #c6cdd3;
    padding: 2vh;
}
header h1 {
    display: block;
    margin: 0 auto 3vh;
    width: 60%;
}
.header-list {
    text-align: center;
}
.header-list li {
    font-size: 1.5rem;
    margin-bottom: 6vh;
}
header li a,
footer li a {
    transition: .5s;
}
header li a:hover,
footer li a:hover {
    color: #9d8a4a;
    transition: .5s;
}
.flex.access {
    justify-content: space-around;
}
.followme ul li {
    width: 5vh;
    height: 5vh;
    background-color: #4a506c;
    border-radius: 1.25vh;
    margin: 0 3vh 2vh 0;
    padding: 1.2vh 1.45vh;
}
.followme .flex {
    flex-direction: column;
    justify-content: space-between;
}
.followme ul li {
    display: flex;
    align-items: center;
}
.followme ul li:last-of-type {
    margin-bottom: 0;
}
.followme i {
    color: #fff;
}
.followme .facebook i {
    margin-left: .3vh;
}
.info h3 {
    font-weight: bold;
}
.info p {
    font-size: .5rem;
}
main,
footer {
    display: block;
    position: relative;
    width: calc(100vw - calc(100vw / 5.5));
    margin-left: auto;
}
section {
    margin-bottom: 5vw;
}
.sp_img {
    display: none;
}
.section_title,
.intro_text {
    padding-left: 3.2vw;
}
#mainvisual {
    background-color: #c6cdd3;
    position: relative;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
}
.title-text {
    width: 30%;
    position: absolute;
    right: 2vw;
    bottom: 1.5vw;
}
#about {
    position: relative;
}
.about_bg {
    position: absolute;
    top: 0;
    right: 5vw;
    width: calc(100% / 3);
    height: 57.5vw;
}
.bg2 {
    z-index: -1;
    top: 0;
    right: 0;
}
#about strong {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: normal;
    letter-spacing: 0.3rem;
    line-height: 2;
    margin: 0 0 2.5vw -.5vw;
}
#about p {
    width: 37vw;
}
.about_img {
    z-index: 1;
    position: relative;
    top: 9.5vw;
    left: 22vw;
    width: 45%;
    margin-bottom: 10vw;
}
.pickup {
    position: relative;
    background: url('/images/menu_bg.jpg');
    margin-bottom: 10vw;
}
#menu,
#lunch_pickup,
#dinner_pickup {
    padding-bottom: 1.5vw;
}
#menu h2 {
    padding-top: 3vw;
}
.pickup::before {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 0;
    height: 2.5vw;
    background-size: 1.5vw 100%;
    background-image: linear-gradient(135deg, #fcf9f3 25%, transparent 25%), linear-gradient(225deg, #fcf9f3 25%, transparent 25%);
    background-position: 0 0;
}
.pickup::after {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 100%;
    display: block;
    height: 2.5vw;
    background-size: 1.5vw 100%;
    background-image: linear-gradient(135deg, #f2f3f5 25%, transparent 25%), linear-gradient(225deg, #f2f3f5 25%, transparent 25%);
    background-position: 0 0;
}
.pickup_list {
    position: relative;
}
.absolute {
    position: absolute;
    width: 20%;
}
.absolute1 {
    position: absolute;
    top: 2vw;
    right: 1vw;
}
.absolute2 {
    position: absolute;
    top: 7.5vw;
    left: 30vw;
}
.absolute3 {
    position: absolute;
    top: 33vw;
    right: 1vw;
    width: 23%;
}
.pickup_box {
    width: 100%;
    height: 48vw;
}
#carbonara {
    background: url('/images/food_1.png') 1.5vw center / 100% no-repeat;
    padding-left: 42vw;
}
#tomato {
    background: url('/images/food_2.png') left center / 100% no-repeat;
    padding-left: 8.25vw;
}
#craftpizza {
    background: url('/images/food_3.png') 1.5vw center / 100% no-repeat;
    padding-left: 42vw;
}
.caption {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 34vw;
    margin: 0;
    padding-top: 12vw;
}
#tomato .caption {
    padding-top: 12.8vw;
}
#carbonara h1,
#craftpizza h1,
#tomato h1 {
    font-weight: bold;
    line-height: 1.5;
}
.btn {
    background: #4a506c;
    width: 25%;
    font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: .7rem;
    margin: 4vw auto 1.5vw;
    padding: 1vw 0;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.btn a {
    color: #fff;
}
.btn:hover {
    background: #9d8a4a;
    transition: .3s;
}
#news {
    position: relative;
    margin-bottom: 10vw;
}
.news_box {
    justify-content: space-between;
    background-color: #fff;
    width: 65vw;
    margin-left: 12vw;
}
#news article {
    display: flex;
    flex-wrap: wrap;
    padding: 4.5vw 2vw;
    transition: .5s;
    cursor: pointer;
}
#news article:hover {
    background-color: #c6cdd388;
    transition: .5s;
}
.news_box dt {
    width: 25%;
}
.news_box dd {
    width: 75%;
}
.absolute4 {
    width: 15%;
    top: 34vw;
    right: 1.5vw;
}
#access table {
    margin-left: 8vw;
    margin-bottom: 5vw;
    text-align: left;
}
#access table th {
    width: 15%;
    padding: 0 2.5vw;
}
#access iframe {
    display: block;
    width: 75%;
    height: 25vw;
    margin: 0 auto;
}
#reservation {
    z-index: 0;
    position: relative;
    width: calc(100% + 2vw);
    background: #4a506c;
    margin: 3.5vw 0 0 -2vw;
    transition: .5s;
}
#reservation::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #9d8a4a;
    transition: .5s;
}
#reservation:hover::before {
    width: 100%;
}
#reservation a {
    width: 100%;
    height: 100%;
    transition: .5s;
    cursor: pointer;
    padding: 2vw 0 2vw 5vw;
}
#reservation h2 {
    width: 60%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dush_line {
    width: 28%;
    height: 1px;
    background-color: #fff;
}
#reservation span {
    font-size: 1.2rem;
    transition: .5s;
}
#reservation a:hover span {
    transform: scale(1.1);
    transition: .5s;
}
footer {
    border-top: 1px solid #404455;
}
footer .flex {
    justify-content: space-around;
    align-items: center;
}
footer a {
    width: 15%;
    padding: 15px 0;
}
footer ul {
    display: flex;
    font-size: 18px;
}
footer li {
    padding: 1vw;
    transition: .5s;
}
.sp_footer {
    display: none;
}
.copy {
    font-size: 10px;
    position: absolute;
    right: 10vw;
    bottom: 2vw;
}
}
/* タブレット用レイアウト */
@media screen and (min-width: 768px) and (max-width: 1023px) {
body {
    font-size: 2rem;
}
h1,
strong {
    font-size: 5rem;
}
h2 {
    font-size: 3.5rem;
}
.open_btn {
    position: fixed;
    top: 3vw;
    right: 3vw;
    cursor: pointer;
    width: 20vw;
    height: 12vw;
    padding: 0;
    z-index: 1000;
}
.open_btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 7.5vw;
    width: 45%;
    height: 1vw;
    background: #fff;
    border-radius: 1.75vw;
}
.open_btn span:nth-of-type(1) {
    top: 1.3vw;
}
.open_btn span:nth-of-type(2) {
    top: 4.5vw;
}
.open_btn span:nth-of-type(3) {
    top: 7.7vw;
}
.open_btn.active span:nth-of-type(1) {
    top: 3.6vw;
    left: 7vw;
    transform: translateY(6px)rotate(-45deg);
    width: 10vw;
}
.open_btn.active span:nth-of-type(2) {
    opacity: 0;
}
.open_btn.active span:nth-of-type(3) {
    top: 5.2vw;
    left: 7vw;
    transform: translateY(-6px)rotate(45deg);
    width: 10vw;
}
header {
    position: fixed;
    z-index: -1;
    opacity: 0;
    font-size: 42px;
    font-family: serif;
    background: #c5cdd2;
    width: 100%;
    height: calc(100vh + 145px);
    transition: all 0.5s;
}
header.panelactive {
    opacity: 1;
    z-index: 999;
}
header h1 {
    display: block;
    margin: 3vh auto;
    width: 32%;
}
header > .flex {
    border-top: 1px solid #404455;
    padding-top: 2vh;
    position: absolute;
    bottom: 20vh;
    left: 9vh;
}
.header-list {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.header-list.panelactive {
    display: block;
}
.header-list li {
    font-size: 3rem;
    margin-bottom: 3vh;
    display: block;
    padding: 2vh 0;
    text-align: center;
}
.header-list li:last-of-type {
    margin-bottom: 6.5vh;
}
.header-list li a {
    padding: .5vw;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.followme ul {
    display: flex;
}
.followme ul li {
    width: 5vh;
    height: 5vh;
    background-color: #4a506c;
    border-radius: 1.25vh;
    margin-left: 2vh;
    padding: .4vh 1.75vh;
}
.followme ul li:first-of-type {
    margin: 0;
}
.followme i {
    color: #fff;
    font-size: 2rem;
    vertical-align: text-top;
}
.followme .facebook i {
    margin-left: .4vh;
}
.info {
    display: flex;
}
.info h3 {
    display: none;
}
.info p {
    font-size: 1.5rem;
    margin-left: 5vh;
}
.address {
    margin-bottom: 1.25rem;
}
main,
footer {
    display: block;
    position: relative;
    width: 100%;
}
section {
    margin-bottom: 5vw;
}
.section_title,
.intro_text {
    padding-left: 3.2vw;
}
#mainvisual {
    background-color: #c6cdd3;
    position: relative;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
}
.title-text {
    display: block;
    width: 75%;
    margin: 0 auto;
    padding-top: 38vh;
}
#about {
    position: relative;
    padding-top: 10vw;
}
.about_bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.bg2 {
    display: none;
}
#about .intro_text {
    background-color: rgba(255, 255, 255, .8);
    width: 75%;
    padding: 3.2vw;
}
#about strong {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: normal;
    letter-spacing: 0.3rem;
    line-height: 2;
    margin: 0 0 3.25vw -.5vw;
}
#about p {
    width: 62.5vw;
}
.about_img {
    display: block;
    z-index: 2;
    position: relative;
    width: 85%;
    margin: 15vw 0 15vw 15vw;
}
.pickup {
    position: relative;
    background: url('/images/menu_bg.jpg');
    margin-bottom: 10vw;
}
#menu,
#lunch_pickup,
#dinner_pickup {
    padding-bottom: 1.5vw;
}
#menu h2 {
    padding-top: 3vw;
}
.pickup::before {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 0;
    height: 3vw;
    background-size: 3vw 100%;
    background-image: linear-gradient(135deg, #fcf9f3 25%, transparent 25%), linear-gradient(225deg, #fcf9f3 25%, transparent 25%);
    background-position: 0 0;
}
.pickup::after {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 100%;
    display: block;
    height: 3vw;
    background-size: 3vw 100%;
    background-image: linear-gradient(135deg, #f2f3f5 25%, transparent 25%), linear-gradient(225deg, #f2f3f5 25%, transparent 25%);
    background-position: 0 0;
}
.pickup_list {
    position: relative;
    margin: 10vh 0 50vh;
}
.pickup_list:last-of-type {
    margin-bottom: 42vh;
}
.pickup .sp_img {
    z-index: -1;
    display: block;
    width: 75%;
    margin: 0 auto;
}
.absolute {
    position: absolute;
    width: 30%;
}
.absolute1 {
    position: absolute;
    top: 0;
    right: 2.4vw;
}
.absolute2 {
    position: absolute;
    top: 0;
    right: 2.8vw;
}
.absolute3 {
    position: absolute;
    top: 0vw;
    right: 1.2vw;
    width: 32%;
}
.pickup_box {
    width: 100%;
    height: 48vw;
}
.caption {
    width: 68vw;
    margin-top: -15vw;
    padding-left: 3.2vw;
}
#craftpizza .caption {
    margin-top: -10vw;
}
.caption h1 {
    font-weight: bold;
    line-height: 1.5;
}
.btn {
    background: #4a506c;
    width: 70%;
    font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: .7rem;
    margin: 4vw auto 3.5vw;
    padding: 2vw 0;
    border-radius: 1.75vw;
    text-align: center;
    cursor: pointer;
}
.btn a {
    color: #fff;
}
.btn:active {
    background: #9d8a4a;
}
#news {
    position: relative;
}
.news_box {
    justify-content: space-between;
    background-color: #fff;
    width: 90vw;
    margin: 0 auto;
}
#news article {
    display: flex;
    flex-wrap: wrap;
    padding: 4.5vw 4vw;
    transition: .5s;
    cursor: pointer;
}
#news article:active {
    background-color: #c6cdd388;
    transition: .5s;
}
.news_box dt {
    width: 25%;
}
.news_box dd {
    width: 75%;
}
.absolute4 {
    width: 15%;
    top: 48vw;
    right: 1.5vw;
}
#access table {
    margin-left: 2vw;
    margin-bottom: 5vw;
    text-align: left;
}
#access table th {
    width: 20%;
    font-size: 1.5rem;
    padding: 0 5vw;
}
#access table td {
    font-size: 1.5rem;
}
#access iframe {
    display: block;
    width: 100%;
    height: 50vw;
    margin: 0 auto;
}
#reservation {
    z-index: 0;
    position: relative;
    width: 70%;
    background: #4a506c;
    border-radius: 1.75vw;
    margin: 5vw auto 0;
}
#reservation::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #9d8a4a;
    border-radius: 1.75vw;
}
#reservation:active::before {
    width: 100%;
}
#reservation a {
    width: 100%;
    height: 100%;
    transition: .5s;
    padding: 1vw 5vw;
}
#reservation h2 {
    width: 75%;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
#reservation span {
    font-size: 2rem;
    transition: .5s;
    margin-bottom: 1.5vw;
}
footer {
    border-top: 1px solid #404455;
}
footer .flex {
    justify-content: space-around;
    align-items: center;
}
footer a {
    width: 15%;
    padding: 15px 0;
}
footer ul {
    display: flex;
    font-size: 18px;
}
footer li {
    padding: 2vw;
    transition: .5s;
}
.sp_footer {
    display: none;
}
.copy {
    font-size: 10px;
    position: absolute;
    right: 8.5vw;
    bottom: 3vh;
}
}
/* スマホ用レイアウト */
@media screen and (max-width: 767px) {
body {
    font-size: 3rem;
}
h1,
strong {
    font-size: 6rem;
}
h2 {
    font-size: 4.5rem;
    text-align: center;
}
.open_btn {
    position: fixed;
    top: 5vw;
    right: 0;
    cursor: pointer;
    width: 22vw;
    height: 12vw;
    padding: 0;
    z-index: 1000;
}
.open_btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 7.5vw;
    width: 45%;
    height: 1vw;
    background: #fff;
    border-radius: 1.75vw;
}
.open_btn span:nth-of-type(1) {
    top: 1.5vw;
}
.open_btn span:nth-of-type(2) {
    top: 5vw;
}
.open_btn span:nth-of-type(3) {
    top: 8.5vw;
}
.open_btn.active span:nth-of-type(1) {
    top: 2.4vw;
    left: 7.4vw;
    transform: translateY(6px)rotate(-45deg);
    width: 12vw;
}
.open_btn.active span:nth-of-type(2) {
    opacity: 0;
}
.open_btn.active span:nth-of-type(3) {
    top: 5.6vw;
    left: 7.5vw;
    transform: translateY(-6px)rotate(45deg);
    width: 12vw;
}
header {
    z-index: -1;
    position: fixed;
    display: flex;
    flex-direction: column;
    opacity: 0;
    font-size: 4.5rem;
    font-family: serif;
    background: #c5cdd2;
    width: 100%;
    height: calc(100vh + 145px);
    transition: all 0.5s;
}
header.panelactive {
    z-index: 999;
    opacity: 1;
}
header h1 {
    display: block;
    margin: 7vh auto;
    width: 32%;
}
header > .flex {
    display: none;
}
.header-list {
    z-index: 999;
}
.header-list.panelactive {
    display: block;
}
.header-list li {
    margin-bottom: 4vh;
    display: block;
    padding: 2vh 0;
    text-align: center;
}
.header-list li a {
    padding: .5vw;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.info {
    display: none;
}
main,
footer {
    display: block;
    position: relative;
    width: 100%;
}
section {
    margin-bottom: 5vw;
    padding: 3.2vw 0;
}
.section_title,
.intro_text {
    padding: 0 8vw 0 3.2vw;
}
#mainvisual {
    background-color: #c6cdd3;
    position: relative;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
}
.title-text {
    display: block;
    width: 75%;
    margin: 0 auto;
    padding-top: 38vh;
}
#about {
    position: relative;
    padding: 10vw 0;
    background: url('/images/about_2.jpg') center / cover;
}
.about_bg,
.bg2 {
    display: none;
}
#about .intro_text {
    background-color: rgba(255, 255, 255, .8);
    width: 82%;
    margin: 0 auto;
    padding: 3.2vw 2.8vw;
}
#about strong {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: normal;
    margin: 0 0 3.25vw 10vw;
}
#about .sp_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#about h2 {
    margin-bottom: 1vw;
}
#about p {
    width: 79.5%;
    margin: 0 auto;
}
.about_img {
    display: block;
    z-index: 2;
    position: relative;
    width: 82%;
    margin: 5vw auto 0;
}
.pickup {
    position: relative;
    background: url('/images/menu_bg.jpg');
    margin-bottom: 10vw;
}
#menu,
#lunch_pickup,
#dinner_pickup {
    padding-bottom: 1.5vw;
}
#menu h2 {
    padding-top: 3vw;
}
.pickup::before {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 0;
    height: 3vw;
    background-size: 3vw 100%;
    background-image: linear-gradient(135deg, #fcf9f3 25%, transparent 25%), linear-gradient(225deg, #fcf9f3 25%, transparent 25%);
    background-position: 0 0;
}
.pickup::after {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 100%;
    display: block;
    height: 3vw;
    background-size: 3vw 100%;
    background-image: linear-gradient(135deg, #f2f3f5 25%, transparent 25%), linear-gradient(225deg, #f2f3f5 25%, transparent 25%);
    background-position: 0 0;
}
.pickup .intro_text p {
    width: 95%;
    margin: 0 auto;
}
.pickup_list {
    position: relative;
    height: 82vw;
    margin: 10vw 0 50vw;
}
#menu .pickup_list:first-of-type {
    margin-bottom: 56vw;
}
#menu .pickup_list:last-of-type {
    margin-bottom: 45vw;
}
.pickup .sp_img {
    z-index: -1;
    display: block;
    width: 75%;
    margin: 0 auto;
}
.absolute {
    position: absolute;
    width: 30%;
}
.absolute1 {
    position: absolute;
    top: 0;
    right: 2.4vw;
}
.absolute2 {
    position: absolute;
    top: 0;
    left: 2.8vw;
}
.absolute3 {
    position: absolute;
    top: 0vw;
    right: 1.2vw;
    width: 32%;
}
.pickup_box {
    width: 100%;
    height: 48vw;
}
.caption {
    padding-left: 3.2vw;
    margin: 0 auto;
}
.caption strong {
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.caption p {
    width: 85.2%;
    margin: 5vw auto 0;
}
.caption br,
.set_drink br {
    display: none;
}
.btn {
    background: #4a506c;
    width: 75%;
    font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
    font-weight: bold;
    letter-spacing: .7rem;
    margin: 4vw auto 6vw;
    padding: 3vw 0;
    text-align: center;
    cursor: pointer;
    border-radius: 1.75vw;
}
.btn a {
    color: #fff;
    padding-left: 3vw;
}
.btn:active {
    background: #9d8a4a;
}
#news {
    position: relative;
}
.news_box {
    justify-content: space-between;
    background-color: #fff;
    width: 90vw;
    margin: 0 auto;
}
#news article {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 4.5vw 4vw;
    transition: .5s;
    cursor: pointer;
}
#news article:active {
    background-color: #c6cdd388;
    transition: .5s;
}
.news_box dt {
    width: 25%;
    margin-bottom: 3vw;
}
.absolute4 {
    width: 15%;
    top: 4vw;
    right: 28vw;
}
#access table {
    width: 100%;
    margin-bottom: 5vw;
    text-align: left;
}
#access table th {
    display: block;
    background: #c6cdd388;
    width: 100%;
    margin: 3.5vw 0;
    padding: 3.2vw;
}
#access table th:empty {
    display: none;
}
#access table td {
    display: block;
    width: 100%;
    padding: 0 3.2vw;
}
#access iframe {
    display: block;
    width: 100%;
    height: 50vh;
    margin: 0 auto;
    padding: 5vw 0;
}
#reservation {
    z-index: 0;
    position: relative;
    width: 75%;
    background: #4a506c;
    border-radius: 1.75vw;
    margin: 3.5vw auto 0;
}
#reservation::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #9d8a4a;
    border-radius: 1.75vw;
}
#reservation:active::before {
    width: 100%;
}
#reservation a {
    width: 100%;
    height: 100%;
    transition: .5s;
    padding: 1vw 5vw;
}
#reservation h2 {
    width: 75%;
    color: #fff;
    font-size: 6rem;
    letter-spacing: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 3vw auto;
}
#reservation span {
    font-size: 3rem;
    transition: .5s;
}
footer {
    border-top: 1px solid #404455;
    padding-top: 5vw;
}
footer .flex {
    display: block;
    margin-bottom: 3vw;
    text-align: center;
}
footer .logo {
    width: 45%;
}
footer nav ul a {
    width: 50%;
    margin: 0 auto;
    padding: 3.5vw 0;
}
footer ul {
    display: flex;
    flex-direction: column;
    font-size: 4.5rem;
}
footer ul > li {
    width: 100%;
    padding: 2vw;
    text-align: center;
}
.sp_footer .followme ul {
    width: 50%;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
}
.sp_footer .followme ul li {
    width: 12vw;
    height: 12vw;
    background-color: #4a506c;
    border-radius: 2.25vw;
    margin: 0;
    padding: 2vw;
}
.followme .flex {
    flex-direction: column;
    justify-content: space-between;
}
.followme ul li {
    display: flex;
    align-items: center;
}
.followme ul li:last-of-type {
    margin-bottom: 0;
}
.followme i {
    font-size: 3.5rem;
    color: #fff;
}
.sp_footer .info {
    display: flex;
    justify-content: space-around;
    margin: 7vw 0;
}
.sp_footer .info h3 {
    display: none;
}
.copy {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}
}