@charset "UTF-8";
/* 下層共通 */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

/* TODO整理 */
.imgShow {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}

.imgShow.open {
  clip-path: inset(0 0 0 0);
}

.blurShow {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}

.blurShow.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
#page_mainvisual {
width: 100%; height: 430px; position: relative; background-position: center center; background-repeat: no-repeat; 
background-size: cover; 
}
.main-ecoIMG{
background-image: url("../../img/economy/mainvisual.jpg");
}
.main-planIMG{
background-image: url("../../img/plan/mainvisual.jpg");

}

@media screen and (max-width: 850px) {
#page_mainvisual { 
height: 290px; 
} 
.main-ecoIMG{
background-image: url("../../img/economy/mainvisual_sp.jpg"); 
}
.main-planIMG{
background-image: url("../../img/plan/mainvisual_sp.jpg"); 
}

}
#page_mainvisual h2
{ position: absolute; bottom: 40%; left: 0; right: 0; text-align: center; color: #fff; font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; font-size: 50px; line-height: 1; font-weight: 200; letter-spacing: 1px; 
}

@media screen and (max-width: 550px) {
#page_mainvisual h2 { 
font-size: 36px; 
}
.main-ecoIMG h2{
bottom: 30% !important;
}
}
#page_mainvisual h2 small { 
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif; display: block; font-size: 20px; 
}
@media screen and (max-width: 550px) {
#page_mainvisual h2 small { 
font-size: 16px; 
} 
}
#page_mainvisual:before { 
content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); 
}

.main img { vertical-align: bottom; }

.main sup { font-size: 70%; vertical-align: top; }

.main picture { position: relative; display: block; }

.main .inner { max-width: 1440px; padding: 0 40px; }

@media screen and (max-width: 550px) { .main .inner { padding: 0 20px; } }
figure { position: relative; }

.anno { font-size: 11px; padding-top: 5px; text-align: right; }

