@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px; }

.inner {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 30px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents_wrap {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 468px) {
    #contents_wrap {
      margin-bottom: 30px; } }

#contents {
  width: 100%;
  max-width: 1100px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  padding-top: 25px;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 468px) {
    header#global_header {
      padding-top: 45px;
      border-top: 0; } }

#header {
  width: 100%; }
  #header h1 {
    text-align: left;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 468px) {
      #header h1 {
        display: none; } }
  @media only screen and (max-width: 768px) {
    #header .fltL {
      display: none; } }
  @media only screen and (max-width: 768px) {
    #header .fltR, #header #hed_info {
      float: none !important; } }
  #header #siteID {
    clear: both;
    line-height: 1;
    padding-top: 10px; }
  #header #siteID a {
    opacity: 1;
    line-height: 1; }
  #header #hed_info {
    display: table;
    float: right; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header #hed_info {
        margin: 30px auto 0; } }
    @media only screen and (max-width: 468px) {
      #header #hed_info {
        float: none;
        margin: 10px auto 0; } }
    #header #hed_info .tel {
      display: table-cell;
      vertical-align: middle;
      font-size: 20px;
      font-weight: bold; }
      #header #hed_info .tel a {
        text-decoration: none;
        color: #333;
        font-weight: bold; }
    #header #hed_info .cont {
      display: table-cell; }
      #header #hed_info .cont a {
        text-decoration: none;
        	/*
        	padding: 10px;
        	background: #e2e02e;
            border-radius: 10px;
        	*/
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: bold; }
        #header #hed_info .cont a:hover {
          opacity: 0.6; }

#nav_global {
  margin: 20px auto 0px;
  clear: both;
  background: #104184; }
  @media only screen and (max-width: 768px) {
    #nav_global {
      display: none;
      /*
      float: none;
      margin: 30px auto 0;
      display: inline-block;
      */ } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      #nav_global ul li a:hover {
        opacity: 0.6; }

#nav_global_sp {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    #nav_global_sp {
      display: block; } }

#mainArea {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    #mainArea {
      margin-top: 5px; } }

.mean-container .mean-bar {
  background: #104184 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #104184 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  background: #265eac;
  color: #fff;
  padding-top: 30px;
  margin-top: auto; }
  footer#global_footer a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }
  footer#global_footer #nav_footer {
    display: inline-block;
    float: left;
    text-align: left; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      footer#global_footer #nav_footer {
        display: none; } }
    @media only screen and (max-width: 468px) {
      footer#global_footer #nav_footer {
        display: none; } }
    footer#global_footer #nav_footer li a {
      text-decoration: none; }
      footer#global_footer #nav_footer li a:hover {
        opacity: 0.6; }
  footer#global_footer #footer-left {
    margin-bottom: 30px;
    text-align: left;
    width: 50%;
    float: left;
    padding-left: 100px; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #footer-left {
        width: 100%;
        padding-left: 0;
        text-align: center; } }
  footer#global_footer #footer-left h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  footer#global_footer #footer-left p {
    line-height: 2.5; }
  footer#global_footer #footer-right {
    width: 50%;
    float: right;
    line-height: 3; }
  footer#global_footer #footer-right ul li {
    margin-right: 30px; }
  footer#global_footer #footer-bottom {
    background-color: #104184;
    width: 100%;
    height: 50px; }
  footer#global_footer #copy a {
    line-height: 50px;
    text-decoration: none; }
    footer#global_footer #copy a:hover {
      opacity: 0.6; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      footer#global_footer #copy a {
        line-height: 50px; } }

/*  ホーム  */
.title h1 {
  font-size: 28px;
  color: #104184;
  letter-spacing: 3px;
  line-height: 200%;
  text-align: center;
  border-top: 2px #104184 solid;
  border-bottom: 2px #104184 solid;
  margin-top: 50px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .title h1 {
      margin-top: 40px;
      font-size: 22px;
      letter-spacing: 2px; } }
  @media only screen and (max-width: 468px) {
    .title h1 {
      margin-top: 30px;
      font-size: 18px;
      letter-spacing: 2px; } }

.about {
  text-align: center;
  font-size: 14px;
  line-height: 2em;
  margin: 20px 0; }

.bg_100per_wrap {
  position: relative;
  padding: 20px 0 !important;
  margin-bottom: 60px !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .bg_100per_wrap {
      padding: 15px 0 !important;
      margin-bottom: 40px !important; } }
  @media only screen and (max-width: 468px) {
    .bg_100per_wrap {
      padding: 10px 0 !important;
      margin-bottom: 20px !important; } }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: url(../images/common/top.png) #e9f4ff;
  z-index: -1; }

.service {
  font-size: 16px;
  letter-spacing: 1px;
  color: #104184;
  font-weight: bold;
  margin-bottom: 30px; }

