@charset "utf-8";

/*-----------------------------------
	common
-----------------------------------*/

:root {
	--color-dark: #000000;
	--color-light:#ffffff;
	--color-middle01: #EFEDE6;
	--color-middle02: #FBFAF8;
	--color-middle03: #707070;

	--font-family-body: 'Shippori Mincho B1', serif;
	--font-family-title: 'Shippori Mincho B1', serif;

	/* --width-pc: 1100px; */
	--width-pc: 1300px;
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 90% center;
	background-size: 456px 100vh;
	display: grid;
	grid-template-rows: auto 1fr auto;
	height: 100vh;
}

body * {
	font-family: var(--font-family-body);
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt";
	letter-spacing: .03rem;
	line-height: 2;
}

ul,
ul li {
	list-style: none;
}

section .content{
	/* width: calc(100% - 20px); */
	margin: 0 auto;
	/* padding: 150px 0; */
}

a:link,
a:visited,
a:active {
	color: var(--color-dark);
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 1.0;
}

a:hover {
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 0.5;
}

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}

.btn_deco_wrap,
a.btn_deco {
	text-align: center;
}

.btn_deco,
.btn_deco:link,
.btn_deco:visited,
.btn_deco:active {
    display: inline-block;
    color: var(--color-dark);
    background-color: var(--color-light);
    padding-top: 18px;
    text-decoration: none;
    /* border: 1px solid #707070; */
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 30px;
    /* background-image: url(/renewal/wp-content/themes/annie/images/svg/btn.svg); */
	background-image: url(../images/svg/btn.svg);
    background-repeat: no-repeat;
	background-position: center;
    width: 250px;
    height: 50px;
    margin: 10px 20px;
    font-family: var(--font-family-title);
    font-size: 0.93rem;
    line-height: 1;
}

.btn_deco:hover {
	text-decoration: none;
	background-color: var(--color-dark);
	background-image: url(../images/svg/btn-w.svg);
	color: var(--color-light);
	opacity: 1;
}

.css_button_reserve_flag,
.css_button_reserve_flag:link,
.css_button_reserve_flag:visited,
.css_button_reserve_flag:active{
	font-size: 15px;
	display: inline-block;
	color: #A00;
	padding: 6px 20px;
	text-decoration: none;
	border: 1px solid #A00;
	border-radius: 20px;
}
.css_button_reserve_flag:hover{
	text-decoration: none;
	opacity: 1.0;
}

.word_part {
	display: inline-block;
}

/*-----------------------------------
	header
-----------------------------------*/

header {
	width: 100%;
	/* position: fixed; */
	/* z-index: 100; */
	background-color: var(--color-light);
	margin: 0 auto;
}

header a {
	color: var(--color-dark);
}

header a:link,
header a:visited,
header a:active {
	color: var(--color-dark);
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 1.0;
}

header a:hover {
	color: var(--color-dark);
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 0.5;
}

a.scroll_link {
	cursor: pointer;
}

#sp_menu_icon_open {
	position: relative;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background-color: var(--color-light);
	display: flex;
    justify-content: center;
}

#sp_menu_icon_close {
	position: relative;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background-color: var(--color-light);
	display: flex;
    justify-content: center;
}

header #pc_header_wrapper {
	display: flex;
    align-items: center;
    max-width: var(--width-pc);
	padding-right: 5%;
    padding-left: 5%;
    height: 240px;
	margin: 0 auto;
}

header #sp_header_wrapper {
	display: none;
	height: 130px;
}

/* header #pc_header_wrapper #pc_header_left {
	width: calc(100% - 50px);
    max-width: 300px;
    display: flex;
    align-items: center;
} */

/* header #pc_header_wrapper #pc_header_left a {
	display: flex;
    align-items: center;
} */

/* header #pc_header_wrapper #pc_header_left img {
	width: 100%;
	max-width: 100px;
} */

.pc_header_menu_wrapper {
	width : calc(100% / 3);
}

#pc_header_menu {
	writing-mode: vertical-rl; /* 縦書き */
	font-family: var(--font-family-title);
	font-size: 1rem;
	margin: 10px;
}

#pc_header_menu li a {
	line-height: 3;
	font-feature-settings: "palt" 0;
}

#pc_header_menu li:last-child {
	margin-top: 3px;
	margin-right: 3px;
}

#pc_header_logo {
    text-align: center;
	width : calc(100% / 3);
	margin-top: 16px;
}

.site-logo {
	width: 122px;
	height: auto;
	margin-bottom: 16px;
    /* max-width: 750px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
	/* flex-flow: column; */
}

.site-description {
	font-family: var(--font-family-title);
	font-weight: 500;
	font-style: normal;
	font-size: 0.87rem;
	letter-spacing: 0.3rem;
}

/* header #pc_header_wrapper #pc_header_logo #pc_header_menu{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	writing-mode: vertical-rl;
}

header #pc_header_wrapper #pc_header_logo #pc_header_menu li{
	white-space: nowrap;
	margin: 0 0 0 40px;
}

header #pc_header_wrapper #pc_header_logo #pc_header_menu li a{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-style: normal;
	white-space: nowrap;
} */

header #pc_header_wrapper #pc_header_logo #pc_header_menu li a.icon{
	display: inline-block;
	margin: 0 2px;
}

/* ハンバーガーメニュー */

header .header_menu_btn_top {
	display: none;
	transition: all 1s;
}

header #header_menu_btn {
	z-index: 100;
	width: 70px;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 1s;
}

.sp_menu_icon_text {
	color: var(--color-dark);
	position: absolute;
	top: 33px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.7px;
}

/* ハンバーガーメニュー ケイ線 */
#header_menu_btn span {
	display: block;
	position: absolute;
	width: 38px;
	border-bottom: solid 1px var(--color-dark);
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#header_menu_btn span:nth-child(1) {
	/* top: 0; */
	top: 25px;
}

#header_menu_btn span:nth-child(2) {
	/* top: 7px; */
	top: 32px;
}

/* header #header_menu_btn img{
	cursor: pointer;
} */

/* 最初のspanをマイナス45度に */

#sp_menu_icon_close span:nth-child(1) {
	/* top: 0px; */
	top: 25px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
	border-bottom: solid 1px var(--color-dark);
}
  
  
/* 2番目のspanを45度に */

#sp_menu_icon_close span:nth-child(2) {
	/* top: 0px; */
	top: 25px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
	border-bottom: solid 1px var(--color-dark);
}

