/*
Theme Name: isotype_child
Version: 1.0
Template: isotype_001
*/

/*ナビゲーションバー → header_temp.php*/

/*トップスライダー、フッター → header.php*/

/*トップページ*/
/*.home #contents {
	border-top: 3px solid #6e8e40;
	padding-top: 30px
}*/

.home .tabcontents {
	display: none;
}

.s_header {
	text-align: center;
}

.s_header h2, .widget h2 {
	font-size: 1.6rem;
	letter-spacing: initial;
}

@media only screen and (max-width: 1024px) {
	.s_header h2, .widget h2 {
		font-size: 1.4rem !important;
	}

	.s_header h2 {
		padding-top: 12px;
		margin-bottom: 0;
	}
}

.list > li figure {
	aspect-ratio: 1.5;
}

#contents .list > li a {
	-webkit-line-clamp: 3 !important;
}

#contents .list > li p {
	-webkit-line-clamp: 2 !important;
}

#contents .cat li a {
	padding: 2px 12px 1px 12px !important;
}

#contents .cat {
	display: none;
}

/*#contents .list .cat_time {
	margin-left: 0px !important;
	flex-direction: row !important;
}

#contents .cat_position_right {
	position: absolute;
	bottom: 0;
}

#contents .post_time_set {
	position: absolute;
	bottom: 0;
	right: 0;
}

#contents .list.row > li div time {
	order: initial !important;
	font-size: 12px;
}*/

#new time, #pick_up time, #study time {
	display: none !important;
}

/*.post_time_set {
	margin-bottom: 5px !important;
}*/

@media only screen and (max-width: 1024px) {	
	#contents .list > li figure + .cat {
		/*display: none;*/
		left: 10px !important;
		max-width: initial !important;
	}
		
	#contents .list.row_sp {
		display: flex !important;
	}
	
	#contents .list.row_sp > li h3 {
		margin-top: 4px !important;
	}


	#contents .list.row_sp > li {
		border-bottom: none;
		padding: 0 10px;
		width: 50% !important;
	}

	#contents .list.row_sp > li div {
		margin-left: 0 !important;
	}
	
	#contents .list.row_sp > li div time {
	/*order: initial !important;*/
	font-size: 12px;
	font-weight: initial;
	letter-spacing: initial;
	}
}

/*@media only screen and (max-width: 479px) {
	#contents .list.row_sp > li figure {
		aspect-ratio: 4/3;
	}
}*/

@media only screen and (max-width: 1024px) {	/*599pxから変更*/
	.home #contents {
		padding-top: 16px
	}
	
	#contents .list > li {
		padding-bottom: 5px !important;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
	}

	#contents .list>li div>h3 a {
		letter-spacing: -0.0415625em !important;
	}
}

@media only screen and (max-width: 599px) {
	#contents .list>li div>h3 a {
/*		font-weight: normal !important;*/
		font-size: 13px;
	}
}

@media only screen and (min-width: 600px) {
	#contents .list.row_sp > li p {
		display: -webkit-box !important;
	}
}

#new {
	width: 100%;
	max-width: calc(1160px + 40px);
	margin: 50px auto;
	padding: 0 20px !important;
}

#new #contents .list > li {
	width: calc(33% - 20px);
}

.more {
	position: relative;
	text-align: center;
	width: 100%;
}

.more a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #666;
	width: 200px;
	height: 33px;
	font-size: 14px;
	color: #fff;
}

@media only screen and (min-width: 600px) {
	.more a {
		width: 180px;
	}
}

@media only screen and (max-width: 1024px) {
	#new{
		margin: 24px 0 !important;
		padding: 0 10px !important;
	}
	
	#column {
		position: relative;
		margin-top: 38px !important;
		padding: 0 10px !important;
	}
}

#pick_up .list > li:nth-child(1) {
	width: 100% !important;
}

#pick_up .list > li:nth-child(1) .thumb {
	padding-top: 0;
	aspect-ratio:1.5;
