@charset "UTF-8";
/*
Theme Name: paa
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Pro の子テーマです。
Template: emanon-pro
Version: 1.2.0
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, left-sidebar, right-sidebar, theme-options

Emanon Pro 子テーマ用のスタイルを以下に記述 
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮を
オンにしてください。
*/

#hujin body {
	background: #FAE2E1;
	color: rgba(0, 0, 0, 0.8);
}

#hujin .header {
	background-color: #fff;
	box-shadow: none;
}
#hujin .top-bar {
	margin: 0;
	padding: 8px 8px 0px;
	border-bottom: none;
	background-color: #fff;
}

#hujin .modal-gloval-icon-bar {
	background: #7db466;
}

#hujin .modal-global-nav-close {
	background: #7db466;
}

#hujin #gnav {
	background: #FFFDFE;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
}

#hujin .global-nav li ul {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


#hujin .global-nav li ul li {
	background: #fcfcfc;
}

#hujin #gnav li a{
	color: rgba(0, 0, 0, 0.8);
}

#hujin #gnav li:hover{
    background-color: #FFAEB7;
}
#hujin .sub-menu:hover{
	background-color:#FFAEB7;
}

#hujin .entry-header {
  border-bottom: none;
}
#hujin .entry-header h2 {
	font-size: 40px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.6);
  border-bottom: none;
}
#hujin .entry-header h2 span {
  border-bottom: none;
  padding: 0;
}

#hujin .archive-title {
  border-bottom: none;
}
#hujin .archive-title h1 {
	font-size: 40px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.6);
  border-bottom: none;
}
#hujin .archive-title h1 span {
  border-bottom: none;
  padding: 0;
}


#hujin .archive-list {
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
  margin-bottom: 54px;
}

#hujin .content .cat-name {
  background-color: #222;
  min-width: 150px;
  transition: .3s;
  padding: 5px;
  border-radius: 5px;
  top: 5px;
  left: 5px;
}

#hujin .cat-name:hover {
  opacity: .7;
}

 #hujin #featured-slider .cat-name {
  background-color: #fff;
  min-width: 100px;
  padding: 5px;
  border: 1px solid #222;
  top: 5px;
  left: 5px;
  color: #222;
}


#hujin .cat-name a, #hujin .sticky .cat-name a {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}

#hujin .archive-header {
  padding: 16px 24px 72px 24px;
}

#hujin .read-more a {
  color: #222222;
}

#hujin .btn-border {
  border-radius: 0;
  border: solid 1px #222222;
}

#hujin .btn-border:hover {
  background: #222;
  color: #fff;
}

#hujin .btn-border .fa {
  color: #222222;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

#hujin .archive-header-title a,
#hujin .featured-title a {
	color: #3c3c3c;
}

#hujin .side-widget-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#hujin .side-widget-title h3 {
	font-size: 24px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.6);
  border-bottom: none;
}

#hujin .side-widget-title h3 span{
  border-bottom: none;
}

#hujin .article {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
  border: none;
}

#hujin .article-header {
  padding: 16px 32px;
}

#hujin .article-body {
	padding: 16px 32px;
}

@media screen and (max-width: 991px) {
#hujin .article-header {
  padding: 16px;
}
#hujin .article-body {
  padding: 16px;
}
}

#hujin .article-header .heading-q {
  padding: 16px 0 25px 3em;
  font-size: 20px;
  margin: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  border-bottom: 2px solid #222;
}

#hujin .article-header .heading-q::before {
  position: absolute;
  content: 'Q.';
  width:2em;
  height: 2em;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 2.4em;
  z-index: -1;
}
#hujin .article-header .heading-q::after {
  position: absolute;
  content: '';
  width:30px;
  height: 30px;
  display: block;
  background: #fff;
  transform: rotate(45deg);
  margin: auto;
  bottom: -16px;
  left: 30px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
}

#hujin .post-meta {
  margin: 0;
}

#hujin .article-body a {
    color: #7db466;
}

#hujin .article-body .heading-a {
  border: none;
  position: relative;
  padding: 16px 0 16px 3em;
  font-size: 20px;
  margin: 16px 0 16px 0;
  z-index: 1;
  background: none;
}

