/*	グルメ・飲食店	#FC9600→#fad09e	*/
/*	レジャー・体験	#44AFF6→#a3d6cc*/
/*	宿泊施設		#238C00→	#cee4ae	*/
/*	ショッピング	#DD3333→	#f6bfbc	*/
/*	レンタカー		#175BC0→	#abced8	*/

.genre.gourmet {
	background-color: #fad09e;
}
.genre.leisure {
	background-color: #a3d6cc;
}
.genre.accommodation {
	background-color: #cee4ae;
}
.genre.shopping {
	background-color: #f6bfbc;
}
.genre.rentalcar {
	background-color: #abced8;
}
.genre.others {
	background-color: #000000;
}

body {
	font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, "Hiragino Sans", "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Noto Sans CJK JP", メイリオ, Meiryo, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	font-weight: 400;
	background: #ffffff;
	overflow: hidden;
	color: #333333;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a {
	color: #444444;
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
	line-height: 1;
	margin: 0;
	padding: 0;
}
.post_content a h1,
.post_content a h2,
.post_content a h3,
.post_content a h4,
.post_content a h5,
.post_content a h6 {
	color: #444444!important;
}
.post_content p {
	line-height: 1;
	margin: 0;
}
a:hover {
	color: #000!important;
}
.tablenav.top input[type="button"] {
	width: 180px;
	height: 40px;
	margin-right: 40px;
	color: #ffffff;
	background-color: #175BC0;
}
#navi_management {
	font-size: 14px;
	padding: 0;
	margin-left: 20px;
}
#navi_management li {
	padding: 0;
	margin: 5px;
}
#side_col {
	display: inline-block;
	float: none;
}
@media (max-width: 768px) {
	#side_col {
		padding-top: 60px;
	}
}
#navi_shop {
	font-size: 14px;
	padding: 5px;
}
.advertisement_link2 {
	display: grid;
	padding:0;
	margin:0;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.advertisement_link2 div {
	margin: 0;
}
.advertisement_link {
	padding:0;
	margin:0;
	align-items: center;
	justify-content: center;
}
.advertisement_link ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.advertisement_link ul li {
	float: left;
	margin-right: 15px;
	padding: 2px 0;
}
@media (max-width: 768px) {
	.advertisement_link ul li {
		float: none;
		margin: 0;
		margin-bottom: 16px;
		padding: 0;
	}
}
@media (max-width: 768px) {
	.edit_account_form_wrap {
		padding-top: 40px;
		padding-inline: 0;
	}
}
#my_account_edit .headline {
	color: #000000;
	font-size: 18px;
	margin-top: 30px;
	padding-bottom: 0;
	text-align: left;
	border-bottom: none;
}
@media (max-width: 768px) {
	#my_account_edit .headline {
		font-size: 30px!important;
	}
}
#article.page .post_content {
	padding-top: 0;
}
@media screen and (max-width: 650px) {
	#article.page {
		margin: 0;
	}
}
.store_coupon_area a:hover {
	color:#000000;
}
.featured_item a:hover {
	color:#000000;
}
.heading a:hover {
	color:#000000;
}
.title a:hover {
	color:#000000;
}
#return_top a:hover {
	background-color: transparent;
}
@media (max-width: 768px) {
	button[type=submit] {
		color: #000;
	}
}

/* SNS START */
#store_detail a {
	color: #0000ff;
}
.store_sns_link ul {
	display: flex;
	margin:0;
	padding:0;
	vertical-align: middle;
}
.store_sns_link li {
	list-style: none;
	margin-right: 20px;
}
.store_sns_link li a {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
}
.store_sns_link li a span {
	display: none;
}
.store_sns_link li a:before {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* それぞれのSNSに対するbefore疑似要素でアイコンを設定 */
.store_sns_link li.facebook a::before {
  font-family: 'tiktok_x_icon'; /* ← フォント名を正しく指定 */
  content: "\e902";
  display: inline-block;
  margin-right: 5px;
}

.store_sns_link li.twitter a::before {
  font-family: 'tiktok_x_icon'; /* ← フォント名を正しく指定 */
  content: "\e901";
  display: inline-block;
  margin-right: 5px;
}

.store_sns_link li.insta a::before {
  font-family: 'design_plus'; /* ← インスタ用のフォントファミリーに変更（例） */
  content: '\ea92';
  display: inline-block;
  margin-right: 5px;
}

.store_sns_link li.youtube a::before {
  font-family: 'footer_bar'; /* ← YouTube用フォント */
  content: "\ea9d";
  display: inline-block;
  margin-right: 5px;
}

/* .store_sns_link li.facebook a::before {
	content: "\e902";
}
.store_sns_link li.twitter a::before {
	content: "\e901";
}
.store_sns_link li.insta a::before {
	content: '\ea92';
}
.store_sns_link li.youtube a::before {
	content: "\ea9d";
} */
@media (max-width: 950px) {
	#footer_social_link {
		z-index: 0;
	}
}
#footer_social_link li.facebook a:hover::before {
	color:#000000;
}
#footer_social_link li.twitter a:hover::before {
	color:#000000;
}
#footer_social_link li.insta a:hover::before {
	color:#000000;
}
#footer_social_link li.tiktok a:hover::before {
	color:#000000;
}
#footer_social_link li.youtube a:hover::before {
	color:#000000;
}
/* SNS END */

/* テーマベース top START */
#slide {
	object-fit:cover;
}

@keyframes slide-flow {
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}

.owl-item {
	width: 200px!important;
}
#index_recipe_slider .item {
	width: 100%;
}

#index_recipe_slider .title_area {
	padding: 10px;
	height: auto;
	border-radius: 0 0 5px 5px;
}
#index_recipe_slider .title_area p {
	color: #000!important;
}
#main_contents {
	width: 100vw;
	margin-inline: calc( 50% - 50vw);
	padding: 60px 0;
}
#main_col {
	width: 100%;
	margin-inline: auto;
	max-width: 960px;
	padding: 0;
	padding-bottom: 80px;
	float: none;
}
@media (max-width: 768px) {
	#main_col {
		padding-inline: 20px;
		padding-bottom: 0;
	}
}
.index_recent_recipe.num1 .design_headline {
	font-size: 28px;
	background-color: inherit;
	border: none;
}
.recipe_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}
.recipe_list .item {
	width: 24%;
	margin: 0;
	border-radius: 5px;
	overflow: hidden;
}
@media (max-width: 950px) {
	.recipe_list .item {
		width: 30%;
	}
	.recipe_list .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.recipe_list .item {
		width: 47%;
	}
	.recipe_list .item:nth-child(3n) {
		margin: 0;
	}
}
.index_news.num2 .design_headline {
	font-size: 22px;
	background-color: inherit;
	border: none;
}
.index_news_list.clearfix {
	display: none;
}
.index_banner .banner_list a {
	width: 284px;
	height: 80px;
}
@media (max-width: 768px) {
	.index_banner .banner_list a {
		width: 48%;
	}
}
.index_banner .banner_list .image_wrap {
	height: 80px!important;
}
.index_popular_recipe.num4 .design_headline {
	font-size: 28px;
	background-color: inherit;
	border: none;
}
.banner_list {
	display: flex;
	gap: 38px;
}
@media (max-width: 768px) {
	.banner_list {
		flex-direction: column;
	}
}
.clearfix::after {
	display: none;
}
@media (max-width: 768px) {
	.banner_list {
		gap: 20px;
	}
}
h3.design_headline.clearfix.rich_font {
	padding-left: 65px;
	font-size: 28px;
	background-color: inherit;
	border: none;
}
@media (max-width: 768px) {
h3.design_headline.clearfix.rich_font {
		padding-left: 45px;
		font-size: 28px;
	}
}
.index_popular_recipe.num4 .design_headline:before {
	content: '';
	background-image: none;
	background-color: transparent;
	background-image: url("../../../../wp/images/share_item/icon/flag.svg");
	background-repeat: no-repeat;
	background-position: center, center;
	background-size: 50px 50px;
}
@media (max-width: 768px) {
	.index_popular_recipe.num4 .design_headline:before {
		background-size: 30px 30px;
	}
}
.index_featured_recipe .banner_list a {
	width: 555px;
	height: 69px;
}
@media (max-width: 768px) {
	.index_featured_recipe .banner_list a {
		width: 100%;
		min-height: 69px!important;
	}
}
.index_featured_recipe .banner_list .image {
	height: 69px!important;
}
.title_area {
	display: none;
}

/* 全体見出しフォント指定 */
.title h2,
.post_content h2 {
	font-size: 28px;
	margin-top: 60px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	position: relative;
}
.title h2 span {
	font-size: 16px;
	font-weight: 400;
}
@media (max-width: 768px) {
	.title h2 span {
		font-size: 16px;
		line-height: 1.5em;
	}
}
.store-search-results .post_content img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 200px;
	min-height: 145px;
	object-fit:cover;
}
.store-search-results section#search,
.store-search-results section#search_result_list {
	margin-top: 60px;
	padding-top: 0;
}

.post_content p.no-results {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	margin: 0 0 60px 0;
}
/* テーマベース top END */

/*  特集キャンペーン一覧 START */
.feature-list h2 {
	position: relative;
	margin-bottom: 40px;
	padding-top: 0;
	font-size: 28px;
}
@media (max-width: 768px) {
	.feature-list h2 {
		margin-bottom: 24px;
		padding-left: 55px;
		font-size: 22px;
	}
}
.feature-list h2::before {
	position:absolute;
	content: '';
	top: 5px;
	left: 20px;
	width: 50px;
	height: 50px;
}
.feature-list h2.logo::before {
	display: none;
}
@media (max-width: 768px) {
	.feature-list h2::before {
		top: 4px;
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}
}
.feature-list .specialfeature_list_area {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
@media (max-width: 768px) {
	.feature-list .specialfeature_list_area {
		gap: 10px;
	}
}
.specialfeature_list_area a.specialfeature_list_card {
	width: calc((100% - 60px) / 4);	
}
@media (max-width: 768px) {
	.specialfeature_list_area a.specialfeature_list_card {
		width: calc((100% - 30px) / 4);	
	}
}
.specialfeature_list_area a.specialfeature_list_card img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.specialfeature_list_area a.specialfeature_list_card h4 {
	font-size: 100%;
	margin-top: 10px;
	line-height: 1.5;
}

.feature-list #article {
	background-color: transparent;
	width: 100%;
}
.feature-list #article.page .post_content {
	padding-inline: 0;
	}
.feature-list .post_content.clearfix .specialfeature_list_card {
	display: block;
	width: 23%;
	min-width: 170px;
	padding: 20px 20px 25px;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 5px;
}
@media (max-width: 950px) {
	.feature-list .post_content.clearfix .specialfeature_list_card {
		width: 31%;
	}
}
@media (max-width: 768px) {
	.feature-list .post_content.clearfix .specialfeature_list_card {
		width: 48%;
	}
}
.feature-list .post_content.clearfix .specialfeature_list_card p {
	margin-top: 20px;
	color: #175BC0;
	line-height: 1em;
	line-height: 1.5;
}
	.feature-list .post_content.clearfix .specialfeature_list_card div div {
		width: 100%;
		height: 240px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
@media (max-width: 768px) {
	.feature-list .post_content.clearfix .specialfeature_list_card div div {
		height: 140px;
	}
}
@media (max-width: 768px) {
	.feature-list .post_content.clearfix .specialfeature_list_card p {
		margin-top: 10px;
		font-size: 20px;
	}
}
/*  特集キャンペーン一覧 END */

/*  特集キャンペーン 詳細 START */
.feature-detail .post_content p {
	margin: 0;
	line-height: 1.5;
}
.feature-detail #article {
	background-color: transparent;
}
.feature-detail #feature_detail {
	width: 100%;
	margin-inline: auto;
}
.feature-detail #article .post_content > div:first-child {
	width: 100%;
	max-width: 100%;
}
.feature-detail #feature_detail {
	margin-bottom: 60px;
}
.feature-detail #feature_detail .category_txt {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.feature-detail #feature_detail {
		padding: 0;
	}
}
.feature-detail #feature_detail .category_icon {
	width: 80px;
}
.feature-detail #feature_detail .main_title {
	font-size: 28px;
	color: #175bc0;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 60px;
}
@media (max-width: 768px) {
	.feature-detail #feature_detail .main_title {
		font-size: 22px;
	}
	.feature-detail #feature_detail .category_icon {
		width: 64px;
	}
}
.feature-detail #feature_detail .main_image {
	width: 50%;
	aspect-ratio: 1 / 1;
	margin-bottom: 60px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	margin-inline: auto;
}
.feature-detail #feature_detail .main_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feature-detail #feature_detail .main_txt {
	margin-bottom: 60px;
}
@media (max-width: 768px) {
	.feature-detail #feature_detail .main_txt {
		font-size: 15px;
	}
}
.feature-detail #feature_detail .sub_image {
	width: 100%;
	max-height: 675px;
	margin-bottom: 24px;
	overflow: hidden;
}
.feature-detail #feature_detail iframe {
	width: 100%;
	height: 825px;
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.feature-detail #feature_detail iframe {
		height: 240px;
	}
}
.feature-detail #feature_detail .sub_image img {
	width: 100%;
}
.feature-detail #feature_detail .sub_title {
	margin-bottom: 30px;
	font-size: 22px;
	color: #FC9600;
}
@media (max-width: 768px) {
	.feature-detail #feature_detail .sub_title {
		margin-bottom: 24px;
	}
}
.feature-detail #feature_detail .sub_txt {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 2em;
	text-align: justify;
}
@media (max-width: 768px) {
	.feature-detail #feature_detail .sub_txt {
		font-size: 15px;
	}
}
.feature-detail #feature_detail .external_links a {
	display: block;
	margin-bottom: 70px;
	color: #0000ff;
}
.feature-detail #feature_detail .external_links a {
	margin-top: 8px;
}
.feature-detail #feature_detail .external_links:last-child a {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.feature-detail #feature_detail .external_links a {
		font-size: 15px;
	}
}
feature-detail #side_col {
	display: none;
}
.feature-detail .related_item_area {
	margin-top: 48px;
}
.feature-detail .related_item_area .related_items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}
@media (max-width: 768px) {
	.feature-detail .related_item_area .related_items {
		gap: 30px 4%;
	}
}
.feature-detail .related_item_area .related_item {
	width: 18%;
	padding: 1em;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
}
@media (max-width: 1050px) {
	.feature-detail .related_item_area .related_item {
		width: 24%;
	}
}
@media (max-width: 860px) {
	.feature-detail .related_item_area .related_item {
		width: 20%;
		padding: .5em;
	}
}
@media (max-width: 730px) {
	.feature-detail .related_item_area .related_item {
		width: 26%;
		padding: .5em;
	}
}
@media (max-width: 600px) {
	.feature-detail .related_item_area .related_item {
		width: 41%;
		padding: .5em;
	}
}
.feature-detail .related_item_area .related_item .related_item_img {
	width: 100%;
	height: 136px;
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.feature-detail .related_item_area .related_item .related_item_img {
		height: 90px;
	}
}
.feature-detail .related_items h5 {
	margin-top: 0!important;
	font-size: 18px;
}
.feature-detail .related_items .related_item p {
	margin-block: 10px;
	line-height: normal!important;
	font-size: 15px;
}
.feature-detail .related_items .related_item b {
	display: block;
	font-size: 20px;
	color: #FC0047;
	text-align: right;
}
/*  特集キャンペーン 詳細 END */

/*  とくとく沖縄とは START */
.about div#wide_page_header {
	display: none;
}
.about #article.page .post_content {
	padding-inline: 20px;
}
.about #article {
	background-color: #FCF6EA;
}
.about .post_content h2 {
	margin-bottom: 30px;
	font-size: 28px;
}
@media (max-width: 768px) {
	.about .post_content h2 {
		margin-bottom: 22px;
		font-size: 20px;
	}
}
.about .post_content h3 {
	margin-bottom: 10px;
	font-size: 22px;
}
@media (max-width: 768px) {
	.about .post_content h3 {
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 1;
	}
}
.about .post_content h4 {
	font-size: 22px;
}
@media (max-width: 768px) {
	.about .post_content h4 {
		margin-bottom: 0;
		font-size: 18px;
	}
}
.about .post_content p {
	line-height: 2;
}
@media (max-width: 768px) {
	.about .post_content p {
		margin-bottom: 20px;
		font-size: 15px;
	}
}
.about .section01 p,
.about .section02 p {
	margin-bottom: 20px;
}
.about .post_content ol {
	margin-left: 1em;
}
.about .section01,
.about .section02 {
	margin-bottom: 40px;
}
/*  とくとく沖縄とは END */

/*  プライバシーポリシー START */
.privacy-policy .post_content h2 {
	font-size: 28px;
	margin-bottom: 40px;
}
.privacy-policy .post_content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.privacy-policy .post_content h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.privacy-policy .contact h5,
.privacy-policy .contact p {
	margin-bottom: 0;
}
.privacy-policy p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align : justify;
}
.privacy-policy .post_content div {
	margin-top: 30px;
}
@media (max-width: 768px) {
}
/*  プライバシーポリシー END */

/*  掲載店希望の方 START */

.guidance .post_content h2 {
	font-size: 28px;
	margin-bottom: 40px;
}
.guidance .post_content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.guidance .post_content h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.guidance .contact h5,
.guidance .contact p {
	margin-bottom: 0;
}
.guidance p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align : justify;
}
.guidance .post_content div {
	margin-top: 30px;
}
@media (max-width: 768px) {
}
/*  掲載店希望の方 END */

