@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

/*=================================
  共通
=================================*/
#wrapper * {
	font-family: "Hiragino Maru Gothic Pro", "YuGothic", "Yu Gothic", "Rounded Mplus 1c", "Noto Sans JP", sans-serif!important;
}
@media screen and (max-width: 767px) {
	.sp_side-padding16 {
		padding-left: 16px!important;
		padding-right: 16px!important;
	}
}
/* アイキャッチ上タイトル・サブタイトル */
.archive-header-full-width__inner .l-content,
.article-header-full-width__inner .l-content {
	display: flex;
	flex-wrap: wrap;
}
.archive-header-full-width__inner .l-content .archive-title,
.article-header-full-width__inner .l-content .article-title{
	font-size: 1.3rem;
	width: 100%;
	margin-top: 10px;
	order: 2;
}
.archive-header-full-width__inner .l-content .archive-title__sub,
.article-header-full-width__inner .l-content .article-title__sub{
	color: #fff!important;
	font-size: 2.2rem;
	width: 100%;
	order: 1;
}

/*=================================
  ドロワーメニュー
=================================*/
.drawer-menu .drawer-menu__nav > .menu-item a::before {
	color: #CE2A85!important;
}

/*=================================
  フッター
=================================*/
#block-8 > .c-section-widget__inner {
	background-color: #f6f8fb;
}
#block-8 .epb-section-broken__background-image {
	top: -50px;
	right: 50px;
}
.site-copyright {
	padding-top: 0;
	padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
	#block-8 .epb-section-broken__background-image {
		min-height: auto;
		top: auto;
		bottom: 80px;
		right: 0;
	}
	#block-8 .epb-section-broken__background-image img {
		height: auto;
	}
	#block-8 p {
		font-size: 16px!important;
		margin: 24px 0!important;
		padding-right: 100px;
	}
	#block-8 .epb-advanced-buttons {
		gap: 0;
	}
	#block-8 .epb-advanced-buttons .epb-advanced-button-wrapper:first-child {
		left: -4px;
	}
	#block-8 .epb-advanced-button-wrapper:last-child {
		right: -4px;
	}
	#block-8 .epb-advanced-button__text {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*=================================
  トップページ
=================================*/
.header-eyecatch__item {
	top: 43%!important;
}
.news_list {
	margin:  40px auto 0;
}
.news_list li * {
	font-size: 18px;
	font-weight: bold!important;
}
.table_store-info table tr td {
	border: none;
}
.table_store-info table tr td:first-child {
	width: 110px;
}
.table_store-info table tr td:first-child strong {
	color: white;
	display:block;
	background-color: #00734A;
	border-radius: 15px;
}
@media screen and (min-width: 768px) {
	.news_list {
		max-width: 850px;
	}
}
@media screen and (max-width: 767px) {
	.recruiting-ambassadors p {
		padding-right: 0!important;
		text-shadow: 1px 2px 1px #fff;
		background-color: rgb(255 255 255 / 0.5);
		border-radius: 40px;
	}
	.recruiting-ambassadors .epb-section-broken__background-image {
		top: auto;
		bottom: 60px;
		right: -16px!important;
	}
	.recruiting-ambassadors .epb-section-broken__background-image img {
		height: auto;
	}
}

/*=================================
  お問合せ
=================================*/
.wpcf7-form {
	padding: 50px;
	margin: 30px auto;
	border: 5px solid #231815;
	border-radius: 30px;
}
.wpcf7-form p {
	margin-bottom: 10px;
}
.wpcf7-form .required {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 6px;
	padding: 2px 12px;
	border-radius: 6px;
	background-color: #00734A;
}
.wpcf7-form .button {
	text-align: center;
}
.wpcf7-form .button input[type="button"],
.wpcf7-form .button input[type="submit"] {
	margin: 0 4px;
	border-radius: 20px;
}
.page-id-58 #block-8,
.page-id-272 #block-8,
.page-id-274 #block-8 {
	display: none;
}
@media screen and (max-width: 767px) {
	.wpcf7-form {
		padding: 20px 16px;
	}
}