@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  overflow: hidden;
}
@media only screen and (max-width: 420px) {/* 20220520 */
body {
width: 100%;
}}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*----------------------------------------------------
	mixin
----------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/*----------------------------------------------------
	basic
----------------------------------------------------*/
body {
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Meiryo, verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
  line-height: 1.5;
}

img {
  vertical-align: top;
  max-width: 100%;
}
@media only screen and (max-width: 420px) {
  img {
    max-width: 100%;
		height: auto;
  }
}

a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
}
a:hover {
  color: #222;
  text-decoration: underline;
}
a:active {
  color: #222;
}

p, ul, ol, dl, table {
  margin-bottom: 1em;
}

hr {
  margin: 55px 0;
  border-color: #e6e6e6;
}

blockquote {
  padding-left: 30px;
}

mark {
  padding: 3px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  margin-left: 1.2em;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
.header {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-image: url(../img/share/bg.png) 4 0 0 fill repeat;
  border-style: solid;
  border-width: 6px 0 0;
  box-shadow: 0px 2px 5px 0px #b8b8b5;
  z-index: 1;
}
@media only screen and (max-width: 420px) {
  .header {
    padding: 10px 10px 0;
  }
}
.header a {
  text-decoration: none;
}
.header a:hover {
  opacity: .75;
}
.header .header__inner {
  width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  .header .header__inner {
    width: 80%;
    margin: 0;
  }
}
.header .header__sub {
  position: relative;
  top: -76px;
  padding: 10px 0 0;
  overflow: hidden;
  line-height: 1;
}
@media only screen and (max-width: 420px) {
  .header .header__sub {
    top: 0;
    padding: 0;
  }
}
.header .header__description {
  float: left;
  margin: 0 0 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444;
}
@media only screen and (max-width: 420px) {
  .header .header__description {
    display: none;
    float: none;
  }
}
.header .header__tel {
  float: right;
  width: 280px;
  margin: 6px 0 0;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .header .header__tel {
    float: none;
    width: auto;
    text-align: left;
  }
  .header .header__tel .header__time {
    display: none;
  }
}
.header .header__tel a img {
  margin-bottom: 13px;
}
.header .header__logo {
  margin: 36px 0 0 6px;
}
@media only screen and (max-width: 420px) {
  .header .header__logo {
    margin: 0 0 5px;
  }
}
.header .header__nav {
  margin-top: -60px;
  padding: 0;
  border-image: url(../img/share/bg.png) 4 0 0 fill repeat;
  border-style: solid;
  border-width: 2px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 420px) {
  .header .header__nav {
    display: none;
  }
}
.header .header__nav ul {
  width: 1020px;
  margin: 0 auto;
  list-style: none;
}
@media only screen and (max-width: 420px) {
  .header .header__nav ul {
    display: none;
  }
}
.header .header__nav ul li {
  float: left;
  width: 150px;
}
.header .header__nav ul li:first-child {
  width: 120px;
}
.header .header__nav ul a {
  display: block;
  padding: 20px 0;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  line-height: 1;
}
.header .header__nav ul li:last-child a {
  border-right: 1px solid #ccc;
}

/* -----------------------------------------------------------
	main
----------------------------------------------------------- */
main {
  width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  main {
    width: auto;
  }
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
.footer {
  padding-bottom: 20px;
  background: url(../img/share/bg.png);
}
@media only screen and (max-width: 420px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .footer__nav {
  width: 1020px;
  margin: 28px auto 20px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .footer .footer__nav {
    display: none;
  }
}
.footer .footer__nav li {
  list-style: none;
  display: inline-block;
  line-height: 1;
}
.footer .footer__nav li + li {
  margin-left: 13px;
  padding-left: 18px;
  border-left: 2px solid #fff;
}
.footer .footer__nav li a {
  color: #fff;
}

.group {
  padding: 22px 0 25px;
  background: #e7e7e7;
  border-top: 3px solid #b9b9b9;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 420px) {
  .group {
    display: none;
  }
}
.group .group__inner {
  display: flex;
  width: 1020px;
  margin: 0 auto;
}
.group .group__section {
  /*  width: 320px; 20220520 */
  width: 244px;
  /* margin-right: 37px; 20220520 */
  margin-right: 15px;
  /* padding: 18px 25px; */
  padding: 15px 14px 0 14px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-image: url(../img/share/border.png) 2 2 repeat;
  box-sizing: border-box;
}
.group .group__section:first-child {
  /* margin-right: 22px; 20220520 */
  margin-right: 15px;
}
.group .group__section:last-child {
  margin-right: 0;
}
.group .group__section p {
  margin: 0;
}
.group .group__title {
  /* height: 83px; 20220520 */
  height: 73px;
  text-align: center;
}

.group .group__title.ooba {
  height: 93px;
}

.group .group__data dt {
  float: left;
  clear: left;
  min-width: 4em;
}
.group .group__data dd:before {
  content: "：";
}

.copyright {
  margin: 0;
  color: #fff;
  text-align: center;
}

/* -----------------------------------------------------------
	top page
----------------------------------------------------------- */
.catch {
  width: 1065px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 420px) {
  .catch {
    width: auto;
    margin-bottom: 30px;
  }
}
.catch img {
  position: relative;
  left: -23px;
  z-index: 0;
}
@media only screen and (max-width: 420px) {
  .catch img {
    right: auto;
  }
}

.main-contents {
  margin-bottom: 85px;
}
@media only screen and (max-width: 420px) {
  .main-contents {
    margin-bottom: 20px;
  }
}
.main-contents .flex-line {
  display: flex;
}
@media only screen and (max-width: 420px) {
  .main-contents .flex-line {
    flex-wrap: wrap;
  }
}
.main-contents .main-contents__section {
  width: 500px;
  min-height: 214px;
  min-height: 160px;
  margin-bottom: 27px;
  border: 1px solid #62bddb;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  box-sizing: border-box;
}
@media only screen and (max-width: 420px) {
  .main-contents .main-contents__section {
   /* width: auto; 2017.03.07  */
    margin-bottom: 15px;
    background-size: 50% auto;
		min-height: 100px;
  }
}
.main-contents .main-contents__section:hover {
  opacity: .75;
}
.main-contents .main-contents__section a {
  position: relative;
  display: block;
  width: 50%;
  padding: 28px 14px 17px;
  padding: 28px 0px 17px 20px;
  color: #fff;
  background-color: #00a3d4;
  box-sizing: border-box;
}
@media only screen and (max-width: 420px) {
  .main-contents .main-contents__section a {
    padding: 14px 10px 0 10px;
  }
}
.main-contents .main-contents__section a:hover {
  text-decoration: none;
}
.main-contents .main-contents__section a:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f138";
  font-size: 26px;
  display: block;
  text-align: right;
  margin: 10px 0 0;
}
.main-contents .main-contents__section:nth-child(3n + 1) {
  margin-right: 20px;
  background-color: #00a3d4;
}
@media only screen and (max-width: 420px) {
  .main-contents .main-contents__section:nth-child(3n + 1) {
    margin-right: 0;
  }
}
.main-contents .main-contents__section:nth-child(3n + 1) a {
  background-color: #00a3d4;
}
.main-contents .main-contents__section:nth-child(3n + 2) {
  background-color: #0a1a99;
  border-color: #8289c7;
}
.main-contents .main-contents__section:nth-child(3n + 2) a {
  background-color: #0a1a99;
}


.main-contents .main-contents__section.is-toilet {
  margin: 0 auto 27px;
  background-color: #444;
  border-color: #444;
}
@media only screen and (max-width: 420px) {
  .main-contents .main-contents__section.is-toilet {
    margin-bottom: 15px;
  }
}
.main-contents .main-contents__section.is-toilet a {
  background-color: #444;
}
.main-contents .main-contents__title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-size: 1rem;
}

.main-contents .main-contents__section.is-corporate {
  margin: 0 auto 27px;
  background-color: #ffa400;
  border-color: #dc6a05;
}
@media only screen and (max-width: 420px) {
  .main-contents .main-contents__section.is-corporate {
    margin-bottom: 15px;
  }
}
.main-contents .main-contents__section.is-corporate a {
  background-color: #ffa400;
}
.main-contents .main-contents__title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-size: 1rem;
}
.main-contents .main-contents__rubi {
  font-size: 14px;
  font-size: 0.875rem;
}
.main-contents .main-contents__text {
  margin: 0;
}

