@charset "utf-8";
/*
Theme Name: 料理旅館「美国観光ハウス」北海道 積丹美国町
Theme URL: https://bikunihouse.com/
*/

/* ==============
Base
============== */

body {
    font-family: 'Noto Sans JP', sans-serif;
}

html,body{
	height:100%;
	margin:0;
    padding:0;
    font-size: 13px;
    scroll-behavior: smooth;
}

::-moz-selection {
    background: #000000;
    color: #ffffff;
}

::selection {
    background: #000000;
    color: #ffffff;
}

ul {
    list-style-type: none;
}

.wf-notosansjapanese { 
    font-family: "Noto Sans JP"; 
}

.mincho {
    font-family:  'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

img {
    max-width: 100%;
}

.cleafix {
    content: "";
    display: block;
    clear: both;
}

button:focus {
	outline:0;
}

main {
    overflow: hidden;
}

main a{
    transition: all 0.3s ease;
}

main a:hover{
    opacity: 0.7;
    transition: all 0.3s ease;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

@font-face {
    font-family: 'Noto Serif JP';
    src: url('/path-to-your-fonts/NotoSerifJP-Regular.woff2') format('woff2'),
         url('/path-to-your-fonts/NotoSerifJP-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* ==============
ヘッダー
============== */

header {
    position: fixed;
    background: #000;
    height: 60px;
    width: 100%;
    top: 0;
    z-index: 200;
    overflow: hidden;
    margin: 0 auto;
}

.logo_hd {
    overflow: hidden;
}

.logo_hd-img {
    width: 150px;
    overflow: hidden;
    display: block;
    padding: 10px 10px 10px 20px;
    float: left;
    line-height: 50px;
    position: absolute;
}

.logo_hd-img-pc {
    display: inline-block;
}

.logo_hd-title-wrap {
    padding: 15px 0 0 0;
    overflow: hidden;
}
@media screen and (min-width: 360px){
    .logo_hd-title-wrap {
        padding: 12px 0 0 0;
    }
}

.logo_hd-link {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
}
@media screen and (min-width: 1024px){
    .logo_hd-link {
        color: #000;
        font-weight: bold;
        width: 260px;
    }
}

.logo_hd-title-jp {
    font-size: 8px;
    letter-spacing: 0.4rem;
}
@media screen and (min-width: 360px){
    .logo_hd-title-jp {
        font-size: 15px;
    }
}

.logo_hd-title-eg {
    font-size: 4px;
    transform: scale(0.75); 
    position: absolute;
    left: 35px;

}
@media screen and (min-width: 360px){
    .logo_hd-title-eg {
        font-size: 10px;
        letter-spacing: 0.01rem;
        transform: scale(1); 
        left: 60px;
    }
}

/* メインメニューの文字サイズ変更 */
.nav-wrap-main a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

/* ご予約メニューの特別スタイル */
.nav-reservation a {
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #555;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

/* ホバー効果（任意） */
.nav-reservation a:hover {
    background-color: #333;
    color: #fff;
}

.nav-wrap-main.reservation-item a {
    color: #000000;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .nav-wrap-main.reservation-item {
        text-align: right;
        margin-top: 0px;
    }
    
    .nav-wrap-main.reservation-item a {
        color: #ffffff;
        background-color: #282828;
        padding: 20px;
    }
}

/* 動画を横幅いっぱいに */
#top_movie {
    min-width: 100vw;
    height: 1080px;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    #top_movie {
        height: 100svh;
    }
}



/* パンくずの表示 */

.bread_wrap {
    max-width: 980px;
    overflow: hidden;
    background-color: transparent;
    position: absolute;
    top: 450px;
    z-index: 500;
}
@media screen and (min-width: 1440px){
    .bread_wrap {
        max-width: 1280px;
        margin-top: 20px;
    }    
}

#bread-crumb {
    font-size: 0.8rem;
    overflow: hidden;
}

#bread-crumb ul {
    overflow: hidden;
}

.level-1 {
    display: inline;
    height: 0.8rem;
}

.level-1 a{
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #000;
    height: 0.8rem;
    padding-bottom: 2px;
}

