@media only screen and (min-width: 943px){
#main.fullwidth .sp-grid > li {width: 340px; margin-right: 26px;}
#main.fullwidth .sp-grid li:nth-of-type(2n+2) {margin-right: 26px;}
#main.fullwidth .sp-grid li:nth-of-type(3n+3) {margin-right: 0;}
}

@media only screen and (min-width: 942px) and (max-width: 1170px) {
#main.fullwidth .sp-grid >li {width: 293px;}
}

@media only screen and (max-width: 960px) {
#main.fullwidth .sp-grid li:nth-of-type(3n+3) {margin-right: 26px;}
#main.fullwidth .sp-grid li:nth-of-type(2n+2) {margin-right: 0;}
}



.wp-embedded-content {
max-width: 100%;
}

/*囲み記事*/

.boxkakomi {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 2px #000;
}
.boxkakomi .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxkakomi p {
    margin: 0; 
    padding: 0;
}


/*カスタム吹き出し見出し*/

.post-entry h2 {
	background:#161616;
	text-align:left;
	color:#fff;
	padding:13px 20px;
	font-size:21px;
	text-transform:none;
	letter-spacing:1px;
	position: relative;
	margin-bottom:25px;
}

.post-entry h2:after {
	content: "";
	display: block;
	position: absolute;
	border-top: 5px solid;
	border-top-color:#161616;
	border-right: 5px solid 		 transparent;
	border-left: 5px solid transparent;
	bottom: -5px;
	left: 5%;
	width: 0;
	height: 0;
	margin-left: -5px;
}


.post-entry h3{
	background:#99bdbf;
	text-align:left;
	color:#fff;
	padding:13px 20px;
	font-size:19px;
	text-transform:none;
	letter-spacing:1px;
	position: relative;
	margin-bottom:25px;
}
	
.post-entry h3:after {
	content: "";
	display: block;
	position: absolute;
	border-top: 5px solid;
	border-top-color:#99bdbf;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -5px;
	left: 5%;
	width: 0;
	height: 0;
	margin-left: -5px;
}

.post-entry h4 {
	background:#38beef;
	text-align:left;
	color:#000;
	padding:13px 20px;
	font-size:17px;
	text-transform:none;
	letter-spacing:1px;
	position: relative;
	margin-bottom:25px;
}

.post-entry h4:after {
	content: "";
	display: block;
	position: absolute;
	border-top: 5px solid;
	border-top-color:#38beef;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -5px;
	left: 5%;
	width: 0;
	height: 0;
	margin-left: -5px;
}

.post-entry h6 {
	background:#161616;
	text-align:center;
	color:#fff;
	padding:13px 20px;
	font-size:18px
	letter-spacing:1px;
	position: relative;
	margin-top:20px;
	margin-bottom:20px;
}

.post-entry a{
	color:#48b9bf;
}

.post-entry p{
	color:#222222;
	font-size:16px;
}

.post-entry blockquote p {
	font-size:16px;
	line-height:28px;
	font-style:normal;
}

/*見出し大文字指定解除*/

.entry-title h1 {
text-transform:none;
}

/*googleマップレスポンシブ指定*/
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

