@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20200915
*/

* {
  box-sizing: border-box;
}



html,body {
    height: 100%;
    overflow:visible
}

#sidebar ul, #sidebar ol, .widget-over-article ul, .widget-over-article ol, .widget-under-article ul, .widget-under-article ol, .widget-over-sns-buttons ul, .widget-over-sns-buttons ol, .widget-under-sns-buttons ul, .widget-under-sns-buttons ol {
    padding-left: 0;
    list-style: none;
}

#sidebar li {
    margin-bottom: 0;
}

ul ul {
    margin-left: 0;
}

.article {
    font-size: 16px;
    line-height: 200%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

.red {
  color: #F00;
}

/* Simplicity子テーマ用のスタイルを書く */

#header-in, #navi-in, #body-in, #footer-in {
    width: 965px;
    margin: 0 auto;
    box-sizing: border-box;
}

#body {
    margin-top: 20px;
}

ul {
  margin: 0;
  padding: 0;
}

.active {
	display: flex !important;
}

.flexBox {
  display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.flexBoxRight {
	-js-display: flex;
display: flex;
	justify-content:flex-end
}

.flexBoxLeft {
	-js-display: flex;
display: flex;
	flex-wrap:wrap;
	justify-content:flex-start
}

/* ヘッダー */
#header-in {
  padding: 15px 0;
}

#header .alignleft {
    margin-left: 0;
    margin-right: 0;
    /* max-width: 700px; */
}

#header .alignright {
	width:430px;
    margin-right: 0;
}

#site-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 100%;
}

#site-title a {
	display: block;
	width:401px;
	height: 90px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/header_logo.gif) 0 0 no-repeat;
}

ul.snsp {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}

ul.snsp li a span {
    display: block;
    font-size: 25px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #666;
    color: #fff;
}

.top-sns-follows #searchform {
	margin-top: 10px;
}

.top-sns-follows #searchform #s {
	height: 26px;
	margin-bottom: 0;
}

.sns-pages {
	height: 40px;
}

#selectlanguage {
  margin: 10px 0 0;
}

#selectlanguage select {
  height: 26px;
}

.adOtaruOuter{
    -js-display: flex;
display: flex;
    width: 100%;
    justify-content: flex-end;
}

.adOtaru {
	width:350px;
	height: auto;
}
.adOtaru::after{
    content:"";
    display:block;
    width: 100px;
    height:0;
  }

.adOtaru a {
	display: block;
	width:30%;
	margin-bottom: 6px;
}

.adOtaru a img {
	display: block;
	width:100%;
	min-height:30px; 
}

/* グローバルナビ */
#navi {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

#navi ul {
    position: relative;
    clear: both;
    border: none;
    background-color:transparent;
    border-radius: 0;
    margin: 0;
    padding: 3px 0;
    width: 100%;
    box-sizing: border-box;
}

#navi ul > li {
	border-left:1px solid #999;
	position: initial
}

#navi ul > li:last-child {
	border-left:1px solid #999;
	border-right:1px solid #999;
}

#navi ul > li a,
#navi ul > li span {
	display: block;
	width:128px;
	text-align: center;
  transition: 0.2s;
  font-size: 14px;
    padding: 0.3em 0;
    color: #111;
    text-decoration: none;
    z-index: 99;
  cursor:pointer;
}

#navi ul li {
    transition: 0.2s;
}

#navi ul li:hover > ul {
    display: none;
}

#navi ul.sub-menu, #navi ul.children {
    display: none;
    position: absolute;
	left: 0;
    margin-left: 0;
    min-width: 200px;
    border: none;
    list-style: none;
    padding-left: 0;
    z-index: 99;
}

.nav-pc ul.menu li ul {
    transition: 1s;
}

#navi ul.sub-menu {
	margin-top: 5px;
	padding: 0;
}

#navi ul.sub-menu li:last-child {
	border: none;
}

#navi ul.sub-menu li a {
	width: auto;
	margin: 0 20px;
  white-space: nowrap;
}

#navi ul.sub-menu li a:hover {
	color:#FFF;
	background-color:transparent;
}