header .header_menu_btn_fixed {
	display: block !important;
	position: fixed !important;
	margin: 20px;
	top: 0;
	left: 0;
}

header #sp_header_left{
	max-width: 80px;
    width: 100%;
    margin: 0 0px 0 20px;
	display: flex;
    align-items: center;
}

header #sp_header_left a{
	display: flex;
    align-items: center;
}

header #sp_header_left img{
    width: 100%;
}

#sp_header_menu_wrapper {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	position: fixed;
	background-color: var(--color-light);
	width: 100%;
	/* height: 90vh; */
	min-height: 250px;
	z-index: 99;
	margin-top: -120vh;
	top: 0;
}

#sp_header_menu_wrapper #sp_header_menu {
	display: flex;
	/* width: calc(100% - 20px); */
	height: auto;
	margin: 36px auto 30px;
	flex-flow: column;
	justify-content: flex-start;
	overflow: auto;
}

#sp_header_menu_wrapper #sp_header_menu:not(.logo-konerian) {
	writing-mode: vertical-rl;
}

#sp_header_menu_wrapper #sp_header_menu li {
	margin: 20px 0;
	/* text-align: center; */
}

#sp_header_menu_wrapper #sp_header_menu li a {
	color: var(--color-dark);
	letter-spacing: 0.05em;
	line-height: 3;
	font-feature-settings: "palt" 0;
}


#sp_header_menu_wrapper #sp_header_menu li:last-child {
    margin-top: 23px;
    margin-right: 3px;
}

/* #sp_header_menu_wrapper #sp_header_menu li#sp_header_sns_link {
	display: flex;
	justify-content: center;
}

#sp_header_menu_wrapper #sp_header_menu li#sp_header_sns_link a {
	display: block;
	margin: 0 5px;
} */

/* #sp_header_menu_bg{
	position: fixed;
	display: none;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 98;
	top: 0;
	left: 0;
} */


.sp_header_logo,
.sp_header_logo_open {
	text-align: center;
	margin-top: 25px;
}

/* 営業時間・定休日ボタン */
a.btn_open {
    background-color: var(--color-dark);
    color: var(--color-light);
    display: inline-block;
    position: fixed;
    right: 30px;
    padding: 7px 15px 8px;
    font-size: 14px;
    line-height: 1.5;
    z-index: 99;
}

@media(max-width: 1100px) {
	header #pc_header_wrapper #pc_header_left{
		width: calc(100% - 5px);
		max-width: 300px;
		margin-left: 15px;
	}
	header #pc_header_wrapper #pc_header_logo #pc_header_menu{
		margin-right: 10px;
	}

	#pc_header_menu {
		margin: 0 auto;
	}
}

@media(max-width: 1000px) {
	header #pc_header_wrapper {
		display: none;
	}

	header #sp_header_wrapper {
		display: block;
		/* justify-content: space-between; */
		align-items: center;
	}

	.site-logo {
		width: 70px;
		margin-bottom: 4px;
	}

	.site-description {
		font-size: 0.62rem;
		line-height: 1.4;
	}

	header #header_menu_btn {
		display: block;
	}

}



@media(max-width: 900px) {

	a.btn_open {
		right: 8px;
		padding: 5px 10px 6px;
		font-size: 12px;
	}

}





/*-----------------------------------
	トップイメージ
-----------------------------------*/

#index #pc_top_image{
	position: relative;
	width: 100%;
}
#index #pc_top_image img:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
}
#index #pc_top_image img:nth-child(2){
	position: absolute;
	bottom: -3px;
	left: 0;
	object-fit: cover;
	width: 100%;
}

#index #sp_top_image{
	position: relative;
	display: none;
	width: 100%;
}
#index #sp_top_image img:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;

	max-width: 700px;
}
#index #sp_top_image img:nth-child(2){
	position: absolute;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	max-width: 700px;
}
@media(max-width: 500px) {
	#index #sp_top_image{
		display: block;
	}
	#index #pc_top_image{
		display: none;
	}
	#index #sp_top_image .pile_logo_area .pile_logo{
		width: 100%;
		max-width: 240px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 10;
	}
}

#index #pc_top_image .pile_logo_area .pile_logo{
	width: 100%;
	max-width: 240px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* section .instagram_content{
	width: calc(100% - 20px);
	max-width: 860px;
	margin: 0 auto;
	padding: 150px 0;
} */

/* section .product_content{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
} */

@media(max-width: 700px) {
	/* section .mini_content {
		margin: 75px auto 100px;
	} */
	
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	section .content{
		padding: 100px 0;
	}
	
}
@media(max-width: 500px) {

	section .content {
		padding: 70px 0;
	}

	#news .btn_deco_wrap {
		margin-top: 36px;
	}
	section .content {
		width: calc(100% - 30px);
	}

	/* #news .content{
		width: 84%;
	} */

	/* section .mini_content {
		width: calc(100% - 30px);
	} */

	/* section .news_content {
		width: 90%;
	} */

	/* section .instagram_content {
		width: calc(100% - 30px);
	} */

}

/*-----------------------------------
	title
-----------------------------------*/

.title_and_content {
	display: grid;
	grid-template-columns: 1fr 100px;
}

.title_wrapper {
	order: 2;
	display: flex;
	justify-content: flex-end;
	align-content: flex-start;
	column-gap: 18px;
	text-align: right;
}

.title_index {
	align-self: flex-start;
	writing-mode: vertical-rl;
	font-feature-settings: "palt" 0;
	font-family: var(--font-family-title);
	font-size: 1.84rem;
	letter-spacing: 0.4rem;
    line-height: 1.1;
	margin-top: 76px;
	text-align: left;
}

.title_deco {
	align-self: flex-start;
	width: 7px;
	height: 211px;
}

.body_wrapper {
	order: 1;
}

.sp_br {	
	display: none;
}

@media screen and (max-width: 768px) {

	.title_and_content {
		display: block;
	}

	.title_wrapper {
		order: 1;
		display: flex;
    	justify-content: center;
		column-gap: 10px;
	}

	.title_deco {
		height: 130px;
	}

	.title_index {
		font-size: 1.25rem;
		margin-top: 33px;
	}

	.body_wrapper {
		order: 2;
	}
	
	.sp_br {	
		display: inline;
		line-height: 1.2;
	}

}

