.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}
.uk-text-center {
    text-align: center!important;
    background-color: #4b4948;
}
* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
	-webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    
    --main-font-color: #111; /*文字の色*/
    --main-back-color:#eee;
    --main-anker-color: #28b2ff;
    --back-color-wrap:rgba(255,255,255,0.8);
    --white-wrap:rgba(255,255,255,0.6);
    --white-wrap2:rgba(255,255,255,0.9);
    --black-wrap:rgba(0,0,0,0.1);
    --title-box-color: #f50000;
    
    --wrap-font-color: #222;
}
.uk-nav ul,
ul{
    padding-left:0;
}
.wrapper{
    max-width: 1160px;
    margin: auto;
    padding: 0 35px;
}

@media(max-width:767px){
    .wrapper{
        padding: 0;
    }
}

body {
	min-width: 320px;
	word-wrap: break-word;
    line-height: 1.5;
}

a { 
    font-weight:bold;
    color:  var(--main-font-color) }/* これあれば後ろのふたついらなさそう*/
a:hover {color: var(--main-font-color);}

.contents-wrap a{color:#ff8282;}
.contents-wrap a:hover {color: var(--main-anker-color);}

.ion-android-add-circle,
.fa.fa-book,
.fa.fa-file{
    display:none;
}

.margin-bottom-20{
    margin-bottom:20px;
}

/*角丸くする*/
/*
.eyecatch-thumbnail,
.article-wrap,
.article-title-box,
.widget-title,
.scroll-to-top,
.uk-width-1-5,
.ex-widget,
.ex-widget-search input,
.ex-widget-search button{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px
  overflow:hidden;
}
*/

.article-title-box > h1,
.widget-title > h2{
    font-family:serif;
}
.ex-widget-search input {
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-righ-radius:  0;
    
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ex-widget-search button {
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius:  0;
    
    -moz-border-bottom-left-radius:  0;
    -webkit-border-bottom-left-radius:  0;
    border-bottom-left-radius:  0;
}

@media screen and (min-width:767px){
    .article-title-box,
    .widget-title{
        -moz-border-bottom-left-radius:  0;
        -webkit-border-bottom-left-radius:  0;
        border-bottom-left-radius:  0;
        
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
/* IE要わざわざ */
body,h1,h2,h3,h4,h5,h6{
    color: #ddd;
}
#policy-font{
}
#top-fixed-box,footer{
    background-color: rgba(0,0,0,0.75);
}

body {
    color:var(--main-font-color);
}

.uk-margin-top {
    margin-top:0px!important;
}
.prof-img{
    max-width:200px;
}
.prof-text{
    font-weight:bold;
}
.prof-name{
    text-align:center;
    font-weight:bold;
    font-size:25px;
}
.site-title {
    /*text-align:center;*/
    margin:auto;
    padding-top:20px;
    /*border-bottom : 1px solid var(--main-font-color);*/
}
.title-image{
    max-width:950px;
    width:100%;
    /*margin-top:20px;*/
    /*border-bottom: 1px solid var(--main-font-color);*/
    transition: all .2s;
}
.title-image:hover{
    /*opacity:0.7;*/
    transition: all .2s;
}

@media screen and (min-width:768px){
    #title-image2{
        display:none;
    }
}
@media screen and (max-width:767px){/*最適化する。要変更*/
    #site-title-dake{
        padding-right:60px;
        padding-left:10px;
    }
    #title-image1{
        display:none;
    }
    
    .title-image{
        border-bottom:none;
    }
}

    #site-title-box{
        /*text-align: center;*/
        max-width:1160px;
        margin:auto;
        /*margin-top:10px;*/
        background-size:cover;
    }
@media screen and (max-width:767px){/*最適化する。要変更*/
    #site-title-box{
        margin-top:0;
        padding:0;
    }
}
@media screen and (max-width:767px){/*最適化する。要変更*/
    .site-title {
        text-align:left;
        padding:10px;
        margin:0;
        margin-right:50px;
        border:none;
    }
    .site-title a{
        font-size:24px;
    }
}
@media screen and (max-width:360px){
    .site-title {
        text-align:left;
    }
    .site-title a{
        font-size:20px;
    }
    
}
.site-title a{
    font-family: serif;
    color:#eee;
    text-decoration:none;
}
.site-title a:hover{
    color:#ccc;
}
#top-dammy-box .site-title a{
    color:var(--main-font-color);
    transition: all .2s;
    padding-bottom:3px;
}
#top-dammy-box .site-title a:hover{
    color:#999;
}
.article .ex-article-meta {
    /*border-bottom: 1px dashed var(--wrap-font-color);*/
    margin-bottom: 30px;
}

