@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.w-30 {
	width: 30%;
}
.w-80 {
	width: 80%;
}

body {
	color: #194689 !important;
}
body div {	
	font-family: "Arial", sans-serif;
}

.orangetxt {
	color: #df5a3e;
}
.greentxt {
	color: #0b8c43;
}

.vertically {
    writing-mode: vertical-rl; /* タイトルを縦書きに設定 */
	text-orientation: mixed; /* 文字と数字が重ならないように設定 */
    line-height: 1.5; /* 行間を調整して重なりを防ぐ */
	font-weight: bold;
	margin: auto !important;
}

.main {
	background-color: #f0f0e6;
}
#post-12 .article-header, .article-footer, #breadcrumb {
	display: none;
}
.header-container {
	z-index: 1;
}

.wp-block-heading {
	background-color: #1e50a2 !important;
}

.entry-title {
	text-align: center;
	font-size: 40px;
	margin-bottom: 50px;
}

.content-title, .entry-title {
	font-family: vdl-logojrblack, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 3rem;
	margin-bottom: 1rem !important;
}

.wp-block-button {
	max-width: 60% !important;
}

.entry-content {
	position: relative;
}

.under-entry-content {
	display: none;
}

.post-date {
	display: none;
}

.archive-title {
	display: none;
}
.cat-label {
	display: none;
}


/**********
 * トップ
 * **********/

.top-image, .top-recruit {
	position: relative
}
.top-image {	
	margin-top: -120px;
}
.top-recruit img {
	position: absolute;
    right: 100px;
    bottom: 160px;
    z-index: 2;
    width: 150px;
}

.top-news {
	width: 60%;
	margin: auto;
	border-radius: 15px;
}

.sns-icon {
	text-align: right;
}
.sns-icon img {
	margin: 5px;
}

.wp-block-table td{
	padding: .3em;
}

.ticket-banner {
	/*width: 60% !important;*/
	margin: auto;
}
.ticket-text {
	margin-top: -30px;
}

.wp-block-button {
	font-family: "Noto Sans JP", sans-serif;
}

.sponsor-logo {
	margin-bottom: 0 !important;
}

/**********
 * ヘッダーフッターメニューを全幅に設定
 * **********/
.header-container, .footer-container {
    width: 100vw; /* ビューポートの幅を100%に設定 */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw; /* 親要素の幅を無視するためにマージンを調整 */
    margin-right: -50vw;
}

#menu-item-118, #menu-item-119, #menu-item-120, #menu-item-121, #navi-in #menu-item-211, #navi-in #menu-item-212, #navi-in #menu-item-218 {
	display: none;
}

/**********
 * スライダー
 * **********/
.slider {
    position: relative; /* 矢印の位置をスライダー内で基準にするために相対位置に */
    width: 100%;
    overflow: hidden;
    padding-top: 80px; /* 画像の上部に余白を追加して、矢印を外側に出す */
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 33.33%; /* スライドの幅を調整 */
    box-sizing: border-box;
    position: relative;
}

.slide img {
    width: 100%;
    display: block;
	height: 300px;
    object-fit: cover;
}

.slide a {
    text-decoration: none; /* 下線を消す */
}

.slider .content-title {
    position: absolute;
    top: -10px;
	left: 50%; /* 左端から50% */
    transform: translateX(-50%); /* 自身の幅の50%分左に移動して中央揃え */
}

.slide-title {
    position: absolute;
    top: 0px; /* 画像の上端に配置 */
    right: 10px; /* 画像の右端に配置 */
    writing-mode: vertical-rl; /* タイトルを縦書きに設定 */
	text-orientation: mixed; /* 文字と数字が重ならないように設定 */
    line-height: 1.5; /* 行間を調整して重なりを防ぐ */
    letter-spacing: 0.1em; /* 文字間隔を広げて、視認性を向上 */
    color: #194689; /* タイトルの文字色 */
    font-size: 16px; /* タイトルのフォントサイズを調整 */
    background-color: rgba(255, 255, 255, 0.7); /* 半透明の背景色を追加（オプション） */
    padding: 10px; /* タイトルに余白を追加 */
    z-index: 20; /* タイトルを前面に表示 */
	font-weight: bold;
}

.slide-content {
	font-size: 14px;
	padding: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
    bottom: 0px;
}
.slide-content p {
	margin-bottom: 0px;
}

.slider-control {
    position: absolute;
    top: 0px; /* 矢印をスライダーの上端に配置 */
    color: #194689; 
    font-size: 40px; /* 矢印を大きくする */
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease; /* ホバー時のアニメーション */
}

.slider-control:hover {
    transform: scale(1.2); /* ホバー時に少し大きくする */
}

.slider-control.prev {
    left: 10px; /* 左端に配置 */
}

.slider-control.next {
    right: 10px; /* 右端に配置 */
}

/* FontAwesomeなどのアイコンフォントを使う場合 */
.slider-control.prev::before {
    content: '\f104'; /* FontAwesomeの左矢印 */
    font-family: "FontAwesome";
}

.slider-control.next::before {
    content: '\f105'; /* FontAwesomeの右矢印 */
    font-family: "FontAwesome";
}


/**********
 * 店舗メニュー
 * **********/
.menu-table {
	padding: 30px 50px;
}
.menu-table td:first-child  {
	width: 200px;
	vertical-align: top;
}

.category-2024menu-post {
	width: 60%;
	margin: auto;
}

.category-2024menu-post .entry-content {
	margin-top: 3em;
}

/**********
 * 料金体系
 * **********/
.post-198 {
	width: 60%;
	margin: auto;
}


/**********
 * 開催概要
 * **********/
