@charset "UTF-8";

/*!
Theme Name: 魚料理あのの
*/

/* フォント関連 */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.ysr {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

/* 全体 */
html, body {
  overflow-x: hidden;
}

body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

img {
  width: 100%;
}

.wrap {
    position: relative;
    min-width: 965px;
}

/* ヘッダー */
header {
    position: fixed;
    width: 100%;
    background: rgb(73 91 115 / 33%);
    padding: 20px 0;
    z-index: 10;
    min-width: 965px;
}
header nav.pc-menu ul {
    display: flex;
    justify-content: center;
}
header nav.pc-menu ul li {
    border-right: 3px solid #fff;
    position: relative;
}
header nav.pc-menu ul li:last-child {
    border-right: none;
}
header nav.pc-menu ul li a {
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 0 50px;
}
header nav.pc-menu ul li a:hover {
    opacity: 0.7;
}
header nav.pc-menu ul li .treeview {
    position: absolute;
    display: block;
    width: 100%;
    background: rgb(73 91 115 / 33%);
    top: calc(100% + 20px);
    left: 0;
    transition: all 0.5s linear;
    height: 0;
    padding: 0;
    overflow-y: hidden;
}
header nav.pc-menu ul li .treeview.open {
    height: auto;
    padding: 10px 0 0;
}
header nav.pc-menu ul li .treeview a {
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
header nav.pc-menu ul li .spacer {
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
}

/* スマホメニュー */
.hamburger-menu {
    position: fixed;
    z-index: 10;
}
.menu-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #DCD0B7;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #212f51;
    position: absolute;
    transition: all .5s;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
#menu-btn-check:checked ~ .menu-btn {
    border: 2px solid #212f51;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #dcd0b7;
    transition: all 0.5s;
    padding: 80px 0;
}
.menu-content ul {
    padding: 50px 10px 30px;
}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color: #212f51;
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.menu-content .sp-menu-logo {
    width: 100px;
    margin: auto;
}
.menu-content a.btn-sp-reserve {
    display: block;
    background: #212f51;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 13em;
    padding: 15px 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}
.menu-content a.btn-sp-reserve:hover {
    background: #374a78;
}
.sp-menu-btn {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
}

/* キービジュアル */
.kv-image {
    position: relative;
    min-height: 100vh;
    background-image: url(../img/kv.jpg);
    background-size: cover;
    background-position: center;
}
.kv-image .kv-over {
    position: absolute;
    top: 40vh;
    left: 60px;
    width: auto;
}
.kv-image .kv-over h1 {
    width: 80px;
    margin: auto;
}
.kv-image .kv-over .reserve {
    width: 170px;
    margin: auto;
    margin-top: 40px;
}
.kv-image .kv-over .reserve a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    font-weight: bold;
    padding: 15px 0;
    font-size: 22px;
}
.kv-image .kv-over .to-about {
    width: 240px;
    margin: auto;
    margin-top: 6px;
}
.kv-image .kv-over .to-about a {
    display: block;
    text-align: center;
    background: #212F52;
    color: #fff;
    text-decoration: underline;
    padding: 14px 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border: 3px solid #495B73;
}

/* 第1セクション */
section.main-image {
    background-image: url(../img/main_image_01.jpg);
    height: 496px;
    background-size: cover;
    background-position: right;
    display: table;
    width: 100%;
}
section.main-image p {
    text-align: center;
    color: #fff;
    line-height: 2.2;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

/* 第2セクション */
section.about {
    background-image: url(../img/main_image_02.jpg);
    background-size: cover;
    background-position: center;
    height: 942px;
    position: relative;
}
section.about p {
    text-align: center;
    color: #fff;
    line-height: 2.2;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: 50%;
}

/* お客様の声、メニュー */
section.voice-and-menu {
    background: rgb(219,206,180);
    background: linear-gradient(180deg, rgba(219,206,180,1) 0%, rgba(255,255,255,1) 100%);
}
section.voice-and-menu .customer-voice {
    padding: 120px 60px;
}

h2.subtitle {
    width: 204px;
    margin: auto;
    margin-bottom: 40px;
}

p.instagram-hashtag {
    color: #495B73;
    margin-bottom: 50px;
}
p.instagram-hashtag a:hover {
    opacity: 0.8;
}
p.instagram-hashtag span.icon {
    background: #212F52;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
}
p.instagram-hashtag span.hashtag {
    font-size: 20px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: inline-block;
    margin-left: 4px;
}

section.voice-and-menu .customer-voice .instagram-more {
    width: 180px;
    margin: auto;
    margin-top: 25px;
}
section.voice-and-menu .customer-voice .instagram-more a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #495B73;
    font-size: 20px;
    padding: 12px 0;
    position: relative;
}
section.voice-and-menu .customer-voice .instagram-more a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5.5px;
    right: 0;
    border-top: 1px solid #495B73;
    border-right: 1px solid #495B73;
    transform: rotate(45deg);
}
section.voice-and-menu .customer-voice .instagram-more a:hover {
    opacity: 0.5;
}

.menu-genre {
    padding: 0 25px;
}
.menu-genre p {
    text-align: center;
    color: #fff;
    background: #212F52;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
}
.menu-text {
    padding: 60px 0;
    text-align: center;
}
.menu-text p {
    writing-mode: vertical-rl;
    line-height: 2;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: start;
}

.menu-photo {
    padding: 0 25px;
}
.menu-photo .menu-photo-image-row1 {
    height: 170px;
    background-position: center;
    background-size: cover;
}
.menu-photo .menu-photo-image-row2 {
    height: 400px;
    background-position: center;
    background-size: cover;
}
.menu-photo .menu-photo-image-row3 {
    height: 400px;
    background-position: center;
    background-size: cover;
}

