@charset "utf-8";

/* common
----------------------------------------------- */
.hidden {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.imgBox {
	position: relative;
	overflow: hidden;
}
.imgBox img {
	width: 100%;
	height: auto;
	transition: all 0.4s;
}

.no-entry {
	text-align: center;
	font-size: 1.2em;
}

.btnWrap {
	padding: 2em 0;
}

.btn {
	transition: all 0.4s;
}
.btn span a {
	display: block;
	width: 100%;
	height: 100%;
}

span.bracket-left {
	display: inline-block;
	margin-left: -0.5em;
}
span.bracket-right {
	display: inline-block;
	margin-right: -0.5em;
}

/* Font
----------------------------------------------- */
.font-mincho {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


/* Text
----------------------------------------------- */
h2 {
	margin: 0 auto;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}


/* animation
----------------------------------------------- */
.animate-fadein img {
	transition: all 0.8s ease-in 0.2s;
	opacity: 0;
}
.is-show .animate-fadein img,
.animate-fadein.is-show img {
	opacity: 1;
}


/* Button
----------------------------------------------- */
.addition {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1em 0;
}
.addition > p {
	text-align: center;
	line-height: 1.4;
}
.addition > .moreBtn {
	width: 100%;
	margin: 0 auto;
}
.moreBtn {
	position: relative;
	text-align: center;
	letter-spacing: 0.2em;
	max-width: 400px;
	margin: 0 auto;
}
.moreBtn a {
	display: block;
	text-decoration: none;
	margin: 0 auto;
	padding: 1em 0;
}

.quick-entry a {
	font-size: 1.3em;
}

/* Contents
----------------------------------------------- */
/* .catch {
} */
.catch > .catch-headline {
	font-weight: 600;
	margin-bottom: 0.5em;
}
.headline {
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
}
.headline > .ttl {
	position: relative;
	display: inline-block;
}
.headline > .ttl span {
	position: relative;
	display: inline-block;
}
.headline > p {
	font-size: 1.2em;
	line-height: 1.4;
}
.content-headline {
	margin-bottom: 30px;
}
.block-headline {
	text-align: center;
	margin-bottom: 30px;
}
.content {
	position: relative;
}
.content p:not(:last-child) {
	margin-bottom: 1em;
}


/* Flex
----------------------------------------------- */
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
}
.flex-s {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
}
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.flexList a {
	display: block;
	text-decoration: none;
}
.flexList li {
	padding: 0 1em 4em;
}
.flexList.pane2 {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.flexList.pane2 li {
	width: 50%;
}
.flexList .caption {
	text-align: center;
}


/* Table
----------------------------------------------- */
.table-info {
	width: 100%;
}
.table-info caption {
	font-size: 1.1em;
	line-height: 1.5;
	padding-bottom: 0.25em;
}


/* Index Content
----------------------------------------------- */
#wrapper > section.index-content_image {
	padding: 35px 0 0;
	margin-bottom: 0;
}
.index-content {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.index-content > .box {
	width: 100%;
}
.index-content > .box a {
	display: block;
	text-decoration: none;
	color: #333;
}
.index-content > .box a > .imgBox img {
	transition: all 0.35s ease-in-out;
}
.index-content > .box a.hover > .imgBox img {
	transform: scale(1.2);
}
.index-content .desc .ttl {
	font-size: 2em;
	font-weight: 600;
	text-align: center;
	padding: 0.75em 0;
	transition: 0.3s color;
}
.index-content .desc a:hover .ttl {
	color: #a3cc52;
}
.index-content .desc .ttl::after {
	display: block;
	content: attr(data-text);
	font-size: 1rem;
}
.index-content .desc p {
	font-size: 1.2em;
}

/* 20250604 追加 */
.top-storeimage img{
	object-fit:cover;
	width: 100%;
	height: 190px;
	object-position: center;
}


/* Index Concept
----------------------------------------------- */
.index-concept .catch {
	padding: 2em 0;
}


/* Index Topics
----------------------------------------------- */
/* .index-topics {}
.index-topics .index-banner {} */
.index-topics .index-banner > .banner-list li dl {
	padding: 0 0.5em;
}
.index-topics .index-banner > .banner-list li dt {
	padding: 0.5em 0;
}
.banner-list {
	justify-content: space-between;
}

.banner-list a {
	display: block;
	text-decoration: none;
}
.banner-list figure {
	position: relative;
	overflow: hidden;
}
.banner-list figure img {
	transition: all 0.3s;
}
.banner-list a:hover img {
	transform: scale(1.05);
}
.index-topics .block {
	position: relative;
	width: 100%;
}
.index-topics .headline {
	text-align: left;
}
.index-topics .headline > .moreBtn {
	position: absolute;
	left: 0;
	margin: 0;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 20px;
}
.index-topics .headline > .moreBtn a {
	padding: 1em;
}
.index-topics .news-list article:not(:last-child) {
	border-bottom: #B5B5B5 solid 1px;
	padding-bottom: 10px;
}


/* Image List
----------------------------------------------- */
/* .image-list {} */
.image-list figure > figcaption {
	padding: 1em 0;
	line-height: 2;
}


/* Item List
----------------------------------------------- */
.item-info .item-name {
	font-size: 1.1em;
	font-weight: 600;
	padding: 1em 0;
}
.item-info .item-desc {
	line-height: 2;
}


/* Menu List
----------------------------------------------- */
/* .menu-list {} */
.menu-list > .box {
	width: 100%;
}
/* .menu-info {} */
.menu-info .menu-name {
	font-weight: 600;
	color: #7A6A56;
	border-bottom: #7A6A56 solid 1px;
	padding: 1.5em 0;
}
.menu-info .menu-desc {
	line-height: 2.5;
	padding: 2em 0;
}
.menu-content > .menu-price {
	color: #FFF;
	background: #C9BC9C;
	text-align: center;
	line-height: 2;
	padding: 1em;
}
.menu-content > .menu-price dt,
.menu-content > .menu-price dd {
	line-height: 1.4;
}
.menu-content > .menu-price dd > .price-regular {
	display: block;
	font-size: 1.2em;
}


/* Menu Table
----------------------------------------------- */
.menu-table {
	width: 100%;
}
.menu-table caption {
	margin-bottom: 0.5em;
}
.menu-table tbody tr {
	border-top: #CCC solid 1px;
}
.menu-table tbody tr:last-child {
	border-bottom: #CCC solid 1px;
}
.menu-table th {
	font-weight: normal;
	text-align: left;
}
.menu-table td {
	text-align: center;
}


/* Contents List
----------------------------------------------- */
#contents-list {
	background: #82d2dc;
}
#contents-list ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents-list li a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	transition: all 0.5s;
}
#contents-list li a:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}



