@charset "UTF-8";
/*
Theme Name: Yagotonomori3
Template: lightning
*/

/* ========================================
   カラーパレット
   ======================================== */
:root {
    /* メインカラー */
    --color-primary-dark: #0a0a0a;
    --color-secondary-dark: #1a1a1a;
    --color-dark-bg: #0d0d0d;

    /* アクセントカラー（緑） */
    --color-accent-green: #4a7c59;
    --color-accent-green-light: #5a8c69;
    --color-accent-green-dark: #3a6c49;

    /* ゴールドアクセント */
    --color-gold: #d4af37;
    --color-gold-light: #e4bf47;

    /* テキストカラー */
    --color-text-primary: #f5f5f5;
    --color-text-secondary: #cccccc;
    --color-text-muted: #999999;

    /* オーバーレイ */
    --overlay-dark: rgba(0, 0, 0, 0.6);
    --overlay-green: rgba(74, 124, 89, 0.3);
}

/* ========================================
   基本スタイル
   ======================================== */

html{
    background-color: #000000;
}

.googlemap iframe {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 0px;
    margin-bottom: -6px;
}

body {
    background-color: var(--color-primary-dark);
    color: var(--color-text-primary);
    font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', serif;
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

.site-body {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
        min-height: 100vh;
}

/* リンクスタイル */
a {
    color: #00da41;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--color-gold);
}

/* 見出しスタイル */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', serif;
    font-weight: 600;
    color: var(--color-text-primary);
    letter-spacing: 0.05em;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}






/* 親要素（背景）の設定 */
.back11 {
min-height: 100vh;
    width: 500px;
    top: 0px;
    left: 100px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/title_back01-1.jpg?260220);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-shadow: none;
}

.back11#food {
    background-image: url(images/title_back01-2.jpg);
}
.back11#members {
    background-image: url(images/title_back01-3.jpg);
}
.back11#contact {
    background-image: url(images/title_back01-4.jpg);
}
.back11#room {
    background-image: url(images/title_back01-5.jpg);
}

.back11#coupon {
    background-image: url(images/title_back01-6.jpg);
}
.back11#mailmagazine {
    background-image: url(images/title_back01-7.jpg);
}

/* h1の余計な余白をリセット（念のため） */
.back11 h1 {
  margin: 0;
  text-align: center;
}





.bt01 {
    background-color: #1b956b;
    color: #ffffff;
    display: block;
    width: 250px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    padding-top: 6px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    transition: all linear 300ms;
    text-decoration: none;
    text-shadow: none;
    float: left;
}
.bt01:hover {
    opacity: 0.75;
    color: #ffffff;
}






h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 0.5rem;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-accent-green), transparent);
}
h2.back01::after{
	background: none;
	
}



h2.back01::before{
	content: '';
    position: absolute;
bottom: -56px;
    left: -87px;
    width: 200px;
    height: 200px;
	background:none;
	background-image:url("images/h02_back01.png");
	background-repeat: no-repeat;
	background-size: 200px 200px;
	mix-blend-mode:screen;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.yagoto-home-page{
	margin-top: 0px;
	padding-top: 0px;
    background-color: #000000;
    background-image: url(./images/back01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1918px 1171px;
}



/* ========================================
   HTMLプロトタイプ用調整スタイル
   ※WordPressが出力するクラス構造を模倣しつつ、
   静的HTMLとして成立させるための調整を含みます。
   ======================================== */

/* ヒーローセクション（トップ画像） */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 1000px;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* Create stacking context */
}

/* 背景用要素 (back01) */
.hero-section::before {
    /*content: '';*/
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 2000px;
	/*
    background-image: url('./images/back01.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1918px 1171px;*/
    z-index: 0;
}

.hero-section::after {
    /*content: '';*/
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    pointer-events: none;
}

/* ヒーローコンテンツラッパー */
.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    padding-top: 80px;
}

