@charset "UTF-8";
/* CSS Document */

/*

    Theme Name: Linx_Theme2021

    Description:株式会社リンクスHPテーマ 2021年〜

    Theme URI:

    Author:

    Author URI:

    Version: 

    License: 

    License URI: 

*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
v  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Misc */
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }

/* common */
a{
    text-decoration: none;
    color: #000;
    /* display: inline-block; */
}
html{
    font-size: 62.5%;
}
body{
    margin: 0;
    padding: 0;
}
* , *::after, *::before{
    padding: 0;
    margin: 0;
    line-height: 1;
    /* box-sizing: border-box; */
    font-family:'Hiragino Kaku Gothic ProN','Hiragino Sans','Noto Sans JP','serif';
    /* font-weight: normal; */
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.header-gnav,.header-sns div,.content2-1 p,.mission-script p,.topic-date,.catch h1,.message h5,
.externalsite-box span,.copyright,.primary-title div,.primary-title span,.laundry-table td::after,
.laundry-note p,.branch div,.branch span,.secondary-title div,.form-desc,.form-wrap p{
    font-weight: 300;
}
.topic-title,.topic-box-script h6,.catch-center h1,.footer-info h6,.description h5,.laundry-info-wrap h5,.table-title,.laundry-table th,.laundry-table td,
.tertiary-title,.description h6,.address h5,.branch-address h5,.mw_wp_form input{
    font-weight: normal;
}
li{
    list-style: none;
}
@font-face{
	font-family: 'BradleyHandITCTTBold';
	src: url(./fonts/Bradley_Hand_ITC_TT_Bold.ttf);
}
.ff-Bradley{
    font-family: 'BradleyHandITCTTBold';
}
@font-face{
    font-family: 'futura';
    src: url(./fonts/futura/futuramediumbt.ttf);
}
.ff-futura{
    font-family: 'futura';
}
@font-face{
    font-family: 'futura Bold';
    src: url(./fonts/futura/unicode.futurab.ttf);
}
.ff-futurab, .ff-futurab p{
    font-family: 'futura Bold';
}
/* @font-face {
    font-family: 'Ryumin';
    src: url(./fonts/A-OTF-RyuminPro-Regular.otf);
} */
.ff-ryumin th , .ff-ryumin td ,.ff-ryumin{
    font-family: 'a-otf-ryumin-pr6n','Ryumin','Noto Serif JP', serif;
    font-weight: 600;
}
.fs60px{font-size: 6rem;}
.fs50px{font-size: 5rem;}
.fs23px{font-size: 2.3rem;}
.fs18px{font-size: 1.8rem;}
.fs16px{font-size: 1.6rem;}
.fs15px{font-size: 1.5rem;}
.fs14px{font-size: 1.4rem;}
.fs13px{font-size: 1.3rem;}
.fs11px{font-size: 1.1rem;}
.fs10px{font-size: 1rem;}
h1{font-size: 3.5rem;}
h2{font-size: 3rem;}
h3{font-size: 2rem;}
h4{font-size: 1.7rem;}
h5{font-size: 1.5rem;}
h6{font-size: 1.2rem;}
.mobile-on ,.max-size{
    display: none;
}
.mobile-off{
    display: inline-block;
}
section{
    margin-top: 80px;
    /* padding-top: 80px; */
}
/* loading */
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #222;
    background-image: url(./linx_loding.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1000;
}
#animation{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
#animation img{
    width: 100%;
    height: 100%;
}
svg {
    transform: rotate(-90deg);
}
circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 4;
    animation: circle 4s;
}

/* loadingAnimationCircle*/
@media screen and (min-width:2601px){
    @keyframes circle {
        0% { stroke-dasharray: 0 3265.6; opacity:0;}
        20% { stroke-dasharray: 0 3265.6; opacity: 1;}
        99.9%,to { stroke-dasharray: 3265.6 3265.6;}
    }
    #loading{
        position: fixed;
        top: 0;
        left: 0;
        background-size: 2600px 2091px;
    }
    .loading-circle .mobile-off{
        display: none;
    }
    .max-size{
        display: block;
    }
}
@media screen and (max-width:2600px){
    @keyframes circle {
        0% { stroke-dasharray: 0 3265.6; opacity:0;}
        20% { stroke-dasharray: 0 3265.6; opacity: 1;}
        99.9%,to { stroke-dasharray: 3265.6 3265.6;}/* r + r × 3.14 */
    }
}
@media screen and (max-width:2200px){
    @keyframes circle {
        0% { stroke-dasharray: 0 2763.2; opacity:0;}
        20% { stroke-dasharray: 0 2763.2; opacity: 1;}
        99.9%,to { stroke-dasharray: 2763.2 2763.2;}
    }
}
@media screen and (max-width: 1952px){
    @keyframes circle {
        0% { stroke-dasharray: 0 2451.7; opacity:0;}
        20% { stroke-dasharray: 0 2451.7; opacity: 1;}
        99.9%,to { stroke-dasharray: 2451.7 2451.7;}
    }
}
@media screen and (max-width: 1500px){
    @keyframes circle {
        0% { stroke-dasharray: 0 1884; opacity:0;}
        20% { stroke-dasharray: 0 1884; opacity: 1;}
        99.9%,to { stroke-dasharray: 1884 1884;}
    }
}
@media screen and (max-width:1274px){
    @keyframes circle {
        0% { stroke-dasharray: 0 1600; opacity:0;}
        20% { stroke-dasharray: 0 1600; opacity: 1;}
        99.9%,to { stroke-dasharray: 1600 1600;}
    }
}
@media screen and (max-width:1000px){
    @keyframes circle {
        0% { stroke-dasharray: 0 1256; opacity:0;}
        20% { stroke-dasharray: 0 1256; opacity: 1;}
        99.9%,to { stroke-dasharray: 1256 1256;}
    }
}
@media screen and (max-width:600px){
    @keyframes circle {
        0% { stroke-dasharray: 0 1507; opacity:0;}
        20% { stroke-dasharray: 0 1507; opacity: 1;}
        99.9%,to { stroke-dasharray: 1507 1507;}
    }
}
@media screen and (max-width:400px){
    @keyframes circle {
        0% { stroke-dasharray: 0 1005; opacity:0;}
        20% { stroke-dasharray: 0 1005; opacity: 1;}
        99.9%,to { stroke-dasharray: 1005 1005;}
    }
}