.is-customers {
  background-image: url(../img/top/img_customers.png);
}

.is-appllances {
  background-image: url(../img/top/img_appllances.png);
}

.is-corporate {
  background-image: url(../img/top/img_corporate.png);
}

.is-toilet {
  background-image: url(../img/top/img_toilet.png);
}

.is-troubleshooting {
  background-image: url(../img/top/img_troubleshooting.png);
}

.is-event {
  background-image: url(../img/top/img_event.png);
}

@media only screen and (max-width: 420px) {
.main-contents .is-customers,
.main-contents .is-appllances,
.main-contents .is-troubleshooting,
.main-contents .is-event {
width: 100%;
}

.main-contents .main-contents__rubi {
margin-bottom: 10px;
}
.main-contents .main-contents__section a:after {
  margin: 0 0 8px 0;
}
}


.media {
  margin-bottom: 75px;
}
@media only screen and (max-width: 420px) {
  .media {
    margin-bottom: 30px;
  }
}
.media .media__headding {
  margin: 0 0 20px 15px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #333;
}
@media only screen and (max-width: 420px) {
  .media .media__headding {
    margin: 0 0 10px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.media .media__headding a {
  color: #333;
}
.media .media__headding a:hover {
  text-decoration: none;
  opacity: .75;
}
.media .media__headding a:after {
  content: ">";
  color: #999;
  margin-left: .5em;
}
.media .media__section {
  display: flex;
  border: 1px solid #d2d2d2;
}
.media .media__section + .media__section {
  border-top: 0;
}
.media .media__item {
  border-left: 1px solid #d2d2d2;
}
@media only screen and (max-width: 420px) {
  .media .media__item {
    width: 40%;
  }
  section.homepage.media .media__item { /* 20220520 */
    width: 100%;
  }
}
.media .media__contents {
  flex-grow: 2;
  padding: 36px;
}
@media only screen and (max-width: 420px) {
  .media .media__contents {
    flex-grow: auto;
    padding: 10px;
    width: 60%;
  }
  section.homepage.media .media__contents {/* 20220520 */
    width: 100%;
  }
}
.media .media__date {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (max-width: 420px) {
  .media .media__date {
    margin-bottom: 5px;
		font-weight: 600;
  }
}
.media .media__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
@media only screen and (max-width: 420px) {
  .media .media__title {
    font-size: 0.8rem;
  }
}
.media .media__title:hover {
  text-decoration: none;
}

.info {
  overflow: hidden;
  margin-bottom: 50px;
  padding-left: 91px;
  background: url(../img/share/img_tel.png) no-repeat;
}
@media only screen and (max-width: 420px) {
  .info {
    margin-bottom: 25px;
    padding: 0;
    background-size: 20% auto;
  }
}
.info .info__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 420px) {
  .info .info__title {
    display: none;
  }
}
.info .info__inner {
  float: left;
  margin-right: 20px;
  padding-left: 12px;
}
@media only screen and (max-width: 420px) {
  .info .info__inner {
    float: none;
    padding-left: 25%;
  }
}
.info .info__catch {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.info .info__tel {
  line-height: 1;
}
.info .info__tel img {
  display: block;
  margin-bottom: 15px;
}
.info .info__tel a {
  display: inline-block;
  margin-bottom: 10px;
}
.info .info__tel a img {
  margin: 0;
}

.info-type {
  display: flex;
  width: 642px;
  margin: 0;
}
@media only screen and (max-width: 420px) {
  .info-type {
    width: auto;
    margin-left: 0;
  }

.catch img {
max-width: calc(100% + 23px) ;
}
}
.info-type li {
  list-style: none;
  width: 200px;
  margin-right: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 0px 0px #ddd;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 420px) {
  .info-type li {
    width: auto;
    margin-right: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.info-type li:last-child {
  margin: 0;
}
.info-type li:hover {
  opacity: .75;
}
.info-type a {
  display: table-cell;
  width: 200px;
  height: 140px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 420px) {
  .info-type a {
    height: 4em;
    padding: 15px 0 10px 0;
		line-height: 1rem;
  }
}
.info-type a:after {
  display: block;
  margin-top: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 36px;
}
@media only screen and (max-width: 420px) {
  .info-type a:after {
    margin-top: 5px;
    font-size: 25px;
  }
}
.info-type a:hover {
  text-decoration: none;
}
.info-type .info-type__shop {
  background: #05ad41;
}
.info-type .info-type__shop a:after {
  content: "\f073";
}
.info-type .info-type__order {
  background: #ea6900;
}
.info-type .info-type__order a:after {
  content: "\f1ec";
}
.info-type .info-type__other {
  background: #21a1c6;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 420px) {
  .info-type .info-type__other {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.info-type .info-type__other a:after {
  content: "\f0e6";
}

.sns {
  display: flex;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
@media only screen and (max-width: 420px) {
  .sns {
    margin-bottom: 20px;
  }
}
.sns .sns__item {
  width: 240px;
  margin-right: 10px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .sns .sns__item {
    width: 50%;
  }
}
.sns .sns__item img {
  margin-bottom: 3px;
}
.sns .sns__item a:hover {
  opacity: .75;
}
.sns .sns__item:first-child {
  width: 248px;
  margin-right: 12px;
}
@media only screen and (max-width: 420px) {
  .sns .sns__item:first-child {
    width: 50%;
    margin-right: 10px;
  }
}
.sns .sns__item.facebook {
  width: 260px;
}
.sns .sns__item:last-child {
  margin: 0;
}
@media only screen and (max-width: 420px) {
  .sns .sns__item.facebook, .sns .sns__item.twitter {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */



#sp-menu-btn,
#sp-menu {
  display: none;
}

@media only screen and (max-width: 420px) {
  #sp-menu-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    /*&:before {
    	font-family: FontAwesome;
    	content: "\f0c9";
    	font-size: 30px;
    	color: #9cc125;
    	line-height: 1;
    }*/
  }
  #sp-menu-btn .menu-trigger,
  #sp-menu-btn .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #sp-menu-btn .menu-trigger {
    position: relative;
    width: 30px;
    height: 25px;
  }
  #sp-menu-btn .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  #sp-menu-btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #sp-menu-btn .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  #sp-menu-btn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #sp-menu-btn .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #sp-menu-btn .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-menu-btn .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

@media only screen and (max-width: 420px) {
  #sp-menu {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    /*top: 93px;*/
    z-index: 100;
		background-color:#59b6ce;
  }
  #sp-menu ul {
    margin: 0;
    background: #fff;
    border-bottom: 5px solid #ccc;
    list-style: none;
  }
  #sp-menu ul li {
    border-bottom: 1px solid #ccc;
  }
  #sp-menu ul li:last-child {
    border: 0;

  }
  #sp-menu ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
		font-size: 1rem;
  }
  #sp-menu ul li a:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 10px;
  }

ul.news {
margin-left: 0;
}

.navbar-toggle {
margin-right: 0;
border-radius: 5px;
border: 1px solid #ccc;
font-size: 1.5rem;
padding: 5px;
}
.navbar-toggle span {
display: block;
text-align: center;
font-size: 0.5rem;


}

h2.title{
margin-top: 1rem;
margin-bottom: 1rem;

}


#sp-menu {
position: relative;
}
}
