@charset "UTF-8";

.top .corner_button-line {
  position: relative;
  z-index: 2;
  padding: 14px 4px;
}
.top_caption {
  font-family: 'Noto Serif JP', serif;
}
.top  main {
  overflow: hidden;
  margin-top: -58px;
}
.top h2 {
  font-size: 2rem;
  letter-spacing: .7rem;
}

@media screen and (max-width: 800px) {
  .top .corner_button-line {
    padding: 6px 4px;
  }
  .top  main {
    margin-top: 0;
  }
  .top h2 {
    font-size: 1.3rem;
  }
}


/* ============================================ */
/* メインビジュアル */
/* ============================================ */
.mainvisual {
  position: relative;
  margin-bottom: 111px;
}
.main_logo {
  position: absolute;
  bottom: -60px;
  right: 65px;
  z-index: 1;
}

@media screen and (max-width: 1030px) {
  .main_logo {
    width: 217px;
    height: 58px;
    right: 20px;
    bottom: -20px;
  }
}
@media screen and (max-width: 800px) {
  .top main {
    padding-top: 0 !important;
  }
  .main_content_wrap {
  }
  .mainvisual {
	  margin-bottom: 30px;
    padding-top: 75px !important;

	}
}
/* スライダー */
.top_slider.inner {
  max-width: 100%;
  padding: 0;
}
.slider_img {
  width: 100%;
}
.mainvisual .slick-slide img {
  aspect-ratio: 373/211;
  object-fit: cover;
}
.top .slick-dots {
  width: 340px;
  bottom: -60px;
  left: 0;
  padding-left: ;
}
.top .slick-dots li, .top .slick-dots li button, .top .slick-dots li button:before{
  width: 50px;
  height: 3px;
}
.top .slick-dots li {
  margin: 0 5px 0 0;
}
.top .slick-dots li:last-child {
  margin: 0;
}
.top .slick-dots li button:before {
  color: #cccccc;
  background: #cccccc;
}
.top .slick-dots li.slick-active button:before {
  background: #70a4a8;
}
.top .slick-dots li button:before {
  content: '' !important;
}
.top .slick-slide {
  height: auto;
}
  .top .mainvisual .slick-slide {
    aspect-ratio: 373 / 211;
    overflow: hidden;
  }

@media screen and (max-width: 800px) {
  .top .mainvisual .slick-slide {
    aspect-ratio: 373 / 211;
    overflow: hidden;
  }
  .top .slick-dots {
    bottom: -20px;
    width: 150px;
  }
  .top .slick-dots li, .top .slick-dots li button, .top .slick-dots li button:before {
    width: 25px;
    height: 2px;
  }
}

/* カウンター */
.top_slider-num {
  padding-left: 50px;
  color: #b1a06a;
  font-family: 'Lovers Quarrel', cursive, 'Noto Serif JP', serif;
  position: relative;
}
.num_inner {
  position: absolute;
  display: flex;
  align-items: center;
  width: 33px;
  top: -30px;
  left: 95px;
  font-weight: bold;
}
.count_naw {
  font-size: 4.5rem;
  padding: 0 0 30px 0;
}
.count_all {
  font-size: 2.5rem;
  padding: 10px 0 0 0;
}

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

  .num_inner {
    top: -35px;
    left: 15px;
  }
  .count_naw {
    font-size: 2rem;
    padding: 0 0 12px 0;
  }
  .count_all {
    font-size: 1.5rem;
    padding: 0;
  }
}


/* ============================================ */
/* ヘッダーコンテンツ */
/* ============================================ */
.top .header_content {
  margin: 0 auto 10px;
}
.top .header_content::after {
  background: #f4f4ef;
}

@media screen and (min-width: 801px) {
  .top .header_content {
    position: relative;
  }
  .wrap {
    padding-top: 0 !important;
  }
  .header_top_wrap {
    width: 100%;
    max-width: 100%;
  }
  .header_top_wrap_inner{
    border-bottom: transparent;
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .header_top_wrap_inner::after {
    content: none;
  }
  .change_menu_button {
    display: none;
  }
  .header_top_nav {
    clip-path: polygon(100% 0, 100% 50px, calc(100% - 50px) 100%, 0 100%, 0 0);
    position: relative;
    padding: 20px 0 20px;
    max-width: 100%;
  }
  .top .top_section_wrp.nav {
    padding: 0;
    background: #f4f4ef;
    margin-top: 0;
  }
  .header_top_nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    background: #b2b2b2;
    z-index: 2;
    bottom: -1px;
    right: -20px;
    transform: rotate(-42deg);
    transform-origin: bottom left;
  }
}

.shop_sns_menu a:first-child {
  display: none;
}