.subnavBg {
	display: block;
	width: 100%;
	height: 33px;
	background: #d6d6d6;
}


/* メイン */
#main {
    float: left;
    box-sizing: border-box;
    width: 650px;
    padding: 0;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
}

#main h2 {
	display:table-cell;
	margin:0 0 10px;
	padding-left:5px;
	border-left:5px solid #333;
	vertical-align:middle;
	font-size:18px;
	height: 18px;
	line-height: 21px;
}

.entry-content {
    margin-bottom: 20px;
    overflow:hidden;
}

/* TOPページ */
.postList {
  margin-bottom:50px;
}

ul.postListInner {
	list-style-type: none;
	margin: 10px 0 20px;
	padding: 0;
}

span.metaCateName {
  font-weight: bold;
  color:#31d72a;ccc
}

.homeNewList ul.postListInner li {
	padding: 5px;
	border-bottom:1px solid #ccc;
  transition: 0.2s;
}

.homeNewList ul.postListInner li:hover {
  background-color:#FDFFC3
}

.homeNewList ul.postListInner li a {
	color:#333;
	text-decoration: none;
}

.homeNewList ul.postListInner li a .newsTxtBox {
	width:540px;
  padding-top:10px;
}

.homeNewList ul.postListInner li a .newsTxtBox.newsHomefull {
	width:100%;
}

.homeNewList ul.postListInner li a .newsTxtBox h3 {
	margin: 0 0 3px;
	font-size:20px;
}

.homeNewList ul.postListInner li a .newsTxtBox.newsHomefull h3 {
	font-size:18px;
}

.homeNewList ul.postListInner li a .newsTxtBox p {
	margin: 0 0 10px;
    line-height: 100%;
}

.homeNewList ul.postListInner li a img {
	display: block;
	width:80px;
  height: 80px;
  margin-right: 10px;
	background: url(/common/img/no_img.gif) 0 0 no-repeat;
}

.homeNewList ul.postListInner li a .newsTxtBox p.postMeta {
	margin: 0;
	font-size: 0.9em;
	text-align: right;
}

/* プレスリリース */
.homePrList {
  width: 100%;
}

.homePrList a {
  display: block;
  width:100%;
  text-decoration: none;
}

.homePrList a:hover {
  text-decoration: none;
}

.homePrList ul {
  border-top:1px solid #ccc;
}

.homePrList ul li {
  padding: 0;
  border-bottom:1px solid #ccc;
}

.homePrList ul li.prFixed {
  padding: 0;
  border-bottom:1px solid #FFF;
}

.homePrList h3,
.homePrList p {
  margin: 0;
  font-weight: normal;
  font-size:12px;
  line-height: 1em;
}

.homePrList p {
  font-size:12px;
  
}

.homePrList p.postMeta {
  color:#333;
}

.homePrList a {
  padding: 5px;
}

.homePrList a:hover {
  background-color:#FDFFC3;
}
.postList a:hover {
  
}
.prFixed a {
  background-color:#ffeab7;
}

.homePrList newsTxtBox {
  width: 100%;
}


/* おすすめニュース */
.homeCategoryList ul.postListInner li {
	padding: 5px;
	border-bottom:1px solid #ccc;
  transition: 0.2s;
}

.homeCategoryList ul.postListInner li:hover {
  background-color:#FDFFC3
}

.homeCategoryList ul.postListInner li a {
	color:#333;
	text-decoration: none;
}

.homeCategoryList ul.postListInner li a .newsTxtBox {
	width:100%;
  padding-top:1em;
}

.homeCategoryList ul.postListInner li a .newsTxtBox h3 {
	margin: 0 0 3px;
	font-size:18px;
}

.homeCategoryList ul.postListInner li a .newsTxtBox p {
	margin: 0 0 5px;
    line-height: 120%;
}

.homeCategoryList ul.postListInner li a .newsTxtBox p.postMeta {
	margin: 0;
	font-size: 0.9em;
	text-align: right;
}