/*  会社概要 START */
.profile div#wide_page_header {
	display: none;
}

/*  会社概要 START */

/*  マイページ START */
#my_account_edit dl {
	margin-left: 0;
}
#bread_crumb {
	max-width: 960px;
	width: 100%;
	margin-inline: auto;
	box-sizing: border-box;
}
#bread_crumb ul {
	width: 100%;
	padding-bottom: 30px;
}
@media (max-width: 768px) {
	#bread_crumb ul {
		margin-bottom: 30px;
		padding-bottom: 0;
	}
}
.home div#my_account_header {
	max-width: 960px;
	height: 112px;
	margin-inline: auto;
	border: 1px solid #175BC0;
	border-radius: 5px;
	box-sizing: border-box;
}
@media (max-width: 750px) {
	.home div#my_account_header {
		height: 165px;
	}
}
@media (max-width: 768px) {
	.home div#my_account_header {
		padding: .5em 1em;
		height: 140px;
	}
}
#my_account_header .logout {
	width: 160px;
	height: 42px;
	line-height: 42px;
	background-color: #D9D9D9;
	border-radius: 5px;
}
@media (max-width: 768px) {
	#my_account_header .logout {
		right: -40px;
	}
}
@media (max-width: 768px) {
	#my_account_header .user_info {
		align-items: flex-start;
	}
}
#my_account_content {
	margin-inline: 20px;
}
@media (max-width: 768px) {
	#my_account_content {
		margin-inline: 0;
	}
}
#my_account_content #my_account_top,
#my_account_content #my_account_help,
#my_account_content #my_account_news,
#my_account_content #my_account_like,
#my_account_content #my_account_edit,
#my_account_content #my_account_reservation
 {
	max-width: 960px;
	padding: 50px 0 0;
	margin-top: 15px;
}
#my_account_content .user_table_in,
#my_account_content .recipe_list2 {
	margin-top: 40px;
	overflow: auto;
}
#my_account_content .recipe_list2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border: 0px solid #ddd;
	margin: 40px 0 0;
	padding: 0;
	gap: 20px;
}
#my_account_content .recipe_list2 .item {
	width: calc((100% - 40px) / 3);
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0;
}
@media (max-width: 768px) {
	#my_account_content .recipe_list2 .item {
		width: calc((100% - 20px) / 2);
	}
}
#my_account_content table {
	width: 1200px;
	margin-bottom: 16px;
}
#my_account_content table.edit-table {
	width: 100%;
}
#my_account_content table td.action input {
	width: 100%;
	height: 30px;
	background-color: #ffe71a;
	border: none;
	border-radius: 5px;
}
#my_account_content table tr {
	height: 50px;
}
#my_account_content table tr:nth-child(2n) {
	background-color: #eeeeee;
}
#my_account_content table tr td {
	font-size: 14px;
	padding: 10px;
	vertical-align: middle;
	cursor:pointer;
	text-decoration: none;
}
#my_account_content table thead,
#my_account_content table thead tr#u-top {
	position: sticky;
	top: 0;
}
ul#my_account_content_tab {
	max-width: 960px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	ul#my_account_content_tab {
		padding-inline: 0;
	}
}
.avatar,
#my_account_header .avatar img {
	width: 78px;
	height: 78px;
	margin-right: 18px;
}
@media (max-width: 768px) {
	.avatar {
		position: relative;
		bottom: -4px;
	}
}
#my_account_header .name {
	font-size: 22px;
	color: #000;
}
#my_account_header .name p {
	font-size: 14px;
	color: #999999;
}
@media (max-width: 768px) {
	#my_account_header .name p {
		text-align: left;
		line-height: 1.1;
	}
}
.home span.keisyo {
	font-size: 12px;
	color: #000;
}
#my_account_content_tab li,
#my_account_content_tab li a {
	width: 100px;
	height: 59px;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	margin-right:10px;
}
#my_account_content_tab li a:hover {
	color:#175BC0!important;
}
#my_account_content_tab li a {
	position: relative;
	color: #aaa;
	line-height: 5.5;
}
#my_account_content_tab li.active a {
	position: relative;
	line-height: 5;
	color:#175BC0;
}

#my_account_edit dd .input_field {
	border: 1px solid #175bc0;
	background: #ffffff;
	margin-top: 15px;
	font-weight: unset;
}
@media (max-width: 1210px) {
	#my_account_edit dd {
		margin-bottom: inherit;
	}
	#my_account_edit dt {
		 line-height: 0;
	}
}
.post_content table {
	font-size: 14px;
	overflow-x: scroll;
}
table #u-top th {
	height: 50px;
	padding: 0 1em;
	color: #ffffff;
	background-color: #44AFF6;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 1.3;
	font-weight: normal;
	border: 1px solid #ccc;
}
table td {
	vertical-align: middle;
	padding-inline: 1.5em;
	box-sizing: border-box;
}
#my_account_top {
	display: none;
}
@media (max-width: 768px) {
	#my_account_top {
		margin-top: 0;
		padding-top: 40px;
	}
}
#my_account_content h2 {
	margin-top: 60px;
	font-size: 28px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	position: relative;
}
@media (max-width: 768px) {
	#my_account_content h2 {
		font-size: 24px;
	}
}
#my_account_content h3 {
	margin-top: 20px;
	font-size: 24px;
	width: 100%;
	text-align: center;
}
@media (max-width: 768px) {
	#my_account_content h3 {
		font-size: 20px;
	}
}
#my_account_content #my_account_like h3.title {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin-top: 10px;
	overflow: hidden;
	font-weight: bold;
}
@media (max-width: 768px) {
	#my_account_content #my_account_like h3.title {
		font-size: 14px;
	}
}
/* アイコン共通 */
#my_account_content_tab li #mypage_top::before,
#my_account_content_tab li #mypage_news::before,
#my_account_content_tab li #mypage_account::before,
#my_account_content_tab li #mypage_reserv::before,
#my_account_content_tab li #mypage_like::before,
#my_account_content_tab li #mypage_help::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 25px 24px;
		left: 50%;
	transform: translateX(-50%);
}
#my_account_content_tab li #mypage_top::before,
#my_account_content_tab li #mypage_news::before,
#my_account_content_tab li #mypage_account::before,
#my_account_content_tab li #mypage_reserv::before,
#my_account_content_tab li #mypage_like::before,
#my_account_content_tab li #mypage_help::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 25px 24px;
		left: 50%;
	transform: translateX(-50%);
}
/* メイン */
#my_account_content_tab li #mypage_top::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_main_deactive.svg");
}
#my_account_content_tab li.active #mypage_top::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_main.svg");
}
/* お知らせ */
#my_account_content_tab li #mypage_news::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_info_deactive.svg");
}
#my_account_content_tab li.active #mypage_news::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_info.svg");
}
/* 会員情報 */
#my_account_content_tab li #mypage_account::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_member_deactive.svg");
}
#my_account_content_tab li.active #mypage_account::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_member.svg");
}
/* 予約管理 */
#my_account_content_tab li #mypage_reserv::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_booking_deactive.svg");
}
#my_account_content_tab li.active #mypage_reserv::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_booking.svg");
}
/* お気に入り */
#my_account_content_tab li #mypage_like::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_like_deactive.svg");
}
#my_account_content_tab li.active #mypage_like::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_like.svg");
}
/* ヘルプ */
#my_account_content_tab li #mypage_help::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_help_deactive.svg");
}
#my_account_content_tab li.active #mypage_help::before {
	background-image: url("../../../../wp/images/share_item/icon/dashboard/dashboard_help.svg");
}
/* 最近見たお知らせ */
#my_account_content_tab li a {
	position: relative;
	height: 59px;
	display: block;
	font-size: 15px;
	background-color: transparent;
	line-height: 5;
}
.home .user_id {
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.home .user_id {
		margin-bottom: 0;
	}
}
.home .password {
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.home .password {
		margin-bottom: 8px;
	}
}
.login_form_wrap .login_form_area {
	padding-top: 0;
	padding-bottom: 20px;
}
@media (max-width: 768px) {
	.login_form_wrap .login_form_area {
		padding-inline: 0;
	}
}
/*  マイページ END */

/*  アカウント START */
@media (max-width: 768px) {
	#my_account_edit .change_password input {
		margin-bottom: 0;
	}	
}
.home #edit-account-form dl dd input {
	margin-top: 0;
	font-weight: normal;
	font-size: 15px;
}
.home div#my_account_edit {
	margin-top: 15px;
	padding-inline: 0;
	margin-inline: 0;
}
@media (max-width: 768px) {
	.home div#my_account_edit {
		margin-top: 0;
		padding-inline: 0;
	}
}
#my_account_edit dt {
	width: 240px;
	padding: 0;
	padding-right: 24px;
	font-size: 15px;
	text-align: left;
}

#my_account_edit dt:not(:last-child) {
	height: 48px;
	font-weight: normal;
	line-height: 48px;
}
@media (max-width: 768px) {
	#my_account_edit dt:not(:last-child) {
		height: auto;
		margin-bottom: auto;
		line-height: normal;
		margin-bottom: 4px;
	}
}
.home #edit-account-form dl dd:nth-child(2) {
	height: 48px;
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 48px;
}
@media (max-width: 768px) {
	.home #edit-account-form dl dd:nth-child(4) {
		margin-bottom: 24px;
	}
}
#my_account_edit dl {
	max-width: 100%;
}
.home #edit-account-form dl dd input {
	width: 100%;
}
.home #edit-account-form dl dd:nth-child(4) input {
	margin-top: 0;
	height: 48px;
}
.home #edit-account-form dl dd:nth-child(4) input:first-child {
	margin-bottom: 24px;
}
.home #edit-account-form dl dd {
	margin-bottom: 24px;
}
.home #edit-account-form dl:nth-child(6) {
	width: 360px;
	webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#my_account_edit .upload_button {
	width: 128px;
	height: 32px;
	margin-left: 50px;
	line-height: 32px;
}
#my_account_edit .image {
	width: 180px;
	height: 180px;
	margin: 10px 0 16px 27px;
	/*margin-inline: auto;*/
}
@media (max-width: 768px) {
	#my_account_edit .image {
		margin-inline: auto;
	}
}
@media (max-width: 768px) {
	#my_account_edit .upload_button {
		margin-inline: auto;
		background-color: #f6f6f6;
	}
}
#my_account_edit .image_area {
	
}
@media (max-width: 768px) {
	#my_account_edit .image_area {
		margin-bottom: 48px;
		padding-top: 0;
	}
}
#my_account_edit #delete_account {
	background-color: #aaa!important;
}
/*  アカウント END */


/*  お知らせ START */
#my_account_news {
	margin-top: 15px;
}
#my_account_news .news li {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 0px solid #ddd;
	margin: 0;
	padding: 0;
	height: 50px;
}
#my_account_news .news li:nth-child(2n+1) {
	background-color: #eeeeee;
}
#my_account_news .news li:first-child {
	background-color: #44AFF6;
}
#my_account_news .news li .date {
	margin: 0;
	width: 20%;
	align-items: center;
	text-align: center;
}
#my_account_news .news li .date,
#my_account_news .news li .title {
	line-height: normal;
	font-size: 14px;
	color:#000000;
	padding: 10px;
}
#my_account_news .news li:first-child .title,
#my_account_news .news li:first-child .date {
	background-color: #44AFF6;
	color: #ffffff;
}
/*  お知らせ END */

/*  マイページ ヘルプ START */
#my_account_help ol.help li {
	margin-top: 20px;
}
#my_account_help ol.help li:first-child {
	margin-top: 0;
}
#my_account_help .qa {
	display: flex;
	background-color: #ffffff;
}
#my_account_help .help_q {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	min-width: 60px;
	min-height: 60px;
	font-size: 22px;
}
#my_account_help .help_a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	font-size: 22px;
}
#my_account_help .qa p {
	margin: 0;
	padding-left: 10px;
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	#my_account_help .qa p {
		font-size: 16px;
		line-height: 1.5;
	}
}
/*  マイページ ヘルプ END */

/*  マイページ お気に入り START */
#my_account_like {
	margin-top: 15px;
	padding-inline: 0;
}
.recipe_list2 {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 2.5%;
}
.recipe_list2 .item {
	max-width: 420px;
	width: 23%;
	min-width: 164px;
	margin: 0;
	overflow: hidden;
}
.recipe_list2 .image_wrap {
	margin: 0;
	border-radius: 5px;
}
.recipe_list2 .link {
	background-color: transparent;
}
/*  マイページ お気に入り END */

/*  マイページ ヘルプ START */
#my_account_help {
	display: none;
	padding: 20px 0;
	margin-top: 15px;
}
#my_account_help h2 {
	margin-bottom: 24px;
	font-size: 28px;
}
@media (max-width: 768px) {
	#my_account_help h2 {
		font-size: 28px;
	}
}
#my_account_help h2 + br {
	display: none;
}
#my_account_help p {
	padding: .5em 1em;
	font-size: 15px;
}
/*  マイページ ヘルプ END */

/*  ヘッダー START */
.close {
	background: #ffffff;
}
#header {
	height: 120px;
	margin-top:0px;
}
#header_inner {
	height: 100%;
	margin-top: 10px;
}
#header_inner:after{
	content: none;
}
#header_logo .desc {
}
@media (max-width: 768px) {
	#header_logo .desc {
		top: -50px;
		margin-left: 4px;
		display: none;
	}
}
.header_search_area {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 50px;
	z-index: 31;
}

#header_button_area{
	position: absolute;
	right: 60px;
	top: 0;
	bottom: 0;
	height: 50px;
	z-index: 31;
}
@media (max-width: 700px) {
	#header_button_area {
		top: 0!important;
		right: 60px!important;
	}
}
#header_button_area a:hover {
	background:none;
	color:#000000;
}

#header_new_user{
	position: absolute;
	right: 130px;
	top: 0;
	bottom: 0;
	height: 50px;
	z-index: 31;
}
@media (max-width: 700px) {
	#header_new_user {
		top: 0!important;
/* 		right: 110px!important; */
	}
}

.header_search_icon {
	display: block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	height: 20px;
	position: relative;
	top: 0;
	left: 0;
}
.header_search_icon:before {
	font-family: 'design_plus';
	content: '\e915';
	color:#000000;
	display: block;
	font-size: 24px;
	line-height: 40px;
	height: 50px;
	text-align: center;
}
.header_search_icon:hover {	
	cursor:pointer;
}
.header_search_icon a:hover {
	color:#000000;
}
#header_search_button {
	width: 60px!important;
	min-width: 60px;
	float: none;
	line-height: 50px;
	height:50px!important;
	right: 0!important;
	background: none;
	overflow: visible;
	display:block;
	float:left;
	border-radius: unset;
	margin: 0;
	text-indent: 0;
	position:relative;
	z-index: 999;
	color:#000;
	font-size: 12px;
	text-align: center;
}
.header_search_text {
	display: block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#header_search_button:hover {	
	color:black;
}
#header_search_button:before {
	content: '';
	color: #333;
	font-size: 0;
	position: relative;
	top: 16px;
	left: 1px;
	height: 0;
}
#header_search_button:hover::before {
	color:#000000;
}
#header_search_button.active::before {
	content: '\e915';
}
#menu_button:before {
	top: 13px;
}
#header_logo {
	position: relative;
	align-items: flex-start;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 30;
	height: 50px;
	width: calc( 100% - 60px);	
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#header_logo:after {
	content: '';
	display: block;
	width: 100vw;
	margin-inline: calc( 50% - 50vw );
	height: 1px;
	background:#ddd;
	position: absolute;
	top: 60px;
	left: 0px;
}
@media (max-width: 768px) {
	#header_logo:after {
		top: -10px;
	}
}
button#addToHomeScreen {
	height: 50px;
	top: -60px!important;
	right: 120px!important;
}
button#addToHomeScreen > div {
	height: 50px;
}
button#addToHomeScreen .dli-box-in {
	margin-bottom: 6px;
}
button#addToHomeScreen .dli-box-in + span {
	font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, "Hiragino Sans", "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Noto Sans CJK JP", メイリオ, Meiryo, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#global_menu {	
	position: relative;
	border: none;
	top: 10px;
	left: 0px;
	z-index: 40;
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#global_menu > ul {
	border-left: none;
	width: 100%;
	max-width: 960px;
	justify-content: center;
}
#global_menu > ul > li {
	border-right: none;
		flex: auto;
	font-weight: bold;
}
#global_menu > ul > li > a {
	font-size: 15px;
}
#global_menu > ul > li > a:after {
	background: none;
	height: 2px!important;
}
#global_menu > ul > li > a:hover::after {
	background: #175BC0;
}
#global_menu > ul > li > a:active::after {
	background: #175BC0;
}

.dli-user-fill {
	display: block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
}
.dli-user-fill::before,
.dli-user-fill::after {
	content: '';
	display: block;
	margin: 0 auto;
	background: currentColor;
	box-sizing: border-box;
}
.dli-user-fill::before {
	width: 0.8em;
	height: 0.8em;
	border-radius: 50%;
	margin-bottom: 0.05em;
}
.dli-user-fill::after {
	width: 1.2em;
	height: 0.8em;
	border-bottom: 0;
	border-radius: 50% / 100% 100% 0 0;
}

#header_login,
#header_logout{
	background-color:transparent;
	font-size: 12px;
}
#header_logout {
	min-width: 50px;
	float: none;
	margin: 0;
	line-height: 50px;
	height: 50px;
}
#header_logo_2 {
	position: relative;
	left: 0px;
	right: 0;
	bottom: 0px;
	z-index: 10;
	align-items: flex-start;
	height: 53px;
	width: 90%;
	display: flex;
	margin: auto;
}
#header_logo nav {
	width: 100%;
	padding-top: 5px;
	box-sizing: border-box;
}
#header_logo ul {
	display: flex;
	justify-content: space-between;
}
#header_logo li {
	list-style: none;
}
#header_logo a {
	display: block;
	text-decoration: none;
	color:black;
}

