@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
/*ここにスマホとPCのスタイルを書く*/
html{
    font-size: 62.5%;
}

body{
    font-size:1.6rem;
    font-family: 'Noto Sans JP';
    letter-spacing: 0.025em;
    line-height: 1.6em;
}

input[type="text"], textarea {
    font-family: 'Noto Sans JP';
}

.center {
    text-align: center !important;
}

ul{
    list-style-type:none;

}
a{
    text-decoration:none;
    transition: all 300ms 0s ease;
}

#body{
    margin: 0;
}

#main{
    border:none;
    padding: 0;
    border-radius: 0px;
}

.site-title-img{
	width:50px;
}

img{
    object-fit: cover;
    width: 100%;
}       

.widget_new_entries ul li img, .widget_new_popular ul li img, .widget_popular_ranking ul li img{
    float: none;
}

/*全体の幅*/
#header-in, #body-in,#footer-in,#body-width{
    width: 100%;
    max-width:1200px;
}

/*headerの高さ*/
#h-top {
    min-height: 50px;
	overflow:visible;
}

#site-title {
    margin-top: 5px;
    margin-bottom: 0;
}
#header .alignleft{
    margin:0;
}
#header .alignright{
	text-align:left;
}

/*ヘッダー固定*/
#header{
    position: fixed;
    z-index: 100;
    width: 100%;
    top:0;
}

/*記事一覧のいいねの上にできる余白*/
.entry-snippet{
	display:none;
}

/*headerSNSアイコンの調整*/
ul.snsp{
    margin: 0;
    display: flex !important;
}

ul.snsp li{
    display: block;
}

ul.snsp li a span {
    font-size: 20px;
    width: 20px;
    height: 20px;
    background-color:#666;
}

/*スマホ版SNSアイコン*/
.sp-subnav ul.snsp li{
	float:left;
}

/*検索ボタンをPNG画像からAwesomeアイコンに変更する方法*/
.search-icon{
    width:25px;
    height:25px;
    position: relative;
}

.search-icon::before{
    content: "\f002";
    color:#666;
    font: 20px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 2px;
}

.search-icon:hover{
    cursor: pointer;
    opacity: 0.7;
}

/*検索ポップアップ関連*/
.header-search{
    position:relative;
    padding-left: 16px;
}

.header-search::before{
    content: "";
    background-color: #666;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 9px;
}
.search-window{
    display: none;
	background-color:rgba(80,80,80,0.8);
    width:380px;
    height:80px;
    position: absolute;
    right:0;
    top:30px;
    z-index: 120;
	padding:16px 0 7px 24px;
}

.searchform {
	margin:0;
}

.searchform:not(.mobile) {
    color: #fff;
}

.display-b{
    display: block !important;
}

.header_widget{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.header_widget form{
    width:300px;
}

.search-window-close{
    font-size: 100%;/*ボタンの大きさ*/
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.6em;
    line-height: 1.6em;
    cursor: pointer;
    transition: .2s;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 110;
} 

.search-window-close:hover{
    background: #333;
    border-color: #fff;
    color: #FFF;
}

.searchsubmit {
    background:#fff;
	width:auto;
	font-size:1rem;
	color:#333;
    font-family: 'Noto Sans JP';
}

.searchform.mobile{
	display:block;
    position: relative;
    margin-left:-12px;
}

.searchform.mobile button {
    background: transparent;
    top: 0;
    right: 0;
    height: 42px;
    width: 42px;
    cursor: pointer;
    position: absolute;
    border: none;
    outline: none;
}
.searchform.mobile input {
    /* border: none;
    outline: none; */
    width: 100%;
    height: 42px;
    padding-left: 10px;
}

.searchform.mobile .s::placeholder, .searchform.mobile .s::-webkit-input-placeholder {
    font-size: 13px;
}

.searchform.mobile button:before {
    content: "\f002";
    font: 21px/1 FontAwesome;
}

.searchform:not(.mobile):before {
    content: "\f002";
    font: 26px/1 FontAwesome;
    position: absolute;
}

.searchform:not(.mobile) input.s:focus {
    outline: none;
    box-shadow: none;
    background: inherit;
    color: #fff;
    border: none;
    border-bottom: #fff solid 1px;
}
.searchform:not(.mobile) input:-internal-autofill-selected{
    background-color: inherit;
    color: #fff;
}

.header_widget .searchform{
	margin:0;
}

h1#site-title, p#site-title {
    text-align: left;
}
h1 span{
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    line-height: 1.8rem;
}

