@charset "utf-8";
/* STORE-GLOBAL CSS
------------------------------ */
.sec-title {
	margin-bottom: -40px;
}

/* ----------------------------------------------- */
/* 海外販売店  */
/* ----------------------------------------------- */
/* 絞り込み ----------- */
.store-global .area-filter {
}
.store-global .area-filter .box-text {
/*	padding: 60px 0 20px 0;*/
}
.store-global .area-filter .box-text .text {
	width: fit-content;
	margin: 0 auto;
}
.store-global .area-filter .box-filter {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 10px;
	justify-content: center;
}
.store-global .area-filter .listpage-archive {
	position: static;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 15px;
	width: auto;
	margin: 0;
	padding: 0;
}
.store-global .area-filter .listpage-archive::before {
	display: none;
}
.store-global .area-filter .listpage-archive #r-archive,
.store-global .area-filter .listpage-archive .r-archive {
	position: static;
}
.store-global .area-filter .cs-select {
	z-index: auto;
	background-color: transparent;
}
.store-global .cs-skin-slide .cs-options {
	z-index: 1;
}
.store-global .area-filter .cs-select.cs-active .cs-options ul {
	background-color: #000;
	padding: 20px 10px;
	box-sizing: content-box;
	max-height: 400px;
	min-width: 280px;
	margin-left: 50%;
	transform: translateX(-50%);
	overflow-y: auto;
	overflow-X: hidden;
}
.store-global .area-filter .cs-select.cs-active .cs-options ul::before {
	-webkit-transform: scale3d(1.1,1.05,1);
	transform: scale3d(1.1,1.05,1);
	display: none;
}
.store-global .cs-skin-slide .cs-options li span {
	box-sizing: border-box;
	letter-spacing: 0;
	font-size: 1.4rem;
	padding-right: 3em;
}


@media (max-width: 768px) {
	.store-global .area-filter .box-text {
		width: 100%;
		order: 1;
	}
	.store-global .area-filter .box-filter {
		flex: 0 1 auto;
	}
}
@media (max-width: 480px) {
	.store-global .area-filter .box-text {
		padding: 50px 0 0 0;
	}
	.store-global .area-filter .listpage-archive {
		width: 100%;
		justify-content: center;
	}
	.store-global .area-filter .cs-select.cs-active .cs-options ul {
		max-height: 200px;
	}
}


/* コンテンツ ----------- */
.store-global .office-branch {
	position: relative;
}
.store-global .office-branch::before {
	content: "";
	position: absolute;
	top: 10px;
	left: min(3.5%, 40px);
	width: 3px;
	height: 100%;
	height: calc(100% - 10px);
	background-color: #000;
}
.store-global .ul-data.is-hide {
	display: none;
}
.store-global .office-container {
	display: flex;
	column-gap: 40px;
	padding-bottom: 13px;
}

.store-global .office-branch .office-container {
	padding-bottom: 8px;
}
.store-global .container-inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding-left: 24px;
}
.store-global .office-container .td {

}
.store-global .ul-data .td .info-country {
	width: 33.333333%;
	padding-right: 15px;
}
.store-global .ul-data .td .info-address {
	width: 66.666666%;
	padding-right: 15px;
}
.store-global .ul-data .td .info-tel {
	width: 33.333333%;
	padding-right: 15px;
}
.store-global .ul-data .td .info-mail {
	width: 33.333333%;
	padding-right: 15px;
}
.store-global .ul-data .td .info-hours {
	width: 66.666666%;
	padding-right: 15px;
}
.store-global .ul-data .td .info-holiday {
	width: 33.333333%;
	padding-right: 15px;
}
.store-global .ul-data .td .info-url {
	word-break: break-all;
	width: 33.333333%;
	padding-right: 15px;
}

