/*
Theme Name: wp_gurume_2017

Author: tako3
Author URI: http://underscores.me/
Text Domain: wp_gurume_2017

#3fa9f5
rgba(242, 150, 0, 1);
*/

.lcl-main {
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: auto;
	border: 4vh solid #fff;
}
.lcl-main__ttl {
	border: 4px solid #fff;
	font-size: 40px;
	line-height: 55px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 5%;
	left: 5%;
	padding: 20px 60px;
}
.lcl-lead {
	padding: 30px 15px;
}
.lcl-lead p {
	font-size: 18px;
	color: #e35d17;
	line-height: 27px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/*  TOPページ  */
@media screen and (min-width: 767px) {
	.index_area {
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		width: calc(100% - 8vh);
		justify-content: space-between;
	}
}
.single_grid {
	width: calc((100% - 21px) /3);
	height: 380px;
	position: relative;
	overflow: hidden;
}
.single_grid:not(:last-child) {
	margin-bottom: 10px;
}
.single_grid a:before {
	content: "";
	border: 1px solid #fff;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.single_grid a {
	color: #222;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	transition: all 0.5s ease;
}
.single_grid a:hover .single_grid_img_2 {
	transform: scale(1);
	transition: all 0.5s ease;
}
.single_grid_inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.single_grid_bk {
	background-color: #333;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	opacity: 0.3;
	transition: all 0.5s ease;
}
.single_grid a:hover .single_grid_bk {
	opacity: 0;
	transition: all 0.5s ease;
}
.single_grid_img_2 {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
	transform: scale(1.2);
	transition: all 0.6s ease;
	background-position: bottom;
}
.single_grid_num {
	position: absolute;
	z-index: 10;
	color: #fff;
	font-size: 13vw;
	line-height: 1.1em;
}
/*    */
.pagination {
	text-align: center;
	font-size: 1.3em;
	width: 100%;
	max-width: 1120px;
	margin: 100px auto;
}
.pagination a,
.pagination span {
	padding: 4px 15px;
	border: 2px solid #333;
	margin: 0 5px;
	transition: all 0.6s ease;
}
.page-numbers.current {
	color: rgba(242, 150, 0, 1);
}
.page-numbers:hover {
	border: 2px solid rgba(242, 150, 0, 1);
	color: rgba(242, 150, 0, 1);
}
.page-numbers.dots {
	border: none;
}

/*  記事ページ   */
.header_img {
	height: 30vw;
}
div#opening_img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.post_area {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
.header_after {
	width: 100%;
	position: relative;
	padding: 20px 0;
}
.entry-content {
	background: #fff;
	text-align: left;
	padding: 0 60px 40px 40px;
	font-size: 1em;
	width: 100%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.post_description {
	width: 100%;
	padding: 5px 0;
	position: relative;
}
.post_date {
	margin-bottom: 10px;
}
.entry-content h2 {
	margin-bottom: 2em;
}
/**/
.post_title {
	line-height: 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	font-size: 3em;
}
.post_tag {
	margin: 0;
	font-size: 0.8em;
}

/*  */
.writer_avatar_img {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}

/**/
input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
	border: 1px solid #333;
}

/**/
.archive .single_grid_num {
	font-size: 8em;
}
iframe#pocket-button-0 {
	height: 22px;
}

.post_content {
	margin: 45px 0;
}
.post_content img {
	margin: 20px 10px;
}

.title_p p {
	padding: 20px 20px 0;
}
.post_content p {
	margin: 35px 0;
	line-height: 1.7em;
}
.description_down_member p {
	margin: 10px 0;
}

.post_content.member_list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.member_list .single_grid {
	height: auto;
}
.member_list .single_grid_img_2 {
	height: 250px;
	transform: scale(1);
}
.member_list .writer_post_list_btn {
	width: 100%;
	margin: 0;
	position: relative;
	bottom: 0;
}

