/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki / y.iwa
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/*
** 全体調整
*/


.site-content {
    position: relative;
    margin-top: 0;
}
.site-header {
    z-index: 3;
    background-color:transparent;
}
.ystdtb.is-overlay:not(.has-fixed-header) .site-header {
    z-index: 6;
}

.site-footer {
    position: relative;
    z-index: 0;
}
@media screen and (max-width: 768px) {
    .site-header {
        z-index: 5;
    }
}

.global-nav {
	z-index:99!important;
}

/*
** 共通
*/
/* レスポンシブ */
.disp_pc {
    display: block;
}
.disp_768 {
    display: none;
}
.disp_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .disp_pc {
        display: none;
    }
    .disp_768 {
        display: block;
    }    
    .disp_sp {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .disp_pc {
        display: none;
    }
    .disp_768 {
        display: block;
    }    
    .disp_sp {
        display: block;
    }
}

/* フォント */
.font_paytone {
    font-family: 'Paytone One', sans-serif;
}


/* ボタン */
.btn {
    display: block;
    position: relative;
    width: 190px;
    height: 65px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 8px;
    transition-duration: 0.5s;
}
.btn a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.btn p {
    margin-top: 10px;
    font-weight: 700;
}
.btn:hover {
    background: #FFFFFF;
    border: solid 1px #000000;
    color: #000000;
    cursor: pointer; 
    text-decoration: none;
    /* transform: scale(1.1) translateX(-46%); */
    /* transform-origin: center; */
}
.btn_right {
    margin: 30px 0 0 auto;
}