/* header */
.header{
    width: 100%;
    position: relative;
    z-index: 990;
}
.header-bg{
    background: #d9d9d9;
    width: 100%;
    height: 162px;
}
.header-wrap > a{
    z-index: 999;
}
.header-wrap > a img{
    height: 65px;
    margin-left: 12px;
}
.header-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    padding-top: 40px;
}
.header-gnav li{
    position: relative;
}
.header-gnav li a{
    padding-bottom: 2px;
    display: block;
    z-index: 6;
}
.header-gnav li::after{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background: #B72E29;
    bottom: -2px;
    left: 0;
    transition: 0.2s ease;
}
.header-gnav li:hover::after{
    width: 100%;
    left: 0;
}
.header-sns ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.header-sns ul li{
    width: 30px;
    height: 30px;
    margin-right: 12px;
}
.header-sns ul div{
    margin-right: 24.5px;
    font-size: 1.3rem;
}
.header-gnav{
    margin-top: 30px;
    width: 500px;
}
.header-gnav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-gnav ul li{
    margin-right: 50px;
    color: #4d4d4d;
    font-size: 1.6rem;
}
.header-gnav ul li a{
    line-height: 1.25;
}
.header-sns ul li img{
    width: 30px;
    height: 100%;
}
.header-sns ul li:last-child, .header-gnav ul li:last-child{
    margin-right: 12px;
    font-size: 1.6rem;
}


/* footer */
.footer{
    background: #d9d9d9;
}
.footer-wrap{
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.footer-logo img{
    height: 65px;
}
.footer-info{
    line-height: 1;
    color: #4d4d4d;
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding: 30px 0 9.8px 12px;
    position: absolute;
    left: 0;
}
.footer-info h6{
    line-height: 17px;
}
.footer-center{
    text-align: center;
    padding-top: 20px;
}
.footer-contact{
    border: solid 1px #4d4d4d;
    background-color: #fff;
    color: #4d4d4d;
    width: 235.2px;
    height: 28.3px;
    font-size: 1.2rem;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-weight: bold;
    line-height: 28.3px;
    display: inline-block;
}
.footer-center a{
    margin: 28px auto 33px;
}
.footer-sns ul{
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
    margin-top: 32px;
}
.footer-sns ul li{
    width: 30px;
    height: 30px;
    margin-right: 12px;
}
.footer-sns ul li img{
    width: 30px;
    height: 100%;
}
.footer-sns ul :last-child{
    margin: 0;
}
.copyright{
    font-size: 1.2rem;
    color: #4d4d4d;
    padding-bottom: 30.6px;
    text-align: center;
}
.externalsite{
    margin: 100px auto 25px;
}
	.footer-banner {
		max-width: min(800px, calc(100% - 40px));
		margin: 40px auto 100px;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 16px;
		align-items: center;
	}
	.footer-banner a {
		display: block;
	}
	.footer-banner figure {
		width: 100%;
	}
	.footer-banner figcaption {
		text-align: center;
		font-size: 1.3rem;
	}
	.footer-banner .isolation-area img{
		padding: 15px;
		box-sizing: border-box;
	}
.externalsite-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-around;
    width: 835px;
    margin: 0 auto;
}
.externalsite-wrap a{
    width: 250px;
}
.externalsite-box{
    width: 255px;
    background: #707070;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    height: 28px;
    align-items: center;
}
.externalsite-box div{
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-left: 53px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    height: 100%;
}
.externalsite-box div span{
    line-height: 1;
    letter-spacing: .05em;
}


.externalsite-box div img{
    height: 13px;
    transition: 0.3s ease;
    margin: 0 10px 0 auto;
}
.externalsite-wrap a:last-child{
    margin-right: 0;
}
.footer-banner {
    display: block;
    width: 100%;
    margin: 40px auto;
    max-width: 440px;
}
.footer-banner img{
    display: block;
    width: 100%;
    margin: auto;
}

.externalsite-box::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 26px;
    border-top: 28px solid #B72E29;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    box-sizing: border-box;
    z-index: 1;
    left: 0;
    top: 0;
    transition: 0.3s ease;
}
.externalsite-box:hover::after{
    width: 285px;
}
.externalsite-box:hover img{
    transform: rotateX(180deg);
}