/* Blog Widget
----------------------------------------------- */
#blogWidget {
	width:100%;
}
#blogWidget > section {
	width:25%;
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1em;
}
/* #blogWidget > section h4 {
} */

.blog_side {
	width:200px;
	float:right;
}
.blog_side h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:0.25em;
	font-size:14px;
}
.archive_list {
	list-style:none;
	font-size:12px;
}
.archive_list li {
	line-height:1.5;
	text-indent:1em;
}

#recent_entries {
	list-style:none;
	font-size:12px;
}
#recent_entries li {
	line-height:1.5;
	text-indent:0;
	margin-bottom:0.5em;
}


/* News List
----------------------------------------------- */
.news-list {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-list p.no-feed {
	width: 100%;
	text-align: center;
}
.news-list article {
	margin-bottom: 10px;
}
.news-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	transition: all 0.4s;
}
.news-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
	background: #FFF;
}
.news-list .post-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	padding-bottom: 1em;
}
.news-list .post-thumb {
	width: 100%;
	max-width: 100%;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
	overflow: hidden;
	transition: all 0.4s;
}
.news-list .post-thumb figure {
	-webkit-transition: all 2s linear 100ms;
	transition: all 2s linear 100ms;
	overflow: hidden;
}
.news-list a:hover .post-thumb figure {
	-webkit-transition: all 100s linear 100ms;
	transition: all 100s linear 100ms;
	-webkit-transform: scale(5);
	transform: scale(5);
}
.news-list .post-thumb figure img {
	transition: all 0.3s;
}
.news-list .post-summery {
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}
.news-list .post-title {
	font-weight: normal;
	line-height: 1.4;
	-ms-grid-row-align: stretch;
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	padding: 0.5em 0;
}
.news-list .post-date {
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0.1ex;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}
.news-list .post-category {
	width: 100%;
	max-width: 100%;
	text-align: center;
	color: #FFF;
}
.news-list .post-excerpt {
	line-height: 1.4;
	word-break: break-all;
}


