/*! Luxeritas Child CSS */
/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 *   Theme Name: Luxeritas Child Theme
 *   Template: luxeritas
 *   Text Domain: luxech
 *   Theme URI: http://thk.kanzae.net/wp/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: http://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Since: 20151206
 *   Modify: 20170425
 *   Version: 1.03
 *   Template Version: 1
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
*/

.post p {
  margin-left: 20px;
  margin-right: 20px;
}


/* スマホ レスポンシブ */
@media screen and (max-width: 767px) {
  .post p {
    margin-left: 10px;
    margin-right: 10px;
  }
}


#side .widget,
#col3 .widget {
  word-break: break-all;
  padding: 0 !important;
  border: 0 solid transparent;
  text-align: center;

  padding-left: 0 !important;
  padding-right: 0 !important;
}


#breadcrumb {
  margin: 0 !important;
  padding: 10px !important;

}


.entry-title {
  color: #000;
  font-weight: normal;
}

h1:first-letter {
  color: #85B200;
  font-size: 1.3em;
  font-weight: bold;
  text-shadow:
  1px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 3px;
}
.post h2:first-child,
.post h3:first-child {
  margin-top: 30px
}

.post h2 {
  border-left: 8px solid #85B200;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 8px 20px
}

.post h3 {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 2px 15px;
  margin-left: 5px;
  border-left: 2px #85B200 solid
}

.post h4 {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 12px;
  border: 0;
  border-left: solid 12px #85B200
}

.tate250 {
  top: 0px;
  height: 250px;
  margin:0px;
  padding:0px;
  overflow:hidden;
  line-height:1;
  zoom:1;
}
.ad-grid-0 {
  display: inline-block;
  width: 300px;
  height: 250px;
  margin:0px;
  padding:0px;
  overflow:hidden;
}

.mtop-10 {
 margin-top: 10px;
}
.mtop-20 {
 margin-top: 20px;
}
.mtop-30 {
 margin-top: 30px;
}


.bottom-10 {
 margin-bottom: 10px;
}
.bottom-20 {
 margin-bottom: 20px;
}
.bottom-30 {
 margin-bottom: 30px;
}
.bottom-40 {
 margin-bottom: 40px;
}
.bottom-50 {
 margin-bottom: 50px;
}
.h1-after-bar {
  padding: 0;
  margin-left: -30px;
  margin-bottom: 20px;
  background-color: #000;
  width: 150px;
  height: 25px;
  text-align: right;
}
.after-bar-right {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 25px;
  text-align: right;
}

/* 動画提供 */

