/*
Theme Name: nittodo v2
Author: kosuda hidemori
Version: 0.2
*/

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
  font-family: adobe-garamond-pro, a-otf-ryumin-pr6n, sans-serif;
}

a{ 
  color:#77B0C0;
  text-decoration: none;
}
a:hover{
  color:#77B0C0;
  opacity: 0.6;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

a[href^="tel:"]{
  color: #000;
}


.hide{
  display: none !important;
}

.sp_hidden{
  display: block;
}

.pc_hidden{
  display: none;
}

.sp_break{
  display: none;
}

.ntm_photo{
  width: 100%;
}

.ntm_photo img{
     width: 100%;
     height: auto;
}

.icon_arrow_r{
  padding-left: 14px;
  background: url("./assets/images/icon-arrow-right.svg") no-repeat left center;
  background-size: 8px 10px;
}

.icon_arrow_l{
  padding-left: 14px;
  background: url("./assets/images/icon-arrow-left.svg") no-repeat left center;
  background-size: 8px 10px;
}


/* HEADER */

.section_header{
  text-align:center;
  background: #77B0C0;
  width: 100%;
}

    
.ntm_nav_wrapper .ntm_logo_wrapper{
  display: none;
}

.section_header .ntm_lang_nav{
  display: none;
}

.ntm_logo_wrapper{
  max-width: 684px;
  padding: 40px 0 0 0;
  margin: auto;
  position: relative;
    background: #77B0C0;
}

.section_header a.logo_text{
  display: block;
  width: 184px;
  top: 95px;
  left: 0;
  position: absolute;
}

.section_header a.logo_text img{
     width: 100%;
     height: auto;
}

.section_header a.logo_mark{
  display: block;
  width: 184px;
  margin: auto;
}

.section_header a.logo_mark img{
     width: 100%;
     height: auto;
}

.section_header .ntm_nav{
  margin: 0;
  padding: 0;
}

.section_header .ntm_nav li{
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin: 30px 25px;
}

.section_header .ntm_nav li a{
  color: #000;
}


.main_photo{
  margin: 0;
  padding:0;
}


/* Article Header */

.ntm_article .ntm_logo_wrapper{
  max-width: 684px;
  padding: 20px 0 0 0;
  margin: auto;
  position: relative;
}

.ntm_article .section_header a.logo_text{
  display: block;
  width: 100px;
  top:55px;
  left: 0;
  position: absolute;
}

.ntm_article .section_header a.logo_mark{
  display: block;
  width: 114px;
  margin: 0;
  margin-left: 140px;
}

.ntm_article .section_header .ntm_nav li{
  margin: 20px 20px 30px;
}




/* Contents */

.ntm_section_inner{
  max-width: 684px;
  padding: 40px 0;
  margin: auto;
  position: relative;
}

.ntm_section_bg{
  background: #F4F4F4;
}

.ntm_section_inner .ntm_photo{
  margin-bottom: 20px;
}

.ntm_hedding{
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  font-size: 30px;
  margin-bottom: 40px;
}

.ntm_sub_hedding{
  color: #000;
  font-size: 20px;
}

.ntm_lead_wrapper{
  color: #000;
  margin: 0 0 20px 0;
  padding: 0 20px;
}

.ntm_lead_wrapper p{
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
  color: #000;
  line-height: 2em;
  margin: 0 0 20px 0;
}

.ntm_section_pure_wrapper{
  margin: 0 -20px;
}

.ntm_section_pure_wrapper .row{
  margin: 20px;
}

.ntm_section_pure_wrapper .row p{
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
}

.ntm_section_pure_wrapper img{
     width: 100%;
     height: auto;
}




/* NEWS */

.ntm_news_filter{
  margin: -40px auto 0 auto;
  padding: 0;
  font-size: 17px;
  text-align: center;
}

.ntm_news_filter li{
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin: 30px 20px;
}

.ntm_news_filter a{
  color:#000;
}

.ntm_news_filter a:hover,
a.ntm_news_filter_active{
  color:#77B0C0;
}
.ntm_news_filter_active::before{
  content: "● ";
}

.ntm_media_wapprer{
  display: none;
}

.ntm_news_section img{
  width: 100%;
  height: auto;
}

.ntm_news_section .ntm_news_thumbnail{
  margin-bottom: 10px;
}

.ntm_news_section p.ntm_news_date{
  font-size: 14px;
  color: #000;
  margin:0 0 5px 0;
}

.ntm_news_section .ntm_sub_hedding{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0;
}

/*
.ntm_readmore{
  margin: 40px 0 20px 0;
  text-align: center;
}
.ntm_readmore a{
  text-align: center;
  margin: auto;
  color:#fff;
  padding: 10px 30px;
  background: #000;
  display: inline-block;
}
*/

.link_btn{
  margin: 40px 0 20px 0;
  text-align: center;
}
.link_btn a{
  text-align: center;
  margin: auto;
  display: inline-block;
}



/* NEWS Detail */

.ntm_news_detail_section .ntm_hedding{
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 40px;
}

.ntm_news_detail_section .ntm_news_date{
  font-size: 18px;
  color: #000;
  margin:0 0 10px 0;
}

.ntm_news_detail_section .ntm_news_detail_photo{
  margin-bottom: 40px;
} 

.ntm_news_detail_photo img{
     width: 100%;
     height: auto;
}

.ntm_news_detail_lead p{
  font-size: #000;
  line-height: 2em;
  margin-bottom: 20px;
}

.ntm_article .ntm_news_detail_content_wrapper{
  margin-bottom: 40px;
}


.ntm_news_sub_lead{
  margin: 40px 0;
  overflow: hidden;
  line-height: 1.9em;
}

.ntm_news_sub_lead figure{
  margin: 0 0 0 20px;
  width: 280px;
  float: right;
}

.ntm_news_sub_lead figure img{
     width: 100%;
     height: auto;
}

.ntm_pdf{
  margin: 40px 0;
  line-height: 1.9em;
}



.ntm_item_section_inner .ntm_sub_hedding{
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 10px 0 5px;
}

.item_photo img{
     width: 100%;
     height: auto;
}
.item_photo{
  padding: 0;
  margin: 0 20px;
}

  .ntm_hedding.brand_logo{
    max-width: 400px;
    margin: 0px auto 20px;
  }
  .ntm_hedding.brand_logo img{
    width: 100%;
  }
  

.ntm_hedding.brand_logo .txt{
  margin-bottom: 20px;
  display: block;
}




/* Items Detail */

.ntm_items_detail_section .ntm_hedding{
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 40px;

}

.ntm_items_detail_section .ntm_items_detail_photo{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0;
} 

.ntm_items_detail_section .ntm_items_detail_thumbnail{
  margin: 0 -10px 40px;
  padding: 0;
} 

.ntm_items_detail_section .ntm_items_detail_thumbnail li{
  margin: 0 0 40px;
  padding: 10px;
} 

.ntm_items_detail_section .ntm_items_detail_thumbnail img{
  outline: 3px solid #ffffff;
  outline-offset: -3px; 
}

.ntm_items_detail_section .ntm_items_detail_thumbnail .slick-current img{
  outline: 3px solid #77B0C0;
}


.ntm_items_detail_photo img,
.ntm_items_detail_thumbnail img{
     width: 100%;
     height: auto;
}

.ntm_items_detail_lead {
  margin-bottom: 60px;
}

.ntm_items_detail_lead p{
  font-size: #000;
  line-height: 2em;
  margin-bottom: 20px;
  font-size: 14px;
}

.ntm_items_detail_section  .item_price{
  font-size: #000;
  font-weight: bold;
  line-height: 2em;
  font-size: 20px;
  margin-bottom: 60px;
}

.ntm_items_detail_content_wrapper{
  margin-bottom: 40px;
}

.item_links{
  width: 100%;
  list-style: none;
  margin:0;
  padding: 0;
}

.item_links li{
  display: inline-block;
  width: 32.2%;
}
  
.item_links li a{
    display: block;
    text-align: left;
  }
  
  
 .item_links .link_btn{
  margin: 0;
  text-align: center;
}

.link_btn a{
    display: block;
}




/* brands */

.ntm_section_inner .ntm_brand_header{
  margin-bottom: 60px;
}

.ntm_section_inner .ntm_brand_header p{
  line-height: 1.8em;
}

.ntm_brand_body_section{
  margin-bottom: 40px;
  overflow: hidden;
}


  .ntm_brand_body{
    color: #000;
    line-height: 1.8em;
    margin-bottom: 20px;
    font-size: 14px;
  }
  
  
.ntm_brand_thumbnail{
  float:left;
    margin: 0 20px 20px 0;
    width: 160px;
}

.ntm_brand_thumbnail img{
  width: 100%;
}

ntm_brand_txt{
  float: right;
}


/* COFFEE */
.ntm_coffee_section .ntm_hedding_logo{
  max-width: 310px;
  height: auto;
  text-align: center;
  margin: 20px auto 40px auto;
}

.ntm_coffee_section .ntm_hedding_logo img{
     width: 100%;
     height: auto;
}

.ntm_coffee_section .coffee_item_photo{
  max-width: 100px;
  float: left;
}

.ntm_coffee_section .coffee_item_photo img{
     width: 100%;
     height: auto;
}

.ntm_coffee_section .coffee_item_lead{
  margin-left: 120px;
}

.ntm_coffee_section .coffee_item_lead .ntm_sub_hedding{
  font-size: 14px;
  line-height: 1.7em;
}

.ntm_coffee_section .coffee_item_lead p{
  font-size: 12px;
  line-height: 1.7em;
}


.ntm_coffee_section .links{
  list-style: none;
  margin: 40px 0 0 20px;
  padding: 0;
  color: #000;
  line-height: 2em;
}

.ntm_coffee_section .links li{
  font-size: 16px;
}

/*
.ntm_coffee_menu{
  margin: 40px 0 20px 0;
  text-align: center;
}
.ntm_coffee_menu a{
  text-align: center;
  margin: auto;
  color:#fff;
  padding: 10px 30px;
  background: #000;
  display: inline-block;
}
*/



/* ACCESS */

.ntm_access_section .google_maps{
  margin: 20px 0 35px 0;
}

.ntm_access_section .addess,
.ntm_access_section .access_info{
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 2em;
    font-size: 16px;
}

.ntm_access_section .addess{
  margin-bottom: 40px;
}
.ntm_access_section li{
  margin: 0;
}

.ntm_access_section li .access_label{
  width: 70px;
  display: block;
  float: left;
}

.ntm_access_section li .access_date{
  margin-left: 85px;
  display: block;
}



/* COMPANY PROFILE */

.ntm_company_section .ntm_hedding{
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

.ntm_company_section p{
  font-size: 14px;  
}

.ntm_company_section .links{
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  color: #000;
  line-height: 2em;
}

.ntm_company_section .links li{
  font-size: 16px;
}




/* FOOTER */

.footer_section{
  position: relative;
  background: #77B0C0;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.footer_section .ntm_section_inner{
  padding-bottom: 90px;
}

.footer_section ul{
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 2em;
  text-align: left;
  font-size: 14px;
}


.footer_section ul.ntm_sns_link {
  text-align: center;
}
.footer_section ul.ntm_sns_link li{
  margin: 0 5px;
  display: inline-block;
}


.footer_section .ntm_sns_link img{
 width: 40px;
 height: 40px;
}

.footer_section .footer_links{
  float: left
}

.footer_section .footer_links_stores{
  padding-left: 260px;
}

.footer_section .ntm_lang_nav{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 90px;
}

.footer_section a{
  color: #000;
  text-decoration: none;
}

.footer_section a:hover{
  text-decoration: underline;
  opacity: 0.6;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}


.footer_section .copyright{
  font-size: 12px;
  padding: 20px 0;
  margin: 0;
  clear: both;
}




/* =================================
====================================
====================================
====================================
==================================== */









.section_privacy{
  max-width: 684px;
  margin: 0 auto 100px auto;
}

.section_privacy .section_inner{
  margin: 0;
}

.section_privacy h1{
  line-height: 1.7em;
  font-size:24px;
  font-weight: normal;
}

.section_privacy p,
.section_privacy ol{
  font-size: 14px;
  line-height: 1.7em;
}

.section_privacy ol{
  padding-left: 20px;
}
.section_privacy ol ol{
  padding-top: 10px;
  padding-left: 25px;
  list-style-type: lower-roman 

}

.section_privacy ol li{
  margin-bottom: 10px;
}



.section_form{
  max-width: 684px;
  margin: 100px auto 100px auto;
}

.section_form .section_inner{
  margin: 0;
}

.section_form h1{
  line-height: 1.7em;
  font-size:24px;
  font-weight: normal;
}

.section_form h2{
  line-height: 1.7em;
  font-size:15px;
  margin-bottom: 0;
  font-weight: normal;
}

.section_form div p{
  font-size: 14px;
  line-height: 1.7em;
  margin: 10px 0 20px;
}



.section_form .must{
  font-size: 12px;
  color: red;
}

.section_form input[type=email],
.section_form input[type=text] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 100%;
}

.section_form input.form-text-harf{
  width: 48%;
}

.section_form input.form-text-harf-after{
  float: right;
  width: 48%;
}

.section_form textarea {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  height: 210px;
  width: 100%;
}

.section_form input[type=submit] {
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
}

.section_form input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}