/* Post Single
----------------------------------------------- */
.post-single {
	margin-bottom: 25vh;
}
.post-single .post-movie,
.post-single .post-thumbnail {
	margin-bottom: 30px;
}
.post-single .post-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.post-single .post-movie > iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
.post-single .scarehead .post-movie {
	border-top: #452D84 solid 2px;
	border-bottom: #452D84 solid 2px;
	background: #452D84;	
}
.post-single .scarehead .post-movie > iframe {
	width: calc(100% - 14px);
}
.post-header {
	border-bottom: #000 solid 1px;
	padding-bottom: 2em;
}
.post-header .post-author {
	align-self: center;
	width: 80px;
	margin-right: 1.5em;
}
.post-header .post-author img {
	border: #452D84 solid 2px;
	border-radius: 50%;
}
.post-header h1 {
	font-size: 2em;
	line-height: 1.4;
}
.post-header .post-date {
	text-align: right;
}
.post-header .post-summery {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	flex: 1;
}
.post-header .post-summery-attribute {
	display: -webkit-flex;
	display: flex;
	padding-top: 0.5em;
	color: #4D4D4D;
	font-size: 1.2em;
}
.post-header .post-summery-attribute > .post-date {
	padding: 0 1em;
}

.post-singular {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 1em;
	margin-bottom: 50px;
}
.post-singular:last-child {
	margin-bottom: 0;
}
.post-date > .newly {
	display: inline-block;
	color: #F00;
	padding: 0 0.5ex;
}
.post-content {
	border-bottom: #000 solid 1px;
	padding: 1em 1.5em 4em;
	word-break: break-all;
}
.post-content > * {
	line-height: 2;
}
.post-content p {
	margin-bottom: 1em;
}
.post-content p:last-child {
	margin-bottom: 0;
}
.post-content img {
	width: auto;
}
.post-content + .post-category {
	text-align: right;
	padding: 0.5em 1em;
}


/* Post List
----------------------------------------------- */
.post-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-list a {
	display: block;
	text-decoration: none;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s;
}
.post-list a:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.post-list .post-thumbnail {
	position: relative;
}
.post-list .post-thumbnail > .post-category {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}
.post-list .post-overview {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #FFF;
	padding: 1em;
}
.post-list .post-overview .post-excerpt {
	color: #808080;
}
.post-list .post-overview .post-summery {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	color: #000;	
	line-height: 1.2;
	padding-top: 1em;
}
.post-list .post-overview .post-summery h1 {
	font-size: 1.2em;
}


/* Blog PageNav
----------------------------------------------- */
.single_pagenav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.single_pagenav li {
	text-align: center;
	height: 48px;
}
.single_pagenav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	color: #FFF;
	background: #000;
}
.single_pagenav li.pagenav-prev,
.single_pagenav li.pagenav-next {
	width: 48px;
}
.single_pagenav li.pagenav-back {
	width: calc(100% - 96px);
	padding: 0 4px;
}
.single_pagenav li.end a {
	cursor: default;
	background: rgba(0,0,0,0.5);
}

/* Map
----------------------------------------------- */
/* .map-area {} */
.map-caption {
	padding-top: 1em;
}
.map-area .to_gmap {
	margin: 1ex 0 0;
	text-align: right;
}
.map-area .to_gmap a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.85em;
	color: #FFF;
	background: #C0272D;
	padding: 1ex;
}
.map-area .to_gmap a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f35d";
	padding-left: 1ex;
}
.gmap {
	width: 100%;
	height: 450px;
}