/* 動画　*/
.homeMovieList ul li {
  display: block;
  width:calc(100% / 3);
  border-right: 1px solid #ccc;
  margin-bottom: 10px;
}
.homeMovieList ul li:nth-child(3n) {
  border-right: none;
}

.homeMovieList ul li a {
  display: block;
  width:100%;
  padding: 5px 5px 0 5px;
  transition: 0.3s;
  color:#333;
  font-size: 14px;
}

.movieThum {
  position: relative;
}

.movieThum img.thumPlayBtn {
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.3s;
}

/* チラシ */
#main .flyerList {
  padding-bottom: -1px;
  border-bottom: 1px solid #333;
}

#main .flyerList .entry{
  margin: 0;
  padding-top:0;
  border-bottom:1px solid #ccc;
}

#main .flyerList .entry:nth-child(3n){
  border-right: none;
}

.flyerList article {
  display: block;
  width:calc(100% / 3);
}

.flyerList article a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  color:#333;
  margin: 10px 0;
  border-right: 1px solid #ccc;
}

#main .flyerList .entry:nth-child(3n) a {
  border-right: none;
}

.flyerList article img {
  display: block;
  width:auto;
  height: 150px;
  margin: 0 auto 10px;
}

.flyerList article h3 {
  margin: 0;
  font-size:14px;
}

.flyerMeta {
  font-size: 12px;
}

/* もっと見る　*/
a.more {
  display: block;
  text-align: center;
  width:100%;
  margin-bottom: 20px;
  padding: 0;
  background-color:#ccc;
  color:#333;
  font-weight: bold;
  transition: 0.2s;
}

a.more:hover {
  font-weight: bold;
}

/* ベストママ&ベストマスター */
.bestContentHeader {
}
.bestContentHeader h1{
  -js-display: flex;
display: flex;
  justify-content:center;
  align-items:center;
  margin: 0 0 10px;
}

.bestContentHeader span {
  display: block;
  color: #FFF;
  line-height: 1em;
  font-size: 20px;
}

.bestContentHeader img {
  display: block;
}

.mamaHeader {
  background-color:#fe6ff9;
}

.masterHeader {
  background-color:#1a4ce7;
}

.bestContentsBacknumberList {
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.bestContentsBacknumberList ul {
  text-align: center;
  list-style-type: none;
  justify-content: center;
}

#list.bestContensList {
  border: none;
}

.bestContensList article {
  width: 100%;
}

.bestContensList header {
  margin-bottom: 20px;
  padding-top: 1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.bestContensList .flexBox {
  align-items: flex-start;
  justify-content: start;
}

.bestContensList header.flexBox {
  align-items: flex-end;
}

.bestContensList footer {
  margin-bottom: 10px;
}

.bestContensList .bestContentFooter .flexBox {
  align-items: flex-start;
}

.bestDate,
.bestName {
  width:50%;
}

.bestDate {
  color:#F00;
  padding-right: 1em;
  text-align: right;
}

.bestName .BestShopName {
  font-size:12px;
  margin-bottom: 3px;
}

article.bestContentsPreview h3 {
  border: none;
  padding: 0;
}

.bestName h3 {
  margin: 0;
}

.bestName h3 span {
  font-size: 30px;
}

article.bestContentsPreview p {
  line-height: 150%;
}

.bestTxt {
  margin-bottom: 40px;
  text-align: justify;
}

#main .entry .bestTxt a {
    display: inline;
}

.bestTxt p {
  margin-bottom: 1em;
}

.bestTxt img {
  float: right;
  margin: 0 0 15px 15px;
}

.aligncenter {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

img.alignleft, .wp-caption.alignleft {
  float: left !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

img.alignright,
.wp-caption.alignright {
  float: right !important;
  margin-left: 10px !important;
  margin-bottom: 10px !important;
}

.bestContentFooter {
  /*border-top:1px solid #ccc;*/
  padding: 10px;
  background-color:#ccc;
}

.bestContentFooter h4 {
  width:100%;
  margin: 0 0 5px;
  border-bottom: 1px solid #FFF;
}

.bestContentFooter .map {
  width:248px;
}

.bestContentFooter .map iframe {
  width:248px;
  height: 168px;
}

.shopInfoBox {
  width:350px;
  margin-left: 10px;
  text-align: left;
}

#main .entry .shopInfoBox a {
  padding: 0;
}

#main .entry .shopInfoBox a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.year-list li {
  margin: 0 5px;
}