/* box 青アイコン　*/
.home_td {
  margin-left: -2.222222222222222% !important; }
  @media only screen and (max-width: 468px) {
    .home_td {
      margin-left: 0 !important; } }
  .home_td .box {
    background: #fff;
    float: left;
    width: 31.11111111111111% !important;
    margin-left: 2.222222222222222% !important; }
    @media only screen and (max-width: 468px) {
      .home_td .box {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        float: none;
        margin-bottom: 30px !important; } }
    .home_td .box img {
      max-width: 244px;
      width: 100% !important;
      padding: 20px; }
      @media only screen and (max-width: 468px) {
        .home_td .box img {
          padding: 50px 50px 20px 50px; } }

.box h3 {
  font-size: 16px;
  color: #eb456b; }

.service-contents {
  display: block;
  margin: 20px;
  font-size: 14px; }

.detail {
  font-size: 16px;
  text-align: center;
  margin: 50px auto;
  padding-top: 10px; }
  @media only screen and (max-width: 768px) {
    .detail {
      line-height: 25px;
      margin: 40px auto; } }
  @media only screen and (max-width: 468px) {
    .detail {
      margin: 10px auto 30px; } }
  .detail a {
    color: #fff;
    background: #2562b4;
    padding: 10px 40px;
    border-radius: 5px; }

/* box ピンクアイコン */
.home_td2 {
  margin-left: -3.5087719298% !important; }
  @media only screen and (max-width: 468px) {
    .home_td2 {
      margin-left: -2.654867256637168% !important; } }
  .home_td2 .pink-icon {
    background: #eb456b;
    float: left;
    width: 21.4912280702% !important;
    margin-left: 3.5087719298% !important;
    margin-bottom: 30px !important; }
    @media only screen and (max-width: 468px) {
      .home_td2 .pink-icon {
        width: 47.34513274336283% !important;
        margin-left: 2.654867256637168% !important;
        margin-bottom: 2.654867256637168% !important;
        padding: 20px; } }
    .home_td2 .pink-icon img {
      margin: 0 auto;
      display: block;
      height: auto;
      text-align: center;
      padding: 30px 0 0 0; }
      @media only screen and (max-width: 468px) {
        .home_td2 .pink-icon img {
          padding: 0 0 10px 0; } }
  .home_td2 .pink-icon-text {
    color: white;
    display: block; }

.pink-icon a {
  display: block;
  height: 100%;
  color: #fff;
  text-align: center; }

.pink-icon a:last-child {
  padding-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .pink-icon a:last-child {
      padding: 0 0 10px 0; } }

.info {
  clear: both;
  font-size: 20px;
  margin: 20px 0; }

.info-box {
  border-bottom: 1px solid #363636;
  padding: 20px 0; }

.info-date {
  width: 20%;
  vertical-align: top; }

.info-text {
  width: 80%; }

/*  宅配クリーニング  */
@media only screen and (max-width: 768px) {
  .midashi2 {
    margin: 10px !important;
    padding: 0 !important; } }

.midashi2 h1 {
  color: #104184;
  text-shadow: 2px 2px 2px  #fff;
  font-size: 28px;
  padding: 40px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .midashi2 h1 {
      font-size: 20px; } }
  @media only screen and (max-width: 468px) {
    .midashi2 h1 {
      font-size: 16px; } }

.pankuzu {
  height: auto;
  margin: 10px; }
  @media only screen and (max-width: 768px) {
    .pankuzu {
      display: none; } }

.cleaning-section img {
  display: block;
  float: left;
  padding: 5px; }

.cleaning-section-left img {
  width: 100%;
  padding-right: 20px; }
  @media only screen and (max-width: 468px) {
    .cleaning-section-left img {
      padding: 10px 0; } }

.cleaning-section h2 {
  border-bottom: #eb456b dashed 2px;
  text-align: center;
  display: block;
  font-size: 18px;
  float: left;
  line-height: 40px; }
  @media only screen and (max-width: 468px) {
    .cleaning-section h2 {
      border-bottom: none;
      background: #ebc2cc;
      font-size: 16px;
      width: 100%; } }

.cleaning-section-coment {
  font-size: 16px; }
  @media only screen and (max-width: 468px) {
    .cleaning-section-coment {
      padding-top: 10px !important; } }

@media only screen and (max-width: 768px) {
  .flow-section-title img {
    display: none; } }

/* ご注文フロー */
.flow-section h2 {
  border-bottom: #eb456b dashed 2px;
  display: block;
  font-size: 18px;
  float: left;
  line-height: 40px; }
  @media only screen and (max-width: 468px) {
    .flow-section h2 {
      border-bottom: none;
      background: #ebc2cc;
      font-size: 16px;
      width: 100%;
      text-align: center; } }

.flow-section img {
  display: block;
  float: left;
  padding: 5px; }
  @media only screen and (max-width: 468px) {
    .flow-section img {
      display: none; } }

.flow-section-left img {
  width: 100%;
  padding: 10px; }

.flow-section-coment {
  font-size: 16px; }
  @media only screen and (max-width: 468px) {
    .flow-section-coment {
      padding-top: 10px !important; } }

/*　会社概要　*/
.pdtd10 {
  font-size: 14px; }

.midashi3 {
  margin: 10px 0 !important; }

/* 小見出し　テンプレ　*/
.cleaning-section img {
  display: block;
  float: left;
  padding: 5px; }

.cleaning-section h2 {
  border-bottom: #eb456b dashed 2px;
  text-align: center;
  display: block;
  font-size: 18px;
  float: left;
  line-height: 40px; }
  @media only screen and (max-width: 468px) {
    .cleaning-section h2 {
      border-bottom: none;
      background: #ebc2cc;
      font-size: 16px;
      width: 100%; } }

@media only screen and (max-width: 468px) {
  .cleaning-section-title img {
    display: none; } }

/*	 小見出し　テンプレ　ここまで*/
/* よくある質問 */
.faq {
  font-size: 16px;
  margin: 10px 0; }
  .faq td {
    padding: 10px 10px 10px 0 !important; }
    @media only screen and (max-width: 468px) {
      .faq td {
        text-align: center !important;
        width: 100% !important;
        padding: 5px 0 !important;
        line-height: 2; } }

.faq1 {
  width: 10% !important;
  color: #fff; }
  @media only screen and (max-width: 468px) {
    .faq1 {
      text-align: center !important;
      width: 100% !important;
      background: #ebc2cc; } }

.faq2 {
  width: 10% !important;
  color: #fff; }
  @media only screen and (max-width: 468px) {
    .faq2 {
      text-align: center !important;
      width: 100% !important;
      background: #104184; } }

@media only screen and (max-width: 468px) {
  .faq img {
    width: 30px !important; } }

@media only screen and (max-width: 468px) {
  .faq br {
    display: none; } }

/*  料金表  */
.jogai-title h2 {
  font-size: 20px; }

/* box 除外品 */
.home_td3 {
  margin-left: -3.5087719298% !important; }
  @media only screen and (max-width: 468px) {
    .home_td3 {
      margin-left: -2.654867256637168% !important; } }
  .home_td3 .jogai-box {
    float: left;
    width: 21.4912280702% !important;
    margin-left: 3.5087719298% !important; }
    @media only screen and (max-width: 468px) {
      .home_td3 .jogai-box {
        width: 47.34513274336283% !important;
        margin-left: 2.654867256637168% !important;
        margin-bottom: 2.654867256637168% !important; } }
    .home_td3 .jogai-box p {
      clear: both;
      font-size: 14px; }

.jogai-detail p {
  font-size: 14px; }

#breadcrumbs {
  text-align: left;
  padding: 10px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 468px) {
    #breadcrumbs {
      margin-bottom: 0px; } }
  #breadcrumbs ol .fa-chevron-right {
    color: #999999;
    font-size: 10px;
    font-weight: 400;
    padding-right: 15px; }
  #breadcrumbs ol li {
    display: inline-block; }
    #breadcrumbs ol li a {
      color: #e69315;
      text-decoration: none; }
      #breadcrumbs ol li a i {
        padding-right: 15px; }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .midashi h2 {
      font-size: 20px; } }