/* Social Media
----------------------------------------------- */
#facebook .contentWrap {
	max-width:500px;
	margin:0 auto;
}
#fb_pluginBox {
	text-align:center;
	margin-bottom:15px;
	min-height:500px;
}
.social_area {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px auto;
}
.social_area li {
	display: inline-block;
	vertical-align: top;
}
.social_area li a {
	display: inline-block;
	text-decoration: none;
}
.social_area li.facebook_like {
	margin-right: 4px;
}
.social_area li.send_line {
	display: block;
	margin-top: 14px;
}
.social_area li.send_line img {
	width: auto;
	height: 30px;
}


/* Blog Dropdown
----------------------------------------------- */
.archive_dropdown {
	margin:0 5px 15px 5px;
}
.archive_dropdown h3 {
	background:#F9C4D8;
	padding:0.5em 0;
	margin-bottom:5px;
}
.archive_dropdown select {width:100%; height:3em;}
.archive_dropdown option {padding:0.5em 0;}



@media screen and (min-width:768px) {	
	/* Flex
	----------------------------------------------- */
	.flexBox .box50 {
		width: 50%;
		padding: 0 1%;
	}
	.flexList li {
		width: 50%;
	}
	.flexList .ttl {
		font-size: 1.5em;
	}
	.flexList .caption p {
		font-size: 1.2em;
	}
	
	/* Table
	----------------------------------------------- */
	.table-info th {
		width: 180px;
		background: #F2F2F2;
	}
	.table-info th,
	.table-info td {
		line-height: 1.75;
		border-top: #CCC solid 1px;
		border: #CCC solid 1px;
		padding: 1em 1.25em;
		vertical-align: top;
	}

	
	/* Index Content
	----------------------------------------------- */
	/* .index-content > .box {
		width: 32%;
		width: calc(100% / 3 - 0.75em);
	} */

	.index-content > .box > .box > .desc{
		width: calc(100% / 3 - 30px);
		margin: auto;
	}
	.index-content > .box > .box {
		display: flex;
		flex-wrap: wrap;
	}

	.index-content_main .imgBox {
		display: none;
	}
	.index-content > .box .desc > .ttl {
		font-size: 1.6em;
	}
	
	/* Index Topics
	----------------------------------------------- */
	.index-topics .index-banner > .banner-list li {
		/* width: 50%; */
		width: 30%;
		margin-bottom: 5px;
	}
	.index-topics .index-banner > .banner-list li:nth-child(odd) {
		padding-right: 10px;
	}
	.index-topics .index-banner > .banner-list li:nth-child(even) {
		padding-left: 10px;
	}
	.index-topics .index-banner > .banner-list li dt {
		font-size: 1.5em;
	}
	.index-topics .index-banner > .banner-list li dd {
		font-size: 1.1em;
	}
	
	/* Image List
	----------------------------------------------- */
	.image-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.image-list li {
		width: calc(100% / 3 - 5px);
	}
	.image-list li.first-large {
		width: 100%;
		margin-bottom: 5px;
	}
	.image-list figure > figcaption {
		text-align: center;
	}
	
	/* Item List
	----------------------------------------------- */
	.item-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: -50px;
	}
	.item-list > .box {
		width: calc(100% / 3 - 15px);
		margin-bottom: 50px;
	}
	.item-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: 100%;
		overflow: hidden;
	}
	.item-info {
		height: 100%;
	}
	.item-info .item-name {
		text-align: center;
	}
	
	/* Menu List
	----------------------------------------------- */
	.menu-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: -50px;
	}
	.menu-list > .box {
		width: calc(50% - 25px);
		margin-bottom: 50px;
	}
	.menu-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		height: 100%;
		overflow: hidden;
	}
	.menu-info {
		text-align: center;
		height: 100%;
	}
	.menu-info .menu-name {
		font-size: 2em;
	}
	.menu-info .menu-desc {
		font-size: 1.2em;
	}
	.menu-content > .menu-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		font-size: 1.2em;
	}
	.menu-content > .menu-price dt {
		-ms-flex: 1.5;
		-webkit-box-flex: 1.5;
		-webkit-flex: 1.5;
		flex: 1.5;
	}
	.menu-content > .menu-price dd {
		-ms-flex: 1;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}
	
	/* Menu Table
	----------------------------------------------- */
	.menu-table th {
		width: 48%;
	}
	.menu-table td {
		width: 16%;
	}
	.menu-table thead th,
	.menu-table thead td {
		padding: 0.5em 1em;
	}
	.menu-table tbody th {
		padding: 1em;
	}
	.menu-table tbody td {
		padding: 1em 0;
	}
	
	/* Contents
	----------------------------------------------- */
	.content {
		font-size: 1.3em;
	}
	.catch {
		text-align: center;
	}
	.catch > .catch-headline {
		font-size: 1.5em;
	}
	.catch > p {
		line-height: 2.5;
	}
	.headline .ttl {
		font-size: 2.2em;
	}
	.headline p {
		font-size: 1.4em;
	}
	#concept .headline .ttl {
		font-size: 2.7em;
	}
	
	/* News List
	----------------------------------------------- */
	.news-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.news-list article {
		width: 49%;
		width: calc(50% - 5px);
	}
	.news-list .post-thumb {
		width: 120px;
	}
	.news-list .post-title {
		font-size: 1.5em;
	}
	.news-list .post-date,
	.news-list .post-excerpt {
		font-size: 1.2em;
	}
	
	/* Post Single
	----------------------------------------------- */
	.post-content {
		font-size: 1.3em;
	}
	
	/* Blog PageNav
	----------------------------------------------- */
	.single_pagenav {
		font-size: 1.2em;
	}
}
@media screen and (min-width:980px) {
	/* Index Topics
	----------------------------------------------- */
	.index-topics .block {
		width: 50%;
	}
	.index-topics .block2  {
		width: 50%;
	}
	.index-topics .block:nth-of-type(odd) {
		padding-right: 30px;
	}
	.index-topics .block:nth-of-type(even) {
		padding-left: 30px;
		/*padding-top: 30px;*/
	}
	.index-topics .block > .inner-block:not(:last-child) {
		margin-bottom: 0;
	}
	.index-topics .index-banner > .banner-list li dt {
		font-size: 2em;
	}
	.index-topics .index-banner > .banner-list li dd {
		font-size: 1.2em;
	}
	.index-topics .index-banner > .banner-list li:last-child {
		margin-bottom: 0;
	}
	.index-topics .index-news .news-list article {
		width: 100%;
	}
	.index-topics .info-map > .addition,
	.index-topics .news-list + .addition {
		display: none;
	}
	
	/* Contents
	----------------------------------------------- */
	/* .headline .ttl {
	} */
	
	/* Post Single
	----------------------------------------------- */
	.post-single .post-header,
	.post-single .post-content {
		padding-left: 100px;
		padding-right: 100px;
	}
	.post-single .post-headline {
		padding-left: 80px;
		padding-right: 80px;
	}

}
@media screen and (min-width:1024px) {
	/* Index Content
	----------------------------------------------- */
	
	/* Contents
	----------------------------------------------- */
	.catch > .catch-headline {
		font-size: 2.5em;
	}
}
@media screen and (min-width:1180px) {
	/* Index Content
	----------------------------------------------- */
	/* .index-content > .box {
		width: 31.5%;
		width: calc(100% / 3 - 30px);
	} */

	.index-content > .box > .box > .desc{
		width: calc(100% / 3 - 60px);
		margin: 1em auto;
	}
	.index-content > .box > .box {
		display: flex;
		flex-wrap: wrap;
	}
	
	
	.index-content_main .imgBox {
		display: none;
	}
	.index-content > .box .desc > .ttl {
		font-size: 2.5em;
	}
	
	/* Index Topics
	----------------------------------------------- */
	.index-topics .headline .ttl {
		font-size: 2em;
	}
	
	/* Contents
	----------------------------------------------- */
	.headline .ttl {
		font-size: 2.8em;
	}
}
@media screen and (max-width:979px) {
	/* Index Topics
	----------------------------------------------- */
	.index-topics .headline {
		text-align: center;
	}
	.index-topics .headline > .moreBtn {
		display: none;
	}
	.index-topics .block:not(:last-child) {
		margin-bottom: 30px;
	}
	.index-topics .index-banner,
	.index-topics .index-news {
		width: 100%;
	}

	/* flex
	----------------------------------------------- */

	.flex-s {
		display: block;
	}
}

