@charset "utf-8";
/*
 * File       : store-locator.css
 * Author     : STUDIO-JT (NICO)
 * Guideline  : JTstyle.2.0
 *
 * Dependency : css/reset.css
 *              css/jt-strap.css
 *
 * SUMMARY:
 * 1) GLOBAL

 */


/* **************************************** *
 * GLOBAL
 * **************************************** */
.page-template-stockist-jp,
.page-template-stockist-global { position: fixed; top: 0; bottom: 0; width: 100%;}
.page-template-stockist-jp #footer,
.page-template-stockist-global #footer { display:none;}
.page-template-stockist-jp .main_container,
.page-template-stockist-global .main_container{ padding-bottom:0; height:calc(100% - 120px) }
.store-locator-sr-only{ position: absolute; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(0px 0px 99.9% 99.9%); clip-path: inset(0px 0px 99.9% 99.9%); overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0;}

.store-locator {height: 100%; position:relative; background: #e5e3df}



/* **************************************** *
 * MAP
 * **************************************** */
.store-locator__map {height: 100%;}



/* **************************************** *
 * SEARCH
 * **************************************** */
.store-locator__search { left: 0; top: 0; position: absolute; height: auto; width: 428px; transition: .3s}
.store-locator__search-form {position: absolute;top: 0;left: 0;z-index: 1;width: 428px;padding: 10px;}
.store-locator__search-inner { position: relative; min-width: 408px;}
.store-locator__search-button {position: absolute;top: 0;right: 0;bottom: 0;width: 60px; font-size: 0; background: url(../images/icon/icon-search.svg) no-repeat center center; cursor: pointer;border: 0; }
.store-locator__search-input { background-color: #fff; width: 100%;height: 60px;-webkit-appearance: none;appearance: none;font-size: 14px;padding: 10px 60px 10px 20px;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);border: none;border-radius: 3px; letter-spacing: -0.01em}
.store-locator__search-input:focus{ outline: none}
.store-locator__search-input:-internal-autofill-selected {background: #fff; box-shadow:inset 0 0 0 100vh #fff}
input::-webkit-search-cancel-button{display: none;}


.store-locator__search-result {position: absolute;top: 0;left: 0;width: 100%;background: #fff;height: 100%; display:none }
.store-locator__search-toggle {position: absolute;right: 0;top: 50%;transform: translate(100%, -50%);height: 75px;width: 30px;cursor: pointer;background: #fff;border: none; border-left:1px solid #eee; padding: 0; border-radius: 0 3px 3px 0; box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);}
.store-locator__search-toggle:before{ content: "\e915"; font-family: 'jt-font'; color: #aaa; font-size: 8px;}
.store-locator__search-result-header { margin: 100px 20px 20px; display: flex; align-items: baseline; justify-content: space-between;}
.store-locator__search-result-list {height: calc(100% - 165px); border-top: 1px solid #eee;}
.store-locator__search-result-list {overflow: auto; -ms-scroll-chaining: none; overscroll-behavior: none}
.store-locator__search-result-item { cursor:pointer; padding: 25px 30px; border-bottom: 1px solid #eee}
.store-locator__search-result-text-inner{ display: inline-block}
.store-locator__search-result-loading { height: 100%; display: table; width: 100%;}
.store-locator__search-result-loading-inner { display: table-cell; vertical-align: middle; text-align: center; color: #ddd;}
.store-locator__search-result-loading-inner span { top: -60px; position: relative; display: inline-block;}
.store-locator__search-result-loading-inner--nothing{color: #666;}
.store-locator__search-result-total {color: #aaa; margin-left: 5px;}
.store-locator__search-result-clear { border: 0;background: none;color: #aaa;font-weight: 600; letter-spacing: -0.01em; cursor: pointer; /* min-width: 120px; */}

.store-locator__search-result-title{font-size: 18px;font-weight: 600;margin-bottom: 18px;letter-spacing: -0.01em;}
.store-locator__search-result-phone > a {font-size: 13px;color: #666;margin-bottom: 12px;display: block;padding-left: 20px; position: relative;}
.store-locator__search-result-address{font-size: 13px;color: #666;line-height: 1.7;margin-bottom: 10px;display: block;padding-left: 20px; position: relative;}
.store-locator__search-result-website > a {font-size: 13px;color: #666;display: block;padding-left: 20px; position: relative;}
.store-locator__search-result-phone > a::before{position: absolute; content: '\e952'; font-family: 'jt-font'; color: #666; font-size: 13px; width: 18px; height: 18px; left: 2px;}
.store-locator__search-result-address::before{position: absolute; content: '\e951'; font-family: 'jt-font'; color: #666; font-size: 15px; width: 18px; height: 18px; left: 0; top: -2px;}
.store-locator__search-result-website > a::before{position: absolute; content: '\e953'; font-family: 'jt-font'; color: #666; font-size: 12px; width: 18px; height: 18px; left: 0; top: 1px;}
.store-locator__search-result-address.global { margin-top: 10px; margin-bottom: 0; }

.store-locator__search-result-item--active,
html.desktop .store-locator__search-result-item:hover { background: #fef4f4}

html.win .store-locator__search-result-list {overflow: overlay}
html.win .store-locator__search-result-list::-webkit-scrollbar { background: transparent; width: 5px}
html.win .store-locator__search-result-list::-webkit-scrollbar-track { background: transparent}
html.win .store-locator__search-result-list::-webkit-scrollbar-thumb { background: transparent; border-radius: 99px}
html.win .store-locator__search-result-list:hover::-webkit-scrollbar-thumb { background: #ccc}



/* **************************************** *
 * CATEGORY MENU
 * **************************************** */
.store-locator__cat{position: absolute;top: 0px;left: 428px;padding: 15px 10px; transition: .3s;}
.page-template-stockist-global .store-locator__cat{ display: none}
.store-locator__cat-list { display: flex; position: relative;}
.store-locator__cat-list > li ul{display: none;}
.store-locator__cat-list > li > a { display: flex; align-items: center; justify-content: center; height: 50px; border-radius: 3px; font-size: 15px; margin-right: 2px; background: #fff; min-width: 169px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);}
.store-locator__cat-list > li:last-child > a {margin-right: 0;}
.store-locator__cat-list > li > a .store-locator__cat-title{color: #222; margin-right: 10px;}
.store-locator__cat-list > li > a .store-locator__cat-count{color: #aaa;}
.store-locator__cat-list > li > ul > li > a,
.store-locator__cat-list > li > ul > li > ul > li > a {padding: 16px 30px; display: inline-block;}
.store-locator__cat-list > li > ul > li > a {color:#a3d2b1}
.store-locator__cat-list > li > ul > li > ul > li > a {color:#666; padding-left: 26px; padding-right: 26px;}

.store-locator__cat-list > li.store-locator__cat-item--active > a{background: #009d42; border-radius: 3px 3px 0 0;}
.store-locator__cat-list > li.store-locator__cat-item--active > a .store-locator__cat-title{color: #fff;}
.store-locator__cat-list > li.store-locator__cat-item--active > a .store-locator__cat-count{color: #fff4ab;}
.store-locator__cat-list > li.store-locator__cat-item--active > ul { display: flex; position: absolute; align-items: center; background: #009d42; width: 100%; justify-content: center; top: 50px; left: 0; flex-wrap: wrap;}
.store-locator__cat-list > li.store-locator__cat-item--active > ul > li.store-locator__cat-item--active > ul { display: flex; position: absolute; align-items: center; background: #fff; width: 100%; padding: 6px 0; justify-content: center; top: 50px; left: 0; flex-wrap: wrap;}
.store-locator__cat-list > li.store-locator__cat-item--active > ul > li.store-locator__cat-item--active > a {color: #fff;}
.store-locator__cat-list > li.store-locator__cat-item--active > ul > li.store-locator__cat-item--active ul > li.store-locator__cat-item--active > a {color: #e72e35;}

.store-locator__rwd-cat {position: absolute; top: 0; left: 428px; padding: 15px 10px; display: none; width: 63%; transition: .3s;}
.page-template-stockist-global .store-locator__rwd-cat { display: flex; justify-content: space-between; }
.store-locator__rwd-cat .selectric-wrapper {width: 32%; margin-right: 1%; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);}
.store-locator__rwd-cat .selectric .label {height: 46px; line-height: 46px}
.store-locator__rwd-cat .selectric .button {height: 47px;width: 40px;background: #fff;}
.store-locator__rwd-cat .selectric,
.store-locator__rwd-cat .selectric-hover .selectric {border-color: #fff;}
.store-locator__rwd-cat .selectric-items ul li {padding: 12px}
.store-locator__rwd-cat select { opacity:0}
.store-locator__rwd-cat select:focus { outline: none;}

.store-locator__rwd-cat .select2-container { display: block; width: 32% !important; }
.store-locator__rwd-cat .select2-container--default .select2-selection--single {border: 0;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);height: auto;margin: 0;}
.store-locator__rwd-cat .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 50px;height: 50px;padding: 0 44px 0 14px; color: #666;}
.store-locator__rwd-cat .select2-container--default.select2-container--disabled .select2-selection--single { background-color: #fff; opacity: .5; }
.store-locator__rwd-cat .select2-container--default .select2-selection--single .select2-selection__arrow { width: 40px; height: 48px; background: #fff; }
.store-locator__rwd-cat .select2-container--default .select2-selection--single .select2-selection__arrow:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(../images/icon/icon-direction-down-secondary.svg) no-repeat; background-size: 12px 8px; background-position: center; }
.store-locator__rwd-cat .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { opacity: 0; }

.select2-dropdown.store-locator-dropdown { border: 0; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); overflow: hidden; }
.select2-dropdown.store-locator-dropdown .select2-results__option { padding: 12px; border: 0; font-size: 15px; min-height: 20px; line-height: 20px; background: #f8f8f8; }
.select2-container--default .select2-dropdown.store-locator-dropdown .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] { background-color: #d0d0d0; }
.select2-container--default .select2-dropdown.store-locator-dropdown .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] { background: #d0d0d0; color: #444; }
.store-locator-native { position: relative; width: 32.5%; }
.store-locator-native:after { content: ''; position: absolute; top: 0; right: 0; bottom: auto; left: auto; width: 38px; height: 100%; background: url(../images/icon/icon-direction-down-secondary.svg) no-repeat; background-size: 12px 8px; background-position: center; }
.store-locator__rwd-cat .store-locator-native select { opacity: 1; width: 100%; height: 50px; padding: 0 44px 0 12px; appearance:none; -webkit-appearance: none; -moz-appearance:none; }
.store-locator__rwd-cat .store-locator-native:has(select[disabled]) { opacity: 0.5; }

/* custom padding to fix br issue */
/*
北海道·東北 > 北海道
北陸·中部 > 愛知県
*/
.store-locator__cat-list > li:nth-child(1) > ul > li:nth-child(1) > ul > li > a,
.store-locator__cat-list > li:nth-child(2) > ul > li:nth-child(9) > ul > li > a { padding-left: 18px; padding-right: 18px;}

/*
北陸·中部 > 富士吉田市
関東 > 千葉県
関東 > 東京都(多摩地域)
中国 > 広島県
*/

.store-locator__cat-list > li:nth-child(2) > ul > li:nth-child(5) > ul > li > a,
.store-locator__cat-list > li:nth-child(3) > ul > li:nth-child(5) > ul > li > a,
.store-locator__cat-list > li:nth-child(3) > ul > li:nth-child(7) > ul > li > a,
.store-locator__cat-list > li:nth-child(4) > ul > li:nth-child(1) > ul > li > a { padding-left: 20px; padding-right: 20px;}

/*
北海道·東北 > 秋田県
北海道·東北 > 山形県
北陸·中部 > 静岡県
関東 > 茨城県
関東 > 埼玉県
近畿 > 三重県
近畿 > 京都府
中国 > 岡山県
中国 > 広島県
九州·沖縄 > 沖縄県
*/
.store-locator__cat-list > li:nth-child(1) > ul > li:nth-child(5) > ul > li > a,
.store-locator__cat-list > li:nth-child(1) > ul > li:nth-child(6) > ul > li > a,
.store-locator__cat-list > li:nth-child(2) > ul > li:nth-child(8) > ul > li > a,
.store-locator__cat-list > li:nth-child(3) > ul > li:nth-child(1) > ul > li > a,
.store-locator__cat-list > li:nth-child(3) > ul > li:nth-child(4) > ul > li > a,
.store-locator__cat-list > li:nth-child(4) > ul > li:nth-child(3) > ul > li > a,
.store-locator__cat-list > li:nth-child(5) > ul > li:nth-child(3) > ul > li > a,
.store-locator__cat-list > li:nth-child(5) > ul > li:nth-child(4) > ul > li > a,
.store-locator__cat-list > li:nth-child(7) > ul > li:nth-child(7) > ul > li > a{ padding-left: 22px; padding-right: 22px;}

/*
北陸·中部 > 岐阜県
関東 > 栃木県
九州·沖縄 > 熊本県
九州·沖縄 > 大分県
九州·沖縄 > 鹿児島県
*/
.store-locator__cat-list > li:nth-child(2) > ul > li:nth-child(7) > ul {padding-left: 60px;padding-right: 60px;}
.store-locator__cat-list > li:nth-child(3) > ul > li:nth-child(2) > ul,
.store-locator__cat-list > li:nth-child(7) > ul > li:nth-child(3) > ul,
.store-locator__cat-list > li:nth-child(7) > ul > li:nth-child(4) > ul,
.store-locator__cat-list > li:nth-child(7) > ul > li:nth-child(6) > ul {padding-left: 85px;padding-right: 85px;}

/* **************************************** *
 * TOGGLE STATES
 * **************************************** */
.store-locator--search-open .store-locator__search {box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);  transition: .3s; height: 100%;}
.store-locator--search-open .store-locator__search-form {width: 100%;padding: 10px;}
.store-locator--search-open .store-locator__search-inner { min-width: 100%;}
.store-locator--search-open .store-locator__search-result{ display:block}
.store-locator--search-open .store-locator__search-inner { box-shadow: 0 0 0 10px #009d42; background: #009d42 }


.store-locator--search-minimize .store-locator__search-form {width: 428px;padding: 25px;}
.store-locator--search-minimize .store-locator__search { transform: translateX(-100%); }
.store-locator--search-minimize .store-locator__search-toggle:before{content:"\e916"}
.store-locator--search-minimize .store-locator__cat { left:0;}



/* **************************************** *
 * MODAL
 * **************************************** */
.store-locator-modal { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 9999; background: rgba(0, 0, 0, 0.75); color: #fff; display: table; width: 100%; height: 100%;}
.store-locator-modal__inner { display: table-cell; vertical-align: middle;}
.store-locator-modal__content { max-width: 900px; margin: auto; position:relative}
.store-locator-modal__map { padding: 30%; background: #fff; position: relative; border-radius: 10px;-webkit-mask-image: -webkit-radial-gradient(white, black);}
.store-locator-modal__close {position: absolute;top: 0;right: -57px;width: 44px;height: 44px;z-index: 9;color: #fff;font-size: 35px;background: transparent;border: none;cursor: pointer;}
.store-locator-modal__close:before{ content: "\e928"; font-family: 'jt-font'; font-size: 27px;}
.store-locator-modal__info {margin-top: 27px; position: relative;}
.store-locator-modal__info h1 {font-size: 22px;}
.store-locator-modal__info ul li{padding-left: 27px; position: relative; margin-top: 12px; line-height: 1.5;}
.store-locator-modal__info ul li:first-child { margin-top: 20px; }
.store-locator-modal__info ul li a{ color: #fff;}
.store-locator-modal__info ul li::before{position: absolute; top: 0; left: 0; font-family: 'jt-font'}
.store-locator-modal__info ul li:nth-child(1)::before{content: '\e952';}
.store-locator-modal__info ul li:nth-child(2)::before{content: '\e951'; top: -1px; left: -1px; font-size: 17px;}
.store-locator-modal__info ul li:nth-child(3)::before{content: '\e953'; top: 1px; font-size: 13px;}
.store-locator-modal__info-share {background: transparent; position: absolute; display: inline-block; border-radius: 5px; border: 2px solid #fff; top: 0; right: 0; color: #fff; font-size: 12px; padding: 6px 11px; cursor: pointer;}
.jt-share--copynote {position: absolute; top: 45px; font-size: 13px; right: 0; background: #009d42; padding: 8px 13px 8px 13px; opacity: 0; visibility: hidden;}
/* .store-locator-modal__info-share::after{position: absolute; content: '\e911'; font-family: 'jt-font'; top: 53%; left: 50%; transform: translate(-50%,-50%); color: #000;} */



/* **************************************** *
 * RWD
 * **************************************** */
 @media (max-width: 1700px) {

     /* SEARCH */
     .store-locator__search {width: 26%;}
     .store-locator__search-form {width: 100%;}
     .store-locator__search-inner {min-width: 100%;}

     .store-locator--search-minimize .store-locator__search-form {width: 26%;}

     /* CATEGORY MENU */
     .store-locator__cat {width: 70%; left: 26%}
     .store-locator__cat-list {justify-content: space-between;}
     .store-locator__cat-list li.store-locator__cat-item {width: calc(100% / 7 - 2px);}
     .store-locator__cat-list > li > a {width: 100%; min-width: 100%;}
     .store-locator__cat-list > li > a .store-locator__cat-title {font-size: 13px; margin-right: 6px;}
     .store-locator__cat-list > li > a .store-locator__cat-count {font-size: 12px;}


 }

 @media (max-width: 1380px) {

     /* SEARCH */
     .store-locator__search {width: 33%;}
	 
	 .store-locator__rwd-cat {left:33%;}
	 
     .store-locator--search-minimize .store-locator__search-form {width: 33%;}
	 .store-locator--search-minimize .store-locator__rwd-cat { left: 0;}
	 

	 
     /* CATEGORY MENU */
     .store-locator__cat {display: none;}
     .store-locator__rwd-cat {display: flex; justify-content: space-between;}
     


 }

 @media (max-width: 1023px) {

     /* SEARCH */
	 .page-template-stockist-jp .main_container,
	 .page-template-stockist-global .main_container{  height: calc(100% - 145px);}
     .store-locator__search {width: 100%;}
     .store-locator__search-form {background: #009d42}
     .store-locator__search-result-header {margin: 170px 20px 20px;}
	 .store-locator__search-toggle {border-radius:0px; right: auto; bottom: 0; top: auto; height: 54px; width: 100%; transform: none; left: 0; z-index: 110; box-shadow: none; border-top: 1px solid #eee; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);}
	 .store-locator__search-toggle:before { transform: rotate(90deg); display: inline-block;}

     .store-locator--search-minimize .store-locator__search-form {display: block; width: 100%; padding: 10px; border-bottom: 1px solid #eee}
	 .store-locator--search-minimize .store-locator__search { top: -81px; transform: translateY(0px); border-top: 1px solid #eee; height: auto;}
     .store-locator--search-minimize .store-locator__search-result {height: auto}
     .store-locator--search-minimize .store-locator__search-result .store-locator__search-result-header {margin: 100px 20px 70px 20px;}
     .store-locator--search-minimize .store-locator__search-result .store-locator__search-result-list{display: none;}

	 .store-locator--search-minimize .store-locator__map { padding-top: 150px;  }

     /* CATEGORY MENU */
     .store-locator__rwd-cat {width: 100%; left: 0;  top: 80px; justify-content: space-between; background: #009d42; padding: 0 10px 10px;}
     .store-locator--search-minimize .store-locator__rwd-cat {top: -113px;}
     .store-locator__rwd-cat .selectric-wrapper {width: 32.5%; margin-right: 0;}

     /*
	 .store-locator__rwd-cat .selectric .label {height: 56px; line-height: 56px;}
     .store-locator__rwd-cat .selectric .button {height: 60px;}
	 */

	 .store-locator__rwd-cat select {/* opacity: 1;  width: 32%;  margin-right: 1%;  box-shadow: none;  margin: 0;  padding-left: 6px; */ height: 100%;margin: 0; }
     .store-locator__rwd-cat-select {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 38px 0 10px;font-size: 12px;line-height: 38px;color: #444;height: 38px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;height: 44px;margin: 0 44px 0 12px;font-size: 15px;font-weight: 400;line-height: 44px;color: #666;height: 46px;line-height: 46px;border-color: #fff;background: #fff;/* border: 2px solid #ddd; */text-align: left;border-radius: 5px;position: relative;}
     /* html.mobile .store-locator__rwd-cat select:disabled { opacity: 0.5;} */

     /* MODAL */
     .store-locator-modal__close {top: -50px; right: 25px;}
     .store-locator-modal__content {padding: 0 30px;}
     .store-locator-modal__info h1 {width: 80%; line-height: 1.5}

 }

@media (max-width: 767px){

	/* SEARCH */
	.page-template-stockist-jp .main_container,
	.page-template-stockist-global .main_container{  height: calc(100% - 70px);}

    .store-locator--search-minimize .store-locator__search { top: -80px; border-top: 0;}
    .store-locator--search-minimize .store-locator__rwd-cat {top: -80px;}
}

@media (max-width: 540px) {

     /* SEARCH */


     /* CATEGORY MENU */
     .store-locator__rwd-cat.selectric-wrapper {width: 32%;}
     .store-locator__rwd-cat .selectric .label {margin: 0 24px 0 8px; font-size: 14px;}
     .store-locator__rwd-cat .selectric .button {width: 30px;}

     .store-locator__rwd-cat .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 13px;}
     .select2-dropdown.store-locator-dropdown .select2-results__option { font-size: 13px; word-break: break-word; padding: 11px 12px; }

     /* MODAL */
     .store-locator-modal__info {margin-top: 20px;}
	 .store-locator-modal__close {right: 8px;}
	 .store-locator-modal__content { padding: 0 15px;}
     .store-locator-modal__info-share {bottom: -60px; left: 0; top: auto; right: auto;}
     .jt-share--copynote {left: 0; bottom:-105px; top: auto; white-space: nowrap; right: auto;}



 }