/* 港情報 */
#main .port h2 {
    display:block;
    margin: 0 0 10px;
    padding:5px 0;
    border-left: none;
    vertical-align: middle;
    font-size: 18px;
    height: auto;
    line-height: auto;
    color:#FFF;
    background-color:#35bfff;
    text-align: center;
}

.portBox {
  padding-top:20px;
  margin-bottom: 10px;
}

/* あずましい */
.azumaTopBest {
  width:315px;
  color:#FFF;
  margin-bottom: 20px;
}

.azumaTopBest img {
  display: block;
  width:50px;
  height: 60px;
}

.azumaTopBest p img {
  display: inline;
  width: auto;
  height: auto;
}

.azumaTopBest p {
  -js-display: flex;
display: flex;
  width:255px;
  align-items: center;
  justify-content: center;
}

.azumaTopMaster {
  color: #1a4be4;
}
.azumaTopMama {
  color: #fe6ff9;
}

.azmaTopPost {
  margin-bottom: 20px;
  border-top:1px solid #ccc;
}

.azmaTopPost a {
  display: block;
  width:50%;
  padding:10px 0 10px 50px;
  border-bottom:1px solid #ccc;
}

.azmaTopPost a:nth-child(odd) {
  border-right:1px solid #ccc;
}


.haydrantLink {
  background: url(/common/img/icon_azumasyoka.png) 5px 50% no-repeat;
}

.redpostLink {
  background: url(/common/img/icon_azumapost.png) 5px 50% no-repeat;
}

.posterLink {
  background: url(/common/img/icon_azumaposter.png) 5px 50% no-repeat;
}

.otarubenLink {
  background: url(/common/img/icon_azumaben.png) 5px 50% no-repeat;
}

.azumashiiLink {
  border-top:1px solid #ccc;
  margin-bottom: 20px;
}

.azumashiiLink h3 {
  font-size: 18px;
  text-align: center;
  border-bottom:1px solid #ccc;
  margin: 0;
  padding: 5px 0
}

.azumashiiLink ul {
  list-style-type: none;
  border-right:1px solid #ccc;
}

