/* Generated by less 2.2.0 */
@charset "UTF-8";
@import url('../xeory_base/style.min.css');
/*
Template:xeory_base
Theme Name:XeoryBase Custom
Theme URI:
Description: Xeoryカスタム
Author: GICP(TMCO)
Version:1.5
*/
/* --------------------------- */
/* レイアウト */
/* --------------------------- */
body {
  background: #F0EEE4;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.home #content {
  padding-top: 0;
}
body.home #content > .wrap {
  padding-top: 15px;
}
.home .left-content #side,
.home .right-content #side {
  margin-top: 15px !important;
}
#attention_area + .wrap {
  margin-top: 15px;
}
#glt-translate-trigger {
  left: 20px;
  right: inherit;
}
/* --------------------------- */
/* ヘッダー */
/* --------------------------- */
#header {
  padding: 0;
  overflow: hidden;
  height: 85px;
  border-bottom: none;
}
#header .wrap {
  position: relative;
}
#header #header-search_area-sp {
  display: none;
}
#header #header-left {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  float: left;
}
#header #header-left h1,
#header #header-left #logo,
#header #header-left #logo {
  margin: 0 0 0 0;
  padding: 0;
}
#header #header-left h1 a,
#header #header-left #logo a,
#header #header-left #logo a {
  display: block;
}
#header #header-left #site-des {
  position: relative;
  display: block;
  width: 42%;
  height: 84px;
  padding: 0 0 0 15px;
}
#header #header-left #site-des p {
  font-size: 12px;
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.9;
  color: #383838;
}
#header #header-center {
  width: 50%;
  display: block;
  float: left;
  margin-top: 0;
  padding: 14px 150px 0 0;
  height: 84px;
}
#header #header-center #head-sns-wrap .header-sns {
  padding: 0;
  font-family: sans-serif;
  float: right;
}
#header #header-center #head-sns-wrap .header-sns li {
  float: left;
  list-style-type: none;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
}
#header #header-center #head-sns-wrap .header-sns li a {
  font-size: 17px;
  text-decoration: none;
  color: white;
  padding: 5px;
  border-radius: 5px;
}
#header #header-center #head-sns-wrap .header-sns li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#header #header-center #hnav {
  padding: 10px 0 0;
}
#header #header-center #hnav ul {
  float: right;
}
#header #header-center #hnav ul li {
  display: inline-block;
  margin-right: 15px;
}
#header #header-center #hnav ul li a {
  font-size: 13px;
  color: #333333;
  padding-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header #header-center #hnav ul li a:hover {
  color: #f24e4f !important;
  text-decoration: none;
}
#header #header-right {
  width: 140px;
  position: absolute;
  right: 0;
  top: 0;
}
#header #header-right a {
  float: right;
}
#header #header-right a img {
  max-width: inherit;
  width: inherit;
  height: inherit;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header .wrap {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  #header {
    max-height: none;
    padding: 0 !important;
    overflow: inherit;
    height: auto;
  }
  #header .wrap {
    padding: 0;
    margin: 0;
  }
  #header #header-search-sp {
    float: left;
    margin: 18px 10px 0 0;
  }
  #header #header-search-sp-form {
    padding: 15px;
  }
  #header #header-search_area-sp {
    display: block;
  }
  #header #header-search_area-sp #header-search-sp {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
  }
  #header #header-search_area-sp #header-search-sp a {
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom;
    line-height: 18px;
    border: none;
    border-radius: 3px;
    width: 50px;
    padding: 15px 15px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: transparent;
    font-family: 'FontAwesome';
    font-size: 45px;
    color: #999999;
    text-decoration: none;
  }
  #header #header-search_area-sp #header-search-sp a:before {
    content: '\f002';
  }
  #header #header-search_area-sp #header-search-sp a.form-active:before {
    content: '\f00d';
  }
  #header #header-left {
    width: 48%;
    padding: 10px 0 10px 20px;
  }
  #header #header-left #site-des {
    display: none;
  }
  #header #header-left #logo img {
    width: 100%;
    height: auto;
  }
  #header #header-left #logo a {
    margin: 0 auto;
    display: block;
  }
  #header #header-center {
    width: 44%;
    padding: 0 90px 0 0;
    display: block;
    float: right;
    margin: 0;
  }
  #header #header-center #head-sns-wrap {
    display: none;
  }
  #header #header-center #hnav {
    margin-top: 18px;
  }
  #header #header-right {
    display: none;
  }
  #header #header-menu-tog {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    font-size: 40px;
    text-align: center;
    background: #ef3f3f;
    padding: 0;
    margin: 0;
    height: 84px;
    width: 84px;
  }
  #header #header-menu-tog a {
    text-decoration: none;
  }
  #header #header-menu-tog a i {
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }
  #header #header-menu-tog a span {
    font-size: 16px;
    display: block;
    position: relative;
    margin: -12px 0 0 0;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #header #header-search_area-sp #header-search-sp {
    margin: 0;
    height: 60px;
    width: 60px;
  }
  #header #header-search_area-sp #header-search-sp a {
    top: 20px;
    left: 10px;
    width: 40px;
    padding: 0;
    font-size: 40px;
  }
  #header #header-left {
    width: 70%;
    padding: 0;
  }
  #header #header-left h1#logo a,
  #header #header-left #logo a {
    margin-top: 5px;
  }
  #header #header-left h1#logo a img,
  #header #header-left #logo a img {
    height: 50px;
    width: auto;
  }
  #header #header-center {
    display: none;
  }
  #header #header-menu-tog {
    height: 60px;
    width: 60px;
    font-size: 30px;
  }
  #header #header-menu-tog a span {
    font-size: 12px;
    margin: -9px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #header #header-left {
    width: 60%;
  }
  #header #header-left h1#logo,
  #header #header-left #logo {
    margin: 0;
  }
  #header #header-left h1#logo a,
  #header #header-left #logo a {
    margin-top: 12px;
  }
  #header #header-left h1#logo a img,
  #header #header-left #logo a img {
    width: auto;
    height: 40px;
  }
}
/* --------------------------- */
/* グローバルナビ */
/* --------------------------- */
#gnav-wrap {
  border-top: none;
  border-bottom: none;
  background: #ffffff;
}
#gnav-wrap #gnav {
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}
#gnav-wrap #gnav li a {
  border: none;
  background-color: transparent;
  padding: 23px 0px 22px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#gnav-wrap #gnav li a:hover {
  color: #f24e4f !important;
}
#gnav-wrap #gnav li.current-menu-item a {
  color: #f24e4f !important;
}
#gnav-wrap #header-search {
  padding: 15px 0;
}
#gnav-wrap #header-search #searchform {
  width: 200px;
  display: block;
  float: right;
}
/* --------------------------- */
/* SPグローバルメニュー */
/* --------------------------- */
@media screen and (max-width: 991px) {
  #gnav-wrap {
    border-top: none;
    border-bottom: none;
  }
  #gnav-wrap #gnav {
    margin: 0;
    border: none;
    padding-bottom: 10px;
    background-color: transparent;
  }
  #gnav-wrap #gnav li {
    width: 50%;
    display: block;
    float: left;
  }
  #gnav-wrap #gnav li a {
    border: none;
    background-color: transparent;
    padding: 10px 0px 15px;
    color: #fff;
    text-align: center;
  }
  #gnav-wrap #gnav li a:hover {
    color: #ef3f3f !important;
  }
  #gnav-wrap #gnav li.current-menu-item a {
    border: none;
  }
  #header-search {
    display: none;
  }
}
/* --------------------------- */
/* フッター */
/* --------------------------- */
#footer {
  background: #373737;
  color: #fff;
}
#footer .footer-01 {
  background: none;
}
#footer .footer-02 {
  background: #000;
  border: none;
}
#footer .footer-text {
  font-size: 14px;
  margin-left: 1em;
}
#footer .footer-text p {
  margin-top: 0;
}
#footer .footer-link {
  border: 1px solid #fff;
  text-align: center;
  display: block;
  max-width: 200px;
  float: right;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#footer .footer-link:hover {
  text-decoration: none;
  background-color: #f24e4f;
  border-color: #f24e4f;
  color: #fff;
}
#footer .footer-copy {
  clear: both;
}
#footer ul.footer-sns {
  padding: 0;
  font-family: sans-serif;
  width: 35%;
  float: right;
}
#footer ul.footer-sns li {
  float: left;
  list-style-type: none;
  margin: 0 1%;
  padding-right: 0;
  width: 48%;
  margin-bottom: 5px;
}
#footer ul.footer-sns li a {
  text-align: center;
  text-decoration: none;
  color: white !important;
  padding: 8px;
  border-radius: 0;
  display: block;
  position: relative;
}
#footer ul.footer-sns li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#footer ul.footer-sns li a .sns-icon {
  position: absolute;
  left: 10px;
  top: 4px;
  font-size: 22px;
}
#footer ul.footer-sns li a .sns-title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
}
#footer #footer-nav_area {
  width: 65%;
  float: left;
}
#footer #footer-nav_area #footer-nav {
  margin: 0 ;
  padding: 0;
  width: 100%;
}
#footer #footer-nav_area #footer-nav li {
  display: block;
  position: relative;
  margin: 0 0 10px;
  width: 32%;
  float: left;
}
#footer #footer-nav_area #footer-nav li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer #footer-nav_area #footer-nav li a {
  color: #fff;
  font-size: 14px;
  padding-left: 18px;
}
@media screen and (max-width: 991px) {
  #footer ul.footer-sns {
    width: 48%;
  }
  #footer #footer-nav_area {
    width: 48%;
  }
  #footer #footer-nav_area #footer-nav li {
    width: 50%;
    margin: 0 0 10px;
  }
  #footer .footer-text p {
    margin-top: inherit;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-link {
    margin: 20px auto;
    float: none;
  }
  #footer .footer-02 .footer-copy {
    text-align: center;
  }
  #footer ul.footer-sns {
    width: 100%;
    float: none;
  }
  #footer ul.footer-sns li {
    margin-bottom: 10px;
  }
  #footer ul.footer-sns li a {
    padding: 10px;
  }
  #footer #footer-nav_area {
    width: 100%;
    float: none;
  }
  #footer #footer-nav_area #footer-nav {
    margin: 20px 0;
  }
  #footer #footer-nav_area #footer-nav li {
    width: 50%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 480px) {
  #footer ul.footer-sns li {
    width: 100%;
  }
  #footer #footer-nav_area {
    width: 100%;
    float: none;
  }
  #footer #footer-nav_area #footer-nav {
    margin: 20px 0;
  }
  #footer #footer-nav_area #footer-nav li {
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.5;
  }
}
/* --------------------------- */
/* FONTアイコン */
/* http://nelog.jp/web-service-icon-fonts */
/* --------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?-qz7pb2');
  src: url('fonts/icomoon.eot?#iefix-qz7pb2') format('embedded-opentype'), url('fonts/icomoon.woff?-qz7pb2') format('woff'), url('fonts/icomoon.ttf?-qz7pb2') format('truetype'), url('fonts/icomoon.svg?-qz7pb2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.header-sns [class^="icon-"],
.footer-sns [class^="icon-"],
.header-sns [class*=" icon-"],
.footer-sns [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-sns .icon-evernote:before,
.footer-sns .icon-evernote:before {
  content: "\e004";
}
.header-sns .icon-feedly:before,
.footer-sns .icon-feedly:before {
  content: "\e007";
}
.header-sns .icon-pocket:before,
.footer-sns .icon-pocket:before {
  content: "\e008";
}
.header-sns .icon-line:before,
.footer-sns .icon-line:before {
  content: "\e009";
}
.header-sns .icon-hatena:before,
.footer-sns .icon-hatena:before {
  content: "\e00a";
}
.header-sns .icon-feedly-square:before,
.footer-sns .icon-feedly-square:before {
  content: "\e601";
}
.header-sns .icon-googleplus:before,
.footer-sns .icon-googleplus:before {
  content: "\e608";
}
.header-sns .icon-facebook:before,
.footer-sns .icon-facebook:before {
  content: "\e60d";
}
.header-sns .icon-instagram:before,
.footer-sns .icon-instagram:before {
  content: "\e610";
}
.header-sns .icon-twitter:before,
.footer-sns .icon-twitter:before {
  content: "\e611";
}
.header-sns .icon-feed:before,
.footer-sns .icon-feed:before {
  content: "\e614";
}
.header-sns .icon-youtube:before,
.footer-sns .icon-youtube:before {
  content: "\e617";
}
.header-sns .icon-flickr2:before,
.footer-sns .icon-flickr2:before {
  content: "\e61e";
}
.header-sns .icon-githubmark:before,
.footer-sns .icon-githubmark:before {
  content: "\e626";
}
.header-sns .icon-github:before,
.footer-sns .icon-github:before {
  content: "\e627";
}
.header-sns .icon-wordpress:before,
.footer-sns .icon-wordpress:before {
  content: "\e629";
}
.header-sns .icon-tumblr:before,
.footer-sns .icon-tumblr:before {
  content: "\e62d";
}
.header-sns .icon-yahoo:before,
.footer-sns .icon-yahoo:before {
  content: "\e62f";
}
.header-sns .icon-apple:before,
.footer-sns .icon-apple:before {
  content: "\e631";
}
.header-sns .icon-android:before,
.footer-sns .icon-android:before {
  content: "\e633";
}
.header-sns .icon-windows:before,
.footer-sns .icon-windows:before {
  content: "\e634";
}
.header-sns .icon-windows8:before,
.footer-sns .icon-windows8:before {
  content: "\e635";
}
.header-sns .icon-skype:before,
.footer-sns .icon-skype:before {
  content: "\e636";
}
.header-sns .icon-delicious:before,
.footer-sns .icon-delicious:before {
  content: "\e638";
}
.header-sns .icon-pinterest:before,
.footer-sns .icon-pinterest:before {
  content: "\e63a";
}
/* ヘッダーアイコン背景色 */
ul.header-sns a.icon-twitter-header-btn {
  background-color: #55ACEE;
}
ul.header-sns a.icon-facebook-header-btn {
  background-color: #3C5A99;
}
ul.header-sns a.icon-googleplus-header-btn {
  background-color: #DD4B39;
}
ul.header-sns a.icon-hatena-header-btn {
  background-color: #3C7DD1;
}
ul.header-sns a.icon-pocket-header-btn {
  background-color: #EE4257;
}
ul.header-sns a.icon-line-header-btn {
  background-color: #00C300;
}
ul.header-sns a.icon-feedly-header-btn {
  background-color: #2bb24c;
}
ul.header-sns a.icon-pinterest-header-btn {
  background-color: #BD081C;
}
ul.header-sns a.icon-youtube-header-btn {
  background-color: #D92524;
}
ul.header-sns a.icon-instagram-header-btn {
  background-color: #7C4E3A;
}
ul.header-sns a.icon-feed-header-btn {
  background: #FF9900;
}
/* フッターアイコン背景色定 */
ul.footer-sns a.icon-twitter-footer-btn {
  background-color: #55ACEE;
}
ul.footer-sns a.icon-facebook-footer-btn {
  background-color: #3C5A99;
}
ul.footer-sns a.icon-googleplus-footer-btn {
  background-color: #DD4B39;
}
ul.footer-sns a.icon-hatena-footer-btn {
  background-color: #3C7DD1;
}
ul.footer-sns a.icon-pocket-footer-btn {
  background-color: #EE4257;
}
ul.footer-sns a.icon-line-footer-btn {
  background-color: #00C300;
}
ul.footer-sns a.icon-feedly-footer-btn {
  background-color: #2bb24c;
}
ul.footer-sns a.icon-pinterest-footer-btn {
  background-color: #BD081C;
}
ul.footer-sns a.icon-youtube-footer-btn {
  background-color: #D92524;
}
ul.footer-sns a.icon-instagram-footer-btn {
  background-color: #7C4E3A;
}
ul.footer-sns a.icon-feed-footer-btn {
  background: #FF9900;
}
/* --------------------------- */
/* スライダー */
/* --------------------------- */
#slider-wrap {
  max-width: 100%;
  overflow: hidden;
}
#slider-wrap .flex-viewport {
  overflow: visible !important;
}
#slider-wrap ul.slides {
  background: #fff !important;
}
#slider-wrap .flex-active-slide {
  opacity: 1;
}
#slider-wrap .flex-control-nav {
  bottom: -39px;
}
#slider-wrap .flex-control-nav a {
  background-color: #fff;
}
#slider-wrap .flex-control-nav a.flex-active {
  background-color: #333333;
}
#slider-wrap .pc_slider {
  display: block !important;
}
#slider-wrap .sp_slider {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #slider-wrap .pc_slider {
    display: none !important;
  }
  #slider-wrap .sp_slider {
    display: block !important;
  }
}
/* --------------------------- */
/* パンくず */
/* --------------------------- */
#breadcrumb-wrap {
  background: #ef3f3f;
}
#breadcrumb-wrap .breadcrumb {
  width: 1280px;
  margin: 0 auto 15px;
}
/* --------------------------- */
/* サイドバー */
/* --------------------------- */
#side .side-widget {
  padding: 0;
}
#side .side-title {
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
  margin-bottom: 0;
}
#side .widget_sp_image.side-widget {
  margin-bottom: 15px;
  padding-bottom: 0;
  line-height: 1.6;
  font-size: 14px;
}
#side .widget_sp_image.side-widget a:hover {
  opacity: .8;
}
#side .post-share-fb.side-widget {
  margin-bottom: 15px;
  padding-bottom: 0;
}
#side .widget_categories {
  background: #fff;
  padding: 0;
}
#side .widget_categories ul {
  padding: 0;
}
#side .widget_categories ul li {
  padding: 15px;
}
#side .widget_archive ul {
  padding: 0;
  background: #fff;
}
#side .widget_archive ul li {
  padding: 15px;
}
#side .widget_archive ul li a {
  display: inline;
}
#side .widget_pages ul {
  padding: 0;
  background: #fff;
}
#side .widget_pages ul li {
  padding: 15px;
}
#side .widget_pages ul li ul li {
  border: none;
  padding-bottom: 0;
}
#side .widget_recent_entries ul {
  padding: 0;
  background: #fff;
}
#side .widget_recent_entries ul li {
  padding: 15px;
}
#side .widget_recent_comments ul#recentcomments {
  background: #fff;
  padding: 0;
}
#side .widget_recent_comments ul#recentcomments li {
  padding: 15px;
}
#side .tagcloud {
  background: #fff;
  padding: 10px;
}
#side .widget_rss .side-title a {
  color: #fff;
}
#side .widget_rss ul {
  padding: 0;
  background: #fff;
}
#side .widget_rss ul li {
  padding: 15px;
}
#side .widget_rss ul li .rsswidget {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#side .widget_rss ul li .rss-date {
  display: block;
}
#side .widget_rss ul li cite {
  margin: 5px 0;
  font-weight: 600;
}
#side .widget_calendar .side-widget-inner {
  padding: 0;
  background: #fff;
}
#side .widget_calendar #wp-calendar {
  width: 100% !important;
  overflow: hidden;
  margin: 0 auto 10px;
}
#side .widget_calendar #wp-calendar caption {
  font-weight: bold;
  margin: 10px 0;
  padding: 0 10px;
}
#side .widget_calendar #wp-calendar th,
#side .widget_calendar #wp-calendar td {
  padding: .2em;
  background: #fff;
}
#side .widget_calendar #wp-calendar thead th,
#side .widget_calendar #wp-calendar thead td {
  background: #eee;
}
#side #sb_instagram #sbi_load {
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .widget_sp_image.side-widget img {
    width: 100%;
    height: auto;
  }
  .post-share-fb {
    display: none;
  }
}
/* --------------------------- */
/* ランキング */
/* --------------------------- */
.popular-posts {
  background: #fff;
  padding-bottom: 0;
}
.popular-posts .wpp-list li {
  height: 80px;
  padding: 10px 10px !important;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}