/* ヒーローテキスト */
.hero-text-container {
    width: 45%;
    padding-left: 2rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    writing-mode: horizontal-tb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.hero-title-group{
	padding-left: 50px;
}


.hero-title {
    font-size: 2.5rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.hero-title::after {
    content: none;
    display: none;
}

.hero-subtitle {
    font-size: 0.95rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.2;
    margin-top: 0;
	padding-left: 60px;
    opacity: 0.9;
}

/* 右側の画像 (toppic01) */
.hero-image-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: 1;
}

.hero-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    box-shadow: none;
}

/* ヒーローサブ画像 */
.hero-sub-image {
    position: relative;
    bottom: -100px;
    left: 0;
    transform: none;
    width: 450px;
    height: 300px;
    z-index: 15;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);	
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero-sub-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.top_room{
	background-image: url("images/back02.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

.top_food{
	background-image: url("images/back03.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}


.room_text{
    position: relative;
    top: 100px;
    right: 0px;
    width: 300px;
    float: right;
}

.room_text h2{
       left: -50px;
}


.tel {
	font-size: 24px;
	font-weight: 600;
}

.food_text{
    position: relative;
    top: 100px;
    left: 10px;
    width: 300px;
    float: left;
}

.foodmenu{
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 0px !important;
	background-color: rgba(0,0,0,0.50);
	margin-bottom: 60px;
	backdrop-filter: blur(10px);
}

.foodmenu li{
	list-style: none;
	margin: 0px;
	padding: 15px;
	display: block;
	border-bottom: dotted 1px #ffffff;
}

.foodmenu li strong{
	float: right;
}


.access_text{
    position: relative;
    top: 200px;
    right: 22px;
    width: 380px;
    float: right;
}

.whatsnew{
	background-image: url("images/back04.png");
	background-repeat: no-repeat;
	background-size: 770px 770px;
	background-position: right bottom -350px;
}



.back05{
	background-image: url("images/back05.png");
	background-repeat: no-repeat;
	background-size: 770px 770px;
	background-position: left bottom -100px;
	background-position-x: 19% !important;
}

.breadcrumb{
    font-size: 12px;
    margin-top: 150px;
}


/* ヘッダーの透明化・一体化・スクロール追随 */
.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    z-index: 1000;
    transition: background-color 0.3s ease, padding 0.3s ease;
}

.site-header.header-scrolled {
    background-color: rgba(10, 10, 10, 0.65) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.site-header.header-scrolled .site-header-inner {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.site-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: auto !important;
}

.site-logo {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}

.site-logo a {
    display: block;
    line-height: 1;
}

.site-logo img {
    height: 58px !important;
    max-height: 58px !important;
    width: 270px !important;
    max-width: 270px !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: bottom;
    object-fit: contain;
}

/* ナビゲーション */
.site-navigation {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.site-navigation a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
    display: inline-block;
}

.site-navigation a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-accent-green-light);
    transition: width 0.3s ease;
}

.site-navigation a:hover::after,
.site-navigation a.current::after,
.site-navigation .current-menu-item>a::after {
    width: 100%;
}

.site-navigation a:hover {
    color: var(--color-accent-green-light);
}

/* セクション共通調整 */
.section-full {
    overflow: hidden;
    position: relative;
    background-color: var(--color-secondary-dark, #1a1a1a);
}

.split-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.split-image-area,
.split-text-area {
    width: 50%;
    position: relative;
    min-height: 500px;
}

.split-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.split-text-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    background-color: #111;
}

.text-area-inner {
    max-width: 400px;
    color: #fff;
}

.section-label {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    border-bottom: none;
    background-image: url('./images/back01.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0.2em 1em;
}

.split-desc {
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    line-height: 2.2;
    margin-bottom: 2rem;
}

/* What's New セクション */
.news-section {
    background-color: #0d0d0d;
    padding: 5rem 0;
    text-align: center;
}

.news-list {
    max-width: 800px;
    margin: 3rem auto 0;
    text-align: left;
    list-style: none;
    padding: 0;
}

.news-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}

.news-date {
    color: #4a7c59;
    margin-right: 1.5rem;
    font-family: sans-serif;
}

.news-title {
    color: #fff;
    text-decoration: none;
}

/* ホテル外観（アクセス？）セクション */
.access-section-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* マップ */
.map-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* フッター */
.site-footer {
    background-color: #0a0a0a !important;
	/*border-top: 1px solid rgba(74, 124, 89, 0.3) !important;*/
    padding: 15px 0 !important;
    margin-top: 0 !important;
    color: var(--color-text-secondary) !important;
}

.copyright {
    color: #ffffff !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.05em !important;
    margin: 0 !important;
    text-align: center;
    padding-top: 0px;;
}

/* モバイルメニュー */
.menu-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2000;
    width: 30px;
    height: 24px;
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.menu-toggle span:last-child {
    margin-bottom: 0;
}

.menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}

.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}