.article h1 {
    font-size: 2.1rem;
    font-weight: bold;
    margin: 20px 0;
    color:var(--wrap-font-color);
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    color: #1980ff;
}
.uk-width-medium-3-10{
    padding:0;
}
.uk-width-medium-7-10{
    padding-left:0;
}
.contents-wrap{
    margin-bottom:25px;
    padding-bottom:1px;
}
.article-body h2 {/*小見出し*/
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 15px;
    border-left : 4px solid var(--main-font-color);
    color:var(--main-font-color);
}
h3,h4,h5,h6 {
    color:var(--main-font-color);
}

.article-title-box{
    position:relative;
    overflow:hidden;
    /*margin-bottom:20px;*/
    padding:20px 20px;
    padding-bottom:0;
    /*border-bottom:1px solid var(--wrap-font-color);*/
    /*border-left:none;*/
    border-right:none;
    /*background-image: url("http://iqnion.com/upload/56ea177ebe6f05d1a1b3ea3868f7128925be8ed32.jpg");*/
}
#home-article-title-box{
    margin-bottom:0;
}
@media screen and (max-width:767px){
    .article-title-box{
        /*border:1px solid var(--wrap-font-color);*/
    }
}

#home-article-title-box{
    padding-top:0;
    
}
#article-title-image{
    position:absolute;
        top:0;
        bottom:0;
        left:0;
    min-width:400px;
    min-height:100%;
    margin:auto;
    opacity:0.5;
}
@media screen and (max-width:440px){
    #article-title-image{
        left:50%;
        margin-left:-200px;
    }
}
.article-header-contents,
.article-header-contents a,
.article-header-contents h1{
/*    color:var(--wrap-font-color);*/
    color: #1980ff;
}

.article-header{
    position:relative;
        z-index:10;
    color:#eee;
}
::-webkit-selection {
   background-color: rgba(133,147,187,.6);
   color: #fff;
}
::-moz-selection {
   background-color: rgba(133,147,187,.6);
   color: #fff;
}
::selection {
    background-color: rgba(133,147,187,.6);
    color: #fff;
}
.ex-widget-body,
.ex-widget-archive,
.menu.vertical,
.ex-widget-custom,
.form-inline,
.ex-ichiran-list,
.article-body{
    border-top:1px solid #999;
    padding:0 5px;
}
@media(max-width:767px){
    .ex-widget-body,
    .ex-widget-archive,
    .menu.vertical,
    .ex-widget-custom,
    .form-inline,
    .ex-ichiran-list,
    .article-body{
        margin:0 5px;
    }
}
.form-inline,
.widget-body img,
.adsbygoogle{
    padding-top:10px;
    padding-bottom:10px;
}
#ichiran img{
    padding:0;
}
.adsbygoogle{/*グーグルの広告用*/
    background: transparent;
    color: #444;
    text-decoration: none;
    text-align:center;
}
@media screen and (max-width:960px){
    .ad-area.ad-bottom.uk-text-center.uk-margin-bottom{
        display:none;
    }
}

    .ad-area.ad-bottom.uk-text-center.uk-margin-bottom *{
        width:100%;
    }