.section_form input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}

.section_form input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333;
}

.section_form .submit{
  text-align: center;
  margin: auto;
}

.section_form .submit .form-submit{
  margin:  40px auto;
}

.section_form .error{
  display: inline-block;
  position: absolute;
}

.section_form .email_comf_error{
  display: inline-block;
  position: absolute;
}

.section_form .email_comf_error .error{
  position: static;
  display: inline;
}


.btn_contact{
  margin-top: 40px;  
}

.btn_contact a{
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
  margin: auto;
}


.btn_contact a:hover {
  background-color: #999999;
  color: #FFFFFF;
}


footer{
  color: #666;
  text-align: center;
  margin: 20px;
  font-size: 12px;
}

.js-backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 20;
  background: #000 url("./assets/images/icon-arrow-top.svg") no-repeat center center;
  background-size: 20px auto; }
  .js-backtotop:hover {
    cursor: pointer; }
  
  

.page_detail{
  padding: 40px 0 0 0;
}

.page_detail img{
   width: 200px;
   height: auto;
}


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

  
  .sp_hidden{
    display: none;
  }
  
  .pc_hidden{
    display: block;
  }
  
  .sp_break{
    display: block;
  }
  
  .pc_break{
    display: none;
  }
  
  .lead{
    text-align: left;
  }
  
  h2{
    line-height: 1.7em;
    font-size: 4vw;
  }