@media screen and (max-width:880px) {
	.index-content .desc .ttl {
		font-size: 1.7em;
}
}
@media screen and (max-width:767px) {	
	/* Flex
	----------------------------------------------- */
	.flexBox .box50 {
		width: 100%;
	}
	.flexList.pane2 li {
		width: 100%;
		margin-bottom: 2em;
	}
	.flexList.pane2 li:last-child {
		margin-bottom: 0;
	}
	.flexList .ttl {
		font-size: 1.3em;
	}
	
	/* Table
	----------------------------------------------- */
	.table-info {
		border: #999 solid 1px;
		border-top: none;
	}
	.table-info th,
	.table-info td {
		display: block;
		border: none;
		padding: 0.75em 1em;
		line-height: 1.75;
	}
	.table-info th {
		width: 100%;
		text-align: left;
		border-top: #999 solid 1px;
		border-bottom: #999 solid 1px;
		background: #F2F2F2;
	}
	
	/* Index Content
	----------------------------------------------- */
	.headline {
		margin: 0 auto 20px;
	}
	.index-content {
		padding-top: 30px;
	}
	.index-content > .box {
		margin-bottom: 30px;
	}
	.index-content > .box:last-child {
		margin-bottom: 0;
	}
	
	/* Index Topics
	----------------------------------------------- */
	.index-topics .headline .ttl {
		font-size: 1.5em;
	}
	.index-topics .index-banner > .banner-list li:not(:last-child) {
		margin-bottom: 5px;
	}
	.index-topics .index-banner > .banner-list li dt {
		font-size: 1.4em;
	}
	.index-topics .block {
		width: 100%;
	}
	
	/* Item List
	----------------------------------------------- */
	.item-list > .box {
		margin-bottom: 25px;
	}
	.item-list > .box:last-child {
		margin-bottom: 0;
	}
	
	/* Menu List
	----------------------------------------------- */
	.menu-list > .box {
		margin-bottom: 50px;
	}
	.menu-list > .box:last-child {
		margin-bottom: 0;
	}
	.menu-info .menu-name {
		font-size: 1.5em;
		text-align: center;
	}
	.menu-info .menu-desc {
		padding: 2em 1em;
	}
	.menu-info .menu-desc > br {
		display: none;
	}
	.menu-content > .menu-price dt {
		margin-bottom: 1em;
	}
	
	/* Menu Table
	----------------------------------------------- */
	.menu-table thead {
		display: none;
	}
	.menu-table th {
		display: block;
		background: #E6E6E6;
		border-bottom: #CCC solid 1px;
		text-align: center;
		padding: 1em 0;
	}
	.menu-table td {
		display: inline-block;
		text-align: center;
		padding: 1em 0;
	}
	.menu-table td.time {
		width: 22%;
	}
	.menu-table td.price {
		width: 39%;
	}
	.menu-table td.price::before {
		display: block;
		font-size: 10px;
		content: attr(data-text);
	}
	
	/* Contents
	----------------------------------------------- */
	.headline .ttl {
		font-size: 2em;
	}
	.catch > .catch-headline {
		font-size: 2em;
	}
	#concept .headline .ttl {
		font-size: 1.7em;
	}
	
	/* News List
	----------------------------------------------- */
	.news-list article {
		width: 100%;
	}
	.news-list article:last-child {
		margin-bottom: 0!important;
	}
	.news-list > .no-entry {
		width: 100%;
	}
	/* .news-list .post-excerpt {
	} */
	.news-list .post-title {
		font-size: 1.2em;
	}
	.news-list .post-thumb {
		width: 100px;
	}

	/* Post List
	----------------------------------------------- */
	.post-list li,
	.post-list article {
		width: 50%;
		padding: 0 4px 8px 4px;
	}
	
	/* Post Single
	----------------------------------------------- */
	.post-content {
		font-size: 1.2em;
	}
	
	/* Map
	----------------------------------------------- */
	.gmap {
		height: 300px;
	}
	/* ｓingle-store
	----------------------------------------------- */

	.sstore-con {
		padding: 20px 0;
	}
	.sstore-texttitle {
		font-size: 1.5em !important;
	}
	.sstore-text {
		font-size: 1.1em !important;
	}
}

