@charset "utf-8";
@import url(sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');

/* flexbox */

.flex {
    display: flex;
    justify-content: space-between;
}

/* custom property */

:root {
    --txt_color: #FCFAF7;
    --bg_color: #0F111A;
}

/* settings */

body {
    background-color: var(--bg_color);
    color: var(--txt_color);
    font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 2rem;
}

a {
    text-decoration: none;
    color: var(--txt_color);
}

img {
    vertical-align: bottom;
}

ul li {
    list-style: none;
}

h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

h2 .ja {
    display: block;
    border-bottom: 1px solid #585C8B;
    font-size: 24px;
}

h2 .en {
    font-size: 16px;
    color: #585C8B;
    font-family: 'Homemade Apple', cursive;
}

.btn_area {
    margin-top: 32px;
}

.btn {
    display: inline-block;
    position: relative;
    width: 192px;
    height: 48px;
    border: 1px solid var(--txt_color);
    color: var(--txt_color);
    margin: 0 auto;
    transition: all 0.4s;
    background-color: rgba(252, 250, 247, 0);
}

.btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn span::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -40px;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--txt_color);
    border-right: 1px solid var(--txt_color);
    transform: rotate(45deg);
}

.btn:hover {
    background-color: rgba(252, 250, 247, 0.1);
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.br_tab {
    display: none;
}

.br_sp {
    display: none;
}

.header-logo-menu {
    display: none;
}

.nav-unshown {
    display:none;
}

/* header */

.header {
    position: fixed;
    height: 90px;
    width: 100%;
    padding: 0 40px;
    align-items: center;
    z-index: 1;
    background-color: rgba(15, 17, 26, 0.8);
}

.header .site_title img {
    width: 240px;
}

.header .flex {
    align-items: center;
}

.header .header_sns a {
    margin-left: 16px;
}

.header .globalnav {
    width: auto;
    /* margin-right: -80px; */
}

.header .globalnav ul {
    padding-left: 0;
}

.header .globalnav ul li {
    margin-left: 24px;
    white-space: nowrap;
}

.header .globalnav ul li a {
    color: var(--txt_color);
}

.header .globalnav a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.header .globalnav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--txt_color);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.header .globalnav a:hover::after {
    transform: scale(1, 1);
}

.header_reseve_area {
    position: relative;
    text-align: right;
}

.header_bar {
    position: fixed;
    top: 90px;
    right: 44px;
    z-index: 2;
    width: 190px;
    filter: drop-shadow(2px 2px 5px var(--bg_color));
}

.header_reseve {
    position: fixed;
    top: 95px;
    right: 40px;
    z-index: 3;
    width: 200px;
    box-shadow: 2px 2px 5px var(--bg_color);
    transition: 0.2s;
}

.header_reseve:hover {
    top: 105px;
}

/* mainvisual */

main {
    padding: 8px;
}

.mainvisual {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/mv.jpg);
    background-size: cover;
    background-position: left bottom;
}

.mv_txt .copy{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    filter: drop-shadow(0 0 0.6rem rgba(252, 250, 247, 0.4));
}

.mv_txt .mv_starry {
    position: absolute;
    right: 25%;
    top: 65%;
    transform: rotate(-8deg);
    width: 420px;
}

.mv_txt .scroll {
    position: absolute;
    right: 200px;
    bottom: 30px;
    width: 22px;
}

/* about */

.about {
    padding: 64px 0;
}

/* news */

.news {
    padding: 64px 0 40px;
    background-color: rgba(88, 92, 130, 0.3);
}

.news img {
    margin-top: 20px;
    width: 250px;
    height: 300px;
    box-shadow: 2px 2px 8px rgba(15, 17, 26, 0.8)
}

.news img:hover {
    transform: translate3d(2px, 2px, 0);
    box-shadow: none;
    opacity: 0.7;
}

.news .news-list {
    width: 950px;
}

.news ul {
    text-align: left;
}

.news ul li {
    border-bottom: 1px solid #707070;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.news ul li a {
    display: flex;
    align-items: flex-start;
}

.news ul li .news_inner {
    white-space: nowrap;
}

.news ul li time {
    width: 80px;
}

.news ul li span {
    display: inline-block;
    margin: 0 16px;
    width: 100px;
    text-align: center;
    font-size: 13px;
}

.news ul li .campaign_span {
    background-color: #453B22;
}

.news ul li .news_span {
    background-color: #0A112F;
}

.news ul li .event_span {
    background-color: #4A4E52;
}

.news ul li p {
    display: block;
    margin: 0;
}

.news ul li p:hover {
    opacity: 0.7;
}

.news .btn_area {
    text-align: right;
}

/* charm */

.charm {
    padding: 88px 0;
}

.charm_content {
    margin: 48px 0 158px;
}

.charm_content:last-child {
    margin-bottom: 16px;
}

.charm_inner {
    align-items: center;
    position: relative;
}

.charm img {
    width: 520px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.charm .pic-container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    text-align: center;
    z-index: -1;
    width: 700px;
    height: 470px;
}

.charm .pic-container:before {
    content: "";
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='flt-bl92f59d' x='0' y='0' width='1' height='1' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='10' result='flt-bl92f59d-2'/%3E%3CfeMorphology operator='dilate' radius='10'/%3E%3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='flt-bl92f59d-2'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#flt-bl92f59d") brightness(55%);;
    z-index: -2;
}

.charm .pic-bg1 {
    background-image: url(../img/charm1.jpg);  
}

.charm .pic-bg2 {
    background-image: url(../img/charm2.jpg);
}

.charm .pic-bg3 {
    background-image: url(../img/charm3.jpg);
}

