@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* #header-container {
  border-bottom: 2px solid #60282f;
}

.header-container-in.hlt-top-menu .logo-header img {
  height: 24px;
  max-width: 92px;
  margin-top: 8px;
} */

/* header */
#header-container {
  background: #ccc;
  width: 100%;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: static !important;
}

#header-container .header-container--text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0;
}
/* / header */

/* パンクズ */
#breadcrumb {
  background: #f5f5f5;
  width: 100%;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: static;
}

#breadcrumb .breadcrumb--text {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0;
}
/* / パンクズ */

.logo {
  text-align: inherit;
}

.content {
  background: #fff;
}

.eye-catch {
  margin: 0 auto 1em;
}

.eye-catch .cat-label {
  max-width: none;
}

.entry-title,
.archive-title {
  font-size: 2em;
}

.article h3 {
  border: none;
  border-left: 9px solid #60282f;
}

.article h4 {
  border-top: none;
  border-bottom: 3px solid #60282f;
}

.article h5 {
  border-bottom: 1px solid #60282f;
}

.article h6 {
  border-bottom: none;
}

.cta-box {
  background-color: #2d823c;
}

.author-widget-name {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding: 1em 0;
}

.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  background: none;
  overflow-x: auto;
  white-space: nowrap;
}

.footer-widgets,
.footer-widgets-mobile {
  display: block;
}

.footer-left,
.footer-center,
.footer-right {
  width: 100%;
}

.footer-left,
.footer-center,
.footer-right,
.footer-mobile {
  padding: 0 16px;
  clear: both;
}

.logo-listed {
  float: left;
  height: 60px;
  width: auto;
  margin-right: 10px;
}

.txt-listed {
  overflow: hidden;
  font-size: .8em;
  margin-bottom: .5em;
}

.entry-card-thumb {
  width: 200px;
  height: auto;
}

.entry-card-content {
  margin-left: 220px;
}

.entry-card-snippet,
.related-entry-card-snippet {
  max-height: 5em;
}

.widget-entry-cards .widget-entry-card {
  font-size: 0.9em;
}

.widget-entry-cards.not-default .a-wrap {
  max-width: 400px;
  min-height: 100px;
  float: left;
  width: 33%;
}