/* scroll */
.scroll{
    width: 0;
    height: 44px;
    font-size: 1.4rem;
    position: absolute;
    left: 50px;
    top: 1582px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.scroll img{
    width: 13px;
    position: absolute;
    top: -19px;
    left: -13px;
    transform: rotate(90deg);
}
/* pagetop */
#page_top{
    width: 0;
    height: 44px;
    position: fixed;
    right: -40px;
    bottom: 50px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 5;
}
#page_top a{
    position: relative;
    display: block;
    width: 24px;
    height: 64px;
    text-decoration: none;
}
#page_top a::before{
    content: 'TOP';
    font-size: 1.4rem;
    font-family: 'futura';
    letter-spacing: 1px;
    color: #000;
    position: absolute;
    width: 24px;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 1.8;
    text-indent: 7px;
}
#page_top img{
    width: 13px;
    position: absolute;
    top: 7px;
    left: 5px;
    transform: rotate(-90deg);

}
@media screen and (max-width:1000px){
    .header-wrap{
        justify-content: flex-start;
        position: relative;
    }
    .header-wrap > a{
        display: block;
        height: 65px;
    }
    .header-wrap > a img{
        justify-content: flex-start;
    }
    #header-right{
        width: 100%;
        z-index: 995;
        position: absolute;
    }
    .header-sns{
        position: absolute;
        right: 0px;
        /* top: 40px; */
    }
    .header-gnav{
        margin-top:80px;
        margin: 80px auto 0;
    }
    .header-gnav ul{
        margin: 0;
        justify-content: center;
    }
    .externalsite{
        margin: 0 auto 60px;
    }
    .externalsite-wrap{
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    .externalsite-box{
        width: 300px;
        display: block;
    }
    .externalsite-wrap a{
        display: block;
        width: 300px;
        margin-top: 20px;
    }
    .externalsite-box:hover::after{
        width: 330px;
    }
    .footer-wrap{
        display: flex;
        justify-content: space-around;
    }
    .footer-info{
        position: static;
        /* padding: 0; */
    }
    .footer-center{
        margin: 0;
    }
}
@media screen and (max-width:600px){
    .footer-wrap{
        display: block;
        text-align: center;
    }
    .mobile-on{
        display: block;
    }
    .mobile-off{
        display: none;
    }
    .scroll{
        display: none;
    }
    .externalsite .footer-banner{
        max-width: 90%;
    }
}


/* header */

#hamburger{
    display: none;
    position: relative;
    z-index: 1000;
}
/* heroimg */
.heroimg{
    background-image: url(./images/heroimg.jpg);
    background-size: cover;
    background-position: center;
    height: 982px;
    position: relative;
}
.heroimg-container{
    max-width: 1000px;
    height: 982px;
    margin: auto;
    position: relative;
}
.heroimg-3c{
    display: flex;
}
.heroimg-3c div{
    font-size: 15.5rem;
    color: #B72E29;
}
.heroimg-3c :first-child{
    margin-right: 20px;
}
.heroimg-3c img{
    height: 28.68px;
    margin-top: 107px;
}
.heroimg-secondary p{
    line-height: 62px;
    margin-top: 23px;
    letter-spacing: -0.1px; 
}
.heroimg-tertiary{
    margin-top: 22px;
}
.heroimg-tertiary p{
    line-height: 24px;
    letter-spacing: -0.4px;
}

.content3{
    width: 100%;
    display: block;
    text-align: center;
}
.content3 p::first-letter{
    color: #B72E29;
}
.content3:last-child{
    font-weight: 500;
}
.section-title{
    text-align: center;
    margin-bottom: 30px;
}
.section-title h2{
    margin-bottom: 12px;
    letter-spacing: 1.3px;
    font-weight: bold;
}
.section-title h5{
    font-weight: normal;
}
.topics , .creative{
    background-image: url(./images/bg-dot.jpg);
    background-size: 8px;
}
.content2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #000;
}
.content2 p{
    font-feature-settings:normal;
    letter-spacing: 1px;
}
.content2-1 p:first-child, .content2-2 p{
    font-weight: normal;
}
.content2 div :first-child{
    text-indent: 0;
}
.content2 > div:first-child{
    margin-top: 50px;
    text-indent: 1.6rem;
}
.three-dot{
    font-feature-settings: normal;
    display: inline-block;
    letter-spacing: -0.6em;
    text-indent: -0.3em !important;
}
.content3 div:first-child{
    margin-bottom: 18px;
}




/* ---- main ---- */
.main-width{
    position: relative;
}
/* mission */
.mission{
    margin: 50px auto 63px;
}
.mission-script h1 p{
    line-height: 56px;
    letter-spacing: 3px;
}
.mission-script h5 p{
    letter-spacing: 1.5px;
}
.mission-script h3{
    font-weight: bold;
}
.mobile-br{
    display: none;
}

/* topic */
.slider{
    display: flex;
    height: 415px;
}
.slick-prev:before{
    content: "";
}
.slick-prev:after{
    content: "";
    content: url(./images/slider-prev.png);
}
.slick-next:before{
    content: "";
}
.slick-next:after{
    content: "";
    content: url(./images/slider-next.png);
    width: 20px;
    height: 20px;
}
.slick-prev:after,.slick-next:after{
    width: 31px;
    height: 49px;
    display: block;
    transform: scale(0.4);
}

.slick-prev , .slick-next{
    border: none;
}
.slick-prev ,.slick-next{
    width: 41px;
    height: 59px;
    cursor: pointer;
}
.slick-prev{
    margin-right: 32px;
}
.slick-prev , .slick-next{
    border: none;
    height: 0px;
    background-color: rgba(255, 255, 255,0);
}
.slick-prev img ,.slick-next img{
    width: 31px;
    height: 49px;
}
.slick-prev ,.slick-next{
    margin-top: 156px;
}
.slick-prev{
    margin-right: 32px;
}

