/***************************
 *
 * 投稿・カテゴリーページ
 * ★ページ中身用★
 *
 **************************/

@media all and (min-width: 769px) {




/*--------------------------------
カテゴリ
---------------------------------*/

/*--------------------------------
シングル
---------------------------------*/
.title-single {
	margin-bottom: 0 !important;
}
.single-time {
	margin-bottom: 0;
	text-align: right;
}

/*--------------------------------
シングル:plan
---------------------------------*/
.title-single {
	font-size: 26px;
	margin-bottom: 30px;
}
.plan-contents {
	max-width: 1200px;
	margin: 0 auto;
}
.page-contents .page {

	margin: 0 auto;
	padding: 50px 30px;
}
.plan-contents .page {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;	
}
.page-contents .page-l {
	padding-right: 30px;
}
.page-contents .page-r {
	width: 300px;
}
.rollup-title {
	position: relative;
}
.rollup-title:hover {

}

.rollup-title.is-active:after {

}
.rollup-content {
	margin-bottom: 40px;
}
.rollup-content:after {

}
.rollup-content.is-active {
	height: auto;
}
.rollup-content.is-active:after {
	content: none;
}
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  /*ボタンのスタイルはご自由にどうぞ*/
color: #cd2323;

z-index: 2;
position: absolute;
left: 0;
bottom: -10px;
border-radius: 2px;
font-size: 12px;
text-align: center;
cursor: pointer;
transition: .2s ease;
 
}
.grad-trigger::after {
  content: "+Read more"; /*クリック前のボタンのラベル*/
  color: #cd2323;
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 120px; /*隠した後の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  /*background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);*/
}
.grad-trigger.is-show {
  bottom: -2em;
}
.grad-trigger.is-show::after {
	content: "- Close";
}
.grad-trigger.is-show + .grad-item::before {

}

.main-news .grad-item.is-hide {
	height: 75px;
}
.main-news .grad-trigger {
color: #cd2323;
z-index: 2;
position: absolute;
left: 15%;
bottom: -20px;
border-radius: 2px;
font-size: 12px;
text-align: center;
cursor: pointer;
transition: .2s ease;	
}
.side-contact {
	
}
.side-contact h2 {
	margin-top: 0;
}
.table-form {
	
}
.table-form, .table-form tbody, .table-form tr, .table-form th, .table-form td {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	line-height: 1.4em;
}
.table-form th {
	padding: 0;
}
.table-form td {
	padding: 0 0 10px;
}
.table-form input[type="text"],
.table-form input[type="email"],
.table-form input[type="date"],
.wpcr3_respond_2 input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px;
}
.table-form textarea,
.wpcr3_respond_2 textarea  {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px;
	height: 80px;
}
 .wpcf7-submit {
	display: block;
	background: #449d44;
	border: none;
	color: white;

	padding: 0px 16px;
	line-height: 46px;
	border-radius: 6px;
	font-size: 18px;

	border-radius: 6px;	
	margin: 0;
	text-align: center;
}
 .wpcf7-submit:hover {
	 cursor: pointer;
 }
 
 .page-bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(216,216,216,0.9);
	height: 55px;
	z-index: 50;
 }
.page-bottom .page-bottom-price {
	position: absolute;
	right: 170px;
	top: 0;
	line-height: 55px;
	padding-left: 30px;
	font-weight: bold;
	text-align: right;
}
.page-bottom .page-bottom-book {

	position: absolute;
	right: 30px;
	top: 5px;
}
.page-bottom .page-bottom-book a {
	display: block;
	text-align: center;
	color: white;
	background: #449d44;
	padding: 0 15px;
	line-height: 46px;
	border-radius: 6px;
	font-size: 18px;
}
.page-bottom .page-bottom-book a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/*--------------------------------
ページ送り
---------------------------------*/
.pagenavi {
	padding: 40px 0 160px;
	text-align: center;

}
ul.page-numbers {
	position: relative;
	text-align: center;
}
ul.page-numbers > li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 4px;
	vertical-align: top;
}
ul.page-numbers > li > a ,
ul.page-numbers > li > span {
	text-align: center;
	display: inline-block;

	box-sizing: border-box;
	font-size: 18px;
	color: #222222;
	padding: 0 4px 3px;

}
ul.page-numbers > li:first-child > a {

}
ul.page-numbers > li:last-child > a {

}
ul.page-numbers > li > a:hover {
	z-index: 2;
	text-decoration: none;
	transition: none;
	color: #cd2323;	
}
ul.page-numbers .current{
	color: #cd2323;
	cursor: default;
	z-index: 2;
}
.page-numbers.next {
	position: absolute;
	right: 0px;
	top: -13px;
	font-size: 15px;
	color: #cd2323;
	border: 2px solid #cd2323;
	border-radius: 4px;
	width: 200px;
	line-height: 36px;
}
.page-numbers.next:hover {
	color: #cd2323;
	opacity: 0.7;
}
.page-numbers.prev {
	position: absolute;
	left: 0px;
	top: -13px;
	font-size: 15px;
	color: #cd2323;
	border: 2px solid #cd2323;
	border-radius: 4px;
	width: 200px;
	line-height: 36px;
}
.page-numbers.prev:hover {
	color: #cd2323 !important;
	opacity: 0.7;
}

/*--------------------------------
前の記事・次の記事
---------------------------------*/
.prev-next {
	margin-top: 50px;
	padding-top: 45px;
	padding-bottom: 30px;
	border-top: 1px solid #eeeeee;
}
.prev-next ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.prev-next ul > li {
	width: 50%;	
	position: relative;

}

.prev-next ul > li > a {
	display: block;
	text-align: left;

}
.prev-next ul > li > a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.prev-next .prev-next-title {
	font-size: 15px;

}

.prev-next ul li:last-child .prev-next-title {

	text-align: right;
}

.prev-next .prev-next-text {
	background: url(../img/prev.png) left center no-repeat;
	background-size: 30px 30px;
	font-size: 15px;
	color: #362e2b;
	line-height: 2em;
	display: block;
	padding-left: 90px;

	
}
.prev-next ul li:last-child .prev-next-text {
	text-align: right;
	padding-left: 0;
	padding-right: 90px;
	background: url(../img/next.png) right center no-repeat;
	background-size: 30px 30px;
}
.prev-next i {
	text-align: center;
	font-size: 50px;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 150px;

}

.prev-next .home {

	text-align: center;
}
.prev-next .home i {

}

/*
*		
*
  POST CONTENT
*
*	
*/
.post {
	word-break: normal;
}
.post a {
	word-break: break-all;
}

blockquote {
	position: relative;
	box-sizing: border-box;
	display: block;
	margin-bottom: 15px;

}


blockquote a {
	display: block;
	margin-top: 15px;
}
blockquote p:last-child {
	margin-bottom: 0;
}

div.wpcr3_review_item div.wpcr3_item_name, div.wpcr3_aggregateRating {
	display: none !important;
}

}