@charset "utf-8";

#firsttime,
#storetour,
#userguide {
  display: none;
}
#userguide.state_login {
  display: block;
}
.active {
	display: block!important;
}
.visitorguide-main {
  padding-top: 40px;
}
.visitorguide-inner {
  padding-bottom: 100px;
}
.firsttime_guide {
  text-align: center;
}
.firsttime_guide_pict {
  margin: 30px 0;
}
.firsttime_guidemsg {
  display: inline-block;
  margin-bottom: 55px;
  text-align: left;
  font-size: 3rem;
}

.shopsearch-box {
  background: var(--box-bgcolor);
  border-radius: 6px;
	padding: 20px;
}
@media (max-width: 960px){
  .firsttime_guidemsg {
    font-size: calc(1.6rem + 14 * (100vw - 520px) / 440);
  }
}
@media (max-width: 520px){
	.shopsearch-box {
		padding: 15px 10px;
	}
	.confirm_by_address.shopsearch-box {
		padding: 15px 10px;
		margin-top: 10px;
	}
  .firsttime_guidemsg {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .visitorguide-main {
    padding-top: 30px;
  }
  .visitorguide-inner {
    padding-bottom: 80px;
  }
}

.section_tabs_main {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #757164;
}

#postal_code_box_content {
  display: none;
}

ul.selectlist_pref {
	display: flex;
	flex-wrap: wrap;
  width: 100%;
	margin-bottom: -10px;
  padding: 0;
}
.confirm_by_address ul.selectlist_pref {
  margin-top: 15px;
}

ul.selectlist_pref > li {
	margin: 0 15px 10px 0;
  width: calc(100% / 6 - 15px * 5 / 6);
}
ul.selectlist_pref > li:nth-child(6n) {
	margin-right: 0;
}
ul.selectlist_pref > li a {
	display: block;
	width: 100%;
	max-height: 42px;
	color: #000;
	text-align: center;
	font-size: 2.4rem;
	line-height: 36px;
	border-radius: 6px;
	background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  ul.selectlist_pref > li a:hover {
    color: var(--color-main);
  }
}
ul.selectlist_pref > li a.active {
	color: var(--color-main);
}

@media screen and (max-width: 960px) {
	ul.selectlist_pref > li {
		width: calc(100% / 4 - 15px * 3 / 4);
	}
	ul.selectlist_pref > li:nth-child(6n) {
		margin-right: 15px;
	}
	ul.selectlist_pref > li:nth-child(4n) {
		margin-right: 0;
	}
	ul.selectlist_pref > li a {
		font-size: calc(1.6rem + 8 * (100vw - 520px) / 440);
	}
}
@media screen and (max-width: 520px) {
	ul.selectlist_pref {
		margin-bottom: -7px;
	}
	ul.selectlist_pref > li {
		margin: 0 5px 7px 0;
		width: calc(100% / 4 - 5px * 3 / 4);
	}
	ul.selectlist_pref > li:nth-child(6n) {
		margin-right: 5px;
	}
	ul.selectlist_pref > li a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 349px) {
	ul.selectlist_pref > li {
		margin: 0 5px 7px 0;
		width: calc(100% / 3 - 5px * 2 / 3);
	}
	ul.selectlist_pref > li:nth-child(4n) {
		margin-right: 5px;
	}
	ul.selectlist_pref > li:nth-child(3n) {
		margin-right: 0;
	}
	ul.selectlist_pref > li a {
		font-size: 1.6rem;
	}
}