.member_list .icon {
	fill: #fff;
	padding: 8px;
	width: 40px;
	height: 40px;
}
.member_list .single_grid_img_2 {
	height: 250px;
	margin-bottom: 20px;
}
/*.member_list p.sns {position: relative;margin: 0;line-height: 1em;}*/
.member_list p.sns a,
.member_list p.sns img {
	position: relative;
	margin: 0;
}
/*.member_list .single_grid_inner,.member_list .single_grid { padding: 0 8px; }*/
.member_list .info h1 {
	font-size: 1em;
	margin: 5px 0;
	font-weight: 400;
}

/**/
.sns span .fa {
	font-size: 2em;
	margin: 0 5px;
	transition: all 0.3s ease;
}

.w_info {
	padding: 20px;
}
.w_info_l {
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 15px 0;
}

figure.writer_img:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
figure.writer_img {
	width: 50%;
	margin: 0;
	float: left;
}

.writer_text {
	padding-top: 10px;
	font-size: 1.2em;
}

.shop_info_title {
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
}
.shop_info_content {
	font-size: 0.8em;
}
table.shop_info {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 1em;
}
table.shop_info th {
	vertical-align: middle;
	height: 35px;
	width: 20%;
	margin: 0;
	font-weight: 400;
	text-align: left;
}
table.shop_info td.data {
	padding: 0;
	margin: 0;
	border: none;
	line-height: 1.7em;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 5%;
	width: 70%;
	word-break: break-all;
}
figure.writer_img {
	width: 100%;
	margin: 0;
	float: none;
	height: 250px;
}

.post_thum img {
	display: block;
	text-align: center;
	margin: 15px auto;
}

header.entry-header .single_grid {
	padding: 0;
	margin: 0;
}

.relation_post {
	padding: 20px;
	border-bottom: 1px solid #eee;
}
.related-entry a {
	height: 110px;
	position: relative;
	display: block;
}
.relation_post_img {
	width: 110px;
	height: 110px;
	position: relative;
	background-position: center center;
	background-size: cover;
	float: left;
}
.relation_post_txt {
	font-size: 0.8em;
	height: 100%;
	position: relative;
	margin-left: 120px;
}

p.sns {
	text-align: center;
}
.sns span .fa:hover {
	color: rgba(242, 150, 0, 1);
}

.w_info_l p.sns {
	position: relative;
	margin: 0;
	line-height: 1em;
}
.w_info_l p.sns a {
	position: relative;
	margin: 0;
}
.writet_sns_icon {
	padding: 8px;
	width: 40px;
	height: 40px;
}

.w_info_post .half {
	width: 100%;
	float: none;
}

aside#secondary {
	width: 30%;
	float: right;
	max-width: 300px;
}

/*関連記事*/
.related-post {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: table;
}
.related-entry {
	margin-bottom: 0px;
	display: table-cell;
	position: relative;
}

p.related_date {
	position: absolute;
	bottom: 0;
	margin: 0;
}

.post_after_contact {
	text-align: center;
	padding: 20px;
}
.post_after_contact a {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
}
.post_after_contact a:hover {
	color: rgba(242, 150, 0, 1);
	border: 1px solid rgba(242, 150, 0, 1);
}

.post_after_box {
	width: 100%;
	background: #fff;
	height: 100%;
	position: relative;
}
.post_after_box.pc_width_max {
	max-width: 1120px;
	margin: 50px auto;
}
.post_after_box.sp_follow_box a {
	display: block;
	text-align: center;
}

