@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
/*----------------------*/
/*mb*/
/*----------------------*/
@media screen and (max-width: 768px) {
	/* --------- 調整・消去 --------- */
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .group{
		padding: 0 0 80px;
	}
	body main > .title_area,
	body .group::before,
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .group .inner{
		width: 100%;
	}
	body .post-content p{
		margin: 0;
	}
	#news .pc { display: none !important; }
	#news .sp { display: block !important; }

	/* ↓ここから個別↓ */
	#news {
		background:#f7c1b8;
        padding-bottom: 40px;
	}
	body #news p,
	body #news th,
	body #news td,
	body #news li,
	body #news dt,
	body #news dd,
	body #news a{
		font-family: 'Wix Madefor Text','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		font-size: 14px;
		line-height:1.75em;
		color: #4c2b2b;
	}
	#news h1,
	#news h2,
	#news h3,
	#news h4,
	#news h5{
		font-family: 'Wix Madefor Text','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		line-height:1.4em;
		font-feature-settings : "palt";
	}
	.content-main #news a{
		color:#50a12d;
	}

	#news .outer{
		margin:40px 3% 70px;
	}


	/********** 共通 **********/
	#news {
		background-color: #f7c1b8;
		padding-bottom: 70px;
	}

	/*-------------------------------------- header */
	#news header {
	}
	#news header p{
		margin: 40px 1em;
		font-weight: normal;
	}

	/*-------------------------------------- set */
	#news .box-outer{
		margin: 60px auto;
		max-width: 840px;
		padding: 0 5vw;
	}
	#news .box-outer h2{
		color: #d73a3a;
		text-align: left;
		font-size: 1.4em;
		margin-bottom : 20px;
		letter-spacing: 0.05em;
		background: url(images/icon.jpg) no-repeat 0 0%;
		background-size: 30px auto;
		min-height: 32px;
		padding-left: 40px;
	}
	#news .box-outer ul{
		display: flex;
		flex-wrap: wrap;
		margin: 15px 0 0;
	}
	#news .box-outer ul.tags li{
		font-size: 14px;
		padding: 6px 15px;
		background-color: #ffe5ac;
		border-radius: 30px;
		margin: 0 6px 6px 0;
		color: #d73a3a;
		font-weight: bold;
	}
	#news .box-outer p.price{
		text-align: right;
		font-size: 1.2em;
		margin: 10px 0;
	}
	#news .box-outer p.price strong{
		font-size: 1.2em;
	}
	/*-------------------------------------- btn */
	#news .btnsArea {
		margin: 35px 20px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#news .btnsArea .btnBuy {
		width: 420px;
		margin: 0 10px 15px;
	}
	#news .btnsArea .btnBuy a {
		color: #fff;
		font-family: 'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-weight: bold;
		display: block;
		background-color: #11658d;
		padding: 22px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		text-decoration: none;
		position: relative;
		-webkit-transition-duration: 200ms;
		-moz-transition-duration: 200ms;
		-o-transition-duration: 200ms;
		-ms-transition-duration: 200ms;
		transition-duration: 200ms;
	}
	#news .btnsArea .btnBuy a:after {
		font-family: icomoon;
		content: '\e933';
		font-weight: normal;
		color: #fff;
		font-size: 12px;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition-duration: 200ms;
		-moz-transition-duration: 200ms;
		-o-transition-duration: 200ms;
		-ms-transition-duration: 200ms;
		transition-duration: 200ms;
	}
	#news .btnsArea .btnBuy a >span {
		font-size: 1.1em;
		color: #fff;
		line-height: 1;
		-webkit-transition-duration: 200ms;
		-moz-transition-duration: 200ms;
		-o-transition-duration: 200ms;
		-ms-transition-duration: 200ms;
		transition-duration: 200ms;
		position: relative;
	}
	#news .btnsArea .btnBuy a:hover {
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
	}
}


/*----------------------*/
/*pc*/
/*----------------------*/
@media print, screen and (min-width: 769px) {
	/* --------- 調整・消去 --------- */
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .post-content p{
		margin: 0;
	}
	#news div.image{
		text-align:center;
	}
	#news .pc { display: block !important; }
	#news .sp { display: none !important; }
	#news img { display:block; }

	/* ↓ここから個別↓ */

	#news {
		background: #f7c1b8;
		min-width: 800px;
        padding-bottom: 40px;
	}
	body #news p,
	body #news th,
	body #news td,
	body #news li,
	body #news dt,
	body #news dd,
	body #news a{
		font-family: 'Wix Madefor Text','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		font-size: 14px;
		line-height:1.75em;
		color: #4c2b2b;
	}
	#news h1,
	#news h2,
	#news h3,
	#news h4,
	#news h5{
		font-family: 'Wix Madefor Text','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		line-height:1.4em;
		font-feature-settings : "palt";
		margin: 0;
	}

	#news img{
		display:block;
		width:100%;
	}
	.content-main #news a{
		color:#50a12d;
	}

	#news .outer{
		display:flex;
		justify-content:space-between;
		margin:40px 5%;
		width: 90%;
	}

	/********** 共通 **********/
	#news {
		background-color: #f7c1b8;
		padding-bottom: 70px;
	}

	/*-------------------------------------- header */
	#news header {
	}
	#news header p{
		text-align: center;
		margin: 50px 0;
		font-weight: normal;
	}

	/*-------------------------------------- set */
	#news .box-outer{
		margin: 60px auto;
		max-width: 840px;
	}
	#news .box-outer h2{
		color: #d73a3a;
		text-align: left;
		font-size: 1.9em;
		margin-bottom : 20px;
		letter-spacing: 0.05em;
		background: url(images/icon.jpg) no-repeat 0 50%;
		background-size: 50px 53px;
		min-height: 53px;
		padding-left: 60px;
	}
	#news .box-outer ul{
		display: flex;
		flex-wrap: wrap;
		margin: 15px 0 0;
	}
	#news .box-outer ul.tags li{
		font-size: 14px;
		padding: 6px 15px;
		background-color: #ffe5ac;
		border-radius: 30px;
		margin: 0 6px 6px 0;
		color: #d73a3a;
		font-weight: bold;
	}
	#news .box-outer p.price{
		text-align: right;
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	/*-------------------------------------- btn */
	#news .btnsArea {
		margin: 35px 20px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#news .btnsArea .btnBuy {
		width: 420px;
		margin: 0 10px 15px;
	}
	#news .btnsArea .btnBuy a {
		color: #fff;
		font-family: 'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-weight: bold;
		display: block;
		background-color: #11658d;
		padding: 22px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		text-decoration: none;
		position: relative;
		-webkit-transition-duration: 200ms;
		-moz-transition-duration: 200ms;
		-o-transition-duration: 200ms;
		-ms-transition-duration: 200ms;
		transition-duration: 200ms;
	}
	#news .btnsArea .btnBuy a:after {
		font-family: icomoon;
		content: '\e933';
		font-weight: normal;
		color: #fff;
		font-size: 12px;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition-duration: 200ms;
		-moz-transition-duration: 200ms;
		-o-transition-duration: 200ms;
		-ms-transition-duration: 200ms;
		transition-duration: 200ms;
	}
	#news .btnsArea .btnBuy a >span {
		font-size: 1.1em;
		color: #fff;
		line-height: 1;
		-webkit-transition-duration: 200ms;
		-moz-transition-duration: 200ms;
		-o-transition-duration: 200ms;
		-ms-transition-duration: 200ms;
		transition-duration: 200ms;
		position: relative;
	}
	#news .btnsArea .btnBuy a:hover {
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
	}
}
