/* CSS Document */
/*---------------------------------
	indexでは非表示
---------------------------------*/
.sNav nav .sub_ul {
  display: none;
}
@media screen and (max-width:640px) {}
/*---------------------------------
	cookie
---------------------------------*/
.mod_message {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../../images/sub_bg.png);
  z-index: 9999;
}
.mod_message .modwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 940px;
  background: #FFFFFF;
  padding: 30px;
  margin-left: -500px;
  margin-top: -260px;
}
.mod_message .modwrap_sp {
  display: none;
  background: #FFFFFF;
  text-align: center;
  padding: 20px 0;
}
.mod_message .modwrap_sp img {
  display: inline;
  width: 100%;
  height: auto;
}
@media screen and (max-width:640px) {
  .mod_message .modwrap {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    background: #FFFFFF;
    padding: 10px;
    margin-left: 0;
    margin-top: 0;
  }
  .mod_message .modwrap {
    display: none;
  }
  .mod_message .modwrap_sp {
    display: block;
  }
}
/*---------------------------------
	スライダー
---------------------------------*/
#mainIMG {
  position: relative;
  overflow: hidden;
  max-height: 450px;
}
#mainIMG .load {
  background: url(../../images/l728.gif) no-repeat;
  display: block;
  width: 60px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -32px;
  z-index: 1;
}
.mainTitle_sp {
  display: none;
}
.hd_btn {
  position: absolute;
  right: -76px;
  top: 20px;
  z-index: 2;
}
.flexslider {
  width: 890px !important;
  margin: 0 auto 8px !important;
  border: 0 !important;
}
.flex-viewport {
  overflow: inherit !important;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides li img {
  width: 882px;
  margin: 0 auto;
}
.flexslider .slides li .slNav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.flexslider .slides li .slNav a {
  color: #FFFFFF;
  display: block;
  padding: 8px 20px;
  margin: 0 4px;
  background: rgba(0, 0, 0, 0.5);
}
.flexslider .flex-prev {
  background: url(../../images/slide_nav.png) no-repeat left top;
  display: block;
  width: 40px;
  height: 80px;
}
.flexslider .flex-next {
  background: url(../../images/slide_nav.png) no-repeat right top;
  display: block;
  width: 40px;
  height: 80px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: -20px !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: -20px !important;
}
.flex-direction-nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width:640px) {
  #mainIMG {
    margin-bottom: 8px;
  }
  .mainTitle_sp {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mainTitle_sp img {
    width: 100%;
    height: auto;
  }
  .hd_btn {
    display: none;
  }
  .flexslider {
    width: auto !important;
    margin: 0 !important;
  }
  .flexslider .flex-prev, .flexslider .flex-next {
    display: none;
  }
  .flexslider .slides li {
    padding-bottom: 40px;
  }
  .flexslider .slides li img {
    width: 100% !important;
    height: auto;
  }
  .flexslider .slides li .slNav a {
    margin: 0;
    background: #8d7559;
    padding: 10px 15px;
  }
  .flexslider .slides li .slNav a::after {
    content: ">";
    position: absolute;
    right: 15px;
    top: 14px;
    color: #FFFFFF;
  }
}
/*---------------------------------
	GALLERY
---------------------------------*/
#gallery {
  overflow: hidden;
  width: 100%;
  margin-bottom: 100px;
}
#gallery ul {
  display: block;
  height: 240px;
  position: relative;
}
#gallery li {
  float: left;
  display: block;
  line-height: 0;
  position: absolute;
  opacity: 0;
}
#gallery a {
  position: relative;
  display: block;
  text-decoration: none;
}
#gallery a div {
  padding: 60px 20px 20px;
  width: 200px;
  height: 160px;
  background: url(../../images/sub_bg.png);
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  opacity: 0;
}
#gallery a div h2 {
  font-size: 200%;
  line-height: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