.level-1::after {
    content: '＞';
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.level-2.sub.tail.current{
    display: inline;
}

/*==============
メニュー
==============*/

/* メニューバー */  
 
.content {
    padding: 20px;
}

.nav-wrap {
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 40;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1120px) {
    .nav-wrap {
        display: flex;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        background-color: transparent;
        float: right;
        justify-content: end;
    }
}

.nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    margin-top: 0px;
    padding-left: 0;
}
@media screen and (max-width: 1024px) and (orientation: landscape){
    .nav-wrap .nav {
        margin-top: 20px;
    }    
}
@media screen and (min-width: 1024px) {
    .nav-wrap .nav {
        height: 60px;
        margin-top: 0;
        padding-left: 40px;
    }
}

.nav-wrap li {
    font-size: 1.5rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}
@media screen and (max-width: 1024px) and (orientation: landscape){
    .nav-wrap li {
        margin-bottom: 12px;
    }
}
@media screen and (min-width: 1024px) {
    .nav-wrap li {
        margin: 0;
        color: #000;
        float: left;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: left;
        margin-bottom: 0;
        letter-spacing: 0.05rem;
    }
}

.nav-wrap li a {
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}
.nav-wrap li a:hover {
    opacity: 0.8;
}
@media screen and (min-width: 1024px) {
    .nav-wrap li a {
        color: #ffffff;
        margin-left: 20px;
    }
}

.nav-wrap.sp-menu_active {
    display: block;
    padding-top: 100px;
    background-color: gainsboro;
    margin-top: 60px;
}

@media screen and (min-width: 1024px) {
    .nav-wrap.sp-menu_active {
        margin-top: 0px;
        padding-top: 0px;
        background-color: #000000;
    }
}
   


/*ハンバーガーボタン*/

.nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    z-index: 100;
}

.nav-button {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 100;
}
@media screen and (min-width: 1024px) {
    .nav-button {
        display: none;
        cursor: pointer;
    }    
}

.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    z-index: 50;
}

.nav-button span:nth-of-type(1) {
    top: 8px;
    z-index: 50;
}

.nav-button span:nth-of-type(2) {
    top: 18px;
    z-index: 50;
}

.nav-button span:nth-of-type(3) {
    bottom: 8px;
    z-index: 50;
}

.nav-button.active {
    position: fixed;
}

.nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    z-index: 50;
}

.nav-button.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    z-index: 50;
}

/*==============
言語切り替え
==============*/
.rt_link {
    position: absolute;
    top: 80px;
    right: 30px;
    z-index: 100;
    display: flex;
    gap: 10px;
}

.rt_link .lang {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rt_link .lang li {
    all: unset;
    cursor: pointer;
}

.rt_link .lang li a {
    text-decoration: none;
    font-size: 1.2rem;
}

.rt_link .lang li.select {
    font-weight: bold;
}

.en, .jp {
    color: #ffffff;
}

.en.color_black, .jp.color_black {
    color: #000000;
}

@media screen and (min-width: 1024px) {
    .en.color_black, .jp.color_black {
        color: #ffffff;
    }
}

/*==============
フッター
==============*/

footer {
    background: #000;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

footer a:hover {
    text-decoration: underline;
}

.footer_wrap {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ft_con {
    margin: 0 auto;
    padding-top: 60px;
    text-align: center;
}

.logo_ft {
    margin-bottom: 10px;
}

.logo_ft-img {
    width: 180px;
    margin: 0 auto;
}

.ft_con-address {
    margin: 10px 0 50px 0;
    letter-spacing: 0.1rem;
    font-size: 17px;
    text-align: center;
}

/* コピーライト */

.copywrite {
    display: block;
    text-align: center;
    margin: 10px 0;
}

/*==============
【共通スタイル】
==============*/

/* タイトル */
h1 {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 3rem;
}

h2 {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 2.3rem;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
        font-weight: 700;
    }
}

h3 {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 2rem;
}

h4 {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 1.4rem;
    position: relative;
    bottom: -7px;
}

@media screen and (max-width: 768px) {
    h4 {
        font-size: 1rem;
        bottom: -3px;
    }
}

.text-sub {
    font-size: 1.3rem;
    width: 510px;
    max-width: 510px;
    line-height: 180%;
    text-align: left;
    margin: 25px auto 50px;
}
@media screen and (max-width: 768px) {
    .text-sub {
        font-size: 1rem;
        width: calc(100% - 40px);
        max-width: 510px;
        line-height: 180%;
        text-align: left;
    }
}

.text-sub-center {
    font-size: 1.3rem;
    width: 510px;
    max-width: 510px;
    line-height: 180%;
    text-align: center;
    margin: 25px auto 50px;
}
@media screen and (max-width: 768px) {
    .text-sub-center {
        font-size: 1rem;
        width: calc(100% - 40px);
        max-width: 510px;
        line-height: 180%;
        text-align: center;
    }
}

.text-white {
    color: white;
}

.mt-100 {
    margin: 100px 0 30px;
}

.mb-100 {
    margin: 0 0 0 100px;
}

/* ご予約ボタン */
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 0.7rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.btn--gray,
    a.btn--gray {
    color: #fff;
    background-color: #272828;
}

.btn--gray:hover,
a.btn--gray:hover {
    color: #fff;
    background: #272828;
}

/* 縦書きコピー */
#top_copy {
    writing-mode: vertical-rl;
    font-size: 22px;
    line-height: 40px;
    font-feature-settings: normal;
    letter-spacing: .1em;
    color: #000;
    margin: 120px auto;
}

#top_copy.translated-ltr, #top_copy.translated-rtl {
    writing-mode: horizontal-tb;
}

