@charset "utf-8";

body {
    font: .875rem /1.8 "游明朝", "YuMincho", sans-serif;
    background: #fff;
    color: #363636;
}

.inner {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.s_inner {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

* {
    box-sizing: border-box;
}

.df {
    display: flex;
}

.sb {
    justify-content: space-between;
}

.sa {
    justify-content: space-around;
}

.jc_c {
    justify-content: center;
}

.al_c {
    align-items: center;
}

.w_30 {
    width: 30%;
}

.w_45 {
    width: 45%;
}

.w_70 {
    width: 70%;
}

.w_100 {
    width: 100%;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mb_80 {
    margin-bottom: 80px;
}

.f_w {
    flex-wrap: wrap;
}

.fd_c {
    flex-direction: column;
}

.ta_c {
    text-align: center;
}

header {
    padding: 20px 0;
    margin-bottom: 8px;
}

header .site_logo img {
    width: 150px;
}

header li {
    width: 150px;
    text-align: center;
    border-left: 1px solid #bf9a72;
    font-family: "游ゴシック", "游ゴシック体", "Yo Gothic", YoGothic, "游明朝", "YuMincho", sans-serif;
}

header li:last-child {
    border-right: 1px solid #bf9a72;
}

header li a {
    color: #fff;
}

header li span {
    font-size: .625rem;
}

span,
em {
    display: block;
}

main {
    border-bottom: 5px solid #d3aa7e;
}

h1 {
    text-align: center;
    height: 630px;
    font-size: 1.25rem;
    padding-top: 220px;
    background: url(../images/top_first_view.jpg);
    text-shadow: rgb(255 255 255 / 70%) 1px 1px 15px, rgb(255 255 255 / 70%) -1px 1px 15px, rgb(255 255 255 / 70%) 1px -1px 15px, rgb(255 255 255 / 80%) -1px -1px 15px, rgb(255 255 255 / 80%) 2px 2px 15px, rgb(255 255 255 / 90%) -2px 2px 15px, rgb(255 255 255 / 90%) 2px -2px 15px, rgb(255 255 255 / 90%) -2px -2px 15px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

h1 span {
    font-size: .75rem;
}

h1 em {
    font-size: 2.25rem;
}

h2 {
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "Yo Gothic", YoGothic, "游明朝", "YuMincho", sans-serif;
    color: #bf9a72;
    font-size: 2rem;
}

h2 span {
    font-family: "游明朝", "YuMincho", sans-serif;
    color: #363636;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 80px;
}

section {
    padding: 100px 0;
}

header,
#about,
#access,
footer {
    background: url(../images/snack_bg1.png);
}

#about span,
#access span {
    color: #fff;
}

#about p {
    margin-bottom: 50px;
    color: #fff;
}

#about li {
    width: 400px;
    height: 300px;
    background: #d3aa7e url(../images/floor_bg1.jpg) no-repeat top -47px center / 100%;
    border: 2px solid #e0bc94;
    border-radius: 30px;
    position: relative;
}

#about li+li {
    margin-left: 30px;
    background: #d3aa7e url(../images/top_first_view.jpg)no-repeat top center / 182%;
}

#about li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    padding: 245px 0 0 30px;
    color: #fff;
}

#about li a::before,
#about li a::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    height: 1px;
}

#about li a::before {
    width: 30px;
    right: 30px;
    bottom: 23px;
    transform: skewY(25deg);
}

#about li a::after {
    width: 200px;
    right: 30px;
    bottom: 17px;
}

#floor section {
    background: #d3aa7e;
    padding: 0;
    margin-bottom: 8px;
}

#floor section:nth-child(odd) {
    background: url(../images/snack_bg1.png);
    padding: 0;
    margin-bottom: 8px;
}

#floor section:nth-child(odd) p,
#floor section:nth-child(odd) h3 {
    color: #fff;
}

#floor img {
    width: calc(100% / 2);
    height: 300px;
    object-fit: cover;
}

#floor div div {
    padding-left: 30px;
}

#cast,
#reserve {
    background: #f7f3ef;
}

#cast p {
    text-align: center;
    margin-bottom: 80px;
}

#cast li {
    width: calc((100% / 4) - 10px);
    height: 340px;
    padding-top: 285px;
    background: url(../images/horikoshi.png)no-repeat top 10px center / 86%;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 40%);
}

#cast li:nth-of-type(2) {
    background: url(../images/toyama2.png)no-repeat top 10px center / 75%;
}
#cast li:nth-of-type(3) {
    background: url(../images/tutui.png)no-repeat top 20px center / 90%;
}
#cast li:nth-of-type(4) {
    background: url(../images/atarako.png)no-repeat top 10px center / 70%;
}

#access {
    color: #fff;
}

#access h3 {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    color: #d3aa7e;
    margin-bottom: 50px;
}

#access h3:nth-of-type(2) {
    margin-top: 50px;
}

#access dl {
    width: 60%;
}

#access iframe {
    width: calc((100% - 60%) - 20px);
}

#access dt {
    float: left;
    clear: both;
    width: 30%;
    padding: 30px 0 30px 10px;
}

#access dd {
    padding-left: 30%;
    border-top: 1px solid #d3aa7e;
    padding: 30px 0 30px 30%;
}

#access dd:last-child {
    border-bottom: 1px solid #d3aa7e;
}

#access table {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 4;
}

#access th {
    background: #d3aa7e;
    color: #fff;
    border: 1px solid #d3aa7e;
    border-right: 1px solid #fff;
    width: calc(100% / 2);
}

#access th:last-of-type {
    border-right: 1px solid #d3aa7e;
}

#access td {
    background: transparent;
    border: 1px solid #d3aa7e;
}

#reserve p {
    margin-bottom: 80px;
}

#reserve dl {
    line-height: 4;
    width: 80%;
    margin: 0 auto 50px;
}

#reserve dt {
    float: left;
    clear: left;
    width: 30%;
}

#reserve dd {
    width: 70%;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    height: 40px;
    background-color: #f7f3ef;
    border: 1px solid #d3aa7e;
    padding-left: 10px;
}

input[type="submit"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    padding: 0 20px;
    background-color: #d3aa7e;
    border: 1px solid #e0bc94;
}

select {
    display: inline-block;
    height: 40px;
    background-color: #f7f3ef;
    border: 1px solid #d3aa7e;
    padding: 0 15px;
    box-sizing: border-box;
}

footer {
    padding: 80px 0 20px;
    text-align: center;
}

footer .footer_logo img {
    width: 150px;
    margin-bottom: 60px;
}

footer ul {
    margin-bottom: 30px;
}

footer li {
    width: calc(100% / 5);
}

footer a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

footer small {
    color: #fff;
    font-size: .625rem;
}

#top {
    position: fixed;
    right: calc((100% - 1280px) / 2);
    bottom: 50px;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    display: none;
}

#top a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    color: transparent;
    border-radius: 50%;
    background-color: #d3aa7e;
}

#top a::before {
    font-size: 2rem;
    content: "^";
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 6%);
    display: block;
}