@charset "utf-8";

/* --------------------------------------------------
   PC styles from ../single-blog_pc.css
-------------------------------------------------- */
@media print, screen and (min-width: 640px) {
	/* -------------------------------------------------- */
	/* スタッフブログ */
	/* -------------------------------------------------- */
	/* メインイメージ */
	.fv {
		background-image: url(../../img/fv_bg_blog.webp);
	}
	
	
	/* リセット */
	input, button, textarea, select {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
	}
	
	/* カテゴリ・アーカイブのセレクタ */
	#blogSelect {
		width: 1000px;
		display: block;
		margin: 0 auto 10px;
	}
	
	#blogSelect ul {
		width: 100%;
		float: right;
		text-align: right;
	}
	
	#blogSelect li {
		display: inline-block;
	}
	
	#blogSelect li:first-child {
		margin-right: 15px;
	}
	
	#blogSelect p {
		margin-bottom: 4px;
		font-size: 1.4rem;
		text-align: left;
	}
	
	.selectArea {
		width: 226px;
		overflow: hidden;
		border: 3px solid #eeeeee;
		text-align: left;
	}
	
	#blogSelect select {
		width: 220px;
		padding: 10px 15px;
		font-size: 1.6rem;
		border: none;
		background-image: url(../../img/pc_achievement_img1.png);
		background-position: right 15px center;
		background-repeat: no-repeat;
		background-size: 11px 9px;
		color: #fff;
		cursor: pointer;
		background-color: #000;
	}
	
	#blogSelect select {
		width: 284px\9;
	}
	
	#blogSelect select:not(:target) {
		width: 284px\9;
	}
	
	@media all and (-ms-high-contrast:none){
		*::-ms-backdrop, #blogSelect select {
			width: 284px;
		}
	}
	
	#blogSe1 {
		width: 980px;
		margin: 0 auto 100px;
		line-height: 1.4;
	}
	
	a:hover .blogIn1 {
		background-color: #f6f6f6;
	}
	
	.blogIn1 {
		padding: 40px 15px 30px;
	}
	
	.blogP {
		width: 240px;
		height: 180px;
		float: left;
		overflow: hidden;
		position: relative;
		margin-right: 30px;
		/*border: 1px solid #da2805;*/
	}
	
	
	/* ブログ詳細 */
	#blogSe1 {
		width: 1000px;
		margin: 0 auto 100px;
		line-height: 1.4;
		padding-top: 50px;
		color: #fff;
	}
	
	#blogSe1 h1 {
		display: block;
		font-size: 2.8rem;
		line-height: 1.143;
		letter-spacing: 0em;
		margin: 0 0 30px 0;
	}
	
	#blogSe1 #blogTxt {
		font-size: 1.8rem;
		line-height: 1.333;
	}
	
	#blogSe1 #blogTxt p {
		padding-bottom: 1em;
	}
	
	#blogTxt p > img {
		max-width: 100%;
		height: auto;
	}
	
	
	#blogTxt p a>img {
		display: block;
		margin: 30px auto 0;
		max-width: 100%;
		height: auto;
	}
	
	#blogSe1L {
		width: 470px;
		margin: 0;
		float: left;
	}
	
	#contL {
		position: relative;
	}
	
	.blogImg {
		margin: 0 0 20px 0;
	}
	
	/* Right */
	#blogSe1R {
		width: 470px;
		margin: 0 0 0 40px;
		float: left;
	}
	
	#contR {
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	#blogDate {
		font-size: 1.6rem;
		text-align: right;
		border-bottom: 1px solid #fff;
		margin: 0 0 30px 0;
		padding: 0 0 10px 0;
	}
	
	#blogDate #date {
		float: right;
	}
	
	#singleCateWrap {
	/* 	width: 320px; */
		float: left;
	}
	
	.singleCate {
		border: 1px solid #dac495;
		color: #dac495;
		float: left;
		margin: 0 5px 5px 0;
		padding: 0 5px;
	}
	
	/* ページャー */
	#pager2 {
		box-sizing: border-box;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 60px;
		text-align: center;
		font-size: 134%;
		color: #dac495;
		padding: 30px 20px 0;
		clear: both;
	}
	
	#pager2 ul {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#pager2 li {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}
	
	#pager2 li:empty {
		display: none;
	}
	
	#pager2 a {
		display: inline-flex;
		text-decoration: none;
	}
	
	#pager2 span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		min-width: 48px;
		min-height: 42px;
		padding: 6px 18px;
		border: 1px solid #dac495;
		color: #dac495;
		line-height: 1.4;
	}
	
	#pager2 .active span,
	#pager2 a:hover span {
		background-color: #dac495;
		color: #FFFFFF;
	}
	
	#pager2 img {
		display: block;
		width: auto;
		height: auto;
		vertical-align: middle;
	}
	
	
	
	.blogTime {
		display: inline-block;
		margin-right: 10px;
	}
	
	.blogIn1 ul.blogCat {
		width: auto;
		display: inline-block;
		float: none;
	}
	
	.blogCat li {
		display: inline-block;
		padding: 5px 10px;
		margin-right: 5px;
		color: #097c25;
		border: 1px #097c25 solid;
	}
}