.widget-entry-cards.large-thumb-on .card-title {
  max-height: 80px;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.navi-in>ul li {
  width: 120px;
}

/* header modified */
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
  margin-bottom: 5px;
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header img {
  vertical-align: middle;
}

.header__nav {
  display: flex;
  margin-top: 6px;
}

.header__nav .header__nav-home a,
.header__nav .header__nav-cost a,
.header__nav .header__nav-search a,
.header__nav .header__nav-tag a,
.header__nav .header__nav-request a {
  color: #60282f;
  font-size: 14px;
  text-decoration: none;
  display: block;
  transition: all 0.5s;
  padding: 8px 8px 8px 32px;
  line-height: 0.8;
  text-indent: -2em;
}

.header__nav .header__nav-home a:hover,
.header__nav .header__nav-cost a:hover,
.header__nav .header__nav-search a:hover,
.header__nav .header__nav-tag a:hover,
.header__nav .header__nav-request a:hover {
  opacity: 0.8;
}

.header__nav .header__nav-home,
.header__nav .header__nav-cost,
.header__nav .header__nav-search,
.header__nav .header__nav-tag,
.header__nav .header__nav-request {
  margin-right: 0.5rem;
}

.header__nav .header__nav-home a::before,
.header__nav .header__nav-cost a::before,
.header__nav .header__nav-search a::before,
.header__nav .header__nav-tag a::before,
.header__nav .header__nav-request a::before {
  font-family: FontAwesome;
  padding-right: 6px;
  font-size: 24px;
  vertical-align: -0.3rem;
}

.header__nav .header__nav-home a::before {
  content: "\f015";
}

.header__nav .header__nav-cost a::before {
  content: "\f06b";
}

.header__nav .header__nav-search a::before {
  content: "\f002";
}

.header__nav .header__nav-tag a::before {
  content: "\f02b";
}

.header__nav .header__nav-request a::before {
  content: "\f15c";
}

.header__nav .header__nav-request a {
  color: #FFF;
  background: linear-gradient(180deg, #db004d, #d6395e);
  border-radius: 5px;
  border-bottom: 2px solid #60282f;
  text-align: center;
  margin-left: .5rem;
  padding: 6px 15px 6px 40px;
}

.header__nav a span {
  letter-spacing: -0.1em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {

  /*必要ならばここにコードを書く*/
  .entry-card-thumb {
    width: 28%;
  }

  .entry-card-content {
    margin-left: 30%;
  }
}

/*1030px以下*/
@media screen and (max-width: 1030px) {
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px) {
  /*必要ならばここにコードを書く*/

  /* header modified */
  body {
    margin-top: 60px;
  }

  #header-container {
    position: fixed;
    width: 100%;
    margin-top: -60px;
  }

  .header-container-in.hlt-top-menu {
    display: flex;
    flex-direction: row;
  }

  .header__nav .header__nav-home,
  .header__nav .header__nav-cost,
  .header__nav .header__nav-search,
  .header__nav .header__nav-tag {
    margin-right: 0.3rem;
  }

  .header__nav .header__nav-home a,
  .header__nav .header__nav-cost a,
  .header__nav .header__nav-search a,
  .header__nav .header__nav-tag a,
  .header__nav .header__nav-request a {
    font-size: 10px;
    text-align: center;
    padding: 4px;
    line-height: 1.2;
    text-indent: 0;
  }

  .header__nav .header__nav-request a {
    padding: 2px 4px;
  }

  .header__nav .header__nav-home a::before,
  .header__nav .header__nav-cost a::before,
  .header__nav .header__nav-search a::before,
  .header__nav .header__nav-tag a::before,
  .header__nav .header__nav-request a::before {
    display: block;
    font-size: 18px;
    padding-right: 0;
  }

  .header-container-in .menu {
    margin-top: 8px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {

  /*必要ならばここにコードを書く*/
  .entry-title,
  .archive-title {
    font-size: 1.5em;
    padding: .6em 0;
  }

  .entry-card-thumb {
    max-height: 85px;
  }

  .widget-entry-cards.not-default .a-wrap {
    width: 100%;
  }

  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }
}


/*地域用*/
.guide-area-links__item {
  padding: 10px 15px;
}

dd.guide-area-links__body {
  margin: 0;
  padding: 0;

}

.guide-area-links__list {
  font-weight: bold;
  box-shadow: 0px 2px 5px 2px #dedede;
  border-radius: 5px;
}

.guide-area-links__list a {
  padding: 10px;
  display: block;
}

.guide-area-links__list a:hover {
  background: #F2F2F2;
}

.ic_arw {
  color: #1ba0e5;
  position: absolute;
  right: 60px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ic_arw {
    color: #1ba0e5;
    position: absolute;
    right: 10%;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
  }
}

.ic_arw:after {
  content: "\003e";
  transform: rotate(0.25turn) scale(1, 1.2);
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 3px;
  left: 8px;
}

.open .ic_arw:after {
  content: "\003e";
  transform: rotate(0.75turn) scale(1, 1.2);
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 3px;
  left: 8px;
}


li.guide-list-inline__item {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  position: relative;
}

.guide-list-inline__item a:after {
  content: ">";
  color: #1ba0e5;
  position: absolute;
  right: 20px;
}

.guide-list-inline {
  padding: 0;
  margin: 0;
}


/* いい葬儀本体と共通用 */

/*地域用*/
.guide-ft-area-links__item {
  padding: 10px 15px;
}

dd.guide-ft-area-links__body {
  margin: 0;
  padding: 0;

}

.guide-ft-area-links__list {
  font-weight: bold;
  box-shadow: 0px 2px 5px 2px #dedede;
  border-radius: 5px;
}

.guide-ft-area-links__list a {
  padding: 10px;
  display: block;
}

.guide-ft-area-links__list a:hover {
  background: #F2F2F2;
}

.guide-ft-area-links {
  margin: 0;
  padding: 20px 0;
  background-color: #f2f9fd
}

.guide-ft-area-links__constrained {
  max-width: 1000px;
  margin: 0 auto
}

.guide-ft-area-links__title {
  margin: 0 0 1rem;
  font-size: 1.4285rem
}

.guide-ft-area-links__item {
  clear: bottom;
  float: left;
  width: 135px
}

.guide-ft-area-links__body {
  margin: 0 0 1rem 135px;
  overflow: hidden
}

.guide-ft-area-link {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 1000px
}

.guide-ft-area-link .link-box__syasou {
  background: #0c2c6e;
  color: #fff;
  display: inline-block;
  height: 24px;
  left: 396px;
  margin: 0 auto;
  padding: 3px;
  position: absolute;
  bottom: 90px;
  width: auto
}

.ic_arw {
  color: #1ba0e5;
  position: absolute;
  right: 60px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ic_arw {
    color: #1ba0e5;
    position: absolute;
    right: 10%;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
  }
}

.ic_arw:after {
  content: "\003e";
  transform: rotate(0.25turn) scale(1, 1.2);
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 3px;
  left: 8px;
}

.open .ic_arw:after {
  content: "\003e";
  transform: rotate(0.75turn) scale(1, 1.2);
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 3px;
  left: 8px;
}


li.guide-ft-list-inline__item {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  position: relative;
}

.guide-ft-list-inline__item a:after {
  content: ">";
  color: #1ba0e5;
  position: absolute;
  right: 20px;
}

.guide-ft-list-inline {
  padding: 0;
  margin: 0;
}

a.native_bg:link,
a.native_bg:visited {
  background: #fff;
  clear: both;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

a.native_bg:hover {
  background: rgba(96, 40, 47, .05);
  border: 1px solid #5f292f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.native_bg {
  background: #333;
}

.native_bg h2 {
  line-height: 1.5;
  margin-bottom: 20px;
}

.native_bg .entry-card-snippet {
  width: calc(100% - 100px);
  display: inline-block;
  float: left;
}

.blue_btn {
  float: left;
  border: 1px solid #48a0df;
  color: #48a0df;
  width: 100px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  padding: 3px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ad_notice {
  color: #d64872;
}

.entry-content .native_bg {
  border: #5f292f 1px solid;
  padding: 15px;
  background: #fff;
  display: block;
}

.native_ad_ttl {
  color: #232b39;
  font-size: 18px;
  background: linear-gradient(transparent 85%, #F7D047 0%);
  display: inline;
  padding: 0 0 2px 0;
  font-weight: bold;
  line-height: 1.2;
}

.native_entry_txt {
  font-size: 14px;
  width: 100%;
  padding-top: 20px;
}

.native_entry_btn {
  text-align: center;
  color: #48a0df;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

.native_entry_txt li:before {
  content: "■";
  color: #60282f;
}

.native_entry_txt li {
  list-style: none;
  width: 46%;
  display: inline-block;
  padding: 0;
}

.article .native_entry_txt ul,
.article .native_entry_txt li {
  margin: 0;
  padding: 0;
  color: #212b3c;
}

@media screen and (max-width:480px) {

  .native_entry_txt li:nth-of-type(4),
  .native_entry_txt li:nth-of-type(5),
  .native_entry_txt li:nth-of-type(6),
  .native_entry_txt li:nth-of-type(7),
  .native_entry_txt li:nth-of-type(8) {
    display: none;
  }

  .native_entry_btn,
  .native_bg .entry-card-snippet,
  .blue_btn {
    display: none;
  }

  .entry-card-content,
  .related-entry-card-content {
    padding: 5px;
  }

  .native_bg h2 {
    margin-bottom: 0;
  }

  .native_entry_txt ul {
    padding: 0;
    margin: 0;
  }

  .native_entry_txt {
    padding-top: 5px;
  }

  .article .native_entry_txt li {
    margin-bottom: 5px;
  }

  .native_ad_ttl {
    background: none;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .native_ad_ttl a:link,
  .native_ad_ttl a:visited,
  .native_ad_ttl a:hover {
    text-decoration: none;
  }

  .native_entry_txt li {
    width: 100%;
  }
}

/**
 * 投票ボタンが白いので背景を黒くする
 */
input[type=submit] {
  background-color: #60282f;
}

/**
 * モバイルヘッダー改修
 */
.mobile-menu-buttons {
  min-height: 46px;
  margin-top: 0 !important;
}

.logo-menu-button img {
  max-height: 24px;
  margin: 8px auto;
}

@media screen and (min-width: 1024px) {
  .mobile-menu-buttons {
    display: none;
  }
}

/**
 * 仏壇店/仏壇商品を探すボタン追加
 */
.area-type {
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}

.area-type a {
  font-size: 20px;
  padding: .5em 1em;
  text-decoration: none;
  border-radius: 3px;
  transition: .4s;
  width: 45%;
  text-align: center;
}

.area-type-butsudanten {
  border: solid 1px #00a539;
  background: #00a539;
  color: white;
}

.area-type-butsudanten:hover {
  background: white;
  color: #00a539;
}

.area-type-butsudan {
  border: solid 1px #008dba;
  background: #008dba;
  color: white;
}

.area-type-butsudan:hover {
  background: white;
  color: #008dba;
}

@media only screen and (max-width:767px) {
  .area-type a {
    font-size: 14px;
    padding: 1em .2em;
    width: 48%;
  }
}


/* 新TOPページのCSS*/
/*
.home .main {
  width: 100%;
}*/
/*.page-id-7048 .main {
  width: 100%;
}*/
.newtop1-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.newtop1-wrapper a {
  width: 49%;
  text-decoration: none;
  padding: 1%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.newtop1-wrapper a:hover {
  background-color: #efefef;
}

.newtop1-header {
  display: flex;
}

.newtop1-image {
  width: 25%;
}

.newtop1-content {
  width: 75%;
  padding-left: 2rem;
}

.newtop1-title {
  color: #60282f;
}

.newtop1-text {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}

.newtop1-date {
  text-align: right;
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .newtop1-wrapper {
    flex-direction: column;
  }

  .newtop1-wrapper a {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .newtop1-header {
    margin-bottom: 0.5rem;
  }

  .newtop1-image {
    width: 150px;
  }

  .newtop1-content {
    width: calc(100% - 150px);
    padding-left: 1rem;
  }

  .newtop1-title {
    font-size: 18px;
    line-height: 1.45;
  }

  .newtop1-date {
    margin-top: 0;
  }
}

.newtop2-outer {
  margin-bottom: 60px;
  text-align: right;
}

.newtop2-wrapper a {
  text-decoration: none;
  padding: 1%;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: block;
}

.newtop2-wrapper a:hover {
  background-color: #efefef;
}

.newtop2-item {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.newtop2-image {
  width: 40%;
}

.newtop2-content {
  width: 60%;
  padding-left: 3%;
  box-sizing: border-box;
}

.newtop2-outer:nth-child(2n) {
  text-align: left;
}

.newtop2-outer:nth-child(2n) .newtop2-image {
  order: 2;
}

.newtop2-outer:nth-child(2n) .newtop2-content {
  order: 1;
  padding-left: 0;
  padding-right: 3%;
  box-sizing: border-box;
}

.newtop2-title {
  font-size: 2rem;
  color: #60282f;
}

.newtop2-text {
  color: #000;
  text-align: left;
}

.newtop2-tab {
  background-color: #60282f;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  padding: 5px 20px;
}

@media (max-width: 768px) {
  .newtop2-item {
    flex-direction: column;
  }

  .newtop2-image {
    width: 100%;
  }

  .newtop2-wrapper a {
    padding: 0;
  }

  .newtop2-content {
    width: 100%;
    padding-left: 0;
  }

  .newtop2-text {
    margin-top: 0;
  }

  .newtop2-outer:nth-child(2n) .newtop2-image {
    order: 1;
  }

  .newtop2-title {
    font-size: 20px;
    line-height: 1.45;
  }

  .newtop2-text {
    margin-top: 20px;
    line-height: 1.45;
  }
}


.newtop3-outer {}

.newtop3-wrapper a {
  text-decoration: none;
  padding: 20px;
  box-sizing: border-box;
  display: block;
}

.newtop3-wrapper a:hover {
  background-color: #efefef;
}

.newtop3-image {
  position: relative;
  width: 100%;
  margin-bottom: 20px:
}

.newtop3-image:before {
  content: "";
  display: block;
  padding-top: 65.3%;
}

.newtop3-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newtop3-title {
  font-size: 1.2rem;
  color: #60282f;
}

.newtop3-text {
  margin-top: 15px;
  font-size: 0.8rem;
  color: #000;
}

#newtop3-slider .slide-arrow,
.item-slider .slide-arrow {
  position: absolute;
  bottom: 0;
  background-color: #60282f;
  color: #fff;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 2;
}

#newtop3-slider .slide-arrow.prev-arrow,
.item-slider .slide-arrow.prev-arrow {
  left: 0;
}

#newtop3-slider .slide-arrow.next-arrow,
.item-slider .slide-arrow.next-arrow {
  right: 0;
}

@media (max-width: 768px) {

  #newtop3-slider .slide-arrow,
  .item-slider .slide-arrow {
    bottom: 60%;
  }
}

.newtop5-wrapper a {
  text-decoration: none;
  padding: 20px;
  box-sizing: border-box;
  display: block;
}

.newtop5-wrapper a:hover {
  background-color: #efefef;
}

.newtop5-item {
  position: relative;
}

.newtop5-outer {
  width: 30%;
  padding: 0 4%;
  box-sizing: border-box;
}

/*
.newtop5-border {
  border: 1px solid #60282f;
  border-radius: 15px;
  overflow: hidden;
}*/
.newtop5-image {
  position: relative;
  margin: 0 auto 10px;
  background-color: #fff;
}

.newtop5-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.newtop5-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

/*
.newtop5-number {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #d5ac2d;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}*/
.newtop5-title {
  color: #60282f;
  font-size: 1.3rem;
}

.newtop5-text {
  color: #000;
  font-size: 0.8rem;
}

.newtop5-price {
  color: rgb(255, 153, 0);
  ;
  font-size: 1rem;
  text-align: right;
}

.newtop5-shop {
  color: #aaa;
  font-size: 0.8rem;
  text-align: right;
}

.newtop5-number {
  width: 50px;
  height: 50px;
  margin-bottom: -30px;
  z-index: 2;
  position: relative;
}

.newtop5-number svg {
  width: 100%;
  height: auto;
}

.newtop5-number.num1 .st0 {
  fill: #f1c343;
}

.newtop5-number.num2 .st0 {
  fill: #9f9f9f;
}

.newtop5-number.num3 .st0 {
  fill: #b27821;
}

.newtop5-number .st0 {
  fill: #2567b4;
}

.newtop5-number span {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  color: #fff;

}

.newtop6-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.newtop6-wrapper a {
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  padding: 2%;
}

.newtop6-wrapper a:hover {
  background-color: #efefef;
}

.newtop6-outer {
  width: 33%;
  padding: 2%;
  box-sizing: border-box;
  text-align: center;
}

.newtop6-image {
  position: relative;
  width: 80%;
  margin: 10px auto;
  border-radius: 50%;
  overflow: hidden;
}

.newtop6-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.newtop6-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.newtop6-number {
  line-height: 1;
  text-align: center;
}

.newtop6-number span {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  background-color: #d5ac2d;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.newtop6-title {
  color: #60282f;
}

.newtop6-text {
  color: #000;
  font-size: 0.8rem;
}

.newtop6-area {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .newtop6-outer {
    width: 47%;
  }
}

@media (max-width: 550px) {
  .newtop6-outer {
    width: 90%;
  }
}

.newtop-latest-wrapper {
  display: block;
  margin-bottom: 60px;
}

.newtop-latest-wrapper a {
  text-decoration: none;
  box-sizing: border-box;
}

.newtop-latest-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #60282f;
  margin-bottom: 40px;
}

.newtop-latest-wrapper a:last-child .newtop-latest-item {
  border-bottom: none;
}

.newtop-latest-header {
  display: flex;
}

.newtop-latest-content {
  width: 70%;
  padding-left: 2rem;
}

.newtop-latest-image {
  width: 30%;
}

.newtop-latest-text {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}

.newtop-latest-image img {
  max-width: 600px;
  width: 100%
}

@media (max-width: 768px) {
  .newtop-latest-header {
    flex-direction: column;
  }

  .newtop-latest-content {
    width: 100%;
    padding-left: 0;
  }

  .newtop-latest-image {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}


/* ランキング用 */
.rank-red {
  color: #ca0a1d;
  font-weight: bold;
  font-size: 28px;
}

.rank-red-small {
  color: #ca0a1d;
  font-weight: bold;
  font-size: 16px;
}

.mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 550px) {
  .mb-120 {
    margin-bottom: 0;
  }
}

/* 共通footer */
/*===== 共通フッター/PC =====*/
/* .footer-area .info span {
  font-size: 13px;
  margin: 0 10px;
}

.footer-area .notice {
  font-size: 13px;
  padding: 20px 0 20px 2%;
  background: #f8eee4;
} */

/* ページトップ */

/* #footer .pagetop {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 100;
}

#footer .pagetop img {
  cursor: pointer;
} */

.innerbox02 p,
.serach-top a {
  font-size: 15px;
  line-height: 1.5;
}

.aside .aside-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* detail横リンク */

.searchBox05 {
  line-height: 1.5;
}

.searchBox05 .innerbox02 .cate-box {
  border: 1px solid #8a8787;
  background: #fff;
  margin-bottom: 30px;
}

.searchBox05 .innerbox02 .cate-box .cate-box-ttl {
  background: #78492b;
  border-bottom: 1px solid #8a8787;
  font-size: 18px;
  padding: 7px 0 6px 20px;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.cate-box .box-bg .inner li {
  width: 46%;
  height: 65px;
  padding: 13px 0 0 25px;
  float: left;
}

.cate-box .box-bg .inner li .txt {
  padding-left: 1em;
}

.cate-box .box-bg .inner li a,
.list-arw-big li a {
  background: url(../img/arw-bl.png) no-repeat left 5px;
  padding-left: 12px;
  display: inline-block;
  margin-bottom: 5px;
  color: #076baf;
}

.serach-top .left,
.serach-top .right {
  border: 1px solid #8a8787;
  width: 48%;
}

.serach-top .heightLine-box {
  height: 195px;
}

.serach-top .cate-box-ttl {
  background: #78492b;
  margin: 0;
  padding: 7px 0 6px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.serach-top .ptn-box {
  background: #fff;
  border: none;
}

.ptn-box .inner {
  border: none;
  display: flex;
  padding: 15px 0px 15px 25px;
}

.ptn-box .inner .box01 {
  width: 57%;
  margin-right: 20px;
}

.ptn-box .inner .list-arw-big {
  width: 43%;
}

.ptn-box .inner .box03 li a {
  padding-bottom: 10px;
}

.cate-box .box-bg-secondary {
  padding-bottom: 13px;
}

/* バナー */
.aside-box #bottom {
  margin-top: 42px;
  padding-bottom: 22px;
}

.aside-box #bottom figure a img {
  max-width: 1000px;
}

/* フッター */

#footer {
  background: #ccc;
  width: 100%;
  height: 1120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer .footer-list--text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0;
}

/* #footer a {
  color: #076baf;
}

#footer .footer-area {
  background: #f8eee4;
  width: 100%;
}

#footer .footer-area p {
  line-height: 1.5;
}

#footer .footer-area .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-area .notice li {
  list-style: disc;
  margin: 5px 20px;
  line-height: 1.4;
}

.footer-area .info {
  background: #f7fafd;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 13px;
  display: flex;
  align-items: center;
  margin: 0px 0px 20px;
}

.footer-area .info+p {
  font-size: 18px;
}

.footer-area .info img {
  width: 30px;
  vertical-align: middle;
}

.footer-area .info strong {
  color: #eb6877;
}

#footer .footer-navi {
  background: #60282f;
  width: 100%;
  font-size: 13px;
  color: #fff;
}

#footer .footer-navi .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0 30px;
}

#footer .footer-navi .inner ul {
  margin-bottom: 40px;
}

#footer .footer-navi .inner ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

#footer .footer-navi .inner ul li:first-child {
  margin-right: 0;
}

#footer .footer-navi .inner ul li a {
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding-right: 16px;
  margin-right: 14px;
}

#footer .footer-navi .inner ul li:last-child a {
  border-right-style: none;
}

#footer .footer-navi .inner address {
  font-size: 12px;
  font-style: normal;
}

.footer-area .info span {
  font-size: 14px;
}

.footer-area .notice {
  padding: 20px;
  border-radius: 5px;
  color: #000;
} */

/*===== Tablet =====*/

@media only screen and (min-width: 768px) and (max-width: 1040px) {

  .cate-box .box-bg {
    padding-bottom: 13px;
  }

  .serach-top .heightLine-box {
    height: 200px;
  }

  /* #footer .footer-area .inner {
    padding: 30px 20px;
  } */
}

@media only screen and (max-width:767px) {
  .footer-area .info img {
    width: 50px;
  }
}

.nowrap {
  white-space: nowrap;
}

.header__nav .header__nav-coupon a::before {
  content: "\f06b";
}

.header__nav .header__nav-ticket a::before {
  content: url(./images/ticket.svg);
  width: 20px;
  display: inline-block;
  transform: scale(1.1);
}

.header__nav .header__nav-ticket2 a::before {
  content: url(https://www.e-butsudan.com/guide/wp-content/themes/cocoon-child-master/images/ticket.svg);
  width: 20px;
  display: inline-block;
  transform: scale(1.1) translateX(15px);
}

@media (max-width: 768px) {
  .header__nav .header__nav-ticket2 a::before {
    transform: scale(1) translateX(0);
  }
}


.sidebar .sidebar__request a,
.article-footer .footer__request a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  transition: all 0.5s;
  /* line-height: 0.8; */
  text-indent: -2em;
  color: #FFF;
  background: linear-gradient(180deg, #F08D18, #ec9830);
  border-radius: 5px;
  border-bottom: 2px solid #60282f;
  text-align: center;
  padding: 8px 15px 16px 40px;
}

.sidebar .sidebar__request,
.article-footer .footer__request {
  margin-bottom: 1.4em;
}

.sidebar .sidebar__request a:hover,
.article-footer .footer__request a:hover {
  opacity: 0.8;
}

.sidebar .sidebar__request a::before,
.article-footer .footer__request a::before {
  font-family: FontAwesome;
  padding-right: 6px;
  font-size: 24px;
  /* vertical-align: -0.3rem; */
  vertical-align: 0.5rem;
}

.sidebar .sidebar__request a::before,
.article-footer .footer__request a::before {
  content: "\f15c";
}

@media (max-width: 768px) {

  .sidebar .sidebar__request a::before,
  .article-footer .footer__request a::before {
    padding-right: 0;
  }
}

.sidebar .sidebar__ticket a,
.article-footer .footer__ticket a {
  color: #FFF;
  background: linear-gradient(180deg, #F08D18, #ec9830);
}

.sidebar .sidebar__ticket a::before,
.article-footer .footer__ticket a::before {
  content: url(./images/ticket.svg);
  width: 32px;
  display: inline-block;
  transform: scale(1.1) translateY(14px);
}

.sidebar .sidebar__ticket2 a::before,
.article-footer .footer__ticket2 a::before {
  content: url(https://www.e-butsudan.com/guide/wp-content/themes/cocoon-child-master/images/ticket.svg);
  width: 32px;
  display: inline-block;
  transform: scale(1.1) translateY(14px) translateX(5px);
}


@media (max-width: 768px) {

  .sidebar .sidebar__ticket2 a::before,
  .article-footer .footer__ticket2 a::before {
    transform: scale(1) translateY(14px) translateX(0);
  }
}

.sidebar .sidebar__ticket a, .sidebar .sidebar__request a {
  padding: 8px 16px 16px !important;
  text-align: center !important;
  text-indent: unset !important;
}

.sidebar .sidebar__ticket a::before, .sidebar .sidebar__request a::before {
  display: none !important;
}