@charset "utf-8";

/* --------- ↓ reset css ↓ ---------- */

​html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
​ body {
  line-height: 1;
}
​ article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
​ nav ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
​ blockquote,
q {
  quotes: none;
}
​ blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
​ a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
​
  /* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
​
  /* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
​ del {
  text-decoration: line-through;
}
​ abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
​ table {
  border-collapse: collapse;
  border-spacing: 0;
}
​
  /* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
​ input,
select {
  vertical-align: middle;
}
​
  /* // modify */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
a img,
input,
button,
textarea,
select {
  border: none;
  border-style: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ---------- ↑ reset css ↑ ---------- */

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  color: #3D3D3D;
  margin: 0;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: -6px 0;
  font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
h4,
.headingLv1_sub,
.headingLv7,
.headingLv8,
.ctaTtl,
.plan_detail {
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

a {
  color: #3D3D3D;
  cursor: pointer;
}

section {
  margin: 0 auto;
}

/* テキスト */
.txt_14 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
}

.ttl_20 {
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 16px;
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  transition: color .2s;
}

/* 余白 */
.hp_bt_64 {
  margin: 64px 0;
}

/* 見出し */
.headingLv1 {
  font-size: 2.9rem;
  text-align: center;
  font-weight: 200;
}

.headingLv1::after {
  content: "";
  display: block;
  width: 116px;
  margin: 0 auto;
  height: 4px;
  background-color: #578E5F;
  margin-top: 20px;
  margin-bottom: 32px;
}

.headingLv2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 200;
  color: #578E5F;
  margin-bottom: 32px;
}

.headingLv9 {
  font-size: 2.0rem;
  display: inline-block;
  letter-spacing: 0.03em;
}

.headingLv9::after {
  content: "";
  display: inline-block;
  width: 100%;
  /* margin: 0 auto; */
  height: 4px;
  background-color: #b85180;
  margin-top: 20px;
  margin-bottom: 32px;
}


/* レイアウト */
.ly_top {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}

.ly_cta {
  padding-bottom: 64px;
  margin: 0 auto;
}

.ly_info {
  width: 804px;
  padding-bottom: 56px;
}

.ly_plan {
  width: 994px;
  padding-bottom: 56px;
}

.ly_voice {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 124px;
  position: relative;
  padding: 70px 0 20px 0;
}

.ly_voice::after {
  height: 100%;
  position: absolute;
  bottom: 0px;
  content: "";
  display: block;
  width: 100%;
  background-color: #F1F8F1;
  z-index: -999;
  left: 0;
}

.ly_ex {
  margin-bottom: 56px;
}

.ly_map {
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 56px;
  position: relative;
}

.ly_map::after {
  height: 115%;
  position: absolute;
  bottom: -60px;
  content: "";
  display: block;
  width: 100%;
  background-color: #F1F8F1;
  z-index: -999;
  left: 0;
}

.ly_art {
  padding-top: 80px;
  margin-bottom: 40px;
  width: 90%;
}

.ly_art .linkBtn {
  margin-top: 46px;
}

.ly_another{
  padding: 7% 8% 0px 8%;
  margin: 0 auto;
  margin-bottom: 144px;
  position: relative;
}

.ly_another::after{
  height: 100%;
  position: absolute;
  bottom: -50px;
  content:  "";
  display: block;
  width: 100%;
  background-color: #F1F8F1;
  z-index: -999;
  left: 0;
}

.ly_linkList {
  width: 994px;
  margin: 0 auto;
  margin-bottom: 144px;
}

.ly_faq {
  margin: 0 auto;
  position: relative;
  margin-bottom: 120px;
}

.ly_faq::after {
  height: 108%;
  position: absolute;
  bottom: -60px;
  content: "";
  display: block;
  width: 100%;
  background-color: #F1F8F1;
  z-index: -999;
  left: 0;
}

/* ////////////////////パーツ */

/* ボタン */

.ctaBtn {
  aspect-ratio: 21 / 4;
  margin: 0 auto;
  display: block;
  max-width: 816px;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  background-position: center;
  cursor: pointer;
}