.popular-posts .wpp-list li .thumb_area {
  display: block;
  float: left;
  padding-left: 5px;
  margin-right: 10px;
  background: #ccc;
}
.popular-posts .wpp-list li .thumb_area img {
  max-width: 90px;
  height: 60px;
  width: auto;
  padding-left: 5px;
  margin: 0;
}
.popular-posts .wpp-list li .thumb_area a {
  color: #fff;
}
.popular-posts .wpp-list li:nth-child(1) .thumb_area {
  background: #e8c40f;
}
.popular-posts .wpp-list li:nth-child(1) .thumb_area a:first-child:before {
  content: "1";
}
.popular-posts .wpp-list li:nth-child(2) .thumb_area {
  background: #a5a5a5;
}
.popular-posts .wpp-list li:nth-child(2) .thumb_area a:first-child:before {
  content: "2";
}
.popular-posts .wpp-list li:nth-child(3) .thumb_area {
  background: #8e6e43;
}
.popular-posts .wpp-list li:nth-child(3) .thumb_area a:first-child:before {
  content: "3";
}
.popular-posts .wpp-list li:nth-child(4) .thumb_area a:first-child:before {
  content: "4";
}
.popular-posts .wpp-list li:nth-child(5) .thumb_area a:first-child:before {
  content: "5";
}
.popular-posts .wpp-list li:nth-child(6) .thumb_area a:first-child:before {
  content: "6";
}
.popular-posts .wpp-list li:nth-child(7) .thumb_area a:first-child:before {
  content: "7";
}
.popular-posts .wpp-list li:nth-child(8) .thumb_area a:first-child:before {
  content: "8";
}
.popular-posts .wpp-list li:nth-child(9) .thumb_area a:first-child:before {
  content: "9";
}
.popular-posts .wpp-list li:nth-child(10) .thumb_area {
  padding-left: 2px;
}
.popular-posts .wpp-list li:nth-child(10) .thumb_area img {
  padding-left: 3px;
  margin: 0;
}
.popular-posts .wpp-list li:nth-child(10) .thumb_area a:first-child:before {
  content: "10";
  font-size: 10px;
  padding-left: 0px;
}
.popular-posts .wpp-list li .wpp_title_area a {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .popular-posts .wpp-list li:nth-child(6),
  .popular-posts .wpp-list li:nth-child(7),
  .popular-posts .wpp-list li:nth-child(8),
  .popular-posts .wpp-list li:nth-child(9),
  .popular-posts .wpp-list li:nth-child(10) {
    display: none;
  }
}
/* --------------------------- */
/* ホーム */
/* --------------------------- */
.home article {
  border: none;
}
.home article .post-thumbnail {
  padding: 0;
  margin: 0 0 10px;
}
.home #attention_area {
  background: #fff;
  padding: 40px 0 0;
}
.home #attention_area article .post-thumbnail {
  max-height: 180px;
  overflow: hidden;
}
.home #attention_area article .post-thumbnail:hover {
  opacity: .8;
}
.home #attention_area #att_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.home #attention_area #att_wrap .post-header {
  padding: 0 15px;
}
.home #attention_area #att_wrap h2.post-title {
  font-size: 16px;
  font-weight: 500;
  color: #383838;
}
.home #attention_area #att_wrap .post-thumbnail {
  float: none;
}
.home .malinky-load-more a {
  display: block;
  width: 100%;
  text-align: center;
  background: #373737;
  color: #fff;
  margin-top: 50px;
  padding: 15px 0;
}
.home .malinky-load-more a:hover {
  text-decoration: none;
  background: #02AEDC;
  color: #Fff;
}
.home .all-post {
  display: block;
  width: 100%;
  text-align: center;
  background: #373737;
  color: #fff;
  margin-top: 50px;
  padding: 15px 0;
}
.home .all-post i {
  float: right;
  margin-right: 2%;
  margin-top: 5px;
}
.home .all-post:hover {
  text-decoration: none;
  background: #02AEDC;
  color: #Fff;
}
.home .pc-hidden {
  display: none;
}
@media screen and (max-width: 991px) {
  .home #attention_area article:nth-child(odd) {
    clear: left;
  }
  .home #attention_area article .post-thumbnail {
    max-height: 280px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .home article .post-thumbnail:hover {
    opacity: .8;
  }
  .home article .post-thumbnail img {
    width: 100% !important;
    max-width: none;
  }
  .home #attention_area #att_wrap .post-header {
    padding: 0 5px;
  }
}
/* --------------------------- */
/* 共通 */
/* --------------------------- */
/* 記事一覧部分 home archive search */
.catname {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 20px;
  width: 100px;
}
.catname a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.catname a:hover {
  opacity: .8;
}
article.normal-post {
  background: none;
  border: none;
  position: relative;
  margin: 0;
}
article.normal-post .post-inner {
  margin: 0;
  border-bottom: 1px solid #edebe4;
  display: block;
  background: #fff;
}
article.normal-post .post-inner::first-child {
  border-top: 1px solid #edebe4;
}
article.normal-post .post-inner .post-header {
  padding: 0;
}
article.new .post-thumbnail {
  position: relative;
}
article.new .post-thumbnail:after {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #FFFFFF;
  font-size: 16px;
}
article.new .post-thumbnail:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top-width: 80px;
  border-top-style: solid;
  opacity: .85 !important;
  border-right: 80px solid transparent;
}
article.normal-post {
  clear: both;
}
article.normal-post .post-inner {
  position: relative;
  max-height: 210px;
  overflow: hidden;
}
article.normal-post .post-inner .post-thumbnail {
  float: left;
  width: 36.207%;
  height: auto;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}