#header_logo a:hover {
	color: #175BC0;
}
@media screen and (min-width:840px) and (max-width:978px) {
	#header_logo a {
		font-size: small;
	}
}
.header2 {
	background-color:#ffffff;
	width:100%;
	position: relative;
	/*margin-top: -30px;*/
	padding-top: 20px;
}
.header2 #header_logo .logo {
	padding-left: 0;
}
.header2 #header_logo img {
	width: 150px;
	height: auto;
}
.pc .header_fix.header_fix_type2 #header {
	height: 60px;
}
.pc .header_fix.header_fix_type2 #header_inner {
	display:block;
	top: -70px;
}

#menu-item-1123 a:before,
#menu-item-3456 a:before,
#menu-item-3455 a:before,
#menu-item-3457 a:before,
#menu-item-1029 a:before {
	margin-right:5px;
	margin-bottom:-10px;
	vertical-align: middle;
	display:inline-block;
}
.nav_sub {
	display: none;
}
@media screen and (max-width:768px) {
	#header {
		 padding-top: 0px;
	}
	#header_logo {
		width: 100vw;
		top: 70px;
		right: 0;
		left: 0;
		margin: 0 auto;
		display: block;
	}
	#header_logo .logo {
		display: flex;
		justify-content: center;
		transform: scale(0.8);
		width: 200px;
		margin: 0 auto;
	}
	#header #global_menu {
		display: none;
	}
	#menu_button {
		display:block;
		top: 50px;
	}

	/* バーガーメニュー表示start */
	nav ul li.nav_sub {
	display: block;
	}
	#drawer_menu {
	background: #44AFF6;
		z-index:99999;
	}
	#mobile_menu a {
		color: #ffffff;
		background-color: transparent;
		border-bottom: 1px solid #ffffff;
	}
	#drawer_menu nav {
		background-repeat:no-repeat;
		background-position:
		right bottom 5%,
		right 90% bottom 3%,
		right 100% bottom 8%,
		right 80% bottom 12%;
		background-size:
		80px,80px,60px,50px;
		height: 900px;
	}
	.nav_sub a:before {
		content: "> ";
		color: #e0ebaf;
	}
	#mobile_menu li.nav_sub.login {
		background: #e0ebaf;
		width: 250px;
		margin: 5% auto;
		border-radius: 45px;
		text-align:center;
	}
	#mobile_menu li.nav_sub.login a:hover {
		border-radius: 45px;
		color:#ffffff;
	}
	#mobile_menu li.nav_sub.login a:before {
		content: "";
	}
	#mobile_menu li.nav_sub.login a {
		color: #000;
		border-bottom: none;
		padding: 12px 20px;
	}
	
	li.menu-item.menu-item-3455 a:before,
	li.menu-item.menu-item-1123 a:before,
	li.menu-item.menu-item-3456 a:before,
	li.menu-item.menu-item-3457 a:before,
	li.menu-item.menu-item-1029 a:before {
	content: "";
		height:25px;
		width:25px;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom:-8px;
		margin-right:10px;
	}
	li.menu-item.menu-item-1123 a:before {
	background-image: url("../../../../wp/images/share_item/icon/gnav_home.svg");
	}
	li.menu-item.menu-item-3455 a:before {
	background-image: url("../../../../wp/images/share_item/icon/gnav_loudspeaker.svg");
	}
	li.menu-item.menu-item-3456 a:before {
	background-image: url("../../../../wp/images/share_item/icon/gnav_flag.svg");
	}
	li.menu-item.menu-item-3457 a:before {
	background-image: url("../../../../wp/images/share_item/icon/gnav_coupon.svg");
	}
	li.menu-item.menu-item-1029 a:before {
	background-image: url("../../../../wp/images/share_item/icon/gnav_hibiscus.svg");
	}
	/* バーガーメニュー表示END */
}
@media screen and (min-width: 769px) {
	#header #global_menu {
		display:block;
	}
	#menu_button {
		display: none;
	}
}

/*翻訳*/
.gtranslate_wrapper {
	position: absolute;
	right: 200px!important;
	top: 18px!important;
}
.gt_selector {
	border-radius:12px;
	border: 2px solid #44AFF6;
	transition: transform 0.3s 0.3s;
	visibility: visible;
	background-color: #ffffff;
	z-index: 999;
	padding-left: 1em;
}
.gt_switcher_wrapper {
		z-index: 999;
	}
@media (max-width: 768px) {
	.gtranslate_wrapper {
		left: 20px;
	}
	.gt_container-s2a6vt .gt_switcher,.gt_container--v08wzm .gt_switcher .gt_selected a {
		width: 100px;
		}
		.gt_container-s2a6vt .gt_switcher,.gt_container-bplhl4 .gt_switcher {
		width: 100px;
		}
		.gt_container-s2a6vt .gt_switcher .gt_selected a,.gt_container-bplhl4 .gt_switcher a {
		font-size: x-small;
		}	
}

@media (max-width: 768px) {
	.gt_selector {
		 right: auto;
		left: 20px;
		 border: 0px solid #44AFF6;
		font-size: 12px;
		width: 90px;
		bottom: -50px;
		padding-left: .7em;
	}
	.category-link3 {
		font-size: 12px;
	}
}

.modal {
	z-index: 999;
}

/* 検索ボタン START */
.modal {
	overflow: scroll;
	z-index: 999;
}
.categories div {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px 0;
}
.categories div img {
	margin-right: 5px;
}
.content-wrapper {
	flex-wrap: wrap;
}
.area-section {
	min-width: 230px;
}
.map-section {
	min-width: 300px;
}
.area ul li {
	margin-top: 5px;
}
.search-section label,
.category-section h3,
.area-section h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#search-button {
	padding: 6px 20px;
	border-radius: 5px;
	margin-left: 10px;
	width: 20%;
	min-width: 110px;
}
input#search-input {
	font-size: 15px;
	padding: 5px 20px 5px 5px;
	width: 70%;
	border: 1px solid #C1C1C1;
	min-width: 300px;
}
.open_menu #drawer_menu {
	 z-index: 999;
}
/* 検索ボタン END */

/*  ヘッダー END */

/*  フッター START */
#return_top {
	right: 30px;
	bottom: 0px;
}
#return_top a {
	background-image: url("../../../../wp/images/share_item/icon/ishigantou.svg");
	background-repeat: no-repeat;
	background-color: transparent;
	background-size:contain;
	height: 100px;
}
#return_top a:hover {
	background-color: transparent;
}
#return_top a:before {
	background-color: transparent;
	content: '';
}
#footer_top div#footer_category_menu {
	border: none;
	width: auto;
	padding-left: 0;
}


@media (max-width: 950px) {
	#footer_top div#footer_category_menu {
		width: auto;
	}
}
@media (max-width: 768px) {
	#footer_top div#footer_category_menu {
/* 		padding-top: 35px; */
	}
}
#footer_top ul.footer_menu {
	display: flex;
	flex-direction: column;
}
@media (max-width: 768px) {
	#footer_top ul.footer_menu {
		flex-wrap: wrap;
		flex-direction: row;
	}
}
#footer_top ul.footer_menu li {
	width: auto;
	margin: 0!important;
}
#footer_top ul.footer_menu li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	font-size: 15px;
}
@media (max-width: 768px) {
	#footer_top ul.footer_menu li a {
		font-size: 12px
	}
}
#footer_top ul.footer_menu li a .footer_menu_icon {
	font-size: 0;
}
#footer_top ul.footer_menu li a .footer_menu_icon img {
	width: 100%;
}
.footer_bottom_out {
	background-color: #ffffff;
}
#footer_top {
	background-color: #44AFF6;
}
#footer_top_inner {
	max-width: 768px;
	padding-inline: 20px;
}
@media (max-width: 400px) {
	#footer_top {
		padding-top: 20px;
	}
}
#footer_top_inner {
	justify-content: space-between;
}
#footer_top #footer_menu {
	width: 70%;
	border: none;
	padding-right:0;
}
@media (max-width: 768px) {
	#footer_top #footer_menu {
		width: 100%;
		padding-top: 5%;
	}
}
.footer_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 38px;
}
#footer_top .footer_menu:nth-child(2) ul li {
	position: relative;
	width: 185px;
	margin-right: 0!important;
	margin-bottom: 0!important;
	padding-bottom: 4px;
	padding-left: 1em;
	font-size: 15px;
	border-bottom: 1px solid #ffffff;
}
#footer_top .footer_menu:nth-child(2) ul li#menu-item-984 {
	position: relative;
	display: block;
	min-width: 100%;
	padding-top: 20px;
	padding-left: 0;
	border-bottom: none;
	border-radius: 20px;
}
@media (max-width: 768px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984 {
		padding-top: 44px;
	}
}
@media (max-width: 768px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984::before {
		left: 24px;
	}
}
#footer_top .footer_menu:nth-child(2) ul li#menu-item-984::after {
	position: absolute;
	content: '';
	top: 12px;
	left: 0;
	width: 99%;
	height: 1px;
	background-color: #ffffff;
	display: none;
}
@media (max-width: 768px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984::after {
		top: 13px;
	}
}
@media (max-width: 1210px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984::after {
		width: 643px;
	}
}
@media (max-width: 1115px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984::after {
		width: 425px;
	}
}
@media (max-width: 765px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984::after {
		width: 201px;
	}
}
@media (max-width: 768px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984::after {
		width: 72%;
	}
}
@media (max-width: 687px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984::after {
		width: 466px;
	}
}
@media (max-width: 505px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984::after {
		width: 304px;
	}
}
#footer_top .footer_menu:nth-child(2) ul li#menu-item-984 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	font-size: 15px;
	color: #175BC0;
	background-color: #ffffff;
	border-radius: 45px;
}
@media (max-width: 768px) {
	#footer_top .footer_menu:nth-child(2) ul li#menu-item-984 a {
		width: 160px;
		height: 40px;
		font-size: 12px;
	}
}

#footer_top .footer_menu:nth-child(2) ul li#menu-item-984 a::before {
	position: absolute;
	content: '';
	top: -44px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("../../../../wp/images/share_item/icon/coupon_white.svg");
	background-size: 20px 20px;
	display: none;
}

@media (max-width: 768px) {
		#footer_top .footer_menu:nth-child(2) ul li#menu-item-984 a::before {
			top: -35px;
		}
	}
@media (max-width: 768px) {
	#footer_top .footer_menu:nth-child(2) ul li {
		width: 130px;
		font-size: 12px;
	}
}
#footer_top .footer_menu:nth-child(2) ul li::before {
	position: absolute;
	content: '>';
	left: 0;
	width: 1em;
	height: 1em;
	color: #e0ebaf;
}
#footer_top .footer_menu:nth-child(2) ul li:last-child::before {
	content: '';
	left: 0;
	width: 0;
	height: 0;
}
#copyright {
	height: 40px;
	line-height: 40px;
	border-top: 0px;
	color: #ffffff;
	background-color: #44AFF6;
}
#footer_copyright_only {
	width: 100%;
	position: fixed;
	bottom: 0px;
	margin-top: 30px;
}
#copyright_only {
	height: 100%;
	line-height: 32px;
	border-top: 0px;
	background-color: #ffffff;
	width: 100%;
	font-size: 12px;
	z-index: 10;
	text-align: center;
	box-sizing: border-box;
}

/*  フッター END */

/*  メインビジュアル START */
#index_header_content {
	margin: 0 0;
	overflow: visible;
	aspect-ratio: 3 / 2;
	height: auto;
}
@media (max-width: 1000px) {
	#index_header_content {
		margin: 0 20px;
	}
}
#main_visual {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 100vw;
	padding-top: 0;
	margin-inline: calc( 50% - 50vw);
}
.slide-container {
	display: flex;
	align-items: center;	
}
.bx-wrapper {
	border: 0;
	margin-bottom: 0px;
}
.bx-wrapper .bx-pager {
	bottom: 20px!important;
}
.bx-wrapper img {
	aspect-ratio: 3 / 2;
}
@media (max-width: 768px) {
	.bx-wrapper {
		margin-left: 0%;
		transform: translateX(0%);
	}	
	.bx-wrapper .bx-pager {
		bottom: 0;
	}
	.bx-wrapper img {
		aspect-ratio: 3 / 2;
	}	
	#main_visual {
		height: auto;
	}
	#main_visual .mv {
		min-width: fit-content;
	}
}
.slide-wrapper {
	display: flex;
	border: 0px solid #ffffff;
}
#index_header_content .slide-container .bx-wrapper .bx-viewport {
	overflow: visible!important;
}
#index_slider_wrap {
	height: 100%;
}

/*  メインビジュアル END */

/* top 簡易検索  START */
#search {
	width: 100vw;
	margin-inline: calc( 50% - 50vw);
	margin-top: 20px;
}
#search .search_in {
	width: auto;
	max-width: 960px;
	margin-inline: auto;
	padding-inline: 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 1024px) {
	#search .search_in {
		padding-inline: 20px;
	}
}
#search .image {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	height: 300px;
}
#search .image img {
	width: 100%;
	height: auto;
}
#search .search_area {
	max-width: 100%;
	margin-inline: auto;
	padding: 15px;
	background-color: #cfcfcf;
	border-radius: 5px 5px 5px 5px;
}
#search .search_area h2 {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 22px;
	text-align: center;
	padding: 0;
}
@media (max-width: 768px) {
	#search .search_area h2 {
		font-size: 18px;
	}
}
#search .search_items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 14px;
	justify-content: flex-start;;
}
#search .search_area div.area_search,
#search .search_area div.genre_search {
	position: relative;
	width: calc((100% - 30px) * 0.25);	
}
@media (max-width: 768px) {
	#search .search_area div.area_search,
	#search .search_area div.genre_search {
		width: calc((100% - 10px) * 0.5);	
	}
}
#search .search_area div.area_search::before {
	position: absolute;
	content: '';
	top: 8px;
	left: 14px;
	width: 18px;
	height: 26px;
	background-image: url("../../../../wp/images/share_item/icon/location.svg" );
	background-repeat: no-repeat;
	background-color: unset;
}
#search .search_area div.genre_search {
	position: relative;
}
#search .search_area div.genre_search::before {
	position: absolute;
	content: '';
	top: 14px;
	left: 14px;
	border: 8px solid transparent;
	border-top: 14px solid #9B9797;
}
#search select {
	width: 100%;
	height: 40px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 5px;
	background-color: #ffffff;
}
select#area_selected,
select#category_selected {
	padding-left: 40px;
}
@media (max-width: 768px) {
	#search select {
		width: 100%;
	}
}
#search input {
	width: calc((100% - 30px) * 0.3);	
	height: 40px;
	padding-left: 20px;
	border: none;
	border-radius: 5px;
}
@media (max-width: 768px) {
	#search input {
	width: calc((100% - 10px) * 0.8);	
	}
}
#search input::placeholder {
	color: #000;
}
#search .search_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 30px) * 0.2);	
	height: 40px;
	color: #ffffff;
	background-color: #44AFF6;
	border-radius: 5px;
	border: none;
	font-weight: bold;
}

/*  TOP 簡易検索 END */

/*  TOP セクション START */
#test,
#campaign,
#coupon,
#pick_up {
	width: 100vw;
	margin-inline: calc( 50% - 50vw);
	position: relative;
	margin-top: 60px;
}

@media (max-width: 768px) {
	#test,
	#campaign,
	#coupon,
	#pick_up {
		padding-bottom: 0px;
	}
}
/*  TOP セクション END */

/*  TOP ピックアップ掲載店 START */
#pick_up h3.title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 960px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	#pick_up h3.title {
		position: relative;
	}
}
#pick_up .title h2 {
	position: relative;
}
@media (max-width: 768px) {
	#pick_up .title h2 {
	}
}
#pick_up .title h2 span {
	color: #000;
	margin-top: 32px;
	display: block;
}
@media (max-width: 768px) {
	#pick_up .title h2 span {
		color: #000;
		margin-top: 32px;
		display: block;
	}
}
#pick_up .owl-carousel .owl-stage-outer {
	overflow: visible;
}
#pick_up .pick_up_card {
	position: relative;
	border-radius: 5px;
}
#pick_up .pick_up_card p.category {
	display: inline-block;
	padding: 10px 15px;
	color: #ffffff;
	border-radius: 10px 0 0 0;
}
#pick_up .pick_up_card p.category.leisure {
	background-color: #44AFF6!important;
}
#pick_up .pick_up_card p.category.shopping {
	background-color: #DD3333!important;
}
#pick_up .pick_up_card .genre {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 30px;
	font-size: 12px;
	color: #ffffff;
	background-color: #44AFF6;
	border-radius: 10px 0 0 0;
	z-index: 1;
}
#pick_up .pick_up_card_item {
	width: 260px;
	height: 367px;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
}
@media (max-width: 768px) {
	#pick_up .pick_up_card_item {
	width: 176px;
	height: 250px;
	}
}
#pick_up .pick_up_card_img {
	margin-bottom: 15px;
}
@media (max-width: 768px) {
	#pick_up .pick_up_card_img {
		margin-bottom: 10px;
	}
}
#pick_up .pick_up_card_img img {
	width: 100%;
}
#pick_up .pick_up_card h3.title {
	margin-bottom: 10px;
}
#pick_up .pick_up_card h3.title a {
	display: inline;
	max-height: 100%;
}
#index_recipe_slider .title span {
	font-size: 16px;
	margin-bottom: 5px;
	height: 3em;
}
#index_recipe_slider .title span.schach {
	font-size: 12px;
	margin-bottom: 5px;
}
#pick_up .pick_up_card p {
	position: relative;
	font-size: 12px;
	padding-left: 16px;
	color: #999999;
	line-height: 1.5;
}
@media (max-width: 768px) {
	#pick_up .pick_up_card p {
		font-size: 11px;
		padding-left: 12px;
	}
}
#pick_up .pick_up_card .title_area p::before {
	position: absolute;
	content: '';
	top: 2px;
	left: 0;
	width: 10px;
	height: 14px;
	background-image: url("../../../../wp/images/share_item/icon/location.svg");
	background-size: 10px 12px;
	background-repeat: no-repeat;
}
#pick_up .pick_up_card p.post_meta {
	display: none;
}
#index_recipe_slider .category {
	position: relative;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	background: #000;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*  ピックアップ掲載店 END */	