.topics-box{
    width: 226px;
    height: 415px;
    margin-right: 16px;
    margin-left: 16px;
    position: relative;
    background-color: #fff;
}
.topic-thumbnal{
    width: 226px;
    height: 226px;
    margin-bottom: 0;
}
.topic-thumbnal img{
    width: 100%;
    height: 100%;
	object-fit: contain;
/* 	 width: 226px;
    height: 194px; */
}
.topic-new{
    background: #f00;
    width: 50px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    color: #fff;
    right: 11.5px;
    top: 234px;
    letter-spacing: 1px;
}
.topic-date{
    color: #707070;
    line-height: 1;
	display: block;
    margin-top: 10px;
}
.topic-title{
    width: 197px;
    line-height: 20px;
    margin-top: 6.5px;
}
.topics-box a{
	text-decoration:underline;
}
.topic-box-script{
    padding: 0px 14.5px 0;
}
.topic-box-script h6{
    width: 197px;
/*     line-height: 17px;
    position: absolute;
    top: 287px; */
    text-align: justify;
	margin-top: 6px;
}
.topic-box-script h6 p{
    line-height: 17px;
}
.more-box{
    max-width: 1000px;
    margin: auto;
    position: relative;
    height: 40px;
}
.more{
    width: 170px;
    background-color: #707070;
    position: absolute;
    overflow: hidden;
    right: 0;
}
.more::after{
    content: "";
    position: absolute;
    width: 48px;
    height: 25.8px;
    border-top: 26.8px solid #dbdbdb;
    border-left: 0px solid transparent;
    border-right: 33px solid transparent;
    box-sizing: border-box;
    z-index: 1;
    left: 0;
    top: 0;
}
.more a{
    display: block;
}
.more div{
    line-height: 25.8px;
    margin-left: 68px;
    color: #fff;
}
.more img{
    height: 11.4px;
    padding-left: 12px;
    margin-bottom: -1px;
}
/* slider */
.slider{
    margin: 10px auto;
    width: 1126px;
}


/* creativ */
.creative .main-width{
    width: 600px;
}
.creative{
    height: 630px;
}
.creative .section-title{
    padding-top: 50px;
}
.idea-img{
    position: relative;
    margin: auto
}
.idea-img img{
    width: 100%;
}
.creative-left{
    position: absolute;
    left: 30px;
    text-align: right;
}
.creative-right{
    position: absolute;
    right: 43px;
    top: 0;
}
.creative-center{
    position: relative;
    text-align: center;
    padding-top: 150px;
}
.creative-center h4{
    line-height: 33px;
}
.creative-item{
    margin-bottom: 12px;
}
.creative-item:nth-child(4){
    margin-top: 120px;
}
.creative-item h4{
    line-height: 1;
    margin: 12px 0 9px;
}
.creative-item h5{
    font-family: 'futura';
    color: #B72E29;
    line-height: 1;
    margin-bottom: 26px;
}

.mission-script h1,.profile td,.privacy-terms div{
    font-weight: normal;
}
.top-rryumin{
    font-weight: 300;
}
.top-bryumin{
    font-weight: 500;
}
/* catch */
.catch{
    max-width:1000px;
    margin: 35px auto 36px;
}
.catch-center{
    max-width:620px;
    text-align: center;
}
.catch div{
    line-height: 62px;
    letter-spacing: -1px;
}
.catch h1{
    letter-spacing: 4px;
}

/* works */
.works-wrap{
    /* position: relative; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.work-box{
    width: 226px;
    height: 326.5px;
    margin-right: 32px;
    margin-bottom: 55px;
	padding-bottom: 30px;
}
.work-box hr{
    height: 1px;
    background: #000;
    border: none;
}
.works-wrap :nth-child(4n){
    margin-right: 0;
}
.work-thumbnal{
    position: relative;
    width: fit-content;
    margin: auto;
}
.work-thumbnal img{
    object-fit: contain;
    aspect-ratio: 1;
    display: block;
    width: fit-content;
    margin: auto;
}
.work-box h5,.work-box h6 ,.work-box div,.work-box p{
    font-family: 'Ryumin','Ryumin Medium KL',serif;
}
.work-box h5 , .work-box div{
    text-align: center;
    line-height: 21px;
}
.work-box h5{
    margin-top: 9px;
}
.work-box div{
    margin-bottom: 11px;
}
.work-box h6,.work-box p{
    width: 200px;
    margin: auto;
    line-height: 1.7rem;
    margin-top: 9.3px;
    text-align: justify;
}
.work-box a .work-thumbnal::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 0px solid transparent;
    border-bottom: 36px solid #B72E29;
    border-left: 36px solid transparent;
}
.work-box a .work-thumbnal::before{
    content: "click";
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    /* transform: rotate(-45deg);
    bottom: 1.2em;
    right: -0.18em; */
    transform: rotate(0deg);
    bottom: 0.2em;
    right: 0.32em;
    z-index: 1;
}
/* profile */
.message{
    text-align: justify;
}
.message h5{
    line-height: 2.8rem;
}
.message h3{
    font-weight: bold;
}
.profile-takahashi{
    position: relative;
}
.profile-takahashi img:first-child{
    display: block;
}
.profile-takahashi img:last-child{
    display: none;
}
.profile-name{
    position:absolute;
    display: flex;
    top: 0;
    left: 200px;
    top: 260px;
}
.profile-name div:first-child{
    line-height: 19.5px;
    padding-right: 9px;
}
.profile-table{
    letter-spacing: 1px;
}
.profile table th{
    vertical-align: top;
    line-height: 33.5px;
    width: 81px;
    text-align-last: justify;
    text-align: justify;
}
.profile table td{
    vertical-align: top;
    line-height: 33.5px;
    padding-left: 148px;
}


