@charset "UTF-8";
body, input, select, textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  color: #000;
}
.ec-role, .ec-contactRole {
  font-size: 14px;
}
body p, body span, body div, table th, table td {
  line-height: 1.5;
  font-weight: 500;
}
.w1200, .top_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:hover {
  text-decoration: none;
}
a:focus, a:hover {
  color: #d8372a;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
.font {}
body {
  background: url(images/common/bg_seed_02.jpg) repeat center center;
  position: relative;
}
.bg_yellow {
  background: url(images/common/bg_seed_01.jpg) repeat center center;
}
/*            header                  */
.logo_line {
  background: url(images/common/bg_line_03.png) repeat-x top 10px center #fff;
  padding: 15px;
  border-bottom: solid 2px #644114;
  margin-bottom: 50px;
}
.logo {
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 1;
}
#page_homepage .ec-layoutRole {
  padding-top: 26px;
}
.ec-layoutRole__header, .logo_mini img {
  transition: all 0.2s ease-out 0s;
}
.ec-layoutRole__header {
  z-index: 10;
  background: rgba(255, 255, 255, 0);
}
.ec-headerNaviRole .ec-headerNaviRole__left {
  margin-right: auto !important;
}
.logo_mini img {
  max-width: 200px;
}
.logo_mini:hover img {
  opacity: 0.7;
}
/*　　　スクロールした状態　　*/
.ec-layoutRole__header.scroll {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.ec-layoutRole__header.scroll .logo_mini img {
  opacity: 1;
}
/*menu*/
.menu {
  //z-index: 10;
  position: relative;
  display: block;
  border-radius: 50px;
  text-align: center;
}
.menu__line {
  background: #d8372a;
  display: block;
  color: #fff;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  transition: transform .3s;
}
.menu__line.active .fa-search:before {
  content: "\f00d";
}
.menu__line:hover {
  cursor: pointer;
  opacity: 0.7;
}
.header_login_wrap {
  position: relative;
}
.ec-headerNaviRole {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
  width: 30%;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 70%;
  text-align: right;
}
.ec-headerNaviRole__right ul {
  text-align: right;
}
.ec-headerNaviRole__right li {
  margin-left: 0;
  display: inline-block;
  font-size: 14px;
}
.ec-headerNaviRole__right li a {
  padding: 15px 10px;
  display: block;
}
.ec-headerNaviRole__right li a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 pro";
  font-weight: 600;
  color: #d8372a;
  margin-right: 10px;
}
.ec-headerNaviRole__right li a:hover {
  opacity: 0.7;
}
.ec-headerNav .ec-headerNav__itemIcon, .ec-headerNav .ec-headerNav__itemLink {
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.ec-headerNav .ec-headerNav__itemIcon {
  color: #d8372a;
}
/*                  footer                */
.footer {
  background-image: url(images/common/bg_line_03.png);
  background-repeat: repeat-x;
  background-position: bottom 10px center;
  background-color: #fff;
  border-top: solid 2px #644114;
  border-bottom: solid 2px #644114;
  padding: 40px px 30px px;
  z-index: 1;
  position: relative;
}
body:not(.home) .footer {
  margin-top: 50px;
}
.footer_nav_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
}
.footer_midasi {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_nav a {
  font-size: 12px;
}
.footer_sita {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.footer_logo {
  margin-bottom: 20px;
}
.footer_logo img {
  max-width: 200px;
}
.ec-footerRole {
  border: none;
  margin-top: 20px;
  padding: 50px 15px 0 15px;
  background: url(images/common/bg_kimidori.jpg) repeat;
}
.ec-footerRole .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ec-footerTitle__copyright {
  text-align: center;
  padding: 20px 0px 30px 0;
  margin-top: 0;
  font-size: 12px;
}
/*     page top   */
.ec-blockTopBtn {
  bottom:120px;
  right: 20px;
  display: block;
  transition: all 0.2s ease-out 0s;
  transform: rotate(90deg);
  background-color: transparent !important;
  z-index: 100000000;
}
.ec-blockTopBtn:hover {
  opacity: 0.7;
}
/*                    トップページ　　　　*/
/*　　共通　　　*/
.ec-layoutRole .ec-layoutRole__main {
  overflow: hidden;
}
.top_box {
  padding: 40px 15px;
}
.top_box > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ec-pageHeader, .top_midasi_wrap {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  color: #644114;
  position: relative;
}
.ec-pageHeader h1, .top_midasi_01 {
  letter-spacing: 0;
  font-size: 19px;
  background: url(images/common/bg_line_01.png) repeat-x left bottom;
  position: relative;
  padding: 0px 57px 18px 0px;
  margin: 0;
  font-weight: normal;
  line-height: 1.3;
}
.top_midasi_02 {
  font-size: 14px;
  bottom: -28px;
  left: 0;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 10px;
  color: #d8372a;
}
.ec-pageHeader h1:after, .top_midasi_01:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 32px;
  bottom: 7px;
}
.suika_red:after {
  background: url(images/common/midasi_suika_red.png) no-repeat left top;
  background-size: contain;
}
.suika_yellow:after {
  background: url(images/common/midasi_suika_yellow.png) no-repeat left top;
  background-size: contain;
}
.bg_waku_line {
  background-image: url(images/common/bg_line_02_tate.png), url(images/common/bg_line_02_tate.png), url(images/common/bg_line_02_yoko.png), url(images/common/bg_line_02_yoko.png);
  background-position: left center, right center, top center, bottom center;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x;
  background-color: #fff;
  font-weight: bold;
}
.more {
  text-align: right;
  margin: 20px 0 30px 0;
}
.more a {
  display: inline-block;
  padding: 0px 40px 5px 0;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  color: #644114;
  font-weight: bold;
  background: url(images/common/bg_line_02_yoko.png) no-repeat left bottom;
  background-size: 300px;
}
.more a:after {
  position: absolute;
  right: 0;
  top: 6px;
  content: "\f138";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  font-size: 15px;
}
.more a:hover {
  opacity: 0.7;
}
/*     sns　ボタン　　　*/
.sns_btn {
  text-align: center;
}
.sns_btn li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 40px;
  height: 40px;
}
.sns_btn li a {
  display: block;
  background: #d8372a;
  color: #fff;
  border-radius: 100px;
  font-size: 20px;
  line-height: 0;
  padding: 10px;
}
.sns_btn li:nth-of-type(even) a {
  background: #f8b62b;
}
.sns_btn li.sns_line a {
  color: #d8372a;
  position: relative;
  padding: 4px;
}
.sns_btn li.sns_line a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  display: block;
  z-index: 0;
  transform: scale(0.5);
}
.sns_btn li.sns_line i {
  position: relative;
  font-size: 33px;
}
.sns_btn li a:hover {
  opacity: 0.7;
}
/*    blog header banner    */
.blog_header_banner_wrap {
  text-align: center;
  margin: 20px 0 10px 0;
  background: rgba(255, 255, 255, 0.82);
  padding: 20px 15px 5px 15px;
}
.blog_header_banner_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1190px;
  margin: 0 auto;
}
.blog_header_banner_list li {
  width: 49%;
  margin-bottom: 5px;
}
.blog_header_banner_list li a {
  display: block;
}
/*                          追加   トップページ　*/
.ec-layoutRole__header {}
.top_blog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_blog_list li {
  width: 49%;
  margin-bottom: 20px;
  cursor: pointer;
}
.top_blog_list li:hover, .top_blog_list li:hover a {
  color: #d8372a;
}
.top_blog_list li:hover img {
  opacity: 0.7;
}
.top_blog_list .text {
  background: #fff;
  padding: 15px;
}
.blog_meta {
  line-height: 1;
}
.blog_meta .date, .blog_meta .cat_name_wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.blog_meta .cat_name_wrap {
  font-size: 10px;
}
.blog_meta .cat_name_wrap a {
  margin-right: 5px;
  text-decoration: underline;
}
.blog_meta .date {
  letter-spacing: 0px;
  padding-left: 5px;
  margin-left: 2px;
  border-left: solid 1px #ccc;
  font-size: 10px;
}
.top_blog_list .title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  margin: 5px 0 11px 0;
}
.top_blog_list .bassui {
  line-height: 1.5;
  font-size: 14px;
  display: none;
}
.bg_usu_green {
  background: #f2f7de;
}
/*          下層　　　　　*/
/*　　　　　　　　　　　お問合せ　*/
/* お問い合わせフォーム　各種 */
.cf7 {
  border: none !important;
}
.cf7 input {
  font-family: Lato, "Noto Sans Japanese", メイリオ, Meiryo, Osaka, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.cf7 tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
}
.cf7 th, .cf7 td {
  border: none;
  padding: 20px 10px;
}
.cf7 th {
  width: 250px;
  background: none;
  text-align: left;
  vertical-align: top;
}
.cf7 .req {
  color: red;
  font-weight: bold;
}
.cf7 .input_small input {
  width: 50px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
  height: 23px;
}
.cf7 .input_medium .wpcf7-list-item {
  display: block;
}
.cf7 .input_medium .wpcf7-free-text {
  width: 150px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
  height: 23px;
}
.cf7 .input_small_calendar input {
  width: 200px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
}
.cf7 .select_small select {
  width: 70px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
}
.text-xs-center {
  text-align: center;
  margin-bottom: 100px !important;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  width: 120px;
  padding: 10px 15px;
  background: #133f0c;
  margin: 0 5px;
  border: none;
  border-radius: 3px;
  color: #fff;
  letter-spacing: 2px;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  opacity: 0.8;
  cursor: pointer;
}
button, input, select, textarea {}
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], textarea {
  border: solid 1px #ccc;
  padding: 5px;
}
textarea {
  width: 100%;
}
/*　　　　　　　　　　　　　　　　　　　　archive　*/
body:not(.home) .main-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  //padding-top:10px;
  padding-top: 100px;
}
/*         WP feed おすすめ　　　　*/
.wp_feed_osusume li {
  margin-bottom: 10px;
}
.wp_feed_osusume li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
.wp_feed_osusume li .thumb {
  width: 100px;
}
.wp_feed_osusume li .text {
  flex: 1;
  padding: 10px 10px 0 10px;
  flex-direction: column;
  display: flex;
}
.wp_feed_title {
  font-weight: bold;
  line-height: 1.5;
}
.wp_feed_bassui {
  font-size: 12px;
  line-height: 1.4;
  display: none;
}
.wp_feed_date {
  margin-top: auto;
  text-align: right;
  font-size: 10px;
}
/*　sidebar */
.widget {
  margin-bottom: 20px;
  background-image: url(images/common/bg_line_02_tate.png), url(images/common/bg_line_02_tate.png), url(images/common/bg_line_02_yoko.png), url(images/common/bg_line_02_yoko.png);
  background-position: left center, right center, top center, bottom center;
  background-repeat: no-repeat, no-repeat, repeat-x, repeat-x;
  background-color: #fff;
}
.widget-title {
  height: 88px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #644114;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.widget_recent_entries ul li, .widget_categories ul li {
  border-top: dashed 1px #644114;
}
.widget_recent_entries ul li a, .widget_categories ul li a {
  display: block;
  padding: 15px 10px 15px 36px;
  position: relative;
}
.widget_recent_entries ul li a:before, .widget_categories ul li a:before {
  content: url(images/common/icon_flower_01.png);
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}
.widget_recent_entries a {
  font-size: 14px;
  line-height: 1.5;
}
/*　　　サイド　バナー　　*/
.widget_custom_post_widget {
  background: none;
}
.side_banner_list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.side_banner_list li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  background: #644114;
  font-size: 18px;
}
.side_banner_list li a:after {
  position: absolute;
  right: 15px;
  top: 18px;
  content: "\f138";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  font-size: 15px;
}
.side_banner_list li a:before {
  content: "";
  background: none;
  position: absolute;
  bottom: 16px;
  left: 0;
  border-bottom: dashed 1px #c2c2c2;
  width: 100%;
  height: 1px;
}
.side_banner_list li a:hover {
  opacity: 0.7;
}
/*  single */
body.single .main-content-site {
  background: #fff;
  padding: 15px;
}
.single .top_midasi_01 {
  line-height: 1.5;
  font-size: 18px;
  padding: 0px 45px 20px 0px;
}
.single .top_midasi_01:after {
  top: auto;
  bottom: 0;
}
div.attachment {
  text-align: center;
  margin: 0 0 40px 0;
}
.single .blog_meta {
  text-align: center;
  margin-bottom: 30px;
}
.single .entry-content h2, .single .entry-content h3 {
  //font-family: 'Noto Serif JP', serif;
}
.single .entry-content h2 {
  color: #644114;
  font-weight: bold;
  padding: 0;
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.4;
  background: #f9eae7;
  padding: 15px;
}
.single .entry-content h3 {
  color: #644114;
  font-weight: bold;
  padding: 0 10px 10px 0px;
  margin: 20px 0 20px 0;
  font-size: 16px;
  border-bottom: dashed 1px #644114;
  line-height: 1.4;
}
/*　pager */
.pager {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
a.page-numbers, .pager .current {
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.pager .current {
  border-bottom: solid 1px #000;
}
.pager a:hover {
  color: #000;
}
.pagenav .prev a, .pagenav .next a {
  width: 50%;
  display: block;
  color: #ddd;
}
.pagenav a {
  float: left;
}
.pagenav .next a {
  text-align: right;
}
.nav-next a:after, .nav-previous a::before {
  background: #d8372a !important;
}
/*      sns ボタン　*/
.sns {
  text-align: center;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sns a {
  font-size: 14px;
  position: relative;
  text-align: center;
  color: white;
  border-radius: 2px;
  padding: 15px 0 11px 0;
  width: 25%;
  top: 2px;
  transition: all 0.2s ease-out 0s;
}
.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #122751;
}
.facebook:hover {
  background-color: #354F84;
}
.facebook:active {
  box-shadow: 0 2px 0 #1B3D82;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
}
.twitter:active {
  box-shadow: 0 2px 0 #0078BD;
}
.twitter:hover {
  background-color: #1397D8;
}
.google {
  background-color: #CC3622;
  box-shadow: 0 4px 0 #992213;
}
.google:active {
  box-shadow: 0 2px 0 #BA2714;
}
.google:hover {
  background-color: #D04829;
}
.hatena {
  background: #628bef;
  box-shadow: 0 4px 0 #476cc8;
}
.line {
  background: #3bda21;
  box-shadow: 0 4px 0 #26bd00;
}
.sns a:active, .sns a:hover {
  box-shadow: none;
  top: 6px;
}



/*　　footerバナーABテスト用*/
.ec-layoutRole__footer {
    padding-bottom: 100px;
}


.footer_banner{
text-align: center;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
}




.footer_banner a{
height: 86px;
display: block;
width: 100%;
max-width: 1000px;
position: relative;
    margin: 0 auto;

}

.footer_banner a img{
position: absolute;
left: 0;
right: 0;
bottom: 0;
    margin: 0 auto;
}
.footer_banner a .sp{
max-width: 375px;
height: auto;
margin: 0 auto;
}
.footer_banner .pc{
display: none;
}

.footer_banner_01:before{
    content: "";
    display: block;
    aspect-ratio: 1 / 1;
    background: #4BA559;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    z-index: 4;


}
/* yarpp の関連記事自動挿入だとcontent_blockに影響が出る　*/
.content_block .yarpp-related{
display: none;
}