#gallery a div p {
  line-height: 130%;
  letter-spacing: 2px;
}
@media screen and (max-width:640px) {
  #gallery {
    margin-bottom: 0;
  }
  #gallery ul {
    height: 120px;
  }
  #gallery ul li {
    width: 120px;
  }
  #gallery ul li img {
    width: 100%;
  }
  #gallery a div {
    padding: 50px 0 0;
    width: 120px;
    height: 70px;
    text-align: center;
  }
  #gallery a div h2 {
    margin: 0;
    font-size: 130%;
  }
  #gallery a div p {
    display: none;
  }
}
/*---------------------------------
	PICKUP
---------------------------------*/
#content {
  line-height: 150%;
  letter-spacing: 1px;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.pickUP {
  margin: 50px 0;
}
.pickUP .titleSet {
  position: relative;
  padding-bottom: 20px;
}
.pickUP .list {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.pickUP .list dl {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
}
.pickUP .list dl dt {
  position: relative;
}
.pickUP .list dl dt img {
  max-width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.pickUP .list dl dt img.cover {
  width: 100%;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 6px 6px 0 0;
}
.pickUP .list dl dt h4 {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 2px;
  box-sizing: border-box;
  font-size: 90%;
  white-space: nowrap;
  letter-spacing: 0;
  color: #fff;
  background: #999;
}
.pickUP .list dl dt h4 img {
  margin: 0 3px;
}
.pickUP .list dl dt h4.eat {
  background: #74C133;
}
.pickUP .list dl dt h4.travel {
  background: #F8BC00;
}
.pickUP .list dl dt h4.products {
  background: #40AFBB;
}
.pickUP .list dl dt h4.shop {
  background: #FF854F;
}
.pickUP .list dl dt h4.movie {
  background: #d4a5f4;
}
.pickUP .list dl dt h4.cooking {
  background: #BF387A;
}
.pickUP .list dl dt h4.topics {
  background: #F8BC00;
}
.pickUP .list dl dt h4.feature {
  background: #D4746A;
}
.pickUP .list dl dd h3 {
  font-size: 110%;
  font-weight: 500;
  margin: 10px 0 0;
  line-height: 1.6em;
  letter-spacing: 0;
}
.pickUP .list dl dd .data {
  font-size: 85%;
  color: #999;
}
.pickUP .moreBtn {
  display: flex;
  justify-content: center;
  background: #DCDCDC;
  padding: 10px 15px;
  margin: 20px;
}
.pickUP .moreBtn li {
  margin: 3px 5px;
}
.pickUP .moreBtn li a img {
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width:640px) {
  .pickUP .titleSet {
    padding-bottom: 0;
  }
  .pickUP .list dl {
    width: 100%;
    padding: 20px 20px 0;
  }
  .pickUP .moreBtn {
    flex-wrap: wrap;
    padding: 10px;
    margin: 30px 20px;
  }
  .pickUP .moreBtn li {
    margin: 1%;
    width: 48%;
  }
}
/*---------------------------------
	CAMPAIGN（news / present）
---------------------------------*/
/*
#CAMPAIGN {
    display: flex;
    justify-content: space-between;
}

.news {
    width: 600px;
}

.news .titleSet {
    position: relative;
    padding-bottom: 20px;
}

.news .titleSet .more {
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #fff;
    padding: 0 0 10px 15px;
}

.news .titleSet .more a {
    color: #d4746a;
}

.news .block {
    border: 1px solid #ccc;
    height: 360px;
    overflow: auto;
}

.news .block dl {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    display: flex;
}

.news .block dl dt {
    width: 120px;
    overflow: hidden;
    margin-right: 20px;
}

.news .block dl dt img {
    width: 120px;
    height: 80px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
}

.news .block dl dd {
    width: calc(100% - 120px);
}

.news .block dl dd h3 {
    font-size: 110%;
    margin: 5px 0;
}

.news .block dl dd a {
    color: #d4746a;
}

.present {
    width: 380px;
}

.present .titleSet {
    position: relative;
    padding-bottom: 20px;
}

.present dl {
    border: 1px solid #ccc;
    padding: 20px;
    min-height: 360px;
    box-sizing: border-box;
}

.present dl dt {
    margin: 25px 30px;
}

.present dl dt img {
    width: 100%;
    height: auto;
}

.present dl dd {
    text-align: center;
}

.present dl dd h3 {
    font-size: 110%;
}

.present dl dd .period {
    color: #74C133;
    font-size: 120%;
    margin: 5px 0;
}

.present dl dd .data {
    font-size: 85%;
    color: #999;
}

@media screen and (max-width:640px) {
    #CAMPAIGN {
        display: block;
    }
    .news {
        width: auto;
    }
    .news .titleSet {
        padding-bottom: 30px;
    }
    .news .titleSet .more {
        padding: 0 0 0px 15px;
    }
    .news .block dl {
        padding: 15px 20px;
    }
    .news dl {}
    .news dl dt {}
    .present {
        width: auto;
        margin-top: 50px;
    }
    .present .titleSet {
        padding-bottom: 0;
    }
    .present dl {
        border: none;
        padding: 10px;
        min-height: auto;
    }
    .present dl dt {
        margin: 10px;
    }
}
*/
/*---------------------------------
	BRAND
---------------------------------*/
#BRAND {
  margin: 100px 0;
}
#BRAND a {
  color: #333333;
}
#BRAND .titleSet {
  margin: 0 0 20px;
  position: relative;
}
#BRAND .titleSet::before {
  content: '';
  background: #F8BC00;
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  top: 13px;
}
#BRAND .titleSet h2 {
  background: #FFF;
  color: #666;
  height: 50px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