/*  店舗詳細 START */
.store-detail #article {
	background-color: transparent;
}
.store-detail .store_detail > div {
	margin-top: 30px;
}
.store-detail div#store_data {
	display: flex;
	align-items: center;
	gap: 40px;
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.store-detail .store_data_txt {
	width: 100%;
	display: block;
}
.store-detail .store_data_txt.title h2 {
	margin-top: 0px;
	margin-bottom: 40px;
}
.store-detail div#store_favorite {
	width: 120px;
	position: absolute;
	right: 50px;
}
.store-detail div#store_data .store_data_txt .store-heading {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.store-detail div#store_data .store_data_txt .store-name {
	width: 100%;
	display: block;
}
.store-detail div#store_data .store_data_txt .store_info {
/* 	width: 160px; */
/* 	flex-direction: column; */
	gap: 15px;
	font-weight: bold;
	margin-inline: auto;
	font-size: 11px;
	justify-content: center;
}
.store-detail div#store_data .store_data_txt .store_info > span {
	display: flex;
	justify-content: center;
	width: 20%;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #175BC0;
	border: 1px solid #44AFF6;
	border-radius: 50px;
}
@media (max-width: 768px) {
	.store-detail div#store_data {
		gap: 10px;
		padding: 10px;
		width: 100vw;
		margin-inline: calc(50% - 50vw);
	}
	.store-detail div#store_favorite {
		right: 0;
	}
}
@media (max-width: 546px) {
	.store-detail div#store_data .store_data_txt .store_info {
		flex-wrap: nowrap;
	}
}
.store-detail .category_icon {
	width: 96px;
}
@media (max-width: 768px) {
	.store-detail .category_icon {
		width: 80px;
	}
}
.store-detail .category_icon img {
	width: 100%;
}
.store-detail div#store_data p {
	width: 100%;
	margin-bottom: 10px;
	line-height: inherit;
	font-weight: bold;
}
@media (max-width: 768px) {
	.store-detail div#store_data p {
		margin-top: 5px;
		font-size: 20px;
		max-width: calc(100% - 90px);
	}
}
.store-detail div#store_data .store_data_txt > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.store-detail div#store_favorite {
	padding-right: 13px;
}
.store-detail div#store_favorite .like_label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	padding-bottom: 5px;
	padding-inline: 1em;
	padding-top: 5px;
	border-radius: 50px;	
	color: #fc0047;
	border: 1px solid #fc0047;
	cursor: pointer;
}
@media (max-width: 768px) {
	.store-detail div#store_favorite .like_label {
		width: 60px;
		margin-left: auto;
		font-size: 10px;
	}
}
.store-detail div#store_favorite .like_label:hover {
	color:#175BC0;
	border: 1px solid #44AFF6;
}
.store-detail div#store_data .store_data_txt > div > span .favorite_icon {
	width: 10px;
	padding-right: .5em;
}
@media (max-width: 768px) {
	.store-detail div#store_data .store_data_txt > div > span .favorite_icon {
		width: 9px;
	}
}
.store-detail .store_image {
	margin-bottom: 40px;
}
.store-detail .store_image + p {
	line-height: 1.5;
	text-align : justify;
}
.store-detail .store_image .store_image_main {
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-bottom: 10px;
	background-color: #eaeaea;
	overflow: hidden;
}
.store-detail .store_image .store_image_main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.store-detail .store_image_sub {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.store-detail .store_image_sub_img {
	width: calc((100% - 20px) / 3 );
	aspect-ratio: 3 / 2;
	border-radius: 5px;
}
.store-detail .store_image_sub_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.store-detail .store_image + div {
	margin-bottom: 37px;
}
@media (max-width: 768px) {
	.store-detail .store_image_sub {
		/*gap: 9px;*/
	}
	.store-detail .store_image_sub_img {
		width: 85px;
		height: 85px;
		overflow: hidden;
		font-size: 0;
	}
	.store-detail .store_image_sub_img img {
		min-width:100px;
		min-height: 100px;
	}
	.store-detail .store_image + div {
		font-size: 14px;
	}	
}
.store-detail .store_image .js-image {
		cursor: pointer;
		border: none;
		background: none;
		transition: .4s;
		padding: 0;
		width: 100%;
		height: 100%;
}
.store-detail .store_image .js-image:hover {
	opacity: 0.4;
}
.store-detail .store_movie {
	inline-size: fit-content;
	margin: 60px auto 0;
}
.store-detail .in-page_links {
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
}
.store-detail .in-page_links a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	width: 25%;
	height: 80px;
	background-color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
}
@media (max-width: 480px) {
	.store-detail .in-page_links a {
		gap: 0px;
		width: 50%;
		height: 40px;
	}
}
.store-detail .in-page_links a .in-page_links_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 5px;
}
@media (max-width: 768px) {
	.store-detail .in-page_links a .in-page_links_icon {
		width: 48px;
		height: 48px;
		padding: 10px;
		box-sizing: border-box;
	}
}
.store-detail .in-page_links a .in-page_links_icon.point {
	background-color: #44AFF6;
}
.store-detail .in-page_links a .in-page_links_icon.menu {
	background-color: #FC9600;
}
.store-detail .in-page_links a .in-page_links_icon.coupon {
	background-color: #34C759;
}
.store-detail .in-page_links a .in-page_links_icon.store {
	background-color: #999;
}
.store-detail #interest_point,
.store-detail #service_list,
.store-detail #coupon_list,
.store-detail #store_detail {
	margin-bottom: 77px;
}
@media (max-width: 768px) {
	.store-detail #interest_point,
	.store-detail #service_list,
	.store-detail #coupon_list,
	.store-detail #store_detail {
		margin-bottom: 40px;
	}
}
.store_in-page_links_icon h4 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.store_in-page_links_icon h4 {
		font-size: 18px;
	}
}
.store-detail #interest_point {
	margin-top: 70px;
}
@media (max-width: 768px) {
	.store-detail #interest_point {
		margin-top: 0;
		margin-bottom: 40px;
	}
}
.store-detail #interest_point {
	margin-bottom: 77px;
}
@media (max-width: 768px) {
	.store-detail #interest_point {
		margin-bottom: 30px;
	}
}
.store-detail .interest_point_item {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}
.store-detail .interest_point_item .interest_point_img {
	display: flex;
/* 	width: calc((100% - 20px) / 3 ); */
	aspect-ratio: 3 / 2;
	background-color: #eaeaea;
	border-radius: 5px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.store-detail .interest_point_item .interest_point_img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.store-detail .interest_point_img + p {
/* 	width: calc((100% - 20px) / 3 * 2 ); */
	line-height: 1.5;
	text-align : justify;
	height: auto;
/* 	min-height: 180px; */
}
.store-detail .interest_point_item .interest_point_item_txt b {
	display: block;
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.store-detail .interest_point_item .interest_point_item_txt b {
		margin-bottom:10px;
		font-size: 22px;
		line-height: 1.5;
	}
}
.store-detail .interest_point_item .interest_point_item_txt b + div {
	line-height: 1.5;
}
@media (max-width: 768px) {
	.store-detail .interest_point_item .interest_point_item_txt div {
		font-size: 15px;
	}
}

.store-detail #coupon_list h4::before {
	background-color: #34C759;
}
.store-detail #coupon_list h4::after {
	border-top: 10px solid #34C759;
}
@media (max-width: 768px) {
	.store-detail #coupon_list > div {
		margin-bottom: 30px;
	}
}

/* 店舗詳細 クーポン */
.store-detail #coupon_list .coupon_item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px!important;
	background-color: #ffffff;
	border: none!important;
	height: 240px;
}
.store-detail #coupon_list .coupon_left {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.store-detail #coupon_list .coupon_item .coupon_img {
	position: relative;
	width: 80%;
	height: 240px;
}
.store-detail #coupon_list .coupon_item .coupon_img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 2 / 3;
	object-fit: cover;
}
.store-detail #coupon_list .coupon_right {
	width: 20%;
	height: 100%;
	position: relative;
	display: flex;
	padding: 0 0 0 20px;
	border-left: 2px dashed #e0e6ef;
	justify-content: center;
}
.store-detail #coupon_list .used_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	margin-left: auto;
	color: #ffffff;
	background-color: #FC9600;
	border-radius: 5px;
}
.store-detail #coupon_list .used_btn .used_btn_style {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #FC9600;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}
.store-detail #coupon_list .used_btn .used_btn_style2 {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #e0ebaf;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

@media (max-width: 768px) {
	.store-detail #coupon_list .coupon_item {
		display: block;
		height: auto;
	}
	.store-detail #coupon_list .coupon_right {
		width: 100%;
		position: relative;
		display: flex;
		padding: 0;
		border-left: unset;
		margin-top: 10px;
	}
	.store-detail #coupon_list .used_btn {
		height: 30px;
		border-radius: 15px;
	}
	.store-detail #coupon_list .used_btn .used_btn_style {
		border-radius: 15px;
	}
}
.store-detail #coupon_list .used_btn input[type="button"] {
	font-weight: bold;
}
.store-detail #coupon_list .used_btn input[value="利用不可(回数制限)"] {
	background-color: #999;
	width: 100%;
	height: 100%;
}
.store-detail #coupon_list .coupon_item .coupon_img .category {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 30px;
	font-size: 12px;
	color: #ffffff;
	background-color: #FC9600;
}
.store-detail #coupon_list .coupon_txt {
	width: 100%;
	padding-left: 15px;
}
.store-detail #coupon_list .coupon_txt > div {
	margin-bottom: 6px;
}
.store-detail #coupon_list .coupon_txt > div:last-child {
	margin-bottom: 0;
}
.store-detail #coupon_list .coupon_title {
	font-size: 20px;
	color: #175bc0;
	font-weight: bolde;
}
.store-detail #coupon_list .catchphrase {
	font-size: 20px;
	font-weight: bold;
}
.store-detail #coupon_list .coupon_detail {
	font-size: 13px;
	line-height: 1.5;
}
.store-detail #coupon_list .coupon_detail p {
	font-size: 15px;
}
.store-detail #coupon_list .price {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.store-detail #coupon_list .price .price_before {
	font-size: 20px;
	margin-right: 15px;
}
.store-detail #coupon_list .price .price_after {
	margin-left: 10px;
	font-size: 20px;
	color: #FC0047;
	font-weight: bold;
}
.store-detail #coupon_list .attribute {
	display: inline-block;
	font-size: 13px;
	color: #000;
	line-height: 1.5;
}
.store-detail #coupon_list .attribute.notes {
	color: red;
}

/* 取得 */
.service_item .txt .btn {
	position: relative;
}

.store-detail div#service_list .service_item .txt input[type="button"]#openModalButton,
.store-detail div#service_list .service_item .txt input[type="button"].get_coupon {
	display:block;
	background-color: #e0ebaf;
	color:black;
}
.coupon_left input#openModalButton,
.coupon_left input.get_coupon {
	border: none;
	position: absolute;
	top:0;
	right: 0;
	font-size: 14px;
	width: 100px;
	height: 30px;
	border-radius: 15px;
	background-color: #e0ebaf;
}
@media (max-width: 768px) {
	.store-detail div#service_list .service_item .txt input[type="button"]#openModalButton,
	.store-detail div#service_list .service_item .txt input[type="button"].get_coupon {
	}
	.coupon_left input#openModalButton,
	.coupon_left input.get_coupon {
	}
	.coupon_left input#openModalButton,
	.coupon_left input.get_coupon {
	}
}

/* 店舗詳細 クーポン END */

/* 店舗詳細 サービス一覧 START */

.store-detail div#service_list .service_item {
	width: calc((100% - 40px) / 3);	
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	margin: 0;	
	display: inline-block;
	text-align: left;
}
@media (max-width: 800px) {
	.store-detail div#service_list .service_item {
		width: calc((100% - 20px) / 2);	
	}
}
.store-detail div#service_list h4::after {
	border-top: 10px solid #FC9600;
}

.store-detail div#service_list h4 + div {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 4%;
	margin-bottom: 77px;
}
@media (max-width: 768px) {
	.store-detail div#service_list h4 + div {
		gap: 20px 4%;
	}
}
.store-detail .service_item > div:first-child {
	height: 150px;
	overflow: hidden;
}
.store-detail .service_item > div:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.store-detail div#service_list .ltemlist {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	gap: 20px;
}
.store-detail div#service_list .service_item .txt {
	padding: 0;
	box-sizing: border-box;
	min-height: 300px;
}
.store-detail div#service_list .service_item .txt .category {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	color: #ffffff;
	background-color: #FC9600;
}
.store-detail div#service_list .service_item .txt .title {
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	min-height: 46px;
}
@media (max-width: 768px) {
	.store-detail div#service_list .service_item .txt .title {
		margin-bottom: 12px;
	}
}
.store-detail div#service_list .service_item .txt .catchphrase {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.5;
	min-height: 40px;
}
.store-detail div#service_list .service_item .txt .coupon_detail {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.5;
	min-height: 40px;
}
.store-detail .detailmemo {
	font-size: 14px;
	color: #1558ce;
}
.store-detail div#service_list .service_item .txt .price {
	margin-block: 16px;
	font-size: 15px;
	color: #FC0047;
	text-align: right;
	font-weight: bold;
	font-size: 22px;
}
.store-detail div#service_list .service_item .btn {
	text-align: center;
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.store-detail div#service_list .service_item .btn + br {
	display: none;
}
.store-detail div#service_list .service_item .txt input[type="button"] {
	width: calc((100% - 10px) / 2);	
	height: 30px;
	font-size: 14px;
	color: #ffffff;
	background-color: #FC9600;
	border: none;
	border-radius: 15px;
}
@media (max-width: 768px) {
	.store-detail div#service_list .service_item .txt input[type="button"] {
		font-size: 14px;
	}
	.store-detail div#service_list .service_item .txt .price {
	font-size: 20px;
	}
}
@media (max-width: 768px) {
	.store-detail #store_detail h4 {
		font-size: 20px;
		line-height: 45px;
	}
}
@media (max-width: 768px) {
	.store-detail #store_detail h4::before {
		width: 45px;
		height: 45px;
		background-size: 30px 30px;
	}
}
.store-detail #store_detail,
.store-detail #store_detail table {
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.store-detail #store_detail table {
		margin-bottom: 24px;
	}
	.store-detail #store_detail + br {
		display: none;
	}
}
.store-detail #store_detail table .border_none {
	border-bottom: none;
}
.store-detail #store_detail table .store_map {
	max-width: 500px;
	width: 100%;
	max-height: 320px;
	height: 100%;
	background-color: #eaeaea;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 3 / 2;
}
.store-detail #store_detail table .store_map iframe {
	width: 100%;
	height: 100%;
}
.post_content table {
	margin-bottom: 73px;
}
@media (max-width: 768px) {
	.post_content table {
		margin-bottom: 38px;
	}
}
.store-detail .post_content th {
	width: 150px;
	font-size: 14px;
	padding-left: 15px;
	background-color: #f6f6f6;
	border: 1px solid #DDDDDD;
	line-height: 1.5;
	text-align: left;
}
@media (max-width: 768px) {
	.store-detail .post_content th {
		padding-inline: 1em;
		width: 80px;
		font-size: 14px;
		text-align: center;
	}
}
.store-detail .post_content td {
	font-size: 14px;
	vertical-align: middle;
	padding-left: 15px;
	line-height: 1.5;
}
.store-detail #store_detail td.store_sns_link a {
	color: #000;
}
.store-detail #store_detail td.store_sns_link a:hover {
	color: blue!important;
}
@media (max-width: 768px) {
	.store-detail .post_content td {
		font-size: 14px;
	}
}
.ytube {
	position: relative;
	height: auto;
}
.ytube iframe {
	left: 0;
	margin-inline: auto;
}
/*  店舗詳細 END +/

/*  特集・キャンペーンページ START */
#campaign .campaign_in {
	width: auto;
	max-width: 960px;
	margin-inline: auto;
	padding-inline: 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 1024px) {
	#campaign .campaign_in {
		padding-inline: 20px;
	}
}
#campaign .title h2 span {
	color: #000;
	margin-top: 32px;
	display: block;
}
.list_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 40px;
	font-size: 15px;
	color: #ffffff;
	background-color: #cccccc;
	border-radius: 5px;
	position: relative;
	margin: 30px auto 0;
}
.list_btn a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.list_btn span {
	padding-left: 10px;
	position: absolute;
	right: 15px;
	display: none;
}
#campaign .card_area {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	max-width: 960px;
	margin-bottom: 60px;
}