.azumashiiLink ul li {
  width:50%;
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.azumashiiLink ul li:nth-child(odd) {
  border-right:none;
}

.azumashiiLink ul li a{
  display: block;
  width:100%;
  padding: 5px 10px; 
  background: url(images/azumashii-allow.png) 97% 50% no-repeat;
  color:#000;
}

.azumashiiLink ul li a:hover {
  background-color: #FDFFC3;
}

.syokaBox img {
  margin-bottom: 5px;
}

.syokaBox h3 {
  display: block;
  width:100%;
}

ul.azumashiiPoster li {
  display: block;
  margin-bottom: 10px;
  width:calc(100% / 3);
  text-align: center;
}

ul.azumashiiPoster li p {
  padding: 0 1em;
}

ul.azumashiiPoster li a {
  display: block;
  width:100%;
  padding: 5px;
  transition: 0.3s;
}

ul.azumashiiPoster li a img {
  width:80%;
  transition: 0.3s;
}

ul.azumashiiPoster li a img:hover {
  opacity: 0.8;
}

ul.otarubenContents {
  list-style-type: none;
}

/* あずましい 建物探索 */
.slick-slide img {
  width:300px;
  float: left;
  margin: 0 10px 10px 0;
}
article .slick-slide h3 {
  font-size: 23px;
  border: none;
  margin: 0;
  padding: 10px 0;
}

.azumashiiContent h1 {
  display: block;
  width: 100%;
  height: 53px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.title_tatemono {
  background-image:url(images/title-azuma-tatemono.png);
}

.title_sakamichi {
  background-image:url(images/title-azuma-sakamichi.png);
}

.title_sekihi {
  background-image:url(images/title-azuma-sekihi.png);
}

.title_road {
  background-image:url(images/title-azuma-road.png);
}

.title_tenboujo {
  background-image:url(images/title-azuma-tenbojo.png);
}

img.slide-arrow.prev-arrow {
  position: absolute;
  left:-20px;
  top:50%;
}

img.slide-arrow.next-arrow {
  position: absolute;
  right:-20px;
  top:50%;
}

.azuma_sekihi .slick-slider {
  margin-bottom: 30px;
}

.azumashi_slide dl dt {
  color:#FFF;
  font-weight: bold;
  padding: 3px 0 3px 5px;
}

.azuma_tatemono dl dt {
 background-color:#b76930;
}

.azuma_sakamichi dl dt {
 background-color:#a8d379;
}

.azuma_sekihi dl dt {
 background-color:#e59968;
}

.azuma_road dl dt {
 background-color:#1fa2ea;
}

.azuma_tenboujo dl dt {
 background-color:#3399FF;
}

.azumashi_slide dl dd {
  margin: 0;
  padding: 5px 10px;
}

.azumashi_slide dl dd ul {
  list-style-type: none;
  -js-display: flex;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.azumashi_slide dl dd li {
  width:50%;
  border-bottom: 1px solid #ccc;
}

.azuma_sekihi dl:nth-child(2) dd {
  border-top: 1px solid #ccc;
}

.azuma_sekihi.azumashi_slide dl {
  -js-display: flex;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

.azuma_sekihi.azumashi_slide dl dt {
  width: 20%;
  border-bottom: 1px solid #FFF;
  font-weight: normal;
}

.azuma_sekihi.azumashi_slide dl dd {
  flex-grow: 1;
  padding: 0;
}

.azuma_sekihi.azumashi_slide dl dd ul li{
  width:auto;
  flex-grow: 1;
}

.azumashi_slide dl dd li:hover {
  background-color: #FDFFC3;
}

.azumashi_slide dl dd li a {
  padding: 5px 10px;
  display: block;
  width:100%;
  cursor: pointer;
}

.azumashi_slide dl dd li a:hover {
  text-decoration: none;
}

.azuma_tenboujo .slick-slide h3 {
  text-align: center;
}

.azuma_tenboujo .slick-slide img {
  display:block;
  width:auto;
  margin: 0 auto 10px;
  float: none;
}

.azuma_tenboujo dl dd ul li.noLink {
  padding: 5px 10px;
}

.azuma_tenboujo dl dd ul li.noLink:hover {
  background-color: transparent;
}

p.pCenter {
  text-align: center;
}

/* 百選 */
.hyakusenImgArea .hyakusenImg {
  width:calc(100% / 3);
  padding: 5px;
  text-align: center;
}

/* サイドバー */
#sidebar {
    float: right;
    width: 270px;
    margin-bottom: 30px;
}

.adArea {
  width:270px;
  margin-bottom: 20px;
  overflow: hidden;
}

#sidebar .bannerArea {
    margin-bottom: 30px;
    margin: 0 auto;
    padding: 0 15px;
}

#sidebar .bannerArea a,
#sidebar .bannerArea img{
  display: block;
}

#sidebar .bannerArea a{
  margin-bottom: 20px;
}

a.bannerSideFull {
  width:100%
}

.contactBanner img {
  width:100%;
  margin: 0 auto;
}

.photoWalkBanner img {
  width:100%;
  margin: 0 auto;
}

.bannerSideHalf {
  width: 100px;
}

.bannerSideHalf img {
  width:100%;
  margin: 0 auto;
}

#sidebar h2 {
    display: table-cell;
    margin: 0 0 10px;
    padding-left: 5px;
    border-left: 5px solid #333;
    vertical-align: middle;
    font-size: 18px;
    height: 18px;
    line-height: 21px;
}

#sidebar ul ul {
  padding-left: 2em;
}

#sidebar .linkArea>ul {
  margin-top: 5px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}