section h2,aside h2{
    text-align: center;
}
h2 span{
    display: block;
    font-size: 1rem;
    letter-spacing: 0.3rem;
    line-height: 1.6rem;
}
h2.archive-title,#sidebar h3.archive-title,h3.archive-title.related-entry-title,#top-special h3.archive-title{
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    margin-bottom: 8px;
}

/*メインビジュアル左右の矢印*/
.flex-direction-nav .flex-prev{
    left: 0px !important;
}
.flex-direction-nav .flex-next{
    right: 0px !important;
}

.metaslider .flex-control-paging li a{
    background-color: #aaa;
    width: 8px;
    height: 8px;
}

.metaslider .flex-control-paging li a.flex-active{
    background-color: #333;
}

/*トップページ新着一覧の見出し文字非表示*/
.main-widget-label{
	display:none;
}

/*新着記事一覧レイアウト*/
ul.new-entrys{
    padding: 0%;
}

/*固定ページの投稿日時や著者名を非表示*/
#post-107 footer, #post-28 footer, #post-51 footer, #post-53 footer, #post-55 footer, 
#post-168 footer, #post-170 footer, #post-172 footer, #post-57 footer, #post-59 footer,
#post-103 footer, #post-3 footer, #post-197 footer, #post-194 footer, #post-192 footer, 
#post-181 footer{
    display: none;
}

/*TOP新着記事の文字の間隔*/
.new-entry-content{
    font-size: 1.6rem;
    padding-top:2px;
}

 /*TOPいいねボタン非表示*/
div.top_ulike .wpulike{
     padding: 0;
 }
div.top_ulike button{
     display: none !important;
 }
div.top_ulike .count-box{
    box-shadow:none;
    margin-left: 5px;
    padding-left: 3.7em;
    color: inherit;
    line-height: 1.6em;
	background-color:transparent;
 }
div.top_ulike .count-box:before{
    content: 'いいね：';
    transform: none;
    border:none;
    width: 4.25em;
    height: 1em;
    background:none;
    top:0;
}
div.top_ulike .wpulike{
    line-height: 1.6rem;
}
.article_ulike {
    border: 1px #333 solid;
    padding: 0 10px 0 16px;
}

/*新着記事一覧へのボタン*/
.top-button {
    font-family:"Gill Sans Nova","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
    width:290px;
    margin: 0 auto;
}

.top-button a {
   border: #333 solid 1px;
   box-sizing: border-box;
   display: block;
   padding: 16px 24px 16px 16px;
   text-align: right;
   transition: all 300ms 0s ease;
   font-size: 14px;
   font-weight: normal;
}

.top-button a:hover{
    text-decoration: none;
    background-color: #333;
    color: #fff !important;
}
/*投稿ページ上のいいね*/

.article-info { 
    display: flex;
    align-items: center;
	justify-content:space-between;
}
.post-meta{
	margin:0;
	text-align:left;
	font-size:1.4rem;
}

 /*aside非表示*/
 .page-id-57 #sidebar,.page-id-59 #sidebar,.page-id-103 #sidebar,.page-id-183 #sidebar,.page-id-3 #sidebar,.page-id-197 #sidebar,
 .page-id-194 #sidebar,.page-id-192 #sidebar,.search-results #sidebar,.search-no-results #sidebar{
     display: none;
 }

aside{
    /* background-color: #e7eef1; */
    background-color:#e5e5e5;
    /* padding: 1em 1.2em; */
    /* padding:24px 8px; */
    padding:29px 8px;
    box-sizing: border-box;
    line-height:0;
}
#sidebar ul{
    padding-left:0px;
}

.textwidget p {
    margin:0;
}


#sidebar li {
    margin-bottom: 24px;
}
#sidebar li:last-child {
    margin-bottom: 0;
}