@media (max-width: 1240px) {
	#campaign .card_area {
		max-width: 100%;
		margin-inline: auto;
	}
}
@media (max-width: 768px) {
	#campaign .card_area {
		gap: 10px;
		/* max-width: 420px; */
	}
}
#campaign .card_area .campaign_card {
	width: calc((100% - 60px) / 4);
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid rgba( 0, 0, 0, .1);
}
@media (max-width: 768px) {
	#campaign .card_area .campaign_card {
		width: calc((100% - 20px) / 2);
		min-width: 160px;
	}
}
@media (max-width: 480px) {
	#campaign .card_area .campaign_card {
		width: calc((100% - 50px) / 2);
		min-width: 160px;
	}
}

#campaign .card_area .campaign_card_img {
	display: flex;
	align-items: center;
	width: 100%;
	margin-inline: auto;
}

#campaign .card_area .campaign_card_img div {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 20px;
}
#campaign .card_area .campaign_card_img div::before {
	content: "";
	padding-top: 100%;
	display: block;
}
#campaign .card_area .campaign_card_img div img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
#campaign .card_area .campaign_card p {
		font-size: 15px;
		font-weight: bold;
		margin: 0 20px 20px 20px;
		/*color: #175BC0;*/
		line-height: 1.5;
	}
@media (max-width: 768px) {
	#campaign .card_area .campaign_card p {
		font-size: 15px;
	}
}

#campaign .featured h3 {
	position: relative;
	margin-top: 30px;
	font-size: 22px;
}
#campaign .featured_area {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
	gap: 20px;
}
@media (max-width: 768px) {
	#campaign .featured_area {
		gap: 20px;
	}
}
@media (max-width: 1208px) {
	.featured_item {
		width: 32%;
	}
}
@media (max-width: 862px) {
	.featured_item {
		width: 31%;
	}
}
.featured_item {
	position: relative;
	width: calc((100% - 80px) / 5);
}
@media (max-width: 1024px) {
	.featured_item {
		width: calc((100% - 60px) / 4);
	}
}
@media (max-width: 768px) {
	.featured_item {
		width: calc((100% - 40px) / 3);
	}
}
@media (max-width: 600px) {
	.featured_item {
		min-width: auto;
		width: calc((100% - 20px) / 2);
	}
}
.featured_item a {
	display: flex;
	flex-direction: column;
}
.featured_item .featured_item_img {
	display: flex;
	align-items: center;
	aspect-ratio: 1;
}
.featured_item .featured_item_img div {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.featured_item .featured_item_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden;
}
.featured_item h4 {
	font-size: 100%;
	margin-top: 10px;
	line-height: 1.5;
}
.featured_item::before {
	position: absolute;
	content: '';
	top: 4px;
	left: 8px;
	width: 40px;
	height: 40px;
	z-index: 1;
}
@media (max-width: 768px) {
	.featured_item:first-of-type::before {
		top: 2px;
		width: 40px;
		height: 40px;
	}
}
.featured_item:first-of-type::before {
	background-image: url("../../../../wp/images/top/coupon/no1.svg");
}
.featured_item:nth-of-type(2)::before {
	background-image: url("../../../../wp/images/top/coupon/no2.svg");
}
.featured_item:nth-of-type(3)::before {
	background-image: url("../../../../wp/images/top/coupon/no3.svg");
}
.featured_item:nth-of-type(4)::before {
	background-image: url("../../../../wp/images/top/coupon/no4.svg");
}
/*
.featured_item:nth-of-type(5)::before {
	background-image: url("../../../../wp/images/top/coupon/no5.svg");
}
*/
@media (max-width: 1024px) {
	.featured_item h4 {
		justify-content: flex-start;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.featured_item h4 {
		font-size: 12px;
	}
}
.featured_item span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	font-size: 10px;
	color: #ffffff;
	background-color: #175BC0;
		display: none;
	}

/* アニメーション */
#top_tourist02 {
	position: absolute;
	right: 200px;
}
#top_tourist02 img {
	height:140px;
}
/*  特集・キャンペーンページ END */

/*  TOP クーポン START */
#coupon .coupon_in {
	width: auto;
	max-width: 960px;
	margin-inline: auto;
	padding-inline: 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 1024px) {
	#coupon .coupon_in {
		padding-inline: 20px;
	}
}
#coupon .title h2 {
		position: relative;
}
#coupon .title h2 span {
		color: #000;
		margin-top: 32px;
		display: block;
}
#coupon .heading {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
		align-items: center;
}
@media (max-width: 768px) {
	#coupon .heading {
		margin-bottom: 16px;
	}
}
#coupon .heading h3 {
	position: relative;
	font-size: 22px;
}
#coupon .heading a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 165px;
	height: 32px;
	font-size: 14px;
	background-color: #e0ebaf;
	border-radius: 5px;
	position: relative;
	gap: 10px;
}
@media (max-width: 768px) {
	#coupon .heading a {
		font-size: 12px;
		min-width: 70px;
		padding-inline: 1em;
		width: 80px;
	}
}
#coupon .heading a span {
	color: #44AFF6;
	font-weight: bold;
}
#coupon .original_coupon,
#coupon .store_coupon {
	margin-top: 30px;
}
#coupon .original_coupon_area {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	max-width: 960px;
	margin-bottom: 60px;
	justify-content: flex-start;
}
@media (max-width: 1024px) {
	#coupon .original_coupon_area {
		margin-inline: auto;
	}
}
@media (max-width: 768px) {
	#coupon .original_coupon_area {
		gap: 20px;
		margin-bottom: 48px;
	}
}
#coupon .original_coupon_card {
		width: calc((100% - 80px) / 5);
	}
@media (max-width: 1024px) {
	#coupon .original_coupon_card {
		width: calc((100% - 60px) / 4);
	}
}
@media (max-width: 768px) {
	#coupon .original_coupon_card {
		width: calc((100% - 40px) / 3);
	}
}
@media (max-width: 600px) {
	#coupon .original_coupon_card {
		width: calc((100% - 20px) / 2);
	}
}
#coupon .original_coupon_card_img {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	border-radius: 5px;
}
#coupon .original_coupon_card_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
#coupon .coupon_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin-inline: auto;
	font-size: 15px;
	color: #ffffff;
	background-color: #FC9600;
	border-radius: 5px;
}
#coupon .store_coupon .store_coupon_area {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	max-width: 960px;
	margin-bottom: 60px;
	justify-content: flex-start;
}
@media (max-width: 1024px) {
	#coupon .store_coupon .store_coupon_area {
		margin-inline: auto;
	}
}
@media (max-width: 768px) {
	#coupon .store_coupon .store_coupon_area {
		gap: 20px;
		margin-bottom: 48px;
	}
}
#coupon .store_coupon .pick_up_card {
	position: relative;
	width: calc((100% - 60px) / 4);
}
@media (max-width: 768px) {
	#coupon .store_coupon .pick_up_card {
		width: calc((100% - 40px) / 3);
	}
}
@media (max-width: 600px) {
	#coupon .store_coupon .pick_up_card {
		width: calc((100% - 20px) / 2);
	}
}
#coupon .store_coupon .pick_up_card a:focus {
	outline: none;
}
#coupon .store_coupon .pick_up_card .genre,
#search_result_list .coupon .genre {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	z-index: 1;
	border-radius: 5px 5px 0 0;
}
#coupon .store_coupon .pick_up_card_item {
	width: 100%;
	padding-top: 40px;
	background-color: #eee;
	border-radius: 5px;
}
@media (max-width: 768px) {
	#coupon .store_coupon .pick_up_card_item {
		width: 100%;
		padding-bottom: 12px;
	}
}
#coupon .store_coupon .pick_up_card_img {
	display: flex;
	align-items: center;
	width: 100%;
	margin-inline: auto;
}
@media (max-width: 768px) {
	#coupon .store_coupon .pick_up_card_img {
		margin-bottom: 10px;
		overflow: hidden;
	}
}
#coupon .store_coupon .pick_up_card_img div {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
}
#coupon .store_coupon .pick_up_card_img div::before {
	content: "";
	padding-top: 75%;
	display: block;
}
#coupon .store_coupon .pick_up_card_img div img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}	
#coupon .store_coupon .store_coupon_detail {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 10px;
	padding-inline: 15px;
}
#coupon .store_coupon .store_coupon_detail span {
	display: flex;
	align-items: center;
	width: calc((100% - 10px) / 2 );
	height: 28px;
	font-size: 12px;
	justify-content: center;
	border: 0;
	border-radius: 14px;
	color: #ffffff;
	background-color: #000;
}
@media (max-width: 768px) {
	#coupon .store_coupon .store_coupon_detail span {
		width: calc((100% - 10px) / 2 );
	}
}
#coupon .store_coupon .pick_up_card h3 {
	font-size: 16px;
	line-height: 1.5;
	height: calc( 2em * 1.5 );
	color: #FC9600;
	padding: 15px 0;
	margin-inline: 15px;
}
#coupon .store_coupon .pick_up_card h3 span {
	color: #000;
}
@media (max-width: 768px) {
	#coupon .store_coupon .pick_up_card h3 span {
		font-size: 15px;
	}
}
#coupon .store_coupon .pick_up_card .catchphrase {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	height: calc( 2em * 1.5 );
	margin-bottom: 10px;
	margin-inline: 15px;
	overflow: hidden;
}
#coupon .store_coupon .pick_up_card .pick_up_card_item .main_text p {
	font-size: 13px;
	line-height: 1.5;
	height: calc( 5em * 1.5 );
	text-align: justify;
	margin-bottom: 20px;
	margin-inline: 15px;
	overflow: hidden;
}
@media (max-width: 768px) {
	#coupon .store_coupon .pick_up_card h3 + p {
		display: none;
	}
}
#coupon .store_coupon .pick_up_card .price {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 10px;
	padding-inline: 15px;
	margin-bottom: 20px;
	height: 20px;
}
#coupon .store_coupon .pick_up_card .price .before,
#coupon .store_coupon .pick_up_card .price .arrow_right,
#coupon .store_coupon .pick_up_card .price .after {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#coupon .store_coupon .pick_up_card .price .before {
	font-size: 14px;
}
@media (max-width: 768px) {
	#coupon .store_coupon .pick_up_card .price .before {
		font-size: 10px;
	}
}
@media (max-width: 768px) {
	#coupon .store_coupon .pick_up_card .price .arrow_right {
		width: 10px;
	}
}
#coupon .store_coupon .pick_up_card .price .arrow_right {
}
#coupon .store_coupon .pick_up_card .price .arrow_right img {
	width: 60%;
}
#coupon .store_coupon .pick_up_card .price .after {
	font-size: 18px;
	color: #FC0047;
	font-weight: bold;
	}
@media (max-width: 768px) {
	#coupon .store_coupon .pick_up_card .price .after {
		font-size: 15px;
	}
}
#coupon .store_coupon .pick_up_card .pick_up_card_item > span {
	display: block;
	width:100%;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #000;
}
/*  クーポン END */

/*  装飾 START */
.band {
	display: flex;
	justify-content: center;
	height: 24px;
}
@media (max-width: 768px) {
	.band {
		height: 24px;
	}
}
.band img {
	margin: auto;
	display: block;
	height: 100%;
}
@media (max-width: 768px) {
	.band img {
		width: auto;
	}
}
/*  装飾 END */


/*  アフェリエイト START */
#affiliate {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 960px;
	padding-inline: 20px;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	margin: 120px auto;
}
#affiliate .affiliate_img {
	display: block;
	aspect-ratio: 936 / 120;
	width: calc((100% - 20px) / 2);	
	overflow: hidden;
	box-sizing: border-box;
}
#affiliate .affiliate_img a {
	display: block;
	width: 100%;
	height: 100%;
}
#affiliate .affiliate_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	#affiliate {
		flex-wrap: wrap;
		gap: 15px;
		width: 100%;
		box-sizing: border-box;
	}
	#affiliate .affiliate_img {
		width: calc((100% - 15px) / 2 );	
	}
}
/*  アフェリエイト END */

/*  地図検索 START */
.home section#map_search {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding-inline: 20px;
	margin-inline: auto;
	max-width: 768px;
	overflow: hidden;
	margin-top: 120px;
}
.home section#map_search .map_contents {
	width: 100%;
}
.home section#map_search .map_contents > div {
	margin-bottom: 80px;
}
.home section#map_search .map_contents > div:last-child {
	margin-bottom: 0;
}
.home #map_search .free_word_search h3,
.home #map_search .category_search h3,
.home #map_search .area_search h3 {
	font-size: 22px;
	margin-bottom: 30px;
	min-width: 100%;
}
@media (max-width: 768px) {
	.home #map_search .free_word_search h3 {
		font-size: 18px;
	}
}
.home #map_search .free_word_search .search_input {
	display: flex;
	gap: 20px;
}
@media (max-width: 768px) {
	.home #map_search .free_word_search .search_input {
		gap: 12px;
	}
}
.home #map_search .free_word_search .search_input input {
	max-width: 745px;
	width: 100%;
	height: 40px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	padding-left: 1em!important;
}
.home #map_search .free_word_search .search_input input::placeholder {
	color: #000;
}
.home #map_search .free_word_search .search_input .search_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 10px) * 0.2);	
	height: 40px;
	color: #ffffff;
	background-color: #44AFF6;
	border-radius: 5px;
	border: none;
	font-weight: bold;
}
.home #map_search .category_search {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 15px;
	margin-bottom: 30px;
}
.home #map_search .category_search > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	max-width: 120px;
	width: calc((100% - 40px) / 5);	
	font-size: 14px;
	color: #175BC0;
	font-weight: normal;
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.home #map_search .category_search > div {
		width: 90px;
		height: 90px;
		gap: 10px;
	}
}
@media (max-width: 768px) {
	.home #map_search .category_search > div h5 {
		font-size: 13px;
	}
}
.home #map_search .category_search > div span.category_search_img {
	display: flex;
	margin-inline: auto;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
}
.home #map_search .category_search > div .category_search_img img {
	width: 100%;
}
.home #map_search .area_search {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.home #map_search .area_search {
		justify-content: flex-start;
	}
}

.home #map_search .area_search .area_name {
	width: 100%;	
}
.home #map_search .area_search .area_name > div {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}
.home #map_search .area_search .area_name > div > a:first-of-type {
	position: relative;
	padding-right: 4em;
	padding-bottom: 10px;
	font-weight: bold;
}
.home #map_search .area_search .area_name > div > a:first-of-type::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 8em;
	height: 1px;
	background-color: #333333;
}
.home #map_search .area_search .area_name > div > a:not(:first-of-type) {
	margin-left: 10px;
}
.home #map_search .area_search .area_search_map {
	width: calc((100% - 10px) * 0.7 );	
	background-image: url("../../../../wp/images/top/search/search_map_bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
@media (max-width: 768px) {
	.home #map_search .area_search .area_search_map {
		width: 100%;
	}
}
/*  地図検索 START */

/*  ページネーション START */
.pagination {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.pagination a {
	font-size: 20px;
	text-decoration: none;
}
.pagination .prev {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	margin-right: 35px;
	background-color: #ffffff;
	border: 1px solid #175BC0;
	border-radius: 45px;
	text-decoration: none;
}
.pagination .next {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	margin-left: 35px;
	color: #e0ebaf;
	background-color: #e0ebaf;
	border-radius: 45px;
}

.pagination .next::before {
	position: absolute;
	content: '次へ';
	font-size: 16px;
	color: #000;
}
/*  ページネーション END */

/*ビックアップ掲載店*/
#index_recipe_slider_wrap {
	height: 100%;	
	display: flex;
	gap: 20px;
	margin-top: 40px;
}
#index_recipe_slider {
	width: 100%;
	height: auto;
}
#index_recipe_slider .owl-nav button {
	height: 50px;
	width: 50px;
	background: #e0ebaf;
	border-radius: 50px;
	display: none;
}
#index_recipe_slider .owl-next span:after {
	top: -10px;
	left: 19px;
}
#index_recipe_slider .owl-prev span:after {
	top: -10px;
	left: 19px;
}
#index_recipe_slider .image_wrap {
	height: 200px;
	background-size: cover;
	border-radius: 5px 5px 0 0;
}
/*ビックアップ掲載店 END*/

/* サービス利用確認 top START */
.service_use_main {
	text-align: center;
	line-height: 25px;
}

.service_use_main h3 {
	font-size: 28px;
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.service_use_main h3 {
		font-size: 22px;
		margin-top: 24px;
	}
}
.service_use_main div:nth-child(2) {
	font-size: 28px;
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.service_use_main div:nth-child(2) {
		font-size: 20px;
	}
}
.service_use_main div:nth-child(3) {
		font-size: 28px;
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.service_use_main div:nth-child(32) {
		font-size: 20px;
	}
}
.service_use_main form div input {
		margin-top: 24px;
	max-width: 400px;
	width: 100%;
	height: 40px;
	margin-right: 20px;
	padding-left: 1em;
	font-size: 15px;
	border: 1px solid #175BC0;
}
.service_use_main form div:nth-child(2) {
	font-size: 20px;
	line-height: 1.5;
}
.service_use_button {
	width:100%;
	height:60px;
	clear: both;
	display: flex;
	justify-content: center;
	gap: 32px;
}

.service_use_main #wpforms-submit {
	width: 45%;
	height: 50px;
	color: #000;
	border-radius: 45px;
	background-color: #e0ebaf;
	float: left;
	margin:5px;
}