@media screen and (max-width: 750px) {
    #top_copy {
        font-size: calc(3.5vw + 110% - 18px);
        line-height: calc(4vw + 50% - 1px);
    } 
}
@media screen and (max-width: 500px) {
    #top_copy {
        margin: 50px auto;
        font-size: calc(4vw + 140% - 20px);
    } 
}



/*==============
画像
==============*/

.line_photo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line_photo ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 3vw;
    list-style: none;
    padding: 0 0 100px 0;
    margin: auto 120px;
}

.line_photo li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line_photo img {
    width: 100%;
    height: auto;
}

.line_photo ul li p {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    font-size: 0.9rem;
    color: #515151;
}

@media screen and (max-width: 1024px) {
    .line_photo ul {
        grid-template-columns: repeat(2, 1fr);
        margin: auto 20px;
    }
}

.features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    padding: 50px 0 80px;
}

.features-gray {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    padding: 100px 0 80px;
    background-color: #e1e1e1;
}

.features img {
    width: 80%;
    margin: 0px auto;
}
@media screen and (max-width: 768px) {
    .features {
        padding: 0;
    }
    .features img {
        width: 100%;
    }
}

/* スライダー */
.slider_container {
    position: relative;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    margin: 0 auto;
}

.slider_container img {
    width: 100%;
}

.slider_text_none {
    display: block;
    height: 10px;
}

.slider_text {
    margin: 5px 0 0 5px;
    font-size: 1.2rem;
    text-align: left;
}

.slide {
    position: relative;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    margin: 0 auto;
}

/* 画像リスト */
.photos {
    display: flex;
    transition: transform 0.5s ease-in-out; 
    width: 100%;
    height: 100%;
    padding-left: 0;
    transform: translateX(0);
}

/* 画像リストアイテム */
.photos li {
    flex: 0 0 100%;
    max-width: 100%;
    list-style: none;
}

/* 画像 */
.photos img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* メディアクエリでレスポンシブ対応 */
@media screen and (max-width: 768px) {
    .photos img {
        width: 95%;
    }
}

/* 画像リスト */
.photos_gallery_text {
    display: flex;
    justify-content: left;
    margin-top: 0;
    font-size: 1.2rem;
}


/* 左右のボタン */
.bt a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.bt .left {
    left: 15px;
}

.bt .right {
    right: 15px;
}

/* 矢印マーク */
.bt .prev::before,
.bt .next::before {
    content: '';
    width: 5px;
    height: 5px;
    border: solid rgb(101, 101, 101);
    border-width: 0 1px 1px 0;
    display: inline-block;
    position: relative;
    bottom: 2px;
}

.bt .prev::before {
    transform: rotate(135deg);
    left: 1px;
}

.bt .next::before {
    transform: rotate(-45deg);
    right: 1px;
}

/* インジケーター */
.states {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    padding: 0;
}

.states li {
    width: 10px;
    height: 10px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
}

.states .select {
    background-color: white;
}