/* --------------------------------------------------
   SP styles from ../single-blog_sp.css
-------------------------------------------------- */
@media screen and (max-width: 639px) {
	/* -------------------------------------------------- */
	/* スタッフブログ */
	/* -------------------------------------------------- */
	/* メインイメージ */
	#spFv {
		background-image: url(../../img/fv_bg_blog.webp);
	}
	
	
	/* リセット */
	input, button, textarea, select {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		appearance: none;
			-webkit-appearance: none;
			-moz-appearance: none;
	}
	
	/* カテゴリ・アーカイブのセレクタ */
	#blogSelect {
		width: 100%;
		margin: 0 auto;
		padding: 15px;
	}
	
	#blogSelect li {
		width: 100%;
		margin-bottom: 2%;
		display: table;
		vertical-align: middle;
	}
	
	#blogSelect li:first-child {
		margin-right: 15px;
	}
	
	#blogSelect p {
		width: 35%;
		display: table-cell;
		font-size: 1.4rem;
		text-align: right;
		padding-right: 3%;
		vertical-align: middle;
	}
	
	.selectArea {
		width: 60%;
		overflow: hidden;
		display: table-cell;
		border: 3px solid #fff;
		text-align: left;
		vertical-align: middle;
	}
	
	#blogSelect select {
		width: 110%;
		padding: 3% 2%;
		font-size: 1.4rem;
		border: none;
		background: url(../../img/pc_achievement_img1.png) 85% 50% no-repeat transparent;
		-webkit-background-size: 7px 6px;
		background-size: 7px 6px;
		color: #fff;
		background-color: #000;
	}
	
	/* slider */
	/* -------------------------------------------------- */
	#blogSe1L {
		margin-bottom: 3%;
	}
	
	#contL button.slick-prev,
	#contL button.slick-next {
		width: 34px;
		height: 44px;
		position: absolute;
		top: 75px;
		z-index: 5;
		margin: 17px 0 0 0;
		border: none;
		background-color: transparent;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		text-indent: -9999px;
		cursor: pointer;
	}
	
	#contL button.slick-prev {
		left: -1%;
		background-image: url(../../img/sp_slider1_pre.jpg);
	}
	
	#contL button.slick-next {
		right: -1%;
		background-image: url(../../img/sp_slider1_next.jpg);
	}
	
	/* ブログ詳細 */
	#blogSe1 {
		width: 90%;
		margin: 0 auto 10%;
		color: #fff;
	}
	
	#singleCateWrap {
		padding-bottom: 10px;
	}
	
	.blogImg {
		padding-bottom: 10px;
	}
	
	#singleCateWrap span {
		display: inline-block;
		padding: 3px 10px;
		margin: 0 2px 2px 0;
		font-size: 100%;
		color: #dac495;
		border: 1px solid #dac495;
	}
	
	#blogDate {
		padding-bottom: 1%;
		margin-bottom: 5%;
		border-bottom: 1px solid #CCCCCC;
	}
	
	#blogSe1R h2 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	
	#blogTxt {
		padding-bottom: 30px;
		font-size: 1.2rem;
	}
	
	#blogTxt p > img {
		max-width: 100%;
		height: auto;
	}
	
	#blogTxt p a>img {
		display: block;
		margin: 20px auto 0;
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	
	/* ページャー */
	#pager2.pc {
		display: none !important;
	}
	
	.pager1.sp {
		display: block !important;
		width: 90%;
		margin: 28px auto 45px;
		text-align: center;
	}
	
	.pager1.sp ul {
		display: flex !important;
		align-items: stretch;
		justify-content: center;
		gap: 8px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.pager1.sp li {
		display: flex;
		align-items: stretch;
		justify-content: center;
		min-width: 0;
	}
	
	.pager1.sp li:empty {
		display: none;
	}
	
	.pager1.sp a {
		display: inline-flex;
		text-decoration: none;
	}
	
	.pager1.sp span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		min-height: 40px;
		padding: 7px 14px;
		border: 1px solid #dac495;
		color: #dac495;
		line-height: 1.35;
	}
	
	.pager1.sp img {
		display: block;
		width: auto;
		height: auto;
	}
}
