/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.8.7.1753679440
Updated: 2025-07-28 14:10:40

*/

/*----------------------------共通----------------------------*/
.center {
    text-align: center;
}

a:hover {
    opacity: 0.5;
}

.contact_fix a:hover {
    opacity: 1;
}

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

.home .entry-header,
.entry-footer,
.date-tags,
.admin-pv {
    display: none;
}

.article,
.footer {
    margin: 0 !important;
}

.content {
    overflow: hidden;
}

.content,
.main,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.main {
    background: transparent !important;
}

.main_title {
    display: none;
}

.wrap {
    width: 100%;
}

img {
    width: 100%;
}

.red {
    font-weight: bold;
    color: #c9020f;
}

p {
    line-height: 2.2;
}

.video-container,
.instagram-container,
.facebook-container {
    max-width: none !important;
}

.center {
    text-align: center;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.single .article-header {
    display: none;
}

.single .content {
	margin: 10px auto 0 !important;
    padding: 10px 20px 0 !important;
}

.sp_on {
    display: none;
}

.md_on {
    display: none;
}

@media screen and (max-width: 900px) {
    .md_on {
        display: block;
    }

    .md_off {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .sp_on {
        display: block;
    }

    .pc_on,
    .pc_off {
        display: none;
    }
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.go-to-top-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/*---------------------------見出し---------------------------*/
.ttl_line5 {
    font-weight: bold;
    padding: 0.3em;
    margin-bottom: 0.3em;
    position: relative;
}

.ttl_line5::after {
    content: '';
    background-size: 10px 10px;
    background-color: #e1eef5;
    background-image: repeating-linear-gradient(-45deg, #4c9ac0 0, #4c9ac0 3px, #fff 0, #fff 50%);
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.ttl_line8 {
    position: relative;
    padding: 0.3em 0.5em;
}

.ttl_line8::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#9ca5ee), to(#49ebdf));
    background-image: -webkit-linear-gradient(right, #9ca5ee 0%, #49ebdf 100%);
    background-image: linear-gradient(to left, #9ca5ee 0%, #49ebdf 100%);
}

/*---------------------------ボタン---------------------------*/
.button {
    margin: 30px auto;
}

.cta_btn05 {
    font-weight: bold;
    /* 文字の太さ */
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1em 2em 1em calc(5em - 15px);
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    /* 文字色 */
    border-radius: 0.5rem;
    background: #45B173;
    /* 背景色 */
    box-shadow: 0 5px 0 #19934e;
    margin-left: 10px;
}

.cta_btn05 p {
    margin: 0;
}

.cta_btn05 .cta_btn05_copy {
    position: absolute;
    bottom: 0.5em;
    left: -10px;
    display: inline-block;
    width: 5em;
    height: 5em;
    line-height: 5em;
    text-align: center;
    color: #45B173;
    font-size: 80%;
    font-weight: bold;
    background: #fff;
    border: 3px solid #45B173;
    border-radius: 50%;
    box-sizing: border-box;
    transform: rotate(-10deg);
}

.cta_btn05 .cta_btn05_copy::before {
    position: absolute;
    content: "";
    bottom: -5px;
    right: -10px;
    border: 9px solid transparent;
    border-left: 15px solid #FFF;
    z-index: 0;
    transform: rotate(45deg);
}

/* マウスオーバーした際のデザイン */
.cta_btn05:hover {
    transform: translate(0, 3px);
    background: #45B173;
    /* 背景色 */
    box-shadow: 0 2px 0 #19934e;
}

input[type=submit] {
    -webkit-appearance: none;
    border: 1px solid var(--cocoon-thin-color);
    background-color: #fcb1b1;
    color: #333;
}

/*---------------------------header---------------------------*/
.header__navi {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    background: url(https://yamanakako-flowerfarm.com/wp-content/uploads/2025/07/menu_bg.jpg) center/cover no-repeat;
    width: 50%;
    height: 100vh;
    transform: translateX(-150%);
    transition: all 0.6s;
}

.header__navi.active {
    transform: translateX(0%);
}

.header__navi ul {
    padding-top: 48px;
    text-align: center;
	padding-left: 0;
}

.header__navi li {
    list-style: none;
    margin-bottom: 24px;
    font-size: 3vw;
    font-family: "Dela Gothic One", sans-serif;
}

.header__navi li a {
    color: #48494a;
    text-decoration: none;
}

.menu.close {
    display: none;
}

/* メニューボタン */
.sp-menu-btn {
    background: #fcb1b1;
    color: #fff;
    border: none;
    position: fixed;
    left: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1000;
    border-radius: 50%;
}

.sp-menu-btn span {
    display: block;
    position: absolute;
    width: 36px;
    top: 50px;
    right: 12px;
    transition: 0.3s ease-in-out;
    font-size: 10px;
    font-weight: bold;
}

.sp-menu-btn .line {
    height: 3px;
    background: #fff;
}

.sp-menu-btn span:nth-child(1) {
    top: 20px;
}

.sp-menu-btn span:nth-child(2) {
    top: 28px;
}

.sp-menu-btn span:nth-child(3) {
    top: 36px;
}

/* メニューが開いているときのボタン */
.sp-menu-btn.active {
    color: #48494a;
    background: #fff;
}

.sp-menu-btn.active .line {
    background: #48494a;
}

.sp-menu-btn.active span:nth-child(1) {
    top: 28px;
    transform: rotate(-45deg);
}

.sp-menu-btn.active span:nth-child(2) {
    transform: rotate(45deg);
}

.sp-menu-btn.active .menu.open {
    display: none;
}

.sp-menu-btn.active .menu.close {
    display: block;
}

/*---------------------------main---------------------------*/
.page {
    margin: 0 0 0 50%;
}

.main_content {
    background: url(https://yamanakako-flowerfarm.com/wp-content/uploads/2025/07/main_bg.jpg) top;
    margin: 0;
}

#main_left_image_slider {
    width: 50%;
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}

.page-id-93 .content,
.page-id-118 .content,
.page-id-206 .content {
    padding: 50px 30px !important;
    background: url(https://yamanakako-flowerfarm.com/wp-content/uploads/2025/07/main_bg.jpg) top;
}

.main_right_content {
    padding: 50px 30px;
}

.main_logo {
    max-width: 400px;
    margin: 0 auto;
}

.main_text {
    font-size: 4vw !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    text-align: center;
    margin: 0 0 20px 0 !important;
    opacity: 0.4;
}

.top_kv {
    background: #fcfcfc;
    padding: 20px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 10px;
}

.top_kv h2 {
    font-size: clamp(26px, 2.5vw, 40px) !important;
    margin: 0 auto !important;
}

.main_subtitle_detail {
    text-align: left;
    margin: 20px 0 0 0 !important
}

.top_banner {
    margin: 30px auto;
    max-width: 800px;
    width: 100%;
}

.top_banner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.dahlia_schedule_title {
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 50px 0 20px 0 !important;
    opacity: 0.4;
}

.dahlia_schedule_subtitle {
    font-size: 3.5vw;
    text-align: center;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ba0b0b;
    margin: 0 0 20px !important;
    padding: 0 !important;
    line-height: 1;
}

.page-id-93 .article-header,
.page-id-118 .article-header,
.page-id-206 .article-header{
    display: none;
}

.content_inner_box {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin: 0 0 30px 0;
}

.content_inner_box p {
    margin-bottom: 0 !important;
}

.dahlia_item {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    font-size: 15px;
}

.dahlia_image {
    width: 40%;
}

.dahlia_image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.dahlia_text {
    width: 60%;
    line-height: 1.2;
}
.news_content {
	margin: 80px auto;
    padding: 20px 20px 40px;
    background: #fff;
    border-radius: 20px;
}
.news_box {
	display: flex;
    align-items: center;
	border-bottom: 1px solid #000;
}
.news_box p {
	margin: 0 !important;
}
.news_title {
	font-size: 16px !important;
	margin: 0 !important;
}
.news_title a {
	text-decoration: none;
	color: #000;
}
/*---------------------------------single--------------------------------*/
.single,
.archive {
    margin: 0 0 0 50%;
}

.single .content,
.archive .content {
    padding: 50px 30px;
}

.single .content-in,
.archive .content-in {
    max-width: 600px;
    margin: 0 auto;
}

.experience_archive_main_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 20px;
}

.experience_box {
    width: calc(50% - 10px);
    /* 2列表示 */
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.experience_box img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.experience_box h2 {
    font-size: 1.1rem;
    padding: 10px;
}

/*---------------------------------contact--------------------------------*/
.page-id-50 .content,
.page-id-73 .content {
    padding: 50px 30px !important;
    position: relative;
    background: url(https://yamanakako-flowerfarm.com/wp-content/uploads/2025/07/main_bg.jpg) center;
}

.page-id-50 .article-header,
.page-id-73 .article-header {
    display: none;
}

.page-id-50 .content-in,
.page-id-73 .content-in {
    max-width: 700px;
    margin: 0 auto;
}

.mw_wp_form {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px !important;
    border-radius: 10px;
    margin: 10px 0;
}

.contact_form {
    margin: 50px auto;
    max-width: 900px;
}

.second_tit {
    margin: 40px 0;
    font-family: "Dela Gothic One", sans-serif;
    color: #ba0b0b;
    font-size: 4.5vw;
}

.contact_form_inner th,
.contact_form_inner tr,
.contact_form_inner td {
    border: 0 !important;
    vertical-align: baseline;
    background: transparent !important;
}

.contact_form_inner th {
    text-align: left;
    font-size: 12px;
    width: 150px;
}

.cont_hissu {
    font-size: 14px;
    width: 75px;
}

.cont_item_massege {
    vertical-align: top !important;
}

.cont_hissu span {
    padding: 5px 15px;
    display: inline-block;
}

.hissu {
    background: #fcb1b1;
    color: #fff;
}

.ninni {
    background: #cccccc;
    color: #fff;
    margin-top: 3px;
    display: inline-block;
}

.form-btn {
    text-align: center;
}

.form-btn-font-o,
.form-btn-font-g {
    width: 50%;
    max-width: 300px;
}

/* カレンダーの位置補正 */
.ui-datepicker {
    z-index: 9999 !important;
    /* 他要素より前面に */
    position: absolute !important;
    left: 50% !important;
}

/* 親要素がtransform: translate3d などでバグるのを防ぐ */
.mwform-datepicker {
    position: relative;
    overflow: visible;
}

/*---------------------------------footer--------------------------------*/
#footer {
    background: url(https://yamanakako-flowerfarm.com/wp-content/uploads/2025/07/footer_bg02.png) center/cover no-repeat;
    margin: 0;
}

.footer-left,
.footer-right {
    display: none;
}

.footer-center {
    width: 100%;
}

.footer_logo {
    max-width: 300px;
    margin: 0 auto;
}

.footer__navi ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__navi a {
    text-decoration: none;
    color: #616161;
    font-family: "Dela Gothic One", sans-serif;
}

/*---------------------------------レスポンシブ--------------------------------*/
@media screen and (max-width: 1100px) {
    #main_left_image_slider {
        display: block;
        position: relative;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        height: 400px !important;
    }

    .page,
    .single,
    .archive {
        margin: 0 auto;
    }

    .page-id-50 .content,
    .page-id-73 .content {
        padding: 0 30px !important;
    }

    .page-id-50 .content-in,
    .page-id-73 .content-in {
        padding: 0 20px !important;
    }

    .second_tit {
        font-size: 4vw;
    }

    .main_text {
        font-size: 6vw !important;
    }

    .dahlia_schedule_title {
        font-size: 12vw;
    }
}

@media screen and (max-width: 834px) {
    .footer-widgets {
        display: block !important;
    }

    .second_tit {
        font-size: 9vw;
    }

    .page-id-50 .content,
    .page-id-73 .content {
        padding: 0 !important;
    }

    .contact_form {
        width: 90%;
    }

    .contact_form th,
    .contact_form td {
        display: block;
        padding: 5px 2%;
        text-align: left;
        border: none;
    }

    .contact_form th {
        margin-right: 5px;
    }

    .contact_form td {
        padding-top: 10px;
    }

    .contact_form p {
        float: none;
        display: inline-block;
    }

    .cont_hissu {
        width: auto;
    }

    .dahlia_schedule_subtitle {
        font-size: 6.5vw;
    }

    .main_text {
        font-size: 8vw !important;
    }

    .main_logo {
        width: 70%;
    }

    .main_right_content {
        padding: 50px 15px;
    }

    .top_kv h2 {
        font-size: clamp(20px, 2.5vw, 40px) !important;
        padding: 0 0 20px;
    }

    .ui-datepicker {
        left: 30% !important;
    }

    .contact_form {
        margin: 0 auto;
    }
}

@media screen and (max-width: 680px) {
    .dahlia_item {
        flex-direction: column;
    }

    .dahlia_image,
    .dahlia_text {
        width: 80%;
    }

    .second_tit {
        margin: 0 0 20px;
    }
	.single .content,.content_inner {
		margin: 50px auto 0 !important;
	}

}

@media screen and (max-width: 600px) {
    .experience_archive_main_inner {
        flex-direction: column;
    }

    .experience_box {
        width: 100%;
    }

    .dahlia_schedule_subtitle {
        font-size: 9vw;
    }

    .page-id-93 .content,
    .page-id-118 .content {
        padding: 50px 0px !important;
    }
	
	.header__navi {
		width: 100%;
	}
	
		.header__navi li {
		font-size: 8vw;
	}
}

@media screen and (max-width: 420px) {
    .top_kv h2 {
        font-size: clamp(18px, 2.5vw, 40px) !important;
    }

    .main_right_content h1 {
        font-size: 22px !important;
    }

    .dahlia_image,
    .dahlia_text {
        width: 95%;
    }

    .ui-datepicker {
        left: 15% !important;
    }

}

@media screen and (max-width: 380px) {
    .ui-datepicker {
        left: 10% !important;
        transform: scale(0.7);
    }
}