/*-----------------------------------
	こねり庵について
-----------------------------------*/

#about {
	max-width: var(--width-pc);
	padding: 0 5%;
	margin: 0 auto;
}

section .about_content {
	margin-top: 80px;
	margin-bottom: 165px;
}

.about_body_wrapper {
	margin-top: 95px;
}

.about_body {
	display: flex;
	/* justify-content: center; */
    align-items: center;
	margin-bottom: 153px;
}

.about_body_reverse {
	display: flex;
	flex-direction: row-reverse;
	/* justify-content: center; */
    align-items: center;
}

.about_body_img_wrapper {
	width: 100%;
}

.about_body_img {
	object-fit: cover;
	width: 100%;
	height: 472px;
}

.about_body_p_wrapper {
    background-color: var(--color-light);
    max-width: 415px;
    height: auto;
    z-index: 2;
    padding: 43px 35px 40px;
}

.about_body_p_position {
	margin-left: -300px;
	margin-bottom: -330px;
}

.about_body_p_position_reverse {
	margin-right: -300px;
	margin-bottom: -330px;
}

.about_body_title {
    font-family: var(--font-family-title);
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 10px;
	letter-spacing: 0.25rem;
}

.about_body_text {
	font-size: 0.93rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {

	#about {
		padding: 0;
	}

	section .about_content {
		margin-top: 50px;
		margin-bottom: 0;
	}

	.about_body,
	.about_body_reverse {
		display: block;
		margin-bottom: 10px;
	}

	.about_body_wrapper {
		margin-top: 50px;
	}

	.about_body_img {
		width: 100%;
		max-height: 375px;
		object-fit: cover;
	}

	.about_body_p_wrapper {
		max-width: 100%;

	}

	.about_body_p_position,
	.about_body_p_position_reverse {
		margin-left: 0;
    	margin-bottom: 0;
	}
}

/*-----------------------------------
	お知らせ
-----------------------------------*/

#news {
	max-width: var(--width-pc);
	padding: 0 5% 57px;
	margin: 0 auto;
}

#index_page #news .btn_deco_wrap,
#index_page #news a.btn_deco {
	margin-right: 60px;
}

.news_background {
	background: linear-gradient(180deg, #fff 0%, #fff 43%, var(--color-middle01) 43%, var(--color-middle01) 100%);
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}

section .news_content {
	margin-top: 0;
	margin-bottom: 5px;
}

.news_body_wrapper {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 30px;
}

/* #news ul#news_list {
	display: flex;
    justify-content: center;
	column-gap: 32px;
} */

/* #news ul#news_list li {
	display: block;
    margin: 150px 0 30px;
    padding: 0 0 15px;
	max-width: 700px;
    width: 90%;
} */

.news_body_wrapper {
	display: flex;
    justify-content: center;
    column-gap: 32px;
	justify-content: center;
}

.news_list_item {
	width: 100%;
}

#index li.news_list_item {
    width: 100%;
    max-width: 330px;
}

.news_image {
	margin-bottom: 12px;
}

.news_list_item img {
	object-fit: cover;
	width: 100%;
	height: 225px;
	aspect-ratio: 4 / 3;
}

/* #news ul#news_list li.news-page {
	display: block;
    border-bottom: 1px solid #707070;
    margin: 0px auto;
    padding: 0 0 15px;
	max-width: 700px;
    width: 90%;
} */

/* #news ul#news_list li.news-page {
    padding: 20px 0 10px;
} */

/* #news ul#news_list li.news-page .news_image {
    margin: 0 0 40px;
} */

#news ul#news_list li .News_list-date {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#news ul#news_list li .News_list-date .date {
	font-size: 14px;
    font-weight: 400;
}

#news ul#news_list li .News_list-date a:not(.date a) {
	font-size: 12px;
    padding: 2px 10px 3px;
	margin: 0 15px 0 0;
	border: 1px solid rgb(0 0 0 / 50%);
}

#news ul#news_list li .news_list-title {
    margin-top: 5px;
}

#news ul#news_list li .news_list-title a {
	font-size: 1.1rem;
    /* font-weight: 600; */
    margin: 15px 0 40px;
}

#news ul#news_list li > div
#news ul#news_list li .news_image {
	width: 100%;
	margin-bottom: 15px;
}

#news ul#news_list li .news_date {
	position: relative;
	font-size: 0.9rem;
	width: 100%;
	letter-spacing: 0.08rem;
}

#news ul#news_list li .news_title {
	position: relative;
	font-size: 1.1rem;
	line-height: 1.6;
	font-family: var(--font-family-title);
}

#news #all_news_link_area {
	text-align: center;
	margin-bottom: 50px;
}

#news #news_detail {
	width: 100%;
	max-width: 700px;
	margin: 100px auto 120px;
}
#news #news_detail #news_date_category {
	display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

#news #news_detail #news_date_category .date {
	font-size: 0.87rem;
    font-weight: 400;
}

#news #news_detail #news_date_category .date a {
	font-size: 12px;
    padding: 2px 10px 3px;
	margin: 0 8px 0 0;
	border: 1px solid rgb(0 0 0 / 50%);
}

#news #news_detail #news_date_category #news_date {
	font-size: 16px;
}

#news #news_detail #news_date_category #news_category {
	font-size: 16px;
}

#news #news_detail #news_date_category #news_category a{
	font-size: 15px;
	display: inline-block;
	color: #A00;
	padding: 4px 10px;
	text-decoration: none;
	border: 1px solid #A00;
	border-radius: 20px;
}

#news #news_detail #news_title {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.8;
	/* font-weight: bold; */
}

#news #news_detail #news_image {
	width: 100%;
	margin-bottom: 40px;
}

#news #news_detail #news_image img {
	width: 100%;
	height: 380px;
    object-fit: cover;
}

#news #news_detail #news_body p {
	font-size: 1rem;
	line-height: 2;
	font-weight: 400;
}

#news #news_list_sp {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}

#news #other_news_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 100px;
}

#news #other_news_link #previous_news {
	width: 30%;
	max-width: 90px;
	margin-right: 5px;
}

#news #other_news_link #previous_news span,
#news #other_news_link #previous_news img {
	display: inline-block;
    color: #000;
    font-weight: 400;
    font-style: normal;
}

#news #other_news_link #next_news{
	width: 30%;
	max-width: 90px;
	min-height: 1px;
	margin-left: 5px;
}