/* メディアクエリでレスポンシブ対応 */
@media screen and (max-width: 768px) {
    .bt .left {
        left: 20px;
    }

    .bt .right {
        right: 20px;
    }

    .slide {
        width: 100%;
    }

    .photos li {
        flex: 0 0 100%;
    }

    .states li {
        width: 8px;
        height: 8px;
    }
}

/* ======================================
【トップページ】トップコンテンツ
====================================== */

/* 詳細を見る */
.top_detail {
    text-align: left;
    position: relative;
    top: -75px;
    left: 55px;
    z-index: 2;
    opacity: 0.85;
    padding: 15px 35px;
    font-size: calc(0.1vw + 1rem);
    color: #ffffff;
    background-color: #000000cf;
}

/* トップ写真 */
.top_photo {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

#mainimg {
	position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
	z-index: -1;
}

#mainimg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease;
    align-items: center;
    object-fit: cover;
}

#mainimg video.active {
	opacity: 1;
	z-index: 1;
}

.top_photo-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

@media screen and (max-width: 768px) {
    .top_photo-wrap {
        width: 800px;
    }    
}

.top_photo-logo {
    width: 25%;
    max-width: 270px;
    margin: 0 auto;
}

/* ======================================
【トップページ】お知らせ
====================================== */

.top_news_list {
    background-color: #d8d8d8;
    margin: 50px auto;
    padding: 50px 200px;
}
@media screen and (max-width: 768px) {
    .top_news_list {
        padding: 50px 30px;
    }
}

.top_news_list ul {
    padding-left: 0;
}

.top_news_list_item {
    padding: 10px 0;
    border-bottom: 1px dotted #9FA0A0;
}

.top_news_a {
    display: flex;
    color: #000;
    column-gap: 40px;
    text-decoration: none;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .top_news_a {
        display: block;
    }
}

.top_news_date {
    font-weight: 600;
    padding: 0 30px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .top_news_date {
        padding: 0 5px;
    }
    .top_news_title {
        padding: 0 5px;
    }
}

/* 一覧を見る */
.top_news_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 70px;
}

.top_news_wrapper_link {
    text-decoration: none;
}

.top_news_wrapper_text {
    font-size: 1rem;
    color: #000;
    margin-bottom: 8px;
    position: relative;
    right: -48px;
    top: -8px;
}

.top_news_arrow {
    width: 170px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000;
    position: relative;
}

.top_news_arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 25px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000;
    transform: rotate(45deg);
    transform-origin: 100% 50%;
}

/* ======================================
【トップページ】リンク＋動画コンテンツ
====================================== */

/* リンクつきトップ動画 */
#top_movie_content {
    margin: 0 30px;
}
@media screen and (max-width: 768px) {
        #top_movie_content {
        margin: 0 20px;
    }
}

#top_link_movie {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 10;
}

.video-wrapper {
    position: relative;
    margin: 10% auto;
    max-width: 1800px;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.video-wrapper:hover .wrap a {
    background-color: #fff;
    color: #000;
}

.video_click_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
    z-index: 5;
    text-indent: -9999px;
}


/* 縦書きコピー */
.top_content_subcopy {
    position: absolute;
    top: 60px;
    left: -5%;
    width: 100%;
    text-align: left;
    text-shadow: 1px 1px 20px #000;
    color: #fff;
    writing-mode: vertical-rl;
    font-size: calc(0.25vw + 1.3rem);
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .top_content_subcopy {
        top: 35px;
        left: -30px;
        font-size: calc(0.25vw + 1.2rem);
    }
}


/* 詳細を見る */
.top_detail {
    text-align: left;
    position: relative;
    top: -90px;
    left: 60px;
    z-index: 2;
    opacity: 0.85;
    padding: 15px 35px;
    font-size: calc(0.1vw + 1rem);
    color: #ffffff;
    background-color: #000000cf;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .top_detail {
        top: -60px;
        left: 20px;
        padding: 10px 30px;
    }
}

/*==============
【滞在するページ】
==============*/

/*==============
【積丹を楽しむページ】
==============*/

.enjoy_features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
}

.enjoy_table {
    max-width: 470px;
    background-color: #e1e1e1;
    text-align: left;
    padding: 15px;
}

.enjoy_table p {
   text-align: center;
  font-size: 1.2rem;
}

.enjoy_table-gray {
background-color: #e1e1e1;
}