figcaption, .capImg, .cap { /*background: rgba(120, 120, 120, 0.7);*/ font-size: 11px; color: #fff; position: absolute; bottom: 0; right: 0; padding: 0 5px; z-index: 2; }

.flex { display: flex; flex-wrap: wrap; }

.bg_texture { background-image: url("https://www.livio-sumai.jp/pj/takadanobaba/assets/img/bg_texture.jpg"); background-position: center top; background-size: cover; }

.js-modal { pointer-events: none; }

.swipeIcon { display: none; }

@media screen and (max-width: 850px) { .js-modal { pointer-events: auto; position: relative; }
  .js-modal:before { content: ""; width: 20px; height: 20px; display: block; background: url("../../img/icon_plus.png") no-repeat center center; background-size: cover; position: absolute; top: 0; right: 0; z-index: 2; }
  .mfp-bg, .mfp-wrap { z-index: 10000; }
  .mfp-close-btn-in .mfp-close { transform: translateY(-100%); color: #fff; }
  .mfp-custom .mfp-content .slideBox { padding: 10px; background: #fff; }
  .slideBox { position: relative; overflow-x: auto; padding-bottom: 15px; }
  .slideimg { max-width: 160vw !important; width: auto !important; }
  .swipeIcon { display: block; position: absolute; top: 50%; left: 150px; z-index: 10; width: 100px; animation: horizontal 1s ease-in-out infinite alternate; }
  .swipeIcon img { max-width: 150px; } }
@keyframes horizontal { 0% { transform: translate(-30%, -50%); }
  100% { transform: translate(-70%, -50%); } }
/* plan_list */
#plan_list .planList_inner { margin-left: -30px; margin-right: -30px; }
@media screen and (max-width: 1170px) { #plan_list .planList_inner { margin-left: -20px; margin-right: -20px; } }
@media screen and (max-width: 1000px) { #plan_list .planList_inner { margin-left: -10px; margin-right: -10px; } }
@media screen and (max-width: 550px) { #plan_list .planList_inner { margin-left: 0; margin-right: 0; } }
#plan_list .planList_inner .planList_box { width: calc(100% / 3); padding: 0 20px; margin-bottom: 40px; }
@media screen and (max-width: 1170px) { #plan_list .planList_inner .planList_box { padding: 0 20px; } }
@media screen and (max-width: 1000px) { #plan_list .planList_inner .planList_box { padding: 0 10px; } }
@media screen and (max-width: 850px) { #plan_list .planList_inner .planList_box { width: calc(100% / 2); } }
@media screen and (max-width: 550px) { #plan_list .planList_inner .planList_box { width: 100%; padding: 0; margin-bottom: 35px; } }
#plan_list .planList_box a { height: 100%; box-sizing: border-box; transition: 0.3s ease; display: block; border-radius: 8px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35); color: #318086; padding: 40px 30px 10px 30px; position: relative; }
#plan_list #type_D a:before, #plan_list #type_G a:before { content: "NEW"; position: absolute; top: 10px; right: 10px; background: #ff2f2f; color: #fff; font-size: 12px; line-height: 1; padding: 5px; border-radius: 3px; }
#plan_list .planList_spec { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 15px; }
#plan_list .planList_spec_type { width: 50px; font-size: 16px; line-height: 1; text-align: center; padding-right: 20px; }
@media screen and (max-width: 850px) { #plan_list .planList_spec_type { padding-right: 10px; } }
#plan_list .planList_spec_type b { display: block; font-size: 47px; font-weight: 500; line-height: 1; }
#plan_list .planList_spec_area { width: calc(100% - 50px); border-left: 1px solid #bdbdbd; padding-left: 20px; }
@media screen and (max-width: 850px) { #plan_list .planList_spec_area { padding-left: 10px; } }
#plan_list .planList_spec_area p:nth-child(1) { font-size: 20px; line-height: 1; }
#plan_list .planList_spec_area p:nth-child(1) b { font-size: 33px; font-weight: 400; line-height: 1; }
#plan_list .planList_spec_area p:nth-child(2) { font-size: 14px; line-height: 1; }
#plan_list .planList_spec_area p:nth-child(2) b { font-size: 37px; font-weight: 400; line-height: 1; }
#plan_list .planList_spec_area p:nth-child(2) small { font-size: 22px; }
#plan_list .planList_point { display: flex; flex-wrap: wrap; margin: 0 -5px 15px; }
#plan_list .planList_point li { width: calc(50% - 10px); margin: 0 5px 5px; font-size: 11px; border-radius: 5px; text-align: center; color: #fff; background: linear-gradient(135deg, #2ac4ce 0%, #1da4ad 20%, #30989f 30%, #208188 60%, #2a747b 70%, #14585d 90%, #114c50 100%); padding: 2px; }
#plan_list .view_more { text-align: center; font-size: 13px; font-weight: 500; }
#plan_list .view_more::after { content: "→"; }
#plan_list .planList_box a:hover { box-shadow: none; color: #fff; background: linear-gradient(135deg, #2ac4ce 0%, #1da4ad 20%, #30989f 30%, #208188 60%, #2a747b 70%, #14585d 90%, #114c50 100%); }
#plan_list .planList_box a:hover .planList_point li { background: #fff; color: #318086; }

#page_mainvisual h2 small { transform: translateY(15px); }

/** *************************************************************************** 共用 ************************************************************************* */
.main { margin-bottom: 0; overflow: visible; }

.page .contentsBody { width: 100%; max-width: 1246px; padding: 10px 30px; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 850px) { .page .contentsBody { padding: 0 0px; } }
#topMv_box img { width: 100%; vertical-align: bottom; }

#topMv_box + .note { text-align: right; margin: 5px; }

/** *************************************************************************** ページタイトル ************************************************************************* */
.main .pageHeader { background-image: url("../../img/quality/pagettl.jpg"); }
@media screen and (max-width: 850px) { .main .pageHeader { background-image: url("../../img/quality/pagettl_sp.jpg"); } }
.main .pageHeader .ttl { color: #fff; }
.main .pageHeader .ttl::before { color: #fff; }

/** *************************************************************************** ページナビ ************************************************************************* */
.main .pageNav { margin-bottom: 90px; }
@media screen and (max-width: 850px) { .main .pageNav { margin-bottom: 50px; } }
.main .pageNav .list { color: #FFF; font-family: "游明朝体", "Yu Mincho", YuMincho, serif; font-size: 1.125em; font-weight: normal; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: flex-start; /** プルダウン */ }
.main .pageNav .list > li { width: calc(100% / 3 - 4px); margin: 2px 2px 10px 2px; position: relative; z-index: 1; }
@media screen and (max-width: 850px) { .main .pageNav .list > li { width: calc(100% / 2 - 4px); } }
.main .pageNav .list > li.hover { z-index: 10; }
.main .pageNav .list > li > a { height: 100%; padding: 0.25em 0.5em; border: 1px solid #5f514a; display: flex; align-items: center; justify-content: center; background: #998675;color: #FFF; }
.main .pageNav .list > li.hover > a { color: #fff; background-color: #5f514a; }
.main .pageNav .list > li.active > a { color: #fff; background:#5f514a; }
.main .pageNav .list .anchor { color:#333;width: 100%; padding: 1.25em 0.75em; border: 1px solid #5f514a; background-color: #fff; overflow: hidden; position: absolute; z-index: 10; top: calc(100% - 1px); left: 0; transition: max-height 0.0s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.0s, opacity 0.3s ease-in-out 0.0s; max-height: 0; visibility: hidden; opacity: 0; }
.main .pageNav .list .anchor li { padding: 1px 0; line-height: 1.6; border-top: 1px dashed #5f514a; border-bottom: 1px dashed #5f514a; }
.main .pageNav .list .anchor li a { padding: 0.25em 0.5em; color: inherit; text-align: center; display: block; transition: background-color 0.3s ease-in-out 0.0s; background-color: transparent; }
.main .pageNav .list .anchor li a:hover { background-color: rgba(0, 0, 0, 0.05); }
.main .pageNav .list .anchor li ~ li { border-top: none; }
.main .pageNav .list > li.hover .anchor { transition: max-height 1.0s ease-in-out 0.0s, visibility 0.3s ease-in-out 0.0s, opacity 0.3s ease-in-out 0.0s; max-height: 100vh; visibility: visible; opacity: 1; }



/** *************************************************************************** 紹介文 ************************************************************************* */
#lead .title { margin-bottom: 30px; color: #333; letter-spacing: 0.25em; line-height: 2; font-size: 1.625em; font-weight:normal; text-align: center; }
@media screen and (max-width: 850px) { #lead .title { margin-bottom: 25px; letter-spacing:inherit; font-size: 20px; } }
#lead .content { width: fit-content; margin-left: auto; margin-right: auto; color: #348455; line-height: 2.5; text-align: center; }
@media screen and (max-width: 850px) { #lead .content { line-height: 2.25; } }
#lead .ideas { margin-top: 30px; text-align: center; }
@media screen and (max-width: 850px) { #lead .ideas { margin-top: 25px; } }
#lead .ideas a { color: inherit; text-decoration: none; display: inline-block; }
@media screen and (max-width: 850px) { #lead .ideas img { max-width: 320px; } }

/** *************************************************************************** 設備一覧 ************************************************************************* */
.facilityList { padding: 40px 0; /** タイトル / 詳細表示 */ /** 設備一覧 */ }

.facilityList ~ .facilityList { padding-top: 100px !important; position: relative; z-index: 1; }
@media screen and (max-width: 850px) { .facilityList ~ .facilityList { padding-top: 0px !important; } }
.facilityList ~ .facilityList::before { content: ''; width: 100%;  position: absolute; z-index: 1; top: 20px; left: 0; }
@media screen and (max-width: 850px) { .facilityList ~ .facilityList::before { top: 30px; } }
.facilityList .contentsHeader { margin-bottom: 60px; padding: 50px 40px; border-radius: 50px; background: url("../../img/quality/detail_bg.png") repeat; overflow: hidden; /** キャッチコピー */ /** タイトル */ /** 詳細表示 */ }
@media screen and (max-width: 850px) { .facilityList .contentsHeader { margin-bottom: 30px; padding: 0; border-radius: 0; background: none; } }
.facilityList .contentsHeader .catchcopy { width: fit-content; margin-left: auto; margin-right: auto; margin-top: 20px; letter-spacing: 0.125em; font-size: 1.375em; text-align: center; }
@media screen and (max-width: 850px) { .facilityList .contentsHeader .catchcopy { margin-top: 15px; font-size: 1.25em; } }
.facilityList .contentsHeader .contentsTitle { color: #568358; line-height: 1.5; letter-spacing: 0.125em; font-size: 1.75em; font-weight: 700; text-align: center; }
@media screen and (max-width: 850px) { .facilityList .contentsHeader .contentsTitle { font-size: 1.5em; } }
.facilityList .contentsHeader .contentsTitle::before { content: attr(data-en); line-height: 1.2; font-family: "Marcellus"; font-size: 0.75em; text-align: center; display: block; }
.facilityList .contentsHeader .detail { margin-top: 50px; display: flex; align-items: stretch; justify-content: space-between; /** 番号付き画像 */ /** 詳細内容 */ /** 閉じるボタン */ }
@media screen and (max-width: 850px) { .facilityList .contentsHeader .detail { margin-top: 30px; display: block; position: relative; z-index: 1; } }
.facilityList .contentsHeader .detail .detailImage { width: 49.73%; position: relative; z-index: 1; }
@media screen and (max-width: 850px) { .facilityList .contentsHeader .detail .detailImage { width: 100%; margin-bottom: 1.125em; } }
.facilityList .contentsHeader .detail .detailImage .memo { width: 100%; padding: 0 1em; font-size: 0.75em; text-align: center; position: absolute; z-index: 2; top: 100%; left: 0; }
.facilityList .contentsHeader .detail .detailImage .image { vertical-align: top; }
.facilityList .contentsHeader .detail .detailImage .caption { padding: 0.125em 0.5em 0.25em; color: #fff; letter-spacing: 1px; line-height: 1.6; font-size: 0.625em; background-color: #6e6e6e; position: absolute; z-index: 1; right: 0; bottom: 0; }
.facilityList .contentsHeader .detail .detailImage [data-position] { cursor: pointer; transform: translate(-50%, -50%); position: absolute; z-index: 2; }
.facilityList .contentsHeader .detail .detailContent { width: 45.21%; background-color: #fff; position: relative; z-index: 1; }
@media screen and (max-width: 850px) { .facilityList .contentsHeader .detail .detailContent { width: auto; pointer-events: none; position: absolute; z-index: 2; top: 3%; right: 3%; bottom: 3%; left: 3%; transition: visibility 0.3s ease-in-out 0.0s, opacity 0.3s ease-in-out 0.0s; visibility: hidden; opacity: 0; background: none; } }
.facilityList .contentsHeader .detail .detailContent.active { pointer-events: auto; visibility: visible; opacity: 1; }
.facilityList .contentsHeader .detail .detailContent .body { width: 100%; height: 100%; overflow: hidden; overflow-y: visible; -webkit-overflow-scrolling: touch; position: absolute; z-index: 1; top: 0; left: 0; }
.facilityList .contentsHeader .detail .detailContent .item { height: 0; overflow: hidden; transition: visibility 0.3s ease-in-out 0.0s, opacity 0.3s ease-in-out 0.0s; visibility: hidden; opacity: 0; /** ① の詳細内容 */ }
@media screen and (max-width: 850px) { .facilityList .contentsHeader .detail .detailContent .item { position: absolute; z-index: -1; top: 0; left: 0; } }
.facilityList .contentsHeader .detail .detailContent .item ~ .item { position: absolute; z-index: -1; top: 0; left: 0; }
.facilityList .contentsHeader .detail .detailContent .item.active { height: auto; z-index: 1; transition: visibility 0.3s ease-in-out 0.0s, opacity 0.3s ease-in-out 0.0s; visibility: visible; opacity: 1; }
@media screen and (max-width: 850px) { .facilityList .contentsHeader .detail .detailContent .item.active { position: static; } }
.facilityList .contentsHeader .detail .detailContent .item img { vertical-align: top; }
.facilityList .contentsHeader .detail .detailContent .item:nth-of-type(1) { height: auto; visibility: visible; opacity: 1; }
.facilityList .contentsHeader .detail .detailContent .item:nth-of-type(1):has(~ .active) { height: 0; visibility: hidden; opacity: 0; }
.facilityList .contentsHeader .detail .close { cursor: pointer; display: none; }
@media screen and (max-width: 850px) { .facilityList .contentsHeader .detail .close { width: 7%; padding: 1.5%; line-height: 0; background-color: #348455; display: block; position: absolute; z-index: 10; right: 3%; bottom: 97%; transition: visibility 0.3s ease-in-out 0.0s, opacity 0.3s ease-in-out 0.0s; visibility: hidden; opacity: 0; } }
.facilityList .contentsHeader .detail .close img { vertical-align: top; }
@media screen and (max-width: 850px) { .facilityList .contentsHeader .detail .close img { filter: brightness(0) invert(1); } }
@media screen and (max-width: 850px) {
.facilityList .contentsHeader .detail .detailContent.active + .close { 
visibility: visible; opacity: 1;
} 
}
.facilityList .facility { 
max-width: none; margin-left: -10px; margin-right: -10px; margin-bottom: -30px; overflow: hidden; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: flex-start;
}
.facilityList .facility .item { 
width: calc(100% / 4 - 20px);margin-left: 10px; margin-right: 10px; margin-bottom: 30px; /** 画像 */ /** 内容 */ 
}
.item2Wid { 
width: calc(100% / 2 - 20px) !important;
}
@media screen and (max-width: 850px) { 
.facilityList .facility .item { 
width: calc(100% / 2 - 20px); }
.item2Wid { 
width: calc(100% / 1 - 20px) !important;
}
}
.facilityList .facility .item.medium { width: calc(100% / 2 - 20px); }
@media screen and (max-width: 850px) { .facilityList .facility .item.medium { width: calc(100% - 20px); } }
.facilityList .facility .item.large { width: calc(100% - 20px); }
.facilityList .facility .item .image { margin-bottom: 10px; position: relative; z-index: 1; }
.facilityList .facility .item .image .caption { padding: 0.25em 0.75em 0.375em; color: #fff; letter-spacing: 1px; line-height: 1.2; font-size: 0.625em; /*background-color: #6e6e6e;*/ position: absolute; z-index: 1; right: 0; bottom: 0; }
.facilityList .facility .item .image img { vertical-align: top; }
.facilityList .facility .item.ideas .image::before { content: ''; width: 28px; height: 28px; background: url("../../img/quality/icon_ideas1.png") center center/100% 100% no-repeat; position: absolute; z-index: 1; top: 7px; left: 10px; }
@media screen and (max-width: 850px) { .facilityList .facility .item.ideas .image::before { width: 20px; height: 20px; } }
.facilityList .facility .item .content { line-height: 1.6; }
.facilityList .facility .item .content dt { margin-bottom: 0.5em; color: #333; font-size: 14px; font-weight: bold; }
@media screen and (max-width: 850px) { .facilityList .facility .item .content dt { font-size: 12px; } }
.facilityList .facility .item .content dd { letter-spacing: 0; font-size: 12px; }
@media screen and (max-width: 850px) { .facilityList .facility .item .content dd { font-size: 10px; } }
.facilityList .facility .item .content dd small { margin-top: 5px; line-height: 1.6; font-size: 10px; display: block; }
@media screen and (max-width: 850px) { .facilityList .facility .item .content dd small { font-size: 8px; } }

/** *************************************************************************** ページトップ ************************************************************************* */
.main .pageTop { padding: 10px 0; background-color: rgba(0, 0, 0, 0.4); }
.main .pageTop a { color: inherit; line-height: 1; text-decoration: none; text-align: center; display: block; }
.main .pageTop a img { width: 40px; vertical-align: middle; transition: filter 0.3s ease-in-out 0.0s; filter: brightness(0) invert(1); }
@media screen and (max-width: 850px) { .main .pageTop a img { width: 30px; } }
.main .pageTop a:hover img { filter: brightness(1) invert(0); }











/** *********** 以下 20250509追加 *****************/


.sliderArea {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 25px;
  
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}
.prev-arrow {
  left: -40px;
}
.next-arrow {
  right: -40px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}








/** *********** Quality *****************/

ul.subNav{
text-align: center;
margin-bottom: 60px;
}
ul.subNav li{
display: inline-block;
margin:3px 2px;
width:23%;
}
ul.subNav li a{
margin: 0;
font-size: 18px;
box-sizing: border-box;
padding:10px 5px;
line-height: 1.6;
background: #998675;
display: block;
color: #FFF;
box-sizing: border-box;
width: 100%;
}

ul.subNav li a.current{
color: #ebd4ae;
}

@media screen and (max-width: 850px) {
ul.subNav{
margin-bottom: 40px;
}
ul.subNav li{
display: inline-block;
width:47%;
}
ul.subNav li a{
margin: 0;
font-size: 16px;


}
}


h2.titleH2{
font-size:28px;
font-weight: normal;
text-align: center;
margin-bottom: 60px;
border-bottom:1px solid #5A5A5A;
letter-spacing: 0.15em;
}
h3.titleH3{
font-size:22px;
font-weight: normal;
text-align: center;
margin-bottom: 60px;
}
h4.titleH4{
font-size:18px;
font-weight: normal;
text-align: center;
padding:8px;
margin-bottom: 20px;
letter-spacing: 0.5em;
}
.facility .item img{
border:1px solid #DBDBDB;
}
@media screen and (max-width: 850px) {
h2.titleH2{
font-size:20px;
margin-bottom: 30px;
}
h3.titleH3{
font-size:16px;
margin-bottom: 30px;
}
h4.titleH4{
font-size:14px;
padding:2px ;
margin-bottom: 20px;
}
}

.f-comtMrg{
margin-bottom:80px !important;
}

.uf-img{
width:100%;
max-width:800px;
margin: 0 auto;
}
.uf-img p{
font-size:14px;
margin-top: 15px;
}



.bg_grey{
background: #f2f2f2;
width:100%;
}

@media screen and (max-width: 850px) {
.f-comtMrg{
margin-bottom:30px !important;
}
.uf-img p{
font-size:12px;
}

}




/** *********** Economy *****************/

.sakura-mer{
margin-bottom: 60px;
}


ul.economyList{
max-width:800px;
margin: 0 auto;
}

ul.economyList li a{
display: block;
width:100%;
margin:0 auto;
padding:10px 5px;
box-sizing: border-box;
text-align: center;
font-size:18px;
color: #FFF;

}
ul.economyList li:first-child a{
background: #307F55;
background: linear-gradient(90deg,rgba(48, 127, 85, 1) 0%, rgba(11, 77, 79, 1) 100%);
}
ul.economyList li:last-child a{
background: #7CBB3E;
background: linear-gradient(90deg,rgba(124, 187, 62, 1) 0%, rgba(14, 114, 56, 1) 100%);
}
ul.zehList{

margin: 60px auto;
}
ul.zehList li{
padding:0 10px;
box-sizing: border-box;
vertical-align: top;
}
ul.zehList li h4{
font-size:16px;
color: #333;
line-height: 1.6;
font-weight: normal;
margin: 10px 0 15px 0;
text-align: left;
}
ul.zehList li p{
font-size:14px;
line-height: 1.6;
text-align:right;
}
.bg-eco{
background-image:url("../../img/economy/bg_teitannso.jpg");
background-repeat:no-repeat;
background-position: top;
background-size: 100%;
padding-bottom: 5px;
background-color: #fdfffd;
padding-top: 80px;
}
.ecoH3{
font-size:32px;
font-weight: normal;
text-align: center;
margin: 80px auto 50px auto;
color:#338355;
padding-bottom:10px;
border-bottom: 6px solid #cce0d4;
max-width:800px;
letter-spacing: 0.1em;
}
.ecoH4{
padding:12px 0;
box-sizing: border-box;
max-width:650px;
margin: 5px auto 30px auto;
color: #338355;
font-size:32px;
font-weight: normal;
text-align: center;
}

span.tyusyaku{
font-size:16px;
}
ul.zehList h5{
color: #338355;
font-size:20px;
border-bottom: 2px solid #338355;
padding:15px 0 8px 0;
height: 100px;
font-weight: normal;
}
.size_50per{
width:50%;
}
.merit-info{
font-size:18px !important;
line-height: 1.4 !important;
text-align: center !important;
padding:12px 0 25px 0;

}
span.bigS{
font-size:24px;
}
span.moreBigS{
font-size:32px;
}
span.cGreen{
color: #338355;
}
#sust{
color:#189a90;
border-bottom: 6px solid #e2f1cf;
}

.tanso{
max-width:370px;
margin: 50px auto;
width:80%;
}
.m-data{
max-width:650px;
width:95%;
margin: 40px auto 10px auto;
}
.m-Box{
margin-bottom: 80px;
}
.m-line{
display: block;
width:50px;
border-bottom: 1px solid #338355;
margin: 25px auto 60px auto;
}
.abincCopy{
font-size:22px;
max-width:980px;
margin: 0 auto 60px auto
}


@media screen and (max-width: 850px) {
.bg-eco{
margin-top: 40px;
padding-top: 40px;
}
.sakura-mer{
margin-bottom: 10px;
}
.abincCopy{
font-size:14px;

}
.m-Box{
margin-bottom: 30px;
}
.m-line{
margin: 15px auto 30px auto;
}
ul.economyList li a{
font-size:14px;
}
.tanso{
margin: 20px auto 0 auto;
}
.ecoH3{
font-size:22px;
margin: 40px auto 20px auto;

padding-bottom:6px;
border-bottom: 4px solid #cce0d4;

}


.ecoH4{
padding:8px 0;
margin: 5px auto 15px auto;
font-size:24px;
}
span.tyusyaku{
font-size:12px;
}2

ul.zehList h5{

padding:10px 0 4px 0;
height: inherit;
}
.size_50per{
width:30%;
}





ul.zehList{

margin: 25px auto;
}
ul.zehList li{
padding:1px;
}
ul.zehList li h4{
font-size:14px;
margin: 3px 0 4px 0;
text-align: left;
}
ul.zehList li p{
font-size:12px;

}
}




/** *********** Plan *****************/

.sliderPlanCont{
width:100%;
}
ul.planList{
max-width:900px;
margin: 60px auto;
}
ul.detailList{

margin:40px auto 30px auto;
color: #333;
line-height:1.7;


}
p.subI{
color: #FFF;
background:#c7b299;
padding:8px 5px;
box-sizing: border-box;
font-size:18px;
text-align: center;
width:100%;
margin:0 0 20px 0;
}
ul.detailList li{
vertical-align: top;
padding: 0 15px;
}
ul.detailList li:first-child{
text-align: left;
width:45%;
}
ul.detailList li:last-child{
width:52%;
}

ul.detailList h3{
font-size:32px;
margin-bottom: 5px;
margin-top: 21px;
font-weight: normal;
line-height: 1.4;
}
ul.detailList h3 span{
font-size:20px;
}
ul.detailList h4{
font-size:23px;
margin-bottom: 40px;
font-weight: normal;
border-top:1px solid #848484;
width:90%;
padding-top:15px;
}
p.mainI{
font-size:16px;
margin-top: 30px;
}
p.mainII{
font-size:13px;
}
.main_menseki{
font-size: 33px;
}
.main_specs{
font-size: 33px;
padding-bottom: 25px;
}
.main_specs_s{
font-size: 23px;
}
.title_line-sin{
width:30%;
height: 1px;
background:#B4B4B4;
margin:5px 0px 5px ;
}

.bg_planZumen{
background: url("../../img/plan/009-subtle-light-patterns.jpg");
}
.zmen{
max-width:900px;
position: relative;
background: #FFF;
margin: 60px auto 120px auto;
padding:25px 20px;

}
.zmenImg{
width:100%;

text-align: center;

}
.plan-prev,.plan-next{
position: absolute;
z-index: 50;
width:40px;
height:40px;
}
.plan-prev{
margin: auto;
top:0;
bottom:0;
left: -150px;
}
.plan-next{
margin: auto;
top:0;
bottom:0;
right: -150px;
}
.sales-read{
font-size:20px;
text-align: center;
margin: 50px 0;
}
.hanrei{
max-width:380px;
margin:80px auto 50px auto;
}
.bg_Ftype{
width:100%;
background-image: url("../../img/plan/bg_planF.jpg");
background-repeat: repeat-y;
background-size: 60%;
}
.bg_Ftype02{
width:100%;
background-image: url("../../img/plan/bg_planF02.jpg");
background-repeat: repeat-y;
background-size: 60%;
background-color: #dcd9d7;
}

.typeF_read{
padding:30px;
box-sizing: border-box;
line-height: 1.8;
text-align:center;
letter-spacing: 0.2em;
color: #FFF;
background: #c7b299;
font-size:30px;
}
.p_h3{
margin:60px 0;
line-height: 1.8;
text-align:center;
letter-spacing: 0.2em;
color: #947548;
font-size:40px;
font-weight: normal;
}
.p_p_read{
margin:30px 0 80px 0;
line-height: 1.8;
text-align:center;
letter-spacing: 0.2em;
color:#1F1F1F;
font-size:20px;
}
ul.pre_feature{
max-width:850px;
margin: 50px auto 120px auto;
}
h3.planH3{
font-size:30px;
letter-spacing: 0.2em;
text-align: center;
font-weight: normal;
margin:10px auto 40px auto;
border-bottom: 1px solid #747474;
max-width:1100px;
}
.plan_kukaku{
max-width: 700px;
margin: 0 auto 80px auto;
}
ul.list_Ftype{
padding: 0 0 60px 0;
}

ul.equipList{

margin: 60px auto;
}
ul.equipList li{
padding:0 10px;
box-sizing: border-box;
vertical-align: top;
position: relative;
}


ul.equipList li p{
font-size:14px;
line-height: 1.6;
text-align:center;
margin-top: 8px;
}

.knkyou{
max-width:400px;
margin: 40px auto;
}
.plan-F-Img{
margin-bottom: 110px;
}
.img-torikago{
width:75%;
margin: 30px auto;
}
.plan-back{
width:150px;
position: absolute;
left:0;
right:0;
margin: auto;
bottom:-90px;
}
@media screen and (max-width: 850px) {
.bg_planZumen{
background:inherit;
}
ul.detailList{
margin: 0 auto;
}
p.subI{
font-size:14px;
}

ul.detailList h3{
font-size:28px;
margin-bottom: 10px;

}
ul.detailList h3 span{
font-size:12px;
}
ul.detailList h4{
font-size:22px;
margin-bottom: 10px;
}
ul.detailList li{
width:100% !important;
padding:0
}

p.mainI{
font-size:14px;
}
.mainII{
font-size:20px;
}

.typeF_read{
padding:20px 10px;
font-size:15px;
letter-spacing: inherit;
}
.p_h3{
margin:20px 0 50px 0;
font-size:26px;
}


.p_p_read{
margin:20px 0 40px 0;
letter-spacing: inherit;
font-size:14px;
}
ul.pre_feature{
margin:15px auto 40px auto;
}
.plan-F-Img{
margin-bottom: 40px;
}
.zmen{
margin: 0 auto;
}
.zmenImg{
width:100%;
margin: 0 auto 0 auto;;
}
.bg_Ftype,.bg_Ftype02{
background-size: 80%;
}
.sales-read{
font-size:16px;
margin: 25px 0;
}
.hanrei{
width:100%;
margin: 25px auto;
}


ul.planList{
margin: 30px 0;
}

h3.planH3{
font-size:22px;
margin:10px 0 30px 0;
}
.plan_kukaku{
margin: 0 auto 40px auto;
}



ul.equipList{
margin: 25px auto;
}
ul.equipList li{
padding:1px;
}

ul.equipList li p{
font-size:12px;

}

}


