/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#primary {
    margin-top: 0 !Important;
}

/*フォントサイズ相対値指定*/
span.f_zero-point-five {
    font-size: 0.5em;
}
span.f_zero-point-sevenfive {
    font-size: 0.75em;
}
span.f_zero-point-eight {
    font-size: 0.8em;
}
span.f_one-point-five {
    font-size: 1.5em;
}
span.f_one-point-twofive {
    font-size: 1.25em;
}
span.f_one-point-four {
	font-size: 1.4em;
}
span.f_one-point-seven-five {
	font-size: 1.75em;
}
span.f_2x {
    font-size: 2em;
}

span.red {
	color:#A80000;
}

/* - ボタン - */
.insite-bt_100 a {
    display:inline-block;
    width: 100% !important;
}
.insite-bt_80 a {
    display: inline-block;
    width: 80% !important;
}
.insite-bt_50 a {
    display: inline-block;
    width:50% !important;
}

.insite-bt_14 a {
	display:inline-block;
	width:14% !important;
}

@media screen and (max-width: 764px) {
    .insite-bt_50 a,
    .insite-bt_80 a {
        width:100% !important;
    }
}
/* フォーム装飾
///////////////////////////////////////////*/
span.hissu {
    display: inline-block;
    background: #BA0000;
    color: #ffffff;
    font-size: 0.7em;
    padding: 2px 10px 1px;
    border-radius: 3px;
    margin-bottom: 5px;
}

/*お知らせ個別テンプレート
///////////////////////////////////////////*/
#info_content h2,
#shop_info_content h2 {
	margin:0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom:2px solid #008434;
}
#info_content h3,
#shop_info_content h3 {
    margin: 0 0 10px 0;
    padding: 0 0 3px 7px;
    border-left: 5px solid #008434;
}
#info_content h4::before,
#shop_info_content h4::before {
	content:'\f111';
	font-family: 'Font Awesome 5 Free';
	color:#008434;
	padding:0 7px 0 0;
}

#info_content ul,
#shop_info_content ul {
	margin:0 0 20px 30px;
}
#info_content ul li,
#shop_info_content ul li {
	margin:0;
}
/* TOPのタブ：内容がない場合の表示 */
.jet-listing-not-found {
    text-align: center;
    display: block;
    margin: 40px 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #ad0909;
}

/*イベントページのCSS設定*/
#event_content h2 {
    margin: 0 0 25px;
    border-bottom: 2px solid #008434;
}
#event_content h3 {
    margin: 0 0 10px;
    border-left: 3px solid #008434;
    padding: 0 0 0 10px;
}