@charset "utf-8";

/*---------------------------------------------------------
　　トップページ
---------------------------------------------------------*/

/* スライダー */
.swiper-button-prev::after,
.swiper-button-next::after {
    color: white;
}
.top-message {
	padding: 2em;
	text-align: left;
}

.top-gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-gallery li {
	margin: 0 1% 15px 1%;
	width: 31%;
}
.top-gallery li img{
	width: 100%;
}

.top-cafememu {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top-cafememu li {
	margin: 0 1% 15px 1%;
	width: 48%;
}
.top-cafememu li img{
	width: 100%;
}
.top-cafememu li p {
	padding: .5em 0 1em 0;
	text-align: left;
	line-height: 1.2;
}

.news-box {
	text-align:  center;
}
.news-box dl {
  margin: 0 auto;
  padding: 5px;
}
.news-box dl dt {
  width: 8em;
  margin: 0;
  padding: 5px;  
  clear: left;
  float: left;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
}
.news-box dl dd {
  margin: 0;
  padding: 5px 5px 5px 9em;
  border-bottom: dotted 1px #CCC;
  line-height: 1.5em;
  text-align: left;
}
.news-box a {
	text-decoration: none;
}
.news-box a:hover {
	text-decoration: underline;
}

/* Insta */
.top-insta {
	margin-bottom: 30px;
}
.top-insta img /*後で消す*/ {
	/*width: 100%;*/
}

/* タブレット */
@media print, screen and (min-width: 481px) {
	.top-cafememu li {
		margin: 0 1% 15px 1%;
		width: 23%;
	}
	.news-box dl {
		width: 80%;
	}
	/* Insta */
	.top-insta {
		margin-bottom: 40px;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	.news-box dl {
		width: 70%;
	}
	/* SNS */
	.top-insta {
		margin-bottom: 50px;
	}
}


/*---------------------------------------------------------
　　メニュー
---------------------------------------------------------*/

.menu-list {
	display: flex;
	flex-wrap: wrap;
}
.menu-list .menu-info {
	margin: 0 2% 50px 2%;
	width:  46%;
	display: flex;
	flex-direction: column;
}
.menu-list .menu-info div:first-child {
	margin-bottom: 15px;
}
.menu-list .menu-info div {
	text-align:  center;
}
.menu-list .menu-info div:first-child img {
	width: 100%;
}
.menu-list .menu-info div .menu-name {
	font-size: 110%;
	font-weight:  bold;
	margin-bottom: 5px;
}
.menu-list .menu-info div .menu-price {
	font-weight:  bold;
	color: #6F2A2B;
	margin-bottom: 10px;
}
.menu-list .menu-info div .menu-txt {
	line-height: 1.5;
	text-align: left;
}


/* タブレット */
@media print, screen and (min-width: 481px) {
	.menu-list .menu-info {
		margin: 0 2% 30px 2%;
		width:  29%;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	
}

/*---------------------------------------------------------
　　スタッフ紹介
---------------------------------------------------------*/

.staff-list {
	display: flex;
	flex-wrap: wrap;
}
.staff-list .staff-info {
	margin: 0 2% 30px 2%;
	width:  46%;
	display: flex;
	flex-direction: column;
}
.staff-list .staff-info div:first-child {
	margin-bottom: 15px;
}
.staff-list .staff-info div {
	text-align:  center;
}
.staff-list .staff-info div:first-child img {
	width: 100%;
}
.staff-list .staff-info div .staff-name {
	font-size: 110%;
	font-weight:  bold;
	margin-bottom: 10px;
}
.staff-list .staff-info div .staff-cmt {
	line-height: 1.5;
}


/* タブレット */
@media print, screen and (min-width: 481px) {
	.staff-list .staff-info {
		margin: 0 2% 30px 2%;
		width:  29%;
	}
	.staff-list .staff-info div:first-child img {
		width: 70%;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	
}

/*---------------------------------------------------------
　　テキストボタンリンク
---------------------------------------------------------*/

.btn-link {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.btn-link a {
	display: block;
	padding: .6em;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #333;
}
.btn-link a:hover {
	opacity: 0.7;
}

/* タブレット */
@media print, screen and (min-width: 481px) {
	.btn-link {
		width: 400px;
	}
}
/* PC */
@media print, screen and (min-width: 1000px) {
	
}

/*---------------------------------------------------------
　　アクセス
---------------------------------------------------------*/

.g-map {
	margin: 0 0 30px 0;
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* タブレット */
@media print, screen and (min-width: 481px) {
	
}
/* PC */
@media print, screen and (min-width: 1000px) {
	
}

/*---------------------------------------------------------
　　お知らせ
---------------------------------------------------------*/

/* ページ送り */
.page-numbers {
	padding: 4px 10px;
	color: #333 !important;
	border: 1px solid #333;
	background: #fff;
	text-decoration: none !important;
	margin-bottom: 5px;
	display: inline-block;
}
.current{
	color: #fff !important;
	background: #333;
}
.next,
.prev{
	color: #333;
	background: #fff;
}
.page-numbers:hover {
	color: #fff !important;
	background: #333;
}

/* ページ送り（category.php） */
#pagenation2 ul {
	list-style-type: none;
  overflow: hidden;
  padding: 0 10px;
  margin: 15px 0;
	text-align: center;
}
#pagenation2 li {
	display: inline-block;
	margin-left: 2px;
	margin-bottom: 5px;
}
#pagenation2 li.active {
	background-color: #333;
	color: #fff;
	padding: 4px 10px;
	border: 1px solid #333;
}
#pagenation2 li a,
#pagenation2 li span {
	display: block;
	background: #fff;
	color: #333;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	border: 1px solid #333;
}
#pagenation2 li a:hover,
#pagenation2 li span:hover {
	background-color: #333;
	color: #fff;
}

/* ページ送り（single.php） */
#news-nav {
	padding: 10px;
	overflow: hidden;
}
#news-prev {
	width: 8em;
	white-space: nowrap;
	float: left;
}
#news-next {
	width: 9em;
	white-space: nowrap;
	float: right;
}
#news-prev a,
#news-next a {
	display: block;
	padding: .4em 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #333;
	position: relative;
}
#news-prev a:before {
	position: absolute;
  top: .2em;
  left: 7px;
  content: '\f104';
  color: #fff;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 130%;
}
#news-next a:after {
	position: absolute;
  top: .2em;
  right: 7px;
  content: '\f105';
  color: #fff;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 130%;
}
#news-prev a:hover {
	opacity: .8;
}
#news-next a:hover {
	opacity: .8;
}


/* 記事詳細 */
#news-kiji {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#kiji-date-cat {
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}
#kiji-date-cat li {
	display: block;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#kiji-date-cat li a {
	margin-left: 10px;
	color: #333;
	text-decoration: none;
}
#kiji-date-cat li a:hover {
	color: #333;
}
#kiji-date-cat li a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f02b';
	font-weight: 900;
	font-size: 120%;
	color: #333;
	padding-right: 5px;
}
#kiji-date-cat .kiji-date:before {
	font-family: "Font Awesome 5 Free";
	content: '\f073';
	font-weight: 900;
	font-size: 120%;
	color: #333;
	padding-right: 5px;
}
#kiji-txt {
	padding-bottom: 30px;
	text-align: left;
	line-height: 2em;
	border-bottom: 1px solid #ddd;
}

/* タブレット */
@media print, screen and (min-width: 544px) {

}

/* PC */
@media print, screen and (min-width: 1000px) {

}

/*---------------------------------------------------------
　　xxxxxx
---------------------------------------------------------*/


/* タブレット */
@media print, screen and (min-width: 481px) {
	
}
/* PC */
@media print, screen and (min-width: 1000px) {
	
}