#sidebar .linkArea {
  margin-bottom: 20px;
}

#sidebar .linkArea ul li p {
  padding-left: 20px;
  border-bottom:1px dashed #000;
}

#sidebar .linkArea ul li a {
  display: block;
  padding: 5px;
}

#sidebar .linkArea>ul>li>a {
  padding: 5px 5px 5px 20px;
  color:#333;
}

#sidebar .linkArea ul li ul {
  border-bottom:1px dashed #000;
}

#sidebar .linkArea ul li ul li {
  padding-left: 5px;
  border-bottom:1px dashed #000;
}

#sidebar .linkArea ul li ul li:last-child {
  border-bottom:none;
}

.accordion2 {}
.accordion2 .inner {display: none;}
.accordion2 p{cursor: pointer; padding: 5px;position: relative;}
.accordion2 .inner li{padding: 0;}

p.government {
  background:url(images/icon_government.png) 0 50% no-repeat;
}

p.weather {
  background:url(images/icon_weather.png) 0 50% no-repeat;
}

p.traffic {
  background:url(images/icon_traffic.png) 0 50% no-repeat;
}

p.hospital {
  background:url(images/icon_hospital.png) 0 50% no-repeat;
}

p.tourism {
  background:url(images/icon_tourism.png) 0 50% no-repeat;
}

a.livecamera {
  background:url(images/icon_livecamera.png) 0 50% no-repeat;
}

.accordion2 p:after {
  content: "";
  position: absolute;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 10px;
  right: 10px;
  height: 10px;
  transform: rotate(45deg);
  top:9px;
}

.accordion2 p.acArrow:after {
content: "";
position: absolute;
border-left: 1px solid #000;
border-top: 1px solid #000;
border-right: 0;
border-bottom: 0;
width: 10px;
right: 10px;
height: 10px;
transform: rotate(45deg);
top:13px;
}

/* イベント */
#main .eventsList h2 {
  display: block;
  background-color:#a7aaff;
  color:#e8eb6a;
  font-weight: bold;
  border: none;
  text-align: center;
  padding: 5px;
  width:300px;
  height: auto;
  margin: 0;
}
#main .eventsList a {
  display: inline;
  color:#333;
  font-weight: bold;
  padding: 0;
  height: auto;
  text-decoration: underline;
  transition: 0.3s;
  line-height: 31px;
}
#main .eventsList a:hover {
  color:#a7aaff;
  text-decoration: none;
}

#main .eventsList .headLIne {
  position: sticky;
  top: 0;
}

#main .eventsList ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#main .eventsList ul li h3 {
  display: block;
  color:#6168ff;
  font-weight: bold;
  border: none;
  margin: 0;
}
#main .eventsList ul li p.date {
  font-size:14px;
}

/* 記事一覧 */
h1#archive-title {
    display: table-cell;
    margin: 0 0 10px;
    padding-left: 5px;
    padding-bottom: 0;
    border-left: 5px solid #333;
    vertical-align: middle;
    font-size: 18px;
    height: 18px;
    line-height: 21px;
}

#list {
  margin-top:5px;
  border-top:1px solid #333;
}

.list-titleArea {
  align-items: center;
}

.list-titleArea h1#archive-title{
  margin: 0;
}

.list-titleArea select {
  padding: 2px 5px;
}

#main .entry {
    clear: both;
    margin-bottom: 0;
    padding-top: 0;
    word-wrap: break-word;
    border-bottom: 1px solid #ccc;
}

#main .entry a {
    display: block;
    padding-top: 20px;
  transition: 0.2s;
}

#main .entry a:hover {
  text-decoration: none;
  background-color:#FDFFC3;
}

.entry-card-content {
  width:100%;
  margin-left: 0;
}

.entry-card-content h3 {
  margin: 0;
}

.entry-card-content .postMeta {
  text-align: right;
}

p.archiveTxt {
  color: #333;
}

/* ページネーション */
.list-pagenation {
  margin: 20px 0;
  text-align: center;
}