#hujin .article-body .heading-a:first-child {
  margin-top: 0;
}

#hujin .article-body .heading-a::before {
  position: absolute;
  content: 'A.';
  font-weight: normal;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  font-size: 2.4em;
  color: #d3827f;
}


#hujin .pagination a {
  color: #222222;
  border: solid 1px rgba(33, 33, 33, 0.5);
	border-radius: 0;
}

#hujin .pagination a:hover, #hujin .pagination .current {
  color: #fff;
  background-color: #222222;
  border: solid 1px rgba(33, 33, 33, 0.5);
	border-radius: 0;
}

#hujin .featured-list {
  background-color: rgba(255, 255, 255, 0.9);
}

#hujin .wpp-list li a::before {
  background-color: #fff;
  transition: .3s;
}
#hujin .wpp-list li a::before {
  background-color: #FFAEB7;
	color: #fff;
}

#hujin .wpp-list li a:hover::before {
  color: #000;
}

#hujin .enclosure {
  border: 4px solid #e0e0e0;
  padding: 10px 10px 0;
	margin-bottom: 10px;
}
#hujin .article-body .enclosure p:last-child {
  line-height: 1.5;
	margin-bottom: 10px;
}

#hujin .dotmidasi {
  border-bottom: dotted 2px #d3827f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
	text-indent:-1em;
	padding-left: 1em;
	line-height: 1.4;
}

#hujin .page-widget {
  padding-bottom: 16px;
}

#hujin .footer {
  background-color: #FFFDFE;
}

#hujin .footer a:hover{
  color: #7db466;
}

#hujin .article-body p {
  line-height: 1.6;
  margin-bottom: 30px;
}



#hujin .article-body .heading {
  padding: 16px 0 16px 16px;
  margin: 24px 0 16px 0;
  border-left: 2px solid #d3827f;
  border-bottom: none;
  background: -webkit-repeating-linear-gradient(-45deg, #eee 3px, #fff 8px, #eee 0%, #fff 3%);
  background: repeating-linear-gradient(-45deg, #eee, #eee 3px, #fff 3px, #fff 8px);
}

#hujin .article-body h4 {
  margin: 24px 0 16px 0;
  padding: 0 0 0 16px;
  border-left: 2px solid #d3827f;
}

#hujin .article-body h5 {
  margin: 24px 0 16px 0;
}

#hujin .article-body h6 {
  margin: 24px 0 16px 0;
}

#hujin .heading-dot {
 border-bottom: dotted 2px #d3827f;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 10px;
}

.heading-s1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000c15;
  position: relative;
  padding: 4px 0 4px 20px;
  margin: 20px 0 20px 0;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
}
.heading-s1:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #dd9b9d;
}
.heading-s2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000c15;
  position: relative;
  padding: 4px 0 4px 20px;
  margin: 20px 0 20px 0;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
}

/****************************/
#hujin .pc-none {
    display: none;
}
@media screen and (max-width: 750px){
#hujin .pc-none {
		display: block;
	}
	.link-sp {
	padding: 15px;
	background: #fff;
	text-align: center;
	}
  #bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(211, 130, 127, 0.8);
    z-index: 10;
    display: block;
    color: #fff;
  }
  #hujin .single .footer {
    padding-bottom: 100px;
  }
}


@media screen and (min-width: 751px){
  #bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 300px;
    padding: 20px;
    background: rgba(211, 130, 127, 0.8);
    z-index: 10;
    display: block;
    color: #fff;
  }
}

.bottom-pickup {
  color: #fff;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  pointer-events: auto;
}

.bottom-pickup::after {
  content: '';
  display: block;
  background: #fff;
  width: calc(100% - 70px);
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta-popup-btn {
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  padding-right: 20px;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  line-height: 1.25;
}

.cta-popup-btn:hover {
  opacity: .7;
}

.cta-popup-btn:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: flex;
  align-items: center;
  animation: btn .5s alternate infinite;
}

#hujin .article-body .btn {
  display: block;
  text-decoration: none;
  background: #7db466;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  max-width: 500px;
  margin: auto;
}

#hujin .btn:hover {
  opacity: .7;
}



@keyframes btn {
  0% {
    right: 0;
  }
  100% {
    right: 2%;
  }
}