/*	height: 30vw;*/
}

#interview .slidetxt h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 16px 0 30px;
	padding: 0;
	background: none;
	font-size: 1.4rem;
	font-weight: 700;
}

@media only screen and (max-width: 1024px) {
	#pick_up .bgcolor {
		position: absolute;
		background-color: #a7a298;
		height: calc(66px + 25vw);
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	
/*	#pick_up .list > li:nth-child(1) .thumb {
		height: 50vw;
	}*/
	
	#study .bgcolor {
		position: absolute;
		background-color: #f4eef0;
		background-image:
			repeating-linear-gradient(-60deg,#fff, #fff 10px,transparent 0, transparent 20px);
		height: 55px;
		width: calc(100% + 20px);
		margin-left: -10px;
	}
}

/*@media only screen and (max-width: 1920px) {
	#column {
		margin-top: 30px !important;
	}
}

@media only screen and (min-width: 1025px) {
	.section-inner {
		width: 810px;
	}
}*/

/*サイドバー*/
.side_snsbutton {
	background-color: #e6eaef;
	width: 270px;
	margin: auto;
	padding: 35px 0;
}

.side_snsbutton .sns_icon {
	width: 40%;
	margin: auto;
}


.side_snsbutton .sns.circle li a {
	width: 48px;
	height: 48px;
	font-size: 16px !important;
	border: 1px solid #b9b9b9;
}

.side_categories {
	border-top: 3px solid #000;
	padding-top: 24px;
	margin-top: 34px !important;
}

.side_categories ul {
	margin-left: 20px;
}

.side_categories li {
	position: relative;
	width: 260px;
	height: 40px;
	line-height: 40px;
}

.side_categories a::after {
	position: absolute;
	top: 27%;
	right: 10px;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	margin-top: -3.5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg)
}

.side_topics::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1ea";
	padding-right:10px;
}

.side_food::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f787";
	padding-right:10px;
}

.side_fashion::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f553";
	padding-right:10px;
}

.side_lifestyle::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f4d8";	
	padding-right:10px;
}

.side_experience::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f554";	
	padding-right:10px;
}

.side_world::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f57e";	
	padding-right:10px;
}

.widget_popular .wpp_li_date {
	display: none !important;
}

.widget_onepost .list li div {
	margin-left: 0 !important;
}

#aside .widget_isotype_onepostwidget {
	margin-bottom: 0;
}

#aside .widget_onepost {
	margin-bottom: 0;
}

#aside .widget_onepost li {
	padding-bottom: 0;
}

.worldmore {
	text-align: right;
}

#aside .worldmore a {
	color: #999 !important;
}

@media only screen and (max-width: 1024px) {
	#aside {
		margin-top: 50px !important;
		padding: 0 6px;
	}
	
	.side_categories {
		display: none;
	}
}

@media only screen and (min-width: 1025px) {
	#aside {
		width: 320px !important;
		margin-left: 30px !important;
		padding-left: 20px;
		border-left: 1px solid #e5e5e5;
	}
}

/*スライダーインジケーター*/
.swiper-pagination-bullets {
	margin: 20px 0 10px !important;
}

.swiper-pagination-bullet-active {
	background: #000 !important;
}

.swiper-pagination-bullet {
	margin: 0 6px !important;
	padding: initial !important;
}

/*記事内*/
#contents header h1.entry-title {
	font-size: 24px !important;
}

header .date span {
	font-weight: normal !important;
}

#body h2 {
	font-size: 2.0rem !important;
}

#body h3 {
	font-size: 1.6rem !important;
}

#contents_area .entry-content .easyLink-info-btn-amazon, #contents_area .entry-content .easyLink-info-btn-rakuten {
	color: #fff;
	border-bottom: none;
}

@media only screen and (max-width: 1024px) {
	#body {
		padding: 0 10px;
	}
	
	#body h2, #body h3 {
