@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html, body, div, span, p, a, em, img, ul, li, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

footer, header, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #111;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.5;
  overflow-x: hidden;
}

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

.mincho {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

a {
  text-decoration: underline;
  outline: none;
  color: #0099CC;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.rows {
  max-width: 1120px;
  max-width: 1120px;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* add custom */
#customer_footer {
  background-image: url("https://www.suimeiso.jp/img/bg_footer.png");
  padding-top: 45px;
}

.copyright {
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
}

/*modal*/
.wrapper {
  width: 1117px;
  margin-left: auto;
  margin-right: auto;
	overflow: hidden;
}

.cols {
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  min-width: initial;
  box-sizing: border-box;
}

.cols:first-child {
  margin-left: 0;
}

#header {
  padding-left: 100px;
}

.col-site-description {
  padding: 14px 0;
}

.site-description {
  font-size: 14px;
}

.col-header-contact {
  padding: 5px 0;
  text-align: right;
}

.col-header-contact .tel {
  font-size: 26px;
  position: relative;
  padding-left: 40px;
  margin-right: 30px;
  vertical-align: middle;
}

.col-header-contact .tel:before {
  content: "";
  background-image: url("https://www.suimeiso.jp/misc/icon_tel.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.col-header-contact .form {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  vertical-align: middle;
}

.col-header-contact .form:before {
  content: "";
  background-image: url("https://www.suimeiso.jp/misc/icon_mail.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.col-header-contact .form a {
  text-decoration: none;
  color: #000;
}

#g-nav {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  z-index: 9999 !important;
}

#g-nav nav ul li {
  float: left;
  margin-right: 33px;
  padding: 8px 10px;
  position: relative;
  list-style: none;
}

#g-nav nav ul li a {
  color: #050505;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

#g-nav nav ul li:hover:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #e6e6e6;
  position: absolute;
  bottom: -3px;
  left: 0;
}

#g-nav nav ul li:nth-child(7), #g-nav nav ul li:nth-child(8) {
  background-color: #842e25;
  color: #fff;
  padding: 8px 10px 8px 40px;
  min-width: 90px;
  margin-right: 0;
  border-left: 1px solid #fff;
}

#g-nav nav ul li:nth-child(7) a, #g-nav nav ul li:nth-child(8) a {
  color: #fff;
}

#g-nav nav ul li:nth-child(7):before {
  content: "";
  background-image: url(https://www.suimeiso.jp/misc/icon_cal.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 13px;
}

#g-nav nav ul li:nth-child(8):before {
  content: "";
  background-image: url(https://www.suimeiso.jp/misc/icon_pin_.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 22px;
  position: absolute;
  top: 11px;
  left: 13px;
}

/*modal*/
/*footer*/
#customer_footer {
  padding-left: 100px;
}

.footer-logo {
  margin: 0;
}

#customer_footer-nav {
  padding-bottom: 30px;
}

#customer_footer-nav nav {
  width: 77%;
  float: left;
}

#customer_footer nav ul {
  list-style: none;
}

#customer_footer nav ul li {
  width: 19%;
  float: left;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

#customer_footer nav ul li:before {
  content: "";
  background-image: url("https://www.suimeiso.jp/misc/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#customer_footer nav ul li a {
  color: #8e8e8e;
  font-size: 14px;
  text-decoration: none;
  padding-left: 20px;
}

#customer_footer-nav .access-contact a {
  display: block;
  margin-bottom: 10px;
}

.footer-logo {
  margin-bottom: 1.5em;
}

.hide-pc {
	display: none;
}

@media print, screen and (min-width: 741px){
  /* header */
  #header{
    padding-left: 100px;
  }
 #header-logo{
    background-image: url("https://www.suimeiso.jp/misc/bg_header.png");
    text-align: center;
    padding-top: 40px;
    width: 100px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
  }
#g-nav nav {
    margin: 0 auto;
}
#footer{
    padding-left: 100px;
  }
  .footer-logo{
    margin: 0;
  }
  #footer-nav{
    padding-bottom: 30px;
  }
  #footer-nav nav{
    width: 77%;
    float: left;
  }
  #footer nav ul{
    list-style: none;
  }
  #footer nav ul li{
    width: 19%;
    float: left;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
  }
  #footer nav ul li:before{
    content: "";
    background-image: url("https://www.suimeiso.jp/misc/icon_arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #footer nav ul li a{
	color: #393939;
	font-size: 14px;
	text-decoration: none;
	padding-left: 20px;
  }
  #footer-nav .access-contact a{
    display: block;
    margin-bottom: 10px;
  }
	#container {
	margin: 30px auto;
	}
 .g-nav-wrrap{
    height: 41px;
    margin-bottom: 60px;
  }
  #g-nav{
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    z-index: 9999 !important;
  }
  #g-nav nav ul li{
    float: left;
    margin-right: 33px;
    padding: 8px 10px;
    position: relative;
    list-style: none;
  }
  #g-nav nav ul li a{
    color: #050505;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
  }
  #g-nav nav ul li:hover:after, #g-nav nav ul li.current:after{
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: #e6e6e6;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  #g-nav nav ul li:nth-child(7), #g-nav nav ul li:nth-child(8){
    background-color: #842e25;
    color: #fff;
    padding: 8px 10px 8px 40px;
    min-width: 90px;
    margin-right: 0;
    border-left: 1px solid #fff;
  }
  #g-nav nav ul li:nth-child(7) a, #g-nav nav ul li:nth-child(8) a{
    color: #fff;
  }
  #g-nav nav ul li:nth-child(7):before{
    content: "";
    background-image: url(https://www.suimeiso.jp/misc/icon_cal.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 13px;
  }
  #g-nav nav ul li:nth-child(8):before{
    content: "";
    background-image: url(https://www.suimeiso.jp/misc/icon_pin_.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 22px;
    position: absolute;
    top: 11px;
    left: 13px;
  }
  #g-nav.fixed{
    position: fixed;
    top: 0px;
    left: 50px;
    z-index: 888;
    background-color: #fff;
    width: 100%;
  }
  #g-nav nav{
    margin: 0 auto;
  }
}