#news #other_news_link #next_news span,
#news #other_news_link #next_news img {
	display: inline-block;
    color: #000;
    font-weight: 400;
    font-style: normal;
}

#news #other_news_link a.other_page_link:hover {
	text-decoration: none;
	background-color: #EEE;
}

#news #other_news_link #previous_news a,
#news #other_news_link #next_news a {
	display: flex;
	align-items: center;
	color: #784949;
}

#news #other_news_link #previous_news a {
	justify-content: left;
}

#news #other_news_link #next_news a {
	justify-content: right;
}

@media screen and (max-width: 768px) {

	.news_body_wrapper {
		margin-top: 50px;
	}

	.news_background {
		margin-bottom: 60px;
	}

	#index_page #news ul#news_list {
		/* display: block; */
		justify-items: center;
	}

	#index_page #news .btn_deco_wrap, #index_page #news a.btn_deco {
		margin-right: 0;
	}
}

@media(max-width: 1000px) {
	/* #news ul#news_list li.news-page {
		padding: 20px 0 0px;
	}
	#news ul#news_list li div{
		font-size: 22px;
	} */
	/* #sp_header_menu_wrapper #sp_header_menu .logo-konerian {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 30px 0 0;
	}
	#sp_header_menu_wrapper #sp_header_menu .logo-konerian a {
		display: flex;
		align-items: center;
		padding: 8px 15px;
	}
	#sp_header_menu_wrapper #sp_header_menu .logo-konerian a img {
		margin: 0 5px 0px 0;
	} */
}
/* @media(max-width: 900px) {
	#news ul#news_list li div{
		font-size: 22px;
	}
}
@media(max-width: 800px) {
	#news ul#news_list li div{
		font-size: 20px;
	}
} */
@media(max-width: 700px) {
	/* section h1 {
		font-size: 26px;
	} */
	/* #news ul#news_list{
		display: block;
		margin: 0 auto 30px;
	} */
	/* #news ul#news_list li div{
		margin: 0;
		align-items: baseline;
	} */
	/* #news ul#news_list li .news_title {
		margin: 0 0 0 20px;
	} */
	/* #news ul#news_list li .news_title a{
		border-bottom: 1px solid;
		font-size: 16px;
		line-height: 30px;
	} */
	/* #news ul#news_list li .news_list-title a {
		font-size: 18px;
	} */
	/* section .news_content {
		margin: 70px auto 100px;
	} */
	/* #news #news_detail #news_title {
		margin-bottom: 35px;
		font-size: 18px;
	} */
	/* #news #news_detail {
		margin: 0 auto 80px;
	} */

	/* #other_news_link .btn_deco{
		padding: 5px 0;
		width: 100%;
		max-width: 200px;
		text-align: center;
	}

	#news ul#news_list li{
		width: 100%;
		border-bottom: unset;
	} */
}
/* @media(max-width: 600px) {
	#news #news_list_sp{
		display: block;
	}
	#news #other_news_link #previous_news,
	#news #other_news_link #next_news{
		width: 40%;
	}
	#news #other_news_link .pc_only{
		display: none;
	}
} */
/* @media(max-width: 500px) {
	#news .content h1 {
		margin-bottom: 36px;
	}
	#news ul#news_list li div{
		margin: 0;
	}
	#news ul#news_list li .news_list-title a {
		font-size: 17px;
	}
	
} */

/*-----------------------------------
	お知らせ archive
-----------------------------------*/

#news_archive_page .news_list_content {
	max-width: var(--width-pc);
	margin-top: 100px;
}

#news_archive_page ul#news_list {
    display: grid;
    /* grid-template-columns: repeat(3,1fr); */
	grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
    gap: 45px 20px;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    /* background-color: pink; */
}

#news_archive_page .news_image img {
    width: 100%;
	aspect-ratio: 7 / 5;
    object-fit: cover;
}

#news_archive_page ul#news_category_list_pc{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}
#news_archive_page #news_category_list_sp_wrapper{
	display: none;
	text-align: center;
}
#news_archive_page #news_category_list_sp_wrapper select#news_category_list_sp{
	display: inline-block;
	width: calc(100% - 50px);
	max-width: 950px;
	border-radius: 50px;
	box-shadow: 0px 5px 5px -2px rgba(0.5, 0.5, 0.5, 0.1);
	background-color: #FEFEFE;
	margin: 0 auto 50px;
	padding: 0 25px;
	height: 50px;
	border: 0;
	text-align: center;
	color: #c20000;
	background-image: url("/wp-content/themes/annie/images/down.png");
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#news_archive_page select#news_category_list_sp option{
	text-align: center;
	color: #000;
}
#news_archive_page ul#news_category_list_pc li{
	margin: 0 12px;
}
#news_archive_page ul#news_category_list_pc li a{
	color: #000;
	padding: 2px 10px;
	font-size: 14px;
}
#news_archive_page ul#news_category_list_pc li a.select_category{
	/* border: 1px solid #000; */
	/* border-radius: 20px; */
}
#news_archive_page #page_navi_block #page_move_block{
	text-align: center;
}
#news_archive_page #page_navi_block #page_move_block span.page_number,
#news_archive_page #page_navi_block #page_move_block a.page_number{
	width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    font-size: 14px;
    margin: 3px;
}
#news_archive_page #page_navi_block #page_move_block span.page_dotted{
	margin: 5px 10px;
	color: #000;
}
#news_archive_page #page_navi_block #page_move_block span.page_number{
	border: 1px solid #000;
    background-color: #000;
    color: #FFF;
}
#news_archive_page #page_navi_block #page_move_block a.page_number{
	border: 1px solid #000;
	color: #000;
}
#news_archive_page #page_navi_block #page_move_block a.move_icon{
	border: none;
}
.prev_icon::after {
    content: "< Prev";
}
.next_icon::after {
    content: "Next >";
}
#page_navi_block{
	margin: 120px auto 100px;
}
.news_page-footer{
	width: 100%;
}
.news_page-footer h3{
	text-align: center;
    margin: 0 auto 40px;
    border-bottom: 1px solid rgb(0 0 0 / 40%);
    padding: 0 0 10px;
    width: 90%;
}
#news_category_list_pc,
#news_archive_page #news .news_page-footer #news_category_list_pc{
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
#news_category_list_pc li{
	margin: 0 12px;
}
#news_category_list_pc li a,
#news_archive_page #news .news_page-footer #news_category_list_pc li a{
	padding: 0;
    font-size: 13px;
    font-weight: 400;
}