/*		padding-left: 5px; */
		margin-top: 2em !important;
		margin-bottom: 1em !important;
	}
	
	#body figure {
		margin-top: 1rem;
	}
	
	.post-inner {
		padding-top: 10px;
	}
}

/*目次*/
.isotype-toc {
	padding: 15px !important;
}


.isotype-toc .mokuji {
	background-color: #ccc;
	color: #F4F4F4;
	font-size: 0;
	padding: 8px 0 8px 8px;
}

.isotype-toc .mokuji:after {
	content: "INDEX";
	font-size: 1.4rem;
}

.isotype-toc .mokuji_wrap li {
	border-bottom: 0.2px solid #ccc;
}

/*.isotype-toc ul ul {
	text-indent: 1em;
}

.isotype-toc ul ul a {
	line-height: 16px !important;
}

.isotype-toc ul ul {
	display: none;
}*/

/*テーブル*/
#body table {
	margin-top: initial !important;
	text-align: initial !important;
}

/*引用*/
blockquote {
	border-color: #666 !important;
}

.wp-block-quote {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.wp-block-quote cite{
	color: #6d6d6d !important;
	font-size: 14px !important;
	font-style: italic;
	font-weight: 600 !important;
}

iframe, iframe.instagram-media {
	margin: 14px auto !important;
}

/*絶景写真*/
.scenery img {
	aspect-ratio: 1.5;
}

#mainImg {
	display: flex;
	width: 100%;
	height: 570px;
	align-items: center;
	overflow:hidden;
}

#mainImg img {
	width: 100%;
	height: auto;
}

#subImg {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	overflow:hidden;
}

#subImg li {
	list-style: none;
	margin: 10px 1%;
	max-width: 150px;
	cursor: pointer;
}

#subImg .current {
	background-color: #fff;
}

#subImg .current img {
	opacity: 0.3;
}

#body .scenery .scenery-cap {
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.2;
	letter-spacing: normal;
	font-family:sans-serif;
	color: #6d6d6d;
}

@media only screen and (max-width: 1024px) {
	#mainImg {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		height: 67vw;
	}
}

@media only screen and (max-width: 599px) {
	#subImg li {
		margin: 12px 2%;
		max-width: 80px;
	}
}


/*広告*/
.gad {
	margin-bottom: 60px;	
}
/*profile*/
.info p a {
	color: #999;
	text-decoration: underline;
}

.info .sns {
	margin-bottom: 24px;
}

/*contact-form*/
div.wpcf7 {
	background: #e6eaef;
	border: 1px solid #ddd;
	padding: 12px;
	border-radius: 5px;
	margin: 0 0 30px 0;
}

div.wpcf7 .contactp {
	padding: 20px 20px 0;
	margin: 0;
	line-height: 0.9;
}

div.wpcf7 h3 {
	background: initial !important;
	margin-bottom: initial !important;
	text-align: center;
}

div.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px;
}

div.wpcf7 textarea {
	height: 200px;
}

div.wpcf7 input.wpcf7-submit {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	height: 45px;
	margin: 0 auto;
	padding: 0.5em 2em;
	display: block;
	border-radius: 5px;
	background: #333;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080;
	border: 1px solid #666;
}

div.wpcf7 input.wpcf7-submit:hover {
	background: #006080;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8;
	border: 1px solid #006080;
}

.wpcf7 input.wpcf7-submit:active {
	box-shadow: none;
	bottom: -2px;
	position: relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	border: 1px solid #009de1;
}

.wpcf7-captchac {
	border: 1px solid #ccc;
}
 
.wpcf7 .wpcf7-not-valid {
	background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}
 
.wpcf7 .required, .any {
 font-weight: bold;
 color: #fff;
 border-radius: 8px;
 margin: 0 5px;
 font-size: 50%;
 padding: 5px;
}
 
.required {
 background: #ff9393;
}
 
.any {
 background: #93c9ff;
}

/*recaptcha隠す*/
.grecaptcha-badge {
    visibility:hidden;
}