@charset "shift_jis";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#saiji_wrap *, 
#saiji_wrap *:before, 
#saiji_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#saiji_wrap h1, #saiji_wrap h2, 
#saiji_wrap h3, #saiji_wrap h4,
#saiji_wrap h5, #saiji_wrap h6,
#saiji_wrap p {
	margin: 0;
	padding: 0;
}

#saiji_wrap, #saiji_wrap * {
	font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#saiji_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#saiji_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#saiji_wrap a,
#saiji_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#saiji_wrap a:hover,
#saiji_wrap a:hover > img {
	opacity: 0.5;
}

#saiji_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#saiji_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

#saiji_wrap small {
	font-size: 0.75em;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

@media only screen and (max-width: 910px) {
    #saiji_wrap, #saiji_wrap * {
        font-size: 1.6vw;
    }
}
@media only screen and (max-width: 720px) {
    #saiji_wrap, #saiji_wrap * {
        font-size: 2.0vw;
    }
}
@media only screen and (max-width: 480px) {
    #saiji_wrap, #saiji_wrap * {
        font-size: 3.0vw;
    }
}



/* ========== ========== ==========
	#saiji_wrap
========== ========== ========== */

#saiji_wrap {
    width: 910px;
    margin: 2em auto 0;
    padding: 0;
}
@media only screen and (max-width: 910px) {
    #saiji_wrap {
        width: 100%;
        margin: 10px auto 0;
    }
}



/* ========== ========== ==========
	#saiji_head
========== ========== ========== */

#saiji_wrap #saiji_head {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#saiji_wrap #saiji_head .yokoku {
	padding: 1em;
	background-color: #e60012;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}



/* ========== ========== ==========
	#saiji_main
========== ========== ========== */

#saiji_wrap .section {
	margin-top: 4em;
}
#saiji_wrap .section .section__inner > .ttl {
	margin-bottom: 1em;
	padding: 0.5em 0;
	border-top: 2px solid #222222;
	border-bottom: 2px solid #222222;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#saiji_wrap .section .btn {
	display: block;
	padding: 1em;
	background-color: #009a44;
	border-radius: 0.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#saiji_wrap .section a.btn::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}



/* ========== ========== ==========
	.content_info
========== ========== ========== */

#saiji_wrap #content_info {
	margin-top: 2em;
	padding: 1em;
	background-color: #a3c2e1;
}
#saiji_wrap #content_info .content__inner {
	padding: 2em;
	background-color: #ffffff;
}
#saiji_wrap #content_info .ttl {
	margin-bottom: 1em;
	padding: 0.5em 0;
	border-top: 2px solid #222222;
	border-bottom: 2px solid #222222;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#saiji_wrap #content_info .txt {
	position: relative;
	margin-left: 1.5em;
}
#saiji_wrap #content_info .txt:not(:first-of-type) {
	margin-top: 0.5em;
}
#saiji_wrap #content_info .txt::before {
	content: "■";
	display: inline-block;
	position: absolute;
	left: -1.5em;
}
#saiji_wrap #content_info .red {
	color: #bc0b21;
	font-weight: bold;
}
#saiji_wrap #content_info .small {
	font-size: 0.9em;
}
#saiji_wrap #content_info .underline {
	text-decoration: underline;
}
#saiji_wrap #content_info .background {
	background-color: yellow;
}



/* ========== ========== ==========
	.item__list
========== ========== ========== */

#saiji_wrap .item__list {
	display: flex;
	flex-wrap: wrap;
}
#saiji_wrap .item__list .item {
	width: 32%;
	margin-right: 2%;
	border: 1px solid #cccccc;
}
#saiji_wrap .item__list .item:nth-child(3n) {
	margin-right: 0;
}
#saiji_wrap .item__list .item__link {
	display: block;
	width: 100%;
	height: 100%;
	color: #222222;
}
#saiji_wrap .item__list .item__img {
	width: 100%;
}
#saiji_wrap .item__list .item__txt {
	width: 100%;
	padding: 1em;
}
#saiji_wrap .item__list .item__txt .price {
	margin-top: 0.5em;
	text-align: right;
}
#saiji_wrap .item__list .item__txt .price::before {
	content: "……";
	margin-right: 0.5em;
}
#saiji_wrap .btn__list {
	margin-top: 2em;
}
@media only screen and (max-width: 480px) {
	#saiji_wrap .item__list .item__txt p {
		font-size: 0.8em;
	}
}



/* ========== ========== ==========
	#content_btn
========== ========== ========== */

#saiji_wrap #content_btn {
	margin-top: 2em;
}



/* ========== ========== ==========
	#content_cate
========== ========== ========== */

#saiji_wrap #content_cate {
	margin-top: 2em;
}
#saiji_wrap #content_cate .category__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#saiji_wrap #content_cate .category__list .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc( 100% / 6 );
	padding: 1em;
	background-color: #e60012;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
#saiji_wrap #content_cate .category__list .item:last-child {
	border-right: 0;
}