@charset "UTF-8";

.hp-blog-content .blog-post-non {
	padding: 20px 0 30px;
	text-align: center;
}

/*　ブログ左枠　サムネイルがない時のサムネイル表示設定　*/
.hp-blog-content .noImg {
	background-color:#eee2e4;
	background-image:url(../img/no_img.png);
	background-size:90% auto;
	background-repeat:no-repeat;
	background-position:center center;
}



/*----------------------------------------------------
   メインタイトル
----------------------------------------------------*/

/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.maintitle-content {
	background-image: url("../../img/blog/pagetitle_bg_left.jpg"),
				url("../../img/blog/pagetitle_bg_right.jpg");
	background-repeat: no-repeat;
	background-size: 1000px auto;
	background-position: calc(50% - 500px) 0,calc(50% + 500px) 0;
}
.maintitle-content h2 {
	width: 65%;
	margin: 0 auto ;
	padding-bottom: 25px;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.maintitle-content {
	background-image: url("../../img/blog/pagetitle_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.maintitle-content h2 {
	padding-bottom: 15px;
}
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}



/*----------------------------------------------------
   hpブログ
----------------------------------------------------*/
.hp-blog-content {
	border-top: solid 1px #6e6e6e;
	padding:10px 1.5% 70px;
}
.hp-blog-content .txt {
	margin-bottom:25px;
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-content {
	border-top: solid 1px #6e6e6e;
	padding:20px 1.5% 70px;
}
.hp-blog-content .txt {
	margin-bottom:20px;
}
}

/*----------------------------------------------------
   ぱんくず
----------------------------------------------------*/
.hp-blog-pankuzu {
	text-align: left;
	margin-bottom: 20px;
}
.hp-blog-pankuzu li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	font-size: 11px;
	padding-bottom: 1px;
}
.hp-blog-pankuzu li:first-child {
	padding-left: 0px;
}
.hp-blog-pankuzu li:last-child {
	padding-right: 0px;
}
/*.hp-blog-pankuzu li:after {
	content: ">";
	position: absolute;
	right: 0;
}
.hp-blog-pankuzu li:last-child:after {
	display: none;
}*/
.hp-blog-pankuzu li a {
	font-size: 10px;
	border-bottom: solid 1px #000;
	padding-bottom: 1px;
}
.hp-blog-pankuzu li a:hover {
	color: #e62d64;
	border-bottom: solid 1px #e62d64;
}


/*----------------------------------------------------
   ブログ　左
----------------------------------------------------*/
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-left {
	width: 75%;
	float: left;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}


/*----------------------------------------------------
   ブログ　左　タイトル
----------------------------------------------------*/
.hp-blog-left .hp-blog-titlebox {
	background-color: #fef5e2;
	border: solid 1px #fef5e2;
}
.hp-blog-left .hp-blog-titlebox .hp-blog-inner {
	background-color: #FFF;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-left .hp-blog-titlebox {
	padding: 15px;
}
.hp-blog-left .hp-blog-titlebox .hp-blog-inner {
	border-radius: 10px;
	padding: 25px;
}
.hp-blog-left .hp-blog-titlebox .hp-blog-title  {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.hp-blog-left .hp-blog-titlebox .hp-blog-title dd  {
	width: 12%;
	display: table-cell;
	vertical-align: top;
}
.hp-blog-left .hp-blog-titlebox .hp-blog-title dt  {
	width: 88%;
	display: table-cell;
	vertical-align: top;
	font-size: 22px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 10px;
	font-weight: bold;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-left .hp-blog-titlebox {
	padding: 10px 2%;
}
.hp-blog-left .hp-blog-titlebox .hp-blog-inner {
	border-radius: 5px;
	padding: 15px 3%;
}
.hp-blog-left .hp-blog-titlebox .hp-blog-title  {
	margin-bottom: 15px;
}
.hp-blog-left .hp-blog-titlebox .hp-blog-title dd  {
	width: 50px;
	margin: 0 auto 10px;
}
.hp-blog-left .hp-blog-titlebox .hp-blog-title dt  {
	font-size: 18px;
	box-sizing: border-box;
	font-weight: bold;
}
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}


/*----------------------------------------------------
   ブログ　左　掲載日とカテゴリー
----------------------------------------------------*/
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-left .hp-blog-titlebox .up-day {
	font-size: 13px;
	color: #565656;
	margin-bottom: 5px;
	width: 145px;
	float: left;
}
.hp-blog-left .hp-blog-titlebox .blog-category {
	text-align: left;
	padding-left: 145px;
}
.hp-blog-left .hp-blog-titlebox .blog-category li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.hp-blog-left .hp-blog-titlebox .blog-category li a {
	padding: 3px 10px;
	font-size: 12px;
	border: solid 1px #565656;
}
.hp-blog-left .hp-blog-titlebox .blog-category li a:hover {
	color: #FFF;
	border: solid 1px #e62d64;
	background-color: #e62d64;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-left .hp-blog-titlebox .up-day {
	font-size: 13px;
	color: #565656;
	margin-bottom: 8px;
}
.hp-blog-left .hp-blog-titlebox .blog-category {
	text-align: left;
}
.hp-blog-left .hp-blog-titlebox .blog-category li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 8px;
}
.hp-blog-left .hp-blog-titlebox .blog-category li a {
	padding: 3px 10px;
	font-size: 11px;
	border: solid 1px #565656;
}
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}


