


.voice_detail_recommend {
  margin-top: 50px;
  position: relative;
  padding-bottom: 40px;
}
.voice_detail_recommend::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  background: #F2F2F2;
  z-index: -2;
  height: 100%;
  width: 100%;
}
.voice_detail_recommend .c_ttl {
  margin-bottom: 25px;
}
.voice_detail_recommend .c_ttl .ttl_en {
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
}
.voice_detail_recommend .c_ttl .ttl_jp {
  font-size: 1rem;
}
.voice_detail_recommend .slick-slide {
  margin: 0 10px;
  width: 313px;
}
.voice_detail_recommend .voice_img {
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.voice_detail_recommend .voice_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.voice_detail_recommend .voice_list {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: 30px;
}
.voice_detail_recommend .voice_i {
  margin-bottom: 0;
}
.voice_detail_recommend .voice_cate {
  padding: 6px 9px;
}
.voice_detail_recommend .voice_cate_list {
  padding: 0;
}
.voice_detail_recommend .c_btn02 {
  text-align: center;
  margin-top: 60px;
}
.voice_detail_top_btn {
  margin-top: 80px;
}

.image_box { padding: 40px 0 0; }


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

	
	  .voice_detail_recommend {
    margin-top: 120px;
    padding-bottom: 40px;
  }
  .voice_detail_recommend::after {
    top: 27px;
  }
  .voice_detail_recommend .c_ttl {
    margin-bottom: 56px;
  }
  .voice_detail_recommend .c_ttl .ttl_en {
    font-size: 2.8125rem;
  }
  .voice_detail_recommend .c_ttl .ttl_jp {
    font-size: 1.125rem;
  }
  .voice_detail_recommend .voice_img {
    height: 254px;
  }
  .voice_detail_recommend .voice_name {
    margin-bottom: 23px;
  }
  .voice_detail_recommend .voice_price {
    margin-bottom: 3px;
  }
  .voice_detail_recommend .voice_list {
    width: 100%;
    left: 0;
    margin-bottom: 0;
  }
  .voice_detail_recommend .voice_line {
    margin-bottom: 16px;
  }
  .voice_detail_recommend .voice_info {
    padding-bottom: 29px;
  }
  .voice_detail_recommend .voice_cate {
    margin-right: 6px;
  }
  .voice_detail_recommend .c_btn02 {
    display: none;
  }
  .voice_detail_top_btn {
    margin-top: 118px;
    margin-bottom: 93px;
  }
  .main_box .ttl .data { display: block; }
}

@media screen and (min-width: 1025px) {
  .voice_detail_main {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
}

.c_breadcrumb {
  width: 100%;
}

.content_wrap,.content_wrap_insta {
  margin: 0 auto;
  padding: 0 5%;
}

.top_pic {
	margin-bottom: 30px;
}
.ttl {
	width: 100%;
	margin: 0 auto 25px;
}
.ttl .info {
	margin-bottom: 16px;
}
.ttl .info .type {
	font-size: 0.75rem;
}
.ttl .info .ymd {
	font-size: 0.75rem;
}
.ttl .data {
	margin-top: 25px;
}
.ttl .data .cate {
	width: 120px;
	font-size: 0.75rem;
	color: #fff;
	background-color: #694934;
	text-align: center;
	margin-bottom: 18px;
}
.ttl .data .genre {
	font-size: 0.875rem;
	margin-bottom: 11px;
}
.ttl .data .genre span {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 100%;
	border: 1px solid #D5D5D5;
	padding: 7px 30px;
	border-radius: 30px;
}
.blog_body {
  width: 90%;
  margin: 0 auto;
}
.text {
  margin-bottom: 50px;
}
.text .con {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.youtube {
	width: 100%;
	height: auto;
	margin-bottom: 38px;
}
.youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.contents_img {
	margin-bottom: 38px;
}
.contents_img img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.contents_img .caption {
	font-size: 0.75rem;
}
#mokuji {
	width: 100%;
	padding: 24px 5px 40px;
	background-color: #F8F8F8;
}
#mokuji ul span {
	display: block;
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 25px;
}
#mokuji ul li {
	font-size: 0.875rem;
	line-height: 230%;
}
.ttl h2 {
	font-size: 1.25rem;
	line-height: 160%;
	font-weight: 500;
}
.content h1 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%;
}
.content h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;;
}
.content h2 {
  position: relative;
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%;
  padding-left: .75em;
}
.content h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #000;
}