/* desktop 1275px~ */
@media screen and (min-width:1275px){
    .main-width{
        max-width: 1275px;
        margin: auto;
    }


/* mission */
    .mission{
        margin-left: 137px;
        display: flex;
    }
    .mission-script{
        width: 526px;
    }
    .mission-script h1 , .mission-script h5{
        margin-left: 82px;
    }
    .mission-script h5{
        padding-top: 28px;
    }
    .mission-script h5 p{
        line-height: 28px;
    }
    .mission-img img{
        width: 611px;
        display: inline-block;
        padding-top: 12px;
    }

    /* topics */
    .topics{
/*         height: 558px; */
        height: 590px;
    }
    .topics .section-title{
        padding-top: 45px;
    }
    .topics-wrap{
        display: flex;
        margin: auto;
    }  


    /* creative */
    .creative .main-width{
        width: 837px;
    }

    /* works */
    .works .section-title{
        margin-top: 60px;
    }
    .works-wrap{
        width: 1000px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    /* profile */
    .profile .section-title{
        padding-top: 75px;
    }
    .message{
        display: flex;
    }
    .message h3{
        width: 82px;
        margin-left: 137px;
    }
    .message h5{
        width: 419px;
        margin-right: 25px;
        margin-top: 73px;
        line-height: 28px;
        text-indent: 15px;
        letter-spacing: -0.5px;
        display: block;
    }
    .profile-takahashi img{
        width: 611px;
        margin-top: 3px;
    }
    .profile table{
        margin: 93px 0 75px 350px;
    }

    .profile-office{
        width: 595px;
        display: flex;
        margin: auto;
        margin-bottom: 40px;
    }
    .profile-office img{
        width: 283px;
    }
    .profile-office div:first-child{
        margin-right: 28px;
    }
    .office-map{
        width: 595px;
        margin: auto;
        display: block;
    }

}


@media screen and (max-width:1274px){
    /* 600px - 1274px */
    .main-width{
        margin: auto;
        width: 600px;
    }

    /* heroimg */
    .content2-2{
        text-indent: 28px;
    }
    /* mission */
    .mission{
        display: block;
        width: 600px;
        margin: 50px auto 50px;
    }
    .mission-script{
        width: 100%;
        text-align: center;
    }
    .mission-img img{
        width: 580px;
    }
    .mission-script h5{
        margin: 12px auto 12px;
    }
    .mission-script h5 p{
        line-height: 2.5;
    }

    /* topics */
    .slider{
        width: 866px;
    }
    .topics{
        padding-top: 45px;
        height: 558px;
    }
    .topics-box{
        margin-right: 20px;
    }
    .slick-prev{
        margin-right: 20px;
    }
    /* catch */
    .catch{
        margin: 35px 0 36px 27px;
    }
    .catch h1{
        margin-left: 32px;
    }

    /* crieative */


    .creative .main-width{
        width: 837px;
    }
    /* works */
    .works{
        margin-top: 50px;
    }
    .works-wrap{
        width: 488px;
        margin: auto;
    }
    .works-wrap .work-box:nth-child(2n){
        margin-right: 0;
    }
    .more-box{
        width: 488px;
    }

    /* porofile */
    .message h3{
        margin-left: 25px;
    }
    .message h5{
        margin: 20px 50px 24px;
        line-height: 1.5;
        letter-spacing: 1;
    }
    .profile-takahashi img{
        width: 500px;
        margin-left: 50px;
    }
    .profile-name{
        top: 215px;
        left: 220px;
    }
    .profile table{
        margin: 25px auto 25px;
    }
    .profile table th{
        padding-left: 12px;
    }
    .profile table td{
        padding-left: 50px;
    }
    .profile-office{
        display: flex;
        justify-content: space-around;
    }
    .profile-office img{
        width: 285px;
    }
    .office-map{
        width: 590px;
        margin-top: 18px;
        margin-left: 5px;
    }
}

@media screen and (min-width:1001px){
    .creative .main-width{
        width: 833px;
    }
    .content1{
        padding-top: 280px;
    }
    .heroimg-secondary p{
        margin-top: -10px;
    }
    .content2{
        line-height: 25px;
        margin-top: -520px;
        margin-left: 700px;
    }
    .content2 p{
        line-height: 23px;
        display: block;
    }
    .content2 > div p:first-child{
        line-height: 30px;
    }
    .content2-2{
        margin-right: 90px;
        text-indent: 28px;
        margin-top: 200px;
    }
    .content2-2:first-child{
        margin: 120px;
        text-indent: 0;
    }
    .content3{
        margin-top: 0px;
    }
    .content3 p{
        line-height: 0.9;
    }
}
@media screen and (max-width:1000px){
    .fs60px{
        font-size: 4.87rem;
    }
    .heroimg-container{
        width: 100%;
    }
    .heroimg-3c{
        top: 200px;
    }
    .heroimg-3c div{
        font-size: 10rem;
    }
    .heroimg-3c img{
        height: 18.50px;
        margin-left: -12px;
        margin-top: 68px;
    }
    .heroimg-secondary p{
        line-height: 1;
        margin-top: 3px;
    }
    .heroimg-tertiary p{
        font-size: 16px;
        line-height: 1.25;
    }

    .content1{
        position: absolute;
        top: 440px;
        left: 60px;
    }
    .content2{
        position: absolute;
        height: 542px;
        top: 60px;
        right: 50px;
    }
    .content2-1 p{
        line-height: 1.45;
    }
    .content2-2{
        margin-top: 50px;
        margin-right: 30px;
        text-indent: 16px;
    }
    .content2-2 p:first-child{
        text-indent: 16px;
    }
    .content3{
        position: absolute;
        bottom: 40px;
    }
    .creative{
        height: 500px;
    }
    .creative .main-width{
        width: 600px;
    }
    .creative-item{
        margin-bottom: 13px;
    }
    .creative-right h4 , .creative-left h4{
        font-size: 1.4rem;
        line-height: 1.2;
        margin: 4px 0 4px;
    }
    .creative-right h5 , .creative-left h5{
        font-size: 1.3rem;
        line-height: 1.2;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .creative-left{
        left: 10px;
        top: 1px;
        text-align: right;
    }
    .creative-right{
        right: 10px;
        top: 1px;
    }
    .creative-center{
        padding-top: 95px;
    }
    .creative-center h4{
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .creative-item:nth-child(4){
        margin-top: 80px;
    }
}
@media screen and (max-width:899px){
    .slider{
        width: 606px;
    }
}

/* mobile ~599px */
@media screen and (max-width:599px){
    .header{
        position: fixed;
        top: 0;
    }
    .header-bg{
        height: 100px;
    }
    .header-wrap > a img{
        height: 50px;
        top: 30px;
    }
    /* -------hamburger------- */
    #hamburger div{
        color: #ffffff;
        text-align: center;
        position: absolute;
        bottom: 0;
    }
    #header-right{
        margin-top: 0;
        position: absolute;
        top: 0;
        right: -80vw;
        width: 80vw;
        height: 100vh;
        transition: .3s;
    }
    #header-right{
        background: #ffffff;
    }
    #header-right ul li{
        list-style-type: none;
        font-size: 20px;
        text-align: center;
        margin: auto;
    }
    #header-right li a:hover{
        border-bottom: none;
    }
    #hamburger{
        display: block;
        position: absolute;
        top: 35px;
        right: 30px;
        width: 50px;
        height: 44px;
        cursor: pointer;
        transition: .3s;
    }
    .inner_line {
        display: block;
        position: absolute;
        left: 0;
        width: 50px;
        height: 3px;
        background-color: #ffffff;
        transition: 0.5s;
        border-radius: 4px;
    }
    .ham-on #header-right{
        transform: translateX(-100%);
        opacity: 1;
    }
    #line1 {
        top: 0;
    }
    #line2 {
        top: 20px;
    }
    #line3 {
        bottom: 0;
    }
    .ham-on #line1{
        transform: rotate(-45deg);
        margin-top: 20px;
    }
    .ham-on #line2{
        opacity: 0;
    }
    .ham-on #line3{
        transform: rotate(45deg);
        margin-bottom: 20px;
    }
    .ham-on #line1,.ham-on #line2,.ham-on #line3{
        background: #000000;
    }
    .header-gnav ul li a{
        font-size: 2rem;
        line-height: 2.3;
        margin-bottom: 3vh;
    }

    .header-gnav{
        width: auto;
        margin-top: 120px;
    }
    .header-gnav ul{
        display: block;
    }
    .header-sns{
        z-index: 30;
        top: 80%;
        width: 100%;
        margin: auto;
    }
    .header-sns ul{
        width: 260px;
        margin: auto;
    }
    main{
        margin-top: 100px;
    }
    .main-width{
        width: auto;
    }

    /* heroimage */
    .content1{
        left: 20px;
    }
    .content2{
        top: 20px;
    }
    .content2-2{
        margin-right: 6px;
    }
    .content2-2 p{
        margin: 0;
        padding: 0;
        line-height: 0.5;
        font-size: 15px;
        line-height: 1.6;
    }
    .content2-2 p:first-child{
        text-indent: 16px;
    }
    .content3{
        bottom: 20px;
    }
    .content3 p{
        margin-bottom: -8px;
    }
    .content3 div:first-child{
        margin-bottom: 14px;
    }
    .mission{
        width: auto;
    }
    .mission-script h1 p{
        font-size: 26px;
        line-height: 1.5;
    }
    .mobile-br{
        display: inline;
    }
    .mission-img,.mission-img img{
        width: 100%;
    }
    .catch{
        font-size: 28px;
        margin-left: 20px;
    }
    .catch-center{
        text-align: left;
    }
    .catch h1{
        margin-left: 0;
        font-size: 28px;
    }
    .idea-img img{
        width: 100%;
    }
    .work-box-none:nth-child(n+5){
        display: none;
    }
    .works-wrap{
        width: 100%;
        display: block;
        position: relative;
    }
    .work-box , .works-wrap .work-box:nth-child(2n){
        margin: 0 auto 45px;
        height: auto;
        padding-bottom: 0;
    }
    .more-box{
        width: 100%;
    }
    .more{
        position: absolute;
        right: 30px;
        left: auto;
    }
    .slider{
        width: 100%;
    }
    .slider .slick-slide{
        width: 100px;
        margin: 0%;
        padding: 0%;
        /* box-sizing: border-box; */
    }
    .topics-box{
        box-sizing: border-box;
        width: 50%;
        margin: 0;
        padding: 0;
    }
    .topics-thumbnal img{
        width: 90%;
    }
    .topics-script{
        width: 90%;
    }
    .topic-new{
        right: 34px;
        top: 204px;
    }
    .creative{
        height: auto;
        padding-bottom: 50px;
    }
    .creative .main-width{
        width: 100%;
    }
    .profile{
        margin-top: 130px;
    }
    .profile .main-width{
        width: 100%;
    }
    .message h5{
        line-height: 1.75;
    }
    .profile-takahashi img{
        margin: 0;
        width: 100%;
    }

    .profile-takahashi img:first-child{
        display: none;
    }
    .profile-takahashi img:last-child{
        display: block;
    }
    .profile th , .profile td{
        font-size: 14px;
    }
    .profile-office{
        display: block;
    }
    .profile-office div{
        width: 285px;
        margin: 0px auto 10px;
    }
    .office-map{
        margin: 18px auto 18px;
        width: 100%;
    }
    section{
        display: block;
        padding-top: 100px;
        margin-top: -1000px;
    }
}