.ad-area.ad-bottom.uk-text-center.uk-margin-bottom{/*グーグルの広告用*/
    padding: 0 30px;
}
#aswift_1_expand, #aswift_1_anchor, #aswift_1, 
.ad-area.ad-bottom.uk-text-center.uk-margin-bottom img{/*グーグルの広告用*/
    width:100%!important;
    background-color:transparent!important;
}
.scroll-to-top {
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 45px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

blockquote:before,
blockquote:after { content:""; }
blockquote {
	line-height: 2;
	margin-bottom: 1.5em;
}
blockquote {
	padding: 30px 30px 30px 90px;
	background: #efefef;
	border: 1px solid #ddd;
	position: relative;
	font-size: 0.95em;
	font-style: italic;
}
blockquote p { font-style: italic; }
blockquote:after {
    font-family: FontAwesome;
    content: '\f10d';
    width: 90px;
    font-size: 42px;
    line-height: 72px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #ddd;
    position: absolute;
    top: 10px;
    left: 0px;
}
blockquote cite {
	display: block;
	margin-top: 1.1em;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
blockquote cite:before { content: "— "; }

.youtube iframe,
iframe {
    margin: auto;
    display: block;
}

.read-more {
    display: inline-block;
    background:#636363;
    /*background:#6d88b7;*/
    color:#fafafa;
    padding:10px;
    border-radius: 5px;
}
a.read-more:hover {
    color: #fff;
}

.article-thumbnail {/*記事検索結果のサムネ*/
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.article-thumbnail img {/*記事検索結果のサムネ*/
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: inherit;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.ex-article-thumbnail img{ /*デフォルトの記述だけど中央寄せのヒントありそうね*/
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: inherit;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.post-info {
    font-size: 13px;
    color: #666;
}
.tofc {
    display: table;
    width: auto;
    background: #f9f9f9;
    border:1px solid #aaa;
    padding:10px;
    margin: auto;
    font-size: 95%;
}
.tofc:before {
    content:"目次";
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.summary {
    padding: 0;
    margin: 0;
}
.summary .level-2 {margin-left: 1em}
.summary .level-3 {margin-left: 2em}
.summary .level-4 {margin-left: 3em}
.summary .level-5 {margin-left: 4em}
.summary .level-2{
    counter-increment: level-2-counter;
}
.summary .level-3{
    counter-increment: level-3-counter;
}
.summary li {
    list-style: none;
    margin: .5rem 0;
}
.summary li.level-2 + .level-3:nth-child(n+2){
   counter-reset: level-3-counter;
}
.summary li.level-2:before {
    content: counters(level-2-counter, "-")". ";
}
.summary li.level-3:before {
    content:counters(level-2-counter, "-")"-" counters(level-3-counter, "-")". ";
}

.ex-margin-bottom {
    margin-bottom: 15px;
}
.ex-margin-large-bottom {
    margin-bottom: 30px;
}

.ex-margin-top {
    margin-top: 15px;
}

.ex-margin-large-top {
    margin-top: 30px;
}
.ex-text-center {
    text-align: center;
}

ul.sitemap {
    list-style: none;
}
ul.sitemap ul {
    list-style: none;
}
ul.sitemap ul li:before {
    font-family: FontAwesome;
    content:"\f105";
    margin-right: 5px;
    font-family: "FontAwesome";
}
.article-body-newpost {
    margin: 10px 0;
    padding: 0;
}
.article-body-newpost li {
    list-style: none;
    margin: 0 0 0.6em;
}
.article-body-newpost li:before{
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 5px;
}
.article-wrap {
    /*border-bottom: 1px dotted #ccc;*/
    padding-bottom: 10px;
}
.article-body{
    margin:0 10px;
    padding:30px 10px;
}
    .article-wrap {
        /*margin: 10px;*/
        margin-top:0;
        /*border: 1px solid var(--main-font-color);*/
    }
@media screen and (max-width:767px){
    .article-wrap{
        border:none;
    }
}

.article-list .article-body {
    padding: 5px;
}
.article-list .article-wrap .uk-width-3-10 {
    width: 26%!important;
}
.article-list h3,
.article-list h3 a {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-font-color);
}
.article-list h3 a:hover {
    color: var(--main-font-color);
}
.ex-widget{
    /*padding-bottom:15px;*/
    margin-bottom:20px;
    /*border:1px solid var(--main-font-color);*/
}
.ex-widget h2,
.ex-widget p,
fieldset{    /*サイドメニューの余計なマージン消し*/
    margin:0;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

@media(max-width:767px){
    .ex-widget{
        border:none;
    }
}
.ex-widget .widget-post a {
    font-size:14px;
}
.ex-article-widget ul,
.ex-widget ul {
    list-style: none;
    margin:0;
}
.ex-article-widget ul li {
    border-bottom:1px dashed #fbb4bd;
    padding:10px 15px;
}
.ex-widget li {
    /*border-bottom:1px dashed #666;*/
    padding:10px 0px;
}
@media screen and (max-width:767px){
    .ex-widget ul li {
        border-bottom:1px dashed var(--main-font-color);
    }
}
.ex-widget-category li {
    margin: 0;
    padding: 3px 5px!important;
    border-bottom: 0!important;
}

.widget-title {
    padding:10px 10px;
    color:var(--wrap-font-color);
    font-size: 20px;
    font-weight: bold;
    /*text-align:center;*/
    /*border-bottom:1px solid var(--wrap-font-color);*/
    /*border-left:none;*/
    /*border-right:none;*/
    border-top:5px solid var(--title-box-color);
    /*background-image:url("http://iqnion.com/upload/56ea177ebe6f05d1a1b3ea3868f7128925be8ed32.jpg");*/
}
.widget-title img{
    max-height:20px;
}
@media screen and (max-width:767px){
    .widget-title{ /*プルダウンメニュー用*/
        font-size: 16px;
        margin-top:10px;
        margin-bottom:0px;
        /*padding:0 10px;*/
        /*border:1px solid var(--wrap-font-color);*/
        /*border-bottom: 1px solid var(--wrap-font-color);*/
    }
    .color{
        padding-left:10px;
    }
    .uk-nav-offcanvas ul a {
        color:var(--main-font-color);
    }
    .uk-nav-offcanvas ul a:hover {
        color: #888!important;
    }
}
.uk-offcanvas-bar:after {
    background: rgba(0,0,0,0);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0);
}
/*
#header-widget-title{
    position:relative;
        top:10px;
    text-align:center;
    margin:0 auto;
    font-size: 20px;
    font-weight: bold;
}
*/
.bars-menu {
	color: #222;
	font-size: 2.1rem;
}
#bars-box{
    width:100%;
}
#ex-side-menu .uk-offcanvas-bar {
	padding-bottom: 15px;
	border-right:1px solid var(--main-font-color);
}
.uk-breadcrumb>li {
	font-size: 1rem;
}
.ex-breadcrumb ol, ul {
    margin-bottom: 0;
}
.ex-breadcrumb ol li ,
.ex-breadcrumb ol li > a {
    display: inline;
}

/* メニューバー */
#menu-pack{
    margin:0 auto;
    max-width:1160px;
    padding:0 35px;
    overflow: hidden;
}
.menu.vertical li:nth-of-type(5),
.menu.vertical li:nth-of-type(6),
.menu.vertical li:nth-of-type(7){
    display:none;
}
.menu.vertical dt{
    float:left;
    width:100%;
    margin-right:10px;
}
.menu.vertical dl{
    clear:both;
    margin:bottom:0!important; /*外部殺し*/
}
.menu.vertical dd{
    margin-top:20%;
    padding:0 5%;
    width:90%;
    text-align:center;
    display:block;
    position:absolute;
}
.menu.vertical dd a{
    text-decoration:none;
}
.menu.vertical dd .ichiran-title{
    font-size:17px;
    color:#eee;
}
.menu.vertical dd .ichiran-meta{
    font-size:13px;
    color:#eee;
}
.menu.vertical li{
    padding:10px 0;
    position:relative;
    overflow:hidden;
}
.ichiran-meta{
    margin:10px 0;
}
@media screen and (max-width: 1020px) { 
    .ichiran-view{
        display:none;
    }
}
#top-dammy-menu-box{
    max-width: 1160px;
    /*padding: 0 10px;*/
    margin:10px auto;
}

#main-visual-box{
    
    max-width: 1160px;
    margin: auto;
    padding: 0 35px;
    /*
    background-image:url("http://www.lagerhouserestaurant.com/upload/854fe101906a7a54bcb64dab9352da54f07f5d367.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center center;
    margin-bottom:20px;
    */
}

