@charset "UTF-8";

/*---------------------------------------------

News Page CSS

for domain
coded by d-spica at 2018-07-22

---------------------------------------------*/


@import url(default.css);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://use.fontawesome.com/releases/v5.1.0/css/all.css);
@import url(base.css);



article > ul.eyecatch {
	position: relative;
	padding-bottom: 20rem;
}

article > .eyecatch li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article > .eyecatch li i {
	display: block;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
}

header.news-header,
header.shop-header {
	background: #F9F6EF;
	font-size: 0.9rem;
}

.great header.shop-header {
	background: #F7EFDA;
}

header.shop-header > div:first-child {
	margin: 0 auto;
	padding: 2.5rem 1rem 0;
	max-width: 49rem;
}

header.shop-header > div:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

header.shop-header h2 {
	float: left;
	margin-bottom: 0.8em;
	font-size: 200%;
	color: #007F66;
}

.great header.shop-header h2 {
	color: #61312E;
}

header.shop-header h2 img {
	margin-right: 0.5em;
	height: 1.4em;
	vertical-align: middle;
}

header.shop-header .nav-mailmaga {
	float: right;
}

header.shop-header .nav-mailmaga a {
	display: inline-block;
	border-radius: 0.5em;
	background: #FFA301;
	padding: 0.4em;
	width: 10em;
	text-align: center;
	font-size: 135%;
	color: #FFF;
}

header.shop-header .nav-line {
	float: right;
	margin-top: 0.2em;
}

header.shop-header .nav-line a {
	display: inline-block;
	width: 12em;
}

header.shop-header .tel {
	float: right;
	border: solid 1px #61312E;
	background: #FFF;
	padding: 0.4em 2.5em 0.2em;
	width: 12em;
	line-height: 1.2;
	font-size: 85%;
	color: #61312E;
}

header.shop-header .tel em {
	display: block;
	white-space: nowrap;
	font-size: 175%;
	font-weight: 700;
}

header.news-header .nav-shop {
	position: relative;
	z-index: 1;
	background: #CFE5E0;
}

header.news-header .nav-shop:after {
	content: '';
	display: block;
	clear: left;
	height: 0;
}

header.shop-header .nav-shop {
	margin-top: 1.5em;
	background: #CFE5E0;
}

.great header.shop-header .nav-shop {
	background: #DFD6D5;
}

header.news-header .nav-shop ul,
header.shop-header .nav-shop ul {
	margin: 0 auto;
	padding: 0 1rem;
	max-width: 49rem;
}

header.news-header .nav-shop li,
header.shop-header .nav-shop li {
	float: left;
}

header.news-header .nav-shop li a,
header.shop-header .nav-shop li a {
	display: block;
	background: rgba(0,127,102,0.2);
	padding: 1.2em;
	width: 8em;
	text-align: center;
	color: #007F66;
}

.great header.shop-header .nav-shop li a {
	background: rgba(97,49,46,0.2);
	color: #61312E;
}

header.news-header .nav-shop li em,
header.shop-header .nav-shop li em {
	display: block;
	margin-top: -0.3em;
	background: #007F66;
	padding: 1.5em 1.2em 1.2em;
	width: 8em;
	text-align: center;
	color: #FFF;
}

header.news-header .nav-shop li a,
header.news-header .nav-shop li em {
	width: auto;
}

.great header.shop-header .nav-shop li em {
	background: #61312E;
}

header.shop-header .nav-shop li:last-child {
	float: right;
}

header.shop-header .nav-shop li:last-child a {
	background: rgba(255,255,255,0.5);
	width: 4em;
}



section {
	font-size: 0.75rem;
}

section > div {
	margin: 0 auto;
	padding: 2.5rem 1rem;
	max-width: 49rem;
}

section > div:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

section p {
	margin-bottom: 2em;
	line-height: 2;
}

section section {
	margin-bottom: 2rem;
	padding: 0;
}

section .nav-button {
	clear: both;
	margin-top: 2em;
	text-align: center;
}

section .nav-button a {
	display: inline-block;
	background: #007F66;
	padding: 0.3em 0.5em;
	width: 10em;
	font-size: 140%;
	color: #FFF;
}

section a.link {
	color: #0A9DDD;
}

section a.link[target]::after {
	content: '\f061';
	margin-left: 0.5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #0A9DDD;
}

section a.link[target]::after {
	content: '\f35d';
}


div.posts,
div.post {
	margin: 0 auto;
	padding: 2.5rem 1rem;
	max-width: 49rem;
}

section.post {
	margin-bottom: 3em;
	border: solid 3em #F9F6EF;
	padding: 3em 3em 1em;
}

section.post header {
	margin-bottom: 1.5em;
	border-bottom: solid 1px rgba(0,127,102,0.5);
}

section.post.great header,
.great section.post header {
	margin-bottom: 1.5em;
	border-bottom: solid 1px rgba(97,49,46,0.5);
}

section.post header p {
	margin-bottom: 0.5em;
	line-height: 1.4;
}

section.post header .meta b {
	display: inline-block;
	margin-right: 0.5em;
	background: #007F66;
	padding: 0.2em 0.5em;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Anton", sans-serif;
	font-size: 90%;
	color: #FFF;
}

section.post.great header .meta b,
.great section.post header .meta b {
	background: #61312E;
}

section.post header h3 {
	margin-bottom: 0.2em;
	font-size: 200%;
	font-weight: 700;
	color: #007F66;
}

section.post.great header h3,
.great section.post header h3 {
	color: #61312E;
}

section.post header .subtitle {
	font-size: 140%;
	color: #007F66;
}

section.post.great header .subtitle,
.great section.post header .subtitle {
	color: #61312E;
}

section.post h4 {
	margin-bottom: 1em;
	font-size: 1.2rem;
	color: #007F66;	
}