.charm_txt {
    position: absolute;
    right: 0;
    text-align: right;
    width: 568px;
}

h3 {
    display: block;
    width: 568px;
    margin-top: 0;
    font-size: 48px;
    font-weight: normal;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    text-align-last: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.5rem;
    text-align: center;
}

.line {
    width: 120px;
    border-color: rgba(252, 250, 247, 0.4);
    margin-bottom: 32px;
}

.charm_txt p {
    margin-bottom: 32px;
    letter-spacing: 0.3rem;
    line-height: 2.3rem;
    text-shadow: 1px 1px 10px rgba(15, 17, 26, 0.8);
}

.more_area {
    text-align: right;
}

.more_btn {
    display: block;
    position: relative;
    color: var(--txt_color);
    letter-spacing: 0.3rem;
}

.more_btn:after {
    content: "";
    display: block;
    width: 160px;
    border-bottom: 1px solid var(--txt_color);
    position: absolute;
    right: 0;
    bottom: -8px;
    transition: 0.3s;
}

.more_btn:hover:after {
    width: 80px;
}

.beer .charm_inner {
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}

.beer .charm_txt {
    position: absolute;
    left: 0;
    text-align: left;
    width: 568px;
}

/* info */

.info {
    background-image: url(../img/info.jpg);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 420px;
    align-items: center;
}

.info_container {
    padding: 80px 0;
    height: 340px;
    border: 1px solid var(--txt_color);
}

h4 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

/* access */

.access {
    margin: 88px auto;
}

.access .flex {
    align-items: center;
    margin-top: 32px;
}

.access_txt {
    text-align: left;
}

.access_txt .access_title {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #707070;
}

.access_txt p {
    margin: 0;
}

.access_txt .access_root {
    margin-top: 32px;
}

.access iframe {
    width: 70%;
    height: 490px; 
}

/* gallery */

.gallery {
    padding: 88px 0;
}

.gallery .flex {
    flex-wrap: wrap;
    justify-content: center;
}

.gallery ul {
    padding-left: 0;
    margin: 0 auto;
}

.gallery ul li img {
    width: 200px;
}

/* footer */

#footer {
    overflow: hidden;
}

.footer_container {
    background-color: #DDD;
    background-image: url(../img/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    border-top-right-radius: 2000px 300px;
    border-top-left-radius: 2000px 300px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    border-top: 1px solid #585C8B;
    box-shadow: 0 0 8px rgba(255, 255, 200, 0.2);
}

#footer .footer_logo img {
    margin: 88px 0 72px;
    width: 350px;
    filter: drop-shadow(0 0 20px rgba(252, 250, 247, 0.6));
}

#footer .footer_inner {
    justify-content: center;
    margin-bottom: 40px;
}

#footer .footer_address_area {
    text-align: left;
    padding-right: 40px;
}

#footer .footer_address_area p {
    margin: 0;
}

#footer .footer_btn_area {
    padding-left: 40px;
}

.footer_btn_area a {
    display: block;
    width: 226px;
    margin-bottom: 24px;
    padding: 4px 24px;
    color: var(--bg_color);
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s;
}

.footer_btn_area a:hover{
    opacity: 0.7;
}

.footer_btn_reseve {
    background-color: #CEA639;
}

.footer_btn_contact {
    background-color: #585C8B;
}

.footer_btn_area .ja {
    display: block;
    border-bottom: 1px solid var(--bg_color);
}

.footer_btn_area .en {
    font-family: 'Homemade Apple', cursive;
}

#footer .sns {
    justify-content: center;
    margin-bottom: 48px;
}

#footer .sns .fab {
    margin-left: 24px;
}

#footer nav {
    justify-content: center;
}

#footer nav ul {
    margin-bottom: 72px;
}

#footer nav ul li {
    margin-right: 24px;
}

#footer nav ul li:last-child {
    margin-right: 0;
}

#footer nav ul li a {
    position: relative;
}

#footer nav ul li a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--txt_color);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#footer nav ul li a:hover::after {
    transform: scale(1, 1);
}

/* page settings */

.page_title {
    max-width: 600px;
    text-align: center;
    font-weight: normal;
    text-shadow: 0 0 20px rgba(73, 34, 34, 0.6);
    position: relative;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    padding-top: 180px;
}

.page_title .ja {
    font-size: 32px;
    border-bottom: 1px solid #FCFAF7;
    font-weight: normal;
    padding-bottom: 16px;
    letter-spacing: 0.5rem;
}

.page_title .en {
    display: block;
    font-size: 24px;
    font-family: 'Homemade Apple', cursive;
    padding-top: 32px;
}

/* page about */

.header_about {
    background-image: url(../img/about.jpg);
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: 50% 80%;
    margin-bottom: 32px;
}

.header_about .page_title{
    left: 30%;
}

/* page news */

/* page info */
.header_info {
    background-image: url(../img/info_header.jpg);
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 32px;
}

/* page shop */

/* page jby */

/* page contact */

.header_contact {
    background-image: url(../img/contact.jpg);
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 32px;
}

form {
    margin: 64px 0;
}

form .item {
    display: flex;
    margin-bottom: 24px;
}

label {
    width: 20%;
    text-align: right;
    margin-right: 16px;
}

span.required {
    background-color: #CEA639;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    color: var(--bg_color);
}

input, textarea {
    width: 700px;
    background-color: var(--txt_color);
    color: var(--bg_color);
}

.submit_btn button {
    display: block;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    padding: 12px 30px;
    border: 1px solid var(--txt_color);
    transition: all 0.5s;
    font-family: inherit;
}

.submit_btn button:hover {
    background-color: var(--txt_color);
    color: var(--bg_color);
}