@media screen and (max-width: 767px) { 
    #main-visual-box{
        padding:0;
    }
}

#top-dammy-box{
    width:100%;
    padding:0;
    /*background-color:var(--white-wrap);*/
}
@media screen and (max-width:767px) { 
    #top-dammy-box{
        padding:0;
    }
}
    #top-dammy-box{
        /*margin-bottom:10px;*/
    }

#top-fixed-box{
    display:none;
    position:fixed;
        top:-100px;
        z-index:9;
    overflow:hidden;
    background-color:var(--back-color-wrap);
    width:100%;
    padding:10px 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.3);
    -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
@media screen and (max-width:767px) { 
    #top-fixed-box{
        padding:0px;
    }
}
#top-menu-list{
    padding:0;
    margin:auto;
    list-style: none;
    /* flex */
    display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-pack: justify; /* Android 2~4 */
    justify-content: space-between;
        -webkit-justify-content: space-between; /* Safari */
    align-items:         center; /* 上下センタリング */
        -webkit-align-items: center; /* Safari */
    flex-wrap:wrap; /* 折り返ししてくれる */
        -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
}
#top-fixed-box #top-menu-list{
    max-width:1160px;
    justify-content: space-around;
        -webkit-justify-content: space-around; /* Safari */
}
#top-dammy-box #top-menu-list{
    /*margin-top: 10px;*/
    /*border-top : 1px solid var(--main-font-color);*/
    background-color: #4b4948;
}
@media screen and (max-width:767px){
    #top-dammy-menu-box{
        display:none;
    }
    #top-fixed-box{
        display:none;
    }
}
#top-menu-list li {
    text-align:center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#top-menu-list li a{
    color:var(--main-font-color);
    transition: all .3s;
}
.button{
    padding:0 10px;
}
#top-dammy-box #top-menu-list li {
    margin:5px 0;
    transition: all .3s;
}
#top-dammy-box #top-menu-list li a{
    display:block;
    padding:3px 0;
    color: #ffffff;
    /*border-bottom : 1px solid var(--main-anker-color);*/
}
#top-dammy-box #top-menu-list li:hover {
    /*background-color:var(--main-font-color);*/
    transition: all .2s;
}
#top-dammy-box #top-menu-list li:hover> a {
    color:#ccc;
    transition: all .2s;
    /*border-bottom : 1px solid var(--main-anker-color);*/
}
#top-menu-list li a{/*メニューを太字に*/
    position:relative;
    padding:0; /*最適化する。要変更*/
    font-size:1.1em; /*最適化する。要変更*/
    font-weight:bold;
    text-decoration: none;
}
#top-menu-list li a:hover{/*メニューを太字に*/
    color:var(--main-anker-color);
}

/*ホバーで中心から円広がる*/
/*
.button{
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: .3s;
}
.button::after {
  display: block;
  content: "";
  position: absolute;
      z-index: -1;
      top: 0;
      bottom:0;
      left: 0;
      right:0;
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 50%;
  background:var(--main-font-color);
  transition: .8s;
}
.button:hover::after {
  width: 200%;
  padding-bottom:200%;
  left:-50%;
  right:-50%;
}
*/
/*ホバーで下線引く*/
/*
#top-fixed-box #top-menu-list>li a::after { 
  content: '';
  position: absolute;
      bottom: 0;
      left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
  background-color: #333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#top-fixed-box #top-menu-list>li a::after {
    background-color: var(--main-font-color);
}
#top-fixed-box #top-menu-list>li a:hover::after { 
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
*/

