@charset "UTF-8";

#custom_html-3 {
	padding-top: 2.65385rem;
	padding-top: calc(var(--_space, 1.76923rem)*1.5);
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	#custom_html-3 .wp-block-button {
		display: block;
		margin-bottom: 10px;
	}
	#custom_html-3 .wp-block-button a {
		width: 100%;
	}
}

.widget_inc2734_wp_awesome_widgets_slider {
	position: relative;
}
.widget_inc2734_wp_awesome_widgets_slider:after {
	content:"";
	width: 240px;
	height: 240px;
	background: url(/wp/wp-content/themes/taketaprogohan/assets/img/hash.png) 0 0 no-repeat;
	position: absolute;
	bottom: -100px;
	left: 20px;
}
@media only screen and (max-width: 1024px) {
	.widget_inc2734_wp_awesome_widgets_slider:after {
		width: 100px;
		height: 100px;
		bottom: -30px;
		background-size: 100px 100px;
	}
}

.widget_meks_instagram {
	padding: 30px 0;
}

.c-entry-summary__term--area {
  background-color: #eee;
  color: #999;
  right: auto!important;
  left: 0;
  top: auto!important;
  bottom: 0;
}

.post-table {
	border-collapse: collapse;
}

.post-table th,
.post-table td {
	text-align: left;
	border: 2px solid #fff;
	padding: 5px 10px;
}

.post-table th {
	width: 25%;
	background-color: #fafafa;
}

.post-table td img {
	width: 100%;
}

.post-table .post-table-item {
	margin-bottom: 30px;
}

.post-table .post-table-item:last-child {
	margin-bottom: 0;
}

.post-table .post-table-item h4 {
	margin-bottom: 10px;
}

.post-table .post-table-item p {
	margin-bottom: 10px;
}


@media only screen and (max-width: 1024px) {
	.post-table tr {
		border: 1px solid #ccc;
	}

	.post-table tr:last-child {
		border-bottom: none;
	}

	.post-table th, .post-table td {
		display: block;
		padding: 0;
		box-sizing: border-box;
		border: none;
	}

	.post-table th {
		width: 100%;
		background: #F5F5F5;
		padding: 10px 15px;
	}

	.post-table td {
		padding: 10px 15px;
		word-break: break-all;
	}
}

.wpaw-slider .wpaw-slider__item {
	min-height: 540px !important;
	height: auto !important;
	height: 540px !important;
}

@media only screen and (max-width: 1024px) {
	.wpaw-slider .wpaw-slider__item {
		min-height: 280px !important;
		height: 280px !important;
	}
}

.post-googlemap iframe {
	width: 100%;
}


.list-table {
	border-collapse: collapse;
}

.list-table th,
.list-table td {
	text-align: left;
	border: 2px solid #ccc;
	padding: 5px 10px;
	vertical-align: top;
}

.list-table th {
	width: 25%;
	background-color: #fafafa;
	font-weight: bold;
}

.list-table td {
	width: 33.3%;
}

.list-table td img {
	width: 200px;
}

.list-table .list-table-item {
	margin-bottom: 0.5em;
}

.list-table .list-table-item:last-child {
	margin-bottom: 0;
}

.list-table .list-table-item h4 {
	/*margin-bottom: 10px;*/
}

.list-table .list-table-item p {
	/*margin-bottom: 10px;*/
}



.list-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	list-style-type: none;
}
@media print{
	.list-item {
		font-size: 8px;
		line-height: 1.2;	
	}
}

.list-item h2 {
	padding: 5px 15px;
	background-color: #f39800;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	overflow: hidden;
	white-space: nowrap;
}

@media print{
	.list-item h2 {
		font-size: 12px;
	}
}

.list-item p.thum {
	height: 250px;
	background: #eee url(../img/thum.jpg) center center no-repeat;
	background-size:cover;
	margin: -15px -15px 15px;
}
@media print{
	.list-item p.thum {
		height: 100px;
	}
}

.list-item li {
	width: 31%;
	margin: 1%;
	border: 3px solid #f39800;
}

@media print{
	.list-item li {
/*		height: 330px;
		overflow: hidden;
*/	}
	.list-item-wrap {
		page-break-before: always!important;
	}
}

.list-item .list-menu {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.list-item p.tel {
	/*margin-top: 5px;*/
	color: #f39800;
	font-weight: bold;
	font-size: 16px;
}

.list-item .list-info {
	font-size: 14px;
}
@media print{
	.list-item .list-info {
		font-size: 8px;
		line-height: 1.2;
	}
}

.item-body {
	padding: 15px;
}


@media print{
	body {
		-webkit-print-color-adjust: exact;
		-moz-print-color-adjust: exact;
		-ms-print-color-adjust: exact;
	}
	#page-top {
		display: none;
	}
}