.dvd-box {
  background-color: #dddddd;
  width: 360px;
  padding: 20px 10px 10px 10px;
  margin-bottom: 30px;
}
.dvd-box-pc {
  background-color: #dddddd;
  width: 580px;
  padding: 30px 30px 30px 30px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.dvd-box-title-pc {
  font-weight: bold;
  margin-bottom: 20px;
}
.dvd-box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.dvd-box-cell {
  line-height: 5px;
  margin: 0px;
  padding: 0px;
}
.dvd-box-cell-right {
  line-height: 5px;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.dvd-box-left {
  float: left;
  margin-right: 10px;
}
.dvd-box-right {
}

.dvd-box-link {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
li.dvd-box-link {
  margin: 0px;
  padding: 0px;
}
.center-oya{
  position: relative;
  width: 100%;
  height: 73px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.center-ko{
  width: 468px;
  height: 73px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
/* レスポンシブ */

/* PC レスポンシブ */
.box-resp-pc {
  display: block;
}
.box-resp-tb {
  display: none;
}
.box-resp-sp {
  display: none;
}

/* スマホ レスポンシブ */
@media screen and (max-width: 767px) {
  .box-resp-pc {
    display: none;
  }
  .box-resp-tb {
    display: none;
  }
  .box-resp-sp {
    display: block;
    margin-bottom: 10px;
  }
}

/* タブレット レスポンシブ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

.dmmb-sp {
  display: block;
  width: 360px;
  height: 60px;
}

.dmmb-pc {
  display: block;
  width: 468px;
  height: 60px;
}


/* iframe レスポンシブ */

.dmmb-resp-pc {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
}
.dmmb-resp-tb {
  display: none;
}
.dmmb-resp-sp {
  display: none;
}
/* タブレット レスポンシブ */
@media screen and (min-width: 601px) and (max-width: 1024px) {

  .dmmb-resp-pc {
    display: none;
  }
  .dmmb-resp-tb {
    display: block;
    margin: 0 0 20px 0;
  }
  .dmmb-resp-sp {
    display: none;
  }
}
/* スマホ レスポンシブ */
@media screen and (max-width: 600px) {
  .dmmb-resp-pc {
    display: none;
  }
  .dmmb-resp-tb {
    display: none;
  }
  .dmmb-resp-sp {
    display: none;
    margin: 0 0 20px 0;
  }
}



/* 商品紹介 */

.syoukai {
  width: 350px;
  line-height: 25px;
}
.syoukai-packege {
  margin: 5px 10px 5px 5px;
}
.syoukai-title {
  width: 350px;
  text-align: center;
} 
.syoukai-box {
  width: 350px;
  height: 220px;
  margin: 20px 0 0 10px;
  text-align: center;
}
.syoukai-box dt {
  display: block;
  float: left;
  width: 150px;
  height: 70px;
  font-weight: 100;
  text-align: center;
  color: #999;
}
.syoukai-box dd {
  display: block;
  float: left;
  width: 150px;
  height: 70px;
  text-align: left;
  padding: 15px 0 0 0;
}

.button-link {
  display: block;
  background-color: #000;
  color: #fff;
  width: 150px;
  height: 130px;
  border-bottom: 10px solid #85B200;
  margin: 0 5px 0 5px;
  float: left;
}
.button-link2 {
  display: block;
  background-color: #000;
  color: #fff;
  width: 150px;
  height: 130px;
  border-bottom: 10px solid #ff0000;
  margin: 0 5px 0 5px;
  float: left;
}
.button-link3 {
  display: block;
  width: 150px;
  height: 130px;
  margin: 0;
  float: left;
}
.button-link img {
  padding: 20px 0 10px 0;
  filter: alpha(opacity=50);
  -moz-opacity:0.6;
  opacity:0.6;
}
.button-link a {
  text-decoration: none !important;
}

.button-link:hover {
  background-color: #555;
  text-decoration: none;
  color: #fff;
}
.button-link-sub {
  padding: 0px;
  font-size: 0.9em;
  filter: alpha(opacity=50);
  -moz-opacity:0.6;
  opacity:0.6;
}
.button-link-box {
  width: 320px;
}
.button-link-box2 {
  width: 320px;
}
a { text-decoration: none !important; }

.provider {
}
.provider img {
  padding: 10px 0 10px 0;
}
.provider-small {
  font-size:0.8em;
}

twitterwidget,
iframe[id^="twitter-widget-"] {
  margin-left: auto;
  margin-right: auto;
}
#paging {
  margin: auto;
  text-align: center
}

#paging ul {
  padding: 0
}

#paging i {
  font-weight: normal;
  font-style: normal;
}

#paging .not-allow i {
  font-weight: normal;
  font-style: normal;
  opacity: .3
}

.pagination>li>a:hover {
  color: #000;
  background: #85B200;
  font-weight: bold;
}
.pagination>.active>span {
  color: #85B200;
  background: #000;
  font-weight: bold;
}
.pagination>.active>span:hover {
  color: #85B200;
  background: #000;
  cursor: text
}
.pagination>.not-allow>span:hover {
  cursor: text
}



#text-5 {
  background-color: transparent !important;
}
.kLinkBox {
  width: 160px;
  background-color: #aaa;
  color: #fff;
  text-align: left;
  font-size: 12px;
  padding: 10px;
  font-weight: bold;
  line-height: 17px;
  margin: 0 0 10px 0 !important;
}
.kLinkBox a {
  color: #fff;
}
/* スマホ レスポンシブ */
@media screen and (max-width: 1199px) {
  .kLinkBox-flex {
  }
  .kLinkBox {
    width: 146px;
    height: 200px;
    display: inline-block;
    background-color: #aaa;
    color: #fff;
    text-align: left;
    vertical-align: top;
    margin: 0 0 5px 0 !important;
    padding: 10px;
    font-size: 12px;
    
  }
}
.g-13 {
  display: inline-block;
}
.g-14 {
  display: inline-block;
}
/* スマホ レスポンシブ */
@media screen and (max-width: 767px) {
  .g-14 {
    display: none;
  }
}
.footer-logo {
  background-color: #222222;
  width: auto;
  text-align: center;
  padding: 30px 0 30px 0;
  display: block;
}
.footer-logo img {
  width: 90px;
}
.footer-box {
  background-color: #222222;
  width: auto;
  padding: 0 0 10px 0;
  text-align: center;
}
.footer-box1 {
  display: inline-block;
  text-align: left;
  margin: 0 20px 0 20px;
  vertical-align: top;
}
.footer-box1 h4 {
  color: #85b200;
  font-weight: bold;
  font-size: 1.0em;
  margin: 0 0 15px 0;
}
.footer-box1 ul {
  list-style: none;
  font-size: 0.8em;
}
.footer-box1 li {
  color: #fff;
  margin: 0 0 10px 0;
}
.footer-box a {
  color: #fff;
}
#social-icon a {
  display: inline-block;
  margin: 20px 10px 15px 0;
  padding: 0;
  color: #222;
}
#social-icon i {
  width: 30px;
  height: 30px;
  margin: 0 0 0 0;
  border-radius: 50%;
  background: #fff;
  line-height: 32px;
  text-align: center;
}
#social-icon i:before { padding 0; line-height: 32px; }
#social-icon a:hover i { background: #85B200; }
footer {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #000 !important;
}
#footer {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #000 !important;
}
#copyright {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #000 !important;
}
.copy {
  border: 0 !important;
  padding: 15px 0 15px 0 !important;
  margin: 0 !important;
  color: #fff;
  background-color: #000 !important;
}
.avprof {
  text-align: center;
}
.avprof table, th, td {
  border: none !important;
  background-color: transparent !important;
}
.avprof table {
  margin: auto;
}
.avprof th {
  text-align: right;
  font-weight: normal;
  padding: 5px;
}
.avprof td {
  text-align: left;
  padding: 5px;
}
.category-list {
  background-color: transparent !important;
}
.category-list h2 {
  border-left: 8px solid #555;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 8px 20px
}