.enjoy_table td {
border: 5px #ffffff solid;
}

.enjoy_table td {
border: 0px #e1e1e1 solid;
}

.month-group {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #e1e1e1;
  padding: 8px 12px;
  background-color: #fdfdfd;
  margin: 0 10px 0 0;
}
.month-label {
  white-space: nowrap;
  margin: 0;
  background-color: #e1e1e1;
  padding: 8px 12px;
  text-align: center;
}

.month-date {
  font-size: 0.95em;
  margin: 0;
  min-width:90px;
}

.enjoy_table-explanation {
  padding-right: 12px;
}

.enjoy_table--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .enjoy_table--pc {
    display: none;
  }
  .enjoy_table--sp {
    display: block;
  }
}

/*==============
【季節の食ページ】
==============*/

.food_table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 510px;
    max-width: 510px;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.food_table th, .food_table td {
    text-align: center;
    vertical-align: middle;
}

.food_table td[data-label] {
    text-align: left;
    padding-bottom: 3px;
}

.food_table td {
    text-align: left;
    white-space: wrap;
    padding-right:  15px;
}

.food_table_main_td {
    width: 24%;
    text-wrap: wrap;
}

.food_table tbody th {
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .food_table {
        width: calc(100% - 40px);
        text-align: left;
    }
    .food_table thead {
        display:none;
    }
    .food_table th, .food_table td {
        display: block;
        border: 0;
    }
    .food_table td {
        display: block;
    }
    .food_table td[data-label] {
    padding-left: 24px;
    float: left;
    width: 100%;
}

    .food_table td::before{
        font-weight: bold;
        display: inline-block;
        width: 20%;
        min-width: 4em;
    }
    .food_table_main_td {
        width: 100%;
        text-wrap: wrap;
        text-align: left;
    }
}

.bg-gray {
    background-color: #d8d8d8;
    padding: 0.3em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 1em; /* 親要素に依存するサイズ */
    line-height: 1; /* 高さを文字に合わせる */
}
@media screen and (max-width: 768px) {
    .bg-gray {
        font-size: 0.8em;
    }
}

.food_table_sub_td {
    text-align: left;
}

/*==============
【お知らせページ】
==============*/

/* お知らせ全体の背景 */
.bgc-gray {
    background-color: #f2f2f2;
    padding: 0 0 100px;
    text-align: center;
    min-height: 705px;
}
@media screen and (max-width: 768px) {
    .bgc-gray {
        min-height: 414px;
    }
}

.news_content {
    background-color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    color: #333;
    font-size: 2rem;
    margin: 0 auto 30px auto;
}

.news_list {
    margin: 0 auto;
    padding: 50px 10%;
    width: 60%;
}

.news_list_ul {
    padding-left: 0;
}

/* お知らせリスト全体 */
.news_list_item {
    padding: 20px 0;
    border-top: 1px dotted #9fa0a0;
}

.news_list_item:last-of-type {
    border-bottom: 1px dotted #9fa0a0;
}

/* リストアイテム */
.news_a {
    display: flex;
    column-gap: 30px;
    align-items: center;
    background-color: #ffffff;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
}

.news_date {
    flex-shrink: 0;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.news_title {
    font-size: 1.2rem;
    text-align: left;
    word-wrap: break-word;
    flex-grow: 1;
}

/* ページネーション */
.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
}

/* ページナンバーとナビゲーション */
.pagination a, .pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #dfdfdf;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

/* 表示中のページのデザイン */
.pagination .page-numbers span, 
.pagination .page-numbers .current { 
    background-color: #4c4948;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.pagination .page-numbers {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
}

.pagination .page-number.active {
    background-color: #3b3b3b;
    color: #fff;
    font-weight: bold;
}

.pagination a:hover {
    background-color: #f2f2f2;
    color: #000;
}


/*==============
【お知らせの個別ページ】
==============*/

/* 個別ページ全体 */
.news_single_contents {
    text-align: left;
    font-size: 18px;
    padding: 80px 0;
}

/* 日付 */
.news_single_date {
    color: #666464;
    font-size: 18px;
}

/* タイトル */
.news_single_title {
    color: #000000;
    font-size: 2rem;
    margin-top: 7px;
}

/* 本文 */
.main_topics_item_text_read{
    margin: 60px 0;
}