.linkBtn {
  display: block;
  color: #fff;
  width: 240px;
  font-size: 1.6rem;
  background-color: #D93574;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

a.linkBtn {
  color: #FFF;
}

/* 斎場のポイント */
.gl_point {
  display: flex;
  margin-left: -20px;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

.gl_point li {
  padding-left: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 84px;
  margin-bottom: 16px;
}

.gl_point li span {
  width: 100%;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #b85180;
  padding: 12px;
  border: 1px solid #b85180;
}

.selector-hide{
  /* display: none; */
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* アイコン＋文字 */
.el_beforeIcon {
  position: relative;
  display: flex;
  padding: .2em .3em;
  text-decoration: none;
  align-items: center;
  font-size: 1.6rem;
}

.el_beforeIcon__line {
  color: #427531;
}

.el_beforeIcon::before {
  background: no-repeat center 30% / cover;
  display: inline-block;
  margin-right: .5em;
  background-image: url(/img/area/list_map.svg);
  content: '';
  width: 24px;
  height: 24px;
}

.el_beforeIcon__walk::before {
  background-image: url(/img/area/area_walk.svg);
}

.el_beforeIcon__line::before {
  background-image: url(img/line.svg);
}


/* リスト */
.gl_tag {
  width: 100%;
  display: flex;
  margin-left: -20px;
  flex-wrap: wrap;
}

.gl_tag li {
  padding-left: 20px;
  width: 50%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}


/* テーブル */
table {
  border-collapse: collapse;
  letter-spacing: 0.08em;
}

td,
th {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 24px;
}

td {
  font-size: 1.5rem;
  line-height: 1.4em;
}

th {
  text-align: center;
  background-color: #F7F7F8;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 84px;
  vertical-align: middle;
}

/* カード */
.card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

a.card_item:hover {
  transition: all 0.2s ease;
  text-decoration: none;
  opacity: 0.8;
}

.card_item__thumb {
	background: no-repeat center 30% / cover;
	width: 100%;
	padding-top: 50%;
	margin-bottom: 32px;
	transition: opacity 0.3s;
}

.card_item__attr {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* スタッフカード */

.author_staff {
  display: flex;
  padding: 24px 56px;
  border: 1px solid #707070;
}

.author_staff__img {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  margin-right: 36px;
  background: no-repeat center / cover;
  border-radius: 100%;
}

.author_staff__cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width:768px) {
  .author_staff {
    flex-direction: column;
    align-items: center;
  }
}


/* 花葬儀のプラン */
.plan {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plan_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.plan_item__read {
  font-size: 1.4rem;
}

.plan_item__thumb {
  background: no-repeat center 30% / cover;
  width: 100%;
  padding-top: 0;
  transition: opacity .3s;
  height: 140px;
}

.plan_item .plan_detail {
  font-size: 2.6rem;
  line-height: 1.5em;
  font-weight: 400;
}

/* スター */

.gl_level {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gl_level img:not(:last-of-type) {
  margin-right: 4px;
}

.gl_level img {
  width: 20px;
  height: 20px;
}

.gl_level p {
  font-size: 3.8rem;
  font-weight: bold;
  margin-left: 16px;
  line-height: 1;
}

/* ////////////////////お客様の声 */
.top {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
}

.top_label {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-direction: row; 
}

.top_label_wrapper{
  flex-direction: column;
  margin-top: 5px;
}

.top_label__top {
  display: flex;
  align-items: flex-end;
}

.top_label__top h1 {
  font-size: 3.8rem;
  color: #b85180;
}
.top_label__top h2 {
  font-size: 3.8rem;
  color: #b85180;
}

.top_label__top span {
  display: inline-block;
  font-size: 2.0rem;
  color: #b85180;
}

.top_label__top_bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content:left;
  margin-top:15px;
  height: 30px;
}

.top_label__top_bottom p {
  font-size: 1.5rem;
  margin-right: 10px;
}

.line-it-button img{
  width:25px;
  margin-right: 5px;
}

.line-it-button a{
  display:flex;
  align-items:center;
  font-size: 1.5rem;
}

.top_label__top_bottom .material-symbols-outlined, .top_label__top_bottom p  {
  display: inline-flex;
  vertical-align: middle;
}

.top_label__top_bottom_line{
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0;
}

.top_label_right {
  display: flex;
  background-color:#b85180;
  flex-direction: row;
  padding:10px 20px;
}

.top_label_right span{
  color: #FFFFFF;
}

.top_label_ad_left{
  display: flex;
  background-color: #FFFFFF;
  padding:0 10px;
  align-items: center;
  border-radius: 5px;
}

.top_label_ad_left span{
  color: #b85180;
  font-size: 1.5rem;
  font-weight: bold;
}
.top_label_ad_left  br{
  display: block;
  content: "";
  padding: 3px 0;
}

.top_label_ad_mid{
  padding:10px 0 0;
  margin: 0 20px;
  text-align: center;
}

.top_label_ad_mid .ad_phone_num{
  font-size: 3.5rem;
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.top_label_ad_mid .ad_hours_days{
  font-size: 1.4rem;
}

.top_label_ad_right{
  display: flex;
  font-size: 3.8rem;
  align-items: center;
}

.top_label_ad_right span{
  font-size: 2.0rem;
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.top_cta {
  flex-direction: 0;
}

.top_cta img {
  max-width: 466px;
}

.nenshi{
  text-align: center;
  font-weight:bold;
  margin-top: 20px;
  font-size: 1.6rem;
}

/* スタッフポイント */
.staffPoint {
  width: 804px;
  margin: 0 auto;
}

.staffPoint h3 {
  font-size: 2.0rem;
  line-height: 1;
  padding-bottom: 16px;
}

.staffPoint .author_staff {
  border: 2px solid #b85180;
}

/* 斎場詳細 */

.ly_info .gl_point {
  margin-bottom: 28px;
}

.info_txt {
  margin-bottom: 36px;
}


/* 斎場プラン一覧 */
.gl_plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  gap: 20px;
  box-sizing: border-box;
}

.gl_plan .plan {
  width: 23%;
  padding: 8px 8px 32px 8px;
  flex-shrink: 1;
  box-sizing: border-box;
  border: 1px solid #b85180;
}

.gl_voiceCard {
  width: 804px;
  margin: 0 auto;
}

.voiceCard .card_item__attr {
  margin-bottom: 24px;
}

.voiceCard .card_item__ttl>h3 {
  margin-bottom: 16px;
}

.voiceCard .card_item__attr p {
  font-size: 2.4rem;
  font-weight: 300;
  color: #578E5F;
  padding-right: 16px;
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.voiceCard .gl_level img {
  width: 26px;
  height: 26px;
}

.voiceCard .card_item__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.voiceCard .card_height {
  min-height: 230px;
}

.voiceCard .slick-prev::before,
.voiceCard .slick-next::before {
  content: none;
}

/* お客様の声 */
.grad-btn {
  display: block;
  text-align: center;
  margin: 30px 0 10px;
  font-size: 16px;
  cursor: pointer;
}

.grad-btn::before {
  content: "続きを読む";
  color: #b85180;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked~.grad-btn::before {
  content: "閉じる"
      /*チェックされていたら、文言を変更する*/
}

.grad-trigger:checked~.grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.voiceCard .card {
  box-shadow: 0 1.5rem 3rem -2rem hsl(0deg 0% 69% / 45%);
  padding: 40px;
  background-color: #fff;
  margin: 10px;
}

/* ご葬儀実例 */
.gl_card {
  display: flex;
	gap: 25px;
  width: 994px;
  margin: 0 auto;
  position: relative;
  justify-content: center;
}

.gl_card::after {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  background-color: #D6D6D6;
  left: 50%;
}

.gl_card .card {
  width: 50%;
}

.gl_card .card {
  width: 50%;
}

.gl_card .card_item__ttl_tag {
  display: block;
  padding: 8px;
  min-width: 128px;
  box-sizing: border-box;
  color: #fff;
  background-color: #b85180;
  font-size: 1.5rem;
  text-align: center;
  margin-right: 16px;
}

.gl_card .card_item__ttl_txt {
	font-size: 1.7rem;
}

.gl_card .card_item__ttl div:not(:last-of-type) {
  margin-bottom: 12px;
}

.gl_card .card_item__ttl>p {
  margin-top: 20px;
}

.ly_map .map {
  width: 994px;
  margin: 0 auto;
  position: relative;
  padding-top: 50%;

}

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

}

.ly_map p {
  text-align: center;
  color: #b85180;
  margin-top: 24px;
}

.slider4 a {
  width: 100%;
  display: block;
}

.slider4 .slick-slide {
  margin: 0 10px;
}

.ly_art .slick-prev {
  left: -2%;
}

.ly_art .slick-prev::before,
.ly_art .slick-next::before {
  content: none;
}

.ly_art .slick-next {
  right: -2%;
}

.ly_art .slider4 .slick-dots {
  display: none !important;
}

.ceremonyWrap__area {
  margin-bottom: 40px;
  width: 804px;
  margin: 0 auto;
}

.areaCeremony img {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.areaCeremony_txtWrap {
  min-height: 150px;
  padding: 18px 18px 32px 18px;
  box-sizing: border-box;
  background-color: #fff;
}

.areaCeremony_ttl {
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  line-height: 1;
  font-size: 2.2rem;
  padding-bottom: 24px;
}

.areaCeremony_txt {
  font-size: 1.4rem;
  margin: -4px 0;
  line-height: 1.6;
  padding-bottom: 16px;
}

.areaCeremony_txt::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/area/areaCeremony_icon1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(4px);
  margin-right: 0.8em;
}

.areaCeremony_txt:nth-child(3):before {
  background-image: url("img/areaCeremony_icon2.svg");
}

.areaCeremony_txt:nth-child(4):before {
  background-image: url("img/areaCeremony_icon3.svg");
}

.areaCeremony_txtWrap p:last-child {
  padding-bottom: 0px;
}

/* サブの検索 */
.gl_subSearch {
  display: flex;
  gap: 46px;
}

.subSearch {
  width: 50%;
  margin-top: 60px;
}

.subSearch h4 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 24px;
}

.subSearch>div {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
}

.subSearch form {
  display: flex;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  height: 3.125em;
  line-height: 3.125;
  overflow: hidden;
  padding: 0 1em;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  width: 100%;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.subSearch .linkBtn {
  border-radius: 0 4px 4px 0;
  height: 3.125em;
}

.autor-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  margin-bottom: -3%;
}

.linkList {
  width: 30%;
  border-radius: 4px;
  box-shadow: 0 0.5rem 2rem 0rem hsl(0deg 0% 69% / 45%);
  margin-bottom: 3%;
}

.linkList a {
  display: block;
}

.linkList p {
  padding: 18px;
}

.linkList div {
  width: 100%;
  background: no-repeat center 50% / cover;
  padding-top: 40%;
  transition: opacity .3s;
}

/* よくある質問 */
.wrap-faq {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 64px;
}

.faq {
  box-sizing: border-box;
  padding: 48px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #578E5F;
}

.faq input {
  display: none;
}

.faq_f {
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-size: 1.7rem;
  line-height: 1.7;
  margin: -6px 0;
  margin-bottom: 24px;
  color: #427531;
}

.faq_q {
  font-size: 1.4rem;
  margin: -4px 0;
  line-height: 1.6;
}

.faq:not(:last-child) {
  margin-bottom: 48px;
}

.ly_faq .faq {
  padding: 32px 48px;
}

.ly_faq .faq_f {
  display: block;
  margin-bottom: 16px;
}

/* スライダー */
.slider_wrap_outer{
  /* margin-bottom: 40px; */
  height: 570px;
}

.slide_wrap_inner {
  width: 100%;
  position: absolute;
  left: 0;
}

.wideslider {
  height: 500px;
}

.slick-track {
  height: auto;
}

.slick-prev {
  left: -60px;
}

/* .slick-prev:before {
  content: url(../img/arrow_left.png);
} */

.slick-next {
  right: -60px;
}

/* .slick-next:before {
  content: url(../img/arrow_right.png);
} */

.slick-prev:before, .slick-next:before {
  opacity: 1;
}

.slick-prev:hover, .slick-next:hover {
  opacity: 0.75;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 55px;
  height: 115px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slider3 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 32px;
}

.slider3 li {
  /* width: 100%; */
}

.slider3 a {
  width: 100%;
  display: block;
}

.slider3 .slick-slide {
  margin: 0 10px;
}

.auter_voice .author-topThumb img {
  aspect-ratio: 4.5/3;
}

.author-topThumb .slick-prev::before,
.author-topThumb .slick-next::before {
  content: none;
}

.author-topThumb .slick-dots {
  display: none !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 50%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 24px;
  width: 24px;
}

.slick-prev {
  left: -9.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -9.5%;
  transform: rotate(45deg);
}

.auter_voice .slick-dots {
  max-width: 120px;
}

.slick-dots{
  display: flex;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  justify-content: center;
}

.slick-dots li{
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button{
  color: transparent;
  outline: none;
  width: 11px;
  height: 5px;
  display: block;
  background-color: #D6D6D6;
}

.slick-dots .slick-active button{
  background-color: #b85180;
}

.mb-only {
  display: none;
}

.place_nav_wrapper {
  margin: 0 auto;
  width: 800px;
}

.place_nav_wrapper ul {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.place_nav_wrapper li {
  display: flex;
  flex: 1;
  font-size: 16px;
  justify-content: center;
  padding: 4px 0 5px 0;
  position: relative;
}

.place_nav_wrapper li::before {
  content: '';
  background-color: #000;
  height: 100%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 1px;
}

.place_nav_wrapper li:last-of-type::after {
  content: '';
  background-color: #000;
  height: 100%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 1px;
}

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

  .plan {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .plan_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 24px;
  }

  .plan_item__thumb {
    width: 50%;
    padding-top: 34%;
    flex-shrink: 0;
    order: 2;
  }

  .plan_item__read {
    width: 100%;
    order: 1;
    text-align: center;
  }

  .plan_item h4 {
    order: 3;
    text-align: center;
    width: 40%;
  }

  p {
    font-size: 1.5rem;
  }

  .top {
    flex-direction: column;
    gap: 24px;
  }

  .lg-only {
    display: none;
  }

  .mb-only {
    display: block;
  }

  .ly_cta {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 40px;
  }

  .ly_voice {
    margin-top: 40px;
  }

  .ly_top {
    padding-bottom: 32px;
  }

  .ctaBtn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .area,
  .ly_top,
  .ly_plan,
  .ly_info,
  .outer_find,
  .pr,
  .staffPoint,
  .gl_voiceCard,
  .gl_card {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }

  .ly_linkList,
  .ceremonyWrap__area {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
  }

  .ly_map .map {
    width: calc(100% - 40px);
    box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .area {
    margin-top: 32px;
  }

  .outer_find {
    flex-direction: column;
  }

  .gl_pager {
    flex-direction: column;
  }

  .gl_plan .plan {
    width: 100%;
    padding: 0;
  }

  .auter_voice {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .totalStatus,
  .sort {
    margin-bottom: 24px;
  }

  .useStatus_value {
    align-items: center;
  }

  .useStatus_thumb {
    width: 80px;
  }

  .author_profile li {
    justify-content: flex-start;
    padding-left: 8px;
    padding-right: 8px;
    gap: 8px;
    padding-bottom: 12px;
  }

  .profile_label {
    font-size: 1.4rem;
    line-height: 1;
  }

  .profile_ttl {
    font-size: 1.7rem;
    line-height: 1.6em;
  }

  .pr h5 {
    font-size: 1.7rem;
  }

  .pr p {
    font-size: 1.5rem;
  }

  .author_staff {
    padding: 20px;
    justify-content: center;
  }

  .author_staff__img {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .staff__profile p {
    margin-bottom: 16px;
  }

  .auter_voice .author_staff {
    margin-bottom: 32px;
  }

  .gl_moreBtn a {
    line-height: 1.4em;
    font-size: 1.5rem;
  }

  .gl_moreBtn {
    gap: 16px;
  }

  .result {
    margin-bottom: 16px;
  }

  .gl_pager {
    margin-bottom: 32px;
  }

  .outer_find .findArea,
  .outer_find .findPlan {
    width: 100%;
  }

  .ly_faq::after {
    height: 103%;
  }

  .ly_faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gl_card {
    flex-direction: column;
    gap: 32px;
  }

  .gl_card .card {
    width: 100%;
  }

  .gl_card::after {
    display: none;
  }

  .linkList {
    width: 100%;
  }

  .subSearch {
    width: 100%;
  }

  .top_cta img {
    max-width: 100%;
  }

  .top_label__top h1 {
    font-size: 3.2rem;
  }
  .top_label__top h2 {
    font-size: 3.2rem;
  }

  .top_label__top span {
    font-size: 1.8rem;
  }

  .top_label {
    gap: 24px;
  }

  .top_label__botom {
    gap: 8px;
  }

  .ctaBtn {
    background-size: cover;
    aspect-ratio: 21 / 6;
  }

  .ly_voice::after {
    bottom: -60px;
  }

  .voiceCard .card {
    padding: 16px;
    margin: 0;
  }

  .voiceCard .card_item__attr h3 {
    font-size: 1.6rem;
  }

  .voiceCard .gl_level img {
    width: 16px;
    height: 16px;
  }

  .ly_map::after {
    height: 118%;
    bottom: -22px;
  }

  .ly_art {
    padding-top: 40px;
  }

  .subSearch>div {
    padding: 24px;
  }

  .gl_tag {
    margin-left: 0;
  }

  .gl_tag li {
    width: 43%;
    padding-left: 0;
  }

  .ly_another {
    padding: 0px 20px 0px 20px;
  }

  .headingLv1 {
    font-size: 2.0rem;
    line-height: 1.4em;
  }

  .headingLv2 {
    font-size: 2.0rem;
  }

  .subSearch h4 {
    font-size: 2.0rem;
    line-height: 1.4em;
  }

  .gl_subSearch {
    flex-wrap: wrap;
  }

  .subSearch .linkBtn {
    width: 96px;
    flex-shrink: 0;
  }
}