.contact {
  margin: 40px 0 70px;
}
.contact_box {
  margin-bottom: 35px;
  padding: 12px;
  background: url(../images/campaign/detail/bg_contact.png) no-repeat center/cover;
}
.contact_box_main {
  padding: 18px 3px 30px;
  background-color: #fff;
}
.contact_box_ttl {
  margin-bottom: 25px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
.contact_box_txt {
  margin-bottom: 13px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
}
.contact_box_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-family: "Helvetica", "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}
.contact_box_tel::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 26px;
  margin-right: 7px;
  background: url(../images/common/icon_tel_01.svg) no-repeat center/contain;
}
.contact_box_time {
  font-weight: 500;
  text-align: center;
}
.contact_social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_social_ttl {
  margin-right: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.contact_social_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contact_social_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
.instagram_hashtag {
  background: #f2f2f5;
  padding: 1em .86em;
  margin-top: 1.4em;
  font-size: .87em;
  font-style: italic;
}



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

.c_breadcrumb {
  width: 100%;
}

.content_wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.content_wrap_insta {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}


.top_pic {
	margin-bottom: 75px;
}
.ttl {
  width: 960px;
  margin: 0 auto 50px;

}
.ttl .info {
	margin-bottom: 20px;
}
.ttl .info .type {
	font-size: 0.938rem;
}
.ttl .info .ymd {
	font-size: 1rem;
}
.ttl .data {
	display: flex;
	margin-top: 30px;
}
.ttl .data .cate {
	width: 120px;
	font-size: 0.75rem;
	color: #fff;
	background-color: #694934;
	text-align: center;
	margin-right: 32px;
}
.ttl .data .genre {
	font-size: 1rem;
	margin-right: 30px;
}
.ttl .data .genre span {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 100%;
	border: 1px solid #D5D5D5;
	padding: 7px 40px;
	border-radius: 30px;
}
.blog_body {
  width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.text {
  margin-bottom: 70px;
}
.text .con {
  font-size: 1rem;
  margin-bottom: 44px;
}
.contents_img {
	margin-bottom: 60px;
}
.contents_img img {
	width: 100%;
	height: auto;
	margin-bottom: 14px;
}
.contents_img .caption {
	font-size: 0.875rem;
}
#mokuji {
	width: 100%;
	padding: 46px 50px 50px;
	background-color: #F8F8F8;
}
#mokuji ul span {
	display: block;
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 30px;
}
#mokuji ul li {
	font-size: 1.125rem;
	line-height: 200%;
}
.ttl h2 {
	font-size: 2.125rem;
	line-height: 170%;
}
.content h1 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.7;
}
.content h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;;
}

.content h2 {
  position: relative;
  margin-bottom: 50px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}

.contact {
  margin: 40px 0 70px;
}
.contact_box {
  margin-bottom: 35px;
  padding: 12px;
  background: url(../images/campaign/detail/bg_contact.png) no-repeat center/cover;
}
.contact_box_main {
  padding: 18px 3px 30px;
  background-color: #fff;
}
.contact_box_ttl {
  margin-bottom: 25px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
.contact_box_txt {
  margin-bottom: 13px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
}
.contact_box_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-family: "Helvetica", "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}
.contact_box_tel::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 26px;
  margin-right: 7px;
  background: url(../images/common/icon_tel_01.svg) no-repeat center/contain;
}
.contact_box_time {
  font-weight: 500;
  text-align: center;
}
.contact_social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_social_ttl {
  margin-right: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.contact_social_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contact_social_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}		

}

@media screen and (min-width: 1025px) {
}

/*# sourceMappingURL=maps/column_detail.css.map */