/* フッター */
#footer {
  padding: 15px 0 0 0;
  background-color:#ccc;
  border-top: 1px solid #c6c6c6;
}

#footer img {
  display: block;
  margin: 0 auto 20px;
}

#footer ul.footerNav {
  width:760px;
  margin: 0 auto 20px;
  list-style-type: none;
  color:#333;
  font-size:14px;
}

#footer ul.footerNav a {
  color:#333;
}

#footer ul.footerNav li{
  width:95px;
  text-align: center;
  font-size:14px;
}

#footer ul.footerNav li ul {
  padding-top:5px;
  list-style-type: none;
  color:#333;
  text-align: left;
  border-top:1px solid #333;
}

#footer ul.footerNav li ul li {
  font-size:13px;
  text-align: left;
}

#copyright {
  background-color:#004b10;
  color:#FFF;
}

/* 関連記事 */
.related_post_title {
}
ul.related_post {
  margin-top: 5px;
  list-style-type: none;
}
ul.related_post li {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
ul.related_post li:hover {
  background-color:#FDFFC3;
}
ul.related_post li a {
  display: block;
  width:100%;
}
ul.related_post li img {
}

.wp_rp_publish_date {
  float: right;
}

.article h3.related_post_title {
  margin-bottom: 5px;
}

/* あずましいプロローグ */
.azumaPrologueTextArea {
  margin-bottom: 30px;
}

.PrologueImg {
  width:calc(100% / 4);
  padding: 5px;
}

.PrologueImg img {
  width:100%;
}

.PrologueImg:hover {
  opacity: 0.8;
}

/* ピックアップリンク */
.pickupLink h2 {
    display: table-cell;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
    border-left: 5px solid #333;
    vertical-align: middle;
    font-size: 18px;
    height: 18px;
    line-height: 21px;
}
.pickupLink li {
  width:calc(100% / 3);
  padding: 5px;
  border-right: 1px solid #ccc;
}
.pickupLink li:first-child {
  border-left: 1px solid #ccc;
}

.pickupAdArea {
  margin-bottom: 20px;
}

.pickupAdAreaBottom.flexBox {
  justify-content: space-around
}

.pickupAdAreaBottomL,
.pickupAdAreaBottomR{
  display: block;
  width:45%;
}

/* 関連記事 */
.article h3.related_post_title {
    display: table-cell;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
    border-left: 5px solid #333;
    border-bottom: none;
    vertical-align: middle;
    font-size: 18px;
    height: 18px;
    line-height: 21px;
}

.titleArea {
  text-align: center;
}

#main .hyakusen .titleArea h2 {
    display: inline;
    margin: 0 0 10px;
    padding:5px 0;
    border-left: none;
    vertical-align: middle;
    font-size: 26px;
    height: 18px;
    line-height: 21px;
    width: 100%;
}

.hyakusenImgArea {
  margin-bottom: 30px;
}

/* あずましい小樽 ポスト */
img.postMain {
  float: left;
  margin-right: .5em;
  margin-bottom: .5em;
}
article h3.otaruPostListTitle {
  border: none;
  margin-bottom: 10px;
  padding: 0;
}

.otaruPostList {
  align-items: baseline;
}

.otaruPostList dl {
  width: 50%;
  margin: 0;
}

.otaruPostList dl dt {
  padding-left: 0.5em;
  border-right: 1px solid #FFF;
  background-color: #ff5d5d;
  color: #FFF;
}

.otaruPostList dl dd {
  padding: 5px 0;
}

/* yarpp plug-in */
.yarpp-related ul li {
  list-style-type: none;
}

.entry-content p:empty {
    height:2em;
}


.video-container .video {
  padding-bottom: 56.25%;
  margin-top: 0;
  line-height: 1;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.type-post tr {
  display:flex;
}

.type-post article tr td {
  display:flex;
  line-height:1.2em;
  align-items:center;
}

.type-post article tr td span {
  width:100%
}

.type-post tr td a {
  display:flex;
  width:100%;
  height:100%;
  align-items:center
}

.type-post tr td img {
  width:auto

}