@media screen and (max-width:370px){
    .catch-center h1{
        font-size: 23px;
    }
}

/* main */
.laundry-bg{
    background-image: url(./images/bg-dot.jpg);
    background-size: 8px;
}
.laundry-main{
    max-width: 839px;
    padding-top: 45px;
    margin: 0 auto 62px;
    display: block;
}
.section-title{
    text-align: center;
    margin-bottom: 30px;
}
.section-title h2{
    margin-bottom: 12px;
    letter-spacing: 1.3px;
}
.description h5{
    text-align: center;
    line-height: 27px;
}
.primary-title{
    width: 331.5px;
    background-color: #707070;
    margin: 52px auto 46px;
    overflow: hidden;
    position: relative;
}
.primary-title::after{
    content: "";
    position: absolute;
    width: 78px;
    height: 33.5px;
    border-top: 33.5px solid #251E1B;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    box-sizing: border-box;
    z-index: 1;
    left: 0;
    top: 0;
}
.primary-title div{
    line-height: 33.5px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-left: 100px;
}
.primary-title div span{
    line-height: 26px;
    margin-left: 8px;
}
.laundry-info-wrap{
    max-width: 597px;
    margin: auto;
}
.laundry-info-box{
    border: solid 1px #D1D1D1;
    background-color: #fff;
    text-align: center;
    /* height: 155px; */
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 25px;
}
.laundry-info-box h5 b{
    font-size:1.3em;
    /* text-shadow: 1px 1px 1px #D2D2D2; */
}
.laundry-info-box h5 .yellow{
    color: #ffff00;
}
.laundry-info .red-box{
    /* background: #7A6E48; */
    background: #f00;
    position: relative;
    /* height: 87px; */
    letter-spacing: 1px;
    margin-bottom: 45px;
    padding: 20px;
}
.laundry-info .red-box :last-child{
margin-bottom: 0;
}
/* .laundry-info > div:first-child::after{
    content: "";
    position: absolute;
    width: 0;
    height: 33.5px;
    border-bottom: 47px solid #C3BA9B;
    border-left: 45px solid transparent;
    border-right: 0 solid transparent;
    box-sizing: border-box;
    z-index: 1;
    right: 0;
    bottom: 0;
} */
.wash-price{
    display: flex;
    justify-content: center;
    color: #f00;
}
.laundry-info .red-box div h5{
    color: #EDC500;
}
.laundry-info .red-box > h5{
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
}
.wash-price h5{
    margin-left: 34px;
    z-index: 100;
    font-size: 1.8rem;
}
.wash-price h5:first-child{
    margin-left: 0;
}
.laundry-img{
    text-align: center;
}
.laundry-img img{
    width: 42.3px;
}
.laundry-info-box-name{
    padding-top: 14px;
    padding-bottom: 12px;
}
.laundry-table table{
    border-collapse: collapse;
    background-color: #fff;
}
.laundry-table thead{
    height: 55px;
}
.table-bg{
    background: #E4E5E5;
}
.laundry-table tr{
    height: 30px;
}
.laundry-table tr:nth-child(6), .laundry-table tr:nth-child(11),.laundry-table tr:nth-child(12){
    height: 60px;
}
.laundry-table th, .laundry-table td{
    border: solid 1px #d1d1d1;
    font-size: 15px;
    text-align: center;
    width: 199px;
}
.laundry-table th,.laundry-table th p , .laundry-table td{
    line-height: 30px;
}
.laundry-table td{
    position: relative;
}
.laundry-table td::after{
    white-space: pre;
    position: absolute;
    color: #000;
    right: 6px;
    font-size: 10px;
    line-height: 1.3;
}
.table-script-quilt::after{
    content: "キルティングの\Aあるもの";
}
.table-script-heat::after{
    content: "熱に弱いものは\02715";
    top: 35%;
}
.table-script-rubber::after{
    content: "生地がゴム製の\Aものは\02715";
}
.table-script-leather::after{
    content: "革靴や長靴は\02715";
    top: 35%;
}
.address{
    margin-top: 33px;
    text-align: center;
    max-width: 595px;
    margin: auto;
    padding-bottom: 63px;
}
.address h5{
    margin-bottom: 25px;
    line-height: 2;
}
.address iframe{
    text-align: center;
    margin-bottom: 61px;
    margin: auto;
    width: 100%;
}
.branch{
    max-width: 597px;
    margin: auto;
}
.secondary-title{
    width: 331.5px;
    background-color: #707070;
    margin: 52px auto 46px;
    overflow: hidden;
    position: relative;
}
.secondary-title::after{
    content: "";
    position: absolute;
    width: 78px;
    height: 33.5px;
    border-top: 33.5px solid #dbdbdb;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    box-sizing: border-box;
    z-index: 1;
    left: 0;
    top: 0;
}
.secondary-title div{
    line-height: 33.5px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-left: 100px;
}
.secondary-title div span{
    line-height: 26px;
    margin-left: 8px;
}
.tertiary-title{
    text-align: center;
    margin: 29px auto 25px;
}
.laundry-course-row{
    display: flex;
    border: solid 1px #D2D2D2;
}
.laundry-course-name{
    background: #e5e5e5;
    width: 190px;
    line-height: 30px;
    position: relative;
    padding-left: 38px;
}
.laundry-course-name img{
    width: 21px;
    position: absolute;
    top: 4.5px;
    left: 12px;
}
.laundry-course-script{
    width: 407px;
    line-height: 30px;
    padding-left: 4.5px;
}
.branch-address{
    text-align: center;
    margin-top: 25px;
}
.branch-address h5{
    line-height: 2;
}
.branch-address iframe{
    margin: 27px auto 100px;
    max-width: 100%;
}
@media screen and (max-width:1000px){
    .laundry-info-wrap{
        max-width: 597px;
    }
}