#news_archive_page li.news-page {
	width: 100%;
	max-width: 370px;
}

.news_text_block {
	margin-bottom: 50px;
}

#news_post_page #news_body a:link,
#news_post_page #news_body a:visited,
#news_post_page #news_body a:active {
	text-decoration: underline;
}


@media(max-width: 700px) {
	#news_category_list_pc li {
		margin: 0 5px;
	}
	#page_navi_block {
		margin: 80px auto 80px;
	}
	#news_archive_page #news .news_page-footer #news_category_list_pc li{
		margin: 0 5px;
	}
	#news_archive_page #page_navi_block #page_move_block span.page_number, 
	#news_archive_page #page_navi_block #page_move_block a.page_number {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		margin: 3px;
	}
	#news_archive_page #page_navi_block #page_move_block a.move_icon {
		width: 50px;
	}

	#news #other_news_link {
		flex-wrap: wrap;
		column-gap: 60px;
		row-gap: 18px;
	}

	#news #other_news_link #previous_news {
		order: 1;
		width: 50%;
	}

	#other_news_link .btn_deco {
		order: 3;
		width: 100%;
	}

	#news #other_news_link #next_news {
		order: 2;
		width: 50%;
	}

	/* #news_archive_page ul#news_list {
		grid-template-columns: 1fr;
	} */
}

@media(max-width: 500px) {	
	#news_archive_page #page_navi_block #page_move_block span.page_number, 
	#news_archive_page #page_navi_block #page_move_block a.page_number {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	#news_archive_page #page_navi_block #page_move_block a.move_icon {
		width: 50px;
	}
}

/*-----------------------------------
	お品書き
-----------------------------------*/

#item {
	max-width: var(--width-pc);
	padding: 0 5%;
	margin: 0 auto 150px;
}

.item_content {
	margin-bottom: 70px;
}

.item_list_wapper {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px; */
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.item_list_item {
	/* width: 292px; */
	width: 100%;
	max-width: 100%;
	height: 376px;
	overflow: hidden;
	position: relative;
}

.item_link_img {
	object-fit: cover;
	/* width: 292px; */
	width: 100%;
	height: 376px;
}

.item_list_item .caption {
	font-size: 130%;
	font-family: var(--font-family-title);
	color: var(--color-light);
	text-align: center;
	padding-top: clamp(168px, 50%, 58px);
}

.item_list_item .mask {
	width: 100%;
	height:	100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);	/* 大きさを０にして表示しない */
	transform: scale(0);
}

.item_list_item:hover .mask {
	-webkit-transform: scale(1);	/* 大きさを１にして表示する */
	transform: scale(1);
	cursor: pointer;
}

/*----- 3列 -----*/

.item_list_item:nth-of-type(1) {
	margin-top: 140px;
}

.item_list_item:nth-of-type(2) {
	margin-top: 70px;
}

.item_list_item:nth-of-type(3) {
	margin-top: 0;
}

.item_list_item:nth-of-type(4) {
	margin-top: 0;
}

.item_list_item:nth-of-type(5) {
	margin-top: -70px;
}

.item_list_item:nth-of-type(6) {
	margin-top: -140px;
}

@media screen and (max-width: 768px) {

	/*----- 2列 -----*/

	.item_list_item:nth-of-type(1) {
		margin-top: 70px;
	}
	
	.item_list_item:nth-of-type(2) {
		margin-top: 0;
	}
	
	.item_list_item:nth-of-type(3) {
		margin-top: 0;
	}
	
	.item_list_item:nth-of-type(4) {
		margin-top: -70px;
	}
	
	.item_list_item:nth-of-type(5) {
		margin-top: 0;
	}
	
	.item_list_item:nth-of-type(6) {
		margin-top: -70px;
	}

	/*----- 2列ここまで -----*/

	.item_list_wapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.item_list_item {
		width: 100%;
		max-width: 100%;
		height: auto;
		overflow: hidden;
		position: static;
		/* background-color: pink; */
	}

	.item_list_item .mask {
		position: static;
		transform: none;
		background-color: transparent;
	}

	.item_list_item .caption {
		color: var(--color-dark);
		text-align: center;
		padding-top: 0;
		font-size: 0.93rem;
	}

	.item_link_img {
		margin-bottom: 8px;
		height: auto;
		aspect-ratio: 1.5 / 2;
	}

	#item {
		margin-bottom: 80px;
	}

}

/*----- 1列 -----*/

/* @media(max-width: 375px) {

	.item_list_wapper {
		display: block;
	} 

	.item_list_item:nth-of-type(1),
	.item_list_item:nth-of-type(2),
	.item_list_item:nth-of-type(3),
	.item_list_item:nth-of-type(4),
	.item_list_item:nth-of-type(5),
	.item_list_item:nth-of-type(6) {
		margin: 0 auto 70px;
	}
} */

/*-----------------------------------
	イメージ写真
-----------------------------------*/

.photo_deco {
    background-image: url(../images/shop-header-l.jpg);
	width: 100%;
    height: 500px;
	background-size: cover;
	margin-bottom: 80px;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.photo_deco {
		background-position: right 46% bottom 10%;
		height: 190px;
		margin-bottom: 50px;
	}
}

/*-----------------------------------
	営業時間・定休日
-----------------------------------*/

#open {
    max-width: var(--width-pc);
    padding: 0 5%;
    margin: 0 auto 60px;
}

a.temporarily_closed_link,
a.temporarily_closed_link:hover {
    text-decoration: underline;
	transition: all 0.3s ease;
}

.open_body_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 164px 60px;
    margin-top: 150px;
}

#calendar {
	margin-bottom: 50px;
	width: 65%;
}

.address_shop {
    width: 70%;
}

@media screen and (max-width: 768px) {

	.open_body_wrapper {
		margin-top: 50px;
		align-items: center;
		gap: 50px;
		flex-direction: column;
	}

	#calendar {
		width: 100%;
		margin-bottom: 0;
	}

	.address_shop {
		width: 100%;
	}

	.address_body_shop_wrapper {
		display: flex;
		justify-content: space-between;
		gap: 164px 60px;
		margin-top: 150px;
	}

	.title_open_space {
		padding-top: 75px;
	}

}