#addresslist
{
	display: none;
}
#shoplist_reset{
	display: none;
}
.list_address_lv1 > li,
.list_address_lv2 > li,
.list_address_lv3 > li {
	cursor: pointer;
	color:  var(--text-link);
	position: relative;
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 1.8rem;
}
.list_address_lv1 > li {
	padding-left: 20px;
	margin-left: 5px; 
}
.list_address_lv1 > li > a::before {
	content: '';
	position: absolute;
	top: 0.3em;
	left: 0;
	border: solid var(--text-link);
  border-width: 0 2px 2px 0;
  display: block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.list_address_lv1 > li > a.current::before {
  top: 0.75em;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.list_address_lv2 {
	display: none;
}

.list_address_lv3_item {
  color: var(--text-link-light);
  text-decoration: underline;
  font-weight: var(--font-bold);
}

.list_address_lv3_item::after {
  content: '';
  position: relative;
  top: 1px;
  right: -8px;
  width: 5px;
  height: 5px;
  border-right: 2px solid var(--text-link-light);
  border-top: 2px solid var(--text-link-light);
  display: inline-block;
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 960px) {
  .list_address_lv3_item::after {
    width: 4.5px;
    height: 4.5px;
    right: -7px;
  }  
}

@media screen and (max-width: 520px) {
  .list_address_lv3_item::after {
    width: 4px;
    height: 4px;
    right: -6px;
  }
}

.addresslist_guide {
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.addresslist_guide p {
	margin-bottom: 0;
}
.addresslist_shoplist_main .shopsearch-box {
	margin-top: 0;
	margin-bottom: 16px;
	background: #fff;
}
h3.shoplist_data_title {
	margin-bottom: 10px;
	font-size: 2.4rem;
}
.shoplist_btn_guide {
  margin-top: 15px;
  text-align: center;
}
.shoplist_registration {
  margin: 40px 0 25px;
  text-align: center;
}
.shoplist_registration p.title {
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: var(--font-bold);
}
.shoplist_btn_register {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 240px;
	height: 40px;
	margin: auto;
  color: var(--color-main);
	font-size: 1.6rem;
	font-weight: 600;
  border: 1px solid var(--color-main);
	background: var(--color-main-light);
  border-radius: 30px;
}
.shoplist_btnarea {
	padding-top: 20px;
  text-align: center;
}
.shoplist_reset {
	padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 960px) {
	.list_address_lv1 > li,
	.list_address_lv2 > li,
	.list_address_lv3 > li,
	.addresslist_guide {
		font-size: calc(1.4rem + 4 * (100vw - 520px) / 440);
	}
	h3.shoplist_data_title {
		font-size: calc(1.6rem + 8 * (100vw - 520px) / 440);
	}
  .shoplist_registration p.title {
    font-size: calc(1.4rem + 6 * (100vw - 520px) / 440);
  }
}
@media screen and (max-width: 520px) {
	.list_address_lv1 > li,
	.list_address_lv2 > li,
	.list_address_lv3 > li,
	.addresslist_guide,
  .shoplist_registration p.title {
		font-size: 1.4rem;
	}
	h3.shoplist_data_title {
		font-size: 1.6rem;
  }
}

.storetour_shoplist_wrap {
  padding-top: 30px;
}
.btn-storetour {
  position: relative;
  display: inline-block;
  width: 8em;
	max-height: 30px;
  padding: 2px 0px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  background: var(--color-main);
  border-radius: 50px;
}

.list-storetour {
  font-size: 1.6rem;
}
.list-storetour-header {
  display: flex;
  align-items: center;
  background: var(--color-gray-light);
	border-bottom: 1px solid var(--color-gray-medium);
}
.list-storetour-header_col {
  width: 50%;
  margin: 0;
  padding: 10px;
}
.list-storetour-header_col:first-child {
  border-right: 1px solid #9FA0A0;
}
.list-storetour_row {
  display: flex;
  align-content: center;
  background: #fff;
	border-bottom: 1px solid #9FA0A0;
}
.list-storetour_main {
  display: flex;
  flex: 1;
}
.list-storetour_shop {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: calc(50% + (1.4rem * 8 + 20px) / 2);
  margin-bottom: 0;
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #9FA0A0;
}
.list-storetour_address {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  margin-bottom: 0;
  padding: 10px;
}
.list-storetour_btn {
  align-self: center;
  width: calc(1.4rem * 8 + 20px);
  text-align: center;
}
@media screen and (max-width: 960px) {
	.list-storetour {
		font-size: calc(1.4rem + 2 * (100vw - 520px) / 400);
	}
  .list-storetour-header {
    justify-content: center;
  }  
  .list-storetour-header_col {
    width: auto;
    padding: 10px 0;
  }
  .list-storetour-header_col:first-child {
    border-right: none;
  }  
  .list-storetour-header_col:first-child::after {
    content: "・";
  }
  .list-storetour_main {
    display: block;
    padding: 10px;
  }
  .list-storetour_shop,
  .list-storetour_address {
    display: block;
    width: 100%;
    padding: 0;
  }
  .list-storetour_shop {
    border-right: none;
  }
}

@media screen and (max-width: 520px) {
  .list-storetour {
    font-size: 1.4rem;
  }
  .list-storetour_main {
    width: calc(100% - (1.4rem * 8));
    padding: 0.5em;
  }
  .list-storetour_btn {
    width: calc(1.4rem * 9);
  }
}

.tab-visitormenu {
  position: relative;
}
.tab-visitormenu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: var(--tab-color);
  z-index: 0;
}
.tab-visitormenu-list {
  position: relative;
  display: flex;
  z-index: 1;
}
.tab-visitormenu-list > li {
  margin: 0 10px 0 0;
  width: calc(100% / 3 - 10px * 2 / 3);
}
.tab-visitormenu-list.tab-nums3 > li {
  width: calc(100% / 3 - 10px * 2 / 3);
}
/* サイトトップ ビジターガイド タブが2つしかないとき */
.tab-visitormenu-list.tab-nums2 >li {
  width: calc(100% / 2 - 10px * 1 / 2);
}

.tab-visitormenu-list > li:nth-child(3n) {
  margin-right: 0;
}
.tab-visitormenu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-align: center;
  color: var(--tab-text);
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: 6px solid var(--tab-color);
}
.tab-visitormenu-item.active {
  display: flex!important;
  color: var(--color-main);
  border-bottom: 6px solid var(--color-main);
}
@media screen and (max-width: 960px) {
  .tab-visitormenu-list > li {
    margin: 0 0.4em 0 0;
    width: calc(100% / 3 - 0.4em * 2 / 3);
    border-width: 2px 2px 0 2px;
  }

  .tab-visitormenu-list.tab-nums3 > li {
    width: calc(100% / 3 - 0.4em * 2 / 3);
  }

  .tab-visitormenu-list.tab-nums2 >li {
      width: calc(100% / 2 - 0.4em * 1 / 2);
  }
  
  .tab-visitormenu-item {
	  font-size: calc(1.4rem + 12 * (100vw - 520px) / 400);
	} 
}
@media screen and (max-width: 520px) {
  .tab-visitormenu-item {
    height: 46px;
    font-size: 1.4rem;
    line-height: 2.7em;
  } 
}

.search-postcode-wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 2.6rem;
  vertical-align: middle;
}
.check_by_postal_code,
.confirm_by_address {
  margin-bottom: 30px;
}
p + .check_by_postal_code {
  margin-top: 20px;
}
.check_by_postal_code .search-postcode-wrap {
  margin-top: 15px;
}
.search-postcode-wrap > * {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.search-postcode-wrap > span {
  padding: 0 5px;
}
.mark-postcode {
  padding-right: 5px;
  font-weight: 600;
}
.search-postcode-btnarea {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .search-postcode-wrap {
	  font-size: calc(1.6rem + 10 * (100vw - 520px) / 400);
	} 
}
@media screen and (max-width: 520px) {
  .search-postcode-wrap {
	  font-size: 1.6rem;
	}
  .check_by_postal_code,
  .confirm_by_address {
    margin-bottom: 16px;
  }
}

input.postcode {
  text-align: center;
  border: 1px solid var(--color-gray);
  background: #fff;
}
input.input_char3 {
  width: 3em;
}
input.input_char4 {
  width: 4em;
}
input[type=submit].btn-search-postcode {
  width: 50px;
  height: 44px;
  text-indent: -999999px;
  border: 1px solid var(--color-gray);
  border-radius: 5px;
  background: url(../images/icons/icon_search.svg) no-repeat center center,
              #fff;
  background-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  input[type=submit].btn-search-postcode {
    width: 40px;
    height: 40px;
    background: url(../images/icons/icon_search.svg) no-repeat center center,
                #fff;
    background-size: 20px;
  }
}


.loader {
	background-color: black;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index:10001;
	display: grid;
	place-content: center;
	display:none;
}

.loader.active{
	display: grid !important;
}

.loader.fullscreen {
	position: fixed;
	width: 100vw;
	height: 100vh;
}

.loader .circle {
	--circle-width: 10rem;
	width: var(--circle-width);
	height: var(--circle-width);
	border-radius: calc(var(--circle-width) * 1.5);
	border:1rem solid #fff;
	border-top-color:rgba(0,0,0,0.3);
	box-sizing:border-box;
	animation:circle 1s linear infinite;
}

@keyframes circle{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(360deg)}
}

.delivery-locker-only {
  margin: 30px auto;
}

@media screen and (max-width: 520px) {
  .delivery-locker-only {
    margin: 16px auto;
  } 
}

.delivery-locker-only-registration{
  text-align: center;
}

.delivery-locker-only .btn-link_basic{
  width: 275px;
}

.select-by-delivery-locker-shoplist{
  margin-bottom: 40px;
}