/*form確認画面と送信画面*/
#wrap_contact{
    width: 700px;
    margin: 0 auto;
}
#wrap_contact table{
    width: 100%;
    border-collapse: collapse;
    border: solid #CCC;
    border-width: 1px;
}
#wrap_contact table tr th,
#wrap_contact table tr td{
    padding: 0.5em;
    text-align: left;
    vertical-align: top;
    border: solid #CCC;
    border-width: 1px;
}
#wrap_contact table tr th{
    width: 35%;
    background: #eee;
}
#wrap_contact input[type="text"],
#wrap_contact input[type="email"],
#wrap_contact textarea{
    padding: 0.7em;
    width: 90%;
    font-size:16px;
    border:1px solid #CCC;
}
.wpcf7-form-mode-edit #wrap_contact input[type="button"].button-confirm, 
.wpcf7-form-mode-confirm #wrap_contact input[type="submit"] {
    background: #ee5656;
    height: 60px;
    font-size: 20px;
    letter-spacing: 0.1em;
    width: 300px;
    display: inline;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.wpcf7-form-mode-confirm #wrap_contact input[type="button"].button-rewrite {
    background: #666666;
    height: 60px;
    font-size: 20px;
    letter-spacing: 0.1em;
    width: 300px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
#wrap_contact table th span{
    color: #fff;
    background: #DC0003;
    padding: 3px 3px;
    font-size: 11px;
    margin-left: 10px;
    border-radius: 3px;
    letter-spacing: 0.2em;
}
.wpcf7-form-mode-confirm #wrap_contact table th span,
.wpcf7-form-mode-confirm #wrap_contact .txt_edit,
.wpcf7-form-mode-confirm #wrap_contact .txt_sent{
    display:none;
}
.wpcf7-form-mode-edit #wrap_contact .txt_confirm,
.wpcf7-form-mode-edit #wrap_contact .txt_sent{
    display:none;
}
.sent #wrap_contact .txt_confirm,
.sent #wrap_contact .txt_edit,
.sent #wrap_contact table,
.sent #wrap_contact h2{
    display:none;
}
.sent #wrap_contact .txt_sent{
    display:block;
}
div.wpcf7-mail-sent-ok {
    border: none;
    padding:0;
    margin:0;
}

/*formプライバシーポリシー欄レイアウト*/
.under-form .form-bordr-n{
    border: none !important;
    background-color: transparent !important;
}

#wrap_contact table{
    border: none !important;
}

/*TOPエリアタグ横並び*/

.tag-in a{
    background-color: #666;
    color: #fff;
    position: relative;
    padding: 4px 0.8rem 4px 2rem;
    margin-left: 0.25em;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 1rem;
}
.tag-in a::before{
    content:"#";
    position:absolute;
    top: 1px;
    left:6px;
}

/*コピーライト*/
.credit{
    font-size: 1rem;
    text-align: center;
}

/*投稿ページ関連記事*/
aside#related-entries{ 
    background-color:#fff;
    padding: 0;
}
.related-entry-thumbnail{
	margin:0;
	width:30%;
	text-align:left;
    height:auto;
    
}
.related-entry-thumbnail .related-entry-thumb{
    overflow: hidden;
}
.related-entry-thumbnail:nth-of-type(2){
	margin:0 5%;
}
.related-entry-thumbnail .related-entry-content{
    margin: 0;
}

/*asideがないページのコンテンツ中央寄せ*/
.page-id-57 main,.page-id-57 #main,.page-id-59 main,.page-id-59 #main,.page-id-197 main,.page-id-197 #main,
.page-id-192 main,.page-id-192 #main,.page-id-103 main,.page-id-103 #main,.page-id-183 main,.page-id-183 #main,
.page-id-3 main,.page-id-3 #main,.page-id-194 main,.page-id-194 #main,.page-id-589 main,.page-id-589 #main{
    width:100% !important;
}
.page-id-59 #main,.page-id-197 #main,.page-id-192 #main,.page-id-103 #main,.page-id-183 #main,
.page-id-3 #main,.page-id-194 #main,.page-id-589 #main{
    margin: 40px 0 70px;
}

/*ブランドページの背景画像*/
.page-id-57 #main{
	background-color:transparent;
	/* background-image:url(./images/brandimage.png); */
	background-repeat:no-repeat;
	background-size: contain;
    background-position:center bottom;
    padding-bottom: 100px;
}
.brand-p p{
    margin-bottom: 24px;
    line-height: 2.3em;
}