.post-351 {
	width: 60%;
	margin: auto;
}
.post-351 h1 {
	display: none;
}
.post-351 .entry-title {
	font-size: 30px;
}
.wp-block-table tr td:nth-of-type(1) {
	min-width: 120px;
	vertical-align: top;
}


/**********
 * お寿司とクラフトビールのペアリングを楽しもう！
 * **********/
.post-510 {
	width: 60%;
	margin: auto;
}
.post-510 h1 {
	display: none;
}

/**********
 * お問い合わせ
 * **********/
.contact-require {
	color: #ff4b4b
}
.wpcf7-form {
	width: 60%;
	margin: auto;
}
.wpcf7-form label {
	width: 100%;
}
.contact-submit {
	text-align: center;
}
.wpcf7-submit {
	font-family: "Noto Sans JP", sans-serif !important;
	background-color: #194689 !important;
	color: #fff !important;
	width: 50% !important;
	margin: auto !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.slide {
        min-width: 50%; /* 2つのスライドを表示 */
    }

    .slider-control {
        font-size: 35px; /* 矢印のサイズを少し縮小 */
    }

    .slide-title {
        font-size: 14px; /* タイトルの文字サイズを小さく */
    }

    .slide-content {
        font-size: 12px; /* コンテンツの文字サイズを小さく */
    }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	.menu-content {
		max-width: 100%;
	}
	
	.mobile-header-menu-buttons {
		background-color: #194689;
	}
	.logo-menu-button {
		padding: 5px;
	}
	.navi-menu-button {
		text-align: end;
		background-color: #df5a3e;
		width: 50px !important;
		margin: auto;
		padding: 5px;
	}
	.navi-menu-close-button {
		background-color: #df5a3e;
		padding: 5px;
	}
	.navi-menu-content {
		background-color: #194689;
		border-left: solid 10px #fff;
		border-right: solid 10px #fff;
		border-bottom: solid 10px #fff;
	}
	.menu-item a {
		text-align: center;
		color: #fff;
		font-family: "Noto Sans JP", sans-serif;
		padding: 15px;
	}
	
	.menu-drawer {
		position: relative;
	}
	.menu-content .menu-drawer {
		padding: 30px 1em;
	}
	.menu-drawer .menu-item-118, .menu-drawer .menu-item-119, .menu-drawer .menu-item-120 {
		position: absolute;
		margin-top: 20px;
	}
	.menu-drawer .menu-item-118 {
		background: url(../../uploads/2024/08/SP_facebook.png) no-repeat center 0 / auto 90%;
		left: 15%;
	}
	.menu-drawer .menu-item-119 {
		background: url(../../uploads/2024/08/SP_x.png) no-repeat center 0 / auto 90%;
		left: 44%;
	}
	.menu-drawer .menu-item-120 {
		background: url(../../uploads/2024/08/SP_instagram.png) no-repeat center 0 / auto 90%;
		right: 15%;
	}
	.menu-drawer .menu-item-211, .menu-drawer .menu-item-212, .menu-drawer .menu-item-218 {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.menu-drawer .menu-item-212 {
		top: 480px;
	}
	.menu-drawer .menu-item-211 {
		top: 530px;
	}
	.menu-drawer .menu-item-218 {
		top: 580px;
	}
	
	.has-bottom-margin.is-style-bottom-margin-10em {
		margin-bottom: 8em !important;
	}
	
	.entry-title {
		font-size: 30px;
		margin-bottom: 0;
		padding-left: 0;
        padding-right: 0;
	}
	
	.content-title {
		text-align: center;
		line-height: 1.0;
	}
	
	.wp-block-button {
		max-width: 100% !important;
	}
	
	.top-sp-image {
		margin-top: -40px;
	}
	.top-sp-recruit {
		width: 80%;
	}
	
	.sns-icon {
		width: 100%;
		margin: auto;
		text-align: center;
		padding-bottom: 30px;
	}
	
	.top-news {
		width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.is-style-regular table {
		margin-right: 0 !important;
        width: 100% !important;
		font-size: 16px;
	}
	.wp-block-table td {
		padding: 5px;
		vertical-align: top;
	}
	.wp-block-table .wp-element-caption {
		padding: 0;
	}
	
	.slide {
        min-width: 100%; /* 1つのスライドを表示 */
    }

    .slider {
        padding-top: 60px; /* 上部の余白を減らす */
    }
	.slider .content-title {
		top: 0px;
	}

    .slider-control {
        font-size: 30px; /* 矢印のサイズをさらに縮小 */
    }

    .slide-title {
        font-size: 12px; /* タイトルの文字サイズをさらに小さく */
        padding: 5px; /* タイトルの余白を縮小 */
    }

    .slide-content {
        font-size: 10px; /* コンテンツの文字サイズをさらに小さく */
    }
	
	.menu-table {
		padding: 0px;
	}
	.menu-table td:first-child {
		width: 80px;
	}
	
	.wpcf7-form {
		width: 100%;
	}
	.wpcf7-form label {
		width: 100%;
	}
	.wpcf7-submit {
		width: 100% !important;
		margin: auto !important;
	}
	
	.wp-block-table tr td:nth-of-type(1) {
		min-width: 80px;
	}
	
	.category .main {
		padding-top: 70px;
	}

	
	.category-2024menu-post, .post-198, .post-351, .post-510 {
		width: 100%;
	}
	
	.post-351 .content-title, .post-510 .content-title {
		font-size: 1.8rem;
	}
	
	.category-2024menu-post .entry-content {
		margin-top: 1em;
	}
	
	.pc {
		display: none !important;
	}
	.br-pc {
		display: none !important;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*480px以上*/
@media screen and (min-width: 834px){
	
	#container .sp {
		display: none !important;
	}
	#container .br-sp {
		display: none !important;
	}
}