.uk-navbar-nav{/*センタリング*/
    padding:0;
    margin:10px 0;
    list-style: none;
    float:none;/*外部相殺*/
    /* flex */
    display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-pack: justify; /* Android 2~4 */
    justify-content: space-between;
        -webkit-justify-content: space-between; /* Safari */
    align-items:         center; /* 上下センタリング */
        -webkit-align-items: center; /* Safari */
    flex-wrap:wrap; /* 折り返ししてくれる */
        -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
}
.uk-navbar-nav li {
    text-align:center;
    padding:0 10px;
}
.uk-navbar-nav li a{/*メニューを太字に*/
    padding:0px; /*最適化する。要変更*/
    font-size:1.3em; /*最適化する。要変更*/
    font-weight:bold;
}

/* 検索ボックス用 */
.ex-widget-search fieldset {
	border: none;
}

.ex-widget-search input {
	width: 75%;
	height: 19px;
	padding: 10px 5px;
	font-size: 15px;
	display: inline-block;
	border: 1px solid #333;
	background: #eee;
}

.ex-widget-search input:focus {
	outline: 0;
	background: #fff;
}

.ex-widget-search input::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}

.ex-widget-search input:-moz-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}

.ex-widget-search input:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
	font-style: italic;
}

.ex-widget-search button {
	overflow: visible;
	position: relative;
	display: inline-block;
	left: -1px;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 41px;
	width: 20%;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fff;
	text-transform: uppercase;
	background:var(--main-font-color);
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.ex-widget-search button,
.ex-widget-search button:hover,
.ex-widget-search button:active,
.ex-widget-search button:focus{
	background:#333;
}

.ex-widget-search button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
*ページャー用
 */
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination li {display: inline-block;}
ul.pagination li {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}
.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul.pagination li.current {
    background-color: #00a8e6;
    color: white;
    border: 1px solid #00a8e6;
}
ul.pagination li:not(.current) a:hover {background-color: #ddd;}

.article,.article-list {
	padding-bottom: 25px;
	padding-right:20px;
    /*border-right: 1px solid var(--main-font-color);*/
}
@media screen and (max-width:767px){
    .article,.article-list {
        border-right:none;
    }
}
@media screen and (min-width:767px){
    .article-list{
        padding-top:20px;
    }
}
.uk-width-1-1{
    margin: 0 auto;
    /*margin-top:20px; /*ヘッダー画像の上に余白*/
    position:relative; 
        z-index:1;
    overflow:hidden;
    padding:0;
}
@media screen and (max-width:767px){
    .uk-width-1-1{
        margin-top:0px; /*ヘッダー画像の上に余白*/
    }
}

.uk-grid{
    margin:0;
    position:relative;
        z-index:0;
}
.pack{
    position:relative;
        z-index:0;
}
@media screen and (max-width:767px){
    .article-title-box{
        margin:0 10px;
        /*margin-bottom:20px;*/
    }
}
#object-image{
    /*opacity:0.8;*/
    opacity:1;
}
#dammy{
    position:relative;
}
#dammy-image{
    opacity:0;
}
.fixed-header{
    position:fixed;
    width:100%;
}
.header-image { /*ヘッダー画像を中央へ*/
    text-align:center;
}
.header-image img {
    width: 100%;
}

#title-box{
    position:absolute;
        right:0;
        left:0;
    margin:auto;
    overflow:hidden;
        z-index:500;
    max-width:1160px;
    text-align:left;
}
.title{
    position:absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         z-index:450;
    margin: auto;
}
#title1{
    /*
    position:static;
    margin:30px;
    bottom: auto;
    width:80%;
    max-width:900px;
    height:auto;
    */
}
#title2{
    /*
    width:80%;
    max-width:400px;
    height:auto;
    */
}

#slider-list{
    list-style-type: none; /*リストの点消し*/
    margin:0;
    padding:0;
}
#slider-list li {
    position:absolute;
        /*z-index:2;/*黒画像より上にするため*/
    width:100%;
    text-align:center;
}
#fixed-dammy{
    opacity:0;/*画像黒くしたいなら1、そういう加工いらないなら0*/
}

#simple-header-image-box-container{
    margin:0px 35px;
    overflow: hidden; /* はみ出てる部分は非表示 */
}
#simple-header-image-box{
    margin:auto;
    max-width:1160px;
    padding-top:34%;
    position: relative;
    
    /* 背景*/
    background-image:url("http://mettamorphysics.com/upload/5f0867ad9f4ae3b82df868fb4502867e538c37ee2.jpg"); /*ヘッダー画像 要変更*/
    background-repeat: no-repeat;            /* 背景を繰り返さない */
    background-size:cover;
    background-position:center center;
}
@media (max-width:767px){
    #simple-header-image-box-container{
        margin:0;
    }
}
@media (max-width:600px){
    #simple-header-image-box{
        padding-top:235px;
    }
}