/* main */
.contact .section-title{
    padding-top: 45px;
}
.section-title{
    text-align: center;
    margin-bottom: 30px;
}
.section-title h2{
    margin-bottom: 12px;
    letter-spacing: 1.3px;
}
.description h5,.description h6{
    text-align: center;
    line-height: 27px;
}

.contact{
    background-image: url(./images/bg-dot.jpg);
    background-size: 8px;
}
.description{
    margin: 0 16px;
}
.form-wrap{
    max-width: 600px;
    margin: auto;
}
form{
    width: 100%;
}
.form-desc{
    margin-top: 28px;
}
.form-submit{
    margin: 51px 0 55px;
}
.form-submit{
    background: linear-gradient(#fff, #a0a0a0);
    border: solid 1px #000;
    border-radius: 3px;
}
.form-wrap p{
    font-size: 1.4rem;
    line-height: 1.75;
}
.form-zip{
    display: inline;
    margin: 0;
    line-height: 29px;
}
.form-sect{
    /* margin-top: 18px; */
    line-height: 3;
}
.addr-wrap{
    margin-bottom: 14px;
}
.form-zip-text{
    width: 100px;
    /* height: 25px; */
}
input{
    padding-left: 4px;
}
textarea{
    resize: vertical;
}
textarea,input{
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.5;
}
#address-search{
    width: 120px;
    line-height: 1.1;
    padding: 1px;
}
.form-fin{
    margin-bottom: 30px;
    text-align: center;
}
.error{
    text-decoration: underline;
    padding: 6px auto 12px;
}
.mw_wp_form_send_error{
    padding-bottom: 30px;
    text-align: center;
    font-size: 1.6rem;
}
.privacy-terms{
    text-align: center;
    margin: 0 16px;
}
.privacy-terms h5{
    padding-top:16px;
}
.privacy-terms div,.privacy-terms h5{
    line-height: 31px;
}
.circle{
    background-color: #9e9e9e;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: -1px;
    display: inline-block;
}
.red{
    color: #e61b14;
}
.privacy{
    margin-top: 95px;
}