/* 動き */
.fadeIn_min {
    animation-name:fadeInAnime01;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity:0;
}    
@keyframes fadeInAnime01{
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeIn_slow {
    animation-name:fadeInAnime02;
    animation-duration:2.5s;
    animation-fill-mode:forwards;
    opacity:0;
}    
@keyframes fadeInAnime02{
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeUpTrigger{
    opacity: 0;
}


/* 上下のうねうね */
.wave_ue, .wave_shita {
    width: 120vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
}
.wave_ue  {
    margin: -120px 0;
}
.wave_shita {
    margin: -140px 0;
}
@media screen and (max-width: 1024px) {
    .wave_ue  {
        margin: -60px 0;
    }
}
@media screen and (max-width: 768px) {
    .wave_ue, .wave_shita {
        width: 240vw;
    }
    .wave_ue  {
        margin: -40px 0;
    }
    .wave_shita {
        margin: -80px 0;
    }
}
@media screen and (max-width: 520px) {
    .wave_ue  {
        margin: -40px 0;
    }
    .wave_shita {
        margin: -80px 0;
    }
}




/*
** ヘッダー
*/
header .container {
    width: 100vw;
    max-width: none;
    padding: 20px 60px 0 70px;
}
header .site-title {
    max-width: 240px;
    width: 16vw;
}
/* 画面が縦長の場合 01 */
@media (max-aspect-ratio: 16/10) {
    header .container {
        padding: 10px 30px 0 30px;
    }
}
@media screen and (max-width: 1024px) {
    header .container {
        padding: 2px 20px 0 20px;
    }
}
@media screen and (max-width: 768px) {
    header .site-title {
        display: none;
    }
}


/* 下層ページヘッダー */
.home .page_head_bk{
    display: none;
}

.page_head_bk{
    position: relative;
    z-index: 2;
}

.page_head_bk_left,.page_head_bk_right {
    position: absolute;
    top: 0;
}
.page_head_bk_left {
    left: 0;
}
.page_head_bk_left img {
    max-width: 500px;
}
.page_head_bk_right {
    right: 0;
}
.page_head_bk_right img {
    max-width: 680px;
}
.page_head_bk_left img, .page_head_bk_right img{
    width: 100%;
}
@media screen and (max-width: 768px) {
    .page_head_bk_left,.page_head_bk_right {
        top: -10px;
        width: 50%;
    }
    .page_head_bk_left {
        max-width: 280px;
    }
    .page_head_bk_right {
        max-width: 280px;
    }
}




/* グロナビ */
.menu_comming_soon {
    position: relative;
}
.global-nav {
    background-color: transparent;
}
.global-nav__container .menu_comming_soon a, .global-nav__container .menu_comming_soon .global-nav__dscr{
    color: #3b3b3b;
}
.global-nav__container .menu_comming_soon a {
    padding: 0;
    pointer-events: none;
}
.menu_comming_soon::after{
    position: relative;
    content: 'Comming Soon';
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -.5px;;
    color: #ffffff;
    background-color: #898989;
    border-radius: 10px;
    padding: 0px 6px 2px 6px;
}

.global-nav__menu {
    gap: .5vw;
}
.global-nav__menu>.menu-item {
    height: 40px;
}
.global-nav__menu>.menu-item>a {
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    /* justify-content: flex-end; */
}
.global-nav__container .global-nav__dscr {
    font-size: 12px;
}

.global-nav__menu>.menu-item>a:after {
    background-color: transparent;
}

@media screen and (max-width: 1024px) {
    .menu_comming_soon::after{
        font-size: 10px;
        font-weight: 600;
        padding: 0px 6px 2px 6px;
    }

    .global-nav__menu>.menu-item {
        height: 32px;
    }
    .global-nav__menu>.menu-item>a {
        gap: 3px;
        font-size: 13px;
        justify-content: center;
    }
    .global-nav__container .global-nav__dscr {
        font-size: 11.5px;
    }
}

/* ドロワーメニュー */
@media screen and (max-width: 768px) {
    .global-nav__toggle:after {
        display: none;
    }
    .global-nav__toggle {
        top: 24px;
    }
    .global-nav {
        padding: 36px 22px;
        background-color: #e05655;
    }
    .drawer_logo {
        width: 160px;
    }

    .global-nav__container .global-nav__menu {
        text-align: center;
        margin-top: 60px;
    }
    .global-nav__container .global-nav__dscr {
        display: block;
    }

    .menu_comming_soon::before{
        position: absolute;
        content: 'Comming Soon';
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0;
        color: #ffffff;
        background-color: #898989;
        border-radius: 10px;
        padding: 0px 6px 4px 6px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .menu-item::after{
        position: absolute;
        content: '';
        background-color: rgba(255, 255, 255, 0.5);
        height: 1px;
        width: 80%;
        transform: scaleY(0.5) translateX(-50%);
        transform-origin: center bottom;
        bottom: 12px;
        left: 50%;
    }
    
    .global-nav__menu>.menu-item {
        height: 90px;
    }
    .global-nav__menu>.menu-item>a {
        display: flex;
        flex-direction: row;
        padding-top: 20px;
        color: #ffffff;
    }
    .global-nav__container .menu_comming_soon a {
        padding-top: 30px;
        pointer-events: none;
    }
    .global-nav__container .global-nav__dscr::before {
        position: absolute;
        content: '/';
        color: #ffffff;
        left: 0;
    }
    .global-nav__container .global-nav__dscr {
        position: relative;
        color: #ffffff;
        padding-left: 10px;
    }
    .global-nav__menu>.menu_comming_soon>a ,.menu_comming_soon .global-nav__dscr::before, .menu_comming_soon .global-nav__dscr{
        color: rgba(255,255,255,0.3)!important;
    }

}



/*
** トップページ
*/

/* 固定LINE */
.line_btn {
    position: fixed;
    z-index: 999;
    height: auto;
    width: 10vw;
    bottom: 30px;
    right: 30px;
}
.line_btn a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .line_btn {
        width: 14vw;
        bottom: 10px;
        right: 10px;
    }
}
@media screen and (max-width: 768px) {
    .line_btn {
        width: 20vw;
        bottom: 3px;
        right: 3px;
    }
}
@media screen and (max-width: 520px) {
    .line_btn {
        width: 30vw;
    }
}



/* ファーストビュー */
.page_top_title_sm {
    display: none;
}
.page_top_title {
    display :block;
    position: relative;
    height: 96vh;
    width: 100vw;
}
.page_top_title .top_img_left,.page_top_title .top_img_right {
    position: absolute;
    height: 120vh;
}
.page_top_title .top_img_left {
    left: 0;
}
.page_top_title .top_img_right {
    right: 0;
}
.page_top_title .top_img_title {
    position: absolute;
    top: 52vh;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.page_top_title .top_img_title img{
    height: 40vh;
    width: auto;
}
.top_txt_title {
    text-align: center;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 6px;
    margin-top: 5vh;
}
.top_txt {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}

/* 画面が縦長の場合 01 */
@media (max-aspect-ratio: 16/10) {
    /* ファーストビュー */
    .page_top_title_sm {
        display: none;
    }
    .page_top_title {
        display :block;
        position: relative;
        /* color: blue; */
    }
    .page_top_title .top_img_left {
        left: -14vw;
    }
    .page_top_title .top_img_right {
        right: -14vw;
    }
}

/* 画面が縦長の場合 02 */
@media (max-aspect-ratio: 4/3) {
    /* ファーストビュー */
    .page_top_title_sm {
        display: none;
    }
    .page_top_title {
        display :block;
        position: relative;
        /* color: red; */
    }
    .page_top_title .top_img_left,.page_top_title .top_img_right {
        height: 100vh;
    }
    .page_top_title .top_img_left {
        left: -10vw;
    }
    .page_top_title .top_img_right {
        right: -10vw;
    }
}

@media screen and (max-width: 1024px) {
    .page_top_title .top_img_title {
        top: 54vh;
    }
    .top_txt_title {
        font-size: 20px;
        letter-spacing: 4px;
    }
    .top_txt {
        font-size: 14px;
        line-height: 28px;
    }
}

/* ファーストビュー sm */
@media screen and (max-width: 768px) {
.page_top_title {
    display: none;
}
.page_top_title_sm {
    display: block;
    position: relative;
    height: 600px;
    width: 100vw;
}
.page_top_title_sm .top_img_left,.page_top_title_sm .top_img_right {
    position: absolute;
    height: 510px;
}
.page_top_title_sm .top_img_left {
    left: 0;
}
.page_top_title_sm .top_img_right {
    right: 0;
}
.page_top_title_sm .top_img_title {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 98%;
    max-width: 360px;
    text-align: center;
}
.page_top_title_sm .top_img_title img{
    width: 98%;
}
.top_txt_title {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 2px;
    margin-top: 42px;
}
.top_txt {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}
}
@media screen and (max-width: 520px) {
    .top_txt_title {
        font-size: 5.2vw;
        line-height: 30px;
    }
    .page_top_title_sm .top_img_title img{
        width: 88%;
    }
}





/* 前置きメッセージ */
.top_greeting_oya  {
    position: relative;
    width: 100vw;
    background-color: #4D2B14;
    margin: 120px 0 80px 0;
    z-index: -1;
}
.top_greeting {
    margin: 0 auto;
}
.top_greeting_img_left, .top_greeting_img_right {
    position: absolute;
    overflow: hidden;
}
.top_greeting_img_left {
    left: 0;
    width: 26vw;
    margin-left: -8vw;
    margin-top: 20px;
}
.top_greeting_img_right {
    right: 0;
    width: 54vw;
    margin-right: -7vw;
    margin-top: 20px;
}
.top_greeting_txt {
    height: auto;
    width: 32vw;
    margin-left: 20vw;
    color: #ffffff;
}
.top_greeting_title {
    font-size: 2vw;
    font-weight: 800;
    letter-spacing: 4px;
}
.top_greeting_note {
    font-size: 0.95vw;
    line-height: 1.8vw;
}
.top_greeting_name {
    font-size: 1.1vw;
    font-weight: 800;
    margin-top: 50px;
}
@media screen and (max-width: 1320px) {
    .top_greeting_oya  {
        margin: 120px 0 80px 0;
    }
    .top_greeting_img_left {
        width: 24vw;
        margin-left: -6vw;
        margin-top: 20px;
    }
    .top_greeting_img_right {
        width: 50vw;
        margin-right: -16vw;
        margin-top: 20px;
    }
    .top_greeting_txt {
        width: 44vw;
    }
    .top_greeting_note {
        font-size: 1.2vw;
        line-height: 2.4vw;
    }
    .top_greeting_name {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 960px) {
    .top_greeting_img_left {
        width: 26vw;
        margin-left: -14vw;
        margin-top: 50px;
    }
    .top_greeting_img_right {
        width: 60vw;
        margin-right: -24vw;
        margin-top: 10px;
    }
    .top_greeting_txt {
        width: 46vw;
        margin-left: 15vw;
    }
    .top_greeting_title {
        font-size: 20px;
    }
    .top_greeting_note {
        font-size: 13px;
        line-height: 24px;
    }
    .top_greeting_name {
        font-size: 16px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .top_greeting_oya  {
        margin: 120px 0 -60px 0;
    }
    .top_greeting {
        display: flex;
        flex-direction: column;
    }

    
    .top_greeting_img_left, .top_greeting_img_right {
        position: relative;
    }
    .top_greeting_img_left {
        display: none;
    }
    .top_greeting_img_right {
        width: 100vw;
        margin: 0 auto;
    }
    .top_greeting_txt {
        width: 90vw;
        max-width: 480px;
        margin: 0 auto;
    }
    .top_greeting_title {
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 4px;
    }
    .top_greeting_note {
        font-size: 14px;
        line-height: 28px;
    }
    .top_greeting_name {
        font-size: 16px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 520px) {
    .top_greeting_oya  {
        margin: 80px 0;
    }
}




/* ヒストリー */
.top_history_oya {
    display :block;
    position: relative;
    width: 100vw;
    margin: 220px auto 60px auto;
}
.top_history_img_left, .top_history_img_right {
    position: absolute;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 500px;
    max-width: 700px;
}
.top_history_img_left {
    left: 0;
    margin-left: -25%;
}
.top_history_img_right {
    right: 0;
    margin-right: -25%;
}

.top_history {
    display: flex;
    justify-content: center;
    width: 66vw;
    max-width: 1220px;
    margin: 0 auto;
}
.top_history_movie {
    position: relative;
    width: 100%;
    height: auto;
}
.top_history_movie iframe{
    position: absolute;
    width: 100%;
    height: 64%;
    bottom: 60px;
    left: 0;
    border-radius: 40px;
}
.top_history_txt {
    min-width: 48%;
}

.top_history_title {
    display: block;
}
.top_history_title_sp {
    display: none;
}

.top_history_titlesub {
    font-size: 1.2vw;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: right;
    margin-bottom: 0;
}
.top_history_title_en {
    font-size: 3.5vw;
    letter-spacing: 0;
    text-align: right;
    margin: -10px 0 10px 0;
}
.top_history_note {
    font-size: 0.9vw;
    line-height: 1.8vw;
    text-align: right;
    color: #898989;
}
.top_history_dispmin {
    display: block;
}


@media screen and (max-width: 1640px) {
    .top_history_oya {
        margin: 180px auto 120px auto;
    }
    .top_history_img_left {
        margin-left: -30%;
    }
    .top_history_img_right {
        margin-right: -30%;
    }
}
@media screen and (max-width: 1500px) {
    .top_history_oya {
        margin: 140px auto 80px auto;
    }
    .top_history_img_left, .top_history_img_right {
        max-width: 640px;
    }
}
@media screen and (max-width: 1350px) {
    .top_history_oya {
        margin: 140px auto;
    }
    .top_history_img_left, .top_history_img_right {
        max-width: 560px;
    }
    .top_history {
        width: 70vw;
    }
    .top_history_note {
        font-size: 1.05vw;
        line-height: 2.4vw;
    }
}
@media screen and (max-width: 1240px) {
    .top_history_oya {
        margin: 80px auto;
    }
    .top_history_img_left, .top_history_img_right {
        max-width: 500px;
        height: 340px;
    }
}
@media screen and (max-width: 1080px) {
    .top_history_oya {
        margin: 70px auto;
    }
    .top_history_img_left, .top_history_img_right {
        max-width: 440px;
        height: 340px;
    }
    .top_history {
        width: 76vw;
    }
    .top_history_note {
        font-size: 12px;
        line-height: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .top_history_oya {
        margin: 50px auto 20px auto;
    }
    .top_history_img_left, .top_history_img_right {
        max-width: 400px;
    }
    .top_history_txt {
        min-width: 50%;
    }
}
@media screen and (max-width: 960px) {
    .top_history_oya {
        margin: 0 auto;
    }
    .top_history_img_left, .top_history_img_right {
        display: none;
    }
    
    .top_history {
        flex-direction: column;
        align-items: center;
        width: 100vw;
        margin: 0 auto;
        padding: 0 20px;
    }
    .top_history_movie {
        max-width: 400px;
        min-height: 360px;
        margin-bottom: -80px;
    }
    .top_history_movie iframe{
        bottom: 0;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 24px;
    }
    .top_history_txt {
        min-width: 48%;
        max-width: 540px;
        padding: 0 10px;
    }

    .top_history_title {
        display: none;
    }
    .top_history_title_sp {
        display: block;
    }

    .top_history_titlesub {
        font-size: 16px;
        text-align: center;
    }
    .top_history_title_en {
        font-size: 40px;
        text-align: center;
        margin: 0 auto;
    }
    .top_history_dispmin {
        display: none;
    }
    .top_history_note {
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
    }
    .top_history_btn {
        margin: 30px auto -30px auto;
    }
}
@media screen and (max-width: 768px) {
    .top_history_oya {
        margin: 100px auto 0 auto;
    }
}
@media screen and (max-width: 600px) {
    .top_history_oya {
        margin: 80px auto 0 auto;
    }
}
@media screen and (max-width: 520px) {
    .top_history_oya {
        margin: 0 auto;
    }
}




/* トップメッセージ */
.top_message_sec  {
    position: relative;
}
.top_message_sec_bkcolor {
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #43599A;
}
.top_message_oya  {
    position: relative;
    width: 100%;
    max-width: 1200px;
    min-height: 500px;
    margin: 220px auto 10px auto;
    padding: 0 10px;
}

.top_message_sec .message_title, .top_message_sec .message_title_note, .top_message_btn, .top_message_sec .message_name {
    color: #ffffff;
}
.top_message_sec .message_txt_modal .message_name {
    color: #898989;
}
.top_message_sec .message_container {
    position: relative;
}
.top_message_btn {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.top_message_sec .message_icon {
    filter: none;
}
.top_message_sec .modal .message_icon {
    filter: drop-shadow(0px 2px 1px #dfdfdf);
}
.top_message_sec .modal {
    width: 100vw;
    height: 100vh;
}
@media screen and (max-width: 1800px) {
    .top_message_oya  {
        margin: 120px auto 10px auto;
    }
}
@media screen and (max-width: 1480px) {
    .top_message_oya  {
        margin: 80px auto 60px auto;
    }
}
@media screen and (max-width: 768px) {
    .top_message_sec  {
        margin: 160px 0 80px 0;
    }
    .top_message_btn {
        position: relative;
        bottom: -60px;
    }
}
@media screen and (max-width: 520px) {
    .top_message_sec  {
        margin: 90px 0 80px 0;
    }
}




/* 
** グッズ
**/
.top_goods_sec  {
    position: relative;
    padding-bottom: 140px;
}
.top_goods_sec_bkcolor {
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #E05655;
}
.top_goods_oya  {
    position: relative;
    width: 100%;
    margin: 200px auto 10px auto;
    padding: 0 10px;
}
.goods_title {
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.goods_container {
    margin: 80px auto;
    width: 90%;
    max-width: 800px;
}
.goods_parts2 {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
    .top_goods_oya  {
        margin: 120px auto 10px auto;
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px) {
    .top_goods_oya  {
        margin: 160px auto 10px auto;
    }
}
@media screen and (max-width: 520px) {
    .top_goods_sec  {
        padding-bottom: 80px;
    }
    .top_goods_oya  {
        margin: 100px auto 10px auto;
    }
    .goods_container {
        margin: 40px auto;
    }
    .goods_parts2 {
        gap: 10px;
        margin-bottom: 6px;
    }
}




/* 
** LINEリンク
**/
.line_sec {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}
.line_title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    margin: 60px auto;
}
.line_gr {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.line_gr .line_restaurant {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    height: 100%;
    text-align: center;
}
.line_restaurant {
    width: 15%;
}
.line_img, .line_restaurant_tab {
    flex: 1;
}
.line_img {
    height: auto;
    position: relative;
}
.line_img img{
    width: auto;
    max-width: 76px;
    align-self: flex-start;
}
.line_img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.line_restaurant_tab {
    font-size: 12px;
    line-height: 14px;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 14px auto;
    width: fit-content;
}
.line_restaurant_tab_orange {
    background-color: #F0962F;
    margin-top: 7px;
    margin-bottom: 7px;
}

@media screen and (max-width: 1024px) {
    .line_sec {
        max-width: 460px;
        padding: 0 10px;
    }
    .line_title {
        font-size: 24px;
        margin: 80px auto 40px auto;
    }
    .line_gr {
        justify-content: center;
    }
    .line_gr .line_restaurant {
        flex-direction: column-reverse;
        gap: 6px;
        flex: initial;
    }
    .line_restaurant {
        width: 33%;
    }
    .line_img, .line_restaurant_tab {
        flex: initial;
    }
    .line_img img{
        width: auto;
        max-width: 86px;
        align-self: flex-start;
    }
    .line_restaurant_tab {
        font-size: 12px;
        margin: 5px auto 40px auto;
        padding: 12px 3px;
        width: 130px;
        height: 40px;
    }
    .line_restaurant_tab_orange {
        margin: 5px auto 40px auto;
        padding: 5px 3px;
    }
}
@media screen and (max-width: 520px) {
    .line_sec {
        width: 98%;
        padding: 0 5px;
    }
    .line_title {
        font-size: 20px;
    }
    .line_gr {
        gap: 2px;
    }
    .line_restaurant {
        width: 32%;
    }
    .line_restaurant_tab {
        font-size: 12px;
        width: 110px;
        height: 40px;
    }
    .line_restaurant_tab_orange {
        margin: 5px auto 40px auto;
        padding: 5px 3px;
    }
}
@media screen and (max-width: 370px) {
    .line_restaurant_tab {
        font-size: 11px;
    }
}









/* 
** メッセージページ
**/
.message_oya  {
    position: relative;
    width: 100%;
    max-width: 1200px;
    min-height: 500px;
    margin: 200px auto 60px auto;
    padding: 0 10px;
    z-index: 4;
}

.message_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}

.message_title {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.message_title_jp {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0;
}
.message_title_en {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 auto 40px auto;
}
.message_title_note {
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    color: #898989;
}

.message_parts {
    width: 11.25%;
    margin: 4px 0;
    position: relative;
    overflow: visible;
}

.message_container :nth-child(6n-3) {
    margin-right: 30%;
}
.message_container .message_paginate :nth-child(6n-3) {
    margin: 0 6px;
}

.message_icon {
    filter: drop-shadow(0px 2px 1px #dfdfdf);
}
.message_name {
    margin: 0 auto;
    text-align: center;
    color: #898989;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    white-space: pre-wrap;
}

.message_paginate {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.page-numbers {
    font-weight: 800;
    margin: 0 14px;
}
.message_paginate :not(.current) {
    color: #000000;
    border-bottom: none;
    text-decoration: none;
}
.message_paginate .current {
    padding-bottom: 6px;
    border-bottom: solid #000000 1px;
}
@media screen and (max-width: 1024px) {
    .message_oya  {
        padding: 0 6px;
    }
    
    .message_container {
        gap: 3px;
    }
    
    .message_title_en {
        font-size: 40px;
        line-height: 40px;
        margin: 0 auto 30px auto;
    }
    
    .message_parts {
        width: 12%;
        margin: 12px 0;
    }
    .message_container :nth-child(6n-3) {
        margin-right: 24%;
    }
    
    .message_name {
        font-size: 11px;
        line-height: 16px;
    }
}
@media screen and (max-width: 768px) {
    .message_oya  {
        max-width: 480px;
        margin: 30px auto;
    }
    
    .message_container {
        justify-content: center;
        gap: 2px 15px;
    }
    
    .message_title {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    .message_title_jp {
        font-size: 16px;
        letter-spacing: 1.2px;
    }
    .message_title_en {
        margin: 0 auto 20px auto;
    }
    .message_title_note {
        font-size: 13px;
    }
    
    .message_parts {
        width: 29%;
        margin: 5px 0;
    }
    .message_container :nth-child(6n-3) {
        margin-right: 0;
    }
    
    .message_paginate {
        position: relative;
        bottom: -30px;
        left: auto;
        left: auto;
        transform: none;
        margin-bottom: 60px;
    }
}

/*
** モーダルウィンドウ用
*/
/* モーダル全体(背景＋本体) */
.modal{
	display: none;
	position: fixed;
	top: 0;
    left: 0;
	height: 100vh;
	width: 100%;
    z-index: 3;
    margin-left: calc(50% - 50vw);
}
/* モーダル背景 */
.modal-bg{
	position: absolute;
	height: 100vh;
	width: 100%;
    margin:0;
    margin-left: calc(50% - 50vw);
	background: rgba(0, 0, 0, 0.3);
}
.message_parts a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* モーダル本体 */
.modal-content_oya{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
    max-width: 820px;
    max-height: 440px;
	background: #ffffff;
	padding: 40px;
    border-radius: 30px;
    overflow: visible;
    filter: drop-shadow(0px 2px 1px #dfdfdf);
}
.message_icon_modal {
    position: absolute;
    top: 20px;
    left: 50%;
	transform: translate(-50%, -50%);
    width: 170px;
}
.message_txt_modal {
    position: absolute;
    top: 52%;
    left: 50%;
	transform: translate(-50%, -50%);
    width: 100%;
}
.message_note_modal {
    font-size: 15px;
    line-height: 30px;
    color: #898989;
    max-width: 660px;
    margin: 0 auto;
    padding: 10px;
    text-align: justify;
    white-space: pre-wrap;
}
.message_name_modal {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 26px;
    margin: 40px auto 0 auto!important;
    white-space: normal;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

/* モーダルの中身 */
.sengen_img {
	width: 80%;
	margin: 10px auto;
}

/* モーダル 前後への矢印 */
.modal .modal-next, .modal .modal-prev {
    margin: 10px;
    position: absolute;
    top: 45%;
    filter: drop-shadow(0px 10px 10px #777777);
}
.modal .modal-next {
    right: calc(50vw - 480px);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #ffffff;
    border-bottom: 30px solid transparent;
}
.modal .modal-prev {
    left: calc(50vw - 480px);
    width: 0;
    height: 0;
    border-right: 30px solid #ffffff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
@media screen and (max-width: 1024px) {
    /*
    ** モーダルウィンドウ用
    */
    /* モーダル本体 */
    .modal-content_oya{
        height: 100%;
        width: 76%;
    }
    .message_note_modal {
        font-size: 14px;
        line-height: 24px;
    }

    /* モーダルの中身 */
    .sengen_img {
        width: 80%;
        margin: 10px auto;
    }

    /* モーダル 前後への矢印 */
    .modal .modal-next {
        right: 5%;
    }
    .modal .modal-prev {
        left: 5%;
    }
}
@media screen and (max-width: 768px) {
    /*
    ** モーダルウィンドウ用
    */
    /* モーダル本体 */
    .modal-content_oya{
        width: 80%;
        max-width: 480px;
    }
    .message_icon_modal {
        top: 5px;
        width: 140px;
    }
    .message_txt_modal {
        top: 54%;
    }
    .message_note_modal {
        font-size: 13px;
        padding: 10px 30px;
    }
    .message_name_modal {
        margin: 0 auto!important;
    }

    /* モーダルの中身 */
    .sengen_img {
        width: 80%;
        margin: 10px auto;
    }

    /* モーダル 前後への矢印 */
    .modal .modal-next {
        right: 1%;
        border-top: 20px solid transparent;
        border-left: 20px solid #ffffff;
        border-bottom: 20px solid transparent;
    }
    .modal .modal-prev {
        left: 1%;
        border-right: 20px solid #ffffff;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }
}




/* 
** イベントページ
**/
.event_oya  {
    width: 100%;
    max-width: 770px;
    margin: 80px auto;
    position: relative;
    z-index: 2;
}
.event_oya_all {
    margin: 180px auto;
}


.event_title {
    text-align: center;
}
.event_title_jp {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0;
}
.event_title_en {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 auto 40px auto;
}


.event_tag_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}
.event_tag {
    height: 60px;
    width: calc(25% - 10px);
    margin-bottom: 10px;
}
.event_tag_btn {
    width: 160px;
    height: 60px;
    margin: 0 auto;
    font-sizE: 13px;
}
.event_tag_orange p{
    margin-top: 0;
}

.event_oya_taxonomy .event_tag_btn_opacity {
    opacity: 0.3;
    pointer-events: none;
}



.event_container {
    margin: 60px auto 160px auto;
}
.event_oya_top {
    margin: 220px auto 60px auto;
}
.event_container {
    margin: 60px auto;
}


.event_parts_oya {
    position: relative;
    margin: 0 auto 80px auto;
}
.event_parts_oya a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0;
}
.event_img img{
    width: 100%;
}
.event_name{
    font-size: 14px;
    font-weight: 800;
}
.event_date{
    font-size: 14px;
}

.event_restaurant_tab {
    font-size: 13px;
    line-height: 18px;
    border-radius: 5px;
    margin: 3px 0;
    padding: 1px 10px;
    width: fit-content;
    color: #ffffff;
} 

.event_shikiri {
    width: 100vw;
    margin: 50px calc(50% - 50vw);
}
.event_shikiri img{
    height: 8vh;
    object-fit: cover;
}

.event_navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.event_navigation .previous-link,
.event_navigation .next-link {
    width: 50%;
    text-align: left;
}
.event_navigation .next-link {
    text-align: right;
}

.event_link {
    position: relative;
    width: 320px;
    height: 50px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #F2B065;
    margin: 0 auto;
    text-align: center;
    transition-duration: 0.5s;
}
.event_link:hover {
    background: #FFFFFF;
    border: solid 1px #F2B065;
    color: #F2B065;
    cursor: pointer; 
    text-decoration: none;
}
.event_link p{
    margin-top: 0;
    padding-top: 10px;
    font-weight: 700;
}
.event_link a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event_back_btn {
    margin: 0 auto;
    width: 250px;
}


.event_detail {
    width: 100%;
    max-width: 660px;
    margin: 60px auto;
}
.event_name_detail {
    font-size: 20px;
    font-weight: 800;
}
.event_content p{
    font-size: 15px;
    line-height: 30px;
}
.event_content figure{
    margin-top: 50px;
    margin-bottom: 50px;
}


.event_paginate {
    text-align: center;
}
.event_paginate :not(.current) {
    color: #000000;
    border-bottom: none;
    text-decoration: none;
}
.event_paginate .current {
    padding-bottom: 6px;
    border-bottom: solid #000000 1px;
}

/* 個ページ */
.event_single .event_container {
    margin-top: 0;
}
.event_previous_next {
    position: relative;
    font-size: 14px;
    font-weight: 800;
    width: 100%;
    height: 34px;
}
.event_previous_next .previous-post, .event_previous_next .next-post {
    position: absolute;
}
.event_previous_next .previous-post {
    left: 0;
}
.event_previous_next .previous-post a{
    color: #43599A;
    text-decoration: none;
}
.event_previous_next .next-post {
    right: 0;
}
.event_previous_next .next-post a{
    color: #D72A28;
    text-decoration: none;
}

@media screen and (max-width: 1480px) {
    .event_oya  {
        margin: 80px auto 60px auto;
    }
    .event_oya_all {
        margin: 180px auto 60px auto;
    }
}
@media screen and (max-width: 1024px) {
    .event_oya  {
        margin: 120px auto 60px auto;
    }
    .event_oya_all {
        margin: 180px auto 60px auto;
    }
    .event_oya_top {
        margin: 20px auto 60px auto;
    }
}
@media screen and (max-width: 768px) {
    .event_oya  {
        margin: 120px 0 0 0;
    }
    .event_oya_top {
        margin: 100px auto 60px auto;
    }
    .event_previous_next {
        width: 88%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 520px) {
    .event_oya  {
        margin: 120px 0 0 0;
    }
    .event_oya_top {
        margin: 0 auto 60px auto;
    }
    .event_previous_next {
        font-size: 13px;
    }
}



@media screen and (max-width: 768px) {
    .event_tag_sec {
        justify-content: flex-start;
        gap: 0;
        margin: 0 auto 30px auto;
        max-width: 340px;
    }
    .event_tag {
        height: 40px;
        width: 47%;
        margin: 1.5%;
    }
    .event_tag_btn {
        width: auto;
        height: 40px;
        padding-top: 0.3px;
    }
    .event_tag_btn p{
        margin-top: 8px;
    }
    .event_tag_orange p{
        margin-top: 3px;
        line-height: 16px;
    }
    
    .event_container {
        margin: 60px auto;
        width: 90%;
    }
    
    .event_parts_oya {
        position: relative;
        margin: 0 auto 120px auto;
    }
    .event_parts_oya a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .event_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 20px 0;
        position: relative;
    }
    .event_name{
        font-size: 14px;
        font-weight: 800;
    }
    .event_date{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        width: 100%;
        font-weight: 700;
        font-size: 15px;
    }
    
    .event_restaurant_tab {
        margin: 6px 0 0 0;
        padding: 1px;
        width: 220px;
    } 
    
    .event_shikiri {
        width: 100vw;
        margin: 50px calc(50% - 50vw);
    }
    .event_shikiri img{
        height: 8vh;
        object-fit: cover;
    }
    
    .event_navigation {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .event_navigation .previous-link,
    .event_navigation .next-link {
        width: 50%;
        text-align: left;
    }
    .event_navigation .next-link {
        text-align: right;
    }
    
    .event_link {
        width: 300px;
        margin: 60px auto 0 auto;
    }
    .event_link p{
        padding-top: 10px;
    }
    .event_link a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .event_detail {
        width: 100%;
        max-width: 660px;
        margin: 60px auto;
    }
    .event_name_detail {
        font-size: 20px;
        font-weight: 800;
    }
    .event_content p{
        font-size: 15px;
        line-height: 30px;
    }
    .event_content figure{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}




/* 
** ヒストリーページ
**/
/* 上の画像 */
.history_top_img {
    position: absolute;
    top: 0;
    width: 100vw;
    overflow: hidden;
    z-index: -1;
}
.history_top_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history_top_img_pc {
    display: block;
    height: calc(100vw * (820 / 1920));
}
.history_top_img_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .history_top_img {
    }
    .history_top_img_pc {
        display: none
    }
    .history_top_img_sp {
        display: block;
        height: calc(100vw * (620 / 480));
    }
}

/* 本体 */
.history_container {
    margin-top: calc(100vw * (820 / 1920) + 60px);
}
.history_interview_sec {
    width: 96%;
    max-width: 720px;
    margin: 160px auto 40px auto;
}

.history_interview_img {
    margin: 10px auto;
}
.history_interview_imgnote {
    margin: 4px auto;
    font-size: 12px;
    color: #898989;
}
.history_interview_h1 {
    margin: 50px auto 30px auto;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 3px;
}
.history_interview_txt {
    margin: 20px auto 60px auto;
    font-size: 16px;
    text-align: justify;
    line-height: 34px;
}
.history_interview_name {
    margin: 8px 0 8px auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 8px 10px;
    border-radius: 10px;
    float: left;
    margin-right: 16px;
}

.history_interview_name_orange {
    background-color: #F0962F;
    width: 44px;
}
.history_interview_name_red {
    background-color: #D72A28;
    width: 62px;
}
.history_interview_name_blue {
    background-color: #43599A;
    width: 62px;
}

.history_interview_name_first {
    display: inline-block;
    margin: 40px 0 8px auto;
    font-size: 16px;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 10px;
    width: auto;
}

.history_pagination {
    text-align: center;
    margin: 80px auto;
}
.history_pagination a{
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    margin: 0 14px;
}
.history_pagination_current {
    border-bottom: solid #333333 1px;
}


@media screen and (max-width: 768px) {
    .history_container {
        margin-top: calc(100vw * (620 / 480) + 60px);
    }
    .history_interview_sec {
        width: 90%;
        margin: 100px auto 40px auto;
    }
    
    .history_interview_h1 {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .history_interview_txt {
        margin: 10px auto 20px auto;
        font-size: 14px;
        line-height: 30px;
    }
    .history_interview_name {
        font-size: 15px;
        margin-right: 10px;
    }
    .history_interview_name_orange {
        width: 40px;
    }
    .history_interview_name_red {
        width: 52px;
    }
    .history_interview_name_blue {
        width: 52px;
    }
    .history_interview_name_first {
        width: auto;
    }
}







/* 
** サイトフッター
**/
.footer-main {
    color: #fff;
    padding-top: 84px;
    padding-bottom: 0;
}
.footer-main_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* フッター店舗改行用 */
.disp_pc_footer {
    display: block;
}

.footer_logo {
    max-width: 280px;
    margin: 0 auto;
}
.footer_sns {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.footer_sns img{
    width: 28px;
    height: auto;
}
.footer_sns .sns_x {
    width: 26px;
    height: auto;
}

/* 店舗 */
.footer_restaurant_oya {
    display: flex;
    flex-wrap: wrap;
}
.footer_restaurant_oya .footer_restaurant {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    text-align: center;
}
.footer_restaurant_logo, .footer_restaurant_tab, .footer_restaurant_txt, .footer_restaurant_sns {
    flex: 1;
}
.footer_restaurant {
    width: 15%;
}
.footer_restaurant_logo {
    height: auto;
    position: relative;
}
.footer_restaurant_logo img{
    width: auto;
    align-self: flex-start;
}
.footer_restaurant_logo a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer_restaurant_tab {
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    padding: 1px 10px;
    margin: 14px auto;
    width: fit-content;
}
.footer_restaurant_tab_red {
    background-color: #D72A28;
}
.footer_restaurant_tab_yellow {
    background-color: #FFC400;
}
.footer_restaurant_tab_blue {
    background-color: #0E2874;
}
.footer_restaurant_tab_brown {
    background-color: #4D2B14;
}
.footer_restaurant_tab_orange {
    background-color: #F0962F;
    margin-top: 2px;
    margin-bottom: 7px;
}
.footer_restaurant_tab_green {
    background-color: #00C1B9;
}

.footer_restaurant_txt {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 14px;
}
.footer_restaurant_sns {
    gap: 10px;
}
.footer_sns_spacer{
    display :none;
}

@media screen and (max-width: 1140px) {
    .footer_restaurant_tab {
        line-height: 17px;
        padding: 1px 8px;
        letter-spacing: -.5px;
    }
    .footer_restaurant_txt {
        font-size: 12.5px;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 12px;
    }
}


/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 870px) {
    .footer-main {
        padding-top: 66px;
        padding-bottom: 0;
    }

    /* フッター店舗改行用 */
    .disp_pc_footer {
        display: none;
    }
    
    .footer_logo {
        width: 54%;
    }
    .footer_sns {
        gap: 18px;
    }
    .footer_sns img{
        width: 26px;
    }
    .footer_sns .sns_x {
        width: 24px;
    }
    
    /* 店舗 */
    .footer_restaurant_oya {
        flex-direction: column;
    }
    .footer_restaurant_oya .footer_restaurant {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 340px;
        margin: 0 auto;
        text-align: left;
        align-items: center;
    }
    .footer_restaurant_logo, .footer_restaurant_tab, .footer_restaurant_txt, .footer_restaurant_sns {
        flex: none;
    }
    .footer_restaurant {
        width: 100%;
    }
    .footer_restaurant_logo {
        display: none;
    }
    
    .footer_restaurant_tab {
        order: 1;
        height: 24px;
        margin: 0 18px 0 0;
        padding: 4px 6px;
        font-size: 12.5px;
        letter-spacing: 1px;
        line-height: 18px;
    }
    .footer_restaurant_tab_br {
        display: none;
    }
    
    .footer_restaurant_txt {
        order: 4;
        margin: 4px 0 18px 0;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 25px;
    }
    .footer_restaurant_sns {
        order: 2;
        height: 28px;
    }
    .footer_sns_spacer {
        display: block;
        order: 3;
        width: 100%;
    }
}



/* コピーライト以下 */
.copyright {
    font-size: 14px;
}

.footer_img {
    margin-top: 24px;
    margin-bottom: -10px;
}
.footer_img img{
    height: 160px;
    object-fit: cover;
    width: 100vw;
}
@media screen and (max-width: 768px) {
    footer .site-info {
        margin-top: 2em;
    }
    .copyright {
        font-size: 12px;
    }
    
    .footer_img {
        margin-top: 20px;
        margin-bottom: -30px;
    }
    .footer_img img{
        height: 110px;
        object-fit: cover;
    }
}