/*お問い合わせフォーム*/

.under-form-b{
	display:none !important;
}
/*タグのレイアウト*/
section li li,.post-tag{
    background-color: #666;
    color: #fff;
    padding: 2px 5px;
}
section li li a,.post-tag a{
color: #fff !important;
}
#wrap_contact table#top-form>tbody>tr>td{
    border-bottom: 1px solid #ccc;
}
#wrap_contact table#top-form{
    margin-bottom: 16px;
}


/*記事詳細ページ*/
body.single.single-post article img{ /*詳細ページの画像の大きさ自由変更可能*/
    width: auto;
}

.article h1{ /*記事詳細ページのh1余白*/
    margin-top: 40px;
    margin-bottom: 32px;
}
body.single.single-post article div#the-content h2{
    padding: 0;
    margin: 48px 0 32px;
    border: none;
    padding-left: 16px;
    position: relative;
}
body.single.single-post article div#the-content h2::before{
    content: "";
    position: absolute;
    background-color: #DFA01F;
    width: 4px;
    height:100%;
    top:0;
    left: 0;
}
body.single.single-post article div#the-content h3{
    padding: 0;
    margin: 24px 0 16px;
    border: none;
}
.post-date .fa-clock-o:before { /*公開日のレイアウト*/
    content: "公開日:";
}
.post-date .fa-fw {
    width: 5rem;
}
span.post-date { /*.post-tag と .post-dateの間*/
    margin-left: 8px;
}


.post-update .fa-history:before { /*更新日のレイアウト*/
    content: "更新日:";
}
.post-update .fa-fw {
    width: 5rem;
}



body.single.single-post header{ 
    margin-bottom:48px;

}

div#the-content{
    margin: 0;
}
/* div.shop-info {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 40px 0;
} */

/*記事詳細いいね*/
.wpulike-default button.wp_ulike_btn{
    height: 35px;
    width: 100px;
}

.wpulike-default button.wp_ulike_put_image:after{
    content: "いいね";
    left: 58px;
    width: 80px;
}
div#the-content div.wpulike.wpulike-default{
    /* margin: 80px 0 0; */
}

/*Gナビへのカレント表示*/
.current{
    /* border-bottom: 2px #DFA01F solid; */
    border-bottom: 2px #3333 solid;
    box-sizing: border-box;
}

.pagination .current{
    border-bottom: none;
}

/*運営会社のレイアウト*/
#company{
    border-collapse: collapse;
    margin: 0 auto 120px auto;
}
#company th{
    background-color: #eee;
}
#company th,#company td{
    border: 1px solid #666;
    padding: 1rem;
}

/*特定商取引法に基づく表示のレイアウト*/
#law{
    border-collapse: collapse;
    margin: 0 auto 120px auto;
}
#law th{
    background-color: #eee;
}
#law th,#law td{
    border: 1px solid #666;
    padding: 1rem;
}

/*よくある質問のレイアウト*/
.page-id-183 div#the-content table td{
    padding: 1rem;
}
.page-id-183 div#the-content table tr:nth-of-type(2n) td:first-of-type{
    color: #DC0003;
}


/* 	＜再利用ブロック＞ 	↓ */
/* ■ 画像：single-img　 */
/* 画像 */
.single-img {
    font-family: "Noto Sans JP";
}

/* 画像・キャプション */
.single-img figcaption {
    font-size: 11px;
    line-height: 15px;
    color:#bbb;
    margin-top: 0px !important;
}

.single-img img {
    margin-bottom: 0px;
    /* width: 600px !important; */
    /* height:auto; */
    /* border:1px solid #333; */
    /* opacity: 0.5; */
}

/* ■ 大見出し：single-h2 */
.single-h2 {
    font-family: "Noto Sans JP";
    font-size: 26px !important;
    line-height: 28px;
    margin-top: 40px !important;
    margin-bottom: 32px !important;
    padding-left: 12px !important;
}

.single-h2::before {
    background-color: #333 !important;
    width: 3.8px !important;
}