.sp_follow_box ul li.sp_sns_btn a {
	padding: 13px 0px;
}
.sp_follow_box ul li.sp_sns_btn a:hover .icon {
	fill: rgba(242, 150, 0, 1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sp_follow_box h3 {
	font-size: 1em;
	font-weight: 400;
	margin-top: 0;
}
.sp_follow_box ul li.sp_sns_btn {
	width: 23.2%;
	height: auto;
	float: left;
	margin: 0 1.2%;
}
.sp_follow_box ul li.sp_sns_btn:last-child {
	margin-right: 0;
}
.sp_follow_box ul li.sp_sns_btn:first-child {
	margin-left: 0;
}

.post_after_box.sp_follow_box {
	padding: 20px 20px;
}

.post_under_related {
	width: 100%;
	height: 100%;
	position: relative;
}

.half {
	width: 50%;
	float: left;
}

p.post_under_related_title {
	font-size: 1em;
	font-weight: bold;
}
.post_under_related_entry {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: auto;
}
.post_under_related_entry h3 {
	width: 100%;
	clear: none;
	font-size: 1em !important;
	color: #222;
	padding: 0 0 15px 0 !important;
}
.post_under_related_img {
	width: 110px;
	height: 110px;
	position: relative;
	background-position: center center;
	background-size: cover;
	float: left;
}
.post_under_related a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.post_under_related_txt {
	margin-left: 120px;
}
.post_under_related_txt p {
	font-weight: 400;
}
.post_under_related a:hover,
.related-entry a:hover,
.editor_recom_wrap a:hover {
	opacity: 0.5;
}

.writer_post_list a,
p.writer_post_list_btn a {
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 13px 0;
	display: block;
	transition: all 0.3s ease;
}
p.writer_post_list_btn a {
	position: relative;
}
.writer_post_list a:hover,
p.writer_post_list_btn a:hover {
	color: rgba(242, 150, 0, 1);
	border: 1px solid rgba(242, 150, 0, 1);
}
p.writer_post_list_btn {
	width: 100%;
	margin: 0;
	position: absolute;
	bottom: 0;
}

.column_more {
	width: 80%;
	margin: 30px auto;
}

.other_box_title {
	font-size: 1.7em;
	text-align: left;
	padding: 20px 20px 0;
	font-weight: bold;
}

.ad_post_bn728 {
	width: 728px;
	height: auto;
	margin: 30px auto;
}
.ad_post_bn300 {
	width: 300px;
	height: auto;
}
.ad_post_bn300_side {
	width: 300px;
	margin: 30px auto;
}

.sp_follow_box ul {
	width: 100%;
	height: 100%;
	overflow: auto;
}

/*============================ #header ============================*/
.footer-in {
	align-items: stretch;
}

@media screen and (max-width: 768px) {
	.lcl-main {
		height: 90vh;
		margin-bottom: 20px;
		border: none;
		padding: 0 15px;
	}

	.lcl-main-logo {
		border: 2px solid #fff;
		padding: 20px 30px;
		font-size: 1.3em;
		width: 85%;
	}

	.lcl-main__ttl {
		font-size: 20px;
		line-height: 25px;
		bottom: 5%;
		left: 5%;
		padding: 10px 20px;
	}

	/**/
	.index_area {
		padding: 0 15px;
	}
	.single_grid {
		height: 150px;
		max-width: 100%;
		width: 100%;
	}
	.single_grid:not(:last-child) {
		margin-bottom: 20px;
	}
	.single_grid_num {
		font-size: 7em;
	}
	/**/
	.pagination {
		margin: 60px auto;
	}
	.pagination a,
	.pagination span {
		padding: 2px 10px;
		border: 1px solid #333;
		margin: 0 4px;
	}

	/**/
	div#opening_img {
		background-attachment: inherit;
	}

	.lcl-lead {
		padding: 30px 15px;
	}

	.lcl-lead p {
		font-size: 14px;
		color: #e35d17;
		line-height: 21px;
		font-weight: bold;
	}

	.post_bread {
		display: none;
	}

	.sns_btn .icon {
		fill: #fff;
		padding: 8px;
		width: 30px;
		height: 30px;
	}
	.sns_btn ul li {
		float: left;
		margin: 0 1px;
	}
	.main-navigation {
		margin: 10px auto;
		overflow: hidden;
	}
	.site-header {
		height: 120px;
		background-color: #fff;
		position: fixed;
	}
	.content-area {
		background-color: #fff;
		margin-top: 120px;
	}
	.single_page_area {
		margin-top: 0;
	}
	.post_content {
		margin: 15px 0;
	}
	.wp_social_bookmarking_light div {
		height: 20px;
	}
	h1.site-title {
		margin: 0;
		display: inline-block;
		width: 110px;
	}
	h1.site-title a {
		font-size: 1em;
		line-height: 1em;
		vertical-align: middle;
	}

	figure.writer_img {
		width: 100%;
		margin: 0;
		float: none;
		height: 100px;
	}

	.member_list .single_grid {
		margin-bottom: 20px;
	}

	.entry-content {
		width: 100%;
		margin: 0 auto;
		padding: 10px;
		float: none;
	}
	.post_content p {
		font-size: 1em;
		word-wrap: break-word;
	}
	.post_content img {
		margin: 20px 0px;
		height: auto;
	}

	.header_after {
		width: 100%;
		position: relative;
		height: 0;
	}
	.single_sns_icon {
		position: relative;
		width: 100%;
	}
	.single_sns_icon .icon {
		width: 25px;
		height: 25px;
	}

	.shop_info {
		width: 100%;
	}
	.shop_info_content {
		font-size: 1em;
		line-height: 1.6em;
	}

	.related-entry {
		display: block;
		width: 100%;
		padding: 10px;
	}
	.relation_post_txt {
		font-size: 1em;
	}

	.single_sns_icon ul li {
		font-size: 0.9em;
	}

	.relation_post {
		padding: 0;
	}
	.ad_post_bn728 {
		width: 100%;
	}
	.ad_post_bn300_side {
		margin-top: 30px;
	}

	.col-90-s {
		margin: 5px auto;
		height: 120px;
	}
	/*.single_grid_img_2 {width: 100%;height: 75%;}*/

	.description_down {
		width: 100%;
		font-size: 1em;
		padding: 5px;
		position: absolute;
	}
	.single_grid_inner {
		position: relative;
		justify-content: flex-end;
	}

	.arrow_right,
	.arrow_up {
		right: 10%;
	}

	.info {
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	.info h1,
	.info h2 {
		font-size: 1.3em;
		font-weight: 400;
	}

	/*.post_after_box {width: 100%;}*/

	.column_area .info h1 {
		font-size: 1em;
	}
	.column_more {
		width: 80%;
	}
	.single_grid.column_area {
		height: 230px;
		width: 50%;
	}

	.post_after_contact a {
		width: 80%;
	}

	.insta_area .single_grid_img_2 {
		height: 100%;
	}

	.sp_navigation ul li.sp_sns_btn {
		width: 20%;
		height: 10%;
		float: left;
		margin-top: 20px;
		margin-right: 2.5%;
		margin-left: 2.5%;
		border-radius: 50%;
	}
	.sp_sns_btn .icon {
		height: 20px;
	}

	.sp_navigation ul li.sp_sns_btn a,
	.sp_follow_box ul li.sp_sns_btn a {
		padding: 13px 0px;
	}
	.post_after_box.sp_follow_box a {
		display: block;
		text-align: center;
	}
	.sp_follow_box h3 {
		font-size: 1em;
		font-weight: 400;
		margin-top: 0;
	}
	/*.post_after_box.sp_follow_box { padding: 20px 20px; }*/
	.sp_follow_box ul li.sp_sns_btn {
		width: 22%;
		height: auto;
		float: left;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}

	form.wpcf7-form p span.form_btn {
		font-size: 0.7em;
		margin: 0 10px;
		background: rgba(242, 150, 0, 1);
		color: #fff;
		padding: 1px 6px;
		vertical-align: middle;
	}
	input[type="submit"] {
		width: 100%;
		background: none;
		border: 1px solid rgba(242, 150, 0, 1);
		-webkit-transition: all 0.3s ease;
		height: 50px;
		transition: all 0.3s ease;
	}
	input[type="text"] {
		width: 100%;
	}
}
@media screen and (max-width: 568px) {
	.single_sns_icon ul li {
		font-size: 0.7em;
	}

	.single_grid_img_2 {
		width: 100%;
		height: 100%;
	}
	.insta_area .single_grid_img_2 {
		height: 100%;
	}
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#content[tabindex="-1"]:focus {
	outline: 0;
}