@media screen and (max-width: 768px) {
    .main_topics_item_text_read{
        margin: 30px 0;
        font-size: 1rem;        
    }
    .news_single_date {
        color: #666464;
        font-size: 1rem;
    }
    .news_single_title {
        font-size: 1.5rem;
    }
    .news_list {
        margin: 0 auto;
        padding: 15px;
        width: 90%;
        text-align: center;
    }

    .news_a {
        column-gap: 15px;
        flex-direction: row;
        align-items: center;
    }

    .news_date {
        text-align: left;
        font-weight: bold;
        font-size: 13px;
    }

    .news_title {
        font-size: 1rem;
        text-align: left;
    }

    .news_list_item {
        padding: 5px 0;
        text-align: left;
    }
}

.news_single_topics_more {
    padding-top: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.news_single_topics_more a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #666464;
    gap: 10px;
}


/*
.arrow-left,
.arrow-right {
    width: 80px;
    height: 1px;
    border-radius: 9999px;
    background-color: #666464;
    position: relative;
}

.arrow-left::before,
.arrow-right::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    border-radius: 9999px;
    background-color: #666464;
}

.arrow-left::before {
    top: calc(50% - 12px);
    transform: rotate(130deg);
    transform-origin: 40% 50%;
    left: 0;
}

.arrow-right::before {
    top: calc(50% - 0.5px);
    transform: rotate(45deg);
    transform-origin: 100% 50%;
    right: 0;
}

@media screen and (max-width: 768px) {
    .arrow-left, .arrow-right {
        width: 40px;
    }
}

.news_no_next_post {
    padding-left: 150px;
    color: #666464;
}

.news_no_prev_post {
    padding-right: 130px;
    color: #666464;
}
*/

/* 画像 */
.news_single_images {
    display: flex;
    flex-direction: column;
}

.news_single_image_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.oshirase_photo_container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.news_list_item_images {
    width: 47%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .news_list_item_images {
        width: 100%;
    }
}

/*==============
【交通情報ページ】
==============*/

.access_table {
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 700px;
    background-color: #f9f9f9;
    margin-top: 70px;
    font-size: 1.2rem;
}

/* セルの基本スタイル（左寄せ） */
.access_table th,
.access_table td {
    padding: 5px 50px;
    text-align: left;
    vertical-align: middle;
}

/* ヘッダーセルのスタイル */
.access_table th {
    padding-left:  70px;
    padding-right: 0;
    text-align: left;
    width: auto;
    white-space: nowrap;
    font-weight: 500;
}

/* データセルのスタイル */
.access_table td {
    width: 60%;
}

/* 上部の余白を追加 */
.access_table_top_row th,
.access_table_top_row td {
    padding-top: 30px;
}

/* 下部の余白を追加 */
.access_table_bottom_row th,
.access_table_bottom_row td {
    padding-bottom: 30px;
}

.access_image_item {
    margin-bottom: 70px;
}

.access_images {
    width: 80%;
    margin: 0px auto;
}

@media screen and (max-width: 768px) {
    .access_table {
        font-size: 1rem;
    }
    .access_table th,
    .access_table td {
        padding: 20px 0 0 0;
    }
    .access_table th {
        padding-left:  15px;
        width: 70px;
    }
    .access_table_bottom_row th,
    .access_table_bottom_row td{
        padding-bottom: 20px;
    }

    .access_image_item {
        margin-bottom: 30px;
    }
    .access_images {
        width: 100%;
    }
}

/*==============
【お土産ページ】
==============*/

