@charset "UTF-8";

/*
Theme Name: Kuwaken
Theme URI: http://kuwaken.aonori.jp
Author: cooandbee
*/

/* ------------------------------------
// common
------------------------------------ */

body {
    color: #663300;
    font-size: 15px;
    font-family:'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', Helvetica, Sans-Serif;
    line-height: 1.7;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.wrapper {overflow: hidden;}

a {
    color: #663300;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
a:hover,
a:active {
    color: #663300;
	transition: all 0.7s;
	text-decoration:none;
	opacity:0.5;
}
a:visited {color: #663300;}

img {
    max-width: 100%;
    height: auto;
	transition: all 0.5s;
}
a img:hover{
	opacity:0.5;
}
.noimage {
    display: block;
    background: #aaa;
    height: 100%;
    text-align: center;
    font-size: large;
    color: #fff;
    line-height: 12rem;
}
.none {display: none;}

ul{padding-left:1em;}

[class*='col-'] {overflow: hidden;}

table{ border-collapse: inherit; border-spacing:0;}
th, td{font-weight:normal;}

/*パンくず（Yoast SEO）*/
#breadcrumbs a{text-align:center;}
#breadcrumbs{text-align:inherit; margin-bottom:0.2rem; font-size:14px;}
.page #breadcrumbs{font-size:13px;text-align:center; margin-bottom:0; background-color:#663300; color:#fff; padding:5px;}
.page #breadcrumbs a{color:#fff;}

.rwdwrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.rwdwrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.navbar {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
	margin: 0;
	float:right;
}
.navbar .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav a {
    display: block;
	height:80px;
	line-height:80px;
}
.navbar-nav li:hover{text-decoration:none;}
.navbar li {margin:0 1.5em;}
.nav > .menu-item-has-children > ul,
.nav > .page_item_has_children > ul {
    display: none;
}
.navbar li a{position:relative;}
.navbar li a:hover{opacity:1;}
.nav a:before, .nav a:after {position:absolute; -webkit-transition:all 0.35s ease; transition:all 0.35s ease;}
.nav a:before {bottom: 0; display: block; height: 4px; width: 0%; content: ""; background-color:#663300;}
.nav a:after {left:0; top 0; padding:0.5em 0; position:absolute; content:attr(data-hover); color:#ffffff; white-space:nowrap; max-width:0%; overflow:hidden;}
.nav a:hover:before, .nav .current-menu-item a:before {opacity: 1; width: 100%;}
.nav a:hover:after, .nav .current-menu-item a:after {max-width: 100%;}

.mob_contact{display:none!important;}

.logo {font-size: x-large;}

.site-title{padding:0;overflow:hidden;text-indent:100%;white-space:nowrap; width:108px; height:50px; margin:15px 0 0; float:left;}
.site-title a{font-size:28px;line-height:32px;background-image: url(img/logo.png); background-repeat:no-repeat; width:108px; height:50px; display:block;}

.navbar-nav .nav-item + .nav-item {margin-left: 0;}

blockquote {
    border-left: 2px solid #f5f5f5;
    padding-left: 1em;
}
blockquote:before {
    content: "\e977";
    color: #333;
    font-size: large;
}

.screen-reader-text {display: none !important;}

thead th,
thead td {background: #f5f5f5;}

/* ------------------------------------
// setup
------------------------------------ */

/*margin*/
.mt1{margin-top:1em !important;}
.mt2{margin-top:2em !important;}
.mt3{margin-top:3em !important;}
.mt4{margin-top:4em !important;}
.mt5{margin-top:5em !important;}
.mb0{margin-bottom:0 !important;}
.mb1{margin-bottom:1em !important;}
.mb2{margin-bottom:2em !important;}
.mb3{margin-bottom:3em !important;}
.mb4{margin-bottom:4em !important;}
.mb5{margin-bottom:5em !important;}

/*section*/
section.back{background-color:#f1ebda; padding:3em 0;}

/*font-size*/
.fs14{font-size:14px;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}
.fs24{font-size:24px;}
.fs30{font-size:30px;}
.fs40{font-size:40px;}
.fs80{font-size:80px;}

/*font-ornament*/
.bold{font-weight:bold;}
.bb{border-bottom:2px solid #663300;}

/*color*/
.org{color:#e38d29;}

/*align*/
.center{text-align:center;}
.left{text-align:left;}

/*button*/
.linkbutt{ display:block;}
.linkbutt{
	border:2px solid #663300;
	color:#663300;
	padding:0.5em 2em;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	transition: all .3s;
}
.linkbutt:hover{
	border:2px solid #663300;
	background:#663300;
	color:#fff;
	text-decoration:none;
	opacity:1;
}
a.button{
	text-align:center;
	display:inline-block;
    text-decoration:none;   
    color:rgba(255, 255, 255, 1);
    brackground-color:#663300;
    border-radius:5px;
    padding: 0.5em 1em;
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, #663300 50%, #e38d29 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
a.button:hover{
    color:rgba(255, 255, 255, 1);
    background-color:#000;
    background-position: -100% 100%;
	opacity:1;
}
a.button_org{
	text-align:center;
	display:inline-block;
    text-decoration:none;   
    color:rgba(255, 255, 255, 1);
    brackground-color:#e38d29;
    border-radius:5px;
    padding: 1em;
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, #e38d29 50%, #663300 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	width:100%;
}
a.button_org:hover{
    color:rgba(255, 255, 255, 1);
    background-color:#000;
    background-position: -100% 100%;
	opacity:1;
}

/* ------------------------------------
// bootstrap
------------------------------------ */

/* navbar-toggler */

.navbar-toggle {display:none;}
.navbar-toggle:focus {outline: 0;}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {margin-top: 4px;}
.navbar-toggle:hover {background: transparent !important;}
.navbar-toggle .icon-bar {
    background-color: #663300 !important;
    width: 22px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: 10% 10%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -o-transform: rotate(45deg);
    -o-transform-origin: 10% 10%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {opacity: 0;}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 10% 90%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 10% 90%;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
    transform: rotate(45deg) translate(5px, 4px);
}
.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
    opacity: 0;
}
.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
}

.dropdown-menu {
	min-width:8rem;
	border:none;
	padding:0;
	top:95%;
}
.dropdown-item{padding:0; overflow:hidden;border-bottom:1px solid #eee!important;}
.dropdown-item a:last-child{border-bottom:none!important;}
.dropdown-item a:hover{opacity:1;}
.dropdown-item.active, .dropdown-item:active {background-color: #fff;}

.form-control,
.btn {border-radius: 0;}

/* ------------------------------------
// main
------------------------------------ */

.headline {
	height:80px;
	margin: 0;
	position:relative;
	z-index:100;
}

a.contact{margin-top:18px; float:right; height:44px;line-height: 28px;}

.main {
    background-color: #00aeef;
    text-align: center;
    padding: 1.5em 0;
    color: #fff;
}
.main h3 {
    margin-bottom: 0;
    font-size: x-large;
}
.main h3 a {color: #fff;}

.mainpost { clear:both;}

article.card {
    margin-bottom: 1.5em;
    border: 0 none;
    border-radius: 0;
	background-color: transparent;
}
article.card .card-block {padding: 0;}
article.card .card-title {
    font-size: 14.5px;
    font-weight: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    padding: 0 1rem 1rem 1rem;
}
article.card .card-text {
    white-space: nowrap;
    display: block;
    line-height: 1.4em;
    padding: 1rem 1rem .5rem 1rem;
}
article.card a:hover {
    text-decoration: none;
}
article.card .post_links {
    cursor: pointer;
    display: block;
	background-color:rgba(250,250,250,1);
}
article.card .post_links_none {
    display: block;
	background-color:rgba(250,250,250,1);
}
article.card .post_links:hover {
	background-color:rgba(250,250,250,0.5);
}
article.card .post_thumb {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}
article.card .post_thumb img {
    width: 100%;
    height: 100%;
	object-fit:cover;
}
article.card a:hover .post_thumb {
    opacity: 0.8;
}

.post_meta {margin-bottom: 1rem;}
.post_time,
.post_cat {
    font-size: small;
    color: #777;
    margin-right: .5em;
}
.post_body {
    padding: 1rem 0;
    margin-bottom: 3%;
}
.post_body h1,
.post_body h2 {
    border-bottom: 3px solid #663300;
	padding-bottom:3px;
	display:inline-block;
}
.post_body h3 {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: large;
}
.post_body hr {clear: both;}

.cat_info {
    margin-bottom: 1rem;
    color: #777;
}
.cat_info img {width: 100%;}

.ttl {
    font-size: medium;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 0;
    margin-bottom: 1rem;
}

.recommend .ttl{background: #663300; padding:5px 10px; color:#fff;}

ul.post-categories,
.widget ul {
    padding-left: 0;
    list-style: none;
}
ul.page-numbers {
    padding-left: 0;
    margin-left: -.5em;
    list-style: none;
}

ul.post-categories li {
    display: inline-block;
    padding-right: .5em;
    padding-left: .5em;
}
ul.page-numbers li {
    display: inline-block;
}

/*.sidebar {margin-bottom:3.5rem;}*/
.sidebar .widget:first-child .ttl {margin-top: 0;}
.sidebar .widget ul li a {padding: .5rem 0;}
.sidebar .widget .ttl {background: transparent;}

.widget {margin-bottom: 2rem;}
.widget .ttl {
    font-size: medium;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 0;
    margin-bottom: 1rem;
	border-top:2px solid #663300;
	border-bottom:2px solid #663300;
	display:block;
	text-align:center;
	padding:5px 0;
}

.ttl span {
    display: inline-block;
    padding: .3em 0;
    border-bottom: 2px solid #663300;
}

.widget ul li {
    display: block;
    padding-left: .5rem;
    border-bottom: 1px dotted #663300;
	font-size:14px;
}

.recentcomments{padding-bottom:0.5em; line-height:1.5;}
.comment-author-link a{padding-top:0!important;}

.widget ul li ul {
    border-left: 1px solid #fff;
    margin-left: 1rem;
}
.widget ul li ul li {
    border-bottom: 0 none;
}
.widget ul li a {
    padding: .2rem;
    display: inline-block;
}
.widget ul li a:hover {
	background:none;
}

.sidebar .newpost a {
    display: table;
    width: 100%;
}
.sidebar .newpost a .post_thumb {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}
.sidebar .newpost a .post_thumb span {
    display: block;
    width: 90px;
    height: 60px;
    overflow: hidden;
}
.sidebar .newpost a .post_thumb img {
    width: 100%;
    height: auto;
}
.sidebar .newpost a .post_ttl {
    display: table-cell;
    vertical-align: top;
}

ul.post-categories a,
ul.tag a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin: 0 .5rem .5rem 0;
}

.pagination li > a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid #663300;
    margin: 0 .5rem 2.5rem 0;
}

ul.post-categories a:hover,
ul.tag a:hover {background: #f5f5f5;}

.widget a:hover {background: #f5f5f5;}

.share {margin-bottom: 1rem;}
.share a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff;
    font-size: small;
    margin: 0 .1em .1em 0;
    opacity: 0.8;
}
.share a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.detail {padding:3rem 0; background-color:#f1ebda;}

.ttl_h1 {margin-bottom: 0;}

.single .row h1,
.archive .ttl_h1,
.search .ttl_h1{font-size:2rem; border-left:5px solid #663300; padding-left:12px; font-weight:bold; margin-bottom:10px;}

.archive .ttl_h1,
.search .ttl_h1 {margin-bottom: 0.5em;}

.clearfix,
.post_body {zoom: 1;}

.clearfix:after,
.post_body:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.pagination li > a,
.pagination li > span {
    border-radius: 0;
}

.page-numbers {
    clear: both;
    text-align: center;
}
.page-numbers a {
    background: #fff;
    padding: .5em 8px;
    margin: 0 2px;
    text-decoration: none;
}

.page-numbers a:hover{
    background: #663300;
	color:#fff;
}

span.current {
    background: #663300;
    padding: .5em 8px;
    margin: 0 2px;
    text-decoration: none;
	color:#fff;
}

#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 30px;
	right: 20px;
	font-size: 20px;
}
#page-top a {
	text-decoration: none;
	background: #fff;
	color: #333;
	padding: 12px 18px;
	text-align: center;
	display: block;
	border-radius:50%;
}
#page-top a:hover {
	text-decoration: none;
	color: #333;
}

footer {background:url(img/footback.jpg); background-size: cover; padding:3em 0;}
footer h4{margin-bottom:1em;}
footer ul li{font-size:14px; line-height:1.7;}
footer ul li a{transition: all 0.5s;}
.copy {
    padding: 2em;
    text-align: center;
    font-size: small;
	color:#fff;
	background-color:#663300;
}

.eg {
    background: #f5f5f5;
    padding: 2rem 1rem;
    text-align: center;
    font-weight: bold;
}

.sidebar .eg {
    width: 100%;
    height: 250px;
    border: 1px solid #ddd;
}

.form-control{border:1px solid #663300;}
.btn-primary {
    background-color: #663300;
    border-color: #663300;
}
.btn-primary:hover {
  background-color: #641800;
  border-color: #641800;
}

/* 折り畳みアーカイブウィジェット */
.widget_archive a.year{
  cursor: pointer;
  text-decoration: underline;
}
 
.widget_archive .years ul {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin: 0;
  margin-bottom: 1em;
}
 
#sidebar .widget_archive ul.years li{
  margin-bottom: 0;
}
 
.widget_archive ul.years .hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

/* ------------------------------------
// TOPページ
------------------------------------ */
.mainimg{width:100%; height:400px; object-fit:cover;}
.item-img .kento, .item-img .kosho, .item-img .keiyaku{position:absolute; top:0}
.item-img .kento{padding:4px 10px; background-color:#663300; color:#fff; display:inline-block;}
.item-img .kosho{padding:4px 10px; background-color:#90aa3c; color:#fff; display:inline-block;}
.item-img .keiyaku{padding:4px 10px; background-color:#e38d29; color:#fff; display:inline-block;}

a.ichiran{ font-size:13px; float:right; margin-top:-1.3em; padding:2px 12px; background-color:; color:#fff;}
a.ichiran:hover{color:rgba(255,255,255,0.7); text-decoration:none;}
dl.infobox{margin-bottom:0;}
dl.infobox dt{ float: left; text-align:left; padding:0 1em 0 0.5em; font-weight:normal;}
dl.infobox dd{ margin: 0 0 10px 0; padding: 0 0 10px 110px; border-bottom: 1px dotted #aaa; text-align:left;}
dl.infobox dd:last-child{margin:0;}

.listimg{ position:relative;}
.listimg .kento, .listimg .kosho, .listimg .keiyaku{position:absolute; top:0; left:0;}
.listimg .kento{padding:3px 10px; background-color:#663300; color:#fff; display:inline-block; font-size:14px;}
.listimg .kosho{padding:3px 10px; background-color:#90aa3c; color:#fff; display:inline-block; font-size:14px;}
.listimg .keiyaku{padding:3px 10px; background-color:#e38d29; color:#fff; display:inline-block; font-size:14px;}

.listtable{font-size:13px; width:100%; margin-top:5px;}
.listtable th, .listtable td{border-bottom:1px dotted #663300; padding:5px; line-height:1.4;}
.listtable th{white-space:nowrap;}
.oshirase {
  position: relative;
  padding: 0.4em 0.5em;
  background: #663300;
  color:#fff;
  font-size:25px;
  margin-bottom:0.8em;
  border-radius:5px;
}
.oshirase:after {
position: absolute;
content: '';
top: 100%;
left: 37px;
border: 10px solid transparent;
border-top: 10px solid #663300;
width: 0;
height: 0;
}

/* ------------------------------------
// 会社概要ページ
------------------------------------ */
table.gaiyo{width:100%; border-top:1px dotted #663300;}
table.gaiyo th, table.gaiyo td{font-weight:normal; padding:15px 20px; border-bottom:1px dotted #663300;}
table.gaiyo th{background-color:#f1ebda; text-align:center;}

/* ------------------------------------
// お問い合わせページ
------------------------------------ */
table.contact{width:100%; border-top:1px dotted #663300;}
table.contact th, table.contact td{font-weight:normal; padding:15px 20px; border-bottom:1px dotted #663300;}
table.contact th{white-space:nowrap;background-color:#f1ebda;}
input[type=text],input[type=email],textarea{width:100%; border:1px solid #663300;}
[type="submit"]{background-color:#663300; color:#fff;}
.page [type="submit"]{background-color:#e38d29; color:#fff; padding:10px 20px; border:2px solid #e38d29;}
[type="submit"]:hover{background-color:#e38d29; color:#fff; border:1px solid #e38d29;}
.hissu{background-color:#e38d29; color:#fff; font-weight:normal; padding:0 5px; font-size:12px; margin-left:10px;}
.icon-envelop{ display:block; margin-bottom:0.4em; font-size:35px;}
.widgets a.button_org{font-size:17px; line-height:1.5;}
ol.flow_list{
	list-style: none;
	padding: 0;
	margin: 2em 0 0 0;
}
ol.flow_list li.komoku{
	border: 5px solid #ccc;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 2em 2.5em;
    position: relative;
}
ol.flow_list li.komoku::after{bottom: -34px;
    color:#ccc;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;}
ol.flow_list li.last::after{/*最後の▼を外す*/
    content: "";
}
ol.flow_list li.komoku h3::first-letter{/*1文字めを大きく*/
    font-family: garamond,times;
    font-size: 1.5rem;
    font-style: italic;
    letter-spacing: 0.15em;
}
dl.tsuiki{width:100%; margin-bottom:0;}
dl.tsuiki dt{float:left; width:120px;}
dl.tsuiki dd{margin-left:120px; margin-bottom: .3rem;}


/* ------------------------------------
// 個別ページ
------------------------------------ */
.page .detail{background-color:#fff;}
.pageheadbox{background-color:#f1ebda; padding:2em 1em 1.8em;}
.page .ttl_h1{font-size:2rem;}

/* ------------------------------------
// アーカイブページ
------------------------------------ */
.post_thumb{ position:relative;}
.post_thumb .kento, .post_thumb .kosho, .post_thumb .keiyaku{position:absolute; top:0; left:0;}
.post_thumb .kento{padding:3px 10px; background-color:#663300; color:#fff; display:inline-block; font-size:14px;}
.post_thumb .kosho{padding:3px 10px; background-color:#90aa3c; color:#fff; display:inline-block; font-size:14px;}
.post_thumb .keiyaku{padding:3px 10px; background-color:#e38d29; color:#fff; display:inline-block; font-size:14px;}

/* ------------------------------------
// シングルページ
------------------------------------ */
.whiteback{background-color:#fff; padding:2em;}
.post_cat a{background-color:#663300; color:#fff; padding:0.2em 1em;}
.post_cat::before {clear: left; content: ""; display: block;}
table.listsingle{width:100%;border-top:1px dotted #663300;}
table.listsingle th, table.listsingle td{border-bottom:1px dotted #663300; padding:10px 15px;}
table.listsingle th{ background-color:#eee;}
.single .kento{padding:8px 15px; background-color:#663300; color:#fff; border-radius:3px; display:inline-block;}
h2.midashi{font-size:20px; display:block; border-bottom:none; background-color:#663300; color:#fff; padding:5px 15px;}
.blogbox{border-bottom:1px dotted #663300; padding:2em 0 1em;}

/* ------------------------------------
// wp
------------------------------------ */

.aligncenter {display: block;}
.alignright {
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
}
.alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
}

.attachment-post-thumbnail,
.ttl_h1 + img {
    margin-bottom: 1em;
}

.attachment-post-thumbnail {
    width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
    font-size: small;
    max-width: 100%;
    height: auto;
}

.sticky article.card .card-block {background: #f0ffc8;}

.bypostauthor {font-weight: bold;}

.form-allowed-tags {font-size: small;}

.searchform > div {text-align: center;}
.searchform input[type="text"] {
    width: calc(100% - 6rem);
    float: left;
}
.searchform input[type="submit"] {
    width: 5rem;
    float: none;
    clear: both;
}
#cse-search-box input[name="q"] {
    width: 74%;
}


/* ------------------------------------
// wpp
------------------------------------ */

.popular-posts .wpp-thumbnail {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}
.popular-posts .wpp-list li {
    display: table;
    width: 100%;
}
.popular-posts .wpp-list li a {
    display: table-cell;
    vertical-align: top;
}
.popular-posts .wpp-list li .wpp-post-title {
    width: 100%;
}
.popular-posts .wpp-list li .post-stats,
.popular-posts .wpp-list li .wpp-excerpt {
    display: table-cell;
    vertical-align: top;
}
.wpp-no-data {
    text-align: center;
}


/* ------------------------------------
// @media
------------------------------------ */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    article.card .post_thumb {height: 10rem;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    article.card .post_thumb {height: 7rem;}
    article.card .card-title {height: 3.6em;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    article.card .post_thumb {height: 8rem;}
    .logo_text {text-align: left;}
    .navbar-nav {width: 100%;}
	.navbar-offcanvas{background-color: #fff;}
	.navbar-toggle {
		position: absolute;
		right:10px;
		top: 25px;
		background-color: transparent;
		background-image: none;
		border: 1px solid #663300;
		background: transparent !important;
		display:block;
		padding:7px 5px;
	}
	.navbar li {margin:0; border-bottom:1px solid #eee;}
	.navbar-nav a {height:50px; line-height:50px;}
	a.contact {width:100%;}
	.mob_contact{display:block!important;}
	.pc_contact{display:none!important;}
	.whiteback {padding: 1em;}
	dl.infobox dt {float:none; padding:0 0.5em 0;}
	dl.infobox dd {margin:0 0 10px 0; padding:0 0 10px 0.5em;}
	table.gaiyo th, table.gaiyo td,
	table.contact th, table.contact td{width:100%; display:block;}
	dl.tsuiki dt{float:none; width:100%;}
	dl.tsuiki dd{margin-left:0; margin-bottom: .3rem;}
	.post_body {padding:0; margin-bottom:0;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .alignright {
        float: none;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .alignleft {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .headline .logo_text {width: 88%;}
    .navbar .menu-item {float: none;}
    .navbar .menu-item a {
        border-bottom: 1px solid #f5f5f5;
        padding: .5rem 0;
    }
    .navbar .container {padding: 0 .9375rem;}
    .widget_nav_menu li.d-md-block {display: block !important;}
    .main h3 {font-size: large;}
    .breadcrumb {font-size: small;}
    article.card .post_thumb {height: 10rem;}
    h1 {font-size: 2rem;}
    h2 {font-size: 1.4rem;}
    .logo_text {text-align: left;}
}


/*owl-carousel*/
.owl-theme .owl-dots{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#663300}
.owl-theme .blog-sumamry{padding:10px 10px 0;}
.blog-title{margin-left:5px;}
.owl-dots {text-align: center;}
#owl-demo{padding:40px 30px 20px;; background-color:#f1ebda;}
.item-img{padding:0 10px;}
@media (max-width:767px){
#owl-demo{padding:0;}
.item-img{padding:0;}
}

/*gridで5分割できるように*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}
/* タブレット（768px～991px） */
@media (min-width: 768px) {
    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
}
/* PC（992px～1119px） */
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
    .col-lg-2-5 {width: 40%;float: left;}
    .col-lg-3-5 {width: 60%;float: left;}
    .col-lg-4-5 {width: 80%;float: left;}
}