article.normal-post .post-inner .post-thumbnail a {
  display: block;
}
article.normal-post .post-inner .post-thumbnail a img {
  vertical-align: bottom;
}
article.normal-post .post-inner .post-thumbnail a img:hover {
  opacity: .8;
}
article.normal-post .post-inner .post-content {
  padding: 10px 20px 0;
  width: 63.793%;
}
article.normal-post .post-inner .post-content h2.post-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
article.normal-post .post-inner .post-content .excerpt {
  margin-bottom: 15px;
}
article.normal-post .post-inner .post-content .post-content-footer {
  position: absolute;
  bottom: 10px;
  width: 58%;
  overflow: hidden;
  height: 20px;
  padding: 0;
}
article.normal-post .post-inner .post-content .post-meta {
  padding: 0;
  margin: 0;
  border-top: none;
  display: block;
}
article.normal-post .post-inner .post-content .post-meta li {
  background: none;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
  padding: 0;
  margin: 0 10px;
  height: 20px;
  line-height: 20px;
}
article.normal-post .post-inner .post-content .post-meta li.catname {
  margin: 0 10px 0 0;
}
article.normal-post .post-inner .post-content .post-meta li.more-link {
  border: none;
  padding: 0;
  margin: 0 0 0 10px;
  float: right;
  clear: none !important;
}
article.normal-post .post-inner .post-content .post-meta li.more-link a {
  background: #333;
  padding: 2px 15px;
  line-height: 1;
  color: #fff;
  margin: 0 0 10px;
}
article.normal-post .post-inner .post-content .post-meta li.more-link a:hover {
  text-decoration: none;
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  article.normal-post .post-inner .post-content h2.post-title {
    margin: 0;
  }
  article.normal-post .post-inner .post-content .excerpt {
    height: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  article.normal-post .post-inner .post-content h2.post-title {
    margin: 0;
  }
  article.normal-post .post-inner .post-content .excerpt {
    height: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  article.normal-post {
    clear: both;
  }
  article.normal-post .post-inner {
    position: relative;
  }
  article.normal-post .post-thumbnail {
    width: 40%;
    max-width: none;
    height: auto;
    margin: 0;
  }
  article.normal-post .post-content {
    padding: 10px 15px !important;
  }
  article.normal-post .post-content .post-content-footer .more-link {
    display: none;
  }
  article.normal-post .post-content .excerpt {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  article.top-post .post-header {
    padding: 0;
  }
  article.top-post .post-header .post-thumbnail {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  article.top-post .post-inner {
    height: auto !important;
  }
  article.top-post .post-inner h2.post-title {
    font-size: 18px;
    height: auto;
    overflow: hidden;
  }
  article.new .post-thumbnail {
    position: relative;
  }
  article.new .post-thumbnail:after {
    top: 10px;
    left: 5px;
    font-size: 14px;
  }
  article.new .post-thumbnail:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top-width: 60px;
    border-top-style: solid;
    opacity: .85 !important;
    border-right: 70px solid transparent;
  }
  article.normal-post .post-inner {
    max-height: none;
  }
  article.normal-post .post-inner .post-thumbnail {
    display: block;
    width: 100%;
  }
  article.normal-post .post-inner .post-content {
    width: 100%;
    display: block;
  }
  article.normal-post .post-inner .post-content h2.post-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  article.normal-post .post-inner .post-content .post-content-footer {
    position: relative;
    width: 100%;
    height: auto;
    bottom: auto;
  }
}
.pagination {
  margin: 10px 0;
  display: block;
}
.pagination .current {
  color: #Fff;
}
.pagination a {
  background: #fff;
}
/* --------------------------- */
/* 各要素 */
/* --------------------------- */
.single-page .post-content h2,
.page-page .post-content h2 {
  font-size: 26px;
  font-weight: bold;
  background-color: #F8F6F2 !important;
  padding: 20px;
  margin-bottom: 32px;
  border-top: solid 1px #F4F3F0;
  border-left: solid 6px #333;
  border-right: solid 1px #F4F3F0;
  border-bottom: solid 1px #F4F3F0;
}
.single-page .post-content h3,
.page-page .post-content h3 {
  clear: both;
  background: #222222;
  border: none;
  color: #Fff;
  font-size: 20px;
  padding: 5px 15px;
}
.single-page .post-content h3:before,
.page-page .post-content h3:before {
  content: '■';
  color: #fff;
  margin-right: 10px;
}
.single-page .post-content h4,
.page-page .post-content h4 {
  clear: both;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 15px;
  margin-bottom: 32px;
  border-left: none;
}
.single-page .post-content img,
.page-page .post-content img {
  max-width: 100%;
}
.single-page .post-content .table_sc,
.page-page .post-content .table_sc {
  overflow: auto;
  white-space: nowrap;
}
.single-page .post-content .table_sc  table,
.page-page .post-content .table_sc  table {
  width: 100%;
}
.single-page .post-content .table_sc  table th,
.page-page .post-content .table_sc  table th {
  min-width: 160px;
}
.single-page .post-content .scroll::-webkit-scrollbar,
.page-page .post-content .scroll::-webkit-scrollbar {
  height: 5px;
}
.single-page .post-content .scroll::-webkit-scrollbar-track,
.page-page .post-content .scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.single-page .post-content .scroll::-webkit-scrollbar-thumb,
.page-page .post-content .scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.single-page .post-content ul.icon_none,
.page-page .post-content ul.icon_none {
  list-style: none;
}
.single-page .post-content #google-map,
.page-page .post-content #google-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.single-page .post-content #google-map iframe,
.page-page .post-content #google-map iframe,
.single-page .post-content #google-map object,
.page-page .post-content #google-map object,
.single-page .post-content #google-map embed,
.page-page .post-content #google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-page .post-content blockquote,
.page-page .post-content blockquote {
  font-size: 22px;
  font-weight: bold;
  padding: 30px 50px 30px 100px;
}
.single-page .post-content blockquote:before,
.page-page .post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #02aedc;
  position: absolute;
  font-weight: normal;
  top: 20px;
  left: 40px;
}
.single-page .post-content .link_btn,
.page-page .post-content .link_btn {
  clear: both;
  background: #02aedc;
  color: #fff;
  text-align: center;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 240px;
  float: right;
  line-height: 40px;
  margin-bottom: 40px;
  position: relative;
}
.single-page .post-content .link_btn:after,
.page-page .post-content .link_btn:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 2px;
  content: "";
  height: 10px;
  right: 10%;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 50%;
  margin-top: -6px;
  width: 10px;
}
.single-page .post-content .link_btn:hover,
.page-page .post-content .link_btn:hover {
  text-decoration: none;
  color: #02aedc;
  border: 1px solid #02aedc;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .single-page .post-title,
  .page-page .post-title {
    font-size: 22px;
    line-height: 1.4;
  }
  .single-page .post-content h1,
  .page-page .post-content h1 {
    font-size: 20px;
  }
  .single-page .post-content h2,
  .page-page .post-content h2 {
    font-size: 26px;
    font-weight: bold;
    background-color: #F8F6F2;
    padding: 20px;
    margin-bottom: 32px;
    border-top: solid 1px #F4F3F0;
    border-left: solid 6px #000;
    border-right: solid 1px #F4F3F0;
    border-bottom: solid 1px #F4F3F0;
  }
  .single-page .post-content h2:first-child,
  .page-page .post-content h2:first-child {
    margin-bottom: 20px;
  }
  .single-page .post-content h3,
  .page-page .post-content h3 {
    clear: both;
    background: #222222;
    border: none;
    color: #Fff;
    font-size: 20px;
    padding: 5px 15px;
  }
  .single-page .post-content h3:before,
  .page-page .post-content h3:before {
    content: '■';
    color: #fff;
    margin-right: 10px;
  }
  .single-page .post-content h4,
  .page-page .post-content h4 {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 18px;
    margin-bottom: 32px;
    border-left: none;
    border-bottom: solid 2px #000;
  }
  .single-page .post-content blockquote,
  .page-page .post-content blockquote {
    font-size: 14px;
    font-weight: bold;
    padding: 10% 15%;
  }
  .single-page .post-content blockquote:before,
  .page-page .post-content blockquote:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #02aedc;
    position: absolute;
    font-weight: normal;
    top: 2%;
    left: 5%;
  }
  .single-page p,
  .page-page p {
    font-size: 14px;
  }
  .single-page .link_btn,
  .page-page .link_btn {
    width: 100% !important;
    float: none;
    font-size: 16px !important;
  }
  .single-page .link_btn:after,
  .page-page .link_btn:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-radius: 2px;
    content: "";
    height: 10px;
    right: 10%;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    margin-top: -6px;
    width: 10px;
  }
}
/* --------------------------- */
/* シングル */
/* --------------------------- */
.single-page .catname {
  margin-right: 20px;
  float: left;
}
.single-page .post-meta {
  margin-top: 3px;
  margin-bottom: 0;
  padding: 0;
  border-top: none;
  display: block;
  float: left;
}
.single-page .post-meta li {
  background: none;
  float: left;
  margin-top: 0;
  margin-right: 20px;
  padding-right: 24px;
  font-size: 14px;
  list-style: none;
}
.single-page .more-link {
  float: right;
  background: #333;
  border: 1px solid #333;
  padding: 2px 15px;
  color: #fff;
  margin: 0 0 10px;
  clear: none;
}
/* その他
/* ---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
}
/* LPフォーム
/* ----------------------------------- */
.single .lp-wrap .post-content .lp-form {
  margin: 30px auto;
  padding: 30px 30px;
}
.single .lp-wrap .post-content .lp-form h3 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
}
.single .lp-wrap .post-content .lp-form h3:before {
  display: none;
}
.single .lp-wrap .post-content .lp-form form input {
  width: 100%;
}