.gift-item {
  display: grid;
  grid-template-columns: 600px 500px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

/* 画像コンテナ */
.gift-item .gift-images {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.gift-item .gift-images div {
  display: flex;
  justify-content: center;
}

/* 画像 */
.gift-item .gift-images img {
  height: auto;
  max-height: 175px;
}


/* 商品情報コンテナ */
.gift-item .gift-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* 商品タイトル */
.gift-item .gift-title {
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}

/* 価格情報 */
.gift-item .gift-price {
  margin: 5px auto 15px;
  padding: 0;
  font-size: 14px;
  color: #727171;
}

/* 商品説明 */
.gift-item .gift-description {
    text-align: left;
    margin: 10px 0 0;
    padding: 0;
}

@media (max-width: 1480px) {
    .gift-item {
        grid-template-columns: 1fr;
        align-items: center;
        width: 510px;
        margin: 0 auto 50px;
        max-width: 90%;
    }

    .gift-item .gift-details {
        margin-top: 20px;
    }

  .gift-images {
    flex-wrap: wrap;
    max-height: none;
    align-items: center;
  }

  .gift-details {
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .gift-images img {
    height: auto;
    object-fit: cover;
  }

  .gift-item:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {

  .gift-images img {
    max-width: 90%;
    height: 240px;
    object-fit: contain;
  }

}



/*==============
【ご予約ページ】
==============*/

.reservation_text {
    font-size: 1.2rem;
    width: 510px;
    max-width: 510px;
    line-height: 180%;
    text-align: left;
    margin: 25px auto 50px;
}

.reservation_url {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
    .reservation_text {
        font-size: 1rem;
        width: calc(100% - 40px);
        max-width: 400px;
        line-height: 180%;
        text-align: left;
        margin: 25px auto 25px;
    }
}

/*== プラン設定 ==*/

.reservation_plan_list_ul {
    margin-top: 70px;
}

.reservation_plan_list_item {
    padding: 5px 40px;
    border-top: 1px solid #9fa0a0;
    margin: 0 auto;
    max-width: 460px;
}

.reservation_plan_list_item:last-of-type {
    border-bottom: 1px solid #9fa0a0;
}

/* 全体のスタイル */
.reservation_plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.reservation_plan_title {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.reservation_plan_text {
    margin-top: 0;
    text-align: left;
    line-height: 180%;
}


/* 左側の内容 */
.reservation_plan_left {
    text-align: left;
}

.reservation_plan_period {
    font-size: 1.3rem;
    margin: 0;
    position: relative;
    bottom: -3px;
}

.reservation_plan_date {
    font-size: 0.7rem;
    color: #666;
    margin: 0;
}

.reservation_plan_right {
    text-align: right;
}

.reservation_plan_price {
    font-size: 1.8rem;
    margin: 0;
}

.reservation_image {
    max-width: 900px;
}

.tax_note {
    font-size: 1rem;
    color: #999;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .reservation_plan_list_item {
        padding: 5px 5%;
        margin: 0 auto;
        max-width: 90%;
    }

    .reservation_plan_title {
        font-size: 1.4rem;
        text-align: center;
        font-weight: 700;
    }

    .reservation_plan_text {
        text-align: left;
    }

    .reservation_plan {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .reservation_plan_date {
        position: relative;
        top: 3px;
    }

    .reservation_plan_right {
        text-align: right;
        width: 100%;
    }

    .reservation_plan_price {
        font-size: 1.2rem;
    }

    .reservation_plan_left {
        display: flex;
        align-items: center;
        gap: 10px; 
        margin-bottom: 10px;
    }

    .reservation_plan_list_ul {
        padding: 0;
        margin-top: 0;
    }
}

/* 宝楽焼 */

.hourakuyaki {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    padding: 50px 0 80px;
}

.hourakuyaki img {
    width: 80%;
    margin: 0px auto;
}
@media screen and (max-width: 768px) {
    .hourakuyaki {
        padding: 50px 0;
    }
    .hourakuyaki img {
        width: 100%;
    }
}









/* ご予約ボタン */

.reservation_flex_botton {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.reservation_online_botton,
.reservation_cancel_botton {
    display: inline-block;
    text-align: center;
    width: 180px;
    padding: 20px 50px;
    font-size: 1.5rem;
    white-space: nowrap;
    text-decoration: none;
}

.reservation_online_botton {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c2c2c;
    padding: 20px 50px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.5rem;
    width: 180px;
    white-space: nowrap;
}

.reservation_cancel_botton {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 20px 50px;
    text-align: center;
    color: #000000;
    border: 1px solid #000000;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.5rem;
    width: 180px;
    white-space: nowrap;
}

.reservation_tel_botton {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c2c2c;
    padding: 20px 50px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.8rem;
    white-space: nowrap;
    width: 480px;
    margin: 0 auto;
}

.reservation_form_botton {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 20px 50px;
    text-align: center;
    color: #000000;
    border: 1px solid #000000;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.5rem;
    white-space: nowrap;
    width: 480px;
    margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
    .reservation_flex_botton {
        flex-direction: column;
        align-items: center;
    }
    .reservation_online_botton,
    .reservation_cancel_botton,
    .reservation_tel_botton,
    .reservation_form_botton {
        font-size: 1.3rem;
    }

    .reservation_online_botton,
    .reservation_tel_botton {
        width: 180px;
    }

    .reservation_cancel_botton,
    .reservation_form_botton {
        width: 179px;
    }

    .reservation_tel_botton,
    .reservation_form_botton {
        margin: 0 auto 70px;
    }
}


/* ---------------------------------
   Contact Form 7 カスタム CSS
   予約フォーム
---------------------------------- */

/* フォーム全体のコンテナ */
.wpcf7-form {
    width: 100%;
    max-width: 700px;
    margin: 2em auto;
}

/* ラベルのスタイル */
.wpcf7 label {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    display: flex;
    margin-top: 25px;
    font-size: 1.2em;
    color: #333;
}

/* 入力フィールド、テキストエリア類のスタイル */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 1.2em;
    border: 1px solid #9fa0a0;
    font-size: 1em;
    box-sizing: border-box;
    transition: background 0.3s ease, border 0.3s ease;
}

/* フォーカス（入力時）のスタイル */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    background: #F0F8FF;
    border-color: #5699d3;
    outline: none;
}

/* 必須項目を表す（例：*や色付け） */
.required {
    margin-left: 8px;
    padding-top: 3px;
    padding-bottom: 1px;
    width: 35px;
    display: inline-block;
    text-align: center;
    background: #df0615;
    color: #fff;
    font-size: 12px;
    position: relative;
    font-family: "Arial", sans-serif;
}

@media screen and (max-width: 480px) {
    .required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}


/* 親要素に対して中央寄せ */
.wpcf7 form {
    text-align: center;
}

/* 送信ボタンのスタイル */
.wpcf7 input.wpcf7-submit {
    font-size: 1.3rem;
    font-weight: 800;
    font-family: serif;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin: 20px auto;
    padding: 0.7rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    background-color: #272828;
    color: #ffffff;
    border-radius: 0.5rem;
}

/* 送信ボタン（ホバー時）のスタイル */
.wpcf7 input.wpcf7-submit:hover {
    background-color: #272828cb;
    color: #ffffff;
}

/* バリデーションエラー時のメッセージ表示 */
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output .wpcf7-validation-errors {
    color: #df0615;
    font-weight: bold;
    margin-bottom: 1em;
    display: flex;
}

@media screen and (max-width: 480px) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 textarea {
        padding: 0.6em;
        font-size: 0.9em;
    }
    .wpcf7 input.wpcf7-submit {
        padding: 0.8em;
        font-size: 1em;
    }
}

.screen-reader-response,
.wpcf7-response-output {
    display:none;
}

#cf7-area {
    margin: 0 auto;
    width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
    #cf7-area {
        display: grid;
        grid-template-columns: 1fr 3fr;
    }

    .cf7-item {
        display: contents;
    }

    .cf7-q {
        text-align: right;
        align-self: start;
    }

    .cf7-a {
        align-self: start;
    }
}

.cf7-a textarea {
    resize: none;
}

/* 住所フィールドの高さを調整 */
.cf7-a textarea[name="your-address"] {
    height: 70px;
}

.hidden-fields-container {
  display: none; /* 画面上から完全に消す */
}


/*==============
【ご予約の際のお願いページ】
==============*/

.please_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.please_title {
    text-align: left;
    width: 90%;
    max-width: 580px;
}

.please_table {
    font-size: 16px;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 555px;
    text-align: center;
    margin: 30px 0 50px 0;
  }

  .please_table th, .please_table td {
    background-color: #efeeee;
    border: 2px solid #ffffff;
    padding: 7px 0;
  }
  .please_table thead th {
    background-color: #dcdcdc;
    color: #000000;
    border: 2px solid #dcdcdc;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .please_table tbody th {
    color: #dcdcdc;
    font-weight: bold;
    text-align: center;
  }
  @media screen and (max-width: 786px) {
    .please_table {
        margin: 30px 7px 50px 7px;
        font-size: 12px;
    }
}

      @media screen and (max-width: 586px) {
    .please_table {
        max-width: 90%;
    }
}