@media screen and (max-width:374px) {
	/* Post Single
	----------------------------------------------- */
	.post-header .post-author {
		width: 60px;
	}
	.post-header h1 {
		font-size: 1.8em;
	}

}

@media screen and (max-width:440px) {
	.addition > .moreBtn {
		max-width: 400px;
	}
	.quick-entry {
		margin: 0 1em;
	}
}

	/* 店舗詳細
	----------------------------------------------- */
	.sstore-con {
		margin: 0 auto;
		max-width: 1200px;
		display: flex;
		padding: 40px 0;
	}
	.sstore-con2 {
		background-color: #F7F8F8;
	}

.sstore-block{
	width: 50%;
	padding: 0 15px;
}
.sstore-block-text  {
	max-width: 50%;
	padding:  15px;
}

.sstore-texttitle {
    font-size: 1.8em;
	margin-bottom: 15px;
}
.sstore-text {
    font-size: 1.3em;
		line-height:1.75;
}
.sstore-p > a {
    color: #209bd8;
}
.sstore-p > a:visited{
    color: #d820bf !important;
}




	/* ヘッダーメニュー s
	----------------------------------------------- */

	.menu-btn{
		position: relative;
		display: block;
		background: #FFF;
		height: 3px;
		width: 35px;
		margin: 3px auto 6px;
		transition: all 0.3s;
	}