/* ============================================ */
/* キャンペーン */
/* ============================================ */
.campaign {
  padding: 60px 10px 60px;
  background: #f4f4ef;
}
.campaign_img_wrp {
  max-width: 1194px;
  margin: 0 auto 60px;
}
.campaign_box_wrp {
  padding: 8px;
  background: #fff;
  margin: 0 7px;
}
.campaign_box{
  padding-bottom: 59.2%;
  position: relative;
  display: block;
  overflow: hidden;
}
.campaign_img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.campaign_corner_button {
  text-align: center;
}
.button_campaign_imgbox {

  margin: auto;
  display: block;
}
@media screen and (min-width: 801px) {
  .campaign_box:hover .campaign_img {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media screen and (max-width: 800px) {
  .campaign {
    padding: 50px 25px;
    background: #f4f4ef;
  }
  .campaign_img_wrp {
    margin: 0 calc(50% - 50vw) 15px;
    width: 100vw;
  }
  .campaign_box_wrp {
    margin-right: 0px;
    padding: 5px;
  }
}
/* 振袖リンク */
.link_furisode {
  margin: 60px auto 0;
  max-width: 1180px;
}
.banner_753 {
  margin: 50px auto;
  max-width: 960px;
}
.banner_753 img {
  position: relative;
}
.banner_753_btn {
  display: inline flex;
    width: 50%;
    gap: 1em;
    position: absolute;
    left: 6%;
    bottom: 16%;
}
.banner_753.--furisode .banner_753_btn{
  bottom: 24%;
}
.banner_753.--furisode .banner_753_btn:last-of-type{
  bottom: 6%;
}
@media screen and (max-width: 800px) {
  .link_furisode {
    margin: 50px auto 10px;
  }
  .banner_753 {
    margin: 15px auto;
  }
  .banner_753_btn {
    width: 90%;
    top: calc(50% + 23%);
    left: calc(50% - 0px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

  }
  .banner_753.--furisode .banner_753_btn{
    top: calc(50% + 19%);
  }
  .banner_753.--furisode .banner_753_btn:last-of-type{
    top: calc(50% + 35%);
  }


}
@media screen and (max-width: 450px) {
  .banner_753_btn {
    top: calc(50% + 18%);
  }
  .banner_753.--furisode .banner_753_btn{
    top: calc(50% + 17%);
  }
  .banner_753.--furisode .banner_753_btn:last-of-type{
    top: calc(50% + 33%);
  }

}

/* ============================================ */
/* プルミエールについて */
/* ============================================ */
.top_about {
  background: #d9e6e8;
  padding: 120px 0 85px;
  position: relative;
  overflow: hidden;
}
.top_about::before, .top_about::after {
  position: absolute;
  content: "";
}
.top_about::before {
  background: url(../img/top/about_logo.png) no-repeat;
  background-size: contain;
  width: 860px;
  max-width: 80%;
  height: 300px;
  top: 5%;
  left: 48%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 0;
  opacity: .6;
}
.top_about::after {
  background: url(../img/top/top_about_backimg01.png) no-repeat;
  top: -10px;
  left: -80px;
  width: 221px;
  height: 221px;
  z-index: 0;
  opacity: 0.7;
}
.top_about .top_caption {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 30px;
}
.top_about .top_caption_inner {
  position: relative;
  padding-bottom: 25px;
}
.top_about .top_caption_inner::before, .top_caption_inner::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 900px;
  height: 1px;
}
.top_about .top_caption_inner::before {
  bottom: 0;
  background: rgba(0,0,0,0.2);
}
.top_about .top_caption_inner::after {
  bottom: -1px;
  background: rgba(255,255,255,0.5);
}
.top_about .top_about_inner {
  padding-top: 150px;
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: auto;
}
.top_about_box_img_wrp {
  margin: 0% calc(50% - 50vw);
  width: 50vw;
}
.top_about_box_img_wrp img {
  width: 100%;
}
.top_about_box {
  max-width: 1200px;
  margin: auto;
}
.top_about_box_inner {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.top_about_box2 .top_about_box_inner {
  flex-flow: row-reverse;
}
.top_about_box_txt_wrp {
  order: 10;
  /* position: absolute; */
  bottom: -10px;
  right: -5px;
  max-width: 47%;
  z-index: -1;
  font-size: 1.4rem;
  display: inline grid;
  place-items: center;
}
.top_about_box2 .top_about_box_txt_wrp {
  left: 0;
}
.top_about_box1 .top_about_box_txt {
  padding: 45px 30px 45px 45px;
}
.top_about_box2 .top_about_box_txt {
  padding: 45px 45px 45px 25px;
}
.top_about_inner .top_about_box:first-child {
  padding-bottom: 50px;
}
.top_about .about_us_img_wrap {
  position: relative;
  width: 50%;
}
.top_about .about_us_img {
  width: 100%;
}
.top_about .about_us_text_wrap {
  top: auto;
  bottom: -15%;
  left: 49%;
}
.top_about .corner_layout-lt, .top_about .corner_layout-rt {
  padding: 45px 20px 45px 30px;
}
.top_about .about_us_image_content_02 {
  position: relative;
}
.top_about .about_us_img_wrap_02 {
  position: absolute;
  right: 0;
  width: 50%;
}
.top_about .corner_layout.corner_layout-lb.pc {
  position: absolute;
  right: 50%;
  bottom: -270px;
}
.top_about .corner_layout-lb, .top_about .corner_layout-rb {
  padding: 55px 50px 30px 50px;
  margin-bottom: -2px;
  line-height: 2.4;
}
.top_about_button {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 70px auto 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 29px;
}
.top_about_button_top {
  padding-top: 10px;
}
.top_about_button_bottom {
  max-width: 685px;
}
.top_about_box1,.top_about_box1 {
  position: relative;
}
.top_about_box1::before, .top_about_box1::after, .top_about_box2::before, .top_about_box2::after {
  position: absolute;
  content: "";
}
.top_about_box1::before {
  background: url(../img/top/top_about_backimg02.png) no-repeat;
  width: 278px;
  height: 278px;
  top: -20%;
  right: -5%;
  z-index: -2;
  opacity: 0.7;
}
.top_about_box1::after {
  background: url(../img/top/top_about_backimg03.png) no-repeat;
  width: 162px;
  height: 162px;
  bottom: -1%;
  right: -14%;
  z-index: -2;
  opacity: 0.7;
}
.top_about_box1 .top_about_box_inner:after {
  content: '';
  position: absolute;
  background: url(../img/top/top_about_backimg04.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  bottom: -55%;
  left: -15%;
  z-index: -2;
  opacity: 0.7;
}
.top_about_box2:after {
  background: url(../img/top/top_about_backimg04.png) no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  bottom: -60%;
  left: 27%;
  z-index: -2;
  opacity: 0.7;
}
.button_top_about {
  margin: auto auto;
}
.button_top_about_imgbox {

  margin: auto;
  display: block;
}
.top_about_button_wrap {
  position: relative;
  z-index: 1;
  margin-top: 5%;
  max-width: 1200px;
  margin-inline: auto;
  font-size: 16px;
}
@media screen and (max-width: 1120px) {
  .top_about {
    padding: 80px 15px;
  }
  .top_about_box_img_wrp {
    margin: 0;
    max-width: 60%;
  }
  .top_about_button {
    padding-top: 120px;
    flex-direction: column-reverse;
    row-gap: 1em;
  }
  .button_top_about_imgbox {
    max-width: none;
  }

}
@media screen and (max-width: 850px) {
  .top_about::before {
    width: 400px;
    top: 50px;
    left: 47%;
  }
  .top_about .top_about_inner {
    padding-top: 30px;
  }
  .top_about_box_inner {
    flex-direction: column;
}
  .top_about_box2 .top_about_box_inner {
  flex-flow: column;
}
  .top_about_box_img_wrp {
    max-width: 80%;
    width: 80%;
  }
  .top_about_box_txt_wrp {
    margin-left: auto;
    margin-top: -30px;
    position: unset;
    max-width: 80%;
  }
  .top_about_button {
    padding-top: 30px;
}
.top_about::after {
  opacity: 0.2;
}
.top_about_button_wrap .taC{
  text-align: start;
  }
  .top_about_button_wrap {
    margin-top: 4em;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .top_about {
    padding: 80px 25px 50px;
  }
  .top_about_box_img_wrp {
    max-width: 100%;
    width: 100%;
  }
  .top_about_box_txt_wrp {
    max-width: fit-content;
  }
  .top_about_inner .top_about_box:first-child {
    padding-bottom: 35px;
  }
  .top_about_box1 .top_about_box_txt,
  .top_about_box2 .top_about_box_txt {
    padding: 45px 10px 10px;
    margin-bottom: -2px;
    line-height: calc(50 / 28);
    letter-spacing:.1em;
  }
  .top_about_button {
    padding-top: 0px;
    margin: 2.5em 0 0;
}
.top_about_button_top {
  padding-top: 0;
}
.top_about_box1::before,.top_about_box1::after,.top_about_box1 .top_about_box_inner:after,.top_about_box2:after {
  content: none;
}
.top_about_button_wrap .mb50{
margin-bottom: 30px;

}
}


/* ============================================ */
/* お知らせ */
/* ============================================ */
.top_news{
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 60px;
  position: relative;
}
.top_news::before {
  position: absolute;
  content: "";
  background: url(../img/top/news_logo.png) no-repeat;
  width: 100%;
  height: 344px;
  top: 0px;
  left: 10px;
  overflow: hidden;
  z-index: -1;
}
.top_news_inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.top_news .top_caption {
  font-size: 2rem;
  letter-spacing: 1rem;
}
.top_caption_sub {
  display: block;
  font-size: .9rem;
  text-align: center;
}
.top_news_wrp {
  max-width: 85%;
  flex: 85%;
  padding-top: 7px;
}
.top_news_flex_wrap{
	display: block;
}
.top_news .sidebar_banner_wrp {
	display: flex;
	justify-content: center;
}
.top_news .sidebar_banner_image{
  width: 100%;
  padding: 0 0 0 20px;
  border: 1px solid #cccc;
}
.top_news .sidebar_banner_link {
  display: block;
  position: relative;
}
.top_news .sidebar_banner_link::before {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -13px;
  left: -13px;
  width: 28px;
  height: 28px;
  transform: rotate( 135deg);
  display: block;
  background: #fff;
}
.top_news .sidebar_banner_link::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  bottom: -13px;
  right: -13px;
  width: 28px;
  height: 28px;
  transform: rotate( -45deg);
  display: block;
  background: #fff;
}
.top_news .sidebar_banner_wrp .sidebar_banner_link:not(:last-child) {
  margin-right: 20px;
}
.top_news_inner .top_caption_sub {
  letter-spacing: .3rem;
}
.top .top_news_inner .archive_news_content_li:nth-last-child(1),
.top .top_news_inner .archive_news_content_li:nth-last-child(2),
.top .top_news_inner .archive_news_content_li {
  width: 100%;
  border-bottom: solid 1px #b2b2b2;
}
.top_news_inner .archive_news_content_txt {
  display: flex;
  width: 100%;
  gap: 1em;
}
.top_news_inner .archive_news_content_dt {
  margin-right: 0;
  letter-spacing: .14em;
}
.top_news_inner .archive_news_content_dt a {
  padding: 2px 13px 0px;
  height: min-content;
}
.top_news_inner .archive_news_content_dd {
  display: flex;
  gap: 1.5em;
}
.top_news_inner .archive_news_content_date {
  margin-right: 20px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.archive_news_content_date::before {
  content: none !important;
}

.top_news_inner .archive_news_content_dd p {
  min-width: 8.5em;
  text-align: center;
}
.archive_news_content_dt_wrp,
.top_news_inner .detailbrn {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .top_news {
    padding: 30px 15px 40px;
  }
  .top_news_inner {
    display: block;
    width: 100%;
  }
  .top_news_wrp {
    max-width: 100%;
    padding-top: 15px;
  }
  .top_caption {
    text-align: center;
  }
  .top_news .top_caption {
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: .3rem;
  }
  .top_news .sidebar_banner_wrp {
    margin-top: 12px;
    justify-content: center;
  }
  .top_news::before {
    background: url(../img/top/news_logo_sp.png) no-repeat;
    width: 215px;
    height: 121px;
    background-size: contain;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top_news_inner .archive_news_content_txt {
    font-size: 14px;
    display: block;
    position: relative;
    margin-left: 0;
    padding-top: 0;
  }
  .top_news_inner .archive_news_content_dt {
    margin-right: 0;
  }
  .top_news_inner .archive_news_content_dd p {
    text-align: left;
    position: absolute;
    top:5px;
    left: 16em;
  }

  .top_news .sidebar_banner_image {
    padding: 0;
  }
  .top_news_wrp .archive_news_content_li:last-child {
    margin-bottom: 17px;
  }
	.top_news_flex_wrap{
		display:block;
	}
  .top_news .archive_news_content_date,
  .top_news .archive_news_content_dt a,
  .top_news .archive_news_content_dd
   {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .top_news .archive_news_content_dd
   {
    font-size: 13px;
    margin-left: 0;
    margin-top: 5px;
  }
  .top_news .archive_news_content_dt a {
    padding: 4px 8px 2px;
  }
  .top_news_inner .archive_news_content_date {
    margin-right: 5px;
    padding: 4px 0;
  }
}

@media screen and (max-width: 400px) {
  .top_news .sidebar_banner_link::after {
    bottom: -7px;
    right: -7px;
    width: 16px;
    height: 16px;
  }
  .top_news .sidebar_banner_link::before {
    top: -7px;
    left: -7px;
    width: 15px;
    height: 15px;
  }
  .top_news .archive_news_content_li,
  .top_news .archive_news_content_li:nth-last-child(2),
  .top_news .archive_news_content_li:nth-last-child(1) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/* ============================================ */
/* レンタル撮影プラン */
/* ============================================ */
.rental {
  padding: 145px 0 0px !important;
  /* padding: 145px 0 195px; */
  background: linear-gradient(to bottom, rgb(175 158 106 / 30%), #fff 30%);
  position: relative;
  overflow: hidden;
}
.rental::before {
  position: absolute;
  content: "";
  background: url(../img/top/service_logo.png) no-repeat;
  width: 680px;
  height: 312px;
  top: 30px;
  left: 20%;
  z-index: 1;
  background-size: contain;
}
.rental .top_caption, .rental_txt, .furisode_main_box {
  position: relative;
  z-index: 2;
}
.rental .top_caption {
  text-align: center;
  letter-spacing: .7rem;
}
.rental_txt_wrp {
  text-align: center;
  font-size: 1.4rem;
  padding: 32px 0 50px;
  line-height: 2;
}
.rental_txt {
  display: block;
}
.furisode_main_box {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column-reverse;
}
.rental_contents {
  position: absolute;
  width: 100%;
  height: 187px;
  bottom: -232px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../img/top/boarder_frisode.png) no-repeat #fff;
  background-size: 100% 104%;
  z-index: -1;
}
.furisode_txt_wrp {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: 0 37px 0 48px;
  height: 217px;
  bottom: -272px;
}
.furisode_txt_left {
  padding-right: 35px;
  flex: 1;
}
.furisode_txt {
  font-size: 14px;
  padding: 13px 0 25px;
}
.furisode_img_wrp {
  position: relative;
  z-index: -2;
}
.top_caption.furisode_caption {
  text-align: left;
  color: #b1a06a;
  font-size: 30px;
  letter-spacing: normal;
  font-family: 'Noto Sans JP', sans-serif;
}
.furisode_txt_right .sp{
	display:none;
}
.furisode_txt_left .top_caption.furisode_caption {
  border-bottom: 1px dashed #b2b2b2;
  padding: 16px 0 2px;
  font-weight: bold;
}
.furisode_caption_span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1;
  padding-left: 15px;
}
.top .corner_button-line.rental_link {
  margin-bottom: 10px;
}

.furisode_botann_img_wrp {
  width: 72%;
  margin: 5px auto 0;
  position: relative;
  display: block;
  text-align: center;
}
.furisode_txt_right {
  width: 25.6%;
}
.furisode_txt_right .furisode_botann_img_wrp {
  width: 100%;
}
.botann_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.botann_ttl.botann_rental {
  color: #fff;
}
.botann_rental_wrp {
  margin-bottom: 10px;
}
@media screen and (max-width: 891px) {
  .furisode_txt {
    padding: 5px 0 25px;
  }
}
@media screen and (max-width: 800px) {
  .furisode_img_wrp {
    padding: 0 10px;
  }
  .furisode_txt {
    padding: 7px 0 0;
  }

  .furisode_txt_left .top_caption.furisode_caption {
    font-size: 1.5rem;
    padding: 0 0 6px;
  }
  .furisode_txt_right .furisode_botann_img_wrp {
    max-width: 190px;
    margin: 0 auto;
  }
.furisode_txt_right .sp{
	display:block;
}
  .furisode_txt_wrp {
    max-width: 94%;
    display: block;
    height: auto;
    padding: 18px 18px 17px;
  }
  .furisode_txt_right {
    width: 100%;
    gap: 0 5px;
    display: flex;
    margin: 0 auto;
    padding-top: 9px;
    justify-content: center;
  }
  .furisode_txt_right .botann_rental_wrp {
    max-width: 130px;
    margin: 0 20px 0 0;
  }
  .furisode_txt_left {
    padding: 0;
  }

  .rental {
    padding: 50px 0 227px;
  }
  .rental_txt_wrp {
    font-size: 1rem;
    padding: 17px 15px 19px;
  }
  .rental::before {
    width: 398px;
    height: 149px;
    left: 50%;
    right: 50%;
    background-size: contain;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .rental .top_caption {
    letter-spacing: .3rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .rental_contents {
    bottom: -327px;
  }
  .top_caption.furisode_caption {
    font-size: 1.5rem;
    padding: 2px 0 5px 0;
  }
  .furisode_caption_span {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 550px) {
  .rental_contents {
    bottom: -365px;
  }
  .rental {
    padding: 50px 0 245px;
}
}
@media screen and (max-width: 450px) {
  .furisode_txt {
    font-size: 13px;
    line-height: calc(35 / 26);
  }

  .furisode_txt_right {
    flex-wrap: wrap;
  }
  .furisode_txt_right .furisode_botann_img_wrp {
    max-width: 48%;
}
.rental_contents {
  bottom: -387px;
}
.rental {
  padding: 50px 0 260px;
}
}
@media screen and (max-width: 420px) {
  .rental_contents {
    bottom: -400px;
    /* bottom: -373px; */
  }
  .rental {
    padding: 50px 0 280px;
    /* padding: 50px 0 250px; */
  }

}
@media screen and (max-width: 337px) {
  .furisode_txt_wrp {
    padding: 13px 18px 12px;
  }
}

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

  .top_caption.furisode_caption {
    padding: 0 0 5px 0;
  }

}

/* ============================================ */
/* リンク集 */
/* ============================================ */
.top_link_sec {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.top_link_wrp {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.top_link_wrp::before, .top_link_wrp::after {
  content: "";
  order: 1;
  width: 32%;
}
.top_link_box {
  /* width: 32%; */
  width: 24%;
  position: relative;
  margin-bottom: 100px;
}
.top_link_img {
  width: 100%;
}
.top_link_txt.rental_contents {
  position: absolute;
  width: 90%;
  background: url(../img/top/boarder_link.png) no-repeat;
  z-index: 0;
  bottom: -182px;
  background-size: 100% 104%;
}
.top_link_box .top_caption.furisode_caption {
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.top_link_box .furisode_caption_span {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
.top_link_caption {
  padding: 23px 10px 5px;
  justify-content: center;
}
.top_link_txt_inner {
  padding: 0 0 20px;
}

@media screen and (min-width: 801px) {
  .top_link_box:nth-child(3n+2) {
    transition-delay: .1s;
  }
  .top_link_box:nth-child(3n) {
    transition-delay: .2s;
  }
}
@media screen and (max-width: 800px) {
  .top_link_sec {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .top_link_wrp {
    justify-content: center;
  }
  .top_link_box {
    width: 46%;
  }
  .top_link_box:nth-child(2n) {
    transition-delay: .1s;
  }
  .top_link_wrp::before, .top_link_wrp::after {
    width: 47%;
  }
  .top_link_wrp .top_link_box:nth-child(odd) {
    margin-right: 18px;
  }
  .top_link_box .top_caption.furisode_caption {
    font-size: 1.5rem;
    padding: 20px 0 10px 40px;
  }
  .top_link_txt.rental_contents {
    height: auto;
  }
}

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

  .furisode_caption_span {
    padding-left: 10px;
  }

}

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

  .top_link_sec .furisode_botann_img_wrp {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
  }
  .top_link_sec .furisode_botann_img_wrp.botann_rental_wrp {
    margin-bottom: 10px;
  }
  .top_link_box {
    margin-bottom: 120px;
  }
  .top_link_txt.rental_contents {
    width: 94%;
  }
  .top_link_txt_inner {
    padding: 0 0 15px;
  }
}

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

  .top_link_box {
    margin-bottom: 110px;
  }
  .top_link_txt.rental_contents {
    bottom: -160px;
    top: auto !important;
  }
  .top_link_box .top_caption.furisode_caption {
    padding: 10px 0 10px 20px;
    font-size: 1.3rem;
  }
  .top_link_box .furisode_caption_span {
    font-size: 1rem;
  }

}
@media screen and (max-width: 500px) {
  .furisode_txt_wrp.rental_contents {
    background:#fff url(../img/top/boarder_frisode_sp2.png) no-repeat top center;
    background-size: 104% 100%;
    padding: 18px 30px 16px;
    max-width: 100%;
  }

}

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

  .top_link_box {
    margin-bottom: 125px;
  }
  .top_link_txt.rental_contents {
    bottom: -175px;
  }
  .top_link_box .top_caption.furisode_caption {
    padding: 12px 0;
    display: block;
    text-align: center;
  }
  .top_link_sec .furisode_botann_img_wrp.botann_rental_wrp {
    margin-bottom: 7px;
  }
  .top_link_box .furisode_caption_span {
    display: block;
    padding: 0;
  }
  .top_link_box .graduation_hakama .top_caption.furisode_caption {
    padding: 7px 0 17px;
  }
  .top_link_box .graduation_hakama .furisode_caption_span {
    height: 10px
  }
  .top_link_sec .furisode_botann_img_wrp {
    max-width: 82%;
  }
  .top_link_txt_inner {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 800px) {
  .customers-voice {
    background: #fff;
    padding: 50px 25px 45px;
  }
}

/* ============================================ */
/* 店舗情報 */
/* ============================================ */
.shop_sec {
  background: #f4f4ef;
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
}
.shop_sec::before {
  position: absolute;
  content: "";
  background: url(../img/top/shop_logo.png) no-repeat;
  width: 418px;
  height: 343px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 0;
}
.shop_sec .top_caption {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1rem;
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}
.top .shop_wrp {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.top .section_shop {
  width: 32%;
  /* align-self: baseline; */
}
.top .shop_inner {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.top .shop_img {
  height: 65%;
}
.top .shop_img img {
  width: 100%;
}
.top .shop_title a {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.top .shop_address, .top .shop_tel_bold {
  font-size: 1.4rem;
}
.top .shop_address {
  flex-grow: 1;
}

.top .shop_costume_title {
  display: none;
}
.top .shop_costume_taglist {
  display: none;
}
.top .shop_info {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.top .shop_tel {
  margin-top: auto;
}
@media screen and (min-width: 959px) {
  .top .section_shop:nth-child(3n+2) {
    transition-delay: .1s;
  }
  .top .section_shop:nth-child(3n) {
    transition-delay: .2s;
  }
}
@media screen and (max-width: 958px) {
  .shop_sec {
    padding: 50px 0;
  }
  .shop_sec::before {
    width: 209px;
    height: 170px;
    top: 0;
    left: 50%;
    background-size: contain;
  }
  .top .shop_wrp {
    padding: 0 15px;
  }
  .shop_sec .top_caption {
    padding-bottom: 65px;
    line-height: 1.5;
    letter-spacing: .5rem;
  }
  .top .section_shop {
    width: 48%;
  }
  .top .section_shop:nth-child(2n) {
    transition-delay: .1s;
  }
  .top .shop_inner {
    width: 100%;
  }
  .shop_wrp .section_shop:nth-child(n+7){
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .top .shop_img {
    height: auto;
  }
  .top .shop_title a {
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
  .top .shop_address, .top .shop_tel_bold {
    font-size: 1rem;
  }
  .top .shop_text_wrap {
    margin-bottom: 0;
  }
  .top .shop_tel {
    padding: 2px 0;
  }
}

/* ============================================ */
/* マップ */
/* ============================================ */

#top_map {
  width: 100%;
  height: 400px;
}

/* ============================================ */
/* トップページ フッター */
/* ============================================ */
@media screen and (max-width: 800px) {
  .top footer {
    margin-top: 0;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  top: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
  background: #262626;
}
#pagetop::after {
  width: 10px;
  height: 10px;
  top: 55%;
}
@media screen and (max-width: 800px) {
  #pagetop {
    bottom: 10%;
  }
  footer {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  footer {
    padding-bottom: 25px;
  }
}

/* btn-new */
.btn-new {
  background: url(../img/top/btn_bg.png) no-repeat center center;
  background-size: contain;
  min-width: 40%;
  height: 70px;
  display: grid;
  place-items: center;
  color: #fff;
  letter-spacing: .1em;
  font-family: 'Noto Sans JP', sans-serif;
}
.btn-new.--btn_w {
  background: url(../img/top/btn_bg_w.png) no-repeat center center;
  background-size: contain;
  color: #333;
}
@media screen and (max-width: 800px) {
  .btn-new {
    font-size: 14px;
  }
}
@media screen and (min-width: 1121px) {
  .top_about_button_top .btn-new {
    width: 300px;
  }
}
.furisode_botann_img_wrp.btn-new {
  width: 72%;
  height: 39px;
  font-size: 14px;
}
.furisode_txt_wrp .furisode_botann_img_wrp.btn-new {
  width: 90%;
  height: 60px;
  font-size: 14px;
  margin: 0px auto 0;
}
.furisode_txt_right .btn-new {
  min-width: fit-content;
}

@media screen and (max-width: 590px) {
  .top_link_sec .furisode_botann_img_wrp.btn-new {
    width: 100%;
    margin-bottom: 0;
  }
  .campaign_corner_button .btn-new,
  .top_about_button_top .btn-new,
  .campaign_corner_button .btn-new,
  .shop_btn .btn-new,
  .btn-new.__sp_long {
    background: url(../img/top/btn_bg_1.png) no-repeat center center;
    background-size: contain;
    font-size: 16px;
    width: 100%;
  }
  .shop_btn  {
    padding: 0 25px;
  }
}
@media screen and (max-width: 420px) {
  .furisode_txt_wrp .furisode_botann_img_wrp.btn-new {
    height: 3.5em;
  }
}
@media screen and (max-width: 350px) {
  .furisode_txt_wrp .furisode_botann_img_wrp.btn-new:nth-child(2) {
    font-size: 13px;
  }
}


/* ヘッダー */
@media screen and (max-width: 800px) {
  .header_top_wrap_inner {
    height: 75px;
  }
  .header_logo_wrap {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    margin-left: 20px;
    display: grid;
    align-content: center;
  }
  .header_logo_wrap img {
    max-height: 60px;
    object-fit: contain;
  }
  .header_nav_top_list_item .round_button {
    display: none;
  }
  .header_nav_top {
    padding: 0;
  }
  .header_nav_wrap {
    gap: 8%;
  }
  .shop_sns_img {
    width: 44px;
    height: 45px;
  }
}
@media screen and (max-width: 390px) {
  .header_nav_top {
    display: block;
  }
}

/* ハンバーガーメニュー　ボタン周り */
.hamburger_btn {
  position: relative;
  width: 48px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
}
.hamburger_btn span, .hamburger_btn span::before, .hamburger_btn span::after {
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
}
.hamburger_btn span {
  top: 27px;
  left: 10px;
}
.hamburger_btn span::before, .hamburger_btn span::after {
  content: "";
  left: 0;
}
.hamburger_btn span::before {
  top: -10px;
}
.hamburger_btn span::after {
  bottom: -10px;
}
.hamburger_close{
  position: fixed;
  color: #fff;
  top: 15px;
}
.hamburger_close span{
  background: transparent;
}
.hamburger_close span::before, .hamburger_close span::after {
  top: 0;
}
.hamburger_close span::before {
  transform: rotate(-45deg);
}
.hamburger_close span::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  .hamburger_btn {
    right: 20px;
    top: 5px;
  }
  .hamburger_nav.is-open .hamburger_close span::before,
  .hamburger_nav.is-open .hamburger_close span::after {
    background-color: #fff;
  }
  .hamburger_btn span {
    top: 10px;
    left: 3px;
  }
  .hamburger_btn span,
  .hamburger_btn span::before,
  .hamburger_btn span::after {
    width: 40px;
  }
  .hamburger_nav_top_list_item {
    display: none;
  }
  .hamburger_nav_top_list {
    padding: 19px 70px 9px 0;
  }
  .hamburger_close{
    top: 15px;
  }

}
@charset "UTF-8";

/* お知らせ一覧 */
/* ============================================ */

/* 共通部分 */
.campaign_content_title {
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  letter-spacing: .15em;
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #6a6a6a;
  margin-bottom: 19px;
}
.campaign_content_title span {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .5em;
  padding-left: 21px;
}
.archive_campaign_content_postlist {
  display: flex;
  max-width: 770px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.archive_campaign_content_list {
  box-sizing: border-box;
  flex: 0 1 calc(95% / 3);
  width: 240px;
  padding: 0 0 16px 0;
  margin: 0 0 22px 0;
}
.archive_campaign_content_img_wrap {
  overflow: hidden;
}
.archive_campaign_link_wrap img {
  transition: .3s transform ease-out;
}
.archive_campaign_link_wrap:hover img {
  transform: scale(1.2);
}
.archive_campaign_content_date {
  font-size: 1.3rem;
  color: #838383;
  font-weight: bold;
}
.archive_campaign_content_text {
  font-size: 1.4rem;
  font-weight: bold;
}
.archive_campaign_content_img_wrap img {
  object-fit: cover;
  width: 240px;
  height: 240px;
	/* height: 200px; */
}
.campaign_content_button {
  text-align: center;
  margin: 0 0 59px 0;
}
.archive_news_content_li {
  border-bottom: dashed 1px #b2b2b2;
  padding-bottom: 19px;
  margin-bottom: 19px;
}
.archive_news_content_li:first-child {
  border-top: solid 1px #6a6a6a;
  padding-top: 19px;
}
.archive_news_content_li:last-child {
  border-bottom: solid 1px #6a6a6a;
  padding-bottom: 19px;
  margin-bottom: 19px;
}
.archive_news_content_dl {
  display: flex;
  align-items: center;
}
.archive_news_content_dt_wrp {
  display: flex;
  margin: 0 0 auto;
}
.news_content_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
.archive_news_content_dt a {
  display: block;
  font-size: 1.2rem;
  background: #74a6aa;
  padding: 1px 8px;
  color: #fff;
  text-align: center;
}
.archive_news_content_dt a:not(:last-child) {
  margin-right: 5px;
}
.archive_news_content_date {
  font-size: 1.3rem;
  font-weight: bold;
  color: #838383;
}
.archive_news_content_dt {
  margin-right: 24px;
  display: flex;
}
.archive_news_content_dt a a:not(:last-child) {
  margin-right: 5px;
}
.archive_news_content_date::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 12px;
  margin-left: 4px;
  border: transparent solid 4px;
  border-left-color: #74a6aa;
  vertical-align: 1px;
  border-width: 4px 0 4px 6px;
}
.archive_news_content_dd {
  font-size: 1.4rem;
  flex: 1;
}
.campaign_content_green {
  margin: 34px -3px 29px;
}
.campaign_content_green .pager_wrap .pager {
  border: 1px dashed #74a6aa;
  color: #74a6aa;
  padding: 4px 0;
}
.campaign_content_green .pager_wrap .pager:hover, .pagination .current {
  background: #74a6aa;
  color: #fff !important;
}
.prev.pager::before, .next.pager::before {
  border-left: solid 10px #70a4a8;
}
.campaign_content_green .pager_wrap {
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 801px) {
  .archive_campaign_content_list:nth-child(3n+1):not(:nth-last-child(-n+3)) {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 21px;
    display: block;
    box-sizing: border-box;
  }
  .archive_campaign_content_list:nth-child(3n+1):not(:nth-last-child(-n+3))::after {
    position: absolute;
    width: 314%;
    content: "";
    border-bottom: 1px dashed #b2b2b2;
    bottom: 0;
  }
}
@media screen and (max-width: 870px) {
  .archive_news_content_date::before {
    margin-right: 4px;
    margin-left: 0px;
    border-width: 4px 0 4px 6px;
  }
}
@media screen and (max-width: 850px) {
  .archive_campaign_content_list {
    box-sizing: border-box;
    flex: 0 1 calc(95% / 3);
    padding: 0px;
    margin-left: 0px;
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .news_content_ttl {
    font-size: 1.2rem;
  }
  .archive_campaign_content_postlist {
    justify-content: center;
    margin: 0 auto;
  }
  .archive_campaign_content_img_wrap img {
    width: 100%;
    /* height: 115px; */
	  height: 100%;
  }
  .archive_campaign_content_list {
    box-sizing: border-box;
    flex: 0 1 calc(67% / 2);
    padding: 0 5px 6px;
    margin: 0 0 7px 0;
    width: 240px;
  }
  .archive_news_content_dt_wrp {
    margin: 0 0 6px;
  }
  .campaign_content_title {
    font-size: 1.5rem;
  }
  .campaign_content_title span {
    font-size: .5rem;
    padding-left: 7px;
  }
  .blog .archive_campaign_content_list:nth-child(n+5){
    display: none;
  }
  .archive_campaign_content_date {
    font-size: 1rem;
  }
  .archive_campaign_content_text {
    font-size: 1rem;
  }
  .campaign_content_button {
    text-align: center;
    margin: 0 0 19px 0;
  }
  .campaign_content_button_img {
    width: 130px;
  }
  .archive_news_content_li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .archive_news_content_li:first-child {
    border-top: solid 1px #c7c7c7;
    padding-top: 10px;
  }
  .archive_news_content_li:last-child {
    padding-bottom: 12px;
    margin-bottom: 23px;
    border-bottom: solid 1px #c7c7c7;
  }
  .archive_news_content_dl {
    align-items: normal;
  }
  .archive_news_content_dt a {
    font-size: 1rem;
    background: #74a6aa;
    padding: 0 6px;
    color: #fff;
    text-align: center;
    margin: 0 6px auto;
  }
  .archive_news_content_date {
    font-size: 1rem;
    color: #838383;
  }
  .archive_news_content_date::before {
    margin-right: 4px;
    border-width: 2px 0 2px 4px;
  }
  .archive_news_content_dd {
    font-size: 1rem;
  }
  .campaign_content_green {
    margin: 23px -3px 16px;
  }
  .archive_news_content_dt {
    margin: 0;
    font-weight: bold;
  }
  .archive_news_content_date {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .archive_campaign_content_postlist {
    justify-content: space-between;
    margin: 0;
  }
  
  .archive_campaign_content_list {
    flex: 0 1 calc(100% / 2);
  }
}
@media screen and (max-width: 400px) {
  .archive_news_content_dl {
    display: block;
  }
  .archive_news_content_dd {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .archive_campaign_content_list {
    flex: 0 1 calc(100% / 2);
  }
  
}

/* お知らせ詳細 */
/* ============================================ */

/* 共通部分 */

.news_content_list_area {
  border-bottom: solid 0.5px #6a6a6a;
  padding-bottom: 29px;
  margin-bottom: 29px;
  max-width: 770px;
}

.news_content_list {
  max-width: 650px;
  margin: 0 60px;
}
.news_content_title_wrp {
  border-bottom: solid 0.5px #6a6a6a;
  padding-bottom: 13px;
  margin-bottom: 23px;
}
.news_content_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 650px;
}
.news_content_date_wrp {
  flex: 1;
}
.news_content_date {
  font-size: 1.3rem;
  font-weight: bold;
  color: #838383;
}

.news_content_category a {
  font-size: 1.2rem;
  background: #74a6aa;
  padding: 1px 8px;
  color: #fff;
  text-align: center;
}

.news_content_text {
  font-size: 1.4rem;
  max-width: 650px;
  margin: 23px 0 0 0;
  line-height: 2;
}

.news_content_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: -20px;
}

.news_content_nav_prev_post, .news_content_nav_next_post {
  font-family: 'Noto Serif JP', serif;
  color: #74a6aa;
  width: 80px;
}
.news_content_nav_prev_post .prev.pager {
  padding-left: 35px;
}
.news_content_nav_prev_post .prev.pager::before {
  transform: translateY(-50%) rotate(-180deg);
  left: 10px;
}
.news_content_nav_prev_post .prev.pager:hover::before {
  left: 0;
}
.news_content_nav_next_post {
  text-align: right;
}
.news_content_nav_next_post .next.pager {
  padding-right: 35px;
}
.news_content_nav_next_post .next.pager::before {
  transform: translateY(-50%);
  left: auto;
  right: 10px;
  transition-property: right;
}
.news_content_nav_next_post .next.pager:hover::before {
  right: 0;
}
.news_content_text_prev {
  transform: rotate(180deg);
  width: 55px;
  height: 15px;
  position: absolute;
  right: -100%;
  padding-left: 22px;
}

.news_content_text_next {
  width: 50px;
  position: absolute;
  right: 20%;
  top: -100%;
}

@media screen and (max-width: 800px) {
  
  .single .inner {
    display: block;
  }
  
  .news_main_column {
    display: block;
    margin: 0 auto;
    padding-top: 14px;
  }
  
  .news_content_list_area {
    padding-bottom: 25px;
    margin-bottom: 20px;
    max-width: 740px;
  }
  
  .news_content_list {
    margin: 0 auto;
  }
  .news_content_title_wrp {
    padding-bottom: 6px;
  }
  .news_content_title {
    padding-bottom: 5px;
    max-width: 740px;
  }
  
  .news_content_date {
    font-size: 1rem;
  }
  
  .news_content_category a {
    font-size: 1rem;
    padding: 3px 4px;
  }
  
  .news_content_item {
    padding: 0 23px;
  }
  
  .news_content_text {
    font-size: 1rem;
    margin: 9px 0 0 0;
  }
  
  .news_content_nav {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .news_content_nav_prev_post, .news_content_nav_next_post {
    width: 55px;
    height: 30px;
    line-height: 30px;
  }
  .news_content_nav_prev_post .prev.pager {
    padding-left: 25px;
  }
  .news_content_nav_prev_post .prev.pager::before {
    left: 5px;
  }
  .news_content_nav_next_post .next.pager {
    padding-right: 25px;
  }
  .news_content_nav_next_post .next.pager::before {
    right: 5px;
  }
  .news_content_nav .pager:before {
    border-width: 4px;
    border-left-width: 8px;
  }
  
  .news_content_text_prev {
    font-size: 1rem;
    height: 10px;
    padding-left: 17px;
  }
  
  .news_content_text_next {
    font-size: 1rem;
    right: -50%;
    top: -60%;
  }
  .news_content_back_btn img {
    width: 130px;
  }
}

/* お知らせサイドバー */
/* ============================================ */

/* 共通部分 */
.news_sidebar .side_wrap {
  padding: 0 0 13px;
}
.news_sidebar .side_wrap::before {
  display: block;
  background: #000;
  box-shadow: 1px -1px #cccccc;
  top: -15px;
  right: 0;
  width: calc(100% - 15px);
  height: 15px;
}
.news_sidebar .side_wrap::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -10px;
  left: 0px;
  width: 22px;
  height: 11px;
  transform: rotate(-45deg);
  display: block;
  background: #000;
}
.news_sidebar .side_box::before {
  right: -13px;
  height: 23px;
}
.news_sidebar .side_box::after {
  bottom: -9px;
  width: 15px;
  height: 8px;
}
.news_sidebar .side_ttl {
  background: #000;
  color: #fff;
  margin-bottom: 13px;
}
.news_sidebar .side_ttl_text {
  font-weight: bold;
}
.news_sidebar .all_link {
  color: #000;
  background: #f2f2f2;
  transition: .3s background ease-out;
}
.news_sidebar .all_link.active, .news_sidebar .all_link:hover {
  background: #6ca0a4;
  color: #fff;
}
.news_sidebar .all_link::before {
  bottom: 1px;
  right: 1px;
}
.news_sidebar .all_link:not(.active)::before {
  border-left-color: #000;
}
.news_sidebar .all_link:hover::before {
  border-left-color: #fff;
}
.news_sidebar .all_link_button {
  padding: 0 10px;
  margin: 2px 0 0px;
}
.news_sidebar .sidebar_banner_wrp {
  margin-top: 20px;
}
.news_sidebar .sidebar_banner_wrp .sidebar_banner_link:not(:last-child) {
  margin-bottom: 15px;
}
.news_sidebar .sidebar_banner_link {
  display: block;
  position: relative;
}
.news_sidebar .sidebar_banner_link::before {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -8px;
  left: -8px;
  width: 18px;
  height: 18px;
  transform: rotate(135deg);
  display: block;
  background: #fff;
}
.news_sidebar .sidebar_banner_image {
  width: 100%;
  border: 1px solid #cccc;
}
.news_sidebar .sidebar_banner_link::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  bottom: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
  display: block;
  background: #fff;
}
@media screen and (min-width: 801px) {
  .news_sidebar_column:not(:first-child) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .news_side_column {
    display: block;
    margin: 0 auto;
  }
  .news_sidebar {
    margin: 25px 0 -15px 0;
    width: 100%;
  }
  .news_sidebar .sidebar_banner_wrp {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .news_sidebar_column:not(:first-child) {
    margin: 0 0 0 11px;
  }
}

/* お知らせページトップ部分画像 */
.blog .page_ttl_content::before, .archive .page_ttl_content::before, .single .page_ttl_content::before {
  background: url(../img/news/news_title_img.jpg) center center no-repeat;
  background-size: cover;
}
.blog .page_ttl-page .page_ttl_text_wrap::after, .archive .page_ttl-page .page_ttl_text_wrap::after, .single .page_ttl-page .page_ttl_text_wrap::after {
  background: url(../img/news/news_title_text.png) center center no-repeat;
  left: 50%;
  top: 55%;
}
@media screen and (max-width: 800px) {
  .blog .page_ttl-page .page_ttl_text_wrap::after, .archive .page_ttl-page .page_ttl_text_wrap::after, .single .page_ttl-page .page_ttl_text_wrap::after {
    background-size: contain;
    width: 50vw;
    left: 9%;
  }
  
}

/* ============================================ */
/* メインビジュアル 追加分*/
/* ============================================ */

.home .archive_news_content_li {
  border-bottom: dashed 1px #b2b2b2;
  padding-bottom: 19px;
  margin-bottom: 19px;
  width:50%;
}

.news_cat{
	display:flex;
}

.archive .hover_left_border_dgreen{
	display:block;
	margin-bottom:1px;
}

.archive_news_content_dt_wrp {
  display: flex;
  margin: 0 0 auto;
  width:40%;
}
.archive_news_content_li:first-child {
    border-top: 0px !important;
    padding-top: 0px !important;
}
.archive_news_content_li:nth-last-child(1){
    border-bottom: solid 1px #6a6a6a;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
.archive_news_content_li:nth-last-child(2){
    border-bottom: solid 1px #6a6a6a;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
.top_news_flex_wrap{
  display:flex;
  flex-wrap: wrap;
}
.archive_news_content_txt{
  width:60%;
}
.archive_news_content_dd{
   margin-left:16px;
}

@media screen and (max-width: 800px) {
  .top_news_flex_wrap{
    display:block;
  }
  .home .archive_news_content_li {
    width:100%;
  }
  .archive_news_content_dl {
    display: flex !important;
  }
  .news_img{
    width:75%;
  }
	.news_cat{
		display:block;
	}
  .archive_news_content_dd{
    font-size: 11px;
    margin-top: 10px;
    padding-left:0px !important;
  }
  .archive_news_content_txt{
    padding-left: 10px;
    padding-top: 15px;
  }
  .archive_news_content_li:nth-last-child(2){
    border-bottom: dashed 1px #6a6a6a;
  }
}
@charset "UTF-8";

.top .corner_button-line {
  position: relative;
  z-index: 2;
  padding: 14px 4px;
}
.top_caption {
  font-family: 'Noto Serif JP', serif;
}
.top  main {
  overflow: hidden;
  margin-top: -58px;
}
.top h2 {
  font-size: 2rem;
  letter-spacing: .7rem;
}

@media screen and (max-width: 800px) {
  .top .corner_button-line {
    padding: 6px 4px;
  }
  .top  main {
    margin-top: 0;
  }
  .top h2 {
    font-size: 1.3rem;
  }
}


/* ============================================ */
/* メインビジュアル */
/* ============================================ */
.mainvisual {
  position: relative;
  margin-bottom: 111px;
}
.main_logo {
  position: absolute;
  bottom: -60px;
  right: 65px;
  z-index: 1;
}

@media screen and (max-width: 1030px) {
  .main_logo {
    width: 217px;
    height: 58px;
    right: 20px;
    bottom: -20px;
  }
}
@media screen and (max-width: 800px) {
  .top main {
    padding-top: 0 !important;
  }
  .main_content_wrap {
  }
  .mainvisual {
	  margin-bottom: 30px;
    padding-top: 75px !important;

	}
}
/* スライダー */
.top_slider.inner {
  max-width: 100%;
  padding: 0;
}
.slider_img {
  width: 100%;
}
.mainvisual .slick-slide img {
  aspect-ratio: 373/211;
  object-fit: cover;
}
.top .slick-dots {
  width: 340px;
  bottom: -60px;
  left: 0;
  padding-left: ;
}
.top .slick-dots li, .top .slick-dots li button, .top .slick-dots li button:before{
  width: 50px;
  height: 3px;
}
.top .slick-dots li {
  margin: 0 5px 0 0;
}
.top .slick-dots li:last-child {
  margin: 0;
}
.top .slick-dots li button:before {
  color: #cccccc;
  background: #cccccc;
}
.top .slick-dots li.slick-active button:before {
  background: #70a4a8;
}
.top .slick-dots li button:before {
  content: '' !important;
}
.top .slick-slide {
  height: auto;
}
  .top .mainvisual .slick-slide {
    aspect-ratio: 373 / 211;
    overflow: hidden;
  }

@media screen and (max-width: 800px) {
  .top .mainvisual .slick-slide {
    aspect-ratio: 373 / 211;
    overflow: hidden;
  }
  .top .slick-dots {
    bottom: -20px;
    width: 150px;
  }
  .top .slick-dots li, .top .slick-dots li button, .top .slick-dots li button:before {
    width: 25px;
    height: 2px;
  }
}

/* カウンター */
.top_slider-num {
  padding-left: 50px;
  color: #b1a06a;
  font-family: 'Lovers Quarrel', cursive, 'Noto Serif JP', serif;
  position: relative;
}
.num_inner {
  position: absolute;
  display: flex;
  align-items: center;
  width: 33px;
  top: -30px;
  left: 95px;
  font-weight: bold;
}
.count_naw {
  font-size: 4.5rem;
  padding: 0 0 30px 0;
}
.count_all {
  font-size: 2.5rem;
  padding: 10px 0 0 0;
}

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

  .num_inner {
    top: -35px;
    left: 15px;
  }
  .count_naw {
    font-size: 2rem;
    padding: 0 0 12px 0;
  }
  .count_all {
    font-size: 1.5rem;
    padding: 0;
  }
}


/* ============================================ */
/* ヘッダーコンテンツ */
/* ============================================ */
.top .header_content {
  margin: 0 auto 10px;
}
.top .header_content::after {
  background: #f4f4ef;
}

@media screen and (min-width: 801px) {
  .top .header_content {
    position: relative;
  }
  .wrap {
    padding-top: 0 !important;
  }
  .header_top_wrap {
    width: 100%;
    max-width: 100%;
  }
  .header_top_wrap_inner{
    border-bottom: transparent;
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .header_top_wrap_inner::after {
    content: none;
  }
  .change_menu_button {
    display: none;
  }
  .header_top_nav {
    clip-path: polygon(100% 0, 100% 50px, calc(100% - 50px) 100%, 0 100%, 0 0);
    position: relative;
    padding: 20px 0 20px;
    max-width: 100%;
  }
  .top .top_section_wrp.nav {
    padding: 0;
    background: #f4f4ef;
    margin-top: 0;
  }
  .header_top_nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    background: #b2b2b2;
    z-index: 2;
    bottom: -1px;
    right: -20px;
    transform: rotate(-42deg);
    transform-origin: bottom left;
  }
}

.shop_sns_menu a:first-child {
  display: none;
}

/* ============================================ */
/* キャンペーン */
/* ============================================ */
.campaign {
  padding: 60px 10px 60px;
  background: #f4f4ef;
}
.campaign_img_wrp {
  max-width: 1194px;
  margin: 0 auto 60px;
}
.campaign_box_wrp {
  padding: 8px;
  background: #fff;
  margin: 0 7px;
}
.campaign_box{
  padding-bottom: 59.2%;
  position: relative;
  display: block;
  overflow: hidden;
}
.campaign_img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.campaign_corner_button {
  text-align: center;
}
.button_campaign_imgbox {

  margin: auto;
  display: block;
}
@media screen and (min-width: 801px) {
  .campaign_box:hover .campaign_img {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media screen and (max-width: 800px) {
  .campaign {
    padding: 50px 25px;
    background: #f4f4ef;
  }
  .campaign_img_wrp {
    margin: 0 calc(50% - 50vw) 15px;
    width: 100vw;
  }
  .campaign_box_wrp {
    margin-right: 0px;
    padding: 5px;
  }
}
/* 振袖リンク */
.link_furisode {
  margin: 60px auto 0;
  max-width: 1180px;
}
.banner_753 {
  margin: 50px auto;
  max-width: 960px;
}
.banner_753 img {
  position: relative;
}
.banner_753_btn {
  display: inline flex;
    width: 50%;
    gap: 1em;
    position: absolute;
    left: 6%;
    bottom: 16%;
}
.banner_753.--furisode .banner_753_btn{
  bottom: 24%;
}
.banner_753.--furisode .banner_753_btn:last-of-type{
  bottom: 6%;
}
@media screen and (max-width: 800px) {
  .link_furisode {
    margin: 50px auto 10px;
  }
  .banner_753 {
    margin: 15px auto;
  }
  .banner_753_btn {
    width: 90%;
    top: calc(50% + 23%);
    left: calc(50% - 0px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

  }
  .banner_753.--furisode .banner_753_btn{
    top: calc(50% + 19%);
  }
  .banner_753.--furisode .banner_753_btn:last-of-type{
    top: calc(50% + 35%);
  }


}
@media screen and (max-width: 450px) {
  .banner_753_btn {
    top: calc(50% + 18%);
  }
  .banner_753.--furisode .banner_753_btn{
    top: calc(50% + 17%);
  }
  .banner_753.--furisode .banner_753_btn:last-of-type{
    top: calc(50% + 33%);
  }

}

/* ============================================ */
/* プルミエールについて */
/* ============================================ */
.top_about {
  background: #d9e6e8;
  padding: 120px 0 85px;
  position: relative;
  overflow: hidden;
}
.top_about::before, .top_about::after {
  position: absolute;
  content: "";
}
.top_about::before {
  background: url(../img/top/about_logo.png) no-repeat;
  background-size: contain;
  width: 860px;
  max-width: 80%;
  height: 300px;
  top: 5%;
  left: 48%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 0;
  opacity: .6;
}
.top_about::after {
  background: url(../img/top/top_about_backimg01.png) no-repeat;
  top: -10px;
  left: -80px;
  width: 221px;
  height: 221px;
  z-index: 0;
  opacity: 0.7;
}
.top_about .top_caption {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 30px;
}
.top_about .top_caption_inner {
  position: relative;
  padding-bottom: 25px;
}
.top_about .top_caption_inner::before, .top_caption_inner::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 900px;
  height: 1px;
}
.top_about .top_caption_inner::before {
  bottom: 0;
  background: rgba(0,0,0,0.2);
}
.top_about .top_caption_inner::after {
  bottom: -1px;
  background: rgba(255,255,255,0.5);
}
.top_about .top_about_inner {
  padding-top: 150px;
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: auto;
}
.top_about_box_img_wrp {
  margin: 0% calc(50% - 50vw);
  width: 50vw;
}
.top_about_box_img_wrp img {
  width: 100%;
}
.top_about_box {
  max-width: 1200px;
  margin: auto;
}
.top_about_box_inner {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.top_about_box2 .top_about_box_inner {
  flex-flow: row-reverse;
}
.top_about_box_txt_wrp {
  order: 10;
  /* position: absolute; */
  bottom: -10px;
  right: -5px;
  max-width: 47%;
  z-index: -1;
  font-size: 1.4rem;
  display: inline grid;
  place-items: center;
}
.top_about_box2 .top_about_box_txt_wrp {
  left: 0;
}
.top_about_box1 .top_about_box_txt {
  padding: 45px 30px 45px 45px;
}
.top_about_box2 .top_about_box_txt {
  padding: 45px 45px 45px 25px;
}
.top_about_inner .top_about_box:first-child {
  padding-bottom: 50px;
}
.top_about .about_us_img_wrap {
  position: relative;
  width: 50%;
}
.top_about .about_us_img {
  width: 100%;
}
.top_about .about_us_text_wrap {
  top: auto;
  bottom: -15%;
  left: 49%;
}
.top_about .corner_layout-lt, .top_about .corner_layout-rt {
  padding: 45px 20px 45px 30px;
}
.top_about .about_us_image_content_02 {
  position: relative;
}
.top_about .about_us_img_wrap_02 {
  position: absolute;
  right: 0;
  width: 50%;
}
.top_about .corner_layout.corner_layout-lb.pc {
  position: absolute;
  right: 50%;
  bottom: -270px;
}
.top_about .corner_layout-lb, .top_about .corner_layout-rb {
  padding: 55px 50px 30px 50px;
  margin-bottom: -2px;
  line-height: 2.4;
}
.top_about_button {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 70px auto 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 29px;
}
.top_about_button_top {
  padding-top: 10px;
}
.top_about_button_bottom {
  max-width: 685px;
}
.top_about_box1,.top_about_box1 {
  position: relative;
}
.top_about_box1::before, .top_about_box1::after, .top_about_box2::before, .top_about_box2::after {
  position: absolute;
  content: "";
}
.top_about_box1::before {
  background: url(../img/top/top_about_backimg02.png) no-repeat;
  width: 278px;
  height: 278px;
  top: -20%;
  right: -5%;
  z-index: -2;
  opacity: 0.7;
}
.top_about_box1::after {
  background: url(../img/top/top_about_backimg03.png) no-repeat;
  width: 162px;
  height: 162px;
  bottom: -1%;
  right: -14%;
  z-index: -2;
  opacity: 0.7;
}
.top_about_box1 .top_about_box_inner:after {
  content: '';
  position: absolute;
  background: url(../img/top/top_about_backimg04.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  bottom: -55%;
  left: -15%;
  z-index: -2;
  opacity: 0.7;
}
.top_about_box2:after {
  background: url(../img/top/top_about_backimg04.png) no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  bottom: -60%;
  left: 27%;
  z-index: -2;
  opacity: 0.7;
}
.button_top_about {
  margin: auto auto;
}
.button_top_about_imgbox {

  margin: auto;
  display: block;
}
.top_about_button_wrap {
  position: relative;
  z-index: 1;
  margin-top: 5%;
  max-width: 1200px;
  margin-inline: auto;
  font-size: 16px;
}
@media screen and (max-width: 1120px) {
  .top_about {
    padding: 80px 15px;
  }
  .top_about_box_img_wrp {
    margin: 0;
    max-width: 60%;
  }
  .top_about_button {
    padding-top: 120px;
    flex-direction: column-reverse;
    row-gap: 1em;
  }
  .button_top_about_imgbox {
    max-width: none;
  }

}
@media screen and (max-width: 850px) {
  .top_about::before {
    width: 400px;
    top: 50px;
    left: 47%;
  }
  .top_about .top_about_inner {
    padding-top: 30px;
  }
  .top_about_box_inner {
    flex-direction: column;
}
  .top_about_box2 .top_about_box_inner {
  flex-flow: column;
}
  .top_about_box_img_wrp {
    max-width: 80%;
    width: 80%;
  }
  .top_about_box_txt_wrp {
    margin-left: auto;
    margin-top: -30px;
    position: unset;
    max-width: 80%;
  }
  .top_about_button {
    padding-top: 30px;
}
.top_about::after {
  opacity: 0.2;
}
.top_about_button_wrap .taC{
  text-align: start;
  }
  .top_about_button_wrap {
    margin-top: 4em;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .top_about {
    padding: 80px 25px 50px;
  }
  .top_about_box_img_wrp {
    max-width: 100%;
    width: 100%;
  }
  .top_about_box_txt_wrp {
    max-width: fit-content;
  }
  .top_about_inner .top_about_box:first-child {
    padding-bottom: 35px;
  }
  .top_about_box1 .top_about_box_txt,
  .top_about_box2 .top_about_box_txt {
    padding: 45px 10px 10px;
    margin-bottom: -2px;
    line-height: calc(50 / 28);
    letter-spacing:.1em;
  }
  .top_about_button {
    padding-top: 0px;
    margin: 2.5em 0 0;
}
.top_about_button_top {
  padding-top: 0;
}
.top_about_box1::before,.top_about_box1::after,.top_about_box1 .top_about_box_inner:after,.top_about_box2:after {
  content: none;
}
.top_about_button_wrap .mb50{
margin-bottom: 30px;

}
}


/* ============================================ */
/* お知らせ */
/* ============================================ */
.top_news{
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 60px;
  position: relative;
}
.top_news::before {
  position: absolute;
  content: "";
  background: url(../img/top/news_logo.png) no-repeat;
  width: 100%;
  height: 344px;
  top: 0px;
  left: 10px;
  overflow: hidden;
  z-index: -1;
}
.top_news_inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.top_news .top_caption {
  font-size: 2rem;
  letter-spacing: 1rem;
}
.top_caption_sub {
  display: block;
  font-size: .9rem;
  text-align: center;
}
.top_news_wrp {
  max-width: 85%;
  flex: 85%;
  padding-top: 7px;
}
.top_news_flex_wrap{
	display: block;
}
.top_news .sidebar_banner_wrp {
	display: flex;
	justify-content: center;
}
.top_news .sidebar_banner_image{
  width: 100%;
  padding: 0 0 0 20px;
  border: 1px solid #cccc;
}
.top_news .sidebar_banner_link {
  display: block;
  position: relative;
}
.top_news .sidebar_banner_link::before {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -13px;
  left: -13px;
  width: 28px;
  height: 28px;
  transform: rotate( 135deg);
  display: block;
  background: #fff;
}
.top_news .sidebar_banner_link::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  bottom: -13px;
  right: -13px;
  width: 28px;
  height: 28px;
  transform: rotate( -45deg);
  display: block;
  background: #fff;
}
.top_news .sidebar_banner_wrp .sidebar_banner_link:not(:last-child) {
  margin-right: 20px;
}
.top_news_inner .top_caption_sub {
  letter-spacing: .3rem;
}
.top .top_news_inner .archive_news_content_li:nth-last-child(1),
.top .top_news_inner .archive_news_content_li:nth-last-child(2),
.top .top_news_inner .archive_news_content_li {
  width: 100%;
  border-bottom: solid 1px #b2b2b2;
}
.top_news_inner .archive_news_content_txt {
  display: flex;
  width: 100%;
  gap: 1em;
}
.top_news_inner .archive_news_content_dt {
  margin-right: 0;
  letter-spacing: .14em;
}
.top_news_inner .archive_news_content_dt a {
  padding: 2px 13px 0px;
  height: min-content;
}
.top_news_inner .archive_news_content_dd {
  display: flex;
  gap: 1.5em;
}
.top_news_inner .archive_news_content_date {
  margin-right: 20px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}
.archive_news_content_date::before {
  content: none !important;
}

.top_news_inner .archive_news_content_dd p {
  min-width: 8.5em;
  text-align: center;
}
.archive_news_content_dt_wrp,
.top_news_inner .detailbrn {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .top_news {
    padding: 30px 15px 40px;
  }
  .top_news_inner {
    display: block;
    width: 100%;
  }
  .top_news_wrp {
    max-width: 100%;
    padding-top: 15px;
  }
  .top_caption {
    text-align: center;
  }
  .top_news .top_caption {
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: .3rem;
  }
  .top_news .sidebar_banner_wrp {
    margin-top: 12px;
    justify-content: center;
  }
  .top_news::before {
    background: url(../img/top/news_logo_sp.png) no-repeat;
    width: 215px;
    height: 121px;
    background-size: contain;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top_news_inner .archive_news_content_txt {
    font-size: 14px;
    display: block;
    position: relative;
    margin-left: 0;
    padding-top: 0;
  }
  .top_news_inner .archive_news_content_dt {
    margin-right: 0;
  }
  .top_news_inner .archive_news_content_dd p {
    text-align: left;
    position: absolute;
    top:5px;
    left: 16em;
  }

  .top_news .sidebar_banner_image {
    padding: 0;
  }
  .top_news_wrp .archive_news_content_li:last-child {
    margin-bottom: 17px;
  }
	.top_news_flex_wrap{
		display:block;
	}
  .top_news .archive_news_content_date,
  .top_news .archive_news_content_dt a,
  .top_news .archive_news_content_dd
   {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .top_news .archive_news_content_dd
   {
    font-size: 13px;
    margin-left: 0;
    margin-top: 5px;
  }
  .top_news .archive_news_content_dt a {
    padding: 4px 8px 2px;
  }
  .top_news_inner .archive_news_content_date {
    margin-right: 5px;
    padding: 4px 0;
  }
}

@media screen and (max-width: 400px) {
  .top_news .sidebar_banner_link::after {
    bottom: -7px;
    right: -7px;
    width: 16px;
    height: 16px;
  }
  .top_news .sidebar_banner_link::before {
    top: -7px;
    left: -7px;
    width: 15px;
    height: 15px;
  }
  .top_news .archive_news_content_li,
  .top_news .archive_news_content_li:nth-last-child(2),
  .top_news .archive_news_content_li:nth-last-child(1) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/* ============================================ */
/* レンタル撮影プラン */
/* ============================================ */
.rental {
  padding: 145px 0 0px !important;
  /* padding: 145px 0 195px; */
  background: linear-gradient(to bottom, rgb(175 158 106 / 30%), #fff 30%);
  position: relative;
  overflow: hidden;
}
.rental::before {
  position: absolute;
  content: "";
  background: url(../img/top/service_logo.png) no-repeat;
  width: 680px;
  height: 312px;
  top: 30px;
  left: 20%;
  z-index: 1;
  background-size: contain;
}
.rental .top_caption, .rental_txt, .furisode_main_box {
  position: relative;
  z-index: 2;
}
.rental .top_caption {
  text-align: center;
  letter-spacing: .7rem;
}
.rental_txt_wrp {
  text-align: center;
  font-size: 1.4rem;
  padding: 32px 0 50px;
  line-height: 2;
}
.rental_txt {
  display: block;
}
.furisode_main_box {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column-reverse;
}
.rental_contents {
  position: absolute;
  width: 100%;
  height: 187px;
  bottom: -232px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../img/top/boarder_frisode.png) no-repeat #fff;
  background-size: 100% 104%;
  z-index: -1;
}
.furisode_txt_wrp {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: 0 37px 0 48px;
  height: 217px;
  bottom: -272px;
}
.furisode_txt_left {
  padding-right: 35px;
  flex: 1;
}
.furisode_txt {
  font-size: 14px;
  padding: 13px 0 25px;
}
.furisode_img_wrp {
  position: relative;
  z-index: -2;
}
.top_caption.furisode_caption {
  text-align: left;
  color: #b1a06a;
  font-size: 30px;
  letter-spacing: normal;
  font-family: 'Noto Sans JP', sans-serif;
}
.furisode_txt_right .sp{
	display:none;
}
.furisode_txt_left .top_caption.furisode_caption {
  border-bottom: 1px dashed #b2b2b2;
  padding: 16px 0 2px;
  font-weight: bold;
}
.furisode_caption_span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1;
  padding-left: 15px;
}
.top .corner_button-line.rental_link {
  margin-bottom: 10px;
}

.furisode_botann_img_wrp {
  width: 72%;
  margin: 5px auto 0;
  position: relative;
  display: block;
  text-align: center;
}
.furisode_txt_right {
  width: 25.6%;
}
.furisode_txt_right .furisode_botann_img_wrp {
  width: 100%;
}
.botann_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.botann_ttl.botann_rental {
  color: #fff;
}
.botann_rental_wrp {
  margin-bottom: 10px;
}
@media screen and (max-width: 891px) {
  .furisode_txt {
    padding: 5px 0 25px;
  }
}
@media screen and (max-width: 800px) {
  .furisode_img_wrp {
    padding: 0 10px;
  }
  .furisode_txt {
    padding: 7px 0 0;
  }

  .furisode_txt_left .top_caption.furisode_caption {
    font-size: 1.5rem;
    padding: 0 0 6px;
  }
  .furisode_txt_right .furisode_botann_img_wrp {
    max-width: 190px;
    margin: 0 auto;
  }
.furisode_txt_right .sp{
	display:block;
}
  .furisode_txt_wrp {
    max-width: 94%;
    display: block;
    height: auto;
    padding: 18px 18px 17px;
  }
  .furisode_txt_right {
    width: 100%;
    gap: 0 5px;
    display: flex;
    margin: 0 auto;
    padding-top: 9px;
    justify-content: center;
  }
  .furisode_txt_right .botann_rental_wrp {
    max-width: 130px;
    margin: 0 20px 0 0;
  }
  .furisode_txt_left {
    padding: 0;
  }

  .rental {
    padding: 50px 0 227px;
  }
  .rental_txt_wrp {
    font-size: 1rem;
    padding: 17px 15px 19px;
  }
  .rental::before {
    width: 398px;
    height: 149px;
    left: 50%;
    right: 50%;
    background-size: contain;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .rental .top_caption {
    letter-spacing: .3rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .rental_contents {
    bottom: -327px;
  }
  .top_caption.furisode_caption {
    font-size: 1.5rem;
    padding: 2px 0 5px 0;
  }
  .furisode_caption_span {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 550px) {
  .rental_contents {
    bottom: -365px;
  }
  .rental {
    padding: 50px 0 245px;
}
}
@media screen and (max-width: 450px) {
  .furisode_txt {
    font-size: 13px;
    line-height: calc(35 / 26);
  }

  .furisode_txt_right {
    flex-wrap: wrap;
  }
  .furisode_txt_right .furisode_botann_img_wrp {
    max-width: 48%;
}
.rental_contents {
  bottom: -387px;
}
.rental {
  padding: 50px 0 260px;
}
}
@media screen and (max-width: 420px) {
  .rental_contents {
    bottom: -400px;
    /* bottom: -373px; */
  }
  .rental {
    padding: 50px 0 280px;
    /* padding: 50px 0 250px; */
  }

}
@media screen and (max-width: 337px) {
  .furisode_txt_wrp {
    padding: 13px 18px 12px;
  }
}

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

  .top_caption.furisode_caption {
    padding: 0 0 5px 0;
  }

}

/* ============================================ */
/* リンク集 */
/* ============================================ */
.top_link_sec {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.top_link_wrp {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.top_link_wrp::before, .top_link_wrp::after {
  content: "";
  order: 1;
  width: 32%;
}
.top_link_box {
  /* width: 32%; */
  width: 24%;
  position: relative;
  margin-bottom: 100px;
}
.top_link_img {
  width: 100%;
}
.top_link_txt.rental_contents {
  position: absolute;
  width: 90%;
  background: url(../img/top/boarder_link.png) no-repeat;
  z-index: 0;
  bottom: -182px;
  background-size: 100% 104%;
}
.top_link_box .top_caption.furisode_caption {
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.top_link_box .furisode_caption_span {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
.top_link_caption {
  padding: 23px 10px 5px;
  justify-content: center;
}
.top_link_txt_inner {
  padding: 0 0 20px;
}

@media screen and (min-width: 801px) {
  .top_link_box:nth-child(3n+2) {
    transition-delay: .1s;
  }
  .top_link_box:nth-child(3n) {
    transition-delay: .2s;
  }
}
@media screen and (max-width: 800px) {
  .top_link_sec {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .top_link_wrp {
    justify-content: center;
  }
  .top_link_box {
    width: 46%;
  }
  .top_link_box:nth-child(2n) {
    transition-delay: .1s;
  }
  .top_link_wrp::before, .top_link_wrp::after {
    width: 47%;
  }
  .top_link_wrp .top_link_box:nth-child(odd) {
    margin-right: 18px;
  }
  .top_link_box .top_caption.furisode_caption {
    font-size: 1.5rem;
    padding: 20px 0 10px 40px;
  }
  .top_link_txt.rental_contents {
    height: auto;
  }
}

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

  .furisode_caption_span {
    padding-left: 10px;
  }

}

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

  .top_link_sec .furisode_botann_img_wrp {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
  }
  .top_link_sec .furisode_botann_img_wrp.botann_rental_wrp {
    margin-bottom: 10px;
  }
  .top_link_box {
    margin-bottom: 120px;
  }
  .top_link_txt.rental_contents {
    width: 94%;
  }
  .top_link_txt_inner {
    padding: 0 0 15px;
  }
}

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

  .top_link_box {
    margin-bottom: 110px;
  }
  .top_link_txt.rental_contents {
    bottom: -160px;
    top: auto !important;
  }
  .top_link_box .top_caption.furisode_caption {
    padding: 10px 0 10px 20px;
    font-size: 1.3rem;
  }
  .top_link_box .furisode_caption_span {
    font-size: 1rem;
  }

}
@media screen and (max-width: 500px) {
  .furisode_txt_wrp.rental_contents {
    background:#fff url(../img/top/boarder_frisode_sp2.png) no-repeat top center;
    background-size: 104% 100%;
    padding: 18px 30px 16px;
    max-width: 100%;
  }

}

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

  .top_link_box {
    margin-bottom: 125px;
  }
  .top_link_txt.rental_contents {
    bottom: -175px;
  }
  .top_link_box .top_caption.furisode_caption {
    padding: 12px 0;
    display: block;
    text-align: center;
  }
  .top_link_sec .furisode_botann_img_wrp.botann_rental_wrp {
    margin-bottom: 7px;
  }
  .top_link_box .furisode_caption_span {
    display: block;
    padding: 0;
  }
  .top_link_box .graduation_hakama .top_caption.furisode_caption {
    padding: 7px 0 17px;
  }
  .top_link_box .graduation_hakama .furisode_caption_span {
    height: 10px
  }
  .top_link_sec .furisode_botann_img_wrp {
    max-width: 82%;
  }
  .top_link_txt_inner {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 800px) {
  .customers-voice {
    background: #fff;
    padding: 50px 25px 45px;
  }
}

/* ============================================ */
/* 店舗情報 */
/* ============================================ */
.shop_sec {
  background: #f4f4ef;
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
}
.shop_sec::before {
  position: absolute;
  content: "";
  background: url(../img/top/shop_logo.png) no-repeat;
  width: 418px;
  height: 343px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 0;
}
.shop_sec .top_caption {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1rem;
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}
.top .shop_wrp {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.top .section_shop {
  width: 32%;
  /* align-self: baseline; */
}
.top .shop_inner {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.top .shop_img {
  height: 65%;
}
.top .shop_img img {
  width: 100%;
}
.top .shop_title a {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.top .shop_address, .top .shop_tel_bold {
  font-size: 1.4rem;
}
.top .shop_address {
  flex-grow: 1;
}

.top .shop_costume_title {
  display: none;
}
.top .shop_costume_taglist {
  display: none;
}
.top .shop_info {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.top .shop_tel {
  margin-top: auto;
}
@media screen and (min-width: 959px) {
  .top .section_shop:nth-child(3n+2) {
    transition-delay: .1s;
  }
  .top .section_shop:nth-child(3n) {
    transition-delay: .2s;
  }
}
@media screen and (max-width: 958px) {
  .shop_sec {
    padding: 50px 0;
  }
  .shop_sec::before {
    width: 209px;
    height: 170px;
    top: 0;
    left: 50%;
    background-size: contain;
  }
  .top .shop_wrp {
    padding: 0 15px;
  }
  .shop_sec .top_caption {
    padding-bottom: 65px;
    line-height: 1.5;
    letter-spacing: .5rem;
  }
  .top .section_shop {
    width: 48%;
  }
  .top .section_shop:nth-child(2n) {
    transition-delay: .1s;
  }
  .top .shop_inner {
    width: 100%;
  }
  .shop_wrp .section_shop:nth-child(n+7){
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .top .shop_img {
    height: auto;
  }
  .top .shop_title a {
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
  .top .shop_address, .top .shop_tel_bold {
    font-size: 1rem;
  }
  .top .shop_text_wrap {
    margin-bottom: 0;
  }
  .top .shop_tel {
    padding: 2px 0;
  }
}

/* ============================================ */
/* マップ */
/* ============================================ */

#top_map {
  width: 100%;
  height: 400px;
}

/* ============================================ */
/* トップページ フッター */
/* ============================================ */
@media screen and (max-width: 800px) {
  .top footer {
    margin-top: 0;
  }
}

#pagetop {
  position: fixed;
  right: 20px;
  top: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
  background: #262626;
}
#pagetop::after {
  width: 10px;
  height: 10px;
  top: 55%;
}
@media screen and (max-width: 800px) {
  #pagetop {
    bottom: 10%;
  }
  footer {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  footer {
    padding-bottom: 25px;
  }
}

/* btn-new */
.btn-new {
  background: url(../img/top/btn_bg.png) no-repeat center center;
  background-size: contain;
  min-width: 40%;
  height: 70px;
  display: grid;
  place-items: center;
  color: #fff;
  letter-spacing: .1em;
  font-family: 'Noto Sans JP', sans-serif;
}
.btn-new.--btn_w {
  background: url(../img/top/btn_bg_w.png) no-repeat center center;
  background-size: contain;
  color: #333;
}
@media screen and (max-width: 800px) {
  .btn-new {
    font-size: 14px;
  }
}
@media screen and (min-width: 1121px) {
  .top_about_button_top .btn-new {
    width: 300px;
  }
}
.furisode_botann_img_wrp.btn-new {
  width: 72%;
  height: 39px;
  font-size: 14px;
}
.furisode_txt_wrp .furisode_botann_img_wrp.btn-new {
  width: 90%;
  height: 60px;
  font-size: 14px;
  margin: 0px auto 0;
}
.furisode_txt_right .btn-new {
  min-width: fit-content;
}

@media screen and (max-width: 590px) {
  .top_link_sec .furisode_botann_img_wrp.btn-new {
    width: 100%;
    margin-bottom: 0;
  }
  .campaign_corner_button .btn-new,
  .top_about_button_top .btn-new,
  .campaign_corner_button .btn-new,
  .shop_btn .btn-new,
  .btn-new.__sp_long {
    background: url(../img/top/btn_bg_1.png) no-repeat center center;
    background-size: contain;
    font-size: 16px;
    width: 100%;
  }
  .shop_btn  {
    padding: 0 25px;
  }
}
@media screen and (max-width: 420px) {
  .furisode_txt_wrp .furisode_botann_img_wrp.btn-new {
    height: 3.5em;
  }
}
@media screen and (max-width: 350px) {
  .furisode_txt_wrp .furisode_botann_img_wrp.btn-new:nth-child(2) {
    font-size: 13px;
  }
}


/* ヘッダー */
@media screen and (max-width: 800px) {
  .header_top_wrap_inner {
    height: 75px;
  }
  .header_logo_wrap {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    margin-left: 20px;
    display: grid;
    align-content: center;
  }
  .header_logo_wrap img {
    max-height: 60px;
    object-fit: contain;
  }
  .header_nav_top_list_item .round_button {
    display: none;
  }
  .header_nav_top {
    padding: 0;
  }
  .header_nav_wrap {
    gap: 8%;
  }
  .shop_sns_img {
    width: 44px;
    height: 45px;
  }
}
@media screen and (max-width: 390px) {
  .header_nav_top {
    display: block;
  }
}

/* ハンバーガーメニュー　ボタン周り */
.hamburger_btn {
  position: relative;
  width: 48px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
}
.hamburger_btn span, .hamburger_btn span::before, .hamburger_btn span::after {
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
}
.hamburger_btn span {
  top: 27px;
  left: 10px;
}
.hamburger_btn span::before, .hamburger_btn span::after {
  content: "";
  left: 0;
}
.hamburger_btn span::before {
  top: -10px;
}
.hamburger_btn span::after {
  bottom: -10px;
}
.hamburger_close{
  position: fixed;
  color: #fff;
  top: 15px;
}
.hamburger_close span{
  background: transparent;
}
.hamburger_close span::before, .hamburger_close span::after {
  top: 0;
}
.hamburger_close span::before {
  transform: rotate(-45deg);
}
.hamburger_close span::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  .hamburger_btn {
    right: 20px;
    top: 5px;
  }
  .hamburger_nav.is-open .hamburger_close span::before,
  .hamburger_nav.is-open .hamburger_close span::after {
    background-color: #fff;
  }
  .hamburger_btn span {
    top: 10px;
    left: 3px;
  }
  .hamburger_btn span,
  .hamburger_btn span::before,
  .hamburger_btn span::after {
    width: 40px;
  }
  .hamburger_nav_top_list_item {
    display: none;
  }
  .hamburger_nav_top_list {
    padding: 19px 70px 9px 0;
  }
  .hamburger_close{
    top: 15px;
  }

}
@charset "UTF-8";

/* お知らせ一覧 */
/* ============================================ */

/* 共通部分 */
.campaign_content_title {
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  letter-spacing: .15em;
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #6a6a6a;
  margin-bottom: 19px;
}
.campaign_content_title span {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .5em;
  padding-left: 21px;
}
.archive_campaign_content_postlist {
  display: flex;
  max-width: 770px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.archive_campaign_content_list {
  box-sizing: border-box;
  flex: 0 1 calc(95% / 3);
  width: 240px;
  padding: 0 0 16px 0;
  margin: 0 0 22px 0;
}
.archive_campaign_content_img_wrap {
  overflow: hidden;
}
.archive_campaign_link_wrap img {
  transition: .3s transform ease-out;
}
.archive_campaign_link_wrap:hover img {
  transform: scale(1.2);
}
.archive_campaign_content_date {
  font-size: 1.3rem;
  color: #838383;
  font-weight: bold;
}
.archive_campaign_content_text {
  font-size: 1.4rem;
  font-weight: bold;
}
.archive_campaign_content_img_wrap img {
  object-fit: cover;
  width: 240px;
  height: 240px;
	/* height: 200px; */
}
.campaign_content_button {
  text-align: center;
  margin: 0 0 59px 0;
}
.archive_news_content_li {
  border-bottom: dashed 1px #b2b2b2;
  padding-bottom: 19px;
  margin-bottom: 19px;
}
.archive_news_content_li:first-child {
  border-top: solid 1px #6a6a6a;
  padding-top: 19px;
}
.archive_news_content_li:last-child {
  border-bottom: solid 1px #6a6a6a;
  padding-bottom: 19px;
  margin-bottom: 19px;
}
.archive_news_content_dl {
  display: flex;
  align-items: center;
}
.archive_news_content_dt_wrp {
  display: flex;
  margin: 0 0 auto;
}
.news_content_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
.archive_news_content_dt a {
  display: block;
  font-size: 1.2rem;
  background: #74a6aa;
  padding: 1px 8px;
  color: #fff;
  text-align: center;
}
.archive_news_content_dt a:not(:last-child) {
  margin-right: 5px;
}
.archive_news_content_date {
  font-size: 1.3rem;
  font-weight: bold;
  color: #838383;
}
.archive_news_content_dt {
  margin-right: 24px;
  display: flex;
}
.archive_news_content_dt a a:not(:last-child) {
  margin-right: 5px;
}
.archive_news_content_date::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 12px;
  margin-left: 4px;
  border: transparent solid 4px;
  border-left-color: #74a6aa;
  vertical-align: 1px;
  border-width: 4px 0 4px 6px;
}
.archive_news_content_dd {
  font-size: 1.4rem;
  flex: 1;
}
.campaign_content_green {
  margin: 34px -3px 29px;
}
.campaign_content_green .pager_wrap .pager {
  border: 1px dashed #74a6aa;
  color: #74a6aa;
  padding: 4px 0;
}
.campaign_content_green .pager_wrap .pager:hover, .pagination .current {
  background: #74a6aa;
  color: #fff !important;
}
.prev.pager::before, .next.pager::before {
  border-left: solid 10px #70a4a8;
}
.campaign_content_green .pager_wrap {
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 801px) {
  .archive_campaign_content_list:nth-child(3n+1):not(:nth-last-child(-n+3)) {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 21px;
    display: block;
    box-sizing: border-box;
  }
  .archive_campaign_content_list:nth-child(3n+1):not(:nth-last-child(-n+3))::after {
    position: absolute;
    width: 314%;
    content: "";
    border-bottom: 1px dashed #b2b2b2;
    bottom: 0;
  }
}
@media screen and (max-width: 870px) {
  .archive_news_content_date::before {
    margin-right: 4px;
    margin-left: 0px;
    border-width: 4px 0 4px 6px;
  }
}
@media screen and (max-width: 850px) {
  .archive_campaign_content_list {
    box-sizing: border-box;
    flex: 0 1 calc(95% / 3);
    padding: 0px;
    margin-left: 0px;
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .news_content_ttl {
    font-size: 1.2rem;
  }
  .archive_campaign_content_postlist {
    justify-content: center;
    margin: 0 auto;
  }
  .archive_campaign_content_img_wrap img {
    width: 100%;
    /* height: 115px; */
	  height: 100%;
  }
  .archive_campaign_content_list {
    box-sizing: border-box;
    flex: 0 1 calc(67% / 2);
    padding: 0 5px 6px;
    margin: 0 0 7px 0;
    width: 240px;
  }
  .archive_news_content_dt_wrp {
    margin: 0 0 6px;
  }
  .campaign_content_title {
    font-size: 1.5rem;
  }
  .campaign_content_title span {
    font-size: .5rem;
    padding-left: 7px;
  }
  .blog .archive_campaign_content_list:nth-child(n+5){
    display: none;
  }
  .archive_campaign_content_date {
    font-size: 1rem;
  }
  .archive_campaign_content_text {
    font-size: 1rem;
  }
  .campaign_content_button {
    text-align: center;
    margin: 0 0 19px 0;
  }
  .campaign_content_button_img {
    width: 130px;
  }
  .archive_news_content_li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .archive_news_content_li:first-child {
    border-top: solid 1px #c7c7c7;
    padding-top: 10px;
  }
  .archive_news_content_li:last-child {
    padding-bottom: 12px;
    margin-bottom: 23px;
    border-bottom: solid 1px #c7c7c7;
  }
  .archive_news_content_dl {
    align-items: normal;
  }
  .archive_news_content_dt a {
    font-size: 1rem;
    background: #74a6aa;
    padding: 0 6px;
    color: #fff;
    text-align: center;
    margin: 0 6px auto;
  }
  .archive_news_content_date {
    font-size: 1rem;
    color: #838383;
  }
  .archive_news_content_date::before {
    margin-right: 4px;
    border-width: 2px 0 2px 4px;
  }
  .archive_news_content_dd {
    font-size: 1rem;
  }
  .campaign_content_green {
    margin: 23px -3px 16px;
  }
  .archive_news_content_dt {
    margin: 0;
    font-weight: bold;
  }
  .archive_news_content_date {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .archive_campaign_content_postlist {
    justify-content: space-between;
    margin: 0;
  }
  
  .archive_campaign_content_list {
    flex: 0 1 calc(100% / 2);
  }
}
@media screen and (max-width: 400px) {
  .archive_news_content_dl {
    display: block;
  }
  .archive_news_content_dd {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .archive_campaign_content_list {
    flex: 0 1 calc(100% / 2);
  }
  
}

/* お知らせ詳細 */
/* ============================================ */

/* 共通部分 */

.news_content_list_area {
  border-bottom: solid 0.5px #6a6a6a;
  padding-bottom: 29px;
  margin-bottom: 29px;
  max-width: 770px;
}

.news_content_list {
  max-width: 650px;
  margin: 0 60px;
}
.news_content_title_wrp {
  border-bottom: solid 0.5px #6a6a6a;
  padding-bottom: 13px;
  margin-bottom: 23px;
}
.news_content_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 650px;
}
.news_content_date_wrp {
  flex: 1;
}
.news_content_date {
  font-size: 1.3rem;
  font-weight: bold;
  color: #838383;
}

.news_content_category a {
  font-size: 1.2rem;
  background: #74a6aa;
  padding: 1px 8px;
  color: #fff;
  text-align: center;
}

.news_content_text {
  font-size: 1.4rem;
  max-width: 650px;
  margin: 23px 0 0 0;
  line-height: 2;
}

.news_content_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: -20px;
}

.news_content_nav_prev_post, .news_content_nav_next_post {
  font-family: 'Noto Serif JP', serif;
  color: #74a6aa;
  width: 80px;
}
.news_content_nav_prev_post .prev.pager {
  padding-left: 35px;
}
.news_content_nav_prev_post .prev.pager::before {
  transform: translateY(-50%) rotate(-180deg);
  left: 10px;
}
.news_content_nav_prev_post .prev.pager:hover::before {
  left: 0;
}
.news_content_nav_next_post {
  text-align: right;
}
.news_content_nav_next_post .next.pager {
  padding-right: 35px;
}
.news_content_nav_next_post .next.pager::before {
  transform: translateY(-50%);
  left: auto;
  right: 10px;
  transition-property: right;
}
.news_content_nav_next_post .next.pager:hover::before {
  right: 0;
}
.news_content_text_prev {
  transform: rotate(180deg);
  width: 55px;
  height: 15px;
  position: absolute;
  right: -100%;
  padding-left: 22px;
}

.news_content_text_next {
  width: 50px;
  position: absolute;
  right: 20%;
  top: -100%;
}

@media screen and (max-width: 800px) {
  
  .single .inner {
    display: block;
  }
  
  .news_main_column {
    display: block;
    margin: 0 auto;
    padding-top: 14px;
  }
  
  .news_content_list_area {
    padding-bottom: 25px;
    margin-bottom: 20px;
    max-width: 740px;
  }
  
  .news_content_list {
    margin: 0 auto;
  }
  .news_content_title_wrp {
    padding-bottom: 6px;
  }
  .news_content_title {
    padding-bottom: 5px;
    max-width: 740px;
  }
  
  .news_content_date {
    font-size: 1rem;
  }
  
  .news_content_category a {
    font-size: 1rem;
    padding: 3px 4px;
  }
  
  .news_content_item {
    padding: 0 23px;
  }
  
  .news_content_text {
    font-size: 1rem;
    margin: 9px 0 0 0;
  }
  
  .news_content_nav {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .news_content_nav_prev_post, .news_content_nav_next_post {
    width: 55px;
    height: 30px;
    line-height: 30px;
  }
  .news_content_nav_prev_post .prev.pager {
    padding-left: 25px;
  }
  .news_content_nav_prev_post .prev.pager::before {
    left: 5px;
  }
  .news_content_nav_next_post .next.pager {
    padding-right: 25px;
  }
  .news_content_nav_next_post .next.pager::before {
    right: 5px;
  }
  .news_content_nav .pager:before {
    border-width: 4px;
    border-left-width: 8px;
  }
  
  .news_content_text_prev {
    font-size: 1rem;
    height: 10px;
    padding-left: 17px;
  }
  
  .news_content_text_next {
    font-size: 1rem;
    right: -50%;
    top: -60%;
  }
  .news_content_back_btn img {
    width: 130px;
  }
}

/* お知らせサイドバー */
/* ============================================ */

/* 共通部分 */
.news_sidebar .side_wrap {
  padding: 0 0 13px;
}
.news_sidebar .side_wrap::before {
  display: block;
  background: #000;
  box-shadow: 1px -1px #cccccc;
  top: -15px;
  right: 0;
  width: calc(100% - 15px);
  height: 15px;
}
.news_sidebar .side_wrap::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -10px;
  left: 0px;
  width: 22px;
  height: 11px;
  transform: rotate(-45deg);
  display: block;
  background: #000;
}
.news_sidebar .side_box::before {
  right: -13px;
  height: 23px;
}
.news_sidebar .side_box::after {
  bottom: -9px;
  width: 15px;
  height: 8px;
}
.news_sidebar .side_ttl {
  background: #000;
  color: #fff;
  margin-bottom: 13px;
}
.news_sidebar .side_ttl_text {
  font-weight: bold;
}
.news_sidebar .all_link {
  color: #000;
  background: #f2f2f2;
  transition: .3s background ease-out;
}
.news_sidebar .all_link.active, .news_sidebar .all_link:hover {
  background: #6ca0a4;
  color: #fff;
}
.news_sidebar .all_link::before {
  bottom: 1px;
  right: 1px;
}
.news_sidebar .all_link:not(.active)::before {
  border-left-color: #000;
}
.news_sidebar .all_link:hover::before {
  border-left-color: #fff;
}
.news_sidebar .all_link_button {
  padding: 0 10px;
  margin: 2px 0 0px;
}
.news_sidebar .sidebar_banner_wrp {
  margin-top: 20px;
}
.news_sidebar .sidebar_banner_wrp .sidebar_banner_link:not(:last-child) {
  margin-bottom: 15px;
}
.news_sidebar .sidebar_banner_link {
  display: block;
  position: relative;
}
.news_sidebar .sidebar_banner_link::before {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  top: -8px;
  left: -8px;
  width: 18px;
  height: 18px;
  transform: rotate(135deg);
  display: block;
  background: #fff;
}
.news_sidebar .sidebar_banner_image {
  width: 100%;
  border: 1px solid #cccc;
}
.news_sidebar .sidebar_banner_link::after {
  position: absolute;
  content: "";
  border-top: 1px solid #ccc;
  bottom: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
  display: block;
  background: #fff;
}
@media screen and (min-width: 801px) {
  .news_sidebar_column:not(:first-child) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .news_side_column {
    display: block;
    margin: 0 auto;
  }
  .news_sidebar {
    margin: 25px 0 -15px 0;
    width: 100%;
  }
  .news_sidebar .sidebar_banner_wrp {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .news_sidebar_column:not(:first-child) {
    margin: 0 0 0 11px;
  }
}

/* お知らせページトップ部分画像 */
.blog .page_ttl_content::before, .archive .page_ttl_content::before, .single .page_ttl_content::before {
  background: url(../img/news/news_title_img.jpg) center center no-repeat;
  background-size: cover;
}
.blog .page_ttl-page .page_ttl_text_wrap::after, .archive .page_ttl-page .page_ttl_text_wrap::after, .single .page_ttl-page .page_ttl_text_wrap::after {
  background: url(../img/news/news_title_text.png) center center no-repeat;
  left: 50%;
  top: 55%;
}
@media screen and (max-width: 800px) {
  .blog .page_ttl-page .page_ttl_text_wrap::after, .archive .page_ttl-page .page_ttl_text_wrap::after, .single .page_ttl-page .page_ttl_text_wrap::after {
    background-size: contain;
    width: 50vw;
    left: 9%;
  }
  
}

/* ============================================ */
/* メインビジュアル 追加分*/
/* ============================================ */

.home .archive_news_content_li {
  border-bottom: dashed 1px #b2b2b2;
  padding-bottom: 19px;
  margin-bottom: 19px;
  width:50%;
}

.news_cat{
	display:flex;
}

.archive .hover_left_border_dgreen{
	display:block;
	margin-bottom:1px;
}

.archive_news_content_dt_wrp {
  display: flex;
  margin: 0 0 auto;
  width:40%;
}
.archive_news_content_li:first-child {
    border-top: 0px !important;
    padding-top: 0px !important;
}
.archive_news_content_li:nth-last-child(1){
    border-bottom: solid 1px #6a6a6a;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
.archive_news_content_li:nth-last-child(2){
    border-bottom: solid 1px #6a6a6a;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
.top_news_flex_wrap{
  display:flex;
  flex-wrap: wrap;
}
.archive_news_content_txt{
  width:60%;
}
.archive_news_content_dd{
   margin-left:16px;
}

@media screen and (max-width: 800px) {
  .top_news_flex_wrap{
    display:block;
  }
  .home .archive_news_content_li {
    width:100%;
  }
  .archive_news_content_dl {
    display: flex !important;
  }
  .news_img{
    width:75%;
  }
	.news_cat{
		display:block;
	}
  .archive_news_content_dd{
    font-size: 11px;
    margin-top: 10px;
    padding-left:0px !important;
  }
  .archive_news_content_txt{
    padding-left: 10px;
    padding-top: 15px;
  }
  .archive_news_content_li:nth-last-child(2){
    border-bottom: dashed 1px #6a6a6a;
  }
}