.store-global .office-container .info-img {
	width: 25%;
	min-width: 200px;
}
.store-global .office-branch .office-container .info-img {
	min-width: 180px;
}
.store-global .office-container .info-img > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.store-global .office-container .info-btn {
	margin-top: auto;
	padding-left: 24px;
}
.store-global .office-container .info-btn a {
	display: block;
}

 
@media (max-width: 768px) {
	.store-global .office-container {
		flex-direction: column;
		row-gap: 25px;
	}
	.store-global .container-inner {
		display: contents;
	}
	.store-global .ul-data .td .info-country {
		width: 50%;
	}
	.store-global .ul-data .td .info-address {
		width: 50%;
	}
	.store-global .ul-data .td .info-tel {
		width: 50%;
	}
	.store-global .ul-data .td .info-hours {
		width: 50%;
	}
	.store-global .ul-data .td .info-holiday {
		width: 50%;
	}
	.store-global .ul-data .td .info-address {
		width: 50%;
	}
	.store-global .ul-data .td .info-mail {
		width: 50%;
	}
	.store-global .ul-data .td .info-url {
		width: 100%;
	}
	.store-global .office-container .info-img {
		width: 100%;
		min-width: 190px;
		padding-left: 24px;
	}
	.store-global .office-branch .office-container .info-img {
		min-width: 170px;
	}
	.store-global .office-container .info-btn {
		order: 1;
	}
}

@media (max-width: 480px) {
	.store-global .office-container .info-img,
	.store-global .office-branch .office-container .info-img {
		width: 100%;
		min-width: auto;
	}
	.store-global .ul-data .td .info-country {
		width: 100%;
	}
	.store-global .ul-data .td .info-address {
		width: 100%;
	}
	.store-global .ul-data .td .info-tel {
		width: 100%;
	}
	.store-global .ul-data .td .info-hours {
		width: 100%;
	}
	.store-global .ul-data .td .info-holiday {
		width: 100%;
	}
	.store-global .ul-data .td .info-mail {
		width: 100%;
	}
}

/* 下記は過去のスタイル ----- */
.store-global .ovs-store .info {
  width: 100%;
}
.store-global .ul-data {
  line-height: 1.75;
  letter-spacing: 0.025em;
  padding-top: 10px;
  border-top: 4px solid rgba(0,0,0,0.15);
}
.store-global .ul-data > li {
  display: block;
  width: 100%;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 2px;
}

.store-global .ul-data .th {
  display: block;
  margin-bottom: 8px;
}

.store-global .ul-data .td {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px 0;

/*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
*/

}

.store-global .ul-data .th {
  /* width: 250px; */
}
.store-global .ul-data .th .line {
  position: relative;
  display: block;
  padding-left: 24px;
  font-size: 1.9rem;
}
.store-global .office-branch .ul-data .th .line {
  font-size: 1.6rem;
}
.store-global .ul-data .th .line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  width: 11px;
  background: #000;
	transform: translateY(-50%);
	margin-top: -2px;
}
.store-global .office-branch .ul-data .th .line:before {
  height: 1px;
}
.store-global .ul-data .clor {
  color: #636000;
}
.store-global .ul-data .row-btn .cm-btn {
  float: right;
}

@media screen and (max-width: 885px) {
  .store-global .ovs-store .info {
    width: auto;
    float: none;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .store-global .ovs-store {
    padding-top: 10px;
  }
  .store-global .ul-data > li {
    display: block;
  }
  .store-global .ul-data .th .line:before {
    height: 2px;
  }
  .store-global .ul-data .td {
    padding-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  .store-global .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.store-global .ul-data .td dl {
  display: block;
  letter-spacing: 0.02em;
}
.store-global .ul-data .td dl:nth-child(2) {
  display: block;
}
.store-global .ul-data .td dl dt {
  line-height: 1.5em;
}
.store-global .ul-data .td dl dt span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5em;
}
.store-global .ul-data .td dl dd {
  display: block;
  line-height: 1.4em;
  font-size: 1.45rem;
	word-break: break-all;
  padding-left: 8px;
  font-family: Arial, Helvetica, sans-serif;
}

.store-global .ul-data .td dl dd a {
  color: #636000 !important;
}

/* 支社 ----------------------- */
.store-global .office-branch .ul-data {
  padding-left: min(7%, 80px);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.store-global .office-branch .ul-data .td {
}
.store-global .office-branch .ul-data > li {
/*  border-top: 1px solid rgba(0, 0, 0, 0.07);*/
}
.store-global .office-branch .ul-data > li:last-child {
  border-bottom: none;
	padding-bottom: 0;
}