.midashi h3 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  background: #ffb544;
  box-shadow: 0px 0px 0px 5px #ffc771;
  border: dashed 2px white;
  padding: 0.3em 0.5em;
  color: #fff; }
  .midashi h3:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #ffb544;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
.midashi h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold; }
  .midashi h4:before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    background: #ffca2c;
    color: white;
    font-weight: normal;
    font-size: 20px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .midashi h4:after {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffca2c;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.midashi h5 {
  font-size: 17px;
  font-weight: bold; }

.pointtxt {
  position: relative;
  padding: 10px;
  background: #f4f4f4;
  border: solid 2px #f2ad3e;
  background: #f4f4f4;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400; }
  .pointtxt:after {
    position: absolute;
    font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f0a7\ POINT';
    background: #f2ad3e;
    color: #fff;
    left: -2px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em; }

.tdpd10 td {
  padding: 10px !important; }

.contact {
  display: block;
  margin: 40px 0 0 0; }
  @media only screen and (max-width: 468px) {
    .contact {
      margin: 20px 0; } }
  .contact a {
    padding: 5px 15px;
    border: 1px solid #ef9916;
    display: block;
    border-radius: 40px; }

.slider2 img {
  margin: 0 auto; }

.timeline .list {
  overflow: hidden;
  margin: 0;
  position: relative; }
  .timeline .list .timeline-date {
    width: 185px;
    float: left; }
    @media only screen and (max-width: 468px) {
      .timeline .list .timeline-date {
        width: 100%;
        float: none; } }
  .timeline .list .timeline-content {
    width: 70%;
    float: left;
    border-left: 3px #e5e5d1 solid !important;
    padding-left: 30px !important;
    padding-bottom: 30px !important; }
    @media only screen and (max-width: 468px) {
      .timeline .list .timeline-content {
        width: 100%;
        float: none;
        border-left: none !important;
        padding-left: 0 !important; } }
    .timeline .list .timeline-content:before {
      content: '';
      width: 12px;
      height: 12px;
      background: #6fc173;
      position: absolute;
      left: 180px;
      top: 18px;
      border-radius: 100%; }
      @media only screen and (max-width: 468px) {
        .timeline .list .timeline-content:before {
          display: none; } }

/*# sourceMappingURL=common.css.map */
