@charset "UTF-8";
/*
Theme Name: original
Description: Emanon Free の子テーマ
Author: Doctor Agent Inc.
Author URI: http://www.harusakikai.com
Template: emanon-free
*/

/*------------------------------------------------------------------------------------
/* Typography
/*----------------------------------------------------------------------------------*/
body {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}

/*------------------------------------------------------------------------------------
/* Navigations
/*----------------------------------------------------------------------------------*/
.global-nav-line li a {
  padding: 28px 0;
}

.btn a {
  background-color: #df5656;
}

.btn a:hover {
  background-color: #df5656;

  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/*------------------------------------------------------------------------------------
/* Widget
/*----------------------------------------------------------------------------------*/
.side-widget-title {
  border-bottom: none;
}

.side-widget-title h3 {
  background-color: #fce9e4;
  min-height: 50px;
  line-height: 20px;
  margin: 0;
  padding: 15px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.side-widget-title span {
  margin: 0;
  border-bottom: none !important;
  padding: 0;
}

/*------------------------------------------------------------------------------------
/* Main Content
/*----------------------------------------------------------------------------------*/
.content {
  padding: 48px 0 32px 0;
}

.home .content {
  padding: 32px 0 17px 0;
}

.breadcrumb {
  margin: -40px 5px 10px 5px;
  line-height: 1.6;
}

.article-header h1 {
  margin: 5px 0;
  line-height: 1.4;
}

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

.article-body {
  padding: 0 16px 16px 16px;
}

.article-body p {
  margin-bottom: 20px;
}

.share-btn ul {
  margin: 15px 0;
}

/* No sidebar page */
.page-template-no-sidebar .content-page .article-header,
.page-template-no-sidebar .error404 .article-header {
  padding: 16px 24px;
}

.page-template-no-sidebar .article-body {
  padding-bottom: 10px;
}

/* Post Cta */
.cta-post {
  border-top: 5px solid #df5656 !important;
  border-bottom: none !important;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.cta-post-header {
  margin: 0 0 20px 0;
}

.cta-post-header h3 {
  line-height: 1.4;
  font-size: 2.4rem;
}

.article-body .cta-post-header h3 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.article-body .btn.cta-common-btn {
    margin-bottom: 0;
}

.cta-common-image {
  text-align: center;
}

.cta-post-content img {
  padding-bottom: 15px;
}

.cta-post-footer {
    margin: 0 auto;
    padding: 0 16px;
}

/*------------------------------------------------------------------------------------
/* Sidebar
/*----------------------------------------------------------------------------------*/
@media screen and ( max-width: 991px ) {
  .sidebar {
    padding: 32px 16px 0 16px;
  }
}

.pagetop {
  padding-top: 0;
}
/*------------------------------------------------------------------------------------
/* Footer
/*----------------------------------------------------------------------------------*/
.sidebar-footer {
  padding: 32px 16px 0 16px;
}

/*------------------------------------------------------------------------------------
/* Front Page
/*----------------------------------------------------------------------------------*/
.col-main {
  padding-left: 16px;
  padding-right: 16px;
}

/* Entry Section */
.entry-header {
  border-bottom: none;
}

.article-body h2,
.entry-header h2 {
  background-color: #fce9e4;
  border-left: 5px solid #df5656 !important;
  min-height: 50px;
  line-height: 20px;
  margin: 0;
  padding: 15px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.article.type-post .article-body h2 {
  margin: 32px 0;
}

.entry-header span {
  border-bottom: none !important;
  padding: 0;
}

.entry-header .about {
  margin: 20px 0 0 0;
}

.entry-header .about p {
  margin-bottom: 10px;
}

/* Featured Section */
.featured-list {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* Slider Section */
.featured-thumbnail a.image-link {
  max-height: 170px;
  overflow: hidden;
}

.featured-title h2 {
  padding-bottom: 10px;
}

/* One-column */
.home .one-column .archive-list,
.blog .one-column .archive-list {
  margin: 0 0 15px 0;
}

.archive .ar-one-column .archive-list {
  margin: 0 0 15px 0;
}

/*------------------------------------------------------------------------------------
/* Archive page
/*----------------------------------------------------------------------------------*/
.archive-description {
  display: none;
}

.archive-title {
  border-bottom: none;
}

.archive-title h1 {
  background-color: #fce9e4;
  border-left: 5px solid #df5656;
  min-height: 50px;
  line-height: 20px;
  margin: 0;
  padding: 15px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.archive-title h1 > span {
  border-bottom: none !important;
  padding: 0;
}

.archive-list .archive-header .post-meta {
  margin: 0;
}

.archive-list .archive-header p {
  line-height: 1.5;
}

.home .one-column .archive-header-title,
.archive .ar-one-column .archive-header-title,
.blog .one-column .archive-header-title {
  padding: 0 0 5px 0;
  line-height: 1.5;
}

.blog .one-column .read-more,
.archive .ar-one-column .read-more,
.search .ar-one-column .read-more {
  right: 12px !important;
  bottom: 12px !important;
}

/*------------------------------------------------------------------------------------
/* Widget
/*----------------------------------------------------------------------------------*/
.side-widget {
  margin-bottom: 15px;
}

/*------------------------------------------------------------------------------------
/* Ninja Forms
/*----------------------------------------------------------------------------------*/
.single-post .nf-form-cont {
  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
  padding-top: 30px;
}

.nf-form-title {
  background-color: #fce9e4;
  border-left: 5px solid #df5656;
  min-height: 50px;
  line-height: 20px;
  margin: 0 0 20px 0 ;
  padding: 15px;
  display: inline-block;
  width: 100%;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.article-body .nf-form-title h3 {
  font-size: 1.6rem;
  border-bottom: none;
  line-height: none;
  margin: 0;
  padding: 0;
}

.article-body .nf-response-msg h4 {
  background-color: #f3f3f3;
  height: 70px;
  line-height: 40px;
  margin: 0 auto 20px auto;
  padding: 15px 32px;
  display: table;
  font-size: 2.4rem;
  text-align: center;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.nf-form-content input[type="button"] {
  background-color: #df5656;
  border: 0 none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  line-height: 1.5;
  padding: 8px 52px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  letter-spacing: 1px;

  -webkit-appearance: none; /* iPhoneで角が丸くなり過ぎる */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.nf-form-content input[type="button"]:hover {
  color:#fff;
  cursor: pointer;

  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;

  border-radius: 4px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

/*------------------------------------------------------------------------------------
/* Tabs Responsive
/*----------------------------------------------------------------------------------*/
.wpsm_nav-tabs li.active a i.fa {
  color: #303030;
}

.wpsm_nav-tabs li.active a i.fa {
  color: #fff !important;
}
  
.wpsm_nav-tabs li a span { 
  margin-right: 5px;
}

.wpsm_nav-tabs li a span,
.tab-content .archive-header ul li,
.tab-content .archive-header h3.archive-header-title a,
.tab-content .archive-header p,
.tab-content .archive-header div.read-more a {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

/*------------------------------------------------------------------------------------
/* WP responsive FAQ with category plugin
/*----------------------------------------------------------------------------------*/
.faq-accordion {
  padding: 10px 0;
}

.faq-accordion .faq-main {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 5px 10px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.faq-title h4 {
  font-size: 1.6rem !important;
  line-height: 16;
}

.faq-content p {
  margin-bottom: 0;
}

.faq-title h4:before {
  font-family: 'FontAwesome';
  content: "\f059";
  color: #278340;
}

/*------------------------------------------------------------------------------------
/* Easy Testimonials plugin
/*----------------------------------------------------------------------------------*/
.easy_testimonials_grid .easy_testimonials_grid_row .easy_testimonials_grid_cell {
  margin-bottom: 10px;
}

.style-default_style {
  position: relative;
  z-index: 1;
}

.style-default_style blockquote.easy_testimonial {
  position: relative;
  background: #fff5e7;
  margin-top: 10px;
  margin-bottom: 0;
}
 
.style-default_style blockquote.easy_testimonial:before,
.style-default_style blockquote.easy_testimonial:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #999;
  box-shadow: 0 15px 10px #999;
  transform: rotate(-3deg);
}
.style-default_style blockquote.easy_testimonial:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.easy_testimonial_image_wrapper img {
  border: 1px solid #dcdcdc;
}

.article-body p.easy_testimonial_title {
  margin-bottom: 5px;
  color: #278340;
  font-size: 130%;
  line-height: 1.2;
}

.article-body .testimonial_body p {
  line-height: 1.5;
}

.article-body p.testimonial_author {
  margin-bottom: 0;
}

.article-body p.testimonial_author cite {
  font-style: normal;
}

.article-body .cta-post {
  padding-bottom: 14px;
  
}

.testimonial_author span.testimonial-client:after {
  font-family: 'FontAwesome';
  content: "\f27a";
  color: #278340;
  margin-left: 5px;
  font-size: 160%;
}

.easy_testimonials_grid_2 {
  margin-bottom: 10px;
}

@media screen and ( max-width: 490px ) {
  .easy_testimonials_grid_2 .easy_testimonials_grid_cell {
      width: 100% !important;
  }
}

/*------------------------------------------------------------------------------------
/* Display Posts Shortcode
/*----------------------------------------------------------------------------------*/
.side-widget li.listing-item {
  clear: both;
  display: block;
  border: 1px solid #e2e5e8;
  margin: 5px 0;
  padding: 10px;
  width: 100%;
  height: 122px;
}

.side-widget li.listing-item a:after {
  content: '';
}

.side-widget li.listing-item a.image {
  margin: 0;
  padding: 0;

  width: 100px;
  height: 100px;
  position: absolute;
}

.side-widget li.listing-item a.image img {
  width: 100%;
  height: auto;
  max-height: 100px;
}

.side-widget li.listing-item a.title {
  padding: 0 0 0 110px;
  position: static;
  color: #000c15;
  font-size: 80%;
  font-weight: 600;
}

.side-widget li.listing-item span.date {
  margin-top: 10px;
  padding: 0 0 0 110px;
  color: #999;
  font-size: 70%;
}

.side-widget li.listing-item span.date:before {
  font-family: 'FontAwesome';
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

/*------------------------------------------------------------------------------------
/* Follow Button
/*----------------------------------------------------------------------------------*/
.follow-btn{
 width: 100%;
 margin: 0 0 20px 0;
}

.follow-btn ul {
 list-style: none;
 display: -webkit-flex;
 display: flex;
 margin: 0;
 padding: 0;
}

.follow-btn li {
 height:100px;
 width: 100%;
 -webkit-transition: width 0.3s ease-out;
 transition: width 0.3s ease-out;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: center;
 justify-content: center;
}

.follow-btn li:hover {
 width: 200%;
}

.follow-btn li span{
 line-height:2.5;
 font-size:180%;
 font-weight: normal;
 font-style: normal;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.follow-btn li a:after {
  content: '';
}

.side-widget .follow-btn li a {
  padding: 0;
}

.side-widget .follow-btn li a:hover {
  color: #fff;
}

.twitter-btn{
 background: #00acee;
}

.facebook-btn {
 background: #305097;
}

.youtube-btn {
 background: #f06a6a;
}

.twitter-icon:before{
 content: "\f099";
 color: #ffffff;
 display: inline-block;
 font-family: FontAwesome;
}

.facebook-icon:before{
 content: "\f230";
 display: inline-block;
 font-family: FontAwesome;
}

.youtube-icon:before{
 content: "\f167";
 display: inline-block;
 font-family: FontAwesome;
}

.follow-btn a {
 width:100%;
 height:100%;
 font-size: 13px;
 line-height: 1;
 font-weight: normal;
 text-decoration: none;
 text-align: center;
 color: #ffffff;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}

.facebook-group {
  background-image: url(images/facebook-group.png);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.follow-btn li.facebook-group a span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  
  color: #000;
  font-size: 150%;
  line-height: 1.2;
  font-weight: 900;
}
  
/*------------------------------------------------------------------------------------
/* Original
/*----------------------------------------------------------------------------------*/
a i.fa {
  margin-right: 5px;
}

.top-image {
  margin-bottom: 30px;
}

.no-margin p {
  margin-bottom: 0;
}

.single strong {
  font-weight: 600;
}

.single strong.border {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fa95a0 80%) repeat scroll 0 0;
}

.border-box {
  position: relative;
  padding: 10px;
  margin: 10px 0 30px 0;
  border: solid 3px #fa95a0;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.border-box .title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 10px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  font-weight: 600;
}

/* Contact Box */
.article-body .contact-box {
  background-color: #f3f3f3;
  border: 1px solid #eee;
  padding: 20px 0 0 0;
  margin: 0 0 30px 0;
  width: 100%;
  text-align: center;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.article-body .contact-box:after {
  display: block;
  clear: both;
  content: "";
}

.article-body .contact-box a {
  color: #303030;
}

.article-body .contact-box .col5 {
  text-align: left;
  margin: 2.5% 5%;
  padding: 2.5%;
  border: 1px solid #ddd;
}

.article-body .contact-box .col5 span {
  font-weight: 600;
}

.article-body .contact-box a.btn-phone {
  text-decoration: none;
  color: #0088cc;
  color: #278340;
  font-size: 120%;
}

.article-body .contact-box a.btn-phone i.fa {
  color: #0088cc;
  color: #278340;
}

.article-body .contact-box .btn {
  display: inline-block;
  margin-bottom: 0;
  cursor: default;
}

.article-body .contact-box .btn a {
  text-decoration: none;
  background-color: #0088cc;
  background-color: #278340;
}

.article-body .contact-box .btn a.btn-phone {
  color: #fff;
  font-size: 150%;
  padding: 8px 9%;
  margin: 0 5%;
}

.article-body .contact-box .btn a.btn-phone:hover {
  cursor: pointer;
}

.article-body .contact-box .btn a.btn-phone strong {
  display: block;
  display: inline-block;
  color: #fff;
  font-size: 70%;
  margin-top: 5px;
}

.article-body .contact-box .btn a.btn-phone i.fa {
  color: #fff;
  display: inline;
}

.movie {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sns .fb-page {
  margin-bottom: 20px;
}

.prohibited {
  font-size: 12px;
  padding: 0 0 10px 0;
  text-align: center;
}

/* イベントOFF */
@media screen and ( min-width: 768px ) {
  a.btn-phone {
    pointer-events : none;
  }
}

/* 1カラムになる時 */
@media screen and ( max-width: 991px ) {
  .banner {
    text-align: center;
  }

  .sns {
    display: none;
  }
}

@media screen and ( max-width: 991px ) {
  .contact-box .col5 {
    width: 90%;
  }
}

