@charset "utf-8";
/*page_tite
----------------------------------------------------------*/
.page_title_block {
	position: relative;
}
.page_title_area {
	padding: 0.8em 0 0.8em 0;
}

.page_title {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.page_title .en {
		font-weight: 900;
	display: block;
     font-family: "Lato", sans-serif;
	letter-spacing: 1px;
	font-size: 2.4em;
	margin-top: 0.5em;
}

@media screen and (max-width: 960px) {
	.page_title_area > * {
		font-size: 1.5em;
	}
	.page_tite {
		font-size: 1.6em;
		font-weight: bold;
		padding: 0.5em 0 0em 0;
	}
}
/*page_tite_area midashi_02
----------------------------------------------------------*/
.page_title_area .midashi_02 {
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}
.page_title_area .midashi_02 .en {
	font-size: 0.5em;
	padding-left: 0;
}
.page_title_area .midashi_02 .en:before {
	content: none;
}
@media screen and (max-width: 960px) {
	.page_title_area .midashi_02 {
		margin-top: 0em;
		margin-bottom: 0.5em;
	}
}
/*page_tite_area midashi_03
----------------------------------------------------------*/
.page_title_area .midashi_03 {
	margin-bottom: 1em;
}
/*page_tite_area btn_____
----------------------------------------------------------*/
@media screen and (min-width: 681px), print {
	.title_area_info_set.page_title_area {
		padding-right: 18em;
		position: relative;
	}
	.title_area_info {
		position: absolute;
		right: 0;
		top: 1em;
	}
	.title_area_info .btn {
		font-size: 1.4rem;
	}
	.title_area_info .sns_list img {
		height: 2em;
	}
	.title_area_info .sns_list li + li {
		margin-left: 10%;
	}
}
@media screen and (max-width: 680px) {
	.title_area_info .btn {
		margin-top: 4em;
		text-align: center;
		font-size: 1.4rem;
	}
	.title_area_info .sns_list {
		justify-content: flex-end;
		margin-top: 2em;
	}
}


/* cms_area
=============================== */
.cms_pd {
	padding-top: 5em;
	line-height: 1.9;
}
/*.cms_title_set{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}

.cms_title_set h1{
	width: calc(100% - 8em);
	line-height: 1.4;
}*/
.cms_area {
	line-height: 2.0;
	word-break: break-all;
}
.cms_area .date {
	margin-bottom: 1em;
}
.cms_area .sns_list {
	width: 12em;
	margin: 2em 0 3em auto;
	justify-content: flex-end;
}
.cms_area .sns_list li img {
	height: 1.8em;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.cms_area .sns_list li + li {
	margin-left: 10%;
}
.cms_area h1 {
	font-size: 2em;
	line-height: 1.3;
}
.cms_area h2 {
	font-size: 1.75em;
	position: relative;
	padding-top: 0.5em;
	margin-top: 2em;
	line-height: 1.5;
	margin-bottom: 0.8em;
}
.cms_area h2:before, .cms_area h2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
}
.cms_area h2:before {
	width: 100%;
	background: #E6E6E6;
}
.cms_area h2:after {
	width: 7em;
	background: var(--col_main);
}
.cms_area .sns_list + h2 {
	margin-top: 0;
}
.cms_area h3 {
	font-size: 1.4em;
	margin-top: 2em;
	margin-bottom: 0.5em;
}
.cms_area h4, .cms_area h5, .cms_area h6 {
	font-size: 1.4em;
	margin-top: 2em;
	margin-bottom: 0.5em;
}
.cms_area img {
	max-width: 100%;
	margin-bottom: 2em;
	border-radius: 0.5em;
	margin-top: 2em;
}
.cms_area a {
	text-decoration: underline;
	color: var(--col_main);
}
.cms_area a:hover {
	text-decoration: none;
}
@media screen and (max-width: 960px) {
	.cms_pd {
		padding-top: 1em;
	}
	.cms_area .date {
		margin-bottom: 0.8em;
	}
	.cms_area .sns_list {
		margin: 1.5em 0 2em auto;
	}
	.cms_area .sns_list li + li {
		margin-left: 10%;
	}
	.cms_area h1 {
		font-size: 1.6em;
	}
	.cms_area h2 {
		font-size: 1.5em;
	}
	.cms_area h2:after {
		width: 4em;
	}
	.cms_area h3 {
		font-size: 1.3em;
	}
	.cms_area h4, .cms_area h5, .cms_area h6 {
		font-size: 1.2em;
	}
	.cms_area img {
		border-radius: 0.2em;
	}
}
/*event_cont
--------------------------------------------------*/
.event_cont {
	margin: 4em auto 2em auto;
	border: solid 1px #E6E6E6;
	border-radius: 0.5em;
	word-break: break-all;
}
.event_cont_inner {
	padding: 1em 1.5em;
}
/*event_cont_table*/
.event_cont_table table {
	width: 100%;
	word-break: break-all;
	border-collapse: separate;
	border-spacing: 10px 10px;
}
.event_cont_table th {
	width: 13%;
	border-radius: 0.5em;
	border: solid 1px #E6E6E6;
	text-align: center;
	color: var(--col_main);
	font-size: 0.88em;
}
.event_cont_table td {
	padding: 0 0.5em;
}
@media screen and (max-width: 960px) {
	.event_cont_inner {
		padding: 1em 1em;
	}
	.event_cont_table th {
		width: 20%;
	}
}
@media screen and (max-width: 680px) {
	.event_cont {
		margin: 2em auto 2em auto;
	}
	.event_cont_table table {
		border-spacing: 0px 0px;
	}
	.event_cont_table th, .event_cont_table td {
		display: block;
	}
	.event_cont_table th {
		width: 100%;
		border-radius: 0.3em;
	}
	.event_cont_table td {
		padding: 0.2em 0em 0.5em 0;
	}
}
/*event_btn*/
.event_btn {
	text-align: right;
	padding: 2.5em 0;
}
@media screen and (max-width: 680px) {
	.event_btn {
		text-align: center;
		padding: 2.0em 0 0 0;
	}
}
/* pagination
=============================== */
.pagination {
	margin: 5% 0 10%;
}
.wp-pagenavi {
	display: flex;
	justify-content: center;

}
.wp-pagenavi span, .wp-pagenavi a {
	display: block;
	font-size: 0.9em;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	margin: 0 5px;
	aspect-ratio: 1/1;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3rem;
	width: 30px;
	background: var(--bg_beige);
}
/*next prev*/
.wp-pagenavi a.next, .wp-pagenavi a.prev {
	position: relative;
	font-size: 0;
	background: none;
}
.wp-pagenavi a.next:before, .wp-pagenavi a.prev:before {
	content: "";
	position: absolute;
	background: url("../images/arrow_basic_green.svg") no-repeat;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 10px;
	aspect-ratio: 1/1.4;
}
.wp-pagenavi a.prev:before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
/*current hover*/
.wp-pagenavi span.current, .wp-pagenavi a.current {
	display: block;
	color: #fff;
	background: var(--col_main);
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	background: none;
	color: var(--col_main);
}
@media screen and (min-width: 1025px), print {
	.wp-pagenavi a:hover {
		color: #fff;
		background: var(--col_main);
	}
	.wp-pagenavi a.next:hover:before, .wp-pagenavi a.prev:hover:before {
		filter: brightness(0) invert(1);
	}
}
@media screen and (max-width: 768px) {
	.pagination {
		margin: 10% 0 10%;
	}
}
/*他パーツ*/
/*extend　…*/
.extend{
background: #fff!important;
	color: var(--col_main)!important;
}

.previouspostslink,.nextpostslink{
	color:transparent!important;
	background: url("../images/arrow_basic_green.svg") no-repeat!important;
		background-size: 0.8em!important;
	background-position: top 50% left 50%!important;
}
.nextpostslink{
    transform: rotate(90deg)!important;
}
.previouspostslink{
	 transform: rotate(-90deg)!important;
	
}

/* pager
=============================== */
.pager {
	display: flex;
	justify-content: space-between;
}
.pager > * {
	width: 50%;
}
.pager.pager > * {
	display: flex;
	align-items: center;
	color: var(--col_main);
	line-height: 1.3;
}
.pager .prev a, .pager .next a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.5em 0;
	color: var(--col_main);
	word-break: break-all;
}
.pager .prev a {
	padding-left: 3em;
}
.pager .next a {
	padding-right: 3em;
}
.pager .prev a:before, .pager .prev a:after, .pager .next a:before, .pager .next a:after {
	content: "";
	position: absolute;
	transition: all 0.15s ease;
	top: 50%;
	transform: translate(-0%, -50%);
}
.pager .prev a:before, .pager .next a:before {
	border-radius: 3em;
	border: solid 1px var(--col_main);
	aspect-ratio: 1/1;
	background: var(--col_main);
	width: 2.2em;
}
.pager .prev a:after, .pager .next a:after {
	background: url("../images/arrow_basic_green.svg") no-repeat;
	background-size: contain;
	width: 10px;
	aspect-ratio: 1/1.4;
	top: 50%;
	left: 0;
	filter: brightness(0) invert(1);
	transform: translate(-50%, -50%) rotate(-90deg);
}
.pager .prev a:before {
	left: 0;
}
.pager .next a:before {
	right: 0;
}
.pager .prev a:after {
	left: 1.1em;
}
.pager .next a:after {
	right: 0.9em;
	left: auto;
	transform: translate(-0%, -50%) rotate(90deg);
}
/*hover*/
/*.pager a:hover {
	color: var(--col_gray);
}*/
.pager .prev a:hover:before, .pager .next a:hover:before {
	background: #fff;
	border: solid 1px #E6E6E6;
}
.pager .prev a:hover:after, .pager .next a:hover:after {
	color: #fff;
	background: url("../images/arrow_basic_gray.svg") no-repeat;
	background-size: contain;
	width: 10px;
	aspect-ratio: 1/1.4;
	filter: none;
}
/*a*/
.pager .prev, .pager .prev a {
	text-align: left;
}
.pager .next, .pager .next a {
	text-align: right;
	justify-content: flex-end;
}
/*inder_mv
------------------------------------------------------------------------------*/
.inder_mv {
	position: relative;
}
.inder_mv img {
	width: 100%;
	border-radius: 5em;
	height: 553px;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
@media screen and (max-width: 1300px) {
	.inder_mv img {
		border-radius: 3em;
		height: auto;
		aspect-ratio: 2.5/1;
	}
}
@media screen and (max-width: 680px) {
	.inder_mv img {
		border-radius: 1.5em;
	}
}
/*注釈*/
.photo_text {
	position: absolute;
	color: #fff;
	bottom: 1em;
	right: 7em;
	font-size: 0.7em;
}
@media screen and (max-width: 680px) {
	.photo_text {
		bottom: 0.8em;
		right: 2em;
	}
}
/*img_txt_list
--------------------------------------------------------------------------------*/
.img_txt_list {
	word-break: break-all;
}
.img_txt_list > li + li {
	margin-top: 5em;
}
.img_txt_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	;
}
.img_txt_inner .img {
	width: 40%;
	border-radius: 2em;
	overflow: hidden;
}
.img_txt_inner .img img {
	width: 100%;
	aspect-ratio: 1.5/1;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
.img_txt_inner .text_box {
	width: 52%;
}
/*交互*/
.img_txt_list > li:nth-child(even) .img_txt_inner {
	flex-direction: row-reverse;
}
.img_txt_list .menu_cate_title {
	margin-bottom: 1.0em;
}
@media screen and (max-width: 680px) {
	.img_txt_list > li + li {
		margin-top: 4em;
	}
	.img_txt_inner {
		display: block;
	}
	.img_txt_inner .img {
		width: auto;
		border-radius: 1em;
	}
	.img_txt_inner .text_box {
		width: auto;
		margin-top: 1.5em;
	}
	.img_txt_inner .text_box .midashi_03 {
		margin-bottom: 1em;
	}
}
/*bread_area takeout
--------------------------------------------------------------------------------*/
.bread_area_list {
	word-break: break-all;
}
.bread_area_list > li {
	margin-bottom: 5em;
}
.bread_area_list > li:last-child {
	margin-bottom: 0;
}
.bread_area_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bread_area_list > li:nth-child(even) .bread_area_inner {
	flex-direction: row-reverse;
}
.bread_area_inner > * {
	width: 48%;
}
/*slider*/
.bread_slider_box {
	transform: scale(1.01);
}
.bread_slider {
	margin: auto auto 1em auto;
	width: calc(100% - 10px);
}
.bread_slider img {
	width: 100%;
	border-radius: 1em;
	aspect-ratio: 1/0.8;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
/*.bread_slider_thum*/
.bread_slider_thum li {
	margin-left: 0.5em;
	margin-right: 0.5em;
	transition: all 0.15s ease;
	cursor: pointer;
}
.bread_slider_thum img {
	width: 100%;
	border-radius: 0.7em;
	aspect-ratio: 1/0.8;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
@media screen and (min-width: 1025px) ,print{
	.bread_slider_thum li:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 680px) {
	.bread_slider_box {
		transform: scale(1.02);
	}
	.bread_area_list > li {
		margin-bottom: 4em;
	}
	.bread_area_inner {
		display: block;
	}
	.bread_area_inner > * {
		width: auto;
	}
}
/*takeout_detail_box
--------------------------------------------------------------------------------*/
.takeout_detail_box {
	display: flex;
	justify-content: space-between;
	word-break: break-all;
}
.takeout_detail_box .img {
	width: 50%;
	position: relative;
}
.takeout_detail_box .img img {
	width: 100%;
	border-radius: 2em;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
.takeout_detail_box .text_box {
	width: 42%;
}
.takeout_detail_box .sns_list {
	justify-content: flex-end;
	margin-top: 2em;
}
.takeout_detail_box .text_box * {
	margin-bottom: 1rem;
}
.takeout_detail_box .text_box .sns_list li img {
	height: 1.5em;
}
.sns_list li {
	margin-bottom: 0;
}
.sns_list li + li {
	margin-left: 5%;
}
@media screen and (max-width: 680px) {
	.takeout_detail_box {
		display: block;
	}
	.takeout_detail_box .img {
		width: auto;
	}
	.takeout_detail_box .img img {
		border-radius: 1em;
	}
	.takeout_detail_box .text_box {
		width: auto;
		margin-top: 1em;
	}
	.takeout_detail_box .text_box .sns_list li img {
		height: 1.8em;
	}
}
/*new*/
.new {
	position: relative;
}
.new:before {
	position: absolute;
	content: "";
	background: url("../images/parts/ico_new.svg") no-repeat;
	width: 7em;
	aspect-ratio: 1/1;
	left: -0.9em;
	top: -0.9em;
}
.obj_list .new:before {
	width: 5em;
	left: -0.6em;
	top: -0.6em;
}
@media screen and (max-width: 680px) {
	.obj_list .new:before {
		width: 3em;
		left: -0.4em;
		top: -0.4em;
	}
}
/*中身*/
/*
.price {
	font-size: 0.88em;
}
@media screen and (max-width: 680px) {
	.price {
	font-size: 1.0em;
}
}
*/
/*event_list
--------------------------------------------------------------*/
.event_list {
	word-break: break-all;
}
.event_list > li {
	padding: 3.5em 0;
	border-bottom: 1px solid #E6E6E6;
}
.event_list_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.event_list_inner .img {
	width: 30%;
	overflow: hidden;
	border-radius: 0.5em;
}
.event_list_inner .img img {
	border-radius: 0.5em;
	width: 100%;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	aspect-ratio: 2/1.35;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
.event_list_inner_place a, .event_list_inner_place {
	word-break: break-all;
}
@media screen and (min-width: 961px), print {
	.event_list_inner .img:hover img {
		transform: scale(1.1, 1.1);
	}
}
.event_list_inner .text_box {
	width: 62%;
}
@media screen and (max-width: 680px) {
	.event_list > li {
		padding: 2em 0;
	}
	.event_list_inner .img img {
		border-radius: 0.4em;
	}
}
/*section_boder*/
.section_boder {
	border-bottom: 1px solid #E6E6E6;
	padding-top: 5em;
	margin-bottom: 5em;
}
/*floating_banner
-----------------------------------------------------------------------------------*/
.floating_banner {
	max-width: 250px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.15);
	z-index: 100;
	display: none;
}
.floating_banner img {
	max-width: 100%;
}
.floating_banner a {
	display: block;
}
.floating_banner p {
	margin-bottom: 0;
}
.floating_banner p.close {
	position: absolute;
	right: -14px;
	top: -23px;
}
.floating_banner p.close img {
	vertical-align: top;
}
.floating_banner p.close a {
	display: block;
	width: 45px;
	height: 45px;
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.floating_banner {
		max-width: 90vw;
		bottom: 30px;
		/*	right: inherit;
		left: 5vw;*/
	}
	.floating_banner p.close a {
		width: 43px;
		height: 43px;
	}
}
/*bnr_style*/
.bnr_style > a img {
	width: 280px;
}
/*top_news_area*/
.top_news_area {
	padding: 5em 0;
}
@media screen and (max-width: 960px) {
	.top_news_area {
		padding: 5em 0 7rem 0;
	}
}
@media screen and (max-width: 480px) {
	.top_news_area {
		padding: 3em 0 7rem 0;
	}
}

/*sitemap_list
---------------------------------------------*/
.sitmap_cont_flex {
	word-break: break-all;
	display: flex;
	justify-content: space-between;
}
.sitemap_list {
	display: flex;
	width: 90%;
}
.sitemap_list > li {
	font-size: 1.0em;
	margin-bottom: 2em;
	margin-left: 10%;
}
.sitemap_list > li:first-child {
	margin-left: 0;
}
.sitemap_list > li ul > li {
	margin-top: 1em;
	padding-left: 1em;
}
.sitemap_list_02 {
	width: 10%;
}
.sitemap_list_02 > li {
	font-size: 1.0em;
	margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
	.sitmap_cont_flex {
		display: block;
	}
	.sitemap_list {
		width: auto;
		display: block;
	}
	.sitemap_list > li {
		margin-bottom: 2em;
		margin-left: 0;
	}
	.sitemap_list_02 {
		width: auto;
	}
}