/*-----------------------------------
	address・Google Map・parking
-----------------------------------*/

#address {
	max-width: var(--width-pc);
	padding: 0 5%;
	margin: 0 auto 100px;
}

.address_body_shop_wrapper {
	display: flex;
	justify-content: space-between;
	gap: 164px 60px;
	margin-top: 150px;
}

.address_shopname {
	font-size: 1.62rem;
	font-family: var(--font-family-title);
	margin-bottom: 15px;
	/* margin-top: -12px; */
}

.address_title_h5,
.address_text {
	font-size: 0.93rem;
}

.address_tel {
	display: block;
	margin-bottom: 50px;
}

.address_title_h4 {
	font-size: 1.1rem;
	font-family: var(--font-family-title);
	margin-bottom: 19px;
}

.address_title_h4::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image:url(../images/svg/access-icon.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0px 4px 3.5px 0;
}

.address_time {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.address_time dt {
	width: 10%;
	padding-bottom: 20px;
	margin-bottom: 2px;
	margin: 0;
    padding: 0;
}

.address_time dd {
	width: 90%;
	padding-bottom: 20px;
	margin-bottom: 2px;
	margin: 0;
    padding: 0;
}

.address_time dt:last-of-type {
	width: 25%;
	margin-bottom: 3px;
}

.address_time dd:last-of-type {
	width: 75%;
	margin-bottom: 3px;
}

.address_text_notes {
	font-size: 0.81rem;
	margin-bottom: 28px;
}

.address_access_body {
	display: flex;
	justify-content: space-between;
    gap: 164px 60px;
}

.address_access_ikebukuro {
	padding-bottom: 30px;
}

/*----- Google Map -----*/

.google_map {
	width: 100%;
	margin-bottom: 50px;
}

.google_map_text {
	text-align: right;
	margin-right: 30px;
	display: block;
	font-size: 0.93rem;
}

/*----- 駐車場 -----*/

#parking {
	max-width: var(--width-pc);
	padding: 0 5%;
	margin: 0 auto 80px;
}

.parking_alliance {
	text-decoration: underline;
}

#parking p {
	margin-bottom: 30px;
}

.parking_map {
    text-align: center;
    max-width: 718px;
    height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {

	.address_body_shop_wrapper {
		margin-top: 50px;
		flex-direction: column-reverse;
		align-items: center;
		gap: 0;
	}

	.address_shopname {
		text-align: center;
		margin-top: 30px;
	}

	.wpsbc-calendars-wrapper {
		margin: 0 auto;
	}

	.address_access_body {
		flex-direction: column;
		gap: 30px;
	}
}

/*-----------------------------------
	Instagram
-----------------------------------*/

.instagram_background {
	background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--color-middle01) 50%, var(--color-middle01) 100%);
	width: 100%;
	height: auto;
}

#instagram {
	max-width: var(--width-pc);
	padding: 0 5% 80px;
	margin: 0 auto;
}

#instagram .title_index {
	letter-spacing: 0.2rem;
}

.instagram_content {
	margin-bottom: -50px;
}

#sbi_images {
	padding-bottom: 0;
}

.instagram_body_wrapper {
	margin-top: 90px;
}

/* #index #instagram h1{
	margin-bottom: 60px;
}
#index #instagram img{
	border-radius: 15px;
}
#index #instagram .insta-gallery-feed .insta-gallery-actions,
#index #instagram .qligg-mfp-wrap .insta-gallery-actions{
	margin: 50px 0;
}
#index #instagram .insta-gallery-feed .insta-gallery-actions .insta-gallery-button,
#index #instagram .qligg-mfp-wrap .insta-gallery-actions .insta-gallery-button{
	border-radius: 30px;
	background-color: #784949;
	color: #FFF;
	padding: 15px 60px;
}
#index #instagram .insta-gallery-feed .insta-gallery-actions .insta-gallery-button > i,
#index #instagram .qligg-mfp-wrap .insta-gallery-actions .insta-gallery-button > i{
	display: none;
} */

@media screen and (max-width: 768px) {

	.instagram_body_wrapper {
		margin-top: 20px;
	}

	.instagram_background {
		background: linear-gradient(180deg, #fff 0%, #fff 58%, var(--color-middle01) 58%, var(--color-middle01) 100%);
	}

	#index_page #instagram #sbi_images {
		/* padding: unset !important; */
		padding: 1.5% !important;
	}
}

/*-----------------------------------
	トップへ戻る
-----------------------------------*/

#go_to_top {
	margin: 0 auto;
	width: 100%;
}

.go_to_top_content {
	padding: 80px 0 80px;
	text-align: center;
}

#go_to_top .top_move_link {
	cursor: pointer;
	opacity: 1.0;
	transition-duration: 0.4s;
}

#go_to_top .top_move_link:hover {
	opacity: 0.5;
	transition-duration: 0.4s;
}


/*-----------------------------------
	footer
-----------------------------------*/

footer {
	background-color: var(--color-dark);
    padding: 35px 5% 10px;
	color: var(--color-light);
	width: 100%;
	margin: 0 auto;
}

#pc_footer_wrapper {
	display: flex;
	max-width: var(--width-pc);
	justify-content: space-between;
	margin: 0 auto 23px;
}

.pc_footer_menu_wrapper {
	align-self: center;
}

#pc_footer_menu {
	writing-mode: vertical-rl; /* 縦書き */
	font-family: var(--font-family-title);
	font-size: 1rem;
	margin: 10px;
}

#pc_footer_menu li a {
	line-height: 3;
	font-feature-settings: "palt" 0;
	color: var(--color-light);
}

#pc_footer_menu li:last-child a {
	margin-top: 3px;
	margin-right: 3px;
	color: var(--color-light);
}

#pc_footer_logo {
    text-align: center;
	margin-top: 16px;
}

#pc_footer_logo .site-logo {
	width: 122px;
}

footer .site-description {
	color: var(--color-light);
	font-size: 0.87rem;
}

footer #footer_copyright {
	text-align: center;
    font-size: 0.62rem;
}

/* @media(max-width: 500px) {
	footer #footer_copyright {
		font-size: 0.62rem;
	}
}

#main_contents{
	padding-top: 80px;
}
@media(min-width: 1001px) {
	#sp_header_menu_wrapper{
		display: none !important;
	}
	#sp_header_menu_bg{
		display: none !important;
	}
}
@media(max-width: 1000px) {
	#main_contents{
		padding-top: 52px;
	}
} */

