@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&subset=japanese");
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  border-top: 10px solid #2fa7e0;
}

.header {
  box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
}
.header--inner {
  margin: 5px auto;
  width: 1200px;
}
.header__logo {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
}
.header__logo a:hover {
  opacity: 0.5;
}
.header__logo img {
  max-width: 330px;
  height: auto;
}

.footer {
  margin-top: 30px;
  padding: 0 10px 50px 10px;
  background-color: #131313;
}
.footer > div {
  margin: 0 auto;
  width: 1200px;
}
.footer > div > section {
  float: left;
  width: 55%;
}
.footer > div > section > h2 {
  padding: 30px 0 10px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}
.footer > div > section > aside {
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #e0e0e0;
}
.footer > div > section > aside > p {
  margin: 10px 0;
  text-indent: 1em;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}
.footer > div > address {
  float: right;
  width: 40%;
}
.footer > div > address > h2 {
  padding: 30px 0 10px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}
.footer > div > address > dl {
  margin: 5px 0;
  padding: 10px 0;
  background-color: #e0e0e0;
}
.footer > div > address > dl > dt {
  display: inline-block;
  clear: left;
  float: left;
  color: #000;
  margin-bottom: 5px;
  padding: 1px 10px;
  width: 100px;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 400;
  border-right: 2px solid #030303;
  line-height: 1.4;
}
.footer > div > address > dl > dd {
  display: inline-block;
  padding: 1px 10px;
  float: left;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.4;
}
.footer > div > .logo {
  float: right;
  width: 100%;
  text-align: right;
}
.footer > div > .logo img {
  display: inline-block;
  width: 30%;
}
.footer > div > .logo img:hover {
  opacity: 0.9;
}
.footer > div:after, .footer > div > address > dl:after {
  content: "";
  display: table;
  clear: both;
}

.listNav {
  width: 800px;
  margin: 50px auto;
}
.listNav ul {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
.listNav ul li a {
  display: block;
  width: 100%;
  background-color: #042579;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.listNav ul li a:hover {
  background-color: white;
  color: #042579;
  border: 1px solid #042579;
}

.list--mainTitle {
  font-size: 26px;
  text-align: center;
  color: #042579;
  margin-top: 50px;
}

.list--copyright {
  font-size: 14px;
  text-align: center;
}

.list {
  font-size: 16px;
}
.list--inner {
  width: 1000px;
  margin: 0 auto;
}
.list__title {
  background-color: #2fa7e0;
  color: white;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.list__title--toilet {
  background-color: #d70c19;
}
.list__title--aroma {
  background-color: #6fa331;
}
.list__title2 {
  background-color: white;
  border: 1px solid #2fa7e0;
  color: #2fa7e0;
}
.list__title2--toilet {
  background-color: white;
  border: 1px solid #d70c19;
  color: #d70c19;
}
.list__title2--aroma {
  background-color: white;
  border: 1px solid #6fa331;
  color: #6fa331;
}
.list__append {
  text-align: right;
  font-size: 14px;
  margin-bottom: 30px;
}
.list__container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.list__container--unit {
  width: 48%;
}
.list__define {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 16px;
}
.list__define dt {
  width: 40%;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 17px;
}
.list__define dt:nth-last-of-type(2n) {
  background-color: #cae9f7;
}
.list__define dt span {
  display: inline-block;
  background-color: #2fa7e0;
  color: white;
  padding: 0 5px;
  margin-right: 5px;
}
.list__define dt .list__code {
  background-color: #949494;
  font-size: 15px;
}
.list__define dd {
  width: 58%;
  padding: 2px 10px;
  font-size: 14px;
}
.list__define dd:nth-last-of-type(2n) {
  background-color: #cae9f7;
}
.list__define__title {
  font-weight: bold;
  text-align: center;
  color: white;
  font-size: 16px !important;
  background-color: #197ba9 !important;
}
.list__define--toilet dt:nth-last-of-type(2n), .list__define--toilet dd:nth-last-of-type(2n) {
  background-color: #fee4e6;
}
.list__define--toilet .list__define__title {
  background-color: #8f0811 !important;
}
.list__define--aroma dt:nth-last-of-type(2n), .list__define--aroma dd:nth-last-of-type(2n) {
  background-color: #ebf5de;
}
.list__define--aroma .list__define__title {
  background-color: #47681f !important;
}
.list__sns--unit {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 20px;
}
.list__twitter {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
}
.pageTop a {
  display: block;
  width: 100%;
  background-color: #042579;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid white;
}
.pageTop a:hover {
  opacity: 0.5;
}

.float_btn {
  position: fixed;
  right: 0;
  top: 50%;
}
.float_btn a:hover {
  opacity: 0.5;
}
