/*
Theme Name: AMEZEPLUS BRAND STORE ブログ用テーマ
Description: AMEZEPLUS BRAND STORE ブログ用テーマ
Author: m.k
*/

/*---------------------------------
　設定
---------------------------------*/

@charset "utf-8";
/* CSS Document */

/* フォント(Satisfy)をインポート */
@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');
/* フォント(NoteSansJP)をインポート */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
/* フォント(Quicksand)をインポート */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

html, body, div, span, object, iframe, h1, h2, h3, a, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, article, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, table, tr, th, td, img　address header {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    vertical-align: baseline;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	box-shadow: #ccc;
	zoom: 1;
}

html {
    /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}
body {
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
}
ul, ol{
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: unset;
}
a:visited{
	color: unset;
}
a:hover{
	opacity: 0.7;
	text-decoration: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
.cf:after{
 content:"";
 display:block;
 clear:both;
}
@media screen and (orientation: portrait){
	header .logo img {
	    width: 90px;
	}
}
@media screen and (min-width: 1025px){
	header .logo img {
	    width: 150px;
	}
}
/*---------------------------------
　お知らせ一覧
---------------------------------*/
div.information_list {
	margin-top: 170px;
}
.information_list main {
    margin: 0 auto;
	width: 1230px;
}
.information_list h1 {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 65px;
    text-align: center;
}
.information_list h1 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-top: 5px;
}
ul.information_list {
	margin-bottom: 65px;
}
.information_list li:first-child {
	border-top: 2px solid #f3f3f3;
}
.information_list li {
	border-bottom: 2px solid #f3f3f3;
	padding: 30px 0;
}
.information_list li p {
	display: inline-block;
	letter-spacing: 1px;
}
.information_list li .date {
	padding-left: 95px;
}
.information_list li .category {
	padding-left: 25px;
}
.information_list li .title {
	padding-left: 180px;
}
.information_list .btn {
	background-color: #000;
	border: none;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
    letter-spacing: 2px;
    padding: 13px 50px;
	text-align: center;
	width: 214px;
}
.information .btn:hover {
	text-decoration: none;
}
.page_nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 190px;
}
/*---------------------------------
　パンくず
---------------------------------*/
.breadcrumbs.single {
    font-size: 1.5rem;
    margin: 140px auto 40px;
    max-width: 920px;
}
.breadcrumbs > span + span {
    padding: 0 5px;
}
.breadcrumbs.single a {
    color: #555;
    text-decoration: underline;
}
/*---------------------------------
　お知らせ コンテンツ
---------------------------------*/
.wrapper.single {
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    margin: 0 auto;
    row-gap: 65px;
    width: 100%;
}
.main-single {
    grid-column: 2/3;
}
.article-single {
    margin-bottom: 70px;
    width: 100%;
}
.article-single .category .post-categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.article-single .category a {
    background: #000;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    min-width: 200px;
    padding: 10px 0;
    text-align: center;
}
.article-single .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
}
.article-single .date {
    color: #4e4e4e;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: right;
}
.article-single > figure:first-of-type img {
    display: block;
    height: auto;
    margin: 0 auto 20px;
    max-width: 100%;
    width: 100%;
}
.single-text {
    color: #313131;
    font-size: 18px;
}
/*---------------------------------
　サイドバー
---------------------------------*/
.sidebar_l {
	float: left;
	width: 285px;
}
.information_sidebar {
	font-size: 16px;
	margin-bottom: 20px;
}
.sidebar_l .side_cat {
    background: #fff;
    border: 3px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px;
}
.sidebar_l .side_cat_list li a {
	font-size: 12px;
	text-align: left;
    text-decoration: underline;
	width: 260px;
}
.sidebar_l .tag_list li {
	display: inline-block;
}
.sidebar_l .tag_list a {
	background: #000;
    border-radius: 5px;
    color: #fff;
	display: block;
	font-size: 12px;
	margin: 0 5px 5px 0;
	padding: 10px;
}
.sidebar_l .side_cat .no_data {
    font-size: 12px;
}
/*---------------------------------
　ページナビ
---------------------------------*/
.single-pagenavi {
    box-sizing: border-box;
    display: grid;
    gap: 1rem;
    grid-column: 2/4;
    grid-row: 2/3;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
}
.single-pagenavi > .prev a, .single-pagenavi > .list a, .single-pagenavi > .next a {
    border: 2px solid #555;
    color: #555;
    display: block;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
}


@media screen and (max-width: 896px) {
    /*---------------------------------
    　パンくず
    ---------------------------------*/
    .breadcrumbs.single {
        font-size: 13px;
        margin: 90px auto 0;
        width: 90%;
    }
    /*---------------------------------
    　お知らせ コンテンツ
    ---------------------------------*/
    .wrapper.single {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    .article-single .category a {
        border-radius: 5px;
        font-size: 13px;
        min-width: auto;
        padding: 10px 35px;
    }
    .article-single .title {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .article-single .date {
        font-size: 12px;
    }
    .single-text {
        font-size: 14px;
    }
    .single-pagenavi {
        margin-bottom: 50px;
    }
    .single-pagenavi > .prev a, .single-pagenavi > .list a, .single-pagenavi > .next a {
        font-size: 13px;
        padding: 10px 0;
    }
    /*---------------------------------
    　お知らせ一覧
    ---------------------------------*/
    div.information_list {
        margin-top: 70px;
    }
    .information_list h1 {
        font-size: 20px;
        letter-spacing: 4px;
        margin-bottom: 40px;
    }
    .information_list h1 span {
        font-size: 10px;
    }
	.information_list main {
        box-sizing: border-box;
	    max-width: 100%;
        padding: 10px 3.5%;
        width: 100%;
	}
	.information_list li {
		padding: 17.5px 0;
	}
	.information_list li .date {
		font-size: 10px;
		padding-left: 15px;
	}
	.information_list li .category {
		font-size: 10px;
		padding-left: 10px;
	}
	.information_list li .title {
		font-size: 12px;
		padding: 12.5px 0 0 10px;
        width: 100%;
	}
	.page_nav {
		margin-bottom: 40px;
	}
	.information_list .btn {
		font-size: 12px;
		padding: 12.5px 27.5px;
		width: 128px;
	}
    /*---------------------------------
    　サイドバー
    ---------------------------------*/
    .sidebar_l {
        float: none;
        width: auto;
    }
    .sidebar_l .side_cat {
        margin-bottom: 20px;
    }
}