/*----------------------------------------------------
   ブログ　左　メイン
----------------------------------------------------*/
.hp-blog-left .hp-blog-main {
	background-image: url("../img/bg_note.jpg");
	border-bottom: solid 1px #eee8db;
	border-left: solid 1px #eee8db;
	border-right: solid 1px #eee8db;
	box-sizing: border-box;
	text-align: left;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-left .hp-blog-main {
	padding: 55px 4.5%;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-left .hp-blog-main {
	padding: 35px 4%;
	text-align: justify;
	text-justify: inter-ideograph;
}
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}


/*----------------------------------------------------
 　ページャー（記事用）
----------------------------------------------------*/
/*　ブログ左枠　記事用ページャー　*/
.hp-blog-left .blog-single-pagenation {
	letter-spacing:-.4em;
	width:100%;
	border-bottom:solid 1px #565656;
	border-top:solid 1px #565656;
	position:relative;
	margin-top: 30px;
}
/*　ブログ左枠　記事用ページャー　*/
html.android .hp-blog-left .blog-single-pagenation {
	letter-spacing:-100em;
}
/*　ブログ左枠　記事用ページャー　中央線　*/
.hp-blog-left .blog-single-pagenation:after {
	content:"";
	width:1px;
	height:100%;
	background-color:#565656;
	position:absolute;
	left:50%;
	top:0;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
/*　ブログ左枠　記事用ページャー　各枠　*/
.hp-blog-left .blog-single-pagenation li {
	display:inline-block;
	width:50%;
	letter-spacing:normal;
	vertical-align:middle;
}
/*　ブログ左枠　記事用ページャー　a タグ　リンク部分　*/
.hp-blog-left .blog-single-pagenation li a {
	display:block;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
}
/*　ブログ左枠　記事用ページャー　a タグ　リンク部分　*/
.hp-blog-left .blog-single-pagenation li .pager-non {
	display:block;
	height: 45px;
	line-height: 45px;
}
/*　ブログ左枠　記事用ページャー　a タグ　リンク部分　*/
html.android .hp-blog-left .blog-single-pagenation li a {
	padding:20px 10px;
}
/*　ブログ左枠　記事用ページャー　前の記事へ　*/
.hp-blog-left .blog-single-pagenation li.single-pager-prev a {
	text-align:left;
}
/*　ブログ左枠　記事用ページャー　次の記事へ　*/
.hp-blog-left .blog-single-pagenation li.single-pager-next a {
	text-align:right;
}
/*　ブログ左枠　記事用ページャー　ホバー時設定　*/
.hp-blog-left .blog-single-pagenation li a:hover {
	background-color: #fff8f8;
	color: #dd1752;
}

/*　ブログ左枠　記事一覧に戻る　*/
.hp-blog-content .single-back-btn {
	text-align:center;
}
/*　ブログ左枠　記事一覧に戻る a タグ　*/
.hp-blog-content .single-back-btn a {
	display:inline-block;
	min-width:22%;
	padding:10px 25px;
	background-color:#ef857d;
	color:#FFF;
	margin-top:20px;
}
/*　ブログ左枠　記事一覧に戻る　ホバー時設定　*/
.hp-blog-content .single-back-btn a:hover {
	background-color:#f79992;
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
/*　ブログ左枠　記事用ページャー　a タグ　リンク部分　*/
.hp-blog-left .blog-single-pagenation li a {
	display:block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
}
/*　ブログ左枠　記事用ページャー　a タグ　リンク部分　*/
.hp-blog-left .blog-single-pagenation li .pager-non {
	display:block;
	height: 35px;
	line-height: 35px;
}
/*　ブログ左枠　記事一覧に戻る a タグ　*/
.hp-blog-content .single-back-btn a {
	width:80%;
	min-width:auto;
	padding:15px 25px;
	box-sizing: border-box;
}
}


/*　ブログ枠　記事一覧に戻る　*/
.hp-blog-content .hp-blog-back-btn {
	text-align:center;
	letter-spacing: -0.4em;
}
.hp-blog-content .hp-blog-back-btn li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-right: 20px;
}
.hp-blog-content .hp-blog-back-btn li a {
	min-width:10em;
}
.hp-blog-content .hp-blog-back-btn li:last-child {
	margin-right: 0px;
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-content .hp-blog-back-btn li {
	display: block;
	margin-right: 0px;
}
.hp-blog-content .hp-blog-back-btn li a {
	min-width:auto;
	width: 80%!important;
}
}


/*----------------------------------------------------
   関連記事
----------------------------------------------------*/
/*　ブログ左枠　関連記事の大枠　*/
.hp-blog-left .relation-blog-box {
	border-top:dashed 1px #565656;
	padding:25px 0;
	margin-top:40px;
}
/*　ブログ左枠　“関連記事”のタイトル　*/
.hp-blog-left .relation-blog-box .relation-title {
	font-size:17px;
	text-align:center;
	letter-spacing:0.1em;
	margin-bottom:10px;
}
/*　ブログ左枠　関連記事の親ボックス　*/
.hp-blog-left .relation-blog-box .relation-blog-list {
	letter-spacing:-.4em;
	width:100%;
	text-align:center;
}
/*　ブログ左枠　関連記事の li 要素　インラインブロックで並べる（カルーセル適用＝slick-slide）　*/
.hp-blog-left .relation-blog-box .relation-blog-list .slick-slide {
	display:inline-block;
	width:33.333%;
	box-sizing:border-box;
}
/*　ブログ左枠　関連記事の li 要素内の a 要素　*/
.hp-blog-left .relation-blog-box .relation-blog-list li a {
	display:block;
	padding:10px 10px 25px;
}
/*　ブログ左枠　関連記事の記事タイトル　*/
.hp-blog-left .relation-blog-box .relation-blog-list li p.relation-post-title {
	font-size:12px;
	letter-spacing:normal;
	text-align: center;
	line-height:1.3;
	padding-top:3px;
	padding: 5px 15px 0;
}
/*　ブログ左枠　関連記事のホバー時の設定　*/
.hp-blog-left .relation-blog-box .relation-blog-list li a:hover img {
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.hp-blog-left .relation-blog-box .relation-blog-list li a:hover {
	color: #e62d64;
	background-color: #fff8f8;
}

.hp-blog-left .relation-blog-box .relation-blog-list .slick-next,
.hp-blog-left .relation-blog-box .relation-blog-list .slick-prev {
	top:43%;
}
/*　ブログ左枠　関連記事がないとき　*/
.hp-blog-left .relation-blog-box .relation-blog-list li.kanren-non {
	letter-spacing:normal;
}

/* --------  〜680　スマホ調整   --------*/
@media screen and ( min-width:680px) {
.hp-blog-left .relation-blog-box .relation-blog-list .slick-next {
	right:-10px;
}
.hp-blog-left .relation-blog-box .relation-blog-list .slick-prev {
	left:-10px;
}
.hp-blog-left .relation-blog-box .relation-blog-list .slick-next,
.hp-blog-left .relation-blog-box .relation-blog-list .slick-prev {
	width: 25px;
	height: 25px;
	z-index:500;
}
.hp-blog-left .relation-blog-box .relation-blog-list .slick-next:before,
.hp-blog-left .relation-blog-box .relation-blog-list .slick-prev:before {
	font-size: 25px;
	color:#000;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
/*　ブログ左枠　関連記事の li 要素　インラインブロックで並べる　*/
.hp-blog-left .relation-blog-box .relation-blog-list li.slick-slide {
	display:inline-block;
	width:50%;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
}
}

/*----------------------------------------------------
 　slick ie用
----------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
.hp-blog-left .relation-blog-box .relation-blog-list .slick-next,
.hp-blog-left .relation-blog-box .relation-blog-list .slick-prev {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.hp-blog-left .relation-blog-box .relation-blog-list .slick-next {
	background-image: url("../../img/arrow_r.png");
}
.hp-blog-left .relation-blog-box .relation-blog-list .slick-prev {
	background-image: url("../../img/arrow_l.png");
}
.hp-blog-left .relation-blog-box .relation-blog-list .slick-next:before,
.hp-blog-left .relation-blog-box .relation-blog-list .slick-prev:before {
	display: none;
}
}




/*----------------------------------------------------
   ブログ　右 ボックスと共通設定
----------------------------------------------------*/
.hp-blog-right .hp-blog-newlist h4 span {
	background-image: url("../../img/blog/icon_new.png");
}
.hp-blog-right .hp-blog-category h4 span {
	background-image: url("../../img/blog/icon_category.png");
}
.hp-blog-right .hp-blog-archive h4 span {
	background-image: url("../../img/blog/icon_archive.png");
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-right {
	width: 22%;
	float: left;
	margin-left: 3%;
}
.hp-blog-right .hp-blog-right-sec {
	padding-bottom: 50px;
}
.hp-blog-right .hp-blog-right-sec h4 {
	border-bottom: double 3px #565656;
	text-align: center;
	padding: 15px 0 10px;
	background-image: url("../../img/blog/icon_menutop.png");
	background-repeat: no-repeat;
	background-size: auto 13px;
	background-position: center top;
}
.hp-blog-right .hp-blog-right-sec h4 span {
	display: inline-block;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: left center;
	font-weight: bold;
	font-size: 15px;
}
.hp-blog-right .hp-blog-right-sec ul {
	margin: 18px 3% 0;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-right {
	padding-top: 40px;
}
.hp-blog-right .hp-blog-right-sec {
	padding-bottom: 40px;
}
.hp-blog-right .hp-blog-right-sec h4 {
	border-bottom: double 3px #565656;
	text-align: center;
	padding: 15px 0 7px;
	background-image: url("../../img/blog/icon_menutop.png");
	background-repeat: no-repeat;
	background-size: auto 13px;
	background-position: center top;
}
.hp-blog-right .hp-blog-right-sec h4 span {
	padding-top: 24px;
	display: block;
	background-repeat: no-repeat;
	background-size: auto 18px ;
	background-position: center top;
	font-weight: bold;
	font-size: 17px;
}
.hp-blog-right .hp-blog-right-sec ul {
	margin: 18px 3% 0;
}
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}


/*----------------------------------------------------
   ブログ　右 新着
----------------------------------------------------*/
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-right .hp-blog-newlist li {
	margin-bottom: 10px;
	border-bottom: dotted 1px #CCC;
}
.hp-blog-right .hp-blog-newlist li a {
	padding: 5px 5px 20px;
	display: block;
}
.hp-blog-right .hp-blog-newlist li a:hover {
	background-color: #fff8f8;
	color: #dd1752;
}
.hp-blog-right .hp-blog-new-title {
	font-size: 12px;
	text-align: left;
	padding: 5px 15px;
	font-weight: bold;
}
.hp-blog-right .up-day {
	font-size: 10px;
	text-align: left;
	padding: 0px 15px;
}
/*　ブログ左枠　記事一覧に戻る　*/
.hp-blog-newlist .single-back-btn a {
	width: 80%;
	box-sizing: border-box;
	display: block;
	padding: 5px 10px;
	margin: 0 auto;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-right .hp-blog-newlist li {
	margin-bottom: 20px;
	border-bottom: dotted 1px #CCC;
}
.hp-blog-right .hp-blog-newlist li a {
	padding: 5px 5px 20px;
	display: block;
}
.hp-blog-right .hp-blog-new-title {
	font-size: 15px;
	text-align: left;
	padding: 5px 15px 0;
	font-weight: bold;
}
.hp-blog-right .up-day {
	font-size: 12px;
	text-align: left;
	padding: 0px 15px;
}
/*　ブログ左枠　記事一覧に戻る　*/
.hp-blog-newlist .single-back-btn a {
	width: 80%;
	box-sizing: border-box;
	display: block;
	padding: 10px 10px;
	margin: 0 auto;
}
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}


/*----------------------------------------------------
   ブログ　右 カテゴリ
----------------------------------------------------*/
.hp-blog-right .hp-blog-category li a {
	padding: 10px;
	display: block;
	border-top: solid 1px #565656;
	border-left: solid 1px #565656;
	border-right: solid 1px #565656;
	font-size: 13px;
}
.hp-blog-right .hp-blog-category li:last-child a {
	border-bottom: solid 1px #565656;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-right .hp-blog-category li {
}
.hp-blog-right .hp-blog-category li a:hover {
	background-color: #fff8f8;
	color: #dd1752;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-right .hp-blog-category li a {
	padding: 15px 10px;
}
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}


/*----------------------------------------------------
   ブログ　右 アーカイブ
----------------------------------------------------*/
.hp-blog-right .hp-blog-archive ul {
	/*border-top: solid 1px #565656;*/
}
.hp-blog-right .hp-blog-archive li a {
	padding: 10px 5px;
	display: block;
	text-align: center;
	border-left: solid 1px #565656;
	border-right: solid 1px #565656;
	border-bottom: solid 1px #565656;
	font-size: 13px;
	box-sizing: border-box;
	width: 50%;
	float: left;
}
.hp-blog-right .hp-blog-archive li:nth-child(2n) a {
	border-left: none;
}
.hp-blog-right .hp-blog-archive li:nth-child(1) a,
.hp-blog-right .hp-blog-archive li:nth-child(2) a{
	border-top: solid 1px #565656;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-right .hp-blog-archive li a:hover {
	background-color: #fff8f8;
	color: #dd1752;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-right .hp-blog-archive li a {
	padding: 15px 5px;
}
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}









/*----------------------------------------------------
   記事一覧ページ　ナビ
----------------------------------------------------*/
.hp-blog-navi {
	margin: 25px auto;
}

/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-navi .navi-list {
	width: 50%;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.hp-blog-navi .navi-category {
	text-align: right;
	padding-right: 25px;
}
.hp-blog-navi .navi-archive {
	text-align: left;
	padding-left: 25px;
}
.hp-blog-navi li {
	display: inline-block;
}
.hp-blog-navi li a {
	border: solid 1px #565656;
	display: block;
	padding: 10px 35px;
	width: 220px;
	box-sizing: border-box;
	text-align: center;
}
.hp-blog-navi li a.parent-btn:first-letter {
	display: inline-block;
	padding-right: 5px;
}
.hp-blog-navi li a.parent-btn:hover {
	background-color: #dd1752;
	border: solid 1px #dd1752;
	color: #FFF;
}
.hp-blog-navi li.active a.parent-btn {
	background-color: #dd1752;
	border: solid 1px #dd1752;
	color: #FFF;
}

/* mod_dropnavi_child */
.hp-blog-navi .mod_dropnavi_child {
	display: none;
	position:absolute;
	top:45px;
	z-index:99;
	padding:0 0 0!important;
}
.hp-blog-navi .navi-category .mod_dropnavi_child {
	right:25px;
}
.hp-blog-navi .navi-archive .mod_dropnavi_child {
	left:25px;
}
.hp-blog-navi .mod_dropnavi_child li {
	display: block;
}
.hp-blog-navi .mod_dropnavi_child li a {
	text-align: left;
	border-top: none;
	padding: 10px 15px;
	background-color: #FFF;
}
.hp-blog-navi .mod_dropnavi_child li a:hover {
	background-color: #fff8f8;
	color: #dd1752;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-navi {
	margin: 0 auto 25px auto;
}
.hp-blog-navi .navi-list {
	width: 90%;
	position: relative;
	margin: 0 auto;
}
.hp-blog-navi li a {
	border: solid 1px #565656;
	display: block;
	padding: 15px 35px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.hp-blog-navi .navi-archive a.parent-btn {
	border-top: none;
}
.hp-blog-navi li a.parent-btn:first-letter {
	display: inline-block;
	padding-right: 5px;
}
.hp-blog-navi li.active a.parent-btn {
	background-color: #dd1752;
	color: #FFF;
}

/* mod_dropnavi_child */
.hp-blog-navi .mod_dropnavi_child {
	display: none;
	padding:0 0 0!important;
}
.hp-blog-navi .mod_dropnavi_child li a {
	text-align: left;
	border-top: none;
	padding: 15px 15px;
	background-color: #fff8f8;
}

}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}




/*----------------------------------------------------
   ブログ　新着
----------------------------------------------------*/
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px)  {
.hp-blog-list-box{
	padding: 20px 2%;
}
.hp-blog-list-box .hp-blog-list li.hp-blog-link {
	width: 31%;
	float: left;
	/*padding: 0 15px 0;*/
	margin-bottom: 55px;
	box-sizing: border-box;
}
.hp-blog-list-box .hp-blog-list li.hp-blog-link:nth-child(3n-1) {
	margin: 0 3.5%;
}
.hp-blog-list-box .hp-blog-list li.hp-blog-link a {
	padding: 5px 5px 5px;
	display: block;
}
.hp-blog-list-box .hp-blog-list li.hp-blog-link a .thumbnail-img {
	border: solid 1px #FFF;
	position: relative;
}
.hp-blog-list-box .hp-blog-list li.hp-blog-link a:hover {
	color: #dd1752;
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.hp-blog-list-box .hp-blog-list .hp-blog-new-title {
	font-size: 14px;
	text-align: left;
	padding: 5px 15px;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
}
.hp-blog-list-box .hp-blog-list .up-day {
	font-size: 10px;
	text-align: left;
	padding: 0px 15px;
}
.hp-blog-list-box .hp-blog-list .hp-blog-category {
	text-align: left;
	letter-spacing: -0.4em;
	margin: 0 15px 0;
}
.hp-blog-list-box .hp-blog-list .hp-blog-category li {
	letter-spacing: normal;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 3px;
}
.hp-blog-list-box .hp-blog-list .hp-blog-category li a {
	display: inline-block;
	padding: 2px 15px;
	font-size: 10px;
	border: solid 1px #565656;
}
.hp-blog-list-box .hp-blog-list .hp-blog-category li a:hover {
	border: solid 1px #dd1752;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-list-box .hp-blog-link {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: dotted 1px #CCC;
}
.hp-blog-list-box .hp-blog-list li a {
	padding: 5px 5px 10px;
	display: block;
}
.hp-blog-list-box .hp-blog-new-title {
	font-size: 15px;
	text-align: left;
	padding: 5px 5% 0;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
}
.hp-blog-list-box .up-day {
	font-size: 12px;
	text-align: left;
	padding: 0px 5%;
}
.hp-blog-list-box .hp-blog-list .hp-blog-category {
	text-align: left;
	letter-spacing: -0.4em;
	margin: 0 5% 0;
}
.hp-blog-list-box .hp-blog-list .hp-blog-category li {
	letter-spacing: normal;
	margin-right: 5px;
	display: inline-block;
}
.hp-blog-list-box .hp-blog-list .hp-blog-category li a {
	display: inline-block;
	padding: 5px 15px;
	font-size: 10px;
	border: solid 1px #565656;
}

/*　ブログ左枠　記事一覧に戻る　*/
.hp-blog-newlist .single-back-btn a {
	border-radius: 5px;
	width: 80%;
	box-sizing: border-box;
	display: block;
	padding: 10px 10px;
	margin: 0 auto;
}
}

/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}



/*----------------------------------------------------
 　カテゴリー記事一覧ページのタイトル
----------------------------------------------------*/
.hp-blog-category-title {
	padding: 10px;
	border-bottom: solid 1px #000;
	text-align: center;
	margin-top: 40px;
	font-size: 17px;
	letter-spacing: 0.1em;
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.hp-blog-category-title {
	margin-bottom: 20px;
}
}




/*----------------------------------------------------
 　ページャー（一覧表示用）
----------------------------------------------------*/
.pagination {
  clear: both;
  padding: 20px 0 15px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
        text-align: center;
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 7px 2px 0;
  padding: 10px 12px 10px 12px;
  /*padding: 10px 12px 10px 12px;*/
  text-decoration: none;
  width: auto;
  border: solid 1px #ebe5e5;
  color: #000; /* 通常の文字色 */
  background: #faf8f8; /* 通常の背景色 */
  /*border-radius: 50%;*/ /* 角を丸くして円形に */
}
/*.pagination span.page-of {
  background: none;
  color: #000;
}*/
.pagination a:hover{
  color: #FFF; 
  background: #dd1752; 
}
.pagination .current{
  padding: 10px 12px 10px 12px;
  box-sizing:border-box;
  border: solid 1px #ef857d;
  color: #FFF; /* 現在のページの文字色 */
        background: #ef857d; /* 現在のページの背景色 */
}
@media only screen and (max-width: 679px) {
.pagination {
  font-size: 12px;
  line-height: 12px;
}
.pagination span, .pagination a {
  padding: 8px 10px 8px 10px;
}
.pagination .current{
  padding: 8px 10px 8px 10px;
}
.page-of {
	display:none!important;
}
}







/*----------------------------------------------------
   画像の位置設定
----------------------------------------------------*/
.hp-blog-content .hp-blog-list-box .hp-blog-link .thumbnail-img img.imgleft-top,
.hp-blog-content .hp-blog-newlist ul li .thumbnail-img img.imgleft-top {
	left: 0;
	right: auto;
	top: 0;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	/*width: 115%!important;*/
}
.hp-blog-content .hp-blog-list-box .hp-blog-link .thumbnail-img img.imgleft-bottom,
.hp-blog-content .hp-blog-newlist ul li .thumbnail-img img.imgleft-bottom {
	left: 0;
	right: auto;
	top: auto;
	bottom: 0;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	/*width: 115%!important;*/
}
.hp-blog-content .hp-blog-list-box .hp-blog-link .thumbnail-img img.imgleft-center,
.hp-blog-content .hp-blog-newlist ul li .thumbnail-img img.imgleft-center {
	left: 0;
	right: auto;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	/*width: 115%!important;*/
}

.hp-blog-content .hp-blog-list-box .hp-blog-link .thumbnail-img img.imgright-top,
.hp-blog-content .hp-blog-newlist ul li .thumbnail-img img.imgright-top {
	right: 0;
	left: auto;
	top: 0;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	/*width: 115%!important;*/
}
.hp-blog-content .hp-blog-list-box .hp-blog-link .thumbnail-img img.imgright-bottom,
.hp-blog-content .hp-blog-newlist ul li .thumbnail-img img.imgright-bottom {
	right: 0;
	left: auto;
	top: auto;
	bottom: 0;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	/*width: 115%!important;*/
}
.hp-blog-content .hp-blog-list-box .hp-blog-link .thumbnail-img img.imgright-center,
.hp-blog-content .hp-blog-newlist ul li .thumbnail-img img.imgright-center {
	right: 0;
	left: auto;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	/*width: 115%!important;*/
}

.hp-blog-content .hp-blog-list-box .hp-blog-link .thumbnail-img img.imgcenter-top,
.hp-blog-content .hp-blog-newlist ul li .thumbnail-img img.imgcenter-top {
	left: 50%;
	right: auto;
	top: 0;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	/*width: 115%!important;*/
}
.hp-blog-content .hp-blog-list-box .hp-blog-link .thumbnail-img img.imgcenter-bottom,
.hp-blog-content .hp-blog-newlist ul li .thumbnail-img img.imgcenter-bottom {
	left: 50%;
	right: auto;
	top: auto;
	bottom: 0;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	/*width: 115%!important;*/
}
.hp-blog-content .hp-blog-list-box .hp-blog-link .thumbnail-img img.imgcenter-center,
.hp-blog-content .hp-blog-newlist ul li .thumbnail-img img.imgcenter-center {
	left: 50%;
	right: auto;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*width: 115%!important;*/
}