@media screen and (max-width:600px){
    .wash-price h5{
        margin: 0;
        line-height: 1.25;
    }
    .laundry-table tr :first-child{
        min-width: 164px;
    }
    .laundry-info > div:first-child{
        /* height: 100px; */
        padding: 12px;
        padding-top: 20px;
    }
    .wash-price{
        justify-content: space-between;
        max-width: 400px;
        margin: auto;
    }
    .table-script-quilt::after{
        content: '※1';
    }
    .table-script-heat::after{
        content: '※2';
    }
    .table-script-rubber::after{
        content: '※3';
    }
    .table-script-leather::after{
        content: '※4';
    }
    .laundry-note{
        padding: 6px 8px 28px;
    }
    .laundry-note p{
        line-height: 1.5;
    }
    .primary-title,.secondary-title{
        width: 320px;
    }
    .laundry-course-row{
        width: 100%;
        display: block;
    }
    .laundry-course-name{
        width: 100%;
        padding-left: 0;
        text-indent: 3.8rem;
    }
    .laundry-course-script{
        width: 100%;
        padding: 3px 14px 3px 14px;
        line-height: 1.5;
        box-sizing: border-box;
    }
    .form-wrap{
        margin: 0 20px;
    }
}

.s-post-wrap{
	max-width: 1000px;
	margin: 50px auto 0;
	padding: 0 24px;
	background-image: url(./images/bg-dot.jpg);
    background-size: 8px;
}
.s-post-wrap p{
	line-height: 1.75;
}
.ind-topic{
	margin-top: 50px;
	background-image: url(./images/bg-dot.jpg);
    background-size: 8px;
}