.simple-pages h1{
	font-size: 4rem;
    height: 4rem;
    margin-bottom: 25px;
    line-height: 4rem;
}
.simple-pages h1 i{
    display: block;
    position: relative;
    text-decoration: none;
    font-style: normal;
    top: 0px;
    font-size: 1.2rem;
}


.simple-pages h2{
    height: 57px;
    margin-bottom: 60px;
}
.simple-pages h2 i{
    display: block;
    position: relative;
    text-decoration: none;
    font-style: normal;
    top: 15px;
    font-size: 1.2rem;
}

.simple-pages .system01{
	border-bottom: dotted 1px #ffffff;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.simple-pages .system01 .price{
	float: right;
}





@media (max-width: 1199px) {
	.back11 {
		min-height: 100vh;
		width: 350px;
		top: 0px;
		left: 50px;
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


@media (max-width: 980px) {
	.back11 {
		min-height: 100vh;
		width: 350px;
		top: 0px;
		left: 0px;
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}





@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .site-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background-color: #0a0a0a;
        padding-top: 80px;
        transition: right 0.3s ease;
        z-index: 1500;
    }

    .site-navigation ul {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding-right: 80px;
        padding-left: 80px;
    }

    .menu-open .site-navigation {
        right: 0;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    }

    .site-header-inner {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-section {
        flex-direction: column;
        justify-content: flex-start;
        min-height: auto;
        padding-bottom: 4rem;
        padding-top: 80px;
    }

    .hero-text-container {
        width: 100%;
        padding: 2rem;
        order: 1;
        word-break: break-word;
    }

    .hero-image-right {
        position: relative;
        width: 100%;
        height: 300px;
        order: 2;
    }

    .hero-image-right img {
        object-position: right center;
    }

    .hero-sub-image {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 0px;
        margin-left: auto;
        width: 300px;
        height: 200px;
        z-index: 20;
    }

    .split-image-area,
    .split-text-area {
        width: 100%;
    }

    #food .split-content-wrapper {
        flex-direction: column;
    }
	
	
	.hero-content {
		position: relative;
		z-index: 2;
		display: flex;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		align-items: center;
		padding-top: 0px;
		flex-direction: column-reverse;
	}
	
	.hero-subtitle {
		padding-left: 0px;
	}
	.hero-subtitle br{
		display: none;
	}
	
	.hero-title-group {
		padding-left: 0px;
	}
	
	.hero-title {
    	font-size: 2.0rem;
	}
	
	
	.access_text {
		position: relative;
		top: 20px;
		right: 22px;
		width: 380px;
		float: right;
	}
	
	
	
    .room_text {
        position: relative;
        top: 20px;
        right: 0px;
        width: 320px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
	
    .food_text {
        position: relative;
        top: 10px;
        left: 10px;
        width: 320px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
	
	
	
	.back11 {
        min-height: 180px;
        width: 100%;
        top: 0px;
        left: 0px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	
	
}


@media (max-width:480px){

	
	.site-logo img {
	    width: 200px !important;
	}
	
	
    .food_text {
        position: relative;
        top: 60px;
        left: 25px;
        width: 310px;
        float: left;
        height: 250px;
    }
	.food_text h2 {
		left: 10px;
	}
	
    .room_text {
        top: 50px;
        left: 25px;
        float: left;
        height: 290px;
    }
	
	.room_text h2 {
		left: 10px;
	}
	
	.access_text {
		height: 270px;
		position: relative;
		top: 50px;
		left: 20px;
		width: 290px;
		float: left;
		font-size: 0.9rem;
	}
	
	
	.bt01 {
		float: initial;
	}
	
	
}