.service_use_main #wpforms-back {
	width: 45%;
	height: 50px;
	color: #000;
	border-radius: 45px;
	background-color: #ffffff;
	float: left;
	margin:5px;
}
.service_use_button #wpforms-back {
	width: 245px;
	border: 1px solid #175bc0;
}
.service_use_button #wpforms-submit {
	width: 245px;
	border: none;
}
/* サービス利用確認 top END */

/*  会社概要 START */
.profile #article.page .post_content {
	padding-inline: 20px;
}
.profile .profile h2 {
	position: relative;
	margin-bottom: 24px;
	padding-top: 0;
	padding-left: 60px;
	font-size: 28px;
}
@media (max-width: 768px) {
	.profile .profile h2 {
		margin-bottom: 16px;
		padding-top: 0;
		padding-left: 0;
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.profile .profile h2::before {
		top: 8px;
		left: 0;
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}
}
.profile .profile table th {
	padding-inline: 24px;
	text-align: left;
	background-color: #EDF8FD;
}
@media (max-width: 768px) {
	.profile .profile table th,
.profile .profile table td {
		display: block;
		font-size: 15px;
		line-height: 1.5;
	}
}
.profile .profile table {
	margin-bottom: 0;
	/* box-shadow: none; */
}
.profile .profile table th,
.profile .profile table td {
	padding-inline: 2em;
}
@media (max-width: 768px) {
	.profile .profile table th,
.profile .profile table td {
		padding-inline: 1em;
		font-size: 15px;
	}
}
.profile .profile table th {
	color: #ffffff;
	background-color: #44AFF6;
}
/*  会社概要 END */

/*  お問い合わせ(店舗、ユーザー) START */
.inquiry-regist #article.page .post_content,
.companyinquiry-regist #article.page .post_content {
	padding-inline: 20px;
}
.inquiry-regist #main_contents section h2,
.companyinquiry-regist #main_contents section h2,
.storeinquiry-regist #main_contents section h2 {
	position: relative;
	padding-top: 0;
	padding-left: 60px;
	font-size: 28px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.inquiry-regist #main_contents section h2,
	.companyinquiry-regist #main_contents section h2,
	.storeinquiry-regist #main_contents section h2 {
		margin-bottom: 32px;
		padding-left: 45px;
		font-size: 20px;
	}
	.inquiry-regist #main_contents section h2 {
		margin-bottom: 16px;
		font-size: 22px;
	}
}
.inquiry-regist #main_contents section p.submit {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.inquiry-regist #main_contents section h2::before,
	.companyinquiry-regist #main_contents section h2::before,
	.storeinquiry-regist #main_contents section h2::before {
		top: 3px;
		left: 0;
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}
}
.inquiry-regist #main_contents section div,
.companyinquiry-regist #main_contents section div,
.storeinquiry-regist #main_contents section div {
	display: flex;
	align-items: center;
	gap: 42px;
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.inquiry-regist #main_contents section div,
	.companyinquiry-regist #main_contents section div,
	.storeinquiry-regist #main_contents section div {
		flex-wrap: wrap;
		gap: 8px;
		margin-bottom: 24px;
	}
}
.inquiry-regist #main_contents section div:last-of-type,
.companyinquiry-regist #main_contents section div:last-of-type,
.storeinquiry-regist #main_contents section div:last-of-type {
	align-items: flex-start;
}
.inquiry-regist #main_contents section label,
.companyinquiry-regist #main_contents section label,
.storeinquiry-regist #main_contents section label {
	display: block;
	min-width: 180px;
	font-size: 15px;
}
.inquiry-regist #main_contents section label span,
.companyinquiry-regist #main_contents section label span,
.storeinquiry-regist #main_contents section label span {
	padding-left: 10px;
	font-size: 14px;
	color: #DD3333;
}
.inquiry-regist #main_contents section input,
.companyinquiry-regist #main_contents section input,
.storeinquiry-regist #main_contents section input {
	max-width: 972px;
	width: 100%;
	height: 50px;
	border: 1px solid #175BC0;
	border-radius: 5px;
}
.inquiry-regist #main_contents section textarea,
.companyinquiry-regist #main_contents section textarea,
.storeinquiry-regist #main_contents section textarea {
	max-width: 972px;
	width: 100%;
	height: 200px;
	border: 1px solid #175BC0;
	border-radius: 5px;
}
.inquiry-regist #main_contents section p.submit,
.companyinquiry-regist #main_contents section p.submit,
.storeinquiry-regist #main_contents section p.submit {
	display: flex;
	justify-content: center;
	gap: 40px;
}
@media (max-width: 768px) {
		.inquiry-regist #main_contents section p.submit,
		.companyinquiry-regist #main_contents section p.submit,
		.storeinquiry-regist #main_contents section p.submit {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}
.inquiry-regist #main_contents section input[type="button"],
.companyinquiry-regist #main_contents section input[type="button"],
.storeinquiry-regist #main_contents section input[type="button"] {
	width: 245px;
	height: 50px;
	background-color: #eaeaea;
	border-radius: 45px;
}
@media (max-width: 768px) {
		.inquiry-regist #main_contents section input[type="button"],
		.companyinquiry-regist #main_contents section input[type="button"],
		.storeinquiry-regist #main_contents section input[type="button"] {
		order: 2;
	}
}
.inquiry-regist #main_contents section input[type="submit"],
.companyinquiry-regist #main_contents section input[type="submit"],
.storeinquiry-regist #main_contents section input[type="submit"] {
	width: 245px;
	height: 50px;
	background-color: #e0ebaf;
	border-radius: 45px;
}
@media (max-width: 768px) {
		.inquiry-regist #main_contents section input[type="submit"],
		.companyinquiry-regist #main_contents section input[type="submit"],
		.storeinquiry-regist #main_contents section input[type="submit"] {
		order: 1;
	}
}
/*  店舗お問い合わせ(店舗、ユーザー) END */

/*  予約管理 START */
.reservation-management #reservation-management .check_reservation_date p {
	margin: 0;
}
.membership-mypage #my_account_reservation,
.reservation-management #my_account_reservation {
	padding: 0;
	margin-top: 15px;
}
.reservation-management #reservation-management div#table-container h2 {
	font-size: 24px;
}
.membership-mypage #reservation-management h1 {
	position: relative;
	margin-top: 65px;
		margin-bottom: 24px;
	font-size: 32px;
}
@media (max-width: 768px) {
	.membership-mypage #reservation-management h1 {
		margin-top: 40px;
		margin-bottom: 24px;
		font-size: 32px;
	}
}
.reservation-management #reservation-management h2 + p {
	margin-bottom: 0;
}
.reservation-management #article.page .post_content {
	padding-inline: 20px;
}
/*
.membership-mypage #reservation-management h1::before {
	position: absolute;
	content: '';
	top: 2px;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url("../../../../wp/images/share_item/icon/calender.svg");
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
*/
@media (max-width: 768px) {
	.membership-mypage #reservation-management h1::before {
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}
}
.membership-mypage .reservation_calender,
.reservation-management .reservation_calender {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.membership-mypage .reservation_calender,
	reservation-management .reservation_calender {
		position: relative;
		margin-bottom: 24px;
	}
}
.reservation-management .reservation_calender {
	justify-content: center;
	gap: 48px;
}
.membership-mypage .reservation_calender + p {
	/*display: none;*/
}
.reservation-management .reservation_calender button#next-month,
.reservation-management .reservation_calender button#prev-month {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.membership-mypage .reservation_calender button#prev-month,
.membership-mypage .reservation_calender button#next-month,
.reservation-management .reservation_calender button#prev-month,
.reservation-management .reservation_calender button#next-month {
	width: 40px;
	height: 40px;
	color: #ffffff;
	background-color: #44AFF6;
	border-radius: 50%;
	border: none;
}
@media (max-width: 768px) {
	.membership-mypage .reservation_calender button#prev-month,
.membership-mypage .reservation_calender button#next-month,
	reservation-management .reservation_calender button#prev-month,
.reservation-management .reservation_calender button#next-month {
		position: absolute;
		top: 0;
		width: 26px;
		height: 26px;
	}
}
@media (max-width: 768px) {
	.membership-mypage .reservation_calender button#prev-month,
	reservation-management .reservation_calender button#prev-month {
		left: 0;
	}
}
@media (max-width: 768px) {
	.membership-mypage .reservation_calender button#next-month,
	reservation-management .reservation_calender button#next-month {
		right: 0;
	}
}
.membership-mypage #reservation-management .check_reservation_date,
.reservation-management #reservation-management .check_reservation_date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	margin-bottom: 24px;
	padding-inline: 24px;
	background-color: #ffffff;
	font-size: 16px;
}
@media (max-width: 768px) {
	.membership-mypage #reservation-management .check_reservation_date,
	reservation-management #reservation-management .check_reservation_date {
		height: 45px;
		margin-bottom: 30px;
		font-size: 16px;
	}
}
.membership-mypage #reservation-management button#this-month,
.reservation-management #reservation-management button#this-month {
	font-size: 14px;
	background-color: transparent;
	border: none;
}
.membership-mypage #reservation-management div#calendar-container,
.reservation-management #reservation-management div#calendar-container {
	max-width: 465px;
	width: 100%;
}
.membership-mypage #reservation-management div#calendar-container h2,
.reservation-management #reservation-management div#calendar-container h2 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	background-color: #FCF6EA;
}
.membership-mypage #reservation-management div#calendar-container h2 + div,
.reservation-management #reservation-management div#calendar-container h2 + div {
	width: 100%;
	overflow-x: auto;
}
.membership-mypage #reservation-management div#calendar-container h2 + div,
.membership-mypage #reservation-management div#calendar-container h2 {
	display: none;
}
@media (max-width: 768px) {
	.membership-mypage #reservation-management div#calendar-container h2,
	reservation-management #reservation-management div#calendar-container h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}
.membership-mypage div#calendar-container table.calendar,
.reservation-management div#calendar-container table.calendar {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	width: 100%;
	/* box-shadow: none; */
}
@media (max-width: 768px) {
	.membership-mypage div#calendar-container table.calendar,
	reservation-management div#calendar-container table.calendar {
		margin-bottom: 30px;
		font-size: 16px;
	}
	reservation-management div#calendar-container table.calendar {
		margin-bottom: 0;
	}
}
.membership-mypage div#calendar-container table.calendar th,
.membership-mypage div#calendar-container table.calendar td,
.reservation-management div#calendar-container table.calendar th,
.reservation-management div#calendar-container table.calendar td {
	border: 1px solid #dddddd;
}
.membership-mypage div#calendar-container table.calendar th,
.membership-mypage div#calendar-container table.calendar td,
.reservation-management div#calendar-container table.calendar th,
.reservation-management div#calendar-container table.calendar td {
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	font-size: 16px;
	box-sizing: border-box;
}
span.reservation-count {
	font-size: 12px;
}
.membership-mypage div#calendar-container table.calendar tr:first-of-type th,
.reservation-management div#calendar-container table.calendar tr:first-of-type th {
	background-color: #EDF8FD;
}
.membership-mypage div#calendar-container table.calendar tr:first-of-type th:first-of-type,
.reservation-management div#calendar-container table.calendar tr:first-of-type th:first-of-type {
	color: #FC0047;
	background-color: #FFB2C8;
}
.membership-mypage div#calendar-container table.calendar tr:first-of-type th:last-of-type,
.reservation-management div#calendar-container table.calendar tr:first-of-type th:last-of-type {
	color: #175BC0;
	background-color: #BBD3F7;
}
.membership-mypage div#calendar-container table.calendar tr td:first-of-type,
.reservation-management div#calendar-container table.calendar tr td:first-of-type {
	color: #FC0047;
}
.membership-mypage div#calendar-container table.calendar tr td:last-of-type,
.reservation-management div#calendar-container table.calendar tr td:last-of-type {
	color: #175BC0;
}
div#table-container {
	overflow-x: auto;
}
div#table-container p label {
	font-size: 16px;
}
.membership-mypage #prev-month,
.membership-mypage #next-month,
.reservation-management #prev-month,
.reservation-management #next-month {
	width: 50px;
	height: 50px;
	margin-bottom: 16px;
	color: #ffffff;
	background-color: #44AFF6;
	border: none;
	border-radius: 50px;
	padding: 0;
}
.membership-mypage .moon_shift,
.reservation-management .moon_shifth {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.membership-mypage #prev-month,
.membership-mypage #next-month,
.reservation-management #prev-month,
.reservation-management #next-month {
		width: 30px;
		height: 30px;
	}
}
.membership-mypage div#table-container > div:first-of-type,
.reservation-management div#table-container > div:first-of-type {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1240px;
	margin-top: 30px;
}
@media (max-width: 743px) {
	.membership-mypage div#table-container > div:first-of-type,
	reservation-management div#table-container > div:first-of-type {
		gap: 8px;
		margin-bottom: 8px;
	}
}
.membership-mypage div#table-container h2 {
	font-size: 24px;
}
@media (max-width: 768px) {
	.membership-mypage div#table-container h2 {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.membership-mypage div#table-container h2::before {
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}
}
.membership-mypage div#table-container > div:first-of-type p select,
.reservation-management div#table-container > div:first-of-type p select {
	height: 40px;
	border: 1px solid #175BC0;
	border-radius: 5px;
}
@media (max-width: 768px) {
	.membership-mypage div#table-container > div:first-of-type p select,
.reservation-management div#table-container > div:first-of-type p select {
		margin-left: auto;
	}
}
.membership-mypage div#table-container > div:first-of-type p select,
.reservation-management div#table-container > div:first-of-type p select {
	
}
.membership-mypage div#table-container table.reservation-table,
.reservation-management div#table-container table.reservation-table {
	width: 1200px;
	margin-bottom: 16px;
	font-size: 16px;
	border: 1px solid #dddddd;
	overflow-x: auto;
}
.membership-mypage div#table-container table.reservation-table tr.cancel,
.reservation-management div#table-container table.reservation-table tr.cancel {
	background-color: #EAEAEA;
}
.membership-mypage div#table-container table.reservation-table tr.reservation_confirmedl,
.reservation-management div#table-container table.reservation-table tr.reservation_confirmedl {
	background-color: #F2FEFF;
}
.membership-mypage div#table-container table.reservation-table thead tr th,
.reservation-management div#table-container table.reservation-table thead tr th {
	height: 50px;
	padding-inline: 20px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-color: #44AFF6;
	border: 1px solid #dddddd;
}
.membership-mypage div#table-container table.reservation-table thead tr th:nth-of-type(3),
.membership-mypage div#table-container table.reservation-table thead tr th:nth-of-type(4) ,
.reservation-management div#table-container table.reservation-table thead tr th:nth-of-type(3),
.reservation-management div#table-container table.reservation-table thead tr th:nth-of-type(4) {
	width: 150px;
}
.membership-mypage div#table-container table.reservation-table thead tr th:last-of-type,
.reservation-management div#table-container table.reservation-table thead tr th:last-of-type {
	width: 180px;
}
/*
.membership-mypage div#table-container table.reservation-table thead tr th:nth-of-type(3),
.membership-mypage div#table-container table.reservation-table tbody tr td:nth-of-type(3) {
	display: none;
}
*/
.membership-mypage div#table-container table.reservation-table tbody,
.reservation-management div#table-container table.reservation-table tbody {
	background-color: #ffffff;
}
.membership-mypage div#table-container table.reservation-table tbody td,
.reservation-management div#table-container table.reservation-table tbody td {
	border: 1px solid #dddddd;
}
.reservation-management div#table-container table.reservation-table tbody td:last-child input {
	background-color: #FC9600;
	border: none;
	color: #ffffff;
	font-size: 13px;
	padding: .5em 1em;
	border-radius: 90px;
}
.membership-mypage div#table-container table.reservation-table tr td:first-of-type,
.reservation-management div#table-container table.reservation-table tr td:first-of-type {
	width: 100px;
	height: 50px;
	padding-inline: 20px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
.membership-mypage div#table-container table.reservation-table tr td:nth-of-type(2),
.reservation-management div#table-container table.reservation-table tr td:nth-of-type(2) {
	width: 600px;
	padding-inline: 20px;
	vertical-align: middle;
	box-sizing: border-box;
}
.membership-mypage div#table-container table.reservation-table tr td:nth-of-type(3),
.membership-mypage div#table-container table.reservation-table tr td:nth-of-type(4),
 .membership-mypage div#table-container table.reservation-table tr td:nth-of-type(5),
 .membership-mypage div#table-container table.reservation-table tr td:nth-of-type(6),
.reservation-management div#table-container table.reservation-table tr td:nth-of-type(3),
.reservation-management div#table-container table.reservation-table tr td:nth-of-type(4),
 reservation-management div#table-container table.reservation-table tr td:nth-of-type(5),
 reservation-management div#table-container table.reservation-table tr td:nth-of-type(6) {
	width: 125px;
	padding-inline: 20px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
.membership-mypage div#table-container table.reservation-table tr td:nth-of-type(5) ,
.reservation-management div#table-container table.reservation-table tr td:nth-of-type(5) {
	width: 170px;
	padding-inline: 20px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
