/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* *{
	outline: 1px solid red;
} */
body{
	color: #333;
	font-family:"Quicksand","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}
/* 二重で表示される価格を消す */
.wc-block-cart-item__prices .wc-block-components-product-price span{
	display: none;
}

/* 支払フィールドの調整 */
fieldset{
	padding: 0px;
	border: 0;
}

.page-id-13 .ast-container, .page-id-241 .ast-container{
	padding: 0;
}
/* .product {
	margin: 0 1.2rem;
	
} */
.page-id-16 h2.has-background,
.page-id-16 h3.has-background{
	padding: 0.5em;
}
.page-id-16 h2{
	font-weight: 700;
	background-color: #de132d;
	color: #fff;
/* 	padding: 1em; */
}
.page-id-545 ul, .page-id-545 ol {
    margin: 1.5em;
}
.page-id-433 .wc-block-components-product-image img {
    box-shadow: 0 0 8px #c9c9c9;
}
p{
	padding: 0px 2em;
	margin: 1em 0;
}
.attention-p{
	text-align: justify;
}
p+h2{
	margin-top: 0;
}
header{
	display: none;
}
.page-id-16 .col-full{
	margin: 0 auto;
}
.page-id-16 h1{
	display: none;
}
.staff-link a{
	color:#2c2d33;
}
.ms-1{
	padding: 0 1em;
}
.taj{
text-align: justify;	
}
.page-id-13 .entry-content{
	max-width: 400px;
	margin: auto;
}
.top-fv{
	position: relative;
}
.cv-btn{
position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom: 12.5%;
/*     right: 10%; */
    width: 300px;
	
}
.map-ab{
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	text-align: center;
	z-index: 10; /* 前面に表示 */
}
.hp-ab{
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	text-align: center;
	z-index: 10; /* 前面に表示 */
}
.faq-ab	{
	position: absolute;
    bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	text-align: center;
	z-index: 10; /* 前面に表示 */
}
.line-ab{
	position: absolute;
    bottom: 25.5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
	padding: 0;
}
.cv-btn-size{
	width: 300px;
	text-align: center;
	margin: 0 auto !important;
}
.has-global-padding{
	padding: 0;
}
.fv-padding{
	padding-top: 1em;
	width: 300px;
  margin: auto;
}
.staff-rec-ab{
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
}
.fv-ab{
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	z-index: 10; /* 前面に表示 */
}

.vk_faq{
	padding: 0 0 1rem 0.5rem!important;
	max-width: 350px;
}
.vk_faq .vk_faq_title{
	padding: 0.9rem 0.8rem .8rem 1.5rem !important;
}
.vk_faq .vk_faq_content{
	padding: 0.9rem 0.8rem .8rem 1.5rem !important;
	
}
.vk_faq .vk_faq_title:before{
	color: #337ab7 !important;
}
.vk_faq .vk_faq_content:before{
	color: #e50000 !important;
}
/* cvエフェクト */
/* アニメーション効果を追加 */
.animated-button-link {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
/* キラッと光るエフェクト */
.animated-button-link:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 1.7s ease-in-out infinite;
    z-index: 1;
}
@keyframes shiny-btn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
.animated-button-link img{
    animation: fuwafuwa 2s linear infinite;
    border-radius: 15px;
    margin: 0;
	margin-top: 3px;
    scale: 1;
}
.animated-button-link img {
    border-radius: 15px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
/* ふわふわアニメーション */
@keyframes fuwafuwa {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}
/* 通常のふわふわ動くアニメーション（他の場所用） */
.animated-button-link .wp-block-image {
    animation: fuwafuwa 2s linear infinite;
    border-radius: 15px;
    scale: 1;
}
/* 通常配置のボタン用（position: absoluteを使わない場合） */
.animated-button-link.normal-position {
    position: relative;
    display: inline-block; /* inline-blockに変更 */
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
	margin: 0 0 20px 0; /* 上下にマージンを追加 */
}

/* 通常配置のボタンのキラッと光るエフェクト */
.animated-button-link.normal-position:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 1.7s ease-in-out infinite;
    z-index: 1;
}

/* 通常配置のボタンのふわふわアニメーション */
.animated-button-link.normal-position .wp-block-image {
    animation: fuwafuwa 2s linear infinite;
    border-radius: 15px;
    scale: 1;
    margin-top: 3px; /* 解決策として追加 */
}

.animated-button-link.normal-position img {
    border-radius: 15px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
/* 商品サムネイルを非表示 */
/* .woocommerce ul.products li.product .woocommerce-loop-product__link img {
    display: none;
} */

/* リストスタイルに変更 */
.woocommerce ul.products {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.woocommerce ul.products li.product h2 {
    font-size: 16px;
    margin: 0 0 5px;
}
.woocommerce ul.products li.product .price {
    margin: 5px 0;
}
.woocommerce ul.products li.product .woocommerce-product-details__short-description {
    margin-bottom: 10px;
}

/* 商品リスト全体のスタイル */
.custom-product-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* 商品ごとのスタイル */
.custom-product-item {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
/*     max-width: 400px; */
    padding: 1.5rem 2rem;
}

/* 商品タイトル */
.custom-product-item .product-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

/* 商品価格 */
.custom-product-item .product-price {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* カートに追加ボタン */
/* .custom-product-item .product-add-to-cart {
    margin: 10px 0;
} */

.custom-product-item .product-add-to-cart a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

.custom-product-item .product-add-to-cart a:hover {
    background-color: #005580;
	color: #fff;
}
.storefront-handheld-footer-bar{
	display: none !important;
}
.site-footer{
	padding: 0;
}
.site-info{
	text-align: center;
	padding: 1em 0;
	
}
.site-info a{
	display: none;
}
.wc-block-checkout__actions_row{
	flex-direction: column-reverse;
}
.wc-block-checkout__actions_row a{
	margin-top: 1.5em;
}
.pic-flex{
	display: flex;
	gap: 10px;
}
.sold-out-button {
    background-color: #ccc !important; /* グレー */
    color: #666 !important; /* 文字色を暗め */
    pointer-events: none; /* クリック無効 */
    cursor: not-allowed;
    border: none;
    padding: 20px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}


/* *{

outline: 1px #000 solid;

} */
.page-id-43 .site-content{
	margin: 0 2em;
}

#seat_selection_container {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    background: #f9f9f9;
    border-radius: 5px;
    text-align: center;
}
#seat_selection_container h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}
#selected_seat {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 14px;
}
.photo-kamo{
	padding-bottom: 5px;
	margin-top: 3em;
}
.kamo-flex{
	display: flex;
    gap: 5px;
    margin-top: 5px;
}
.gallery {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    /* 以下gridレイアウト用 */
    display: grid;
    gap: 5px;/* 画像間の余白 */
    grid-auto-flow: dense; /* 隙間を埋めながら配置 */
    grid-template-columns: repeat(7, 1fr); /* カラム数を設定 */
}
.gallery img:first-child {
	grid-column: 1/4;
	grid-row: 1/3;
}
.gallery img:nth-child(2) {
	grid-column: 4/8;
	grid-row: 1/2;
}
.gallery img:nth-child(3) {
	grid-column: 4/8;
	grid-row: 2/3;
}
.gallery img:nth-child(4) {
	grid-column: 1/5;
	grid-row: 3/5;
}
.gallery img:nth-child(5) {
	grid-column: 1/5;
	grid-row: 5/7;
}
.gallery img:nth-child(6) {
	grid-column: 5/8;
	grid-row: 3/4;
}
.gallery img:nth-child(7) {
	grid-column: 5/8;
	grid-row: 4/7;
}
/* アスペクト比設定 */
.gallery img {
    display: block;
    aspect-ratio: 300/200;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.gallery img:first-child {
  aspect-ratio: 200/400;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery img:nth-child(7) {
  aspect-ratio: 200/300;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-id-545 .wc-block-components-product-image img {
	box-shadow: 0 0 8px #c9c9c9;
}