/* カスタマイズ用CSS */
.sp-only {
    display: none;
}
a {
    color: #48382B;
}
.ec-eyecatchRole__intro .ec-blockBtn--top{
    color: #fff;
}
a.ec-blockBtn--top {
    color: #fff !important;
    border: 1px solid #48382B;
    background-color: #48382B;
    border-radius: 5px;
    font-size: 16px;
}
/*.slick-track {*/
/*    height: 40vh;*/
/*}*/
a.ec-blockBtn--top:hover{
        border: 1px solid #48382B;
    background-color: #48382B;
    opacity: .8;
}
.ec-off1Grid p{
    line-height: 1.8;
}
.ec-off1Grid__cell {
    padding-bottom: 3rem;
}
i.ec-headerNav__itemIcon.far.fa-envelope{
    text-align: center;
}
.ec-headerNav .ec-headerNav__item.r_line .ec-headerNav__itemLink:after{
    display: none;
}
img.pay-logo {
    width: 40%;
    display: block;
}
@media only screen and (min-width: 768px){
.ec-pageHeader h2 {
    border-top: none;
    border-bottom: 1px solid #E2DCD3;
    margin: 10px 0 20px;
    padding: 20px 0;
    font-size: 18px; 
    font-weight: bold;
}
.ec-off1Grid__cell h3{
    font-size: 18px;
    font-weight: bold;
}
}

.ec-categoryRole .ec-categoryRole__list {
    justify-content: center;
}
.ec-headerTitle img {
    max-width: 200px;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% / 3);
    margin-top: 35px;
}
.ec-headerNaviRole__right {
    padding-bottom: 10px;
}

.ec-newsRole__newsItem.FAQ {
    border-bottom: none !important;
    padding-bottom: 0;
}
.ec-newsRole__newsColumn.border {
    border-bottom: 2px dotted #E2DCD3;
    padding-bottom: 20px;
}
a#news_readmore {
    border-radius: 5px;
    color: #fff !important;
    border: 1px solid #48382B;
    background-color: #48382B;
    margin-top: 20px;
}
a#news_readmore::hover{
    border: 1px solid #48382B;
    background-color: #48382B;
    opacity: .8;
}
.ec-newItemRole__list.policy {
    justify-content: space-between;
}
.accesbox{
    width: 80%;
    margin: 0 auto;
}
.map {
    margin-bottom: 50px;
}
.map iframe{
    width: 100%;
}
.faq-title{
    font-weight:bold;
    font-size: 1.8rem;
    margin-right: 5px;
}
.ec-newsRole__newsHeading.cursor {
    cursor: auto;
}
.question{
    color: red;
}
.answer{
    color: #5679ff;
}

element.style {
}
p.ec-newItemRole__listItemTitle.f-green {
    font-size: 1.6rem;
    color: #044124;
}
.more {
    display: flex;
    justify-content: center;
}
.ec-newsRole .ec-newsRole__newsDescription a {
    color: #0092C4 !important;
}
a.link-color {
    color: #0092C4 !important;
}
.store-info {
    line-height: 3;
    font-weight: bold;
    font-size: 18px;
}
.store-info .title{
    font-size: 30px
}
i.shop-content-icon{
    font-size: 1.2em;
    margin-right: 10px;
}
.policy-list {
    display: flex;
    justify-content: space-between;
}
.policy-list-item {
    margin-right: 5px;
    width:33%;
}
.policy-list-item:last-child{
    margin-right: 0;
}
p.coment {
    line-height: 2;
    margin-top: 10px;

}
.policy-list-item .tile {
    margin-top: 10px;
    font-size: 18px;
    color: #044124;
    font-weight: bold;
}

.concept-v{
    position: relative;
    width: 100%;
    height: 500px;
  }
  .concept-v-img, .concept-v-content{
    position: absolute;
    max-width: 560px;
    width: 100%;
    height: 350px;
    color: white;
  }
  .concept-v-img{
    top: 0;
    left: 0;
  }
  .concept-v-content{
    background-color: #fff;
    bottom: 0;
    right: 0;
    padding: 3em 4em;
    color: #48382B !important;
    line-height: 2;
    background: rgba(255,255,255,0.8)
  }
  .concept-v-content .title {
    font-size: 3rem;
    font-weight: bold;
}
  .concept-v-content .content {
    margin-top: 20px;
}
  .easy .concept-v-img {
    right: 0;
    top: 0;
    left: inherit;
}
  .easy .concept-v-content {
    left: 0;
}
  .ec-topicRole {
      background-color: #F7F5F4;
}
  .concept-mv{
      background-image:url(/solviva/public/ec-cube/html/user_data/assets/img/top/DSC_2684.JPG);
      background-repeat: no-repeat;
      background-position: 0 60%;
      background-size: cover;
      background-attachment: fixed;
      width: 100%;
  }
  .concept-mv-cover{
      background: rgba(0,0,0,0.5);
      padding: 60px 0;
  }
  .concept-mv-title{
      text-align: center;
      font-size: 3rem;
      font-weight: bold;
      color: #fff
  }
  .ec-layoutRole__mainBottom {
    margin-top: 0;
}
.ec-eyecatchRole__intro {
    color: #48382B !important;
}
img.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.ec-role.sns.ec-role.sns {
    display: flex !important;
    justify-content: center;
}

ul.sns-list {
    display: flex;
    justify-content: space-around;
}
i.sns-icon {
    font-size: 2em;
}
ul.sns-nav {
    display: flex;
    padding: 16px 16px 13px;
    align-items: flex-end;
}
li {
    list-style: none;
}
ul.sns-nav li a{
    margin-right: 20px;
}
.ec-off1Grid__cell.guide {
    padding-bottom: 0;
}
.slick-track {
    height: 500px;
}
.ec-newsRole__newsDate.ec-newsRole__newsDate-title {
    font-size: 1.6rem;
    font-weight: bold; 
}
.pc_only.sns {
    width: 100%;
}
.fz-12px {
    font-size: 12px !important;
    margin-top: 5px;
    text-align: center;
    color: #044124 !important;
}
/*ページトップボタン*/
.fa-times:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.ec-blockTopBtn{
    width: 40px;
    border-radius: 50%;
}

/*スライダーcssカスタマイズ*/

button.slick-prev.slick-arrow {
    display: none !important;
}
button.slick-next.slick-arrow {
    display: none !important;
}
.item-mv.slick-slide {
    padding: 0 5px;
}





/*タブレット表示*/
@media (max-width : 1050px) {
    .concept-v {
    height: 650px;
}
.concept-mv{
    background-attachment: scroll;
}
.item-mv.slick-slide {
    padding: 0;
}


    
    
    
}
/*スマホ表示*/
@media (max-width : 599px) {
    .sp-only {
    display: block;
}
    .concept-v-content {
        padding: 1em;
    }
    .concept-v-content .title {
        font-size: 2.2rem;
    }
    .concept-v {
    height: 720px;
}
    .concept-v-content.easy {
    height: 390px;
}
.concept-v-content.body {
    height: 330px;
}
    .concept-v.easy {
    height: 760px;
}
    .accesbox {
    width: 100%;
}
.policy-list {
    flex-direction: column;
}
.policy-list-item {
    margin: 0 0 30px;
}
.shop-content {
    font-size: 16px;
}
.concept-mv{
    background-attachment: scroll;
}
.sp-logo {
    padding-left: 13%;
}
.slick-track {
    height: 250px;
}
.policy-list-item {
    width:100%;
}
.ec-headerTitle__title {
    margin-left: 35px;
}



}