@media screen and (max-width: 700px) {
	#pc_footer_wrapper {
		display: block;
	}

	#pc_footer_logo .site-logo {
		width: 70px;
	}
	
	footer .site-description {
		font-size: 0.62rem;
	}
}

/*-----------------------------------
	item
-----------------------------------*/

.ball-pulse-sync > div, .ball-pulse{
	display: flex;
	justify-content: center;
}
.ball-pulse-sync > div, .ball-pulse > div, .ball-scale-random > div, .ball-scale > div{
	/* background-color: #CC0000 !important; */
	background-color: var(--color-middle03) !important;
}

#item_modal{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    /* top: 45%; */
	top: calc(50% - 30px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#item_modal #product_image{
	width: 100%;
    max-width: 365px;
}
#item_modal #product_image img{
	width: 100%;
	max-width: 365px;
}
#item_modal #product_explanation{
	width: 100%;
	max-width: 380px;
	margin: 20px;
}

#item_modal #product_explanation #product_title{
	font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
}

#item_modal #product_explanation #product_body #product_content{
	margin-bottom: 20px;
}
#item_modal #product_explanation #product_body #product_content p{
	line-height: 30px;
	font-size: 14px;
}
#item_modal #product_explanation #product_body #product_price{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
#item_modal #product_explanation #product_body #product_online_shop_url{
	margin-bottom: 30px;
}
@media(max-width: 700px) {
	#item_modal{
		flex-direction: column;
	}
	#item_modal #product_image {
		width: 100%;
		margin-bottom: 30px;
	}
	#item_modal #product_explanation {
		width: 100%;
		margin: 0;
	}
	#item_modal #product_explanation #product_title{
		font-size: 22px;
		text-align: center;
	}

	#item_modal #product_explanation #product_body #product_price{
		font-size: 18px;
		text-align: left;
	}
	#item_modal #product_explanation #product_body #product_online_shop_url{
		text-align: center;
	}
}

/*-----------------------------------
	archive
-----------------------------------*/

#product_archive_page .product_content {
	height: 50vh;   
}

#product_archive_page section {
	padding: 3% 5%;
}

#product_archive_page #product_page_image{
	position: relative;
    width: 100%;
}

#product_archive_page #product_page_image #pc_image{
	width: 100%;
}
/* #product_archive_page #product_page_image h1{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    margin: 0;
} */
/* #product_archive_page #product_page_image #sp_image{
	width: 100%;
	
} */

/* .product_page_title_wrapper {
    max-width: var(--width-pc);
	margin: 5% 10%;
	position: relative;
}

#product_archive_page #item_modal #product_explanation {
	max-width: 100%;
}

.product_page_title_index {
	font-size: 1.62rem;
	font-family: var(--font-family-title);
	letter-spacing: 0.2rem;
}

.product_page_title_deco {
	transform: rotate( 90deg );
	position: absolute;
	top: -52px;
	left: 102px;
} */

#product_archive_page #item_modal {
	max-width: 600px;
}

#product_archive_page ul#item_list{
	width: 100%;
    /* max-width: var(--width-pc); */
    margin: 90px auto 50px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
	text-align: left;
}
/* #product_archive_page ul#item_list li{
	width: 100%;
    overflow: hidden;
    position: relative;
    margin: 40px 5px 0;
	height: 100%;
    max-width: 230px;
} */

#product_archive_page #item_list li{
	display: inline-block;
	text-align: left;
}

#product_archive_page ul#item_list li .product_title {
	font-size: 1.25rem;
	font-family: var(--font-family-title);
	line-height: 2.8;
	margin-right: 15px;
	/* list-style: square; */
}

#product_archive_page ul#item_list li .product_title::before {
	content: "■";
	margin-right: 5px;
	font-size: 0.8rem;
}

#product_archive_page ul#item_list li a {
	cursor: pointer;
}

#product_archive_page ul#item_list li img{
	width: 230px;
    height: 230px;
    object-fit: cover;
}
#product_archive_page ul#item_list li.blank{
	height: 1px;
	margin: 0 10px;
}
#product_archive_page ul#item_list li .product_image a{
	cursor: pointer;
}

/* #product_archive_page .product_wrap {
	display: inline-flex;
	align-items: center;
	column-gap: 15px;
} */

#product_archive_page #item_modal #product_explanation #product_body #product_price {
	margin: 0;
	font-weight: 400;
}

/* #product_archive_page ul#item_list li .product_title{
	font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 36px;
} */
#product_archive_page ul#item_list li .product_reserve_flag{
	font-size: 16px;
	height: 1.5em;
	text-align: center;
}
.yellow{
	background-color: #FFF1D4;
}
/* #time_table{
	padding: 120px 0 100px;
} */

@media(max-width: 900px) {
	/* #product_archive_page ul#item_list li {
		width: calc(100%/3 - 50px);
	} */
	/* #product_archive_page ul#item_list li img {
		width: 160px;
		height: 160px;
		object-fit: cover;
	} */
}
/* @media(max-width: 700px) {
	#time_table{
		padding: 80px 0 10px;
	}
	#product_archive_page ul#item_list li{
		width: calc(48% - 10px);
	}
	#product_archive_page ul#item_list li .product_title {
		font-size: 13px;
		line-height: 18px;
	}
	#product_archive_page ul#item_list{
		justify-content: center;
	}
	
} */
/* @media(max-width: 600px) {

	#product_archive_page section {
		padding: 8% 10%;
	}
	
	#product_archive_page ul#item_list li{
		max-width: 170px;
	}
	#product_archive_page ul#item_list li{
		margin: 0;
	}
	#product_archive_page ul#item_list li:nth-child(2n+1){
		margin: 0 30px 0 0;
	}
	#product_archive_page ul#item_list li img {
		width: 170px;
		height: 170px;
		object-fit: cover;
	}
	
} */
/* @media(max-width: 500px) {
	#product_archive_page ul#item_list li {
		max-width: 160px;
	}
	#product_archive_page ul#item_list li img {
		width: 160px;
		height: 160px;
		object-fit: cover;
	}
	#product_archive_page ul#item_list li:nth-child(2n+1){
		margin: 0 17px 0 0;
	}
	#product_archive_page #product_page_image{
		height: calc(360 / 750 * 100vw);
		margin-bottom: 60px;
	}
	#product_archive_page #product_page_image #sp_image{
		display: block;
	}
	#product_archive_page #product_page_image #pc_image{
		display: none;
	}
	#product_archive_page ul#item_list {
		margin: 0px auto 90px;
		margin: 50px auto 50px;

	}
	#product_archive_page ul#item_list li{
		margin: unset;
	}
} */