.membership-mypage .custom-pagination,
.reservation-management .custom-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin-top: 50px;
}
@media (max-width: 768px) {
	reservation-management .custom-pagination {
		margin-top: 24px;	
	}
}
.membership-mypage .custom-pagination span span,
.reservation-management .custom-pagination span {
	text-decoration: none;
}
.reservation-management .custom-pagination {
	margin-bottom: 64px;
}
.membership-mypage .custom-pagination > span:first-of-type,
.reservation-management .custom-pagination > span:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 245px;
	height: 50px;
	font-size: 17px;
	background-color: #ffffff;
	border: 1px solid #175BC0;
	border-radius: 45px;
}
@media (max-width: 768px) {
	.membership-mypage .custom-pagination > span:first-of-type,
	reservation-management .custom-pagination > span:first-of-type {
		width: 50px;
		height: 50px;
	}
}
.membership-mypage .custom-pagination > span:last-of-type,
.reservation-management .custom-pagination > span:last-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 245px;
	height: 50px;
	font-size: 17px;
	background-color: #FFE622;
	border: none;
	border-radius: 45px;
}
@media (max-width: 768px) {
	.membership-mypage .custom-pagination > span:last-of-type,
	reservation-management .custom-pagination > span:last-of-type {
		width: 50px;
		height: 50px;
	}
}
.membership-mypage .reservation-table tbody tr td,reservation-management .reservation-table tbody tr td
 {
	min-width: 140px;
	height: 50px;
	line-height: 1.3;
	vertical-align: middle;
	box-sizing: border-box;
}

/*   予約管理 END */

/*  オリジナルクーポン一覧 START */

	.container {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 4.5%;
	}
	@media (max-width: 700px) {
		.container {
			gap: 30px 4.5%;
		}
	}
	.item {
		box-sizing: border-box;
		min-height: 100px;
		text-align: center;
	}
	@media (max-width: 900px) {
		.item {
			width: 30%;
		}
	}
	@media (max-width: 700px) {
		.item {
			width: 47%;
		}
	}	
	/* 空のitemは見えないように設定 */
	.item.empty {
		visibility: hidden;
	}

.original-coupon-list #article.page .post_content {
	padding-inline: 20px;
}
.original-coupon-list #original_coupon_list h2 {
	position: relative;
	margin-bottom: 40px;
	font-size: 28px;
}
@media (max-width: 768px) {
	.original-coupon-list #original_coupon_list h2 {
		padding-left: 30px;
		font-size: 22px;
		margin-bottom: 16px;
	}
}
@media (max-width: 768px) {
}
.original-coupon-list #original_coupon_list .narrow_down {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.original-coupon-list #original_coupon_list .narrow_down {
		flex-direction: column;
		gap: 12px;
		margin-bottom: 24px;
	}
}
.original-coupon-list #original_coupon_list .container {
	gap: 30px 4.5%;
}
.original-coupon-list #original_coupon_list .item.empty {
	display: none;
}
.original-coupon-list #original_coupon_list .genre {
	display: flex;
	align-items: center;
	gap: 20px;
}
.original-coupon-list #original_coupon_list .genre .genre_img {
	width: 40px;
	display: none;
}
.original-coupon-list #original_coupon_list .genre p {
	margin: 0!important;
	padding: 0;
	font-size: 20px;
	line-height: normal;
}
@media (max-width: 768px) {
	.original-coupon-list #original_coupon_list .genre p {
		font-size: 20px;
	}
}
.original-coupon-list #original_coupon_list div#search_option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}
.original-coupon-list #original_coupon_list div#search_option select {
	width: 375px;
	height: 40px;
	padding-left: 1em;
	font-size: 15px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}
.original-coupon-list #original_coupon_list div#search_option span {
	width: 54px;
}
.original-coupon-list #original_coupon_list .post-thumbnail {
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.original-coupon-list #original_coupon_list .post-thumbnail {
		margin-bottom: 5px;
	}
}
.original-coupon-list #original_coupon_list .post-thumbnail + a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 215px;
	width: 100%;
	height: 33px;
	margin-inline: auto;
	font-size: 15px;
	color: #ffffff;
	background-color: #FC9600;
	border-radius: 5px;
	text-decoration: none;
}
@media (max-width: 900px) {
	.original-coupon-list #original_coupon_list .post-thumbnail + a {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.original-coupon-list #original_coupon_list .post-thumbnail + a {
		height: 24px;
		font-size: 14px;
	}
}
.original-coupon-list #original_coupon_list + div {
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin-top: 30px;
}
.original-coupon-list #original_coupon_list + div input.prev {
	max-width: 245px;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border-radius: 50px;
	border: 1px solid #175BC0;
}
.original-coupon-list #original_coupon_list + div div {
	display: flex;
	align-items: center;
	gap: 1em;
}
.original-coupon-list #original_coupon_list + div input.next {
	max-width: 245px;
	width: 100%;
	height: 50px;
	background-color: #e0ebaf;
	border-radius: 50px;
	border: none;
}
/*  オリジナルクーポン一覧 END */

/*  QRリーダー START */
.modal-content button {
	width: 245px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 45px;
	color:black;
}

/*  QRリーダー END */

/*  オリジナルクーポン詳細 START */
.original-coupon-detail #original_coupon_detail {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.original-coupon-detail #original_coupon_detail h4 {
	font-size: 28px;
	margin-bottom: 30px;
}
.original-coupon-detail input[type="button"] {
	width: 245px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 45px;
	color:black;
	font-size: 16px;
}

@media (max-width: 768px) {
	.original-coupon-detail #original_coupon_detail h4 {
		margin-bottom: 0;
		font-size: 26px;
	}
}
.original-coupon-detail #original_coupon_detail .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.original-coupon-detail #original_coupon_detail .post-thumbnail {
	width: 320px;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.original-coupon-detail #original_coupon_detail .post-thumbnail {
		margin-bottom: 0;
		width: 240px;
	}
}
.original-coupon-detail #original_coupon_detail div#coupon_detail {
	max-width: 760px!important;
	width: 100%;
}
.original-coupon-detail #original_coupon_detail div#coupon_detail table {
	font-size: 15px;
	/* box-shadow: none; */
	margin-bottom: 48px;
}
@media (max-width: 768px) {
	.original-coupon-detail #original_coupon_detail div#coupon_detail table {
		font-size: 15px;
	}
}
.original-coupon-detail #original_coupon_detail div#coupon_detail table th {
	padding-left: 2em;
	color: #ffffff;
	text-align: left;
	background-color: #44AFF6;
}
.original-coupon-detail #original_coupon_detail div#coupon_detail + div center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 48px;
}
@media (max-width: 768px) {
	.original-coupon-detail #original_coupon_detail div#coupon_detail + div center {
		gap: 24px;
	}
}
.original-coupon-detail div#coupon_detail + div center input[type="button"] {
	border: none;
}
.original-coupon-detail div#coupon_detail + div center input[type="button"]:first-child {
	background-color: #e0ebaf;
}
.original-coupon-detail div#coupon_detail + div center input[type="button"]:nth-child(2) {
	color: #ffffff;
	background-color: #FC9600;
}
@media (max-width: 768px) {
	.original-coupon-detail #original_coupon_detail div#coupon_detail table th {
		display: block;
	}
}
.original-coupon-detail #original_coupon_detail div#coupon_detail table td {
	padding-left: 2em;
}
.original-coupon-detail #original_coupon_detail div#coupon_detail table td p {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.original-coupon-detail #original_coupon_detail div#coupon_detail table td {
		display: block;
	}
}
.original-coupon-detail #original_coupon_detail input.prev {
	display: none;
}
.original-coupon-detail #original_coupon_detail input.next {
	width: 245px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #175BC0;
	border-radius: 45px;
}
/*  オリジナルクーポン詳細 END */

/*  検索結果一覧 START */
.store-search-results #article.page .post_content {
	padding-inline: 20px;
}
@media (max-width: 900px) {
	.store-search-results #article.page .post_content {
		flex-direction: column;
		padding-top: 30px;
	}
}
.store-search-results #search_result_list h2 {
	position: relative;
	margin-bottom: 40px;
	padding-top: 0;
	padding-left: 60px;
	font-size: 28px;
}
@media (max-width: 768px) {
	.store-search-results #search_result_list h2 {
		font-size: 22px;
		margin-bottom: 30px;
		padding-left: 40px;
	}
}
.store-search-results #search_result_list h2::before {
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url("../../../../wp/images/share_item/icon/gourmet_green.svg");
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
@media (max-width: 768px) {
	.store-search-results #search_result_list h2::before {
		top: 5px;
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
}
@media (max-width: 768px) {
	.store-search-results form .search_free_word + div {
		width: 46%;
	}
}
@media (max-width: 768px) {
	.store-search-results form .search_free_word + div + div {
		width: 46%;
	}
}
.store-search-results form .search_free_word {
	min-width: 100%;
	margin-bottom: 0;
}
.store-search-results #search_result_list .coupon {
	display: flex;
	padding-top: 40px;
	margin-bottom: 30px;
	background-color: #f6f6f6;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 768px) {
	.store-search-results #search_result_list .coupon {
		flex-direction: column;
	}
}
.store-search-results #search_result_list .coupon .coupon_img {
	position: relative;
	width: 30%;
	height: auto;
}
@media (max-width: 768px) {
	.store-search-results #search_result_list .coupon .coupon_img {
		width: 100%;
		height: auto;
	}
}
.store-search-results #search_result_list .coupon .coupon_img .category {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 30px;
	font-size: 12px;
	color: #ffffff;
	background-color: #FC9600;
}
@media (max-width: 768px) {
	.store-search-results #search_result_list .coupon .coupon_img .category {
		width: 124px;
		height: 40px;
		font-size: 15px;
	}
}
.store-search-results #search_result_list .coupon .coupon_detail {
	padding: 20px;
	box-sizing: border-box;
	width: 70%;
}
.store-search-results #search_result_list .coupon .coupon_detail .store_name {
	margin-bottom: 15px;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.store-search-results #search_result_list .coupon .coupon_detail .store_name {
		font-size: 22px;
	}
}
.store-search-results #search_result_list .coupon .coupon_detail .store_detail {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.5;
	height: calc( 4em * 1.5);
	overflow: hidden;
}
@media (max-width: 768px) {
	.store-search-results #search_result_list .coupon .coupon_detail .store_detail {
		font-size: 15px;
	}
}
.store-search-results #search_result_list .coupon .coupon_detail .coupon_detail_information {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 20px;
	font-size: 14px;
	color: #999999;
}
@media (max-width: 768px) {
	.store-search-results #search_result_list .coupon .coupon_detail .coupon_detail_information {
		gap: 10px 20px;
	}
}
.store-search-results #search_result_list .coupon .coupon_detail .coupon_detail_information > div {
	position: relative;
	padding-left: 16px;
	color: #000;
}
.store-search-results #search_result_list .coupon .coupon_detail .coupon_detail_information > div::before {
	position: absolute;
	content: '';
	top: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	background-size: 12px 12px;
}
.store-search-results #search_result_list .coupon .coupon_detail .coupon_detail_information .store_area::before {
	background-image: url("../../../../wp/images/share_item/icon/location.svg");
}
.store-search-results #search_result_list .coupon .coupon_detail .coupon_detail_information .store_holiday::before {
	background-image: url("../../../../wp/images/share_item/icon/closed_day.svg");
}
.store-search-results #search_result_list .coupon .coupon_detail .coupon_detail_information .store_opening_times::before {
	background-image: url("../../../../wp/images/share_item/icon/opening_times.svg");
}
.store-search-results #search_result_list .coupon .coupon_detail .coupon_detail_information .store_parking::before {
	background-image: url("../../../../wp/images/share_item/icon/parking.svg");
}
.store-search-results .aside,
.feature-detail .aside {
	width: 210px;
	min-width: 210px;
	margin-left: 40px;
	float: left;
}
@media (max-width: 900px) {
	.store-search-results .aside,
	.feature-detail .aside {
		width: 100%;
		margin-left: 0;
	}
}
.store-search-results .aside .featured ul,
.feature-detail .aside .featured ul {
	display: grid;
	margin-bottom: 50px;
	gap: 20px;
}
.store-search-results .aside h3,
.feature-detail .aside h3 {
	position: relative;
	margin-bottom: 20px;
	padding-top: 0;
	font-size: 20px;
	background-color: #ffffff;
	border-radius: 5px;
}
.store-search-results .aside .category ul,
.feature-detail .aside .category ul {
	margin-bottom: 60px;
	margin-left: 0;
	background-color: #ffffff;
	border-radius: 5px;
}
.store-search-results .aside .category ul li,
.feature-detail .aside .category ul li {
	height: 60px;
	padding-left: 2em;
	font-size: 14px;
	line-height: 60px;
	border-bottom: 1px solid #dddddd;
	list-style: none;
}
.store-search-results .aside .featured ul,
.feature-detail .aside .featured ul {
	margin-left: 0;
}
.store-search-results .aside .featured div,
.feature-detail .aside .featured div {
	border-radius: 5px;
	overflow: hidden;
	max-width: 300px;
	margin-inline: auto;
}
#search_result_list + div {
	display: flex;
	min-width: 100%;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
#search_result_list + div input.prev {
	max-width: 245px;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border-radius: 50px;
	border: 1px solid #175BC0;
}
#search_result_list + div input[value="次へ"] {
	max-width: 245px;
	width: 100%;
	height: 50px;
	background-color: #e0ebaf;
	border-radius: 50px;
	border: none;
}
#search_result_list .aside + div > div {
	display: flex;
	align-items: center;
	gap: 1em;
}
/*  検索結果一覧 END */


/*  モーダル検索 START */
@media (max-width: 900px) {
.modal-content-search {
	width: 90%;
	z-index:99999;
	}
}
/*  モーダル検索 END */

.open_menu #container:before {
	z-index: 999;
}

/*  仮予約 入力 start  */
.reservation-regist #article {
	background-color: transparent;
}
.reservation-regist form#reservation-regist p {
/* 	position: relative;
	display: block; */
/*  	height: 60px; */
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
/* 	line-height: 60px; */
/* 	background-color: #ffffff; */
}

.reservation-regist form#reservation-regist label {
	position: relative;
	display: block;
	height: 60px;
	margin-top: 60px;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	background-color: #ffffff;
}
.reservation-regist form#reservation-regist label.select_reservation_date {
	display: flex;
	justify-content: space-between;
}
.reservation-regist form#reservation-regist label button#this-month {
	font-size: 14px;
	background-color: transparent;
	border: none;
	color: blue;
}
.reservation-regist .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi-2.ui-datepicker-multi {
	width: 40em;
	margin-inline: auto;
	margin-bottom: 60px;
}
.reservation-regist .ui-widget-header {
	background-color: transparent;
}
.reservation-regist .ui-datepicker-multi .ui-datepicker-group table {
	background-color: #ffffff;
}
.reservation-regist .ui-datepicker-multi .ui-datepicker-group table a.ui-state-default {
	background-color: #ffffff !important;
	border: none !important;
}
@media (max-width: 768px) {
	.reservation-regist .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table a.ui-state-default {
		background-color: #ffffff !important;
	border: none !important;
	}
	.reservation-regist .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table a.ui-state-default:active {
		color: #FC0047;
	}
}
.reservation-regist .ui-widget-content {
	background-color: transparent;
	border: none;
}
.reservation-regist .ui-widget.ui-widget-content {
	border: none;
}
@media (max-width: 695px) {
	.reservation-regist .ui-widget.ui-widget-content {
		margin-inline: auto;
		margin-bottom: 24px;
	}
}
.reservation-regist .ui-widget-header {
	border: none;
}
.reservation-regist .post_content tr:first-of-type th {
	background-color: #EDF8FD;
}
.reservation-regist .post_content tr:first-of-type th:first-of-type {
	color: #FC0047;
	background-color: #FFB2C8;
}
.reservation-regist .post_content tbody tr td:first-of-type span {
	color: #FC0047;
}
.reservation-regist .post_content tr:first-of-type th:last-of-type {
	color: #175BC0;
	background-color: #BBD3F7;
}
.reservation-regist .post_content tbody tr td:last-of-type span {
	color: #175BC0;
}
.reservation-regist .ui-datepicker-multi-2 .ui-datepicker-group {
	width: 45%;
	margin-right: 5%;
}
.reservation-regist .post_content table {
	margin-bottom: 10px;
	background-color: #ffffff;
	/* box-shadow: none; */
}
.reservation-regist .ui-datepicker td span {
	color: #000;
	text-align: center;
	border: none;
}
.reservation-regist .reservation_time_people {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
@media (max-width: 920px) {
	.reservation-regist .reservation_time_people {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 24px;
	}
}
.reservation-regist  .reservation_time_people > div {
	position: relative;
	display: flex;
	width: 48%;
	height: 60px;
	background-color: #ffffff;
}
@media (max-width: 920px) {
	.reservation-regist .reservation_time_people > div {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.reservation-regist .reservation_time_people > div {
		height: 45px;
	}
}
.reservation-regist .reservation_time_people div:nth-child(6) {
		width: 100%;
	}
.reservation-regist .reservation_time_people div:nth-child(6) label {
		width: 400px;
	}
@media (max-width: 768px) {
	.reservation-regist .reservation_time_people div:nth-child(6) {
/* 		flex-direction: column;
		height: 90px; */
	}
	.reservation-regist .reservation_time_people div:nth-child(6) label {
		margin-bottom: 8px!important;
		width: 255px;
	}
	.reservation-regist .reservation_time_people div:nth-child(6) br {
		display: none;
	}
	.reservation-regist .reservation_time_people div:nth-child(6) input {
/* 		width: 230px; */
		margin-left: auto;
		text-align: center;
		border: 1px solid #dddddd;
/* 		width: 90%!important;
		margin-inline: 16px; */
	}
}

.reservation-regist  .reservation_time_people > div > label::after {
	display: none;
}
.reservation-regist .reservation_time_people label {
	display: block;
	width: 268px;
}
.reservation-regist form#reservation-regist .reservation_time_people .reservation_time label::before {
	background-image: url("../../../../wp/images/share_item/icon/time.svg");
}
.reservation-regist  .reservation_time_people .reservation_time::after {
	position: absolute;
	content: '▼';
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #eaeaea;
	pointer-events: none;
}
.reservation-regist input#reservation-date {
	display: none;
}
@media (max-width: 768px) {
	.reservation-regist  .reservation_time_people .reservation_time::after {
		width: 45px;
		height: 45px;
	}
}
.reservation-regist  .reservation_time_people .reservation_time select {
	min-width: 230px;
	margin-left: auto;
	padding-left: .5em;
	background-color: transparent;
	border: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
	.reservation-regist  .reservation_time_people .reservation_time select {
		font-size: 16px;
		min-width: 170px;
	}
}
.reservation-regist form#reservation-regist .reservation_time_people .reservation_people label::before {
	background-image: url("../../../../wp/images/share_item/icon/peoples.svg");
}
.reservation_people2 input {
	width: 460px;
	margin-left: auto;
	text-align: center;
	border: 1px solid #dddddd;
}
.reservation-regist  .reservation_time_people .reservation_people input {
	width: 230px;
	margin-left: auto;
	text-align: center;
	border: 1px solid #dddddd;
}
@media (max-width: 768px) {
	.reservation-regist .reservation_time_people .reservation_people input {
		width: 170px;
		font-size: 16px;
	}
	.reservation_people2 input {
		width: 170px;
		font-size: 16px;
	}
}
.reservation-regist .notes h3 {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding-top: 0;
	height: 60px;
	color: #FC0047;
	background-color: #ffffff;
}
@media (max-width: 768px) {
	.reservation-regist .notes h3 {
		height: 45px;
		padding-left: 55px;
		font-size: 16px;
		margin-bottom: 16px;
	}
}
.reservation-regist .notes p {
	padding: 1em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
@media (max-width: 768px) {
	.reservation-regist .notes p {
		margin-bottom: 24px;
		font-size: 16px;
	}
}
.reservation-regist form#reservation-regist .notes label {
	position: static;
	padding-left: 0;
	font-size: 18px;
	text-align: center;
	background-color: transparent;
}
@media (max-width: 768px) {
	.reservation-regist form#reservation-regist .notes label {
		margin-bottom: 24px;
	}
}
.reservation-regist form#reservation-regist .notes label::before {
	display: none;
}
.reservation-regist form#reservation-regist .notes label::after {
	display: none;
}
.reservation-regist form#reservation-regist .reservation_regist_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}
@media (max-width: 768px) {
	.reservation-regist form#reservation-regist .reservation_regist_btn {
		gap: 24px;
	}
}
.reservation-regist form#reservation-regist button.prev {
	width: 245px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #175BC0;
	border-radius: 45px;
}
@media (max-width: 553px) {
	.reservation-regist form#reservation-regist button.prev {
		font-size: 17px;
		order: 2;
	}
}
.reservation-regist form#reservation-regist button.next {
	width: 245px;
	height: 50px;
	border-radius: 45px;
}
@media (max-width: 553px) {
	.reservation-regist form#reservation-regist button.next {
		font-size: 17px;
		order: 1;
	}
}
.reservation-regist form#reservation-regist button.next[disabled] {
	color: #aaa;
}
.reservation-regist form#reservation-regist button.next:not([disabled]) {
	background-color: #FFE622;
	border: none;
	font-weight: bold;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
	color: red!important;
}
/*  仮予約入力 end  */