.ex-widget-custom img{ /*サイドメニューの広告画像をセンタリング*/
    display:block;
    margin:auto;
}

.article-body p img{ /*記事内のイメージ画像をセンタリング*/
    display:block;
    margin: auto;
}

/*記事内広告*/
#sponcer-link{/*広告ボックス*/
    overflow: hidden;    /*これがないとfloat含まなくなる*/
    margin:50px auto;
    text-align:center;    /*「スポンサーリンク」という文字を中央へ*/
}
.sponcer-link-list{/*広告リスト*/
    padding:0;
    list-style: none;
}
.sponcer-link-list li{
    display:inline-block;    /*広告を横並びにする*/
    width:47.5%;
}
.sponcer-link-list li:first-child{    /*一つ目の画像を左へ*/
    float:left;
}
.sponcer-link-list li:last-child{    /*2つ目の画像を右へ*/
    float:right;
}
#sponcer-link img{
    width:100%;    /*これがないと幅300pxになる*/
}
@media screen and (min-width: 767px) { 
    #sponcer-link{
        display:none;
    }
}

@media screen and (min-width: 767px) { 
    .widget-body{/*サイドメニューの中身の左に余白*/
        padding:0 10px;
    }
}

.article-wrap img{ /*記事内のイメージ画像の大きさ指定*/
    width:100%;
    /*max-width:640px;*/
}

/*人気記事*/
#ninki-pack{
    position:relative;
        z-index:500;
        background-color:#ffffff;
    width:100%;
    padding-left:0;
    /*padding-bottom:30px;*/
}
@media (max-width:767px){
    #ninki-pack{
        padding-bottom:0px;
    }
    #ninki-container{
        /*display:none;*/
    }
}
.ninki-widget-title{
    display:none;
}
#ninki{
    margin: 0 auto;
    /*padding:0 10px;*/
}
#list3{
    margin: 0;
    padding:0;
    width:25%;
    border-right : 1px solid var(--main-back-color);
}
@media (max-width:650px){
    #list3{
        width:50%;
    }
}

#list3:nth-last-of-type(0){/*人気記事の数調整。要変更*/
    display:none;
}
.ninki-title{
    font-size:1em;
    font-weight:bold;
}
.ninki-meta{ 
    margin:5px 0;
}
#ninki-meta2{
    border-bottom : 1px solid #333;
}
.ninki-title,
#ninki-meta2,
#ninki-honbun a,
#header-widget-contents{
    color:#333;
}
#header-widget-contents{/*人気一覧*/
    /*background: url("http://jcs-meiji.com/upload/7108ddbef9c1015afa0316bd6d0b639d97b035526.png");*//*ドット*/
    background-color:var(--white-wrap2);
    width:60%;
    padding:2%;
    position:absolute;
        bottom:3.5%;
        right:2%;
}

@media screen and (max-width:850px) {
    #header-widget-contents{/*人気一覧*/
        width:92%;
    }
}
@media screen and (max-width:550px) {
    #header-widget-contents{/*人気一覧*/
        padding-top:3%;
    }
}
.mask {/*「記事を読む」のマスク*/
    /*background: url("http://jcs-meiji.com/upload/7108ddbef9c1015afa0316bd6d0b639d97b035526.png");*/
	text-align: center;
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
    	top:0;
	/*opacity:0;	/* ホバーするまで非表示 */
	background-color:	rgba(0,0,0,0.4);
    	-webkit-transition:	all 0.2s ease;
    	transition:		all 0.2s ease;
}
#new-header-mask  {
    background-color: transparent;
	opacity:1;	/* マスクを表示 */
    	right:0; /*センタリング*/
    	left:0; /*センタリング*/
    	margin:auto; /*センタリング*/
}
#header-mask  {
    background: url("http://www.miryokushanghai.com/upload/3e045a495bea862d296ea4a47edc81b6305144356.png");	/* 透明画像（上の背景イメージ相殺） */
	background-color:	rgba(0,0,0,0.2);	/* マスクは半透明 */
	opacity:1;	/* マスクを表示 */
    	right:0; /*センタリング*/
    	left:0; /*センタリング*/
    	margin:auto; /*センタリング*/
	max-width: 1160px;
}
.side-mask{
	opacity:1;	/* マスクを表示 */
}
.kijiyomu{/*「記事を読む」の文字*/
	color:#fff;
    font-size:1.4em;
    width:100%;
	position:absolute;	/* 絶対位置指定 */
        top: 50%;
        margin-top: -0.7em;
}
.kijiyomu span{
    padding:5px 10px;
    border : 1px solid #dddddd;
    /*角丸くする*/
        border-radius: 1.5px; /* CSS3草案 */
            -webkit-border-radius: 1.5px; /* Safari,Google Chrome用 */
            -moz-border-radius: 1.5px; /* Firefox用 */
}
.kijiyomu{/*「記事を読む」の文字*/
	color:#fff;
    font-size:1.4em;
    width:100%;
	position:absolute;	/* 絶対位置指定 */
        top: 50%;
        margin-top: -0.7em;
}
.kijiyomu2 span{
    padding:2px 4px;
    border : 1px solid #dddddd;
    /*角丸くする*/
        border-radius: 1.5px; /* CSS3草案 */
            -webkit-border-radius: 1.5px; /* Safari,Google Chrome用 */
            -moz-border-radius: 1.5px; /* Firefox用 */
}
.kijiyomu2{/*「記事を読む」の文字*/
	color:#fff;
    font-size:1em;
    width:100%;
	position:absolute;	/* 絶対位置指定 */
        top: 50%;
        margin-top: -0.7em;
}