.footer-before {
  width: auto;
  padding: 0 0 10px 0;
  text-align: center;
}
.special-thanks-1 li {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  margin: 0 5px 10px 5px;
  padding: 5px 5px 2px 5px;
  background: #ccc;
  vertical-align: top;
}
.ad-grid-1,ad-grid-2,ad-grid-3,ad-grid-4 {
}
.disnon {
  display: none;
}
.nen {
  height: 260px;
}


/* スマートホンのみ見える */
@media screen and (max-width: 654px) {
  .look-pc {
    display: none !important;
  }
  .look-sp {
    display: block !important;
  }
  .ad-grid-1,.ad-grid-2,.ad-grid-3,.ad-grid-4,.ad-grid-5 {
    display: block !important;
  }
  .sp-link {
    display: block;
    vertical-align: top;
    text-align: left;
    margin-top: 10px;
  }

}

/* パソコンのみ見える */
@media screen and (min-width: 655px) {
  .look-sp {
    display: none !important;
  }
  .ad-grid-1,.ad-grid-2,.ad-grid-3,.ad-grid-4,.ad-grid-5 {
    display: inline-block;
  }
  .sp-link {
    display: none;
  }
}

/* ヘッダー下広告 レスポンシブ */
@media screen and (max-width: 1309px) {
  .topic-box-3 p {
    height: 75px;
  }
/*
  .ad-grid-4 {
    display: none;
  }
*/
}
@media screen and (max-width: 991px) {
/*
  .ad-grid-3 {
    display: none;
  }
*/
}
@media screen and (max-width: 651px) {
  .ad-grid-1 {
    width: 100%;
    display: block !important;
  }
  .ad-grid-2 {
    width: 100%;
    display: block !important;
    margin-bottom: 5px !important;
  }
  .ad-grid-3 {
    width: 100%;
    display: block !important;
    margin-bottom: 8px !important;
  }
  .ad-grid-4 {
    width: 100%;
    display: block !important;
    margin-bottom: 8px !important;
  }
  .adrotate_widgets {
    width: 100%;
    display: block !important;
  }
}


/* ブログ用リンク AddQuickTag 縦 */

.actfc-box-3 {
  position: relative;
  display: inline-block;
  width: 170px;
  vertical-align: top;
  font-size: 0.9em;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 10px;
}

.actfc-box .actfc-box-3 img {
  width: 170px;
}

.actfc-box .actfc-box-3:nth-child(-n+3) {
  margin-right: 4px;
}

.actfc-box .actfc-title-3 {
  position: absolute;
  top: 0px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .6);
  padding: 12px;
  font-size: 0.8em;
}

.actfc-box .actfc-caption-3 {
  font-weight: bold;
  color: #333;
  padding: 10px 10px 10px 10px;
  height: 65px;
  overflow: hidden;
}

.actfc-box .actfc-date-3 {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  color: #555;
  margin: 10px 10px 10px 15px;
}

.sh-ama1 {
  display: block;
  background-color: #ddd;
  width: 170px;
  height: 190px;
  position: relative;
  display: inline-block;
  margin: 3px 2px 3px 1px;
}
.sh-ama1img {
  width: 170px;
  height: 96px;
}
.sh-ama1p {
  font-size: 0.9em;
  line-height: 1.6em;
  padding: 6px 6px 6px 6px;
  height: 82px;
  overflow: hidden;
}

