@charset "utf-8";
@font-face {
    font-family: "ITALIANPLATENO2-BOLD";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ITALIANPLATENO2-BOLD.woff) format('woff')
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/RobotoCondensed-Bold.woff) format('woff')
}
@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-display: block;
    src: url('../fonts/icomoon.woff?lgj1hn') format('woff');
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow {
    text-decoration: none;
    margin-right: 2px;
}
.icon-arrow:before {
    content: "\e900";
    text-decoration: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■共通スタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}
main, article, aside, details, summary, blockquote, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
h1, h2, h3, h4, h5, dl, dt, dd, ol, ul, li, p, figure {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
img, iframe, select, textarea {
    vertical-align: top;
}
img {
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    height: 100%;
    font-family: "icomoon", "Meiryo UI", Meiryo, "メイリオ", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    background: #000;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
}
p {
    line-height: 1.5;
    margin-bottom: 16px;
}
p:last-of-type {
    margin-bottom: 0;
}
li {
    line-height: 1.5;
}
dt {
    line-height: 1.5;
}
a {
    color: #000;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}
.fadein {
    opacity: 0;
    transform: translateY(24px);
    transform: translateY(0);
    transition: all 1s;
}
.indent {}
.indent.level1 {
    padding-left: 1em;
    text-indent: -1em;
}
.indent.level2 {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.indent.level3 {
    padding-left: 2em;
    text-indent: -2em;
}
.center {
    text-align: center;
}
/*-------------------------------------------------------------------------
	top
-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .sp {
        display: none !important
    }
    body {
        font-size: 16px;
    }
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
    main {
        margin: 0;
    }
    section {
        padding: 60px 0;
    }
    .inner {
        width: calc(100% - 64px);
        max-width: 1024px;
        margin: 0 auto;
    }
    .inner.wide {
        max-width: 1200px;
    }
    .inner.thin {
        max-width: 890px;
    }
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .pc {
        display: none !important
    }
    body {
        font-size: 14px;
    }
    main {}
    section {
        padding: 10px 0;
    }
    main p {
        margin-bottom: 16px;
    }
    .inner {
        width: calc(100% - 32px);
        margin: 0 16px;
    }
    .inner.wide {}
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■anniversary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#anniversary {
    background: #005f3d;
    background-image: url("../img/bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 12px 0 40px;
}
#anniversary .special {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
#anniversary .special p {
    width: 48%;
    margin: 0;
}
@media screen and (max-width: 767px) {
    #anniversary .special p {
        width: 98%;
    }
}
/*-------------------------------------------------------------------------
	head
-------------------------------------------------------------------------*/
#anniversary .head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
#anniversary .logo {
    display: inline-block;
    width: 50%;
    max-width: 300px;
}
#anniversary h1 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 32px;
}
#anniversary .head .hero {
    width: 60%;
}
#anniversary .head h1 strong {
    display: flex;
    align-items: center;
    color: #E64B4A;
    margin-bottom: 16px;
}
#anniversary .head h1 strong i {
    flex: none;
    width: 56px;
    height: 56px;
    background: #E64B4A;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#anniversary .head h1 strong i + i {
    margin-left: 6px;
}
#anniversary .head h1 strong b {
    font-size: 56px;
    font-weight: bold;
    margin-left: 20px;
}
#anniversary .head h1 u {
    color: #DA8E00;
    background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    padding-bottom: 12px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
}
#anniversary .head h1 u b {
    font-size: 72px;
    letter-spacing: -0.05em;
    margin-right: 24px;
}
#anniversary .head h1 .days {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#anniversary .head h1 .days b {
    font-size: 64px;
}
#anniversary .head h1 .days b span {
    font-weight: normal;
}
#anniversary p {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 16px;
}
#anniversary .link a {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    box-sizing: border-box;
    background: #DAA520;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: .25s;
}
#anniversary .link a:hover {
    background: #fff;
    color: #007A55;
}
#anniversary .attention {
    font-size: 14px;
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #anniversary .head {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #anniversary .head h1 strong {
        margin-bottom: 8px;
    }
    #anniversary .head h1 strong i {
        width: 28px;
        height: 28px;
        font-size: 24px;
    }
    #anniversary .head h1 strong i + i {
        margin-left: 4px;
    }
    #anniversary .head h1 strong b {
        font-size: 24px;
        margin-left: 8px;
    }
    #anniversary .head h1 {
        margin-top: 12px;
        margin-bottom: 24px;
    }
    #anniversary .head h1 u {
        text-decoration: none;
        margin-bottom: 0px;
        text-align: center;
    }
    #anniversary .head h1 u b {
        width: 100%;
        font-size: 36px;
        margin-right: 0;
        margin-bottom: 8px;
    }
    #anniversary .head h1 .days {
        font-size: 16px;
    }
    #anniversary .head h1 .days b {
        font-size: 24px;
    }
    #anniversary .head .hero {
        width: 80%;
    }
    #anniversary p {
        font-size: 18px;
        margin: 0 5px 24px;
    }
    #anniversary .link a {
        font-size: 18px;
    }
    #anniversary .link a {
        height: 72px;
        font-size: 18px;
    }
    #anniversary .attention {
        font-size: 12px;
    }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■information
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#information {
    background: #eee;
    padding-top: 64px;
}
/*-------------------------------------------------------------------------
	store
-------------------------------------------------------------------------*/
.store {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 48px;
}
.store li {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}
.store h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
}
.store dl {}
.store dt {
    margin-bottom: 16px;
}
.store dd {}
.store dd p b {
    font-size: 24px;
}
.store dd p small {
    font-size: 14px;
}
.store dd .red {
    color: #9A3433;
    font-weight: bold;
}
.store dd .link a {
    width: 100%;
    max-width: 234px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    border: 2px solid #007A55;
    box-sizing: border-box;
    color: #007A55;
    transition: .25s;
}
.store dd .link a:hover {
    background: #007A55;
    color: #fff;
}
.map {
    position: relative;
    width: 100%;
    padding-top: 75%;
    margin-bottom: 16px;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.store + .link a {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    border: 2px solid #007A55;
    box-sizing: border-box;
    background: #007A55;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: .25s;
}
.store + .link a:hover {
    background: #fff;
    color: #007A55;
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .store {
        display: block;
        margin: 0 0 24px 0;
    }
    .store li {
        width: 100%;
        margin: 0 0 16px 0;
        padding: 16px;
    }
    .store li:last-child {
        margin-bottom: 0;
    }
    .store h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .store dd p b {
        font-size: 18px;
    }
    .store dd p small {
        font-size: 13px;
    }
    .store dd .link a {
        font-size: 16px;
    }
    .store + .link a {
        height: 72px;
        font-size: 16px;
    }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
    background: #fff;
    padding: 64px 0 32px 0;
}
footer dl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer dt {
    flex: none;
    width: 302px;
}
footer dd {
    font-size: 14px;
    font-family: "Roboto Condensed";
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    footer {
        padding: 24px 0;
    }
    footer dt {
        width: 160px;
    }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ pagetop
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pagetop {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 40px;
    margin-left: auto;
    margin-right: 40px;
    z-index: 2;
}
.pagetop a {}
.pagetop img {
    width: 100%;
    transition: .25s;
}
.pagetop a:hover {
    opacity: 1;
}
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .pagetop {
        width: 40px;
        height: 40px;
        bottom: 16px;
        margin-right: 16px;
    }
}