/*
 Theme Name:   Lightning Child
 Theme URI:    
 Description:  Lightning Child Theme
 Author:       Vector,inc.
 Author URI:   https://www.vektor-inc.co.jp/
 Template:     lightning
 Version:      6.7.1
 */
/* flexbox用CSS */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_1{
	margin: 0px 10px;
}
.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col_5 > div{
	width: 19%;
}
.col_5 > div > div{
	position: relative;
	overflow: hidden
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col_4 > div{
	width: 24%;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col_3 > div{
	width: 32%;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col_2 > div{
	width: 49%;
}
@media screen and (max-width: 991px) {
	.col_2 > div{
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
	.col_5 > div{
		width: 32%;
	}
	.col_4 > div{
		width: 49%;
	}
	.col_3 > div{
		width: 100%;
	}
	.col_2 > div{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 49%;
	}
	.col_4 > div{
		width: 100%;
	}
}
.wrap{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
}
.guide_pic{
	flex-basis: 150px;
	flex-shrink: 0;
}
.guide_area{
	flex-basis: 200px;
	flex-shrink: 0;
	text-align: center;
}
.guide_main{
	flex-basis: 100%;
	margin: 0px 10px;
}
.gourmet_pic{
	flex-basis: 250px;
	flex-shrink: 0;
	text-align: center;
}
.gourmet_main{
	flex-basis: 100%;
	margin: 0px 10px;
}
.name{
	margin-bottom: 5px;
	color: #ffffff;
	background-color: green;
}
.guide_area p{
	margin-bottom: 0px;
	color: #ffffff;
	background-color: green;
}
@media screen and (max-width: 600px) {
	.wrap{
		flex-wrap: wrap;
		-ms-flex-wrap: wrap; /* IE10 */
	}
	.guide_pic{
		flex-basis: 100%;
	}
	.guide_main{
		flex-basis: 100%;
	}
	.guide_area{
		flex-basis: 100%;
	}
	.gourmet_pic{
		flex-basis: 100%;
	}
	.gourmet_main{
		flex-basis: 100%;
	}
}

.basis1{
	flex-basis: 100px;
}

/* flexbox終わり */

/* bootstrap用CSS */

.reverse{
	display: flex;
	flex-direction: row-reverse;
}
.box-c{
	display: flex;
	align-items: center;
}

/* bootstrap終わり */

/* 段落アンダーライン */

.under{
	border-bottom: 1px solid;
}

/* 段落アンダーライン終わり */

/* tableレスポンシブ */

table.tbl{
  margin: 10px auto 50px;
}
.tbl th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: 200px;
}
.tbl td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 600px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl {
    width: 80%;
  }
  .tbl th,
  .tbl td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* tableレスポンシブ終わり */

.subSection-title{
	padding-top: 30px;
}

.sight{
	font-weight: bold;
	color: #008000;
}

.normal{
	font-weight: normal;
	font-size: medium;
	padding-left: 10px;
}
.area1{
	margin: 0;
	padding: 0;
}
.area1 h2{
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	margin: 0;
}
.area1 ul{
	margin: 0;
	padding: 0;
}
.area1 ul li{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-indent: 1em;
	background-color: #f5f5f5;
	border-bottom: 1px dotted #000000;
	font-size: small;
}
.area1 ul li a{
	margin: -10px 0;
	padding: 10px 0;
	display: block;
	width: 100%;
	vertical-align: middle;
	color: #000000;
	background-color: #ffffff;
}
.area1 ul li a:hover{
	filter: brightness(0.8);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	text-decoration: none;
}
.area2{
	margin-top: 20px;
	padding: 0;
}
.area2 ul{
	margin: 0;
	padding: 0;
}
.area2 ul li{
	margin: 10px 0;
	list-style: none;
	text-indent: 1em;
	font-size: small;
	border-radius: 5px;
}
.area2 ul li a{
	margin: 0;
	padding: 10px 0;
	display: block;
	width: 100%;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
}
.area2 ul li:hover{
	position: relative;
	top: 1pt;
	left: 1pt;
}
.area2 ul li a:hover{
	text-decoration: none;
}
.areaA{
	background-color: #9acd32;
}
.areaB{
	background-color: #4169e1;
}
.areaC{
	background-color: #dda0dd;
}
.areaD{
	background-color: #b22222;
}
.areaE{
	background-color: #20b2aa;
}
.areaF{
	background-color: #ffa500;
}
.areaG{
	background-color: #3cb371;
}
.areaH{
	background-color: #493d8b;
}
.areaI{
	background-color: #ff7f50;
}
.areaJ{
	background-color: #a9a9a9;
}
.areaK{
	background-color: #00a0e9;
}


.cap{
	text-align: right;
	font-size: small;
	margin-bottom: 20px;
}

.under{
	border-bottom: 1px solid;
}

/* カスタム投稿用CSS */
body.post-type-geo-guide .entry-meta_items{
	display: none;
}
body.post-type-geo-guide .postNextPrev{
	display: none;
}
.su-posts-default-loop .su-post-thumbnail {
	width: 150px;
	height: 150px;
}
.su-posts-default-loop .su-post-thumbnail img {
	max-width: 150px;
	max-height: 150px;
}

/* 投稿画像配置 */
.category-blog .wp-caption {
	float: left;
	margin-top: 0;
	margin-right: 40px;
}
.category-blog p:before {
	content: "";
	clear: both;  /* 画像の回り込みを解除 */
	display: block;
}

/* 英語ページ切り替え */
.kirikae-o {
	position: absolute;
	top: -5px;
	right: 20px;
}
.kirikae {
	display: inline-block;
	background-color: #228b22;
	border-radius: 5px;
	padding: 10px 10px 5px 10px;
}
.kirikae a {
	color: #ffffff;
	font-size: small;
}

/* event用CSS */
.event .entry-meta {
	display: none;
}

/* YouTube埋め込み用CSS */
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 60px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.oshirase {
	border: 3px solid #ff6347;
}
.oshirase .title {
	padding: 10px 15px;
	background: #ff6347;
	color: #fff;
	font-size: 120%;
}
.oshirase .box {
	padding: 10px 15px;
}