/*  仮予確認 start  */
.reservation-confirmation p {
	margin-bottom: 0;
}
.reservation-confirmation h2 {
	position: relative;
	margin-bottom: 40px;
	padding-left: 60px;
	font-size: 32px;
}
@media (max-width: 768px) {
	.reservation-confirmation h2 {
		margin-bottom: 24px;
		padding-left: 35px;
		font-size: 24px;
	}
}
.reservation-confirmation .reservation_details h2::before {
	position: absolute;
	content: '';
	top: 12px;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url("../../../../wp/images/share_item/icon/calender.svg");
	background-repeat: no-repeat;
	/ background-size: 40px 40px; /
}
@media (max-width: 768px) {
.reservation-confirmation .reservation_details h2::before {
	top: 15px;
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	}
}
.reservation-confirmation .reservation_date {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	margin-bottom: 30px;
	padding-inline: 95px 20px;
	line-height: 60px;
	background-color: #ffffff;
}
@media (max-width: 768px) {
	.reservation-confirmation .reservation_date {
		height: 45px;
		padding-left: 60px;
		font-size: 16px;
		line-height: 45px;
		margin-bottom: 24px;
	}
}
.reservation-confirmation .reservation_date::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: #44AFF6;
	background-image: url("../../../../wp/images/share_item/icon/calender_white.svg");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 50% 50%;
}
@media (max-width: 768px) {
	.reservation-confirmation .reservation_date::before {
		width: 45px;
		height: 45px;
		background-size: 25px 25px;
	}
}
.reservation-confirmation .reservation_time_people {
	display: flex;
	gap: 5%;
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.reservation-confirmation .reservation_time_people {
		flex-direction: column;
		gap: 24px;
		font-size: 16px;
	}
}
.reservation-confirmation .reservation_time {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48%;
	height: 60px;
	padding-inline: 95px 20px;
	line-height: 60px;
	background-color: #ffffff;
}
@media (max-width: 768px) {
	.reservation-confirmation .reservation_time {
		width: auto;
		height: 45px;
		padding-left: 60px;
		font-size: 16px;
		line-height: 45px
	}
}
.reservation-confirmation .reservation_time::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: #44AFF6;
	background-image: url("../../../../wp/images/share_item/icon/time.svg");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 50% 50%;
}
@media (max-width: 768px) {
		.reservation-confirmation .reservation_time::before {
		width: 45px;
		height: 45px;
		background-size: 25px 25px;
		}
	}
.reservation-confirmation .reservation_people {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48%;
	height: 60px;
	padding-inline: 95px 20px;
	line-height: 60px;
	background-color: #ffffff;
}
@media (max-width: 768px) {
	.reservation-confirmation .reservation_people {
		width: auto;
		height: 45px;
		padding-left: 60px;
	}
}
.reservation-confirmation .reservation_people::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: #44AFF6;
	background-image: url("../../../../wp/images/share_item/icon/peoples.svg");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 50% 50%;
}
@media (max-width: 768px) {
	.reservation-confirmation .reservation_people::before {
		width: 45px;
		height: 45px;
		background-size: 25px 25px;
	}
}
.reservation-confirmation form {
	display: flex;
	justify-content: center;
	gap: 5%;
}
@media (max-width: 768px) {
	.reservation-confirmation form {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		font-size: 17px;
	}
}
.reservation-confirmation form .prev {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 245px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #175BC0;
	border-radius: 45px;
}
@media (max-width: 768px) {
	.reservation-confirmation form .prev {
		order: 2;
	}
}
.reservation-confirmation form .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 245px;
	height: 50px;
	background-color: #FFE622;
	border: none;
	border-radius: 45px;
	font-weight: bold;
}
@media (max-width: 768px) {
	.reservation-confirmation form .next {
		order: 1;
	}
}
.reservation-confirmation .reservation_details h2::before {
	top: 17px;
}
/*  仮予約確認 end  */

/*  仮予約完了 start  */
.reservation-complete h2 {
	font-size: 32px;
}
@media (max-width: 768px) {
	.reservation-complete h2 {
		font-size: 24px;
	}
}
/*  仮予約完了 end  */



/*  マイページ 予約変更 start */
.membership-mypage #article.page .post_content {
	padding-inline: 20px;
}
.membership-mypage .user_reservation-edit, .page-id-1198 .reservation-detail {
	max-width: 1240px;
	/*padding: 20px;*/
	box-sizing: border-box;
	/*border: 1px solid #175BC0;*/
}

.membership-mypage .user_reservation-edit h1, .page-id-1198 .reservation-detail h1 {
	position: relative;
	margin-bottom: 20px;
	padding-top: 0;
	/*padding-left: 60px;*/
	font-size: 32px;
}
/*
.membership-mypage .user_reservation-edit h1::before, .page-id-1198 .reservation-detail h1::before {
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url("../../../../wp/images/share_item/icon/calender_blue.svg");
}
*/
.membership-mypage .user_reservation-edit table, .page-id-1198 .reservation-detail table {
	/* box-shadow: none; */
}
.membership-mypage .user_reservation-edit table select, .page-id-1198 .reservation-detail table select {
	padding: .5em 1em;
}
.membership-mypage .user_reservation-edit table, .membership-mypage .user_reservation-edit table tr {
	border: 1px solid #B3B3B3;
}
.membership-mypage .user_reservation-edit table th, .page-id-1198 .reservation-detail table th {
	position: relative;
	width: 30%;
	height: 60px;
	/*padding-left: 72px; */
	padding-left: 2em;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	background-color: #44AFF6;
	box-sizing: border-box;
}
.membership-mypage .user_reservation-edit table th::before, .page-id-1198 .reservation-detail table th::before {
	display: none;
}
@media (max-width: 990px) {
	.membership-mypage .user_reservation-edit table th, .page-id-1198 .reservation-detail table th {
		display: block;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.membership-mypage .user_reservation-edit table th, .page-id-1198 .reservation-detail table th {
		height: 45px;
		/*padding-left: 60px;*/
		padding-left: 1em;
		font-size: 16px;
	}
}
.membership-mypage .user_reservation-edit table td, .page-id-1198 .reservation-detail table td {
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	padding-inline: 2em;
}
.membership-mypage .user_reservation-edit table td {
	padding: .5em 2em;
	background-color: #ffffff;
}
@media (max-width: 990px) {
	.membership-mypage .user_reservation-edit table td, .page-id-1198 .reservation-detail table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	.membership-mypage .user_reservation-edit table td {
		padding-inline: .7em 1em;
	}
}
@media (max-width: 768px) {
	.membership-mypage .user_reservation-edit table td, .page-id-1198 .reservation-detail table td {
		padding-block: 6px;
		height: 48px;
		font-size: 16px;
		vertical-align: middle;
	}
}
.page-id-1198 .reservation-detail table td button#switch-disabled {
	height: 40px;
	font-size: 16px;
	padding-inline: 1em;
}
@media (max-width: 768px) {
	.page-id-1198 .reservation-detail table td button#switch-disabled {
		height: 30px;
	}
}
@media (max-width: 768px) {
		.page-id-1198 .reservation-detail table tbody tr:nth-child(5) td {
		border-bottom: none!important;
	}
	.page-id-1198 .reservation-detail table tbody tr:nth-child(6) td {
		border-top: none!important;
		text-align: center!important;
	}
	.page-id-1198 .reservation-detail table tbody tr:nth-child(6) th {
		display: none;
	}
	.page-id-1198 .reservation-detail table tbody tr:nth-child(6) th[for=display_name] {
		display: block;
	}
	.page-id-1198 .reservation-detail table tbody tr:nth-child(6) th[for=display_name] + td {
		text-align: left!important;
	}
}
.membership-mypage .user_reservation-edit table th::before, .page-id-1198 .reservation-detail table th::before {
	position: absolute;
	content: '';
	top: 10px;
	left: 20px;
	width: 40px;
	height: 40px;
	background-size: 32px 32px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
@media (max-width: 768px) {
.membership-mypage .user_reservation-edit table th::before, .page-id-1198 .reservation-detail table th::before {
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}
}
.membership-mypage .user_reservation-edit table tr:first-of-type th::before, .page-id-1198 .reservation-detail table tr:first-of-type th::before {
	background-image: url("../../../../wp/images/share_item/icon/store.svg");
}

.membership-mypage .user_reservation-edit table tr:first-of-type td, .page-id-1198 .reservation-detail table tr:first-of-type td {
	background-color: transparent;
}
.membership-mypage .user_reservation-edit table tr:nth-of-type(2) th::before, .page-id-1198 .reservation-detail table tr:nth-of-type(2) th::before {
	background-image: url("../../../../wp/images/share_item/icon/calender_white.svg");
}

.membership-mypage .user_reservation-edit table tr:nth-of-type(2) td, .page-id-1198 .reservation-detail table tr:nth-of-type(2) td {
	background-color: transparent;
}
.membership-mypage .user_reservation-edit table tr:nth-of-type(2) th::before, .membership-mypage .user_reservation-edit table tr:nth-of-type(3) th::before, .page-id-1198 .reservation-detail table tr:nth-of-type(3) th::before {
	background-image: url("../../../../wp/images/share_item/icon/calender_white.svg");
}

.membership-mypage .user_reservation-edit table tr:nth-of-type(3) td input#reservation-date, .page-id-1198 .reservation-detail table tr:nth-of-type(3) td input#reservation-date {
	width: 100%;
	height: 100%;
	padding: .2em 1em;
	border: 1px solid #000;
}
.membership-mypage .user_reservation-edit table tr:nth-of-type(4) th::before, 
.page-id-1198 .reservation-detail table tr:nth-of-type(4) th::before {
	background-image: url("../../../../wp/images/share_item/icon/time.svg");
}
.membership-mypage .user_reservation-edit table tr:nth-of-type(4) td select#reservation-time, 
.page-id-1198 .user_reservation-edit table tr:nth-of-type(4) td select#reservation-time {
	width: 100%;
	height: 100%;
	padding: .2em 1em;
}
.membership-mypage .user_reservation-edit table tr:nth-of-type(5) th::before, 
.page-id-1198 .reservation-detail table tr:nth-of-type(5) th::before {
	background-image: url("../../../../wp/images/share_item/icon/peoples.svg");
}


.membership-mypage .user_reservation-edit table tr:nth-of-type(5) td input#reservation-people, .page-id-1198 .reservation-detail table tr:nth-of-type(5) td input#reservation-people {
	width: 100%;
	height: 100%;
	padding: .2em 1em;
	border: 1px solid #000;
}

.membership-mypage .user_reservation-edit .btn_area, .page-id-1198 .reservation-detail .btn_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
@media (max-width: 768px) {
	.membership-mypage .user_reservation-edit .btn_area, .page-id-1198 .reservation-detail .btn_area {
		flex-direction: column;
		gap: 25px;
	}
}

.membership-mypage .user_reservation-edit .btn_area .prev, .page-id-1198 .reservation-detail .btn_area .prev {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 245px;
	height: 50px;
	font-size: 17px;
	background-color: #ffffff;
	border: 1px solid #175BC0;
	border-radius: 45px;
}
@media (max-width: 768px) {
	.membership-mypage .user_reservation-edit .btn_area .prev, .page-id-1198 .reservation-detail .btn_area .prev {
		order: 2;
	}
}
.membership-mypage .user_reservation-edit .btn_area .submit, 
.page-id-1198 .reservation-detail .btn_area .submit {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.membership-mypage .user_reservation-edit .btn_area .submit, .page-id-1198 .reservation-detail .btn_area .submit {
		order: 1;
	}
}
.membership-mypage .user_reservation-edit .btn_area .submit input, 
.page-id-1198 .reservation-detail .btn_area .submit input {
	width: 245px;
	height: 50px;
	font-size: 17px;
	background-color: #FFE622;
	border: none;
	border-radius: 45px;
}
.page-id-1198 .reservation-detail .btn_area .submit input:disabled {
	background-color: #aaa;
}
/*  マイページ 予約変更 end */

/*  マイページ 予約変更（ユーザー） start */
@media (max-width: 990px) {
	.membership-mypage .user_reservation-edit table th {
		height: 45px;
		line-height: 45px;
	}
}
@media (max-width: 990px) {
	.membership-mypage .user_reservation-edit table th::before {
		background-size: 30px 30px;
		background-repeat: no-repeat;
	}
}
@media (max-width: 768px) {
	.membership-mypage .user_reservation-edit table th::before {
		top: 9px;
		background-size: 30px 30px;
		background-repeat: no-repeat;
	}
}
.membership-mypage #mypage-reservation-edit-form {
	margin-top: 30px;
}

.membership-mypage #my_account_reservation .user_reservation-edit h3.cancel_tittle {
	font-size: 18px;
	margin-top: 30px;
}
@media (max-width: 768px) {
	.membership-mypage #my_account_reservation .user_reservation-edit h3.cancel_tittle {
	}
}
.membership-mypage .user_reservation-edit p.cancel_detail {
	height: 264px;
	padding: 1em;
	line-height: 1.5;
	background-color: #ffffff;
	border: 1px solid #B3B3B3; 
	overflow-y: auto;
	margin-top: 30px;
}
@media (max-width: 768px) {
	.membership-mypage .user_reservation-edit p.cancel_detail {
		font-size: 16px;
	}
}
.membership-mypage .user_reservation-edit form + div {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-top: 60px;
}
@media (max-width: 990px) {
	.membership-mypage .user_reservation-edit form + div {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin-top: 30px;
		font-size: 16px;
	}
}
.membership-mypage .user_reservation-edit button {
	width: 245px;
	height: 50px;
	border: 1px solid #175BC0; 
	border-radius: 45px;
}

.membership-mypage .user_reservation-edit #back {
	background-color: #ffffff;
}
@media (max-width: 990px) {
	.membership-mypage .user_reservation-edit #back {
		order: 3;
	}
}
.membership-mypage .user_reservation-edit #cancel-reservation {
	border: none;
}
@media (max-width: 990px) {
	.membership-mypage .user_reservation-edit #cancel-reservation {
		order: 2;
	}
}
.membership-mypage .user_reservation-edit #edit-reservation {
	background-color: #FFE622;
	border: none;
}

@media (max-width: 990px) {
	.membership-mypage .user_reservation-edit #edit-reservation {
		order: 1;
	}
}
/*  マイページ 予約変更（ユーザー） end */