@charset "utf-8";

/* overwrite
-------------------------------------------------------------------------------------- */
.header {
  transition: inherit;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.header__logo {
  margin-top: 10px;
}

/* tanuki
-------------------------------------------------------------------------------------- */
.p-tanuki {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 1em;
	box-sizing: border-box;
}

.title-a {
	font-size: 22px;
	font-weight: 600;
  line-height: 1.8;
	text-align: center;
	color: #eb5505;
	margin: 2em 0;
}

.title-a span {
  display: block;
  font-size: 18px;
}

.title-b {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #777;
  margin: 2em 0;
}

.title-b::before,
.title-b::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #c7c7c7;
}

.title-b::before {
  margin-right: 1em;
}

.title-b::after {
  margin-left: 1em;
}

.new-store {
  margin: 2em auto;
}

.box-notes {
  margin: 3em 0 4em;
  background: #f7f7f7;
  padding: 2em;
  border-radius: 10px;
}

ul.store-list {
  display: flex;
  flex-wrap: wrap;
}

ul.store-list li {
	width: 16.6%;
	padding: .8em;
	line-height: 120%;
}

ul.store-list li a {
  transition: all .3s;
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  word-break: break-all;
}

ul.store-list li a:hover {
  opacity: .8;
}

ul.store-list li .store-name {
  color: #7e7e7e;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  margin: 10px 0;
}

ul.store-list li img {
  height: auto;
  width: auto;
  max-height: 100px;
  max-width: 100px;
  transition: opacity 1s ease;
}

ul.other-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #666;
  font-size: 13px;
}

ul.other-list li {
  width: 33.3%;
  padding: .8em;
  line-height: 1.4;
}

ul.asterisk li {
  color: #666;
  font-size: 13px;
  margin-bottom: 1em;
}

ul.asterisk li {
  position: relative;
  margin: 0 0 0.5em 1em;
  line-height: 140%;
}

ul.asterisk li::before {
  position: absolute;
  content: "※";
  margin: 0 0 0 -1em;
}

.txt {
  margin: 2em 0;
}

.last-update {
  margin: 2em 0;
  text-align: center;
}


/* SP
-------------------------------------------------------------------------------------- */

@media (max-width: 650px) {
	.title-a {
    font-size: 20px;
    margin: 1.5em 0;
  }
	.title-a span {
    font-size: 16px;
  }
	.title-b {
    font-size: 16px;
  }
  ul.store-list li {
    width: 33.3%;
    padding: .4em 1.2em;
  }
	ul.other-list li {
		width: 50%;
    font-size: 14px;
	}
}

@media (max-width: 400px) {
	ul.other-list li {
		width: 100%;
		padding: .5em;
	}
}