.great section.post h4 {
	color: #61312E;	
}

section.post h5 {
	margin-bottom: 1em;
	font-size: 1rem;
	color: #007F66;	
}

.great section.post h5 {
	color: #61312E;	
}

section.post h6 {
	margin-bottom: 1em;
	font-size: 0.8rem;
	color: #007F66;	
}

.great section.post h6 {
	color: #61312E;	
}

section.post ul {
	margin-bottom: 2em;
	line-height: 1.8;
}

section.post ul li {
	position: relative;
	margin-bottom: 0.3em;
	padding-left: 1em;
}

section.post ul li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

section.post p + ul {
	margin-top: -1.5em;
}


section.post .image-center {
	text-align: center;
}

.posts section.post .image-center img {
	width: 14em;
}

.post section.post .image-center img {
	width: 32em;
}

section.post .nav-more {
	text-align: center;
}

section.post .nav-more a {
	display: inline-block;
	border: solid 1px #007F66;
	border-radius: 0.5em;
	padding: 0.3em 0.5em;
	width: 10em;
	font-size: 90%;
	color: #007F66;
}

section.post.great .nav-more a,
.great section.post .nav-more a {
	border-color: #61312E;
	color: #61312E;
}

section.post .nav-flyer {
	display: block;
	margin-top: 0.5em;
	font-size: 80%;
}

section.post .nav-flyer::before {
	content: '\f00e';
	margin-right: 0.3em;
	font-family: "Font Awesome 5 Free";
	font-size: 120%;
	font-weight: 700;
}

section.post dl.table {
	display: table;
	margin-bottom: 2em;
	border-collapse: collapse;
	text-align: center;
	font-size: 120%;
	color: #61312E;
}

section.post .table dt {
	display: table-caption;
	border: solid #AA8F8E;
	border-width: 1px 1px 0;
	background: #FCF4DB;
	padding: 0.5em 1em;
}

section.post .table dd {
	display: table-row;
}

section.post .table dd em {
	display: table-cell;
	border: solid 1px #AA8F8E;
	background: #FDF9ED;
	padding: 0.5em 1em;
	vertical-align: middle;
	white-space: nowrap;
}

section.post .table dd span {
	display: table-cell;
	border: solid 1px #AA8F8E;
	background: #FFF;
	padding: 0.5em 1em;
	vertical-align: middle;
	white-space: nowrap;
}

section.post .table dd i {
	display: none;
}

section.post ul.photos {
	overflow: hidden;
	margin: 0 -1.5%;
}

section.post .photos li {
	float: left;
	margin: 0 1.5% 2em;
	width: 22%;
}

section.post .photos li a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}

section.post .photos li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.post .wrapper {
	margin: 0;
	padding: 0;
}

section.post table {
	margin-bottom: 2em;
	width: 100%;
}

section.post caption {
	padding: 0.5em 1em;
	text-align: left;
}

section.post th {
	border: solid 1px #AA8F8E;
	background: #FDF9ED;
	padding: 0.5em 1em;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

section.post td {
	border: solid 1px #AA8F8E;
	background: #FFF;
	padding: 0.5em 1em;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

section.post table .red {
	color: red;
}

ul.pager {
	overflow: hidden;
	margin: 0 3em;
	text-align: center;
	font-size: 0.75rem;
	color: #007F66;
}

.great ul.pager {
	color: #61312E;
}

ul.pager .prev {
	float: left;
}

ul.pager .prev::before {
	content: '\f359';
	margin-right: 0.3em;
	vertical-align: -0.15em;
	font-family: "Font Awesome 5 Free";
	font-size: 150%;
	font-weight: 700;
	color: #69BCAC;
}

.great ul.pager .prev::before {
	color: #8C6464;
}

ul.pager .next {
	float: right;
}

ul.pager .next::after {
	content: '\f35a';
	margin-left: 0.3em;
	vertical-align: -0.15em;
	font-family: "Font Awesome 5 Free";
	font-size: 150%;
	font-weight: 700;
	color: #69BCAC;
}

.great ul.pager .next::after {
	color: #8C6464;
}

ul.pager .nav-index::before {
	content: '\f35b';
	margin-right: 0.3em;
	vertical-align: -0.15em;
	font-family: "Font Awesome 5 Free";
	font-size: 150%;
	font-weight: 700;
	color: #69BCAC;
}

.great ul.pager .nav-index::before {
	color: #8C6464;
}



@media all and (max-width:1520px) {
	

	
}

@media all and (max-width:1020px) {
	
	header.shop-header h2 {
		float: none;
	}
		

}


@media all and (max-width:800px) {

	section h2 {
		font-size: 1.5rem;
	}
	
	header.news-header,
	header.shop-header {
		font-size: 0.75rem;
	}

}



@media all and (max-width:580px) {
	

	article > ul.eyecatch {
		padding-bottom: 12rem;
	}

	header.shop-header h2 {
		font-size: 160%;
	}
	
	header.shop-header h2 img {
		display: block;
		margin-bottom: 0.3em;
		margin-right: 0;
	}

	header.shop-header .nav-mailmaga a {
		width: 7em;
	}

	header.shop-header .tel {
		padding: 0.4em 1.5em 0.2em;
	}

	header.news-header .nav-shop ul {
		padding: 0;
	}
	
	header.news-header .nav-shop li a,
	header.news-header .nav-shop li em {
		padding-left: 1em;
		padding-right: 1em;
	}
	
	header.shop-header .nav-shop li a,
	header.shop-header .nav-shop li em {
		width: 6em;
	}

	section.post {
		margin-bottom: 3em;
		border: solid 1em #F9F6EF;
		padding: 1em 1em 0;
	}

	ul.pager {
		margin: 0;
	}

}