.menu-photo.lunch  .menu-photo-image-row1.col1 {
    background-image: url(../img/lunch_menu_image_1.jpg);
}
.menu-photo.lunch .menu-photo-image-row1.col2 {
    background-image: url(../img/lunch_menu_image_2.jpg);
}
.menu-photo.lunch .menu-photo-image-row2.col1 {
    background-image: url(../img/lunch_menu_image_3.jpg);
}
.menu-photo.lunch .menu-photo-image-row2.col2 {
    background-image: url(../img/lunch_menu_image_4.jpg);
}
.menu-photo.lunch .menu-photo-image-row2.col3 {
    background-image: url(../img/lunch_menu_image_5.jpg);
}
.menu-photo.lunch .menu-photo-image-row3.col1 {
    background-image: url(../img/lunch_menu_image_6.jpg);
}
.menu-photo.lunch .menu-photo-image-row3.col2 {
    background-image: url(../img/lunch_menu_image_7.jpg);
}

.menu-photo.fish  .menu-photo-image-row1.col1 {
    background-image: url(../img/fish_menu_image_1.jpg);
}
.menu-photo.fish .menu-photo-image-row1.col2 {
    background-image: url(../img/fish_menu_image_2.jpg);
}
.menu-photo.fish .menu-photo-image-row2.col1 {
    background-image: url(../img/fish_menu_image_3.jpg);
}
.menu-photo.fish .menu-photo-image-row2.col2 {
    background-image: url(../img/fish_menu_image_4.jpg);
}
.menu-photo.fish .menu-photo-image-row2.col3 {
    background-image: url(../img/fish_menu_image_5.jpg);
}
.menu-photo.fish .menu-photo-image-row3.col1 {
    background-image: url(../img/fish_menu_image_6.jpg);
}
.menu-photo.fish .menu-photo-image-row3.col2 {
    background-image: url(../img/fish_menu_image_7.jpg);
}

.menu-photo.dinner  .menu-photo-image-row1.col1 {
    background-image: url(../img/dinner_menu_image_1.jpg);
}
.menu-photo.dinner .menu-photo-image-row1.col2 {
    background-image: url(../img/dinner_menu_image_2.jpg);
}
.menu-photo.dinner .menu-photo-image-row2.col1 {
    background-image: url(../img/dinner_menu_image_3.jpg);
}
.menu-photo.dinner .menu-photo-image-row2.col2 {
    background-image: url(../img/dinner_menu_image_4.jpg);
}
.menu-photo.dinner .menu-photo-image-row2.col3 {
    background-image: url(../img/dinner_menu_image_5.jpg);
}
.menu-photo.dinner .menu-photo-image-row3.col1 {
    background-image: url(../img/dinner_menu_image_6.jpg);
}
.menu-photo.dinner .menu-photo-image-row3.col2 {
    background-image: url(../img/dinner_menu_image_7.jpg);
}

p.menu-notice {
    text-align: center;
    margin: 30px 0 60px;
    font-size: 18px;
    color: #495B73;
}

o.indent {
    display: block;
    text-indent: -1em;
    margin-top: 1em;
}

.master-image {
    margin-bottom: 50px;
}

section.shop-information {
    background-image: url(../img/bg_shop_information.jpg);
    padding-top: 350px;
}

.information-wrap {
    padding: 0 100px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 80px;
}
.information {
    width: 50%;
}
.information table {
    width: 100%;
    table-layout: fixed;
}
.information table th, .information table td {
    padding: 20px 0 5px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.information table th {
    color: #DBCEB4;
    font-weight: normal;
    width: 10em;
}
.information table td {
    color: #fff;
}
.information table td.left {
    text-align: left!important;
    padding-left: 7vw;
}
.information table td.left span {
    display: block;
    text-indent: -2em;
    margin-left: 2em;
}
.information-wrap .map {
    width: 50%;
}
.information-wrap .map .address {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 20px;
}
.information-wrap .map .ggmap {
  position: relative;
  width: 100%;
  height: 300px;
  /* padding-top: 75%; */
}
.information-wrap .map .ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reserve-wrap {
    padding: 80px 0 0;
    text-align: center;
}
.reserve-wrap a {
    display: inline-block;
    background: #fff;
    font-size: 18px;
    padding: 12px 30px;
    margin-bottom: 350px;
}
.reserve-wrap a:hover {
    opacity: 0.8;
}

.recruit-wrap p.recruit-description {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}

.information.recruit {
    margin-top: 60px;
    width: 100%;
    padding: 0 100px;
}
.information.recruit table th, .information.recruit table td {
    padding: 30px 0;
    border-bottom: 1px dotted #fff;
}
.information.recruit table th {
    padding-left: 200px;
    padding-right: 50px;
    width: 25em;
}
.information.recruit table td {
    text-align: left;
}

p.recruit-contact {
    padding: 30px 0 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
p.recruit-contact a {
    text-decoration: underline;
}
p.recruit-contact a:hover {
    opacity: 0.8;
}

.sign {
    background: #212F52;
    padding: 150px 25%;
    display: block;
    position: relative;
    text-align: center;
}
.sign .footer-logo {
    width: 80px;
    margin: auto;
    margin-bottom: 30px;
}
.sign .footer-information {
    color: #fff;
    font-size: 20px;
}
.sign .footer-information .footer-address {
    margin-bottom: 30px;
}
.sign .footer-information .footer-phone a {
    text-decoration: underline;
}
.sign .footer-information .footer-phone a:hover {
    opacity: 0.8;
}

footer {
    position: relative;
}
a.footer-instagram {
    position: relative;
    width: 34px;
    display: block;
    margin: auto;
}