/* ■ 中見出し：single-h3 */
.single-h3 {
    font-family: "Noto Sans JP";
    font-size: 20px !important;
    font-weight: bold;
    line-height: 28px !important;
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

/* ■ 本文：single-text */
.single-text {
    font-family: "Noto Sans JP";
    color: #333 !important;
    font-size: 16px;
    font-weight: 300;
    margin: 26px auto;
}

.single-text p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ■ ボタン：single-btn */
.single-btn {
    margin: 16px auto;
    text-align:center;
    justify-content: center;
}

/*
.single-btn::after {
    content: '＞';
    position: relative;
    right:32px;
    top: 16px;
}
*/
.single-btn a {
    min-width: 290px;
    max-width: 90%;
    border:1px solid #757575 !important;
    padding-top:16px;
    padding-bottom:16px;
    color:#333 !important;
}

.single-btn a:hover {
    color:#fff !important;
    background-color: #333 !important;
    opacity: 0.7;
}

/* ■ 店舗詳細：shop-info  */
div.shop-info {
    background-color: #fff6ef;
    margin: 32px 20px 32px;
    padding: 20px 24px 18px;
    font-family: "Noto Sans JP";
    color:#333;
    width:552px;
}

div.shop-info .icon {
    display: table-cell;
    position: relative; 
    /* margin:0 auto; */
    padding: 0;
}
div.shop-info .icon img{
    position: absolute;
    /* top: 50%; */
    /* margin-top: -50px; */
}

/* div.shop-info .icon, */
div.shop-info .content{
    display: block;
    position: relative;
    padding: 0;
}
div.shop-info .content {
    width: 600px;
    word-wrap:break-word;
}
div.shop-info div.content{
    margin-top: -1px;
}
/* 店舗詳細 の タイトル */
.shop-info-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}

/* 店舗詳細 の 住所 */
.shop-info-address {
    font-size: 14px;
    line-height: 20px;
    padding:5px 0;
    display: flex;
}
.shop-info-address img{
    margin-left: 2px;
    margin-right: 7px;
}

.shop-info-address span {
    display: inline-block;
    color: #fd9919;
    background: url(./images/arrow.png) no-repeat left center;
    margin-left: 12px;
    padding-left: 1em;
}

.shop-info-address a:hover {
    color: #fd9919 !important;
    text-decoration: underline;
}
  
.shop-info-address a:active {
    color: #0074d9;
}

.shop-info-address a:active span {
    color: #0074d9;
}

/* 店舗詳細 の 電話番号 */
.shop-info-tel {
    font-size: 14px;
    line-height: 20px;
    padding:5px 0;
    display: flex;
}
.shop-info-tel img{
    margin-right: 5px;
}

/* 店舗詳細 の 営業時間帯 */
.shop-info-time {
    font-size: 14px;
    line-height: 20px;
    padding:5px 0;
    display: flex;
}
.shop-info-time img{
    margin-right: 5px;
}
/* 店舗詳細 の 休日 */
.shop-info-holiday {
    font-size: 14px;
    line-height: 20px;
    padding:5px 0;
    display: flex;
}
.shop-info-holiday img{
    margin-right: 5px;
}
/* 店舗詳細 の ホームページ */
.shop-info-homepage {
    font-size: 14px;
    line-height: 20px;
    padding:5px 0;
    display: flex;
}
.shop-info-homepage img{
    margin-right: 5px;
}

.shop-info-homepage .content {
    margin-top: -4px !important;
    word-wrap:break-word;
    word-break:break-all;
}

.shop-info-homepage a:hover {
    color: #fd9919 !important;
    text-decoration: underline;
}
  
.shop-info-homepage a:active {
    color: #0074d9;
}

.shop-info-homepage .content img {
    margin-left:1em;
    position:relative;
    top:3px;
}

/* 店舗詳細 の 定型文 */
.shop-info-remark {
    font-size: 14px;
    line-height: 20px;
    padding:5px 0;
}

/* ■ リード文：read  */
.read {

}

/* HOTERボタン */
.hotel-reservation {
    background-color: transparent;
    border: none;
    padding: 0 87px;
    overflow: hidden;
    width: 476px;
    height: 122px;
}
/* 	＜再利用ブロック＞ 	↑ */