.menu-btn {
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #ffffff00;
} 
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
} 

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
} 
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 60px;
    left: 100%;
    z-index: 80;
    background-color: #0000007e;
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
    left: 50%;
	top: 60px;
}

.header-logo-s{
	margin: 0 auto;
	padding: 0 auto;
}


.menu-btn:after {
  content: "";
  position: absolute;
  left: -12.5px;
  top: -22.5px;
  width: 50px;
  height: 50px;
  background: #e8347300;
} 

.block > .headline > .ttl {
	font-size: 2em;
	font-weight: 600;
	text-align: center;
}
.block > .headline > .ttl::after {
	display: block;
	content: attr(data-text);
	font-size: 1rem;
}

.content > p{
line-height: 1.5em;
}

@media screen and (max-width:670px) {
		/* 店舗詳細
	----------------------------------------------- */

	.sstore-con {
		display: block;
		padding: 40px 0;
	}
	.sstore-con2 {
		background-color: #F7F8F8;
	}

	.sstore-block{
	width: 100%;
	padding: 0 15px;
	}
	.sstore-block-text  {
	max-width: 100%;
	padding: 15px;
	}
}
.index-info .headline{
    display: flex;
    align-items: center;
	margin: 0 auto 0 !important;
 }
.index-info .moreBtn{
    position: relative !important;
	/* margin-bottom: 0 !important; */
	-webkit-transform: translateY(-0%) !important; 
    transform: translateY(-0%) !important;
 }
 .index-info > .headline > .ttl{
	margin-bottom: 15px !important;
 }

.sstore-block-text{
 width:50%; 
 max-width:50%;
 padding:15px;
}

@media screen and (max-width: 670px){
.sstore-block-text {
max-width: 100%;
padding: 15px;
width: 100%; 
}
}