@media screen and (min-width:767px) {
    .uk-width-medium-7-10{
    }
    .uk-width-1-1 img{/*メインビジュアルの幅制限する場合*/
        max-width:1160px;
        border-top-left-radius:0;
        border-top-right-radius:0;
    }
    
    .scroll-to-top:active,
    .scroll-to-top:hover {
        background: #3586ff;
    }
    #title2{
        display:none;
    }
    .uk-container > .uk-grid{
        margin:0;
        margin:auto;
        /*padding:0 10%;*/
    }
}

@media screen and (max-width: 500px) { /*要変更（普通の大きさだったら767pxでいい）*/   /*ヘッダーの大きさが固定し始めるのウィンドウ幅*/
    .header-image { /*ヘッダー画像が画面から飛び出してもセンタリング*/
        width:500px; /*要変更*/
        position:relative; 
            /*top:0px;*/ /* 合ってもなくても？*/
            left:50%;
            margin-left:-250px; /*連動して要変更*/
    }
}

@media screen and (max-width: 767px) {
    #ninki{
        padding:15px 10px;
    }
    .uk-grid.uk-grid-small{
        padding:0;
    }
    #title1{
        display:none;
    }
    .ex-header-menu{
        display:none;
    }
    .uk-container {
        padding-left: 0;
        padding-right: 0;
    }
    .article{
        padding:0;
    }
    .article-list h3,
    .article-list h3 a {
        font-size: 16px;
        font-weight: bold;
    }
    .article-thumbnail {
        width: 100px;
        height: 100px;
    }
    .article-list .article-wrap .uk-width-3-10 {
        width: 30%!important;
    }
    .contents-wrap {
    }
    blockquote {
        padding: 15px 15px 15px 30px;
    }
    blockquote:after {
        width: 30px;
        font-size: 22px;
        line-height: 36px;
    }
    .ex-widget-contents{
        /*padding-left: 10px;
        padding-right: 10px;
        */
    }
    .description {
        margin-top: 15px;
    }
    .article-body h2 {
        font-size: 1.4rem;
    }
    .article-body h3 {
        font-size: 1.2rem;
    }
    .article-body-newpost li {
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
    }
    #footer ul li {
        padding:15px 0;
    }
    .contents-wrap{
        border:none;
    }
    .ex-widget:nth-of-type(2),/*プロフ*/
    .ex-widget:nth-of-type(4),
    .ex-widget:nth-of-type(5),
    .ex-widget:nth-of-type(6),
    .ex-widget:nth-of-type(7){/* プルダウンメニューから消す */  /*要変更*/
        display:none;
    }
}

    .uk-width-1-5{/*ハンバーガー*/
        padding:0;
        width:45px;
        height:45px;
        position:fixed;
        right:10px; /*タイトルと被らないように要変更*/
        top:10px; /*タイトルと被らないように要変更*/
        z-index:999;
        opacity:0.8;
    }
/*スライダー*/
.slideSampleThumbnail-box{
    position: relative;
    width:100%;
    padding-top:33.4%;
    overflow: hidden;
}
@media (max-width:650px){
    .slideSampleThumbnail-box{
        padding-top:66.7%;
    }
}
.slideSampleThumbnail {
    position: absolute;
        top:0;
    width:200%;
    padding-top:33.4%;
    padding:0;
    list-style: none;
    overflow: hidden;
}
.slideSampleThumbnail li{
    float:left;
}
.eyecatch{
	overflow:hidden;
	position:relative;
}
.header-eyecatch{
    margin:0 auto;
    float:left;
    width: 100%;
    padding-top: 67%;
    background-color:#fff;
}
.eyecatch-thumbnail{/*記事一覧のサムネ*/
    width: 100%;
    padding: 66.7% 0px 0;
    background-color:#fff;
}

.eyecatch-thumbnail img{/*記事一覧のサムネ*/
    /*
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	*/
	/*
    -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  */
}
.eyecatch img{
	position: absolute;
    	top: 0;
    	left: 0;
	width: 100%;
	height: 100%;
    transition: all .3s; /*ホーバーからゆっくり戻る*/
}
.header-eyecatch:hover img {
    opacity:0.6;
    
}
.eyecatch:hover img {
    transition: all .3s; /*ゆっくりホバー*/
    transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
}
.menu.vertical li:hover img{
    -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
    transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    /*
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	*/
}