a.balloon-btn-link {
    height: 25px;
    line-height: 25px;
}
.balloon-btn-set {
    height: 27px;
    margin: 8px 0 0 0;
}
.balloon-btn-set span {
    position:inherit;
    top: 2px;
}
.balloon-btn-set a {
    font-size: 16px;
}

.fa-arrow-circle-up:before {
    content: "\f106";
}

.mg-b-38 {
    margin-bottom: 38px;
}

.mg-b-50 {
    margin-bottom: 50px;
}

/* 関連記事 */
aside#related-entries {
    width: 100%;
    background-color:transparent;
    display:block;
}
  
aside#related-entries article h3.archive-title {
    font-size:13.5px;
    font-weight: 500;
    line-height: 18px;;
    width:100%;
    overflow:hidden;
    height:38px;
    margin: 0;
}
  
aside#related-entries article .related-entries-tag {
    font-size: 11px;
    color:#757575;
    margin-top: 8px;
    height:18px;
    line-height: 18px;
}

aside#related-entries article .article_tag{
    display: inline-block;
    margin-right: 10px;
}

aside#related-entries article .top_ulike{
    display: inline-block;
}

#top-special-full h3,
#side-special h3 {
    font-size:13.5px;
    font-weight: 500;
    line-height: 18px;;
    width:100%;
    overflow:hidden;
    height:38px;
    margin: 0;
}

#top-special-full .top-special-tag,
#side-special .side-special-tag {
    font-size: 11px;
    color:#757575;
    margin-top: 16px;
    height:18px;
    line-height: 18px;
}

#top-special-full .article_tag,
#side-special .article_tag {
    display: inline-block;
    margin-right: 10px;
}

#top-special-full .top_ulike,
#side-special .top_ulike {
    display: inline-block;
}

#top-special-full .wpulike-default .count-box,
#side-special .wpulike-default .count-box {
    font-size: 11px;
}

#side-recommend .tag-in a{
    background-color: #fff;
    color: #666;
    position: relative;
    padding: 6px 16px 8px 26px;
    border-radius: 11px;
    display: inline-block;
    margin: 0 8px 8px 0;
    border:1.5px solid #aaa;
    font-size: 16px;
    line-height: 1.4em;
}

#side-recommend .tag-in a::before{
    content:"#";
    position:absolute;
    top: 6px;
    left:16px;
}

#side-special {
    padding: 24px 20px;
    background-color: #e5e5e5;
    text-align: center;
    margin-bottom: 56px;
}

#side-special ul {
    margin: 0;
}

#side-special ul li {
    margin-bottom: 32px;
}

#side-special-header h2,
#side-recommend-header h2{
    font-size:20px;
    line-height: 28px;
    font-weight: 500;
    color:#333;
    margin:0;
    padding-bottom:32px;
}

#side-sns-header h2 {
    font-size:20px;
    line-height: 28px;
    font-weight: 500;
    color:#333;
    margin:0;
    padding-bottom:12px;
}

#side-special-header h2 span,
#side-recommend-header h2 span,
#side-sns-header h2 span {
    font-size:13px;
    line-height: 1.4rem;
    font-weight: normal;
    color:#757575;
    padding-top:4px;
}

#side-recommend ul {
    padding: 0;
    font-size: 0px;
}
#side-recommend ul li {
    display:inline;
    float:left;
    margin-bottom: 0;
}

/* 動画のキャプション */
body.single article .wp-block-video figcaption {
    font-size: 11px;
    line-height: 15px;
    color:#bbb;
    font-weight: normal;
    margin-top: 0px !important;
}

body.single article .wp-block-video figcaption sup {
    font-size: 11px !important;
}

/* ISMS について */
#footer-isms {
    max-width: 191px;
    max-height:75px;
    line-height: 1.4rem;
    text-align: center;
    color: #EFEFEF;
    font-size: 1.3rem;
    margin: 15px 0;
    margin-left:auto;
}
#footer-isms img {
    width: 191px;
    max-width: none;
}
#footer #followus {
    margin-left:85px;
}
#footer #followus p {
    margin-top: 12px !important;
}
#footer .footer-navi-sub {
    margin-top: -112px;
}
#footer #copyright {
    padding-top: 0;
}

.article .keep_ul_style {
    list-style-type: unset !important;
}