.ntm_section_inner .ntm_photo{
  margin: 0 -20px 20px;
  width: auto;
}
  
  
  /* HEADER */

.ntm_nav_wrapper .ntm_logo_wrapper{
  display: block;
}


  .ntm_article .ntm_logo_wrapper,
  .ntm_logo_wrapper{
    padding: 20px 0;
  }  
  
  .ntm_article .section_header a.logo_text,  
  .section_header a.logo_text{
    display: block;
    width: 86px;
    top: 55px;
    left: 20px;
    position: absolute;
  }

  .ntm_article .section_header a.logo_mark,
  .section_header a.logo_mark{
    display: block;
    width: 114px;
    margin: auto;
  }
  
  .section_header a.logo_mark img{
     width: 100%;
     height: auto;
  }



  /* Global Navigation
  -------------------------------- */
  .toggle_menu {
    position: fixed;
    right: 20px;
    top: 56px;
    z-index: 1101;
  }
  .toggle_menu p{
    display: block;
    color: #fff;
    line-height: 1.2em;
    font-size: 8px;
  }
  .menu-trigger {
    display: block;
    cursor: pointer;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 38px;
    height: 22px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-30deg);
    transform: translateY(10px) rotate(-30deg);
    background-color: #000;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(30deg);
    transform: translateY(-10px) rotate(30deg);
    background-color: #000;
  }
  
  
   .section_header .ntm_nav_wrapper{
    display: none;
    background: #ccc;
    position: fixed;
    z-index: 100;
    top: 0;
  }
  
  .section_header .ntm_lang_nav {
    display: block;
    margin: 50px 0 0 0;
    padding: 0;
  }
    
  .section_header .ntm_nav li,
  .section_header .ntm_lang_nav li{
    display:block;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 20px;
  }
  
  .section_header .ntm_nav li a,
  .section_header .ntm_lang_nav li a{
    color: #000;
  }





  
  .main_photo{
    margin: 0;
    padding:0;
  }
  
  


  
  /* Contents */
  
  .ntm_section_inner{
    padding: 20px 0;
  }
  
  .ntm_hedding{
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .ntm_sub_hedding{
    font-size: 16px;
  }
  
  .ntm_lead_wrapper p{
    font-size: 14px;
  }
  
  .ntm_section_pure_wrapper{
    margin: 0;
  }
  
  
  /* NEWS */
  
  .ntm_news_filter{
    margin: -20px auto 0 auto;
    padding: 0;
    text-align: center;
  }
  
  .ntm_news_filter li{
    font-size: 14px;
  }
    
  .ntm_news_section img{
    width: 100%;
    height: auto;
  }
  
  .ntm_news_section .ntm_news_thumbnail{
    margin-bottom: 10px;
    width: 110px;
    float: left;
  }
  
  .ntm_news_section .ntm_news_body{
    margin-left: 120px;
  }
  
  .ntm_news_section p.ntm_news_date{
    font-size: 12px;
  }
  
  .ntm_news_section .ntm_sub_hedding{
    font-size: 14px;
  }
  
  .ntm_news_section .ntm_news_readmore{
    margin: 40px 0 20px 0;
    text-align: center;
  }
  
  .ntm_news_section .ntm_news_readmore a{
    text-align: center;
    margin: auto;
    color:#fff;
    padding: 10px 30px;
    background: #000;
    display: inline-block;
  }
  
  
  
  /* NEWS Detail */
  
  .ntm_news_detail_section{
    margin: 20px;
  }
  .ntm_news_detail_section .ntm_hedding{
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .ntm_news_detail_section .ntm_news_date{
    font-size: 12px;
    color: #000;
    margin:0 0 10px 0;
  }
  
  .ntm_news_detail_section .ntm_news_detail_photo{
    margin-bottom: 20px;
    width: 100%;
  } 
  
  .ntm_news_detail_photo img{
     width: 100%;
     height: auto;
  }
  
  .ntm_news_detail_lead p{
    font-size: #000;
    line-height: 2em;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .ntm_article .ntm_news_detail_content_wrapper{
    margin-bottom: 40px;
  }


.ntm_news_sub_lead{
  margin: 40px 0;
  overflow: hidden;
    font-size: 14px;
  line-height: 1.9em;
}

.ntm_news_sub_lead figure{
  margin: 0 ;
  width: 100%;
  float: none;
}


.ntm_pdf{
  margin: 40px 0;
  line-height: 1.9em;
}




  /* Items */


.ntm_item_section_inner .ntm_photo{
  margin: 20px 0 20px;
  width: auto;
}

  .ntm_hedding.brand_logo{
    max-width: 90%;
    padding: 0 20px;
    text-align: center;
    margin: 10px auto 0px;
  }
  
  .brand_logo img{
    width: 100%;
  }
  
  
  
  .ntm_item_section_inner .ntm_hedding{
    margin-bottom: 10px;
  }

.item_photo img{
  width: 100%;
  height: auto;
}
.item_photo{
  padding: 0;
  margin: 0;
}






  .ntm_item_section_inner .ntm_iem_body{
    margin: 0 10px 20px;
  }
  
  .ntm_item_section_inner .ntm_iem_body p{
    font-size: 14px;
    line-height: 1.8em;
  }

  /* Items Detail */
  
  .ntm_items_detail_section{
    margin: 0 20px 20px;
  }
  .ntm_items_detail_section .ntm_hedding{
    font-size: 18px;
    margin-bottom: 20px;
  }
    
  .ntm_items_detail_section .ntm_items_detail_thumbnail{
    margin: 0 -10px 20px;
    padding: 0;
  } 
  
  .ntm_items_detail_section .ntm_items_detail_thumbnail li{
    margin: 0 0 20px;
    padding: 10px;
  } 
  
  .ntm_items_detail_section .ntm_items_detail_thumbnail img{
    outline: 2px solid #ffffff;
    outline-offset: -2px; 
  }
  
  .ntm_items_detail_section .ntm_items_detail_thumbnail .slick-current img{
    outline: 2px solid #77B0C0;
  }
  

  .ntm_items_detail_photo{
    margin: 0 -20px;
  }
  .ntm_items_detail_photo img,
  .ntm_items_detail_thumbnail img{
     width: 100%;
     height: auto;
  }
  
  .ntm_items_detail_lead {
    margin-bottom: 60px;
  }
  
  .ntm_items_detail_lead p{
    color: #000;
    line-height: 2em;
    margin-bottom: 20px;
    font-size: 14px;
  }
  
  .ntm_items_detail_section  .item_price{
    font-size: #000;
    font-weight: bold;
    line-height: 2em;
    font-size: 20px;
    margin-bottom: 60px;
  }
    
  .ntm_items_detail_content_wrapper{
    margin-bottom: 40px;
  }
  
.item_links{
    width: 100%;
    list-style: none;
    margin:0;
    padding: 0;
  }
  
.item_links li{
    display: block;
      width: 100%;
    margin-bottom: 20px;
  }
  
.item_links li a{
   display: block;
   margin-left: 20px;
/*   border: 1px solid #77B0C0;
   text-align: center;
   padding: 5px 10px ; 
   */
  }
  
  
  /* brand */
  .ntm_brand_body{
      margin: auto 20px;
  }
  .ntm_section_inner .ntm_brand_header p{
    margin-left: 20px;
  }

    
    /* COFFEE */
    .ntm_coffee_section .ntm_hedding_logo{
      max-width: 210px;
      margin: 20px auto 20px auto;
    }
    
    .ntm_coffee_section .row{
      margin: 0px;
    }
    
    
    /* ACCESS */
    
    .ntm_access_section .google_maps{
      margin-bottom: 25px;
    }
    
    .ntm_access_section .addess,
    .ntm_access_section .access_info{
      list-style: none;
      margin: 0;
      padding: 0;
      color: #000;
      line-height: 2em;
    }
    
    .ntm_access_section .addess{
      font-size: 16px;
      margin-bottom: 20px;
    }
    
        
        


/* FOOTER */

.footer_section{
  position: relative;
  background: #77B0C0;
  width: 100%;
  margin: 0;
}

.footer_section .ntm_section_inner{
  padding-bottom: 20px;
  margin: 0 20px 0;
}


.footer_section .footer_links{
  float: none;
  margin-bottom: 20px;
}

.footer_section .footer_links_stores{
  padding-left: 0;
}

.footer_section .ntm_lang_nav{
  display: none;
}



.js-backtotop {
  bottom: 40px;
 }
  .js-backtotop:hover {
    cursor: pointer; }



  .section_privacy .section_inner,
  .section_form .section_inner{
    margin: 20px;
  }
    

.section_form{
  max-width: 684px;
  margin: 20px auto 100px auto;
}
  
  
  
  
}












/* #####
  #infscr
  ##### */



#infscr-loading {
text-align:center;
margin:0 auto;
}

#infscr-loading img{
  width: auto;
}






/* #####
  Slider
  ##### */
  
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./assets/images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}



/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 20px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 10;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