#BRAND .titleSet h2 span {
  color: #F8BC00;
  position: relative;
  top: 8px;
}
#BRAND .item ul.pick, #BRAND .item ul.only {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
#BRAND .item ul.pick li, #BRAND .item ul.only li {
  margin: 5px;
}
#BRAND .item ul.pick li a, #BRAND .item ul.only li a {
  position: relative;
  display: block;
}
#BRAND .item ul.pick li {}
#BRAND .item ul.only li {}
#BRAND .item ul.pick li img, #BRAND .item ul.only li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#BRAND .item ul.pick li a span, #BRAND .item ul.only li a span {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.3em;
  font-size: 95%;
  font-weight: 500;
  color: #fff;
  background: #C6B299;
  padding: 4px 0 6px;
  white-space: nowrap;
  min-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  #BRAND .item ul.pick li a span, #BRAND .item ul.only li a span {
    padding: 8px 0 2px;
  }
}
#BRAND .item ul.pick li a:hover span, #BRAND .item ul.only li a:hover span {
  color: #000;
}
#BRAND .item ul.pick li a span {
  font-size: 120%;
}
#BRAND .item ul.only li a span.f75 {
  font-size: 75%;
}
#BRAND .more {
  text-align: center;
  letter-spacing: 2px;
  font-size: 120%;
  margin-top: 20px;
}
#BRAND .more a {
  display: block;
  padding: 15px 0;
  background: #F8BC00;
  text-decoration: none;
  width: 70%;
  margin: auto;
  border-radius: 5px;
}
#BRAND .more a:hover {
  background: #FFDA6A;
}
#BRAND .more a em {
  font-style: normal;
  background: #fff;
  border-radius: 100%;
  padding: 20px;
  margin-left: 15px;
}
@media screen and (max-width:640px) {
  #BRAND {
    margin: 50px 0;
  }
  #BRAND .item ul.pick, #BRAND .item ul.only {
    flex-wrap: wrap;
    margin: 10px 0;
  }
  #BRAND .item ul.only {
    margin: 10px 5px;
  }
  #BRAND .item ul.pick li {
    width: 33.3%;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
  }
  #BRAND .item ul.only li {
    width: 20%;
    margin: 0;
    padding: 2px;
    box-sizing: border-box;
  }
  #BRAND .item ul.pick li a span, #BRAND .item ul.only li a span {
    padding: 2px 0;
    font-size: 75%;
  }
  #BRAND .item ul.pick li a span {
    font-size: 110%;
  }
  #BRAND .item ul.only li a span.f75 {
    font-size: 55%;
  }
  #BRAND .more a {
    padding: 10px 0;
    width: auto;
    margin: 0 5px;
  }
}
/*---------------------------------
	newBnr　→　#main .newBnr_old（2024.09.02）
---------------------------------*/
#main .newBnr_old {
  width: 1024px;
  margin: 100px auto 0;
}
#main .newBnr_old ul li {
  margin: 0 0 10px;
}
#main .newBnr_old li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:640px) {
  #main .newBnr_old {
    margin: 80px 20px;
    width: auto;
    padding: 3%;
  }
}
/*---------------------------------
	SEARCH
---------------------------------*/
#SEARCH {
  margin: 100px 0;
}
#SEARCH .dataBase {}
#SEARCH .dataBase ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px;
}
@media screen and (max-width:640px) {
  #SEARCH {
    margin: 80px 0;
  }
  #SEARCH .dataBase ul {
    margin: 20px 0;
  }
  #SEARCH .dataBase ul li {
    width: 50%;
    padding: 3px;
    box-sizing: border-box;
  }
  #SEARCH .dataBase ul li a img {
    width: 100%;
    height: auto;
  }
}
/*---------------------------------
	GALLERY2　→　gallery2_old
---------------------------------*/
#gallery2_old {
  overflow: hidden;
  margin: 25px 20px;
}
#gallery2_old ul {
  display: block;
  height: 240px;
  position: relative;
}
#gallery2_old li {
  float: left;
  display: block;
  position: absolute;
  height: 236px;
}
#gallery2_old li img {
  max-height: 100%;
}
@media screen and (max-width:640px) {
  #gallery2_old {
    margin: 20px 3px;
  }
}
/*---------------------------------
	banner　→　#main banner_old（2024.08.30）
---------------------------------*/
#main .banner_old {
  width: 1170px;
  margin: 80px auto;
}
#main .banner_old ul {
  display: flex;
  flex-wrap: wrap;
}
#main .banner_old ul li {
  margin: 3px;
  width: auto;
}
@media screen and (max-width:640px) {
  #main .banner_old {
    display: none;
  }
}
.hdBnr {
  position: fixed;
  width: 170px;
  top: 150px;
  right: 20px;
  z-index: 1;
}
.hdBnr li {
  margin: 10px;
}
.hdBnr img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width:640px) {
  .hdBnr {
    position: fixed;
    width: 90px;
    top: 90px;
    right: 0;
    display: block;
  }
  .hdBnr {
    /*display: none;*/
  }
}
/*---------------------------------
	ADD CSS 2024.09.02
---------------------------------*/
/*---------------------------------
	.sp
---------------------------------*/
.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inline !important;
  }
}
/*---------------------------------
	#SEARCH
---------------------------------*/
#SEARCH {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  #SEARCH {
    width: auto;
    margin: 0;
    padding: 3%;
  }
}
#SEARCH #gallery2_old a img {
  object-fit: contain;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