.sh-ama2 {
  display: block;
  background-color: #ddd;
  width: 200px;
  height: 320px;
  position: relative;
  display: inline-block;
  margin: 6px 6px 6px 6px;
}
.sh-ama2p {
  font-size: 0.9em;
  line-height: 1.6em;
  padding: 6px 10px 6px 10px;
  height: 88px;
  overflow: hidden;
}
.sh-ama2d {
  font-size: 0.7em;
  padding: 6px 10px 6px 10px;
  height: 20px;
}


.link-news {
  margin: 25px 0 0 15px !important;
}
.link-news h3 {
  margin: 25px 0 20px 15px !important;
  border-left: 8px #333 solid !important;
  font-size: 2.4rem !important;
  padding: 8px 20px !important;
}

.link-news .topic-box-3 {
  position: relative;
  display: inline-block;
  width: 330px;
  vertical-align: top;
  font-size: 0.9em;
  margin: 0 0 10px 5px;
  background: #f2f2f2;
  padding: 10px;
}

.link-news .topic-box-3 img {
  width: 100px;
}
.link-news .topic-box-img {
  vertical-align: top;
  width: 100px;
  display: inline-block;
}
.link-news .topic-com-3 {
  width: 190px;
  display: inline-block;
}
.topic-com-3:hover {
  color: #000;
  text-decoration: underline;
}

.link-news .topic-title-3 {
  position: absolute;
  top: 0px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .6);
  padding: 10px 10px 0 10px;
  font-size: 0.8em;
}

.link-news .topic-caption-3 {
  vertical-align: top;
  font-weight: bold;
  color: #333;
  padding: 5px 0px 10px 10px;
  margin: 0;
  height: 73px;
  line-height: 1.8em;
  overflow: hidden;
}

.link-news .topic-date-3 {
  display: none;
}
.link-news .newero {
  font-size: 0.9em;
  font-weight: bold;
  color: #ff0000;
  width: 330px;
  margin: auto;
}

.avprof h3 {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  padding: 10px 0px 10px 14px !important;
  margin: 30px 0 15px 0 !important;
  border-left: 8px solid #555 !important;
  text-align: left !important;
}
.avprof p {
  text-align: left;
  font-size: 12px !important;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 15px 15px !important;
  line-height: 1.5em;
}
.avprof ul {
  text-align: left;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 20px !important;
  line-height: 1.5em;
}
.avprof li {
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  line-height: 1.5em;
}

/* スマホサイト専用リンク */

.sp-link {
  width: 100%;
}
.sp-link-box {
  width: 350px;
  height: 90px;
  margin: auto;
  display: block;
  padding: 3px;
}
.sp-link-img {
  display: inline-block;
  vertical-align: top;
  width: 85px;
}
.sp-link-img img {
  width: 80px;
  height: 80px;
}
.sp-link-com {
  display: inline-block;
  width: 250px;
}
.sp-link-cap {
  font-weight: bold;
  color: #333;
  padding: 3px;
  height: 58px;
  overflow: hidden;
  line-height: 1.3em;
}
.sp-link-date {
  font-size: 0.8em;
  color: #555;
  padding: 5px;
}

#page-top {
  bottom: 100px !important;
  right: 20px;
}


/* 吹き出し用CSS */

.balloon1 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
  margin: 40px 0 40px 0;
}

.balloon1 .faceicon {
  float: left;
  margin-right: -90px;
  width: 70px;
}

.balloon1 .faceicon img{
  width: 70px;
  height: auto;
  border: solid 0px #eeeeee;
}

.balloon1 .chatting {
  margin-left: 0px;
  width: 95%;
}

.balloon1 .says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #eeeeee;
}

.balloon1 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #eeeeee;
}

.balloon1 .says p {
  margin: 0;
  padding: 0;
}

.balloon0 {
  margin: 40px 0 40px 0;
  width: 95%;
}
.balloon0-left {
  width: 50px;
  padding: 5px 0 0 0;
  float: left;
}
.balloon0-right {
  margin: 10px 0 0 60px;
  padding: 14px 10px;
  border-radius: 12px;
  background: #eeeeee;
}

.ifad {
  width: 300;
  height: 250px;
}

.next-button {
  position: relative;
  z-index: 2;
  background-color: #85b200;
  border: 2px solid #85b200;
  color: #fff;
  line-height: 50px;
  margin: 0 0 25px 0;
}
.next-button:hover {
  background-color: #fff;
  border-color: #85b200;
  color: #85b200;
}
.next-button::before,
.next-button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #85b200;
}
.next-button::before {
  right: 0;
}
.next-button::after {
  left: 0;
}
.next-button:hover::before,
.next-button:hover::after {
  width: 0;
  background-color: #85b200;
}
.next-button1 {
  font-weight: bold;
  margin: auto;
  display: block;
  width: 80%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  outline: none;
}
.next-button1::before,
.next-button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.next-button1,
.next-button1::before,
.next-button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