.menu.vertical li:hover .mask{
    /*background-color: transparent;*/
    
}
.eyecatch:hover .mask {
	opacity:	1;	/* マスクを表示する */
    /*background-color: transparent;*/
}

.uk-container.uk-container-center{
    /*border-left:1px solid var(--main-font-color);
    border-right:1px solid var(--main-font-color);*/
    max-width:none;
    width:100%;
    padding:0;
    /*border-right:1px solid var(--main-font-color);
    border-left:1px solid var(--main-font-color);*/
    /*box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);*/
}
@media screen and (max-width:767px){
    .uk-container.uk-container-center{
        border:none;
    }
}

.ex-header-menu{
    width:100%;
    min-height:0px;
    position:absolute;
        bottom:0;
        z-index:10;
}

/* リンクの色を設定 */

.uk-navbar-nav>li>a{ /*メニューの文字の色*/
    color: var(--main-font-color);
    border:none;
    text-shadow:
		-1px -1px #555,
		1px -1px #555,
		-1px 1px #555,
		1px 1px #555;
    transition: color .2s; /*ホーバーからゆっくり戻る*/
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus { /*メニューの文字の色（ホバー時）*/
    color: var(--main-font-color);
    background-color:transparent; /*外部相殺*/
}
.uk-navbar-nav>li a::after { /*ホバーで下線引く*/
  content: '';
  position: absolute;
      bottom: 0;
      left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
  background-color: var(--main-font-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.uk-navbar-nav>li a:hover::after { /*ホバーで下線引く*/
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.uk-pagination>.uk-active>span { /*ページネーション*/
    background: var(--main-font-color);
}
.scroll-to-top {
    border : 1px solid #666;
    /*opacity:0.8;*/
    background: #ffffff;
    color: #222;
}
.uk-width-1-5{/*ハンバーガー*/
    border : 1px solid #666;
    /*background-color:#fff;*/
}
.bars-menu{/*ハンバーガーの具*/
    color:#222;
}
.bars-menu:hover {/*ハンバーガーの具*/
    color:#444;
}
@media screen and (max-width:767px) {/*プルダウンメニュー用*/
    .uk-nav-header {
        color: var(--main-font-color)!important;
        font-size: 16px;
    }
    .ex-widget-custom a { color: var(--main-font-color); }
    .ex-widget-custom a:hover { color: var(--main-font-color); }
    .uk-nav-offcanvas>li>a {
        border-top: 1px solid var(--main-font-color);
        box-shadow: none;
    }
    .uk-nav-offcanvas {
        border:none;/*外部相殺*/
        box-shadow:none;/*外部相殺*/
    }
    .uk-offcanvas-page > .wrapper{
        /*background-color:rgba(255,255,255,0.7);*/
    }
}
#footer{
    background-color:#222;
    max-width:none;
    margin-top:20px;
}
#footer,
#footer a,
#footer a:hover {color:#eee;}

/*背景色*/
html{
    /* 背景*/
    /*background-image:url("http://www.guitarinstructionreviews.com/upload/621472b0e082727aec39de1abcf6405b597624b00.jpg");*/
    background-attachment:fixed;    /* 背景画像を固定する */
    /*background-size:cover;*/
    /*background-color:#97d1ff;*/
	background-color:var(--main-back-color);
}
@media(max-width:767px){
    html{
        /*background-color:#fff;*/
    }
}
body{
background-color: #000000;
}
#header{
	background-color:#000;
    margin-bottom:20px;
}
@media(max-width:767px){
    #header{
        position:fixed;
        height:60px;
        z-index:10;
        top:0;
        overflow:hidden;
        width:100%;
    }
    .uk-width-1-5 {
        border:none;
    }
    .site-title{
        padding:0;
        margin-left:20px;
    }
    #header img{
        height:40px;
        margin-top:5px;
    }
    .wrapper{
        margin-top:60px;
    }
}
.uk-container.uk-container-center{
    /*background-color:#fff;*/
}
.uk-offcanvas {
    background:transparent;
}
.uk-offcanvas-bar {
	background-color:var(--main-back-color);
}
@media(max-width:767px){
    .uk-offcanvas-bar {
        background-color:#fff;
    }
}
#ninki-pack,
.pack{
    background-color:transparent;
}
#home-article-title-box{
}
.article-title-box{/*記事タイトルの背景色*/
    /*background-color:var(--title-box-color);*/
    /*background-image: url("http://iqnion.com/upload/56ea177ebe6f05d1a1b3ea3868f7128925be8ed32.jpg");*/
}
.contents-wrap {/*記事の背景色*/
    background-color:#fff;
}
.ex-widget{
    background-color:#fff;
}