#SEARCH #gallery2_old a:hover {
  opacity: 0.6;
}
/*---------------------------------
	ADD CSS 2024.09.03
---------------------------------*/
/*---------------------------------
	#gnav
---------------------------------*/
@media screen and (max-width: 640px) {
  #gnav nav {
    background-color: #d1e2bb;
  }
  #gnav nav > ul li a {
    color: #667B51;
  }
  #gnav .hamburger {
    width: 70px;
    height: 70px;
    border-radius: 0 0 0 10px;
    background-color: #d1e2bb;
  }
  #gnav.navOpen .hamburger {
    background-color: #667B51;
  }
  #fv .img {
    /*height: 280px;*/
  }
  #fv .img img {
/*    height: 280px;
    object-fit: cover;*/
  }
}
/*---------------------------------
	#content
---------------------------------*/
@media screen and (max-width: 640px) {
  #content {
    margin-bottom: 0;
  }
}
/*---------------------------------
	.mEvent
---------------------------------*/
.mainVisual_old #content .titleSet h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-left: 45px;
  position: relative;
}
.mainVisual_old #content .titleSet h2 > div {
  align-items: center;
  display: flex;
}
.mainVisual_old #content .titleSet h2 span {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 0.7rem solid #fff;
  height: 34px;
  overflow: hidden;
  display: inline-block;
}
.mainVisual_old #content .titleSet h2 span::before {
  content: none !important;
  content: "" !important;
  display: inline-block;
  background-image: url("img/icon_pear.png");
  width: 31px;
  height: 32px;
  margin-right: 10px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .mainVisual_old #content .titleSet h2 {
    padding-left: 40px;
    font-size: 105%;
  }
  .mainVisual_old #content .titleSet h2 span {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 2.5rem;
    height: 23px;
  }
  .mainVisual_old #content .titleSet h2 span::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
  }
}
/*---------------------------------
	.Gallery
---------------------------------*/
.Gallery::before {
  background-image: url("../../images/pear/bg_leaf_l.jpg") !important;
}
.Gallery::after {
  background-image: url("../../images/pear/bg_leaf_r.jpg") !important;
}
/*---------------------------------
	.hdBnr
---------------------------------*/
.hdBnr {
  z-index: 10;
}
.hdBnr li {
  position: relative;
}
/*---------------------------------
	.fv_present 
---------------------------------*/
.fv_present {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 176px;
  height: 156px;
  z-index: 98;
  overflow: hidden;
}
.fv_present > div {
  position: relative;
}
.fv_present .present_frame {
  position: absolute;
  left: 0;
  top: 0;
}
.fv_present .present_photo {
  margin: 52px 5px 8px 12px;
  max-width: inherit !important;
  object-fit: cover;
  width: 158px;
  height: 100px !important;
}
@media screen and (max-width: 640px) {
  .fv_present {
    right: 10px;
    bottom: 10px;
    width: 131px;
    height: 116px;
  }
  .fv_present .present_photo {
    margin: 38px 5px 7px 9px;
    max-width: inherit !important;
    object-fit: cover;
    width: 119px;
    height: 74px !important;
  }
}
/*---------------------------------
	featured
---------------------------------*/
.inner #content .featured {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .inner #content .featured {
    margin: 0;
  }
}
/*---------------------------------
	#header
---------------------------------*/
#header {
  background-color: #ECF3E5;
  background-image: url(img/bg_pagetitle_type-02@2x.png);
  background-size: 50%;
  border-bottom: 1px solid #fff;
}
#header .nav ul.main li:hover {
  background: #fff;
  border-radius: 10px 10px 0 0;
}
#header .nav > ul.main > li > a {
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 2px;
  font-weight: 500;
}
#header .nav > ul.main > li:nth-child(3) > a, #header .nav > ul.main > li:nth-child(4) > a, #header .nav > ul.main > li:nth-child(5) > a {
  background: #d1e2bb;
}
#header .nav > ul.main > li > a:hover {
  color: #333;
}
#header .nav > ul.main > li:nth-child(3):hover, #header .nav > ul.main > li:nth-child(4):hover, #header .nav > ul.main > li:nth-child(5):hover {
  background: #d1e2bb;
}
#header .nav ul.main .nav2 .box2 {
  background-color: #d1e2bb;
  background-image: url("img/bg_pagetitle_type-02@2x.png");
  background-size: 50%;
}
#header .nav ul.main .nav2::before {
  border-bottom: 10px solid #d1e2bb;
}
#header .nav ul.main .nav2 ul li a {
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #fff;
}
#header .nav > ul.main > li:nth-child(2) > .nav2 > .box2 > ul > li > a {
  background: none;
}
#header .nav ul.main .nav3 ul li a {
  background: none;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.50);
}
#header .nav ul.main .nav3 .box3 ul li:hover {
  border-radius: 5px;
  background-color: #fff;
}
/*---------------------------------
	mainVisual_old
---------------------------------*/
.mainVisual_old {
  background-color: #EDECD9;
  background-image: url("img/bg_pagetitle_type-02@2x.png");
  background-size: 50%;
}
.mainVisual_old #content {
  background: none;
}
/*---------------------------------
	ADD CSS 2024.09.04
---------------------------------*/
/*---------------------------------
	#header
---------------------------------*/
#header .nav {
  margin: 18px 0 8px;
}
#header .nav .search {
  margin-top: 0;
}
a:hover {
  color: #393939;
  text-decoration: none;
}
/*---------------------------------
	mainVisual_old
---------------------------------*/
.mainVisual_old .en {
  font-family: "Josefin Slab" !important;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.mainVisual_old #content .Gallery::before {
  background-image: url("img/bg_leaf_l.png") !important;
  background-size: 60px;
}
.mainVisual_old #content .Gallery::after {
  background-image: url("img/bg_leaf_r.png") !important;
  background-size: 60px;
}
.mainVisual_old #content .search {
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .mainVisual_old #content .search {
    margin-bottom: 30px;
  }
}
/*---------------------------------
	#page-top
---------------------------------*/
#page-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 98;
}
#page-top a {
  padding: 5px 20px 3px 10px;
  background-position: 88% center;
  border: 1px solid #77BD36;
}
@media screen and (max-width: 640px) {
  #page-top {
    right: 0;
    bottom: 118px;
  }
  #page-top a {
    padding: 5px 7px 10px 11px;
    background-position: center center;
    border-radius: 9px 0 0 9px;
    border-right: none;
  }
  #page-top a span {
    display: none;
  }
}
/*---------------------------------
	ft_inner
---------------------------------*/
@media screen and (max-width: 640px) {
  .ft_inner {
    width: auto;
    margin: 0;
    padding: 5% 3% 132px;
  }
}