@media (max-width: 700px) {

	
	/* #product_archive_page ul#item_list {
		padding-left: 0;
		display: inline-block;
	}

	#product_archive_page #item_modal #product_explanation #product_body #product_price {
		font-size: 1rem;
	}

	.product_page_title_index {
		text-align: center;
	}

	.product_page_title_deco {
		left: 50%;
	}

	#product_archive_page #item_modal {
		padding: 0 3%;
	} */

}
@media(max-width: 500px) {
	.sp_display{
		display: block;
	}
}

@media (max-width: 280px) {

	#product_archive_page ul#item_list li .product_title {
		font-size: 1rem;
	}

	#product_archive_page .btn_deco,
	#product_archive_page .btn_deco:link,
	#product_archive_page .btn_deco:visited,
	#product_archive_page .btn_deco:active {
		margin: 0;
	}

	#product_archive_page #item_modal {
		padding: 0;
		background-size: 90%;
	}

	#product_archive_page .btn_deco:hover {
		width: 90%;
	}
}

#news .news_head{
	width: 100%;
}
#news .news_head .news_top{
	width: 100%;
	position: relative;
}
#news .news_head .news_top img{
	width: 100%;
}
#news .news_head .news_top h2{
	position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0.2em;
    color: #fff;
}

/*-----------------------------------
	popup maker
-----------------------------------*/

button.pum-close.popmake-close {
	background-image: url(../images/svg/btn.svg);
	background-repeat: no-repeat;
	font-family: var(--font-family-title);
}

button.pum-close.popmake-close:hover {
    text-decoration: none;
    background-color: var(--color-dark);
    background-image: url(../images/svg/btn-w.svg);
    color: var(--color-light);
    opacity: 1;
}

html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: hidden  !important;
    position: fixed !important;
    width: 100%  !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

.pum-theme-konerian .pum-content {
	margin: 30px 80px 120px;
}

.popup__item_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 50px;
}

.popup__item_list li {
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.popup__item_list li::before {
	content: "■";
	margin-right: 5px;
	font-size: 0.8rem;
}

.product_title {
	font-size: 1.25rem;
	font-family: var(--font-family-title);
}

.product_price {
	font-size: 1rem;
	font-family: var(--font-family-title);
	margin-top: 5px;
	margin-left: 10px;
}

.popup__item {
	margin: 0 50px;
}

.popmake-content .product_page_title_wrapper {
    max-width: var(--width-pc);
	margin: 5% 10% 5% 2%;
	position: relative;
}

.product_price_tax {
    font-size: 0.85rem;
}

@media (max-width: 1500px) {
	.popup__item_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 50px;
	}
}

@media (max-width: 1150px) {
	.popup__item {
		text-align: center;
	}

	.popup__item_list {
		display: inline-block;
		margin-top: 20px;
	}

	.popup__item_list li {
		margin-bottom: 15px;
	}

	#product_explanation {
		text-align: center;
	}

	.pum-theme-konerian .pum-content {
		margin: 30px 2% 100px;
	}

	.popup__item {
		margin: 0;
	}
}

/*-----------------------------------
	modal
-----------------------------------*/

/* オーバーレイ */

.menu_overlay {
	position: fixed;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 98;
}
  
  /* activeクラスがついたときにオーバーレイを表示 */
  .menu_overlay.active {
	display: block;
  }
  
  /* モーダルウィンドウ */
  .menu_modal {
	max-width: 500px;
	width: 86%;
	padding: 15px 20px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* デフォルトでは非表示にしておく */
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 101;
  }
  
  /* activeクラスのついたモーダルウィンドウ */
  .menu_modal.active {
	opacity: 1;
	visibility: visible;
  }
  
  /* モーダルウィンドウ内の閉じるボタン */
  .menu_modal .menu_close {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	font-size: 20px;
  }
  
  .menu_modal h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
  }
  
  .menu_modal p {
	font-size: 13px;
  }

/*-----------------------------------
	商品一覧 (お品書き・飲み物)
-----------------------------------*/

#product_page {
    max-width: 850px;
    background: var(--color-middle01);
    margin: 20px auto 38px;
    padding: 45px 8% 35px;
}

#product_page .product_page_title_wrapper {
	/* margin: 0 auto; */
	position: relative;
}

#product_page .product_page_title_index {
	font-size: 1.62rem;
	font-family: var(--font-family-title);
	letter-spacing: 0.2rem;
}

#product_page .product_page_title_deco {
	transform: rotate( 90deg );
	position: absolute;
	top: -52px;
	left: 102px;
}

#product_page .product_note {
	margin: 20px 0 40px;
	line-height: 1.5;
}

#product_page .product_note_drink {
	margin: 20px 0;
}

#product_page h2 {
    font-size: 1.3rem;
    font-family: var(--font-family-title);
    letter-spacing: 0.2rem;
    border-bottom: 1px solid var(--color-middle03);
    margin: 55px 0 28px;
}

#product_page ul li::before {
    content: "■";
    /* margin-right: 5px; */
    font-size: 0.8rem;
    position: absolute;
    top: 3px;
    left: -1.4rem;
}

#product_page ul li {
    font-size: 1.1rem;
    position: relative;
    line-height: 1.4;
	margin-left: 25px;
    margin-bottom: 15px;
}

#product_page ul li p {
	display: inline;
	font-size: 0.9rem;
	line-height: 1.5;
}

#product_page ul li p:last-child {
	display: block;
	margin-top: 5px;
	/* margin-left: 1.2rem; */
}

#product_page ul li span {
    font-size: 0.9rem;
	line-height: 1.2;
}

#product_page .wp-block-columns:first-child {
    margin-bottom: 18px;
}

#product_page .wp-block-columns {
    margin-bottom: 50px;
}

@media screen and (max-width: 850px) {

	#product_page {
		margin: 10px 2.5% 30px;
		padding: 30px 8% 30px;
	}
}


/*-----------------------------------
	error 404
-----------------------------------*/

.error_404 {
    text-align: center;
    margin-top: 105px;
}