/* ADD CSS 2024.09.27 */
/*---------------------------------
	.kuri_24
---------------------------------*/
.mainVisual_old.kuri_24 {
	background-color: #f7efe8;
}
.mainVisual_old.kuri_24 #fv .text{
	top:45%;
}
.mainVisual_old.kuri_24 #fv .img{
	/*max-height: 90vh;*/
}
.mainVisual_old.kuri_24 #fv .img img{
	/*object-fit: cover;
	object-position: bottom;
	height: 90vh;*/
	width: 100%;
}
.mainVisual_old.kuri_24 #content .titleSet h2 span::before{
	background-image: url("../../images/kuri/icon_kuri.png");
}

.mainVisual_old.kuri_24 #content .titleSet h2 span,
.mainVisual_old.kuri_24 #content .Gallery ul li p,
.mainVisual_old.kuri_24 #content .hdText h2{
	color: #af6322;
}
.mainVisual_old #content .Gallery::before {
    background-image: url("../../images/kuri/bg_leaf_l.png")!important;
}
.mainVisual_old #content .Gallery::after {
    background-image: url("../../images/kuri/bg_leaf_r.png")!important;
}
.mainVisual_old.kuri_24 #content .Gallery ul{
	height: auto;
	padding: 0 58px;
}
.mainVisual_old.kuri_24 #content .Gallery ul li{
	width: 180px;
}

@media screen and (max-width: 640px) {
	.mainVisual_old.kuri_24 #fv .img{
	        /*height: 280px;*/
}
.mainVisual_old.kuri_24 #fv .img img{
/*	object-fit: cover;
	object-position: top;
	        height: 280px;*/
	width: auto;
}
.mainVisual_old.kuri_24 #fv .text{
	width: 35%;
}
    .mainVisual_old.kuri_24 #content .Gallery ul{
        width: auto;
	padding: 0;
    }
    .mainVisual_old.kuri_24 #content .Gallery ul li {
        width: 22%;
        margin: 5px 2px;
    }
}

/* ADD CSS 2025.06.24 */
/*---------------------------------
	.asian-pears_25
---------------------------------*/
.asian-pears_25.mainVisual_old {
    background-color: #fdfeef;
    background-image: url(../../images/pears/bg_pagetitle_type-pears.png